/** Shopify CDN: Minification failed

Line 8262:0 Unexpected "}"
Line 10708:0 "@charset" must be the first rule in the file
Line 12387:0 "@charset" must be the first rule in the file
Line 12662:2 Expected identifier but found "*"
Line 14056:2 Expected identifier but found "*"
Line 14160:2 Expected identifier but found "*"
Line 21728:2 Expected identifier but found "*"
Line 23690:2 Expected identifier but found "*"
Line 28373:1 Expected "}" to go with "{"

**/
@charset "utf-8";
/*
* Vectoriam Digital Marketing variation Theme
* Version 2.0.1
* Copyright 2021, Winter Capital Spain S.L.
* https://www.vectoriam.com
*/
/*
* UPDATES THEME
* Update Dynamic Transition Annoucemen
*
*/
/**
 * ----------------------------------------------------------------------------------------------
 * This is a variation of Normalize.css (http://necolas.github.io/normalize.css/)
 * ----------------------------------------------------------------------------------------------
 */
/**
 * Base
 */
*,
*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  margin: 0;
}

[hidden] {
  display: none !important;
}

html {
  padding-bottom: 0 !important;
}

/**
 * HTML5 display definitions
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* to make header transparent while using position sticky and not absolute on it */
main > div:first-child {
  margin-top: -65px;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-size: inherit;
  font-weight: inherit;
}

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

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

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

input[type=search] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 6px 10px 12px;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/*------------------------------------
 *   PASSWORD PAGE
 *------------------------------------*/

body.template-password .Password__PoweredBy,
body.template-password .Password__AdminLink,
body.template-password .Password__Newsletter,
body.template-password .Password__Social {
  display: none;
}

body.template-password .Password__Header {
  height: 300px;
  margin: 0 auto;
}

body.template-password .Password__LockAction {
  width: 210px;
  font-size: 25px;
}



/*------------------------------------
 *   Grid LAYOUT
 *------------------------------------*/

.Grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -24px;
  font-size: 0;
}

.Grid__Cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 24px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem;
}

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

.Grid--center > .Grid__Cell {
  text-align: left;
}

.Grid__Cell--center {
  display: block;
  margin: 0 auto;
}

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

.Grid--right > .Grid__Cell {
  text-align: left;
}

.Grid--middle > .Grid__Cell {
  vertical-align: middle;
}

.Grid--bottom > .Grid__Cell {
  vertical-align: bottom;
}

.Grid--m {
  margin-left: -30px;
}

.Grid--m > .Grid__Cell {
  padding-left: 30px;
}

.Grid--l {
  margin-left: -50px;
}

.Grid--l > .Grid__Cell {
  padding-left: 50px;
}

.Grid--xl {
  margin-left: -50px;
}

.Grid--xl > .Grid__Cell {
  padding-left: 50px;
}

@media screen and (min-width: 1140px) {
  .Grid--m {
    margin-left: -60px;
  }

  .Grid--m > .Grid__Cell {
    padding-left: 60px;
  }

  .Grid--l {
    margin-left: -80px;
  }

  .Grid--l > .Grid__Cell {
    padding-left: 80px;
  }

  .Grid--xl {
    margin-left: -100px;
  }

  .Grid--xl > .Grid__Cell {
    padding-left: 100px;
  }
}

/*------------------------------------*\
    Grid WIDTHS
\*------------------------------------*/

.\31\/2, .\32\/4, .\36\/12 {
  width: 50%;
}

.\31\/3, .\34\/12 {
  width: 33.33333%;
}

.\32\/3, .\38\/12 {
  width: 66.66667%;
}

.\31\/4, .\33\/12 {
  width: 25%;
}

.\33\/4, .\39\/12 {
  width: 75%;
}

.\31\/12 {
  width: 8.33333%;
}

.\32\/12 {
  width: 16.66667%;
}

.\35\/12 {
  width: 41.66667%;
}

.\37\/12 {
  width: 58.33333%;
}

.\31\30\/12 {
  width: 83.33333%;
}

.\31\31\/12 {
  width: 91.66667%;
}

@media screen and (max-width: 640px) {
  .hidden-phone {
    display: none !important;
  }

  .\31\/2--phone, .\32\/4--phone, .\36\/12--phone {
    width: 50%;
  }

  .\31\/3--phone, .\34\/12--phone {
    width: 33.33333%;
  }

  .\32\/3--phone, .\38\/12--phone {
    width: 66.66667%;
  }

  .\31\/4--phone, .\33\/12--phone {
    width: 25%;
  }

  .\33\/4--phone, .\39\/12--phone {
    width: 75%;
  }

  .\31\/12--phone {
    width: 8.33333%;
  }

  .\32\/12--phone {
    width: 16.66667%;
  }

  .\35\/12--phone {
    width: 41.66667%;
  }

  .\37\/12--phone {
    width: 58.33333%;
  }

  .\31\30\/12--phone {
    width: 83.33333%;
  }

  .\31\31\/12--phone {
    width: 91.66667%;
  }
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .hidden-tablet {
    display: none !important;
  }

  .\31\/2--tablet, .\32\/4--tablet, .\36\/12--tablet {
    width: 50%;
  }

  .\31\/3--tablet, .\34\/12--tablet {
    width: 33.33333%;
  }

  .\32\/3--tablet, .\38\/12--tablet {
    width: 66.66667%;
  }

  .\31\/4--tablet, .\33\/12--tablet {
    width: 25%;
  }

  .\33\/4--tablet, .\39\/12--tablet {
    width: 75%;
  }

  .\31\/12--tablet {
    width: 8.33333%;
  }

  .\32\/12--tablet {
    width: 16.66667%;
  }

  .\35\/12--tablet {
    width: 41.66667%;
  }

  .\37\/12--tablet {
    width: 58.33333%;
  }

  .\31\30\/12--tablet {
    width: 83.33333%;
  }

  .\31\31\/12--tablet {
    width: 91.66667%;
  }
}

@media screen and (min-width: 641px) {
  .hidden-tablet-and-up {
    display: none !important;
  }

  .\31\/2--tablet-and-up, .\32\/4--tablet-and-up, .\36\/12--tablet-and-up {
    width: 50%;
  }

  .\31\/3--tablet-and-up, .\34\/12--tablet-and-up {
    width: 33.33333%;
  }

  .\32\/3--tablet-and-up, .\38\/12--tablet-and-up {
    width: 66.66667%;
  }

  .\31\/4--tablet-and-up, .\33\/12--tablet-and-up {
    width: 25%;
  }

  .\33\/4--tablet-and-up, .\39\/12--tablet-and-up {
    width: 75%;
  }

  .\31\/12--tablet-and-up {
    width: 8.33333%;
  }

  .\32\/12--tablet-and-up {
    width: 16.66667%;
  }

  .\35\/12--tablet-and-up {
    width: 41.66667%;
  }

  .\37\/12--tablet-and-up {
    width: 58.33333%;
  }

  .\31\30\/12--tablet-and-up {
    width: 83.33333%;
  }

  .\31\31\/12--tablet-and-up {
    width: 91.66667%;
  }
}

@media screen and (max-width: 1007px) {
  .hidden-pocket {
    display: none !important;
  }

  .\31\/2--pocket, .\32\/4--pocket, .\36\/12--pocket {
    width: 50%;
  }

  .\31\/3--pocket, .\34\/12--pocket {
    width: 33.33333%;
  }

  .\32\/3--pocket, .\38\/12--pocket {
    width: 66.66667%;
  }

  .\31\/4--pocket, .\33\/12--pocket {
    width: 25%;
  }

  .\33\/4--pocket, .\39\/12--pocket {
    width: 75%;
  }

  .\31\/12--pocket {
    width: 8.33333%;
  }

  .\32\/12--pocket {
    width: 16.66667%;
  }

  .\35\/12--pocket {
    width: 41.66667%;
  }

  .\37\/12--pocket {
    width: 58.33333%;
  }

  .\31\30\/12--pocket {
    width: 83.33333%;
  }

  .\31\31\/12--pocket {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1008px) and (max-width: 1139px) {
  .hidden-lap {
    display: none !important;
  }

  .\31\/2--lap, .\32\/4--lap, .\36\/12--lap {
    width: 50%;
  }

  .\31\/3--lap, .\34\/12--lap {
    width: 33.33333%;
  }

  .\32\/3--lap, .\38\/12--lap {
    width: 66.66667%;
  }

  .\31\/4--lap, .\33\/12--lap {
    width: 25%;
  }

  .\33\/4--lap, .\39\/12--lap {
    width: 75%;
  }

  .\31\/12--lap {
    width: 8.33333%;
  }

  .\32\/12--lap {
    width: 16.66667%;
  }

  .\35\/12--lap {
    width: 41.66667%;
  }

  .\37\/12--lap {
    width: 58.33333%;
  }

  .\31\30\/12--lap {
    width: 83.33333%;
  }

  .\31\31\/12--lap {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1008px) {
  .hidden-lap-and-up {
    display: none !important;
  }

  .\31\/2--lap-and-up, .\32\/4--lap-and-up, .\36\/12--lap-and-up {
    width: 50%;
  }

  .\31\/3--lap-and-up, .\34\/12--lap-and-up {
    width: 33.33333%;
  }

  .\32\/3--lap-and-up, .\38\/12--lap-and-up {
    width: 66.66667%;
  }

  .\31\/4--lap-and-up, .\33\/12--lap-and-up {
    width: 25%;
  }

  .\33\/4--lap-and-up, .\39\/12--lap-and-up {
    width: 75%;
  }

  .\31\/12--lap-and-up {
    width: 8.33333%;
  }

  .\32\/12--lap-and-up {
    width: 16.66667%;
  }

  .\35\/12--lap-and-up {
    width: 41.66667%;
  }

  .\37\/12--lap-and-up {
    width: 58.33333%;
  }

  .\31\30\/12--lap-and-up {
    width: 83.33333%;
  }

  .\31\31\/12--lap-and-up {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1140px) {
  .hidden-desk {
    display: none !important;
  }

  .\31\/2--desk, .\32\/4--desk, .\36\/12--desk {
    width: 50%;
  }

  .\31\/3--desk, .\34\/12--desk {
    width: 33.33333%;
  }

  .\32\/3--desk, .\38\/12--desk {
    width: 66.66667%;
  }

  .\31\/4--desk, .\33\/12--desk {
    width: 25%;
  }

  .\33\/4--desk, .\39\/12--desk {
    width: 75%;
  }

  .\31\/12--desk {
    width: 8.33333%;
  }

  .\32\/12--desk {
    width: 16.66667%;
  }

  .\35\/12--desk {
    width: 41.66667%;
  }

  .\37\/12--desk {
    width: 58.33333%;
  }

  .\31\30\/12--desk {
    width: 83.33333%;
  }

  .\31\31\/12--desk {
    width: 91.66667%;
  }
}
/* Create each media query */
@media screen and (min-width: 1500px) {
  .hidden-widescreen {
    display: none !important;
  }

  .\31\/2--widescreen, .\32\/4--widescreen, .\36\/12--widescreen {
    width: 50%;
  }

  .\31\/3--widescreen, .\34\/12--widescreen {
    width: 33.33333%;
  }

  .\32\/3--widescreen, .\38\/12--widescreen {
    width: 66.66667%;
  }

  .\31\/4--widescreen, .\33\/12--widescreen {
    width: 25%;
  }

  .\33\/4--widescreen, .\39\/12--widescreen {
    width: 75%;
  }

  .\31\/12--widescreen {
    width: 8.33333%;
  }

  .\32\/12--widescreen {
    width: 16.66667%;
  }

  .\35\/12--widescreen {
    width: 41.66667%;
  }

  .\37\/12--widescreen {
    width: 58.33333%;
  }

  .\31\30\/12--widescreen {
    width: 83.33333%;
  }

  .\31\31\/12--widescreen {
    width: 91.66667%;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: var(--cursor-zoom-in-svg) 18 18, zoom-in;
  cursor: -webkit-image-set(var(--cursor-zoom-in-svg) 1x, var(--cursor-zoom-in-2x-svg) 2x) 18 18, zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--background);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__container {
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: var(--background);
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/**
 * Custom UI
 */
.pswp__ui {
  position: absolute;
  visibility: hidden;
  width: 100%;
  bottom: 50px;
  opacity: 0;
  transform: translateY(35px);
  left: 0;
  text-align: center;
  transition: all 0.15s ease-in-out;
}

.pswp__button[disabled] {
  opacity: 0;
  pointer-events: none;
}

.pswp--animated-in .pswp__ui {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.pswp--animated-in .pswp__ui--hidden {
  visibility: hidden;
  opacity: 0;
}

.pswp__button--close {
  margin: 0 18px;
}

.pswp__button svg {
  pointer-events: none;
}

.pswp__error-msg {
  position: absolute;
  top: 40%;
  margin: 0 15px;
  padding: 8px 15px;
  background: #e6554d;
  color: #ffffff;
  text-align: center;
}

.js .no-js,
.no-js .hide-no-js {
  display: none !important;
}

.no-scroll {
  overflow: hidden;
}

body:not(.is-tabbing) [tabindex]:focus,
body:not(.is-tabbing) button:focus,
body:not(.is-tabbing) input:focus,
body:not(.is-tabbing) select:focus,
body:not(.is-tabbing) textarea:focus {
  outline: none;
}

[data-scrollable] {
  overflow: auto;
  /*-webkit-overflow-scrolling: touch;*/
}

.Container {
  margin: 0 auto;
  padding: 0 24px;
}

.Container--narrow {
  max-width: 1420px;
}

.Container--extraNarrow {
  max-width: 800px;
}

/*
   This fixes an issue in IE10/11 when using min-height in flex children
   @info: https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*/
.FlexboxIeFix {
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 641px) {
  .Container {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1140px) {
  .Container {
    padding: 0 80px;
  }
}
/**
 * Very general typographic rules that are applied site wide
 */
html {
  font-size: var(--base-text-font-size);
}

body {
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  color: var(--text-color);
  background: var(--background);
  line-height: 1.65;
}

.Link {
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.supports-hover .Link--primary:hover,
.Link--primary.is-active {
  color: var(--text-color);
}

.supports-hover .Link--secondary:hover,
.Link--secondary.is-active {
  color: var(--text-color-light);
}

.Link--underline {
  position: relative;
  display: inline-block;
}

.Link--underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: currentColor;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 0.2s ease-in-out;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .Link--underline:hover::before {
    transform: scale(0, 1);
  }
}

.Link--underlineShort::before {
  width: 100%;
}

.features--heading-uppercase .Link--underlineShort::before {
  width: calc(100% - 0.2em);
}

.Link--underlineNative {
  text-decoration: underline;
  text-underline-position: under;
}

.Heading {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color 0.2s ease-in-out;
}

.features--heading-uppercase .Heading {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.Text--subdued {
  color: var(--text-color-light);
}

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

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

.Icon-Wrapper--clickable {
  position: relative;
  background: transparent; /* This is used to increase the clickable area */
}

.Icon-Wrapper--clickable::before {
  position: absolute;
  content: "";
  top: -8px;
  right: -12px;
  left: -12px;
  bottom: -8px;
  transform: translateZ(0); /* Needed to avoid a glitch on iOS */
}

.Icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}

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

.features--heading-small .u-h1,
.features--heading-small .Rte h1 {
  font-size: 20px;
}

.features--heading-small .u-h2,
.features--heading-small .Rte h2 {
  font-size: 18px;
}

.features--heading-small .u-h3,
.features--heading-small .Rte h3 {
  font-size: 16px;
}

.features--heading-small .u-h4,
.features--heading-small .Rte h4 {
  font-size: 15px;
}

.features--heading-small .u-h5,
.features--heading-small .Rte h5 {
  font-size: 13px;
}

.features--heading-small .u-h6,
.features--heading-small .Rte h6 {
  font-size: 12px;
}

.features--heading-small .u-h7 {
  font-size: 11px;
}

.features--heading-small .u-h8 {
  font-size: 10px;
}

.features--heading-normal .u-h1,
.features--heading-normal .Rte h1 {
  font-size: 22px;
}

.features--heading-normal .u-h2,
.features--heading-normal .Rte h2 {
  font-size: 20px;
}

.features--heading-normal .u-h3,
.features--heading-normal .Rte h3 {
  font-size: 18px;
}

.features--heading-normal .u-h4,
.features--heading-normal .Rte h4 {
  font-size: 16px;
}

.features--heading-normal .u-h5,
.features--heading-normal .Rte h5 {
  font-size: 14px;
}

.features--heading-normal .u-h6,
.features--heading-normal .Rte h6 {
  font-size: 13px;
}

.features--heading-normal .u-h7 {
  font-size: 12px;
}

.features--heading-normal .u-h8 {
  font-size: 12px;
}

.features--heading-large .u-h1,
.features--heading-large .Rte h1 {
  font-size: 24px;
}

.features--heading-large .u-h2,
.features--heading-large .Rte h2 {
  font-size: 22px;
}

.features--heading-large .u-h3,
.features--heading-large .Rte h3 {
  font-size: 20px;
}

.features--heading-large .u-h4,
.features--heading-large .Rte h4 {
  font-size: 18px;
}

.features--heading-large .u-h5,
.features--heading-large .Rte h5 {
  font-size: 16px;
}

.features--heading-large .u-h6,
.features--heading-large .Rte h6 {
  font-size: 15px;
}

.features--heading-large .u-h7 {
  font-size: 13px;
}

.features--heading-large .u-h8 {
  font-size: 13px;
}

@media screen and (min-width: 641px) {
  .features--heading-small .u-h1,
  .features--heading-small .Rte h1 {
    font-size: 20px;
  }

  .features--heading-small .u-h2,
  .features--heading-small .Rte h2 {
    font-size: 18px;
  }

  .features--heading-small .u-h3,
  .features--heading-small .Rte h3 {
    font-size: 18px;
  }

  .features--heading-small .u-h4,
  .features--heading-small .Rte h4 {
    font-size: 16px;
  }

  .features--heading-small .u-h5,
  .features--heading-small .Rte h5 {
    font-size: 13px;
  }

  .features--heading-small .u-h6,
  .features--heading-small .Rte h6 {
    font-size: 12px;
  }

  .features--heading-small .u-h7 {
    font-size: 11px;
  }

  .features--heading-small .u-h8 {
    font-size: 10px;
  }

  .features--heading-normal .u-h1,
  .features--heading-normal .Rte h1 {
    font-size: 22px;
  }

  .features--heading-normal .u-h2,
  .features--heading-normal .Rte h2 {
    font-size: 20px;
  }

  .features--heading-normal .u-h3,
  .features--heading-normal .Rte h3 {
    font-size: 20px;
  }

  .features--heading-normal .u-h4,
  .features--heading-normal .Rte h4 {
    font-size: 17px;
  }

  .features--heading-normal .u-h5,
  .features--heading-normal .Rte h5 {
    font-size: 14px;
  }

  .features--heading-normal .u-h6,
  .features--heading-normal .Rte h6 {
    font-size: 13px;
  }

  .features--heading-normal .u-h7 {
    font-size: 12px;
  }

  .features--heading-normal .u-h8 {
    font-size: 12px;
  }

  .features--heading-large .u-h1,
  .features--heading-large .Rte h1 {
    font-size: 24px;
  }

  .features--heading-large .u-h2,
  .features--heading-large .Rte h2 {
    font-size: 22px;
  }

  .features--heading-large .u-h3,
  .features--heading-large .Rte h3 {
    font-size: 20px;
  }

  .features--heading-large .u-h4,
  .features--heading-large .Rte h4 {
    font-size: 19px;
  }

  .features--heading-large .u-h5,
  .features--heading-large .Rte h5 {
    font-size: 16px;
  }

  .features--heading-large .u-h6,
  .features--heading-large .Rte h6 {
    font-size: 15px;
  }

  .features--heading-large .u-h7 {
    font-size: 13px;
  }

  .features--heading-large .u-h8 {
    font-size: 13px;
  }
}

.js .features--show-page-transition .PageTransition {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--background);
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: all 0.25s ease;
}
/**
 * ----------------------------------------------------------------------------
 * Standard button
 * ----------------------------------------------------------------------------
 */

.Button,
.shopify-payment-button__button--unbranded,
input.spr-button-primary,
.spr-summary-actions-newreview,
.spr-button-primary:not(input),
.spr-pagination-prev > a,
.spr-pagination-next > a {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  background-color: transparent;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
}

.Button::before,
.shopify-payment-button__button--unbranded::before,
input.spr-button-primary::before,
.spr-summary-actions-newreview.spr-summary-actions-newreview::before,
.spr-button-primary:not(input)::before,
.spr-pagination-prev > a::before,
.spr-pagination-next > a::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  transform-origin: left center;
  z-index: -1;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-button-transition .Button:not([disabled])::before,
  .features--show-button-transition .shopify-payment-button__button--unbranded:not([disabled])::before,
  .features--show-button-transition input.spr-button-primary:not([disabled])::before,
  .features--show-button-transition .spr-summary-actions-newreview:not([disabled])::before,
  .features--show-button-transition .spr-button-primary:not(input):not([disabled])::before,
  .features--show-button-transition .spr-pagination-prev > a:not([disabled])::before,
  .features--show-button-transition .spr-pagination-next > a:not([disabled])::before {
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .features--show-button-transition .Button:not([disabled]):hover::before,
  .features--show-button-transition .shopify-payment-button__button--unbranded:not([disabled]):hover::before,
  .features--show-button-transition input.spr-button-primary:not([disabled]):hover::before,
  .features--show-button-transition .spr-summary-actions-newreview:not([disabled]):hover::before,
  .features--show-button-transition .spr-button-primary:not(input):not([disabled]):hover::before,
  .features--show-button-transition .spr-pagination-prev > a:not([disabled]):hover::before,
  .features--show-button-transition .spr-pagination-next > a:not([disabled]):hover::before {
    transform-origin: right center;
    transform: scale(0, 1);
  }
}

.Button[disabled],
.shopify-payment-button__button--unbranded[disabled],
input.spr-button-primary[disabled],
.spr-summary-actions-newreview[disabled],
.spr-button-primary:not(input)[disabled],
.spr-pagination-prev > a[disabled],
.spr-pagination-next > a[disabled] {
  cursor: not-allowed;
}

.Button--primary,
.shopify-payment-button__button--unbranded,
.spr-summary-actions-newreview,
.spr-button-primary:not(input) {
  color: var(--button-text-color);
  border-color: var(--button-background);
}

.Button--primary::before,
.shopify-payment-button__button--unbranded::before,
.spr-summary-actions-newreview::before,
.spr-button-primary:not(input)::before {
  background-color: var(--button-background);
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-button-transition .Button--primary:not([disabled]):hover,
  .features--show-button-transition .shopify-payment-button__button--unbranded:not([disabled]):hover,
  .features--show-button-transition .spr-summary-actions-newreview:not([disabled]):hover,
  .features--show-button-transition .spr-button-primary:not(input):not([disabled]):hover {
    color: var(--button-background);
    background-color: transparent;
  }
}

.Button--secondary,
.spr-pagination-prev > a,
.spr-pagination-next > a {
  color: var(--text-color-light);
  border: 1px solid rgba(var(--text-color-light-rgb), 0.2);
}

.Button--secondary::before,
.spr-pagination-prev > a::before,
.spr-pagination-next > a::before {
  background-color: var(--button-background);
  transform-origin: right center;
  transform: scale(0, 1);
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-button-transition .Button--secondary:not([disabled]):hover,
  .features--show-button-transition .spr-pagination-prev > a:not([disabled]):hover,
  .features--show-button-transition .spr-pagination-next > a:not([disabled]):hover {
    color: var(--button-text-color);
    border-color: var(--button-background);
  }

  .features--show-button-transition .Button--secondary:not([disabled]):hover::before,
  .features--show-button-transition .spr-pagination-prev > a:not([disabled]):hover::before,
  .features--show-button-transition .spr-pagination-next > a:not([disabled]):hover::before {
    transform-origin: left center;
    transform: scale(1, 1);
  }
}

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

.Button--stretched {
  padding-left: 40px;
  padding-right: 40px;
}

.Button--small {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  padding: 12px 24px;
}

.Button__SeparatorDot {
  display: inline-block;
  margin: 0 18px;
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background: currentColor;
}

.ButtonWrapper {
  text-align: center;
}

/* We allow those buttons to have secondary state. The secondary state is displayed (for instance during loading time) when
   the class "Button--secondaryState" is added */
.Button__PrimaryState,
.Button__SecondaryState {
  display: block;
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}

.Button__SecondaryState {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 100%);
}

.Button--secondaryState .Button__PrimaryState {
  opacity: 0;
  transform: translateY(-100%);
}
.Button--secondaryState .Button__SecondaryState {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/**
 * ----------------------------------------------------------------------------
 * Button group
 * ----------------------------------------------------------------------------
 */

.ButtonGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -12px;
}

.ButtonGroup__Item {
  margin: 12px;
}

.ButtonGroup__Item--expand {
  flex: 1 1 0;
}

.ButtonGroup--spacingSmall {
  margin: -8px;
}
.ButtonGroup--spacingSmall .ButtonGroup__Item {
  margin: 8px;
}

.ButtonGroup--sameSize .ButtonGroup__Item {
  flex: 0 1 auto;
  white-space: nowrap;
  max-width: 245px;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .ButtonGroup--sameSize .ButtonGroup__Item {
    flex: 1 1 0;
    /* There is a bug in IE11 so we're forced to use this trick */
  }
}

@media screen and (min-width: 641px) {
  @supports (display: inline-grid) {
    .ButtonGroup--sameSize {
      display: inline-grid;
      grid-template-columns: 1fr 1fr;
    }

    .ButtonGroup--sameSize .ButtonGroup__Item {
      max-width: none;
    }
  }
}

/**
 * ----------------------------------------------------------------------------
 * Round button
 *
 * Those buttons are not really button like the others, but they are used in
 * lot of different places to hold things like icons
 * ----------------------------------------------------------------------------
 */

.RoundButton,
.flickity-prev-next-button {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: var(--button-text-color);
  color: var(--button-background);
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  vertical-align: middle;
  line-height: 0;
  transform: scale(1.001); /* Avoid rounding error during animation in Chrome */
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
  overflow: hidden;
}

.RoundButton.is-active,
.flickity-prev-next-button.is-active {
  background: var(--button-background);
  color: var(--button-text-color);
  outline: none;
}

.RoundButton svg,
.flickity-prev-next-button svg {
  height: 15px;
  width: 15px;
  fill: currentColor;
}

.RoundButton--small {
  width: 35px;
  height: 35px;
}
.RoundButton--small svg {
  height: 14px;
  width: 14px;
}

.RoundButton--medium {
  width: 50px;
  height: 50px;
}

.RoundButton--medium svg {
  height: 18px;
  width: 18px;
}

.RoundButton--large {
  width: 55px;
  height: 55px;
}
.RoundButton--large svg {
  height: 15px;
  width: 15px;
}

.RoundButton--flat {
  box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
  color: rgba(var(--button-background-rgb), 0.5);
}

/* We allow those buttons to have secondary state. The secondary state is displayed (for instance during loading time) when
   the class "RoundButton--withSecondaryState" is added */
.RoundButton__PrimaryState,
.RoundButton__SecondaryState {
  display: block;
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}

.RoundButton__SecondaryState {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 100%);
}

.RoundButton--secondaryState .RoundButton__PrimaryState {
  opacity: 0;
  transform: translateY(-100%);
}

.RoundButton--secondaryState .RoundButton__SecondaryState {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* Animation states */
@-webkit-keyframes buttonFromLeftToRight {
  0% {
    transform: translateX(0%);
  }

  25% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    transform: translateX(-100%);
  }

  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes buttonFromLeftToRight {
  0% {
    transform: translateX(0%);
  }

  25% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    transform: translateX(-100%);
  }

  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes buttonFromRightToLeft {
  0% {
    transform: translateX(0%);
  }

  25% {
    opacity: 0;
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
    transform: translateX(100%);
  }

  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes buttonFromRightToLeft {
  0% {
    transform: translateX(0%);
  }

  25% {
    opacity: 0;
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
    transform: translateX(100%);
  }

  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0%);
  }

  25% {
    opacity: 0;
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0%);
  }

  25% {
    opacity: 0;
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .RoundButton:hover {
    transform: scale(1.1);
  }

  .RoundButton--small:hover {
    transform: scale(1.15);
  }

  .RoundButton:not([aria-expanded=true]):hover {
    color: var(--button-background);
  }

  .RoundButton[data-animate-left]:hover svg,
  .flickity-prev-next-button.previous:hover svg {
    -webkit-animation: buttonFromRightToLeft 0.5s ease-in-out forwards;
            animation: buttonFromRightToLeft 0.5s ease-in-out forwards;
  }

  .RoundButton[data-animate-right]:hover svg,
  .flickity-prev-next-button.next:hover svg {
    -webkit-animation: buttonFromLeftToRight 0.5s ease-in-out forwards;
            animation: buttonFromLeftToRight 0.5s ease-in-out forwards;
  }

  .RoundButton[data-animate-bottom]:hover svg {
    -webkit-animation: buttonFromTopToBottom 0.5s ease-in-out forwards;
            animation: buttonFromTopToBottom 0.5s ease-in-out forwards;
  }
}
/**
 * ----------------------------------------------------------------------------------------------
 * Flickity styles
 * ----------------------------------------------------------------------------------------------
 */

.flickity-enabled {
  position: relative;
}

body:not(.is-tabbing) .flickity-enabled:focus {
  outline: none;
}

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

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

/* draggable */
.flickity-enabled {
  -webkit-tap-highlight-color: transparent;
}

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

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

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

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
}

.flickity-prev-next-button[disabled] {
  opacity: 0;
}

.flickity-prev-next-button svg {
  width: auto;
  height: 18px;
  stroke-width: 1.5px;
  stroke: currentColor;
}

/* ---- page dots ---- */
.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin: 22px 0 0 0;
  list-style: none;
  text-align: center;
}

.flickity-page-dots .dot {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 6px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--border-color);
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out; /* This is used to increase the clickable area */
}

.flickity-page-dots .dot::before {
  position: absolute;
  content: "";
  top: -6px;
  right: -6px;
  left: -6px;
  bottom: -6px;
}

.flickity-page-dots .dot.is-selected {
  background: currentColor;
  border-color: currentColor;
}

@media screen and (min-width: 641px) {
  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    border-width: 2px;
  }
}

/**
 * ----------------------------------------------------------------------------------------------
 * Default styling for site-wide carousel
 * ----------------------------------------------------------------------------------------------
 */

.Carousel {
  position: relative;
}

.Carousel--fixed,
.Carousel--fixed .flickity-viewport,
.Carousel--fixed .Carousel__Cell {
  height: 100%;
}

/* This allows to hide cells that are not first one until slider is loaded */
.Carousel:not(.flickity-enabled) .Carousel__Cell:not(.is-selected) {
  display: none;
}

.Carousel__Cell {
  display: block;
  width: 100%;
}

.js .Carousel--fadeIn .flickity-slider {
  transform: none !important;
}

.js .Carousel--fadeIn .Carousel__Cell {
  left: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.js .Carousel--fadeIn .Carousel__Cell.is-selected {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.Carousel--insideDots .flickity-page-dots {
  position: absolute;
  width: auto;
  margin: 0;
  bottom: 20px;
  left: 20px;
}

.Carousel--insideDots .flickity-page-dots .dot {
  border-color: currentColor;
}

.Carousel--insideDots .flickity-page-dots .dot.is-selected {
  background: currentColor;
}

.Carousel--insideDots .flickity-prev-next-button {
  bottom: -25px;
  z-index: 1;
}

.Carousel--insideDots .flickity-prev-next-button.next {
  right: 25px;
}

.Carousel--insideDots .flickity-prev-next-button.previous {
  right: 75px;
  margin-right: 15px;
}

@media screen and (min-width: 1008px) {
  .Carousel--insideDots .flickity-page-dots {
    bottom: 28px;
    right: 24px;
    left: auto;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Collapsible
 * ----------------------------------------------------------------------------
 */
.Collapsible {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
}

.Collapsible + .Collapsible {
  border-top: none;
}

.Collapsible--padded {
  padding-left: 24px;
  padding-right: 24px;
}

.Collapsible__Button {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  cursor: pointer;
}

.Collapsible__Plus {
  position: absolute;
  right: 0;
  top: calc(50% - (11px / 2));
  width: 11px;
  height: 11px;
}

.Collapsible__Plus::before,
.Collapsible__Plus::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.Collapsible__Plus::before {
  width: 11px;
  height: 1px;
  opacity: 1;
}

.Collapsible__Plus::after {
  width: 1px;
  height: 11px;
}

.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before,
.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before {
  opacity: 0;
}

.Collapsible .Collapsible {
  margin-left: 16px;
  border: none;
}

.Collapsible .Collapsible .Collapsible__Button {
  padding: 13px 0;
}

.Collapsible__Inner {
  display: block;
  height: 0;
  visibility: hidden;
  transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
  overflow: hidden;
}

.Collapsible__Button[aria-expanded=true] + .Collapsible__Inner {
  visibility: visible;
  transition: height 0.35s ease-in-out;
}

.Collapsible__Content {
  padding-bottom: 18px;
}

.Collapsible .Linklist {
  margin-bottom: 4px;
}

.Collapsible .Linklist--bordered {
  margin-top: 16px;
  margin-bottom: 4px;
}

@media screen and (min-width: 641px) {
  /* When this class is applied to a collapsible, it will display as a collapsible on mobile but not on larger screen, where it will
     automatically appear is auto-expanded */
  .Collapsible--autoExpand {
    border: none;
    overflow: visible;
  }

  .Collapsible--autoExpand .Collapsible__Button {
    cursor: default;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
  }

  .Collapsible--autoExpand .Collapsible__Plus {
    display: none;
  }

  .Collapsible--autoExpand .Collapsible__Inner {
    height: auto;
    visibility: visible;
    overflow: visible;
  }

  .Collapsible--autoExpand .Collapsible__Content {
    padding-bottom: 0;
  }

  .Collapsible--autoExpand .Linklist {
    margin-bottom: 0;
  }

  .Collapsible--autoExpand {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1008px) {
  .Collapsible--padded {
    padding-left: 30px;
    padding-right: 30px;
  }

  .Collapsible--large .Collapsible__Button {
    padding: 34px 0;
  }

  .Collapsible--large .Collapsible__Content {
    padding-bottom: 45px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Base drawer
 * ----------------------------------------------------------------------------
 */
.Drawer {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: calc(100vw - 65px); /* Interestingly, 100% does not work on iOS 9 and lower */
  height: 100vh;
  max-height: none;
  z-index: 50;
  transition: transform 0.5s var(--drawer-transition-timing), visibility 0.5s var(--drawer-transition-timing);
  background: var(--background);
  box-shadow: none;
  touch-action: manipulation; /* Animating box-shadow is slow, even on modern browsers, so we instead move it in a pseudo-element and animate opacity */
}

.Drawer:focus {
  outline: none;
}

.Drawer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 2px 0 10px rgba(54, 54, 54, 0.2), -2px 0 10px rgba(54, 54, 54, 0.2);
  opacity: 0;
  transition: opacity 0.5s var(--drawer-transition-timing);
}

.Drawer--secondary {
  background: var(--light-background);
}

.Drawer--fromLeft {
  transform: translateX(calc(-100vw + 65px));
}

.Drawer--fromRight {
  right: 0;
  left: auto;
  transform: translateX(calc(100vw - 65px));
}

.Drawer[aria-hidden=false] {
  visibility: visible;
  transform: translateX(0);
}

.Drawer[aria-hidden=false]::before {
  opacity: 1;
}

.Drawer__Container {
  width: 100%;
}

.Drawer--fromLeft .Drawer__Container {
  padding-left: 18px;
  padding-right: 24px;
}

.Drawer--fromRight .Drawer__Container {
  padding-left: 24px;
  padding-right: 18px;
}

.Drawer__Header {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  max-height: 60px;
  background: inherit;
  text-align: center;
  z-index: 1;
}

.Drawer__Header--flexible {
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Drawer__Header--flexible .Drawer__Close {
  top: 25px;
}

@supports (--css: variables) {
  .Drawer__Header {
    height: var(--header-height);
  }
}

.Drawer__Header--center {
  justify-content: center;
}

.Drawer__Close {
  position: absolute;
  margin-left: 0;
  left: 18px;
  top: calc(50% - 7px);
  line-height: 0;
}

.Drawer__Close svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.25px;
}

.Drawer--fromRight .Drawer__Close {
  right: 18px;
  left: auto;
}

.Drawer__Header--bordered {
  box-shadow: 0 -1px var(--border-color) inset;
}

.Drawer--secondary .Drawer__Header--bordered {
  box-shadow: 0 -1px rgba(var(--border-color-rgb), 0.6) inset;
}

.Drawer--secondary .Collapsible {
  border-bottom-color: rgba(var(--border-color-rgb), 0.6);
}

.Drawer__Content {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(100% - 60px);
  max-height: calc(100% - 50px); /* This handles an edge case when the header is much bigger than the maximum size for content, but this only works on Safari as of today */
}

@supports (--css: variables) {
  .Drawer__Content {
    height: calc(100% - var(--header-height));
    max-height: calc(100% - var(--header-height));
  }
}

@supports (width: calc(max(100%))) {
  .Drawer__Content {
    height: max(calc(100% - var(--header-height)), calc(100% - 60px));
    max-height: max(calc(100% - var(--header-height)), calc(100% - 60px));
  }
}

.Drawer__Main {
  flex: 1 1 auto;
}

.Drawer__Footer {
  flex: none;
  box-shadow: 0 -1px var(--border-color);
}

.Drawer--secondary .Drawer__Footer {
  box-shadow: 0 -1px rgba(var(--border-color-rgb), 0.6);
}

.Drawer__Footer--padded {
  padding: 24px;
}

@supports (padding: max(0px)) {
  .Drawer__Footer--padded {
    padding-bottom: max(24px, env(safe-area-inset-bottom, 0px) + 24px);
  }
}

@media screen and (min-width: 641px) {
  .Drawer {
    width: 400px;
    transform: translateX(-100%);
  }

  .Drawer--small {
    width: 340px;
  }

  .Drawer--fromRight {
    transform: translateX(100%);
  }

  .Drawer__Header {
    max-height: 80px;
    min-height: 60px;
  }

  @supports (width: calc(max(100%))) {
    .Drawer__Content {
      /* This handles an edge case when the header is much bigger than the maximum size for content, but this only works on Safari as of today */
      height: max(calc(100% - var(--header-height)), calc(100% - 80px));
      max-height: max(calc(100% - var(--header-height)), calc(100% - 80px));
    }
  }

  .Drawer--fromLeft .Drawer__Container,
  .Drawer--fromRight .Drawer__Container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .Drawer__Close {
    left: 30px;
  }

  .Drawer--fromRight .Drawer__Close {
    right: 30px;
    left: auto;
  }

  .Drawer__Close svg {
    stroke-width: 1.5px;
  }

  .Drawer__Footer--padded {
    padding: 24px 30px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Animation
 * ----------------------------------------------------------------------------
 */

[data-drawer-animated-left],
[data-drawer-animated-right] {
  opacity: 0;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}

.Drawer[aria-hidden=false] [data-drawer-animated-left],
.Drawer[aria-hidden=false] [data-drawer-animated-right] {
  opacity: 1;
  transform: translateX(0);
}

[data-drawer-animated-left] {
  transform: translateX(-65px);
}

[data-drawer-animated-right] {
  transform: translateX(65px);
}

[data-drawer-animated-bottom] {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.Drawer[aria-hidden=false] [data-drawer-animated-bottom] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
/**
 * ----------------------------------------------------------------------------
 * Basic form
 * ----------------------------------------------------------------------------
 */
.Form {
  width: 100%;
}

.Form__Item {
  position: relative;
  margin-bottom: 15px;
}

.Form__Input,
.Form__Textarea,
.spr-form-input-text,
.spr-form-input-email,
.spr-form-input-textarea {
  -webkit-appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid var(--border-color);
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color 0.1s ease-in-out;
  background: transparent;
}

.Form__Input:focus,
.Form__Textarea:focus,
.spr-form-input-text:focus,
.spr-form-input-email:focus,
.spr-form-input-textarea:focus {
  border-color: rgba(var(--text-color-rgb), 0.8);
  outline: none;
}

.Form__Input::-moz-placeholder, .Form__Textarea::-moz-placeholder, .spr-form-input-text::-moz-placeholder, .spr-form-input-email::-moz-placeholder, .spr-form-input-textarea::-moz-placeholder {
  color: var(--text-color-light);
}

.Form__Input:-ms-input-placeholder, .Form__Textarea:-ms-input-placeholder, .spr-form-input-text:-ms-input-placeholder, .spr-form-input-email:-ms-input-placeholder, .spr-form-input-textarea:-ms-input-placeholder {
  color: var(--text-color-light);
}

.Form__Input::placeholder,
.Form__Textarea::placeholder,
.spr-form-input-text::placeholder,
.spr-form-input-email::placeholder,
.spr-form-input-textarea::placeholder {
  color: var(--text-color-light);
}

.Form__FloatingLabel {
  position: absolute;
  bottom: calc(100% - 8px);
  left: 10px;
  padding: 0 5px;
  line-height: normal;
  color: var(--text-color-light);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  opacity: 0;
  background: rgba(var(--background-rgb), 0);
  pointer-events: none;
  transform: translateY(3px);
  transition: all 0.3s ease-in-out;
}

.Form__Input:not(:-moz-placeholder-shown) ~ .Form__FloatingLabel, .Form__Textarea:not(:-moz-placeholder-shown) ~ .Form__FloatingLabel {
  opacity: 1;
  background: var(--background);
  transform: translateY(0);
}

.Form__Input:not(:-ms-input-placeholder) ~ .Form__FloatingLabel, .Form__Textarea:not(:-ms-input-placeholder) ~ .Form__FloatingLabel {
  opacity: 1;
  background: var(--background);
  transform: translateY(0);
}

.Form__Input:not(:placeholder-shown) ~ .Form__FloatingLabel,
.Form__Textarea:not(:placeholder-shown) ~ .Form__FloatingLabel {
  opacity: 1;
  background: var(--background);
  transform: translateY(0);
}

.Form__Checkbox {
  position: absolute;
  opacity: 0;
}

.Form__Checkbox ~ label::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 10px;
  border: 1px solid var(--border-color);
  vertical-align: -2px;
}

.Form__Checkbox ~ svg {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}

.Form__Checkbox:checked ~ label::before {
  border-color: var(--text-color);
}

.Form__Checkbox:checked ~ svg {
  transform: scale(1);
}

.Form__Alert,
.spr-form-message {
  margin-bottom: 20px;
}

.Form__Submit {
  display: block;
  margin-top: 20px;
}

.Form__Label,
.spr-form-label {
  display: block;
  padding-bottom: 8px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: 0.2em;
  line-height: normal;
}

.Form--small .Form__Input,
.Form--small .Form__Textarea {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  padding-top: 10px;
  padding-bottom: 10px;
}

.Form--spacingTight .Form__Item {
  margin-bottom: 15px;
}

.Form--spacingTight .Form__Alert {
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .Form__Item,
  .Form__Alert {
    margin-bottom: 30px;
  }

  .Form__Group {
    display: flex;
  }

  .Form__Group > .Form__Item {
    flex: 1;
  }

  .Form__Group > :nth-child(2) {
    margin-left: 30px;
  }

  .Form--spacingTight .Form__Group > :nth-child(2) {
    margin-left: 15px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Form elements
 * ----------------------------------------------------------------------------
 */

.Form__Header {
  margin-bottom: 24px;
  text-align: center;
}

.Form__Hint {
  margin: 24px 0 0 0;
}

.Form__Hint:not(:last-child) {
  margin-bottom: 32px;
}

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

.Form__ItemHelp {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  color: var(--text-color-light);
  transform: translateY(-50%);
}

/**
 * ----------------------------------------------------------------------------
 * Styled select
 * ----------------------------------------------------------------------------
 */
select::-ms-expand {
  display: none;
}

.Select {
  position: relative;
  color: currentColor;
  line-height: 1;
  vertical-align: middle;
}

.Select svg {
  position: absolute;
  line-height: normal;
  pointer-events: none;
  vertical-align: baseline;
  fill: currentColor;
}

.Select select {
  /* Disable built-in styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
  border-radius: 0;
  line-height: normal; /* Remove the ugly blue background on IE when a value is selected */
}

.Select select:focus::-ms-value {
  background: var(--background);
  color: var(--text-color);
}

/* Make sure to have something easy to read... */
.Select option {
  background: white;
  color: black;
}

.Select--primary::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  height: calc(100% - 2px);
  width: 55px;
  background: linear-gradient(to right, rgba(var(--background-rgb), 0), rgba(var(--background-rgb), 0.7) 20%, var(--background) 40%);
  pointer-events: none;
}

.Select--primary select {
  width: 100%;
  height: 45px;
  padding-left: 14px;
  padding-right: 28px;
  border: 1px solid var(--border-color);
  background: var(--background);
}

.Select--primary select:active, .Select--primary select:focus {
  border-color: var(--text-color);
  outline: none;
}

.Select--primary svg {
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  z-index: 1;
}

.Select--transparent select {
  padding-right: 15px;
  background: transparent;
  border: none;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: inherit;
  text-transform: uppercase;
}

.features--heading-uppercase .Select--transparent select {
  letter-spacing: 0.2em;
}

.Select--transparent svg {
  top: calc(50% - 3px);
  right: 0;
  height: 6px;
}

/**
 * ----------------------------------------------------------------------------
 * Select button (emulate a select button without the actual select)
 * ----------------------------------------------------------------------------
 */

.SelectButton {
  position: relative;
  color: currentColor;
  padding: 2px 18px 2px 0;
  background: transparent;
  border: none;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: uppercase;
}

.features--heading-uppercase .SelectButton {
  letter-spacing: 0.2em;
}

.SelectButton svg {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  height: 6px;
}


/*
 * INPUT PREFIX (allow to create small input with a prefixed value)
 */

.input-prefix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px;
  border: 1px solid var(--border-color);
  font-size: 14px;
}

.input-prefix__field {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  min-width: 0;
  width: 100%;
  background: transparent;
  border: none;
  text-align: end;
}

.input-prefix__field::-webkit-outer-spin-button,
.input-prefix__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-prefix__field::-moz-placeholder {
  color: var(--text-color-light);
}

.input-prefix__field:-ms-input-placeholder {
  color: var(--text-color-light);
}

.input-prefix__field::placeholder {
  color: var(--text-color-light);
}

/*
 * RANGE ELEMENT
 * Styling range are pretty complex as each browsers has their own way to do it
 */

/* First we revert the styling of range elements */

.range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
}

/* Chrome and Safari */

.range::-webkit-slider-thumb {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: none;
  background: var(--text-color);
  cursor: pointer;
  margin-top: -4px;
  z-index: 1;
}

.range::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: var(--border-color);
  border-radius: 4px;
  border: none;
}

/* Firefox */

.range::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: none;
  background: var(--text-color);
  cursor: pointer;
}

.range::-moz-range-progress,
.range::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
}

.range::-moz-range-progress {
  background-color: rgba(var(--text-color-rgb), 0.7);
}

.range::-moz-range-track {
  background-color: var(--border-color);
}

/* On non-hover devices, we make the thumb bigger */

@media not screen and (any-hover: hover) {
  .range::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    margin-top: -8px;
  }

  .range::-moz-range-thumb {
    height: 20px;
    width: 20px;
  }
}

/* Range group (when using double range, we need to rely on some clever trick) */

.range-group {
  height: 2px;
  background: linear-gradient(to right, var(--border-color) var(--range-min), rgba(var(--text-color-rgb), 0.7) var(--range-min), rgba(var(--text-color-rgb), 0.7) var(--range-max), var(--border-color) var(--range-max));
  border-radius: 4px;
}

.range-group .range {
  pointer-events: none;
  height: 2px;
  vertical-align: top;
}

.range-group .range::-webkit-slider-runnable-track {
  background: none;
}

.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-group .range::-moz-range-progress,
.range-group .range::-moz-range-track {
  background: none;
}

.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}

.range-group .range:last-child {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.HorizontalList {
  list-style: none;
  margin: -6px -8px;
}

.HorizontalList__Item {
  display: inline-block;
  margin: 6px 8px 6px 8px;
}

.HorizontalList__Item > .Link {
  display: inline-block;
}

.HorizontalList--spacingTight {
  margin-left: -8px;
  margin-right: -8px;
}

.HorizontalList--spacingTight .HorizontalList__Item {
  margin-right: 8px;
  margin-left: 8px;
}

.HorizontalList--spacingLoose {
  margin-left: -14px;
  margin-right: -14px;
}

.HorizontalList--spacingLoose .HorizontalList__Item {
  margin-right: 14px;
  margin-left: 14px;
}

.HorizontalList--spacingExtraLoose {
  margin-left: -17px;
  margin-right: -17px;
}

.HorizontalList--spacingExtraLoose .HorizontalList__Item {
  margin-right: 17px;
  margin-left: 17px;
}

.HorizontalList--spacingFill {
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
}

.HorizontalList--spacingFill .HorizontalList__Item {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1140px) {
  .HorizontalList--spacingExtraLoose {
    margin-left: -21px;
    margin-right: -21px;
  }

  .HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 21px;
    margin-left: 21px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Image overlay
 * ----------------------------------------------------------------------------
 */

.Image--contrast {
  position: relative;
}

.Image--contrast::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.25), rgba(54, 54, 54, 0.1));
}

.Image--contrast > * {
  z-index: 1;
}

/**
 * ----------------------------------------------------------------------------
 * Image lazy loader (integrates with lazy sizes)
 * ----------------------------------------------------------------------------
 */

@-webkit-keyframes lazyLoader {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(100%);
  }
}

@keyframes lazyLoader {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(100%);
  }
}

.Image--fadeIn {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.Image--lazyLoaded.Image--fadeIn {
  opacity: 1;
}

.features--show-image-zooming .Image--zoomOut {
  transform: scale(1.1);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.features--show-image-zooming .Image--lazyLoaded.Image--zoomOut {
  opacity: 1;
  transform: none;
}

/* If zoom is disabled we apply the same effect than fadeIn */
body:not(.features--show-image-zooming) .Image--zoomOut {
  opacity: 0;
  transition: opacity 0.3s ease;
}

body:not(.features--show-image-zooming) .Image--lazyLoaded.Image--zoomOut {
  opacity: 1;
}

.Image--slideRight,
.Image--slideLeft {
  transform: translateX(25px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Image--slideLeft {
  transform: translateX(-25px);
}

.Image--lazyLoaded.Image--slideRight,
.Image--lazyLoaded.Image--slideLeft {
  opacity: 1;
  transform: translateX(0);
}

.Image__Loader {
  position: absolute;
  display: block;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  pointer-events: none;
  background-color: var(--border-color);
  z-index: -1;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.Image__Loader::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 200%;
  background-color: var(--heading-color);
}

.Image--lazyLoading + .Image__Loader {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.Image--lazyLoading + .Image__Loader::after {
  -webkit-animation: lazyLoader 3s infinite;
          animation: lazyLoader 3s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.43, 0.25, 0.99);
          animation-timing-function: cubic-bezier(0.43, 0.43, 0.25, 0.99);
}

/**
 * ----------------------------------------------------------------------------
 * Aspect ratio
 * ----------------------------------------------------------------------------
 */

.AspectRatio {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.AspectRatio::before {
  content: "";
  display: block;
}

.AspectRatio > img {
  max-height: 100%;
  max-width: 100%;
}

.AspectRatio--withFallback > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.no-js .AspectRatio > img {
  display: none !important;
}

@supports (--css: variables) {
  /* For dynamic one, we use CSS variables, which makes it only compatible for newer browsers */
  .AspectRatio--withFallback {
    padding-bottom: 0 !important; /* For older browsers we use the padding-bottom trick, so make sure to remove it here */
  }

  .AspectRatio::before {
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  .AspectRatio > img,
  .no-js .AspectRatio > noscript img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

.AspectRatio--square::before {
  padding-bottom: 100%;
}

.AspectRatio--short::before {
  padding-bottom: 75%;
}

.AspectRatio--tall::before {
  padding-bottom: 150%;
}

.AspectRatio--square > img,
.AspectRatio--short > img,
.AspectRatio--tall > img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .AspectRatio--square > img,
  .AspectRatio--short > img,
  .AspectRatio--tall > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.Image--lazyLoad[data-sizes=auto] {
  width: 100%; /* this is needed to help LazySizes calculate the correct size */
}
/**
 * ----------------------------------------------------------------------------
 * List
 * ----------------------------------------------------------------------------
 */

.Linklist {
  list-style: none;
  padding: 0;
}

.Linklist__Item {
  position: relative;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  transition: all 0.2s ease-in-out;
}

.Linklist__Item:last-child {
  margin-bottom: 0 !important;
}

.Linklist__Item::before,
.Linklist__Checkbox + .Link::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: 0;
  border-radius: 100%;
  background: var(--text-color);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.Linklist__Item label {
  cursor: pointer;
}

.Linklist__Item > .Link {
  display: block;
  width: 100%;
  text-align: inherit;
}

.Linklist--spacingLoose .Linklist__Item {
  margin-bottom: 18px;
}

.Linklist__Item.is-selected {
  padding-left: 18px;
}

.Linklist__Item.is-selected::before,
.Linklist__Checkbox:checked + .Link::before {
  opacity: 1;
  transition-delay: 0.1s;
}

.Linklist__Checkbox + .Link {
  transition: padding 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.Linklist__Checkbox:checked + .Link {
  padding-left: 18px;
  color: var(--text-color);
}

.Linklist--bordered {
  margin-left: 8px;
  padding: 0 20px 0 25px;
  border-left: 1px solid var(--border-color);
}

.Linklist--bordered li:first-child .Linklist__Item {
  margin-top: 2px;
}

.Linklist--bordered li:last-child .Linklist__Item {
  margin-bottom: 2px;
}
/**
 * Google map
 */

.FeaturedMap {
  max-width: 1150px;
  margin: 0 auto;
}

.FeaturedMap__MapContainer {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center;
}

.FeaturedMap__GMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.FeaturedMap__Info {
  position: relative;
  margin: 0 auto;
  background: var(--light-background);
  text-align: left;
  z-index: 1;
  padding: 25px;
}

.FeaturedMap__Store {
  display: block;
  margin-bottom: 1.2em;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
}

.FeaturedMap__Address {
  margin-bottom: 1.2em;
}

.FeaturedMap__Location {
  margin-top: 2.7em;
}

@media screen and (min-width: 641px) {
  .FeaturedMap {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    padding-top: 0;
    height: 550px;
  }

  .FeaturedMap__MapContainer {
    flex: 1 0 auto;
    height: 100%;
  }

  .FeaturedMap__Info {
    flex: none;
    min-width: 370px;
    width: 370px;
    padding: 50px 60px;
  }
}
/**
 * --------------------------------------------------------------------
 * MEDIA API
 *
 * All those colors have been defined by Shopify and standardized by them
 * --------------------------------------------------------------------
 */
.plyr.plyr--full-ui.plyr--video {
  color: var(--text-color);
  background-color: transparent;
}

.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: var(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(var(--text-color-rgb), 0.55);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--light-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--light-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--light-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor 0, rgba(var(--text-color-rgb), 0.6) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--text-color-rgb), 0.6) var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: rgba(var(--text-color-rgb), 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: rgba(var(--text-color-rgb), 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--text-color);
  color: var(--light-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(--text-color);
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, rgba(var(--text-color-rgb), 0.6) 25%, transparent 25%, transparent 50%, rgba(var(--text-color-rgb), 0.6) 50%, rgba(var(--text-color-rgb), 0.6) 75%, transparent 75%, transparent);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: var(--light-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor 0, rgba(var(--light-background-rgb), 0.6) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--light-background-rgb), 0.6) var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(var(--light-background-rgb), 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), 0.25);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--text-color);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(var(--text-color-rgb), 0.55);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(var(--text-color-rgb), 0.55);
  background: rgba(var(--text-color-rgb), 0.05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(var(--text-color-rgb), 0.05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(var(--text-color-rgb), 0.55);
}

/**
 * --------------------------------------------------------------------
 * VIDEO WRAPPER
 * --------------------------------------------------------------------
 */

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

.VideoWrapper iframe,
.VideoWrapper object,
.VideoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* For native one we use a different thing */
.VideoWrapper--native::after {
  display: none;
}

.VideoWrapper--native .plyr,
.VideoWrapper--native video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.VideoWrapper--native .plyr__video-wrapper,
.VideoWrapper--native video {
  height: 100%;
}

/**
 * --------------------------------------------------------------------
 * 3D MODEL WRAPPER
 * --------------------------------------------------------------------
 */

.ModelWrapper {
  position: relative;
  padding-bottom: 100%;
}

.ModelWrapper .shopify-model-viewer-ui,
.ModelWrapper model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
 * ----------------------------------------------------------------------------
 * Anchor
 * ----------------------------------------------------------------------------
 */
.Anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}

@supports (--css: variables) {
  .Anchor {
    top: calc(-1 * (var(--header-height))); /* + var(--announcement-bar-height)));*/
  }
}

/**
 * ----------------------------------------------------------------------------
 * Loading bar
 * ----------------------------------------------------------------------------
 */

.LoadingBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  background: var(--heading-color);
  transition: width 0.25s ease-in-out;
  z-index: 50;
  pointer-events: none;
}

.LoadingBar.is-visible {
  opacity: 1;
}

@media screen and (min-width: 641px) {
  .LoadingBar {
    height: 3px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Placeholder (used within the theme editor only)
 * ----------------------------------------------------------------------------
 */

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

.PlaceholderSvg--dark {
  background: dimgray;
  fill: #a1a1a1;
}

.PlaceholderBackground {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0.7;
}

.PlaceholderBackground__Svg {
  height: 100% !important;
  width: auto !important;
  min-width: 100%;
}

/**
 * ----------------------------------------------------------------------------
 * Quantity selector
 * ----------------------------------------------------------------------------
 */

.QuantitySelector {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-color);
  white-space: nowrap;
}

.QuantitySelector svg {
  width: 10px;
  height: 10px;
  stroke-width: 1.5px;
  vertical-align: -1px;
}

.QuantitySelector__Button {
  display: inline-block;
  padding: 5px 9px; /* this allows to slightly increase the clickable area */
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.QuantitySelector__CurrentQuantity {
  display: inline-block;
  width: 20px;
  padding: 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  text-align: center;
  letter-spacing: normal;
  background: transparent;
  border: none;
}

.QuantitySelector--large .QuantitySelector__CurrentQuantity {
  width: 35px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.QuantitySelector--large .QuantitySelector__Button {
  padding: 10px 20px;
}

.QuantitySelector--large svg {
  width: 11px;
  height: 11px;
}

@media screen and (min-width: 641px) {
  .QuantitySelector__Button {
    padding: 7px 14px 8px 14px;
  }

  .QuantitySelector__CurrentQuantity {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product price
 * ----------------------------------------------------------------------------
 */

.Price {
  display: inline-block;
}

.Price--highlight {
  color: var(--product-sale-price-color);
}

.Price--compareAt {
  position: relative;
  margin-left: 10px;
}

.Price--compareAt::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.4em;
  width: calc(100% + 0.8em);
  height: 1px;
  background: currentColor;
}

/**
 * ----------------------------------------------------------------------------
 * Color swatch
 * ----------------------------------------------------------------------------
 */

.ColorSwatch {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: top;
  cursor: pointer;
  background-size: cover;
}

.ColorSwatch::after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
}

.ColorSwatch:hover::after {
  border: 1px solid var(--border-color);
}

.ColorSwatch--small {
  width: 16px;
  height: 16px;
}

.ColorSwatch--large {
  width: 36px;
  height: 36px;
}

.ColorSwatch--white {
  outline: 1px solid var(--border-color);
  outline-offset: -1px;
}

.ColorSwatch.is-active::after,
.ColorSwatch__Radio:checked + .ColorSwatch::after {
  border: 1px solid currentColor !important;
}

.ColorSwatch__Radio {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.ColorSwatchList .HorizontalList__Item {
  position: relative;
}

.Collapsible .ColorSwatchList {
  padding-top: 4px;
  padding-bottom: 10px;
}

.Collapsible--autoExpand .ColorSwatchList {
  padding-top: 8px;
  padding-bottom: 12px;
}

/**
 * ----------------------------------------------------------------------------
 * Size swatch
 * ----------------------------------------------------------------------------
 */

.SizeSwatch {
  display: inline-block;
  text-align: center;
  min-width: 36px;
  padding: 6px 10px;
  border: 1px solid var(--border-color);
  color: var(--text-color-light);
  cursor: pointer;
}

.SizeSwatch__Radio {
  display: none;
}

.SizeSwatch.is-active::after,
.SizeSwatch__Radio:checked + .SizeSwatch {
  border-color: var(--text-color);
  color: var(--text-color);
}

/**
 * ----------------------------------------------------------------------------
 * Alerts
 * ----------------------------------------------------------------------------
 */

.Alert,
.spr-form-message {
  display: block;
  padding: 10px 20px;
  white-space: normal;
  font-size: 1rem;
  word-break: break-all;
  word-break: break-word;
  text-shadow: none;
}

.Alert--large {
  padding: 18px 20px;
}

.Alert--error,
.spr-form-message-error {
  background: #e4c4c4;
  color: #cb2b2b;
}

.Alert--success,
.spr-form-message-success {
  background: #d2e4c4;
  color: #307a07;
}

.Alert__ErrorList {
  list-style: none;
}

@media screen and (min-width: 641px) {
  .Alert--large {
    padding: 18px 30px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Segment
 * ----------------------------------------------------------------------------
 */

.Segment + .Segment {
  margin-top: 50px;
}

.Segment__Title {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-color-light);
}

.Segment__Title--flexed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Segment__ActionList {
  margin-top: 16px;
}

.Segment__ActionItem {
  line-height: 1.4;
}

.Segment__ActionItem + .Segment__ActionItem {
  margin-left: 20px;
}

.Segment__ButtonWrapper {
  margin-top: 32px;
}

@media screen and (min-width: 641px) {
  .Segment__Title {
    margin-bottom: 34px;
  }

  .Segment__ActionList {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1140px) {
  .Segment + .Segment {
    margin-top: 65px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Empty state
 * ----------------------------------------------------------------------------
 */

.EmptyState {
  margin: 140px 0;
  text-align: center;
}

.EmptyState__Action {
  display: inline-block;
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  .EmptyState {
    margin: 200px 0;
  }
}

@media screen and (min-width: 1140px) {
  .EmptyState {
    margin: 250px 0;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Spinner
 * ----------------------------------------------------------------------------
 */

@-webkit-keyframes bouncingSpinnerAnimation {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@keyframes bouncingSpinnerAnimation {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.BouncingSpinner {
  display: block;
  text-align: center;
}

.BouncingSpinner > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-animation: bouncingSpinnerAnimation 1.4s infinite ease-in-out both;
          animation: bouncingSpinnerAnimation 1.4s infinite ease-in-out both;
}

.BouncingSpinner > span:first-child {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.BouncingSpinner > span:nth-child(2) {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

/**
 * ----------------------------------------------------------------------------
 * Video
 * ----------------------------------------------------------------------------
 */

.Video__PlayButton {
  display: inline-block;
  transition: transform 0.2s ease-in-out;
  height: 80px;
  width: 80px;
  cursor: pointer;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .Video__PlayButton:hover {
    transform: scale(1.1);
  }
}

.Video__PlayButton svg {
  width: 80px;
  height: 80px;
  pointer-events: none;
}

/**
 * ----------------------------------------------------------------------------
 * Announcement bar
 * ----------------------------------------------------------------------------
 */

.AnnouncementBar {
  position: relative;
  text-align: center;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  z-index: 1;
}

.AnnouncementBar__Wrapper {
  padding: 12px 15px;
}

.AnnouncementBar__Content {
  color: inherit;
  margin: 0;
}

@media screen and (min-width: 641px) {
  .AnnouncementBar {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  }
}

/**
 * ----------------------------------------------------------------------------
 * Share buttons
 * ----------------------------------------------------------------------------
 */

.ShareButtons {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.ShareButtons__Item {
  display: table-cell;
  width: 60px;
  height: 45px;
  min-height: 45px;
  color: var(--text-color-light);
  text-align: center;
  vertical-align: middle;
  background: var(--background);
  border: 1px solid var(--border-color);
  outline: 1px solid transparent;
  outline-offset: -1px;
  transition: all 0.2s ease-in-out;
}

.ShareButtons__Item svg {
  height: 18px;
  width: 18px;
  vertical-align: text-bottom;
}

.ShareButtons__Item--facebook:hover,
.no-supports-hover .ShareButtons__Item--facebook {
  background: #4469af;
  color: #ffffff;
  border-color: #4469af;
  outline: 1.5px solid #4469af;
}

.ShareButtons__Item--pinterest:hover,
.no-supports-hover .ShareButtons__Item--pinterest {
  background: #c8232c;
  color: #ffffff;
  border-color: #c8232c;
  outline: 1.5px solid #c8232c;
}

.ShareButtons__Item--twitter:hover,
.no-supports-hover .ShareButtons__Item--twitter {
  background: #00aced;
  color: #ffffff;
  border-color: #00aced;
  outline: 1.5px solid #00aced;
}

@media screen and (min-width: 641px) {
  .ShareButtons {
    width: auto;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Featured quote
 * ----------------------------------------------------------------------------
 */

.FeaturedQuote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 40px;
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
}

.FeaturedQuote__Author {
  margin-top: 14px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  opacity: 0.5;
}

.FeaturedQuote__Content a {
  text-decoration: underline;
  text-underline-position: under;
}

@media screen and (min-width: 1008px) {
  .FeaturedQuote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Shopify CAPTCHA
 * ----------------------------------------------------------------------------
 */

.shopify-challenge__container {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.shopify-challenge__container .shopify-challenge__button {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  background: var(--button-background);
  color: var(--button-text-color);
}

/**
 * ----------------------------------------------------------------------------
 * Newsletter (home page)
 * ----------------------------------------------------------------------------
 */

.ImageHero--newsletter .SectionHeader.SectionHeader {
  margin-bottom: 30px;
}

.Newsletter .Form__Input::-moz-placeholder {
  color: inherit;
}

.Newsletter .Form__Input:-ms-input-placeholder {
  color: inherit;
}

.Newsletter .Form__Input::placeholder {
  color: inherit;
}

.Newsletter .Form__Input:focus {
  border-color: currentColor;
}

.Newsletter .Form__Submit {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .ImageHero--newsletter {
    min-height: 450px !important;
  }

  .ImageHero--newsletter .ImageHero__ContentOverlay {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 641px) {
  .Newsletter__Inner {
    display: flex;
  }

  .Newsletter .Form__Input {
    min-width: 395px;
    width: 395px;
  }

  .Newsletter .Form__Submit {
    margin: 0 0 0 20px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * TOOLTIP
 * ----------------------------------------------------------------------------
 */

@media (-moz-touch-enabled: 0), (hover: hover) {
  [data-tooltip] {
    position: relative;
  }

  [data-tooltip]::before {
    position: absolute;
    content: attr(data-tooltip);
    bottom: 70%;
    left: 70%;
    padding: 4px 11px 3px 11px;
    white-space: nowrap;
    border: 1px solid var(--border-color);
    background: var(--light-background);
    color: var(--text-color-light);
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    z-index: 1;
  }

  [data-tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
  }
}

/**
 * -------------------------------------------------------------
 * PRICE RANGE
 * -------------------------------------------------------------
 */

.price-range {
  display: block;
  -webkit-padding-before: 5px;
          padding-block-start: 5px;
}

.price-range__input-group {
  display: flex;
  align-items: center;
}

.price-range__input {
  flex: 1 0 0;
  min-width: 0; /* Required for Firefox */
}

.price-range__delimiter {
  margin-inline: 15px;
}

.price-range__range-group {
  position: relative;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.no-js .price-range__range-group {
  display: none !important; /* When JS is disabled we only rely on the input field */
}

@media not screen and (any-hover: hover) {
  /* On non-touch device the thumb are bigger so we need to adjust the spacing */
  .price-range {
    -webkit-padding-before: 7px;
            padding-block-start: 7px;
  }
}
.Modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  top: 50%;
  left: 50%;
  width: 480px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  padding: 15px 20px 20px 20px;
  z-index: 20;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--background);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

@supports (--css: variables) {
  .Modal {
    max-height: calc(var(--window-height) - 40px);
  }
}

.Modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.Modal--dark {
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
}

.Modal--dark .Rte h1,
.Modal--dark .Rte h2,
.Modal--dark .Rte h3,
.Modal--dark .Rte h4,
.Modal--dark .Rte h5,
.Modal--dark .Rte h6 {
  color: var(--secondary-elements-text-color);
}

.Modal--fullScreen {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: none;
}

.Modal--pageContent {
  padding: 60px 0 50px 0;
}

.Modal--videoContent {
  justify-content: center;
  background: #000000; /* Full theatre experience ! */
  color: #ffffff;
}

.Modal .Heading:not(.Link) {
  color: inherit;
}

.Modal__Header {
  margin-bottom: 30px;
  text-align: center;
}

.Modal__Close {
  display: block;
  margin: 25px auto 0 auto;
  flex-shrink: 0;
}

.Modal__Close--outside {
  position: absolute;
  margin-top: 0;
  top: 20px;
  right: 20px;
  line-height: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}

.Modal__Close--outside:hover {
  opacity: 1;
}

.Modal__Close--outside svg {
  height: 16px;
  width: 16px;
  stroke-width: 1.25px;
}

.Modal--fullScreen .Modal__Close--outside {
  right: 40px;
  top: 40px;
}

.Modal__Content iframe {
  display: none;
}

.Modal[aria-hidden=false] .Modal__Content iframe {
  display: block;
}

/* We override some styles for common elements like table */
.Modal__Content th,
.Modal__Content td {
  border-color: var(--secondary-elements-border-color) !important;
}

.Modal__Content thead th:empty,
.Modal__Content tbody th {
  background: var(--secondary-elements-background) !important;
}

@media screen and (min-width: 641px) {
  .Modal:not(.Modal--pageContent) {
    padding: 35px 40px 40px 40px;
  }
}

@media screen and (min-width: 1008px) {
  .Modal {
    flex-direction: column;
  }

  .Modal--pageContent {
    padding: 100px 0 80px 0;
  }

  .Modal--pageContent .Modal__Content {
    flex: 1 0 0;
  }

  .Modal__Close:not(.Modal__Close--outside) {
    margin-top: 40px;
    flex-shrink: 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * A11Y
 * ----------------------------------------------------------------------------
 */
.PageSkipLink:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--text-color);
  background-color: var(--background);
  padding: 10px;
  z-index: 10000;
  transition: none;
}

/**
 * ----------------------------------------------------------------------------
 * Page overlay
 * ----------------------------------------------------------------------------
 */
.PageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: #363636;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.PageOverlay.is-visible {
  opacity: 0.5;
  visibility: visible;
}

/**
 * ----------------------------------------------------------------------------
 * Page header
 * ----------------------------------------------------------------------------
 */
.PageHeader {
  position: relative;
  margin: 35px 0;
}

.PageHeader--withBackground {
  display: flex;
  margin: 0;
  width: 100%;
  min-height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

.PageHeader--withBackground .Heading,
.PageHeader--withBackground .Rte a:not(.Button) {
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}

.PageHeader__ImageWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
@supports (--css: variables) {
  .PageHeader__ImageWrapper {
    top: calc(-1 * 0px - 0px * 0);
    top: calc(-1 * var(--announcement-bar-height, 0px) - var(--header-height, 0px) * var(--use-unsticky-header, 0));
    height: calc(100% + 0px + 0px * 0);
    height: calc(100% + var(--announcement-bar-height, 0px) + var(--header-height, 0px) * var(--use-unsticky-header, 0));
  }
}

.PageHeader .SectionHeader__Heading,
.PageHeader .SectionHeader__Description {
  margin-top: 0 !important;
}

.PageHeader .Alert {
  margin-top: 22px;
}

.PageHeader__Back {
  display: inline-block;
  margin-bottom: 25px;
}
.PageHeader__Back svg {
  height: 9px;
  margin-right: 12px;
  vertical-align: baseline;
  vertical-align: initial;
}

/* Double selector is just to increase specificity and avoid !important */
.PageHeader--withBackground .SectionHeader.SectionHeader {
  position: relative;
  padding: 60px 0 80px 0;
}
@supports (--css: variables) {
  .PageHeader--withBackground .SectionHeader.SectionHeader {
    margin-top: calc(var(--header-height) * 0);
    margin-top: calc(var(--header-height) * var(--header-is-transparent, 0));
  }
}

@media screen and (max-width: 640px) {
  .PageHeader .SectionHeader__Heading {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 641px) {
  .PageHeader {
    margin: 50px 0;
  }

  .PageHeader--withBackground {
    min-height: 450px;
    margin-top: 0;
    margin-bottom: 0;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(380px + var(--header-height) * 0);
      min-height: calc(380px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--small.PageHeader--withBackground {
    min-height: 420px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(350px + var(--header-height) * 0);
      min-height: calc(350px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--large.PageHeader--withBackground {
    min-height: 480px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(410px + var(--header-height) * 0);
      min-height: calc(410px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--withBackground .SectionHeader.SectionHeader {
    margin-top: 50px;
    padding: 40px 0;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground .SectionHeader.SectionHeader {
      margin-top: calc(var(--header-height) * 0);
      margin-top: calc(var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}
@media screen and (min-width: 1140px) {
  .PageHeader--withBackground {
    min-height: 550px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(450px + var(--header-height) * 0);
      min-height: calc(450px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--small.PageHeader--withBackground {
    min-height: 500px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(400px + var(--header-height) * 0);
      min-height: calc(400px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--large.PageHeader--withBackground {
    min-height: 620px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(520px + var(--header-height) * 0);
      min-height: calc(520px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}
@media screen and (min-width: 1800px) {
  .PageHeader--withBackground {
    min-height: 650px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(600px + var(--header-height) * 0);
      min-height: calc(600px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--small.PageHeader--withBackground {
    min-height: 600px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(550px + var(--header-height) * 0);
      min-height: calc(550px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--large.PageHeader--withBackground {
    min-height: 700px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(650px + var(--header-height) * 0);
      min-height: calc(650px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}
/**
 * ----------------------------------------------------------------------------
 * Page layout (to create two columns) and content
 * ----------------------------------------------------------------------------
 */
.PageLayout__Section:first-child {
  margin-bottom: 60px;
}

.PageLayout__Section--sticky {
  position: sticky;
  top: 75px;
  align-self: flex-start;
}
@supports (--css: variables) {
  .PageLayout__Section--sticky {
    top: calc(var(--header-height) + 20px);
  }
}

@media screen and (min-width: 641px) {
  .PageLayout {
    display: flex;
    flex-wrap: nowrap;
  }

  .PageLayout__Section {
    flex: 1 0 0;
  }

  .PageLayout__Section:first-child {
    margin-bottom: 0;
  }

  .PageLayout__Section--secondary {
    flex: 1 1 200px;
    max-width: 200px;
  }

  .PageLayout__Section + .PageLayout__Section {
    margin-left: 50px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .PageLayout--breakLap {
    display: block;
  }

  .PageLayout--breakLap .PageLayout__Section:first-child {
    margin-bottom: 60px;
  }

  .PageLayout--breakLap .PageLayout__Section + .PageLayout__Section {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1008px) {
  .PageLayout__Section--secondary {
    flex-basis: 235px;
    max-width: 235px;
  }
}
@media screen and (min-width: 1140px) {
  .PageLayout__Section + .PageLayout__Section {
    margin-left: 80px;
  }

  .PageLayout__Section--secondary {
    flex-basis: 290px;
    max-width: 290px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Page spacing wrapper
 * ----------------------------------------------------------------------------
 */
.PageSpacingWrapper {
  margin-bottom: 60px;
}

/**
 * ----------------------------------------------------------------------------
 * Page content
 * ----------------------------------------------------------------------------
 */
.PageContent {
  max-width: 1000px;
  margin: 35px auto;
}

.PageContent_Title {
  font-size: 62px;
  margin: 150px 0 50px;
}

@media screen and (max-width: 900px) {
  .PageContent_Title {
    margin: 120px 0 40px;
    font-size: 50px;
  }
}

@media screen and (max-width: 640px) {
  .PageContent_Title {
    margin: 100px 0 40px;
    font-size: 40px;
  }
}

.PageContent--fitScreen {
  display: flex;
  min-height: calc(100vh - 120px);
  align-items: center;
}
@supports (--css: variables) {
  .PageContent--fitScreen {
    min-height: calc(var(--window-height) - var(--header-height) - 0px - 120px);
    min-height: calc(var(--window-height) - var(--header-height) - var(--announcement-bar-height, 0px) - 120px);
    /* 120px is the margin */
  }
}

.PageContent--narrow {
  max-width: 680px;
}

.PageContent--extraNarrow {
  max-width: 400px;
}

.PageHeader + .PageContent {
  margin-top: 0;
}

@media screen and (min-width: 641px) {
  .PageContent {
    margin-bottom: 80px;
    margin-top: 80px;
  }

  .PageContent--fitScreen {
    min-height: calc(100vh - 160px);
  }
  @supports (--css: variables) {
    .PageContent--fitScreen {
      min-height: calc(var(--window-height) - var(--header-height) - 0px - 160px);
      min-height: calc(var(--window-height) - var(--header-height) - var(--announcement-bar-height, 0px) - 160px);
      /* 160px is the margin */
    }
  }
}
.Pagination {
  margin: 60px 0;
  text-align: center;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  line-height: 1;
}

.Pagination--tight {
  margin: 60px 0 !important;
}

.Pagination__Nav {
  display: inline-block;
  list-style: none;
}

.Pagination__NavItem {
  display: inline-block;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
}
.Pagination__NavItem svg {
  width: 6px;
  height: 10px;
  vertical-align: -1px;
}

.Pagination__NavItem.is-active {
  color: var(--text-color);
  border-bottom-color: var(--text-color);
  box-shadow: 0 -2px var(--text-color) inset;
}

@media screen and (min-width: 641px) {
  .Pagination {
    margin: 80px 0;
  }

  .Pagination__NavItem {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 1140px) {
  .Pagination {
    margin: 120px 0;
  }
}
.Panel {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 60px 24px;
}

.Panel--withArrows {
  margin: 0 15px;
}

.Panel--flush {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.Panel__Title {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0 14px 0 18px;
  transform: translate(-50%, -50%);
  background: var(--background);
  white-space: nowrap;
}

.Panel .flickity-prev-next-button {
  top: calc(50% - (45px / 2));
}

.Panel .flickity-prev-next-button.next {
  right: calc(-45px / 2);
}

.Panel .flickity-prev-next-button.previous {
  left: calc(-45px / 2);
}

@media screen and (min-width: 641px) {
  .Panel {
    padding-left: 50px;
    padding-right: 50px;
  }

  .Panel--withArrows {
    margin-left: 0;
    margin-right: 0;
  }
}
.Popover {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--light-background);
  z-index: 10;
  box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
  touch-action: manipulation;
  transform: translateY(100%);
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.Popover--secondary {
  background: var(--background);
}

.Popover[aria-hidden=false] {
  transform: translateY(0);
  visibility: visible;
}

.Popover__Header {
  position: relative;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(var(--border-color-rgb), 0.4);
  text-align: center;
}

.Popover__Close {
  position: absolute;
  left: 20px;
  top: calc(50% - 7px);
  line-height: 0;
}
.Popover__Close svg {
  stroke-width: 1.1px;
}

.Popover__ValueList {
  list-style: none;
  max-height: 385px;
  padding: 18px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.Popover__Value {
  display: block;
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--text-color-light);
  text-align: center;
  transition: color 0.2s ease-in-out;
}

.Popover__Value:focus {
  background: var(--background);
  outline: none;
}

.Popover__Value.is-selected {
  color: var(--text-color);
}

.Popover__FooterHelp {
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  border-top: 1px solid rgba(var(--border-color-rgb), 0.4);
}

@supports (padding: max(0px)) {
  .Popover__ValueList {
    max-height: calc(385px + env(safe-area-inset-bottom, 0px));
    padding-bottom: max(18px, env(safe-area-inset-bottom, 0px) + 18px);
  }
}

@media screen and (min-width: 1008px) {
  .Popover {
    transform: none;
    width: auto;
    bottom: auto;
    left: auto;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .Popover::before {
    content: "";
    position: absolute;
    right: 40px;
    width: 10px;
    height: 10px;
    border-style: solid;
  }

  .Popover--noWrap {
    white-space: nowrap;
  }

  .Popover--withMinWidth {
    min-width: 375px;
  }

  .Popover--positionBottom::before {
    bottom: 100%;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--light-background) transparent;
    filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, 0.2));
  }

  .Popover--positionTop::before {
    top: 100%;
    border-width: 10px 10px 0 10px;
    border-color: var(--light-background) transparent transparent transparent;
    filter: drop-shadow(0 2px 2px rgba(54, 54, 54, 0.2));
  }

  .Popover--positionLeft::before {
    left: 100%;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--light-background);
    filter: drop-shadow(2px 0 2px rgba(54, 54, 54, 0.2));
  }

  .Popover--positionTop.Popover--alignCenter::before,
  .Popover--positionBottom.Popover--alignCenter::before {
    left: calc(50% - 10px);
  }

  .Popover--positionLeft.Popover--alignCenter::before {
    top: calc(50% - 10px);
  }

  .Popover--positionLeft.Popover--alignBottom::before {
    top: 15px;
  }

  .Popover--positionLeft.Popover--alignTop::before {
    bottom: 10px;
  }

  .Popover[aria-hidden=false] {
    opacity: 1;
    transform: none;
  }

  .Popover__Header {
    display: none;
  }

  .Popover__Value {
    padding-left: 50px;
    padding-right: 50px;
    text-align: right;
  }

  .Popover--withMinWidth .Popover__Value,
  .Popover__ValueList--center .Popover__Value {
    text-align: center;
  }

  .Popover--small.Popover--positionTop::before {
    border-width: 8px 8px 0 8px;
  }
  .Popover--small.Popover--positionBottom::before {
    border-width: 0 8px 8px 8px;
  }
  .Popover--small .Popover__Value {
    padding: 5px 32px;
  }
  .features--heading-small .Popover--small .Popover__Value {
    font-size: 10px;
  }
  .features--heading-normal .Popover--small .Popover__Value {
    font-size: 12px;
  }
  .features--heading-large .Popover--small .Popover__Value {
    font-size: 13px;
  }
}
.Rte {
  word-break: break-word;
  /* Prevent long words to go outside the container */
  /* Simple, minimum clearfix added to every RTE text to avoid issue with float */
}
.Rte::after {
  content: "";
  display: block;
  clear: both;
}
.Rte iframe {
  max-width: 100%;
}
.Rte img {
  display: block;
  margin: 0 auto;
}
.Rte a:not(.Button) {
  color: var(--link-color);
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(var(--link-color-rgb), 0.6);
          text-decoration-color: rgba(var(--link-color-rgb), 0.6);
  text-underline-position: under;
  transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
}
.Rte a:not(.Button):hover {
  color: var(--text-color);
  -webkit-text-decoration-color: rgba(var(--text-color-rgb), 0.6);
          text-decoration-color: rgba(var(--text-color-rgb), 0.6);
}
.Rte p:not(:last-child),
.Rte ul:not(:last-child),
.Rte ol:not(:last-child) {
  margin-bottom: 1.6em;
}
.Rte img,
.Rte blockquote,
.Rte .VideoWrapper,
.Rte .Form {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
.Rte ul, .Rte ol {
  margin-left: 30px;
  padding-left: 0;
  list-style-position: outside;
}
.Rte li {
  padding: 5px 0;
}
.Rte h1,
.Rte h2,
.Rte h3,
.Rte h4,
.Rte h5,
.Rte h6 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color 0.2s ease-in-out;
}
.features--heading-uppercase .Rte h1,
.features--heading-uppercase .Rte h2,
.features--heading-uppercase .Rte h3,
.features--heading-uppercase .Rte h4,
.features--heading-uppercase .Rte h5,
.features--heading-uppercase .Rte h6 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.Rte h1 {
  margin: 2.2em 0 0.8em;
}
.Rte h2 {
  margin: 2.2em 0 0.9em;
}
.Rte h3 {
  margin: 2.2em 0 1.2em;
}
.Rte h4 {
  margin: 2.2em 0 1.4em;
}
.Rte h5 {
  margin: 2.2em 0 1.6em;
}
.Rte h6 {
  margin: 2.2em 0 1.8em;
}
.Rte blockquote {
  margin-left: 0;
  padding: 6px 0 6px 40px;
  font-size: 1.15em;
  line-height: 1.75;
  border-left: 3px solid rgba(var(--border-color-rgb), 0.6);
}
.Rte p:last-child,
.Rte blockquote:last-child,
.Rte ul:last-child,
.Rte ol:last-child,
.Rte h1:last-child,
.Rte h2:last-child,
.Rte h3:last-child,
.Rte h4:last-child,
.Rte h5:last-child,
.Rte h6:last-child {
  margin-bottom: 0;
}

/**
 * ----------------------------------------------------------------------------
 * POLICY PAGES
 * ----------------------------------------------------------------------------
 */

.shopify-policy__container {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 680px;
}

@media screen and (min-width: 1008px) {
  .Rte img,
  .Rte .VideoWrapper,
  .Rte .Form {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .Rte blockquote {
    margin-left: 40px;
  }
}
.shopify-section--hidden {
  display: none;
}

.shopify-section--bordered + .shopify-section--bordered {
  border-top: 1px solid var(--border-color);
}

/* When a spacing is applied to a bordered section, as it is isolated, we use padding, otherwise margin */
.Section--spacingNormal {
  margin: 50px 0;
}

.Section--spacingLarge,
.Section--spacingExtraLarge {
  margin: 90px 0;
}

.shopify-section--bordered > .Section--spacingNormal {
  padding: 50px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.shopify-section--bordered > .Section--spacingLarge,
.shopify-section--bordered > .Section--spacingExtraLarge {
  padding: 90px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.SectionHeader:not(:only-child) {
  margin-bottom: 40px;
}

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

/*
  This is just a hack to slightly increase the selector specificity. What this does is actually taking into account the line height (1.65)
  and removing the remaining amount in both direction (0.65 / 2 => 0.325) to have more easier and consistent alignments
*/
.SectionHeader__Heading.SectionHeader__Heading,
.SectionHeader__SubHeading.SectionHeader__SubHeading {
  margin-top: -0.325em;
}

.SectionHeader__SubHeading + .SectionHeader__Heading,
.SectionHeader__SubHeading + .SectionHeader__TabList,
.SectionHeader__Description {
  margin-top: 16px;
}

.SectionHeader__Description {
  max-width: 530px;
}

.SectionHeader__Description a {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-position: under;
}

.SectionHeader--center .SectionHeader__Description {
  margin-left: auto;
  margin-right: auto;
}

.SectionHeader__ButtonWrapper {
  margin-top: 20px;
}

.SectionHeader__IconHolder {
  margin-top: 30px;
}

/* The SectionFooter is usually use at the end of a given section to redirect somewhere else */
.SectionFooter {
  margin-top: 50px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .SectionHeader__Heading--emphasize {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 22px)) !important;
  }
}
@media screen and (min-width: 1008px) {
  .Section--spacingNormal {
    margin: 80px 0;
  }

  .Section--spacingLarge {
    margin: 120px 0;
  }

  .Section--spacingExtraLarge {
    margin: 145px 0;
  }

  .shopify-section--bordered > .Section--spacingNormal {
    padding: 80px 0;
  }

  .shopify-section--bordered > .Section--spacingLarge {
    padding: 120px 0;
  }

  .shopify-section--bordered > .Section--spacingExtraLarge {
    padding: 145px 0;
  }

  .SectionHeader:not(:only-child) {
    margin-bottom: 70px;
  }

  .SectionHeader__Description {
    margin-top: 24px;
  }

  .SectionHeader__ButtonWrapper {
    margin-top: 30px;
  }

  .SectionFooter {
    margin-top: 80px;
  }
}
.TableWrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.Table,
.Rte table {
  width: 100%;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  border-collapse: separate;
  white-space: nowrap;
}
.Table th,
.Table td,
.Rte table th,
.Rte table td {
  padding: 18px 10px;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
}
.Table th:first-child,
.Table td:first-child,
.Table tfoot td:empty + td,
.Rte table th:first-child,
.Rte table td:first-child,
.Rte table tfoot td:empty + td {
  padding-left: 0;
}
.Table th:last-child,
.Table td:last-child,
.Rte table th:last-child,
.Rte table td:last-child {
  padding-right: 0;
}
.Table th,
.Rte table th {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.Table thead th:first-child:empty,
.Table tbody th:first-child,
.Rte table thead th:first-child:empty,
.Rte table tbody th:first-child {
  position: sticky;
  left: 0;
  min-width: 40px;
  max-width: 100px;
  z-index: 1;
  background: var(--background);
  white-space: normal;
}
.Table tbody th:first-child,
.Rte table tbody th:first-child {
  border-right: 1px solid var(--border-color);
}
.Table tfoot td:empty,
.Rte table tfoot td:empty {
  border-bottom: none;
}

.Table--large td {
  padding-top: 25px;
  padding-bottom: 25px;
}

.Table--noBorder tbody tr:not(:last-child) td {
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .TableWrapper > .Table {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .Table,
  .Rte table {
    white-space: normal;
  }

  .Table--large td {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.TabList {
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.TabList__Item {
  position: relative;
}
.TabList__Item::after {
  position: relative;
  display: block;
  content: "";
  bottom: 1px;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--heading-color);
  transition: width 0.25s ease-in-out;
}

.TabList__Item + .TabList__Item {
  margin-left: 28px;
}

.TabList__Item.is-active::after {
  width: 100%;
}
.features--heading-uppercase .TabList__Item.is-active::after {
  width: calc(100% - 0.2em);
}

.TabPanel {
  display: none;
}

.TabPanel[aria-hidden=false] {
  display: block;
}

@media screen and (min-width: 641px) {
  .TabList__Item + .TabList__Item {
    margin-left: 45px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Layout override
 * ----------------------------------------------------------------------------
 */

.template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
  margin-top: 50px;
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
    margin-top: 0;
  }
}

@media screen and (min-width: 1140px) {
  .template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
    margin-top: 65px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Addresses
 * ----------------------------------------------------------------------------
 */

.AddressList .Grid__Cell {
  margin-bottom: 40px;
}

.AccountAddress span {
  display: inline-block;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .Modal--address {
    height: 100%;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .Modal--address .Modal__Header {
    margin-top: 35px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .OrderAddresses {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 641px) {
  .AddressList .Grid__Cell {
    margin-bottom: 60px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Account table
 * ----------------------------------------------------------------------------
 */

.AccountTable th {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
}

.AccountTable tfoot {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.AccountTable tfoot span + span {
  padding-left: 18px;
}

.AccountTable .CartItem__PriceList {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .AccountTable .CartItem__ImageWrapper {
    width: 70px;
    min-width: 70px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Article inner
 * ----------------------------------------------------------------------------
 */

.Article__ImageWrapper {
  overflow: hidden;
  height: 215px;
}

.Article__Image {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@supports (--css: variables) {
  .Article__Image {
    height: calc(100% + 0px);
    height: calc(100% + var(--announcement-bar-height, 0px));
    top: calc(-1 * 0px);
    top: calc(-1 * var(--announcement-bar-height, 0px));
  }
}

.Article__Wrapper {
  position: relative;
  max-width: 620px;
  margin: 0 auto 90px auto;
  padding: 24px;
  background: var(--background);
}

.Article__Header {
  margin-bottom: 35px;
}

.Article__Meta {
  margin-bottom: 18px;
}

.Article__MetaItem + .Article__MetaItem::before {
  position: relative;
  display: inline-block;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 100%;
  margin: 0 15px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  vertical-align: middle;
  background: currentColor;
}

.Article__Footer {
  margin-top: 45px;
}

.Article__ShareButtons {
  margin-top: 42px;
}

@media screen and (min-width: 641px) {
  .Article__Wrapper {
    margin-bottom: 120px;
    padding: 40px 50px;
  }

  .Article__ImageWrapper {
    height: 335px;
  }

  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -45px;
  }

  .Article__Header {
    margin-bottom: 45px;
  }

  .Article__Footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
  }

  .Article__ShareButtons {
    margin-top: 0;
  }
}

@media screen and (min-width: 1008px) {
  .Article__Wrapper {
    max-width: 1100px;
  }

  .Article__ImageWrapper {
    height: 450px;
  }

  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -70px;
  }
}

@media screen and (min-width: 1140px) {
  .Article__ImageWrapper {
    height: 600px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Comments
 * ----------------------------------------------------------------------------
 */

.Article__CommentForm {
  margin-top: 40px;
}

.Article__Comments,
.Article__CommentFormWrapper {
  margin: 80px 0;
}

.Article__Comments .Pagination {
  margin-top: 40px;
}

.ArticleComment {
  margin-top: 35px;
}

.ArticleComment + .ArticleComment {
  padding-top: 35px;
  border-top: 1px solid var(--border-color);
}

.ArticleComment__Body {
  margin-bottom: 18px;
}

.ArticleComment__Date {
  margin-left: 15px;
}

@media screen and (min-width: 641px) {
  .Article__Comments,
  .Article__CommentFormWrapper {
    margin: 105px 0;
  }

  .Article__Comments .Pagination {
    margin-top: 80px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Toolbar
 * ----------------------------------------------------------------------------
 */

.ArticleToolbar {
  position: fixed;
  display: flex;
  top: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px 16px 30px;
  background: #c67c5a;
  color: var(--secondary-elements-text-color);
  z-index: 2;
  pointer-events: none;
  transform: translateY(-100%);
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

@supports (--css: variables) {
  .ArticleToolbar {
    top: calc(0 * var(--header-height));
    top: calc(var(--use-sticky-header, 0) * var(--header-height));
  }
}

.ArticleToolbar.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.ArticleToolbar .Link:hover {
  color: var(--secondary-elements-text-color);
}

.ArticleToolbar .Text--subdued {
  color: var(--secondary-elements-text-color-light);
}

.ArticleToolbar__ArticleTitle {
  position: relative;
  display: inline-flex;
  max-width: 285px;
  width: 285px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  color: var(--secondary-elements-text-color);
  letter-spacing: 1px !important;
}

.ArticleToolbar__ShareList {
  display: inline-block;
}

.ArticleToolbar__ShareList .HorizontalList {
  display: inline-block;
  margin-left: 20px;
}

.ArticleToolbar__Nav {
  display: inline-block;
  margin-left: 50px;
}

.ArticleToolbar__Nav svg {
  color: var(--secondary-elements-text-color);
}

.ArticleToolbar__NavItemSeparator {
  display: inline-block;
  position: relative;
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 18px;
  background: rgba(var(--secondary-elements-text-color-rgb), 0.8);
  vertical-align: middle;
}

.ArticleToolbar__NavItem svg {
  vertical-align: -1px;
}

.ArticleToolbar__NavItem--prev svg {
  margin-right: 6px;
}

.ArticleToolbar__NavItem--next svg {
  margin-left: 6px;
}

@media screen and (min-width: 1008px) {
  .ArticleToolbar__ArticleTitle {
    max-width: 400px;
    width: 400px;
  }
}

@media screen and (min-width: 1140px) {
  .ArticleToolbar {
    padding-left: 50px;
    padding-right: 50px;
  }

  .ArticleToolbar__ArticleTitle {
    max-width: 550px;
    width: 550px;
  }

  .ArticleToolbar__Nav {
    margin-left: 100px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Article navigation
 * ----------------------------------------------------------------------------
 */

.ArticleNav {
  padding: 75px 0;
  background: var(--footer-background);
  color: var(--secondary-elements-text-color);
  border-bottom: 1px solid var(--border-color);
}

.ArticleNav .Heading {
  color: inherit;
}

.ArticleNav__Item {
  display: block;
}

.ArticleNav__Image {
  height: 350px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .ArticleNav .Grid__Cell + .Grid__Cell {
    margin-top: 50px;
  }
}

@media screen and (min-width: 641px) {
  .ArticleNav {
    padding: 140px 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Article item
 * ----------------------------------------------------------------------------
 */

.ArticleListWrapper {
  max-width: 1260px;
  margin: 0 auto 60px auto;
}

.ArticleList {
  margin-bottom: -60px;
}

.ArticleList .Grid__Cell {
  margin-bottom: 60px;
}

.js .features--show-element-staggering .ArticleItem {
  visibility: hidden;
}

.ArticleItem__ImageWrapper {
  display: block;
  margin-bottom: 22px;
  background-size: cover;
  overflow: hidden;
}

.ArticleItem__Image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.features--show-image-zooming .ArticleItem__Image {
  transform: scale(1);
  transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.features--show-image-zooming .ArticleList .ImageHero__ImageWrapper {
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-image-zooming .ArticleItem:hover .ArticleItem__Image,
  .features--show-image-zooming .ArticleList .ImageHero:hover .ImageHero__ImageWrapper {
    transform: scale(1.2);
  }
}

.ArticleItem__Content {
  margin: 0 8px;
}

.ArticleItem__Category {
  display: block;
  margin-bottom: 16px;
}

.ArticleItem__Excerpt {
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 40px;
  }

  .ArticleItem__Content {
    margin: 0 18px;
  }
}

@media screen and (min-width: 1008px) {
  .ArticleListWrapper {
    margin-bottom: 100px;
  }

  .ArticleList {
    margin-bottom: -100px;
  }

  .ArticleList .Grid__Cell {
    margin-bottom: 100px;
  }

  .ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 60px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Blog
 * ----------------------------------------------------------------------------
 */

.Blog__RssLink {
  margin-left: 14px;
  vertical-align: baseline;
}

.Blog__RssLink svg {
  width: 10px;
  height: 10px;
}

.Blog__TagList {
  padding-top: 8px;
}

.Blog__TagList .Link.is-active::after {
  display: block;
  content: "";
  width: calc(100% - 0.15em);
  height: 1px;
  background: currentColor;
}

@media screen and (max-width: 640px) {
  .Blog__TagList .HorizontalList__Item {
    margin: 5px 10px;
  }
}

@media screen and (min-width: 641px) {
  .ArticleList + .Pagination {
    margin-top: 80px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * General
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes cartEmptyOpening {
  from {
    transform: translate(-50%, calc(-50% + 35px));
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes cartEmptyOpening {
  from {
    transform: translate(-50%, calc(-50% + 35px));
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.Cart__ShippingNotice {
  position: sticky;
  top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  border-bottom: 1px solid var(--border-color);
  line-height: normal;
  z-index: 1;
  background: var(--background);
}

.Cart__Empty {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-animation: cartEmptyOpening 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: cartEmptyOpening 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 641px) {
  .Cart__ShippingNotice {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }
}

/**
 * ----------------------------------------------------------------------------
 * Items
 * ----------------------------------------------------------------------------
 */

.CartItemWrapper {
  overflow: hidden;
}

.CartItem {
  display: table;
  table-layout: fixed;
  margin: 30px 0;
  width: 100%;
}

.CartItem__ImageWrapper,
.CartItem__Info {
  display: table-cell;
  vertical-align: middle;
}

.CartItem__ImageWrapper {
  width: 90px;
  min-width: 90px;
  text-align: center;
}

.CartItem__Info {
  padding-left: 25px;
}

.CartItem__Title {
  width: 100%;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.CartItem__Title,
.CartItem__Variant,
.CartItem__PlanAllocation,
.CartItem__PropertyList {
  margin-bottom: 0.45em;
}

.CartItem__Meta,
.CartItem__LinePriceList,
.CartItem__DiscountList {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 9px));
}

.CartItem__PropertyList {
  list-style: none;
  font-style: italic;
}

.CartItem__DiscountList {
  list-style: none;
}

.CartItem__Discount {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  background: rgba(var(--product-sale-price-color-rgb), 0.1);
  color: var(--product-sale-price-color);
}

.CartItem__Discount svg {
  margin-right: 4px;
  vertical-align: text-bottom;
}

.CartItem__Discount + .CartItem__Discount {
  margin-top: 4px;
}

.CartItem__UnitPriceMeasurement {
  margin-top: 4px;
}

.CartItem__Actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}

.CartItem__Remove {
  margin: 8px 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 8px));
}

.CartItem__Remove::before {
  background: var(--text-color-light);
}

@media screen and (min-width: 641px) {
  .CartItem__ImageWrapper {
    width: 120px;
  }

  .CartItem__Title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }

  .CartItem__Meta,
  .CartItem__LinePriceList {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  }

  .CartItem__Remove {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 9px));
  }

  .CartItem__Actions {
    margin-top: 20px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Bottom
 * ----------------------------------------------------------------------------
 */

.Cart .Drawer__Footer,
.Cart__OffscreenNoteContainer {
  padding: 14px 24px 24px 24px;
}

.Cart__Checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.Cart__OffscreenNoteContainer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: var(--background);
  border-top: 1px solid var(--border-color);
  transform: translateY(100%);
  transition: transform 0.25s ease-in-out;
}

.Cart__OffscreenNoteContainer[aria-hidden=false] {
  transform: translateY(0);
  box-shadow: 1px 0 6px rgba(54, 54, 54, 0.2);
}

.Cart__Note {
  margin-top: 10px;
}

.Cart__Taxes {
  margin-bottom: 8px;
}

.Cart__Discount svg {
  margin-right: 8px;
  vertical-align: sub;
}

.has-note-open[aria-hidden=false] .Drawer__Header,
.has-note-open[aria-hidden=false] .Drawer__Main {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

@supports (padding: max(0px)) {
  .Cart .Drawer__Footer,
  .Cart__OffscreenNoteContainer {
    padding-bottom: max(24px, env(safe-area-inset-bottom, 0px) + 24px);
  }
}

@media screen and (min-width: 641px) {
  .Cart .Drawer__Footer,
  .Cart__OffscreenNoteContainer {
    padding: 20px 30px 30px 30px;
  }

  .Cart__NoteButton + .Cart__Taxes {
    margin-top: 4px;
  }

  @supports (padding: max(0px)) {
    .Cart .Drawer__Footer,
    .Cart__OffscreenNoteContainer {
      padding-bottom: max(30px, env(safe-area-inset-bottom, 0px) + 30px);
    }
  }
}

/**
 * ----------------------------------------------------------------------------
 * Adjustments for dedicated cart page
 * ----------------------------------------------------------------------------
 */

.Cart--expanded .Cart__Footer {
  padding-top: 25px;
  border-top: 1px solid var(--border-color);
}

.Cart--expanded .Cart__Recap {
  text-align: right;
}

.Cart--expanded .Cart__Recap,
.Cart--expanded .Cart__Recap .Cart__Checkout {
  margin-top: 16px;
}

.Cart--expanded .Cart__Checkout {
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  .CartItem__Info ~ .CartItem__Actions,
  .CartItem__Info ~ .CartItem__LinePriceList {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .Cart--expanded .Cart__ItemList {
    display: table;
    table-layout: auto;
    border-spacing: 0 30px;
    width: 100%;
  }

  .Cart--expanded .Cart__Head {
    display: table-header-group;
  }

  .Cart--expanded .Cart__HeadItem {
    display: table-cell;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
  }

  .Cart--expanded .CartItem {
    display: table-row;
  }

  .Cart--expanded .CartItem__Info {
    max-width: 300px;
    width: 300px;
  }

  .Cart--expanded .CartItem__Info > .CartItem__Actions {
    display: none;
  }

  .Cart--expanded .CartItem__Info ~ .CartItem__Actions,
  .Cart--expanded .CartItem__Info ~ .CartItem__LinePriceList {
    display: table-cell;
    vertical-align: middle;
  }

  .Cart--expanded .CartItem__QuantitySelector {
    margin-bottom: 6px;
  }

  .Cart--expanded .Cart__Footer {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .Cart--expanded .Cart__Recap,
  .Cart--expanded .Cart__NoteContainer {
    display: table-cell;
  }

  .Cart--expanded .Cart__NoteContainer {
    width: 340px;
  }

  .Cart--expanded .Cart__Checkout {
    width: auto;
  }
}

@media screen and (min-width: 1140px) {
  .Cart--expanded .CartItem__Info {
    max-width: 425px;
    width: 425px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Shipping estimator
 * ----------------------------------------------------------------------------
 */

.ShippingEstimator__Results {
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}

.ShippingEstimator__Error,
.ShippingEstimator__ResultsInner {
  margin-top: 32px;
}

.ShippingEstimator__Results p {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 640px) {
  .ShippingEstimator__Submit {
    width: 100%;
  }

  .ShippingEstimator__Country,
  .ShippingEstimator__Province,
  .ShippingEstimator__Zip {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 641px) {
  .ShippingEstimator__Form {
    display: flex;
  }

  .ShippingEstimator__Form > *:not(:first-child) {
    margin-left: 20px;
  }

  .ShippingEstimator__Country,
  .ShippingEstimator__Province {
    margin-bottom: 0;
  }

  .ShippingEstimator__Zip {
    margin-bottom: 0;
    max-width: 130px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Collection item (for list of collections)
 * ----------------------------------------------------------------------------
 */

.main-list-collections {
  padding: 110px 0 50px;
}

@media (max-width: 1200px) {
  .main-list-collections {
    padding-top: 50px;
  }
}

.main-list-collections .SectionHeader__Heading {
  font-size: 8vw;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #3d4246;
}

@media (max-width: 500px) {
  .main-list-collections .SectionHeader__Heading {
    font-size: 38px;
  }
}

.main-list-collections .CollectionItem .SectionHeader__Heading {
  font-size: 30px;
  text-transform: uppercase !important;
  text-shadow: 0 0 4px rgb(0 0 0 / 40%);
  font-weight: 600;
}

@media (max-width: 1450px) {
  .main-list-collections .CollectionItem .SectionHeader__Heading {
    font-size: 26px;
  }
}

@media (max-width: 1301px) {
  .main-list-collections .CollectionItem .SectionHeader__Heading {
    font-size: 18px;
  }
}

.CollectionList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.CollectionList::after {
  content: "flickity";
  display: none;
}

.CollectionItem {
  display: block;
}

.CollectionItem__Wrapper {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin: 15px;
}

.CollectionItem__Wrapper--small {
  height: 450px;
}

.CollectionItem__Wrapper--large {
  height: 550px;
}

.CollectionItem__Wrapper:hover .Image--contrast::after {
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.65), rgba(54, 54, 54, 0.2));
}

.CollectionItem__ImageWrapper {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.features--show-image-zooming .CollectionItem__ImageWrapper {
  transform: scale(1);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.CollectionItem__Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.CollectionItem__Content {
  position: absolute;
  padding: 0 24px;
  margin-bottom: 0 !important;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: left;
}

.CollectionItem__Content--bottomCenter,
.CollectionItem__Content--middleCenter {
  text-align: center;
}

.CollectionItem__Content--bottomRight,
.CollectionItem__Content--middleRight {
  text-align: right;
}

.CollectionItem__Content--bottomLeft,
.CollectionItem__Content--bottomRight,
.CollectionItem__Content--bottomCenter {
  bottom: 24px;
  top: auto;
  left: 0;
  transform: none;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-image-zooming .CollectionItem:hover .CollectionItem__ImageWrapper {
    transform: scale(1.2);
  }
}

@media screen and (max-width: 640px) {
  .CollectionList--grid {
    margin: 12px 12px 12px 12px;
  }

  .CollectionList--grid .CollectionItem {
    padding: 0;
  }

  .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomLeft,
  .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomRight,
  .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomCenter {
    bottom: 70px;
  }

  .CollectionItem__Wrapper--square {
    height: calc(100vw - 120px);
  }

  .main-list-collections .PageHeader {
    margin: 35px 0 0;
  }
}

@media screen and (min-width: 641px) {
  .CollectionList {
    max-width: 85vw;
  }

  .CollectionItem__Wrapper--square {
    height: calc((85vw - 60px) / 2);
  }

  .CollectionList::after {
    content: ""; /* disable Flickity */
  }

  .CollectionList--spaced {
    margin: 15px;
  }

  .CollectionList--spaced .CollectionItem {
    padding: 15px;
  }

  .CollectionItem {
    display: block !important;
    flex: 0 1 0;
    min-width: 50%;
  }

  .CollectionItem--expand {
    flex-grow: 1;
  }

  .CollectionItem__Content {
    padding: 0 40px;
  }

  .CollectionItem__Content--bottomLeft,
  .CollectionItem__Content--bottomRight,
  .CollectionItem__Content--bottomCenter {
    bottom: 40px;
  }
}

@media screen and (min-width: 1140px) {
  .CollectionList {
    max-width: 70vw;
  }

  .CollectionItem {
    min-width: 33.33333%;
  }

  .CollectionItem__Wrapper {
    height: 600px;
  }

  .CollectionItem__Wrapper--square {
    height: calc((70vw - 60px) / 3);
  }

  .CollectionItem__Wrapper--small {
    height: 500px;
  }

  .CollectionItem__Wrapper--large {
    height: 700px;
  }

  .CollectionItem__Content {
    padding: 0 50px;
  }

  .CollectionItem__Content--bottomLeft,
  .CollectionItem__Content--bottomRight,
  .CollectionItem__Content--bottomCenter {
    bottom: 50px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Collection toolbar
 * ----------------------------------------------------------------------------
 */

.CollectionToolbar {
  position: sticky;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: var(--background);
  box-shadow: 1px 1px var(--border-color), -1px -1px var(--border-color);
  z-index: 2;
}

.CollectionToolbar--top {
  top: var(--header-base-height);
}

@supports (--css: variables) {
  .CollectionToolbar--top {
    top: calc(var(--header-height) * 0);
    top: calc(var(--header-height) * var(--use-sticky-header, 0));
  }
}

.supports-sticky .CollectionToolbar--bottom {
  bottom: 0; /* as of today the best polyfill I've found does not support polyfilling sticky on bottom. As a consequence on those old
                browsers, the stickiness is always at the top */
}

.CollectionToolbar__Group {
  display: flex;
  flex: 1 0 auto;
}

.CollectionToolbar__Item {
  flex: 1 0 auto;
  padding: 13px 0;
  border-left: 1px solid var(--border-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.CollectionToolbar__Item--sort .Icon--select-arrow {
  height: 6px;
  margin-left: 2px;
  pointer-events: none;
}

.CollectionToolbar__Item--layout {
  flex: none;
  width: 95px;
  line-height: 1;
  cursor: auto;
  cursor: initial;
}

.CollectionToolbar__LayoutType {
  margin: 0 6px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
}

.CollectionToolbar__LayoutType svg {
  width: 18px;
  height: 18px;
}

.CollectionToolbar__LayoutType.is-active {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .CollectionToolbar__Item:first-child {
    border-left: none;
  }
}

@media screen and (min-width: 641px) {
  .CollectionToolbar--reverse,
  .CollectionToolbar__Group {
    flex-direction: row-reverse;
  }

  .CollectionToolbar__Group {
    flex: none;
  }

  .CollectionToolbar__Item {
    padding: 18px 0;
  }

  .CollectionToolbar__Group .CollectionToolbar__Item {
    padding-left: 45px;
    padding-right: 45px;
  }

  .CollectionToolbar__Item--layout {
    border-left: none;
    width: 115px;
    border-right: 1px solid var(--border-color);
    white-space: nowrap;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Collection filters
 * ----------------------------------------------------------------------------
 */

.CollectionFilters .Collapsible:first-child {
  border-top: none;
}

.CollectionFilters__ClearButton {
  margin-top: 24px;
}

@media screen and (min-width: 641px) {
  .CollectionFilters .Drawer__Main {
    padding-top: 35px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product item
 * ----------------------------------------------------------------------------
 */

.ProductItem {
  text-align: center;
  white-space: normal;
  border-bottom: 1px solid #d8d2cc;
  padding-bottom: 30px;
}

.js .features--show-element-staggering .ProductList--grid .ProductItem {
/*   visibility: hidden;
  commented this, cause the products in featured-collections weren't showing when grid layout
  */
}

.ProductItem__Wrapper {
  position: relative;
}

.ProductItem__ImageWrapper {
  display: block;
}

.ProductItem__Image--alternate {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ProductItem__LabelList {
  position: absolute;
  left: 10px;
  top: 6px;
  text-align: left;
}

.ProductItem__Label {
  display: block;
  font-size: 10px;
  margin-left: 6px;
  padding: 3px 10px;
  border-radius: 20px;
  color: white;
  background: #f07f75;
  letter-spacing: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.ProductItem__Info {
  margin-top: 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.features--heading-uppercase .ProductItem__Info {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
}

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

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

.ProductItem__Vendor,
.ProductItem__Title {
  display: block;
  margin-bottom: 4px;
}

.ProductItem__Title {
  letter-spacing: 0;
  font-size: 20px; /*kc-add 30px */
  color: rgb(61, 66, 70);
}

.ProductItem__Subtitle {
  color: #c67c5a;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

.ProductItem__Price {
  color: #c67c5a;
  font-size: 18px; /*26px*/
  letter-spacing: 0;
}

.ProductItem__Lenses {
  color: #7b7063;
  font-size: 20px;
  margin-bottom: 0;
} 

@media screen and (max-width: 750px) {
  .ProductItem__Title {
    font-size: 16px; /*kc-add 24px */
  }

  .ProductItem__Price {
    font-size: 16px; /*20px*/
  }
}

.ProductItem__ColorSwatchList {
  margin-top: 15px;
}

.ProductItem__ColorSwatchItem {
  display: inline-block;
  margin: 0 5px;
}

.ProductItem__ColorSwatchList + .ProductItem__PriceList {
  margin-top: 12px;
}

.ProductItem__UnitPriceMeasurement {
  margin-top: 4px;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-price-on-hover .ProductItem__PriceList--showOnHover {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.35s ease-in-out;
  }

  .features--show-price-on-hover .ProductItem:hover .ProductItem__PriceList--showOnHover {
    opacity: 1;
    transform: translateY(0);
  }

  .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image {
    opacity: 0 !important;
  }

  .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image--alternate {
    opacity: 1 !important;
  }
}

@media (-moz-touch-enabled: 1), (hover: none) {
  .ProductItem__Image--alternate {
    display: none; /* This prevents the image to be lazy-loaded */
  }
}

@media screen and (min-width: 641px) {

  .ProductItem__Info {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .features--heading-uppercase .ProductItem__Info {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }
}

@media screen and (min-width: 1008px) {
  .ProductItem--horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ProductItem--horizontal .ProductItem__Wrapper {
    display: flex;
    align-items: center;
  }

  .ProductItem--horizontal .ProductItem__ImageWrapper {
    min-width: 100px;
  }

  .ProductItem--horizontal .ProductItem__Info {
    margin: 0 30px 0 40px;
    text-align: left;
  }

  .ProductItem--horizontal .ProductItem__ViewButton {
    flex-shrink: 0;
  }
}

/* ===== START MAIN-COLLECTION ===== */
.main-collection {
  padding-top: 6vw;
}

@media screen and (max-width: 1000px) {
  .main-collection {
    padding-top: 70px;
  }
}

.main-collection .SectionHeader__Heading {
  color: #3d4246;
  letter-spacing: 0;
  font-size: 5.8vw;
  line-height: 6vw;
}

@media screen and (max-width: 700px) {
  .main-collection .SectionHeader__Heading {
    font-size: 40px;
  }
}

@media screen and (max-width: 400px) {
  .main-collection .SectionHeader__Heading {
    font-size: 30px;
  }
}

.main-collection .SectionHeader__Description {
  color: #7b7063;
  font-size: 20px;
  padding-top: 3vw;
}

@media screen and (max-width: 640px) {
  .main-collection .SectionHeader__Description {
    padding-top: 30px;
  }
}

@media screen and (max-width: 400px) {
  .main-collection .SectionHeader__Description {
    font-size: 16px;
  }
}

.main-collection .CollectionMain {
  width: 85vw;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .main-collection .CollectionMain {
    width: 95vw;
  }
}

/* ===== END MAIN-COLLECTION ===== */

/**
 * ----------------------------------------------------------------------------
 * Product grid
 * ----------------------------------------------------------------------------
 */

.CollectionInner {
  margin-top: 24px;
}

.ProductList--grid {
  padding: 0 12px;
}

@media screen and (max-width: 640px) {
  .ProductList--grid {
    margin-left: -10px;
  }

  .ProductList--removeMargin {
    margin-bottom: -35px !important;
  }

  .ProductList--grid > .Grid__Cell {
    padding-left: 10px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 641px) {
  .CollectionInner {
    margin-top: 50px;
  }

  .ProductList--grid {
    padding: 0 24px;
    margin-left: -24px;
  }

  .ProductList--removeMargin {
    margin-bottom: -50px !important;
  }

  .ProductList--grid > .Grid__Cell {
    padding-left: 24px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1008px) {
  .CollectionInner {
    display: flex;
  }

  .CollectionInner__Sidebar {
    position: sticky;
    top: 200px;
    flex: none;
    align-self: flex-start;
    width: 200px;
    margin: 0 16px 0 24px;
    padding-bottom: 50px;
  }

  @supports (--css: variables) {
    .CollectionInner__Sidebar {
      top: calc(var(--header-height) + 50px);
    }
  }

  @supports (--css: variables) {
    .CollectionInner__Sidebar--withTopToolbar {
      top: calc(var(--header-height) * 0 + 105px);
      top: calc(var(--header-height) * var(--use-sticky-header, 0) + 105px);
    }
  }

  .CollectionInner__Products {
    flex: 1 0 0;
  }

  .CollectionInner__Sidebar .Collapsible {
    padding: 0;
  }
}

@media screen and (min-width: 1140px) {
  .CollectionInner__Sidebar {
    margin-right: 10px;
    margin-left: 50px;
  }

  .CollectionInner .Pagination {
    margin-bottom: 80px;
  }

  .ProductList--grid {
    padding: 0 50px;
  }

  .ProductList--grid[data-desktop-count="2"] {
    margin-left: calc(-1 * var(--horizontal-spacing-two-products-per-row));
  }

  .ProductList--grid[data-desktop-count="2"] > .Grid__Cell {
    padding-left: var(--horizontal-spacing-two-products-per-row);
    margin-bottom: var(--vertical-spacing-two-products-per-row);
  }

  .ProductList--removeMargin[data-desktop-count="2"] {
    margin-bottom: calc(-1 * var(--vertical-spacing-two-products-per-row)) !important;
  }

  .ProductList--grid[data-desktop-count="4"],
  .ProductList--grid[data-desktop-count="3"] {
    margin-left: calc(-1 * var(--horizontal-spacing-four-products-per-row));
  }

  .ProductList--grid[data-desktop-count="4"] > .Grid__Cell,
  .ProductList--grid[data-desktop-count="3"] > .Grid__Cell {
    padding-left: var(--horizontal-spacing-four-products-per-row);
    margin-bottom: var(--vertical-spacing-four-products-per-row);
  }

  .ProductList--removeMargin[data-desktop-count="4"],
  .ProductList--removeMargin[data-desktop-count="3"] {
    margin-bottom: calc(-1 * var(--vertical-spacing-four-products-per-row)) !important;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product carousel
 * ----------------------------------------------------------------------------
 */

.ProductList--carousel .Carousel__Cell {
  width: 62%;
  padding: 0 12px;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .template-search .ProductList--grid,
  .template-collection .ProductList--grid {
    margin-bottom: 20px; /* hack, would require some better code */
  }
}

@media screen and (max-width: 1007px) {
  /* On phone and tablet we do not use the carousel but instead use a free scroll, which offers better performance */
  .ProductListWrapper {
    overflow: hidden;
  }

  .ProductList--carousel {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px; /* This is a trick to hide the scrollbar on iOS */
    margin-bottom: -30px;
  }

  .ProductList--carousel .Carousel__Cell {
    display: inline-block !important;
  }

  .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 19%; /* This is (100% - 62%) / 2, where 62% is the width of a single cell */
  }
  .ProductList--carousel .Carousel__Cell:last-child {
    margin-right: 19%; /* This is (100% - 62%) / 2, where 62% is the width of a single cell */
  }
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .ProductList--carousel .Carousel__Cell {
    width: 48%;
    padding: 0 15px;
  }

  .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 26%; /* This is (100% - 48%) / 2, where 48% is the width of a single cell */
  }
  .ProductList--carousel .Carousel__Cell:last-child {
    margin-right: 26%; /* This is (100% - 48%) / 2, where 48% is the width of a single cell */
  }
}

@media screen and (min-width: 1008px) {
  .ProductList--carousel {
    margin: 0 90px;
  }

  .ProductList--carousel::after {
    content: "flickity";
    display: none;
  }

  .ProductList--carousel .Carousel__Cell {
    width: 33.3333%;
    left: 0;
    padding: 0 calc(var(--horizontal-spacing-four-products-per-row) / 2);
    margin-left: 0;
  }

  .ProductList--carousel .flickity-prev-next-button {
    top: calc(50% - 45px);
    width: 45px;
    height: 45px;
    stroke-width: 1px;
  }

  .ProductList--carousel .flickity-prev-next-button.next {
    right: -50px;
  }

  .ProductList--carousel .flickity-prev-next-button.previous {
    left: -50px;
  }
}

@media screen and (min-width: 1140px) {
  .ProductList--carousel .Carousel__Cell {
    width: 25%;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product shop now
 * ----------------------------------------------------------------------------
 */

.ProductList--shopNow {
  position: static;
}

.ProductList--shopNow .Carousel__Cell {
  padding: 0 60px;
}

@media screen and (max-width: 640px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 50px -24px -90px -24px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 60px -50px -90px -50px;
  }
}

@media screen and (min-width: 641px) {
  .ProductList--shopNow {
    padding: 0 50px;
    overflow: hidden;
  }

  .ProductList--shopNow .flickity-viewport {
    overflow: visible;
  }

  .ProductList--shopNow .Carousel__Cell {
    width: 50%;
    padding: 0 50px;
  }
}

@media screen and (min-width: 1008px) {
  .ProductList--shopNow[data-desktop-count="3"] .Carousel__Cell {
    width: 33.333333%;
  }

  .ShopNowGrid {
    display: flex;
  }

  .ShopNowGrid .FeaturedQuote {
    height: 100%;
  }
}
.Faq__Section {
  margin-bottom: 20px;
}

.Faq__Section ~ .Faq__Section {
  margin-top: 34px;
}

.Faq__Item {
  position: relative;
  margin: 14px 0;
}

.Faq__Icon {
  display: none;
}

/* .Faq__Icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--text-color-light);
  transition: all 0.3s ease-in-out;
}

.Faq__Icon svg {
  width: 8px;
  height: 10px;
  vertical-align: baseline;
} */

/* .Faq__Item[aria-expanded=true] .Faq__Icon {
  transform: rotateZ(90deg);
  color: var(--heading-color);
} */


.Faq__Question {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  color: #7b7063;
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .Faq__Question {
    font-size: 22px;
  }
}

.Faq__AnswerWrapper {
  /* height: 0;
  overflow: hidden;
  visibility: hidden; */
  transition: height 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
}

/* .Faq__Item[aria-expanded=true] .Faq__AnswerWrapper {
  visibility: visible;
  transition: height 0.25s ease-in-out;
} */

.Faq__Answer {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 16px 0 22px 0;
}

.Faq__Answer a {
  text-decoration: none !important;
  color: #c67c5a !important;
}

@media screen and (max-width: 640px) {
  .Faq__Answer {
    font-size: 14px;
  }
}

.Faq__Item--lastOfSection .Faq__Answer {
  padding-bottom: 0;
}

.FaqSummary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.FaqSummary__Item {
  margin-bottom: 12px;
}

.FaqSummary__Item.is-active::after {
  width: 100%;
}

.FaqSummary__Link {
  display: block;
}

.FaqSummary__LinkLabel {
  position: relative;
  display: inline-block;
}

.FaqSummary__LinkLabel::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left center;
  background: currentColor;
  transition: transform 0.2s linear;
}

.FaqSummary__Item.is-active .FaqSummary__LinkLabel::after {
  transform: scale(1, 1);
}

@media screen and (min-width: 641px) {
  .Faq__Section {
    margin-bottom: 34px;
  }

  .Faq__Section ~ .Faq__Section {
    margin-top: 60px;
  }
}
/**
 * As of today this section is displayed on the home page only
 */

.FeatureText {
  text-align: center;
}

.FeatureText__ContentWrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.FeatureText__ImageWrapper {
  overflow: hidden;
}

.FeatureText--withImage .FeatureText__ContentWrapper {
  padding-top: 50px;
  padding-bottom: 20px;
}

.FeatureText .SectionHeader__Description {
  margin-top: 25px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .FeatureText--imageLeft {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 641px) {
  .FeatureText__Content {
    max-width: 430px;
    margin: 0 auto;
  }

  .FeatureText--withImage {
    display: table;
    width: 100%;
    text-align: left;
    table-layout: fixed;
  }

  .FeatureText--withImage .FeatureText__ContentWrapper,
  .FeatureText--withImage .FeatureText__ImageWrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }

  .FeatureText--withImage .FeatureText__ContentWrapper {
    padding: 50px;
  }

  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 40px;
  }

  .FeatureText--imageRight .FeatureText__Content,
  .FeatureText--imageRight .AspectRatio {
    margin-right: 0;
  }

  .FeatureText--imageRight .AspectRatio {
    text-align: right;
  }

  .FeatureText--imageLeft .FeatureText__ContentWrapper {
    padding-left: 40px;
  }

  .FeatureText--imageLeft .FeatureText__Content,
  .FeatureText--imageLeft .AspectRatio {
    margin-left: 0;
  }

  .FeatureText--imageLeft .AspectRatio {
    text-align: left;
  }
}

@media screen and (min-width: 1140px) {
  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 100px;
  }

  .FeatureText--imageLeft .FeatureText__ContentWrapper {
    padding-left: 100px;
  }
}
.shopify-section--bordered + .shopify-section--footer {
  border-top: 1px solid var(--footer-border-color);
}

/* ====== START Footer ====== */
/*
.Footer {
  padding: 34px 0;
  color: var(--footer-text-color);
}

.Footer__Title,
.Footer .Link--primary:hover {
  color: var(--footer-heading-color);
}

.Footer .Form__Input::-moz-placeholder {
  color: var(--footer-text-color);
}

.Footer .Form__Input:-ms-input-placeholder {
  color: var(--footer-text-color);
}

.Footer .Link--secondary:hover,
.Footer .Form__Input::placeholder {
  color: var(--footer-text-color);
}

.Footer__Block {
  margin-top: 48px;
}

.Footer__Block:first-child {
  margin-top: 0;
}

@media screen and (max-width: 950px) {
  .Footer__Block {
    margin-top: 28px;
  }
}

.Footer__Title {
  margin-bottom: 20px;
}

.Footer__Social {
  margin-top: 5px;
}

.Footer__Content + .Footer__Newsletter {
  margin-top: 18px;
}

.Footer__Aside {
  text-align: center;
  margin-bottom: 80px;
}

.Footer__LocalizationForm {
  display: flex;
  justify-content: center;
}

.Footer__LocalizationItem + .Footer__LocalizationItem {
  margin-left: 30px;
}

.Footer__ThemeAuthor {
  margin-top: 4px;
}

.Footer__PaymentList {
  margin: 54px -24px 0 -24px;
  padding-top: 28px;
  border-top: 1px solid var(--footer-border-color);
}

.Footer__PaymentList svg {
  opacity: 0.8;
  width: 38px;
  height: 24px;
}

.Footer__StoreName {
  color: var(--footer-text-color);
}

@media screen and (min-width: 641px) {
  .Footer {
    padding: 75px 0 42px 0;
  }

  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -40px;
    margin-right: -40px;
  }

  .Footer__Block {
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .Footer__Social {
    margin-top: 14px;
  }

  .Footer__Aside {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .Footer__Localization {
    width: 100%;
  }

  .Footer__LocalizationForm {
    justify-content: flex-start;
  }

  .Footer__StoreName {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  }

  .Footer__PaymentList {
    padding: 0;
    margin: 0 -8px;
    border: none;
  }
}

@media screen and (min-width: 1140px) {
  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .Footer--center .Footer__Inner {
    justify-content: center;
  }
}

/* Custom changes * /

.Footer__Block--links,
.Footer__Block--newsletter,
.Footer__Block--text {
  width: 100%;
}

.newsletter {
  display: flex;
  justify-content: space-around;
}

.newsletter_container {
  width: 35vw;
}

@media (max-width: 950px) {
  .newsletter {
    flex-direction: column-reverse;
  }
  .newsletter_container {
    width: 100%;
  }
}

.Footer__Newsletter.Form {
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .Footer__Newsletter.Form {
    flex-direction: column;
  }
}

.Footer__Newsletter.Form .Form__Input {
  color: #d8d1c9;
  width: 312px;
  max-height: 46px;
  border-right: none;
}

@media (max-width: 500px) {
  .Footer__Newsletter.Form .Form__Input {
    width: 90vw;
    border-right: 1px solid var(--border-color);
    margin-bottom: 10px;
  }
}

.Footer__Newsletter.Form .Form__Input:focus {
  border-color: #d8d1c9;
}

.Footer__Newsletter.Form .Form__Input::placeholder {
  color: #7b7063;
  opacity: 0.7;
}

.Footer__Block--newsletter .Form__Submit {
  color: #d8d1c9;
  font-weight: 600;
  border: 1px solid var(--border-color);
  transition: 100ms;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.Footer__Block--newsletter .Form__Submit:hover {
  background: #d8d1c9 !important;
  color: #7b7063 !important;
}

.Footer__Block--newsletter .Form__Submit:before {
  display: none;
}

.Footer__Block--newsletter .Form__Submit svg {
  margin: 0 0 0 5px;
}

.newsletter_privacy-policy,
.newsletter_privacy-policy_link {
  font-size: 14px;
  line-height: 24px;
  color: #d8d1c9;
}

.newsletter_privacy-policy_link {
  text-decoration: underline;
}

.newsletter .Footer__Content {
  font-size: 32px;
}

@media (max-width: 950px) {
  .newsletter .Footer__Content {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.Footer__Block--text,
.Footer__Block--links {
  padding: 0 7vw;
}

@media (max-width: 950px) {
  .Footer__Block--newsletter,
  .Footer__Block--links,
  .Footer__Block--text {
    padding: 20px !important;
    width: 100%;
  }
}

.Footer__Block--text {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 450px) {
  .Footer__Block--text {
    flex-direction: column;
  }
}

.Footer__Social .social-media-link {
/*   color: #ffffff; * /
}

.Footer__Localization {
  width: min-content;
}

@media (max-width: 450px) {
  .Footer__Localization {
    margin-top: 20px;
  }
}

.Footer__Block--links .Linklist {
  display: flex;
}

@media (max-width: 950px) {
  .Footer__Block--links .Linklist {
    flex-direction: column;
  }
}

.Footer__Block--links .Linklist .Linklist__Item {
  width: fit-content;
  margin-right: 20px;
}

.Footer__Block--links .Linklist .Link {
  font-size: 14px;
/*   color: white; */
}

/* ====== END Footer ====== */


.Footer {
  padding: 34px 0;
  background: var(--footer-background);
  color: var(--footer-text-color);
}

.Footer--withMargin {
  margin-top: 60px;
}

.Footer__Title,
.Footer .Link--primary:hover {
  color: var(--footer-heading-color);
}

.Footer .Form__Input::-moz-placeholder {
  color: var(--footer-text-color);
}

.Footer .Form__Input:-ms-input-placeholder {
  color: var(--footer-text-color);
}

.Footer .Link--secondary:hover,
.Footer .Form__Input::placeholder {
  color: var(--footer-text-color);
}

.Footer__Block {
  margin-top: 48px;
}

.Footer__Block:first-child {
  margin-top: 0;
}

.Footer__Title {
  margin-bottom: 20px;
}

.Footer__Social {
  margin-top: 5px;
}

.Footer__Content + .Footer__Newsletter {
  margin-top: 18px;
}

.Footer__Aside {
  text-align: center;
}

.Footer__Inner + .Footer__Aside {
  margin-top: 65px;
}

.Footer__LocalizationForm {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.Footer__LocalizationItem + .Footer__LocalizationItem {
  margin-left: 30px;
}

.Footer__ThemeAuthor {
  margin-top: 4px;
}

.Footer__PaymentList {
  margin: 54px -24px 0 -24px;
  padding-top: 28px;
  border-top: 1px solid var(--footer-border-color);
}

.Footer__PaymentList svg {
  opacity: 0.8;
  width: 38px;
  height: 24px;
}

@media screen and (min-width: 641px) {
  .Footer {
    padding: 75px 0 42px 0;
  }

  .Footer--withMargin {
    margin-top: 0px;
  }

  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -40px;
    margin-right: -40px;
  }

  .Footer__Block {
    flex: 1 1 50%;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .Footer__Social {
    margin-top: 14px;
  }

  .Footer__Aside {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .Footer__Inner + .Footer__Aside {
    margin-top: 40px;
  }

  .Footer__Localization {
    width: 100%;
  }

  .Footer__LocalizationForm {
    justify-content: flex-start;
  }

  .Footer__StoreName {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  }

  .Footer__PaymentList {
    padding: 0;
    margin: 0 -8px;
    border: none;
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 1140px) {
  .Footer--withMargin {
    margin-top: 0px;
  }

  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .Footer--center .Footer__Inner {
    justify-content: center;
  }

  .Footer__Block {
    flex: 0 1 auto;
  }

  .Footer__Block--text,
  .Footer__Block--newsletter {
    flex-basis: 240px;
  }

  .Footer__Inner + .Footer__Aside {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1140px) {
  .Footer__Block--text {
    flex-basis: 400px;
  }

  .Footer__Block--newsletter {
    flex-basis: 305px;
  }
}

.GiftCard {
  text-align: center;
}

.GiftCard__Wrapper {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.GiftCard__Redeem {
  margin-bottom: 30px;
}

.GiftCard__IllustrationWrapper {
  position: relative;
  margin: 40px 0;
}

.GiftCard__CodeHolder {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  bottom: 20px;
  left: 50%;
  white-space: nowrap;
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 3px;
  transform: translateX(-50%);
}

.GiftCard__QrCode {
  margin: 20px 0;
}

.GiftCard__QrCode img {
  margin: 0 auto;
}
/**
 * ----------------------------------------------------------------------------
 * Main header
 * ----------------------------------------------------------------------------
 */

.shopify-section--header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.Header .Heading,
.Header .Link--secondary,
.Header .Link--primary:hover {
  color: var(--header-heading-color);
}

.Header .Text--subdued,
.Header .Link--primary,
.Header .Link--secondary:hover {
  color: var(--header-light-text-color);
}

.Header {
  background: transparent;
  color: var(--header-heading-color);
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.Header__Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
}

.Header__Logo {
  position: relative;
  margin-bottom: 0;
}

.Header__LogoLink,
.Header__LogoImage {
  display: block;
}

.Header__LogoLink {
  text-align: center;
}

.Header__LogoImage {
  margin: 0 auto;
  transition: opacity 0.3s ease-in-out;
}

.Header__LogoImage--transparent {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.Header__Icon {
  display: inline-block;
  line-height: 1;
  transition: color 0.2s ease-in-out;
}

.Header__Icon span {
  display: block;
}

.Header__Icon + .Header__Icon {
  margin-left: 18px;
}

.supports-sticky .Search[aria-hidden=true] + .Header--transparent {
  background: transparent;
}

.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__LogoImage--primary:not(:only-child) {
  opacity: 0;
}

.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__LogoImage--transparent {
  opacity: 1;
}

.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__Icon svg {
  filter: drop-shadow(0 1px rgba(0, 0, 0, 0.25));
}

.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__Icon,
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .HorizontalList__Item > .SelectButton,
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .HorizontalList__Item > .Heading,
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__LogoLink > .Heading,
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Text--subdued {
  color: currentColor;
}

.Header__Icon .Icon--nav {
  height: 15px;
  width: 20px;
}

.Header__Icon .Icon--cart {
  width: 17px;
  height: 20px;
}

.Header__Icon .Icon--search {
  position: relative;
  top: 1px; /* for pixel perfect */
  width: 18px;
  height: 17px;
}

.Header__FlexItem {
  display: flex;
}

.Header__FlexItem--fill {
/*   flex: 1 0 0; kc-add */
  align-items: center;
}

.Header__FlexItem--fill:last-child {
  justify-content: flex-end;
}

.Header__CartDot {
  position: absolute;
  top: 2px;
  right: -6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--header-heading-color);
  box-shadow: 0 0 0 2px var(--header-background);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.Header__CartDot.is-visible {
  transform: scale(1);
}

.Search[aria-hidden=true] + .Header--transparent .Header__CartDot {
  box-shadow: none;
  background-color: currentColor;
}

@media screen and (min-width: 641px) {
  .Header__Wrapper {
    padding: 18px 30px;
  }

  .Header__LogoImage {
    max-width: 100%;
  }

  .Header__Icon + .Header__Icon {
    margin-left: 25px;
  }

  .Header__Icon .Icon--nav-desktop {
    height: 17px;
    width: 24px;
  }

  .Header__Icon .Icon--cart-desktop {
    height: 23px;
    width: 19px;
  }

  .Header__Icon .Icon--search-desktop {
    position: relative;
    top: 2px; /* for pixel perfect alignment with the cart icon */
    width: 21px;
    height: 21px;
  }

  .Header__Icon .Icon--account {
    position: relative;
    top: 2px; /* for pixel perfect alignment with the cart icon */
    width: 20px;
    height: 20px;
  }

  .Header--withIcons .Header__SecondaryNav {
    position: relative;
    top: 1px; /* for pixel perfect alignment with icons */
    margin-right: 32px;
  }
}

@media screen and (min-width: 1140px) {
  .js .Header__Wrapper {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 18px 50px;
  }

  .Header__Localization {
    display: inline-block;
  }

  .Header__MainNav {
    margin-right: 45px;
  }

  .Header--inline .Header__FlexItem:first-child .Header__LocalizationForm,
  .Header--logoLeft .Header__FlexItem:first-child .Header__LocalizationForm {
    display: none;
  }

  .Header--logoLeft .Header__FlexItem--logo {
    order: -1;
    margin-right: 38px;    
  }
  .Header--logoLeft .Header__FlexItem--fill:last-child {
    flex: none;
  }

  .Header--center .Header__Wrapper.Header__Wrapper {
    /* Ugly hack to increase CSS specificity */
    padding-bottom: 24px;
  }

  .Header--center .Header__MainNav {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
  }

  .Header--center .Header__MainNav .HorizontalList {
    margin-left: 0;
    margin-right: 0;
  }

  /* .Header--center .Header__FlexItem {
    margin-bottom: 40px;
  }

  .Header--center .Header__FlexItem--increaseSpace {
    margin-bottom: 80px;
  } */

  .Header--center .Header__SecondaryNav .Header__LocalizationForm {
    display: none;
  }

  .Header--initialized .Header__Wrapper {
    opacity: 1;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Desktop nav
 * ----------------------------------------------------------------------------
 */

.Header__LinkSpacer {
  position: absolute;
  display: block;
  bottom: 0;
  color: transparent;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Header__LinkSpacer::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  border-bottom: 2px solid var(--header-heading-color);
  transition: transform 0.3s, opacity 0.3s;
}

.Header:not(.Header--transparent) .HorizontalList__Item.is-expanded .Header__LinkSpacer::after,
.Header:not(.Header--transparent) .HorizontalList__Item.is-active .Header__LinkSpacer::after {
  opacity: 1;
  transform: scale(1, 1);
}

/**
 * ----------------------------------------------------------------------------
 * Dropdown menu
 * ----------------------------------------------------------------------------
 */

.DropdownMenu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  padding: 25px 0;
  min-width: 200px;
  max-width: 270px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  background: var(--header-background);
  border: 1px solid var(--header-border-color);
  border-top: none;
  transition: all 0.3s ease-in-out;
}

.DropdownMenu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background: var(--header-heading-color);
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 0.3s;
}

.DropdownMenu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.DropdownMenu[aria-hidden=false]::before {
  transform: scale(1, 1);
}

.DropdownMenu[aria-hidden=false] .DropdownMenu {
  display: block;
}

.DropdownMenu [aria-haspopup] {
  position: relative;
}

.DropdownMenu .Link {
  padding-left: 25px;
  padding-right: 40px;
}

.DropdownMenu svg {
  position: absolute;
  width: 6px;
  top: calc(50% - 4px);
  height: 10px;
  right: 20px;
  transition: transform 0.2s ease-in-out;
}

.DropdownMenu .Linklist__Item:hover svg {
  transform: translateX(4px);
}

.DropdownMenu .Linklist__Item:hover > .Link--secondary {
  color: var(--header-light-text-color);
}

.DropdownMenu .DropdownMenu {
  display: none;
  left: 100%;
  top: -26px;
  border-top: 1px solid var(--header-border-color);
}

.DropdownMenu .DropdownMenu::before {
  display: none;
}

.DropdownMenu .DropdownMenu--reversed {
  left: auto;
  right: 100%;
}

/**
 * ----------------------------------------------------------------------------
 * Mega menu
 * ----------------------------------------------------------------------------
 */

.MegaMenu {
  position: absolute;
  padding: 20px 0;
  width: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  max-height: 600px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  text-align: left;
  background: var(--header-background);
  border-bottom: 1px solid var(--header-border-color);
  transition: all 0.3s ease-in-out;
}

@supports (--css: variables) {
  .MegaMenu {
    max-height: calc(100vh - var(--header-height));
  }
}

.MegaMenu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.MegaMenu__Inner {
  /* display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap; */
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 10px; /* each menu has 40px margin, but header has 50px, so we normalize it here */
}

.MegaMenu--spacingEvenly .MegaMenu__Inner {
  justify-content: space-around;
  justify-content: space-evenly; /* space-evenly is not supported everywhere */
}

.MegaMenu--spacingCenter .MegaMenu__Inner {
  justify-content: center;
}

@supports (display: grid) {
  .MegaMenu--grid .MegaMenu__Inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.MegaMenu__Inner_CollectionsWrapper {
  width: calc(90vw - 50px);
  height: 400px;
  display: flex;
}

.MegaMenu__Inner_Collections {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
  height: 100%;
}

.MegaMenu__Inner_CollectionItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.MegaMenu.col-4 .MegaMenu__Inner_CollectionItem {
  width: 25%;
}

.MegaMenu.col-3 .MegaMenu__Inner_CollectionItem {
  width: 33.3333%;
}

.MegaMenu.col-2 .MegaMenu__Inner_CollectionItem {
  width: 50%;
}

.MegaMenu__Inner_CollectionItem img {
  width: 100px;
  margin-right: 20px;
}

.MegaMenu__Inner_CollectionItem p {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3d4246;
}

.MegaMenu .flickity-prev-next-button.next {
  bottom: 0;
  left: 50vw;
}

.MegaMenu .flickity-prev-next-button.previous {
  bottom: 0;
  right: 50vw;
}

.MegaMenu__Item {
  margin: 20px 40px;
  flex-shrink: 1;
}

.MegaMenu__Item--fit {
  flex-shrink: 0;
}

.MegaMenu__Title {
  display: block;
  margin-bottom: 20px;
}

.MegaMenu__Push {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.MegaMenu__Push--shrink {
  width: 50%;
}

.MegaMenu__Push--shrink:first-child {
  padding-right: 15px;
}

.MegaMenu__Push--shrink:last-child {
  padding-left: 15px;
}

.MegaMenu__PushImageWrapper {
  margin: 8px auto 20px auto;
  max-width: 100%;
  overflow: hidden;
}

.MegaMenu__PushHeading {
  margin-bottom: 6px;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .MegaMenu__Push img {
    transform: scale(1);
    transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .MegaMenu__Push:hover img {
    transform: scale(1.2);
  }
}
/**
 * ----------------------------------------------------------------------------
 * Image with text overlay section
 * ----------------------------------------------------------------------------
 */

.ImageHero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  min-height: 380px;
  width: 100%;
  overflow: hidden;
}

.ImageHero--small {
  min-height: 330px;
}

.ImageHero--large {
  min-height: 480px;
}

.ImageHero__ImageWrapper,
.ImageHero__Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1008px) and (-moz-touch-enabled: 0), screen and (min-width: 1008px) and (hover: hover) {
  .ImageHero__Image--parallax {
    background-attachment: fixed;
  }
}

.ImageHero__ImageWrapper--hasOverlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.ImageHero__Wrapper {
  z-index: 1;
}

.ImageHero__ContentOverlay {
  position: relative;
  flex-basis: 425px;
  flex-grow: 0;
  padding: 0 15px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.ImageHero__TextContent {
  position: absolute;
  padding: 0 24px;
  margin-bottom: 0 !important;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* We allow embedding a video within an image hero */
.ImageHero iframe {
  position: absolute;
  height: 100%;
  width: 200%;
  left: -50%;
  pointer-events: none;
}

.ImageHero--large iframe {
  width: 250%;
  left: -75%;
}

.ImageHero--preserveRatio {
  min-height: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.ImageHero--preserveRatio iframe {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.ImageHero iframe[src] {
  pointer-events: auto; /* When data saver is on in Chrome, it will just set the src but prevents autoplay, so we need to make sure that we make it clickable */
}

.ImageHero__Block {
  margin: 40px auto;
  padding: 38px 20px;
  max-width: 250px;
  box-shadow: 0 1px 20px rgba(54, 54, 54, 0.3);
}

.ImageHero__Block--small {
  max-width: 165px;
}

.ImageHero__Block--large {
  max-width: 320px;
}

.ImageHero__BlockHeading {
  margin: -0.325em 0 18px 0;
}

.ImageHero__BlockContent + .ImageHero__BlockLink {
  margin-top: 18px;
}

@media screen and (max-width: 640px) {
  .ImageHero__Block {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  }
}

@media screen and (min-width: 641px) {
  .ImageHero {
    min-height: 450px;
  }

  .ImageHero--small {
    min-height: 400px;
  }

  .ImageHero--large {
    min-height: 500px;
  }

  .ImageHero iframe {
    width: 100%;
    height: 200%;
    left: 0;
  }

  .ImageHero__Block {
    padding: 48px 15px;
    max-width: 380px;
  }

  .ImageHero__Block--small {
    max-width: 240px;
  }

  .ImageHero__Block--large {
    max-width: 520px;
  }

  .ImageHero__TextContent {
    padding: 0 40px;
    bottom: 40px;
    top: auto;
    left: 0;
    transform: none;
    text-align: left;
  }
}

@media screen and (min-width: 1140px) {
  .ImageHero {
    min-height: 500px;
  }

  .ImageHero--small {
    min-height: 450px;
  }

  .ImageHero--large {
    min-height: 600px;
  }

  .ImageHero__TextContent {
    padding: 0 50px;
    bottom: 50px;
  }
}
.NewsletterPopup {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 24px 30px 30px 30px;
  background: var(--newsletter-popup-background);
  color: var(--newsletter-popup-text-color);
  z-index: 50;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.5s var(--drawer-transition-timing);
}

.NewsletterPopup .Heading {
  color: inherit;
}

.NewsletterPopup .Form__Input::-moz-placeholder {
  color: rgba(var(--newsletter-popup-text-color-rgb), 0.6);
}

.NewsletterPopup .Form__Input:-ms-input-placeholder {
  color: rgba(var(--newsletter-popup-text-color-rgb), 0.6);
}

.NewsletterPopup .Form__Input::placeholder {
  color: rgba(var(--newsletter-popup-text-color-rgb), 0.6);
}

.NewsletterPopup .Form__Input {
  border-color: rgba(var(--newsletter-popup-text-color-rgb), 0.4);
}

.NewsletterPopup .Form__Input:focus {
  border-color: var(--newsletter-popup-text-color);
}

.NewsletterPopup .Button {
  color: var(--newsletter-popup-background);
  border-color: var(--newsletter-popup-text-color);
}

.NewsletterPopup .Button::before {
  background-color: var(--newsletter-popup-text-color);
}

@media screen and (max-width: 640px) {
  @supports (padding: max(0px)) {
    .NewsletterPopup {
      bottom: max(15px, env(safe-area-inset-bottom, 0px) + 15px);
    }
  }
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .NewsletterPopup .Button:not([disabled]):hover {
    color: var(--newsletter-popup-text-color);
    background-color: transparent;
  }
}

.NewsletterPopup[aria-hidden=false] {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.NewsletterPopup__Close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.NewsletterPopup__Close svg {
  display: block;
  width: 15px;
  height: 15px;
}

.NewsletterPopup__Content a {
  text-decoration: underline;
  text-underline-position: under;
}

.NewsletterPopup__Form {
  margin-top: 32px;
}

@media screen and (min-width: 641px) {
  .NewsletterPopup {
    max-width: 385px;
    right: 25px;
    bottom: 25px;
    left: auto;
    padding-top: 35px;
  }

  .NewsletterPopup__Close svg {
    width: 18px;
    height: 18px;
  }
}
.Password {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}

/**
 * ----------------------------------------------------------------------------
 * Header
 * ----------------------------------------------------------------------------
 */
.Password__Header {
  position: relative;
  text-align: center;
}

.Password__Logo {
  display: block;
  line-height: 1;
}

.Password__LogoImage {
  vertical-align: middle;
}

.Password__LockAction {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Password__LockAction svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

/**
 * ----------------------------------------------------------------------------
 * Content
 * ----------------------------------------------------------------------------
 */
.Password__Content {
  width: 470px;
  max-width: 100%;
  margin: 35px auto;
}

.Password__Newsletter {
  margin-bottom: 10px;
}

.Password__Card {
  padding: 24px;
  background: var(--light-background);
  text-align: center;
}

.Password__Message {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.Password__Form {
  margin-top: 28px;
}

.Password__Form .Button {
  flex: none;
  margin-bottom: 0;
  margin-top: 15px;
  width: 100%;
}

.Password__Social {
  padding: 22px 25px 22px 28px;
  background: var(--background);
  text-align: center;
}

.Password__ShareButtons {
  margin-top: 15px;
}

@media screen and (min-width: 641px) {
  .Password__Content {
    margin: 80px auto;
  }

  .Password__Card {
    padding: 45px 60px 50px 60px;
  }

  .Password__Form .Button {
    width: auto;
    margin-top: 0;
  }

  .Password__Social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .Password__ShareButtons {
    margin-top: 0;
    margin-left: 15px;
    flex-shrink: 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------------------
 */
.Password__Footer {
  text-align: center;
}

.Password__AdminLink {
  display: block;
  margin-top: 15px;
}

.Password__Footer svg {
  width: 70px;
  height: 20px;
  vertical-align: bottom;
  margin-left: 2px;
}

@media screen and (min-width: 641px) {
  .Password__Footer {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }

  .Password__AdminLink {
    margin-top: 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Modal
 * ----------------------------------------------------------------------------
 */
.Password__Modal {
  display: flex;
  justify-content: center;
}
/**
 * ----------------------------------------------------------------------------
 * Product (general)
 * ----------------------------------------------------------------------------
 */
.Product {
  position: relative;
  margin: 0 auto 50px auto;
  /* max-width: 1330px; */
}

.Product--fill {
  max-width: none;
}

@media screen and (min-width: 641px) {
  .Product {
    margin-bottom: 80px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product gallery
 * ----------------------------------------------------------------------------
 */
.Product__Gallery {
  position: relative;
  max-height: calc(100vh - 107px);
  overflow: hidden;
}

.Product__Gallery .flickity-slider .Product__SlideItem {
  width: 66%;
  padding: 0 7%;
}

.Product__ViewInSpace {
  background: rgba(var(--text-color-rgb), 0.08);
  /* This color is defined by Shopify spec */
}
.Product__ViewInSpace[data-shopify-xr-hidden] {
  visibility: hidden;
}
@media screen and (min-width: 1008px) {
  .Product__ViewInSpace[data-shopify-xr] {
    display: none;
  }
}
.Product__ViewInSpace svg {
  margin: -1px 12px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.Product__Slideshow::after {
  content: "flickity";
  display: none;
}

.Product__SlideItem {
  position: relative;
}

.Product__SlideItem--hidden {
  visibility: hidden;
}

.Product__Slideshow.flickity-enabled .Product__SlideItem:not(.is-selected) .plyr__control {
  /* This is a quick fix to prevent the controls to gain focus until if the slide is not visible */
  visibility: hidden;
}

.Product__Video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}

.Product__SlideshowNav {
  display: none;
}

.Product__SlideshowNavBadge {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  pointer-events: none;
}
.Product__SlideshowNavBadge svg {
  display: block;
  width: 20px;
  height: 20px;
}

.Product__SlideshowMobileNav {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 20px 24px 0 24px;
}
.Product__SlideshowMobileNav .flickity-page-dots {
  display: inline-block;
  margin-top: 0;
  width: auto;
}
.Product__SlideshowMobileNav .dot {
  vertical-align: middle;
}

.Product__SlideshowNavArrow {
  position: relative;
  /* This is used to increase the clickable area */
}
.Product__SlideshowNavArrow::before {
  position: absolute;
  content: "";
  top: -18px;
  right: -18px;
  left: -18px;
  bottom: -18px;
  transform: translateZ(0);
  /* Needed to avoid a glitch on iOS */
}
.Product__SlideshowNavArrow svg {
  display: block;
  width: 6px;
  height: 9px;
}

.Product__SlideshowNavArrow--previous {
  margin-right: 24px;
}

.Product__SlideshowNavArrow--next {
  margin-left: 24px;
}

@media screen and (min-width: 1008px) {
  .Product__SlideshowNav--dots {
    display: block;
  }

  .Product__SlideItem {
    display: block !important;
  }

  .Product__Slideshow--zoomable .Product__SlideItem--image {
    cursor: var(--cursor-zoom-in-svg) 18 18, zoom-in;
    cursor: -webkit-image-set(var(--cursor-zoom-in-svg) 1x, var(--cursor-zoom-in-2x-svg) 2x), zoom-in;
  }

  /* Dots */
  .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
  }
  @supports (--css: variables) {
    .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
      top: calc(50% + (var(--header-height) / 2));
    }
  }

  .Product__SlideshowNavDot {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 2px solid var(--border-color);
    background: transparent;
    transition: all 0.2s ease-in-out;
  }
  .Product__SlideshowNavDot:not(:last-child) {
    margin-bottom: 12px;
  }

  .Product__SlideshowNavDot.is-selected {
    border-color: var(--heading-color);
    background: var(--heading-color);
  }

  /* Thumbnails */
  .Product__SlideshowNavImage {
    position: relative;
    display: block;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .Product__SlideshowNavImage:not(:last-child) {
    margin-bottom: 18px;
  }

  .Product__SlideshowNavImage.is-selected {
    border-color: var(--heading-color);
  }

  .Product__SlideshowNavPlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  }
  .Product__SlideshowNavPlay svg {
    width: 30px;
    height: 30px;
    transition: transform 0.2s ease-in-out;
  }

  /* When the gallery is stack we have various adjusments to do */
  .Product__Gallery--stack {
    /* On desktop we use a different apparition effect than fade in if images are stacked */
    /* Thumbnails */
  }
  .Product__Gallery--stack .Product__SlideshowNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
  }
  .Product__Gallery--stack .Product__SlideshowNav--dots {
    left: -30px;
  }
  .Product__Gallery--stack .Product__Slideshow::after {
    content: "";
    /* Disable Flickity */
  }
  .Product__Gallery--stack .Product__Slideshow .Image--fadeIn {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .Product__Gallery--stack .Product__Slideshow .Image--lazyLoaded.Image--fadeIn {
    transform: translateY(0);
    opacity: 1;
  }
  .Product__Gallery--stack .Product__SlideItem {
    margin-bottom: 30px;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .Product__Gallery--stack .Product__SlideItem:last-child {
    margin-bottom: 0;
  }
  .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
    position: sticky;
    padding: 0 0 50px 0;
    top: var(--header-base-height);
    margin-bottom: -50px;
    width: 70px;
  }
  @supports (--css: variables) {
    .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
      top: calc(var(--header-height) + 25px);
    }
  }
}
@media screen and (min-width: 1140px) {
  .Product__Slideshow {
    margin-left: auto;
    margin-right: auto;
  }

  .Product__Gallery--withThumbnails .Product__SlideshowNav--dots {
    display: none;
  }
  .Product__Gallery--withThumbnails .Product__SlideshowNav--thumbnails {
    display: block;
  }

  .Product__Gallery--stack.Product__Gallery--withThumbnails {
    display: flex;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow,
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
    flex: 1 0 auto;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
    flex-grow: 0;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow {
    padding-left: 50px;
  }

  .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNav {
    margin: 10px -10px -10px -10px;
    text-align: center;
  }
  .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage {
    display: inline-block;
    width: 70px;
    margin: 10px;
    vertical-align: top;
  }
  .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .flickity-page-dots {
    display: none;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product aside and info
 * ----------------------------------------------------------------------------
 */
.Product__Info,
.Product__Aside {
  /* max-width: 500px;
  margin: 0 auto; */
  width: 100%;
}

.Product__Info--noGallery {
  padding-top: 24px;
}

@media screen and (min-width: 641px) {
  /* .Product__Info .Container {
    padding-left: 0;
    padding-right: 0;
  } */

  .Product__Aside .Section {
    max-width: 630px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1008px) {

  /* .Product__Info {
    position: sticky;
    top: var(--header-base-height);
    right: 0;
    width: 375px;
    margin: 0 100px -40px 50px;
    padding-top: 0;
    padding-bottom: 40px;
  }
  @supports (--css: variables) {
    .Product__Info {
      top: calc(var(--header-height) + 25px);
    }
  } */

  .Product__Aside {
    max-width: 820px;
    padding-left: 50px;
  }

  .Product__Aside .SectionHeader {
    margin-bottom: 30px;
  }
}
/* @media screen and (min-width: 1140px) {
  .Product__Info {
    width: 400px;
  }
}
@media screen and (min-width: 1500px) {
  .Product__Info {
    margin-right: 50px;
  }
} */
/**
 * ----------------------------------------------------------------------------
 * Action list
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes shareItemAnimation {
  0% {
    transform: translateY(0%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes shareItemAnimation {
  0% {
    transform: translateY(0%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.Product__ActionList {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.Product__ActionList.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.Product__ActionItem {
  display: block;
  position: relative;
}

.Product__ActionItem + .Product__ActionItem {
  margin-top: 15px;
}

.Product__ShareList {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 100%;
  right: 0;
  color: var(--text-color);
}

.Product__ActionItem .Icon--share {
  margin-left: -1px;
}

.Product__ShareItem {
  display: block;
  margin: 15px 0 15px auto;
  padding: 7px 15px 7px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--light-background);
  border-radius: 25px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  white-space: nowrap;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.Product__ShareItem:active, .Product__ShareItem:focus {
  color: var(--light-background);
  background: var(--text-color);
  outline: none;
}
.Product__ShareItem:nth-child(2) {
  transition-delay: 0.1s;
}
.Product__ShareItem:nth-child(3) {
  transition-delay: 0s;
}
.Product__ShareItem svg {
  margin-right: 12px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  vertical-align: sub;
  transform: translateZ(0);
}
.Product__ShareItem:hover svg {
  -webkit-animation: shareItemAnimation 0.5s ease-in-out forwards;
          animation: shareItemAnimation 0.5s ease-in-out forwards;
}

.Product__ShareList[aria-hidden=false] {
  visibility: visible;
}
.Product__ShareList[aria-hidden=false] .Product__ShareItem {
  opacity: 1;
  transition-delay: 0s;
}
.Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(2) {
  transition-delay: 0.1s;
}
.Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(3) {
  transition-delay: 0.2s;
}

@media screen and (min-width: 1008px) {
  .Product__ShareList {
    top: auto;
    bottom: 100%;
  }

  .Product__ShareItem {
    transition-delay: 0s;
  }
  .Product__ShareItem:nth-child(3) {
    transition-delay: 0.2s;
  }

  .Product__ShareList[aria-hidden=false] .Product__ShareItem {
    transition-delay: 0.2s;
  }
  .Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(3) {
    transition-delay: 0s;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product meta and info
 * ----------------------------------------------------------------------------
 */
.ProductMeta {
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.ProductMeta__ImageWrapper {
  display: block;
  margin-bottom: 32px;
}

.ProductMeta__Vendor {
  margin-bottom: 20px;
}

.ProductMeta__Subtitle {
  text-transform: uppercase;
  color: #c67c5a;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.ProductMeta__Title {
  font-size: 4.5vw;
  margin: 50px 0 10px;
}

@media screen and (max-width: 640px) {
  .ProductMeta__Title {
    font-size: 30px;
  }

  .ProductMeta__Lenses {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.ProductMeta__Price {
  color: #c67c5a;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .ProductMeta__Price {
    font-size: 20px;
  }
}

.ProductMeta__PriceList {
  margin-top: 15px;
}

.ProductMeta__Price.Price--compareAt {
  margin-left: 30px;
}

.ProductMeta__UnitPriceMeasurement {
  margin-top: 5px;
}

shopify-payment-terms {
  display: block;
  margin-top: 12px;
  text-align: left;
}

.ProductMeta__TaxNotice {
  margin-top: 5px;
}

.ProductMeta__Description,
.ProductMeta__Text {
  margin: 24px 0;
  text-align: left;
  font-size: 16px;
}

.ProductMeta__Description .Rte table {
  white-space: pre-wrap;
}

.ProductMeta__Description .Rte p:first-child {
  max-width: 700px;
}

.ProductMeta__Description tr {
  display: flex;
}

@media screen and (max-width: 640px) {
  .ProductMeta__Description tr {
    flex-direction: column;
  }

  .ProductMeta__Description td {
    padding: 0;
  }
}

.ProductMeta__Description td {
  border: none !important;
}

.ProductMeta__Description td h4,
.ProductMeta__Description td h4 {
  margin: 0;
}

.ProductMeta__Description td:first-child {
  font-family: var(--heading-font-family);
  font-weight: 600;
  font-size: 14px;
}

@media screen and (min-width: 641px) {
  .ProductMeta__Description td:first-child {
    width: 20% !important;
  }
}

.ProductMeta__Description td:last-child {
  color: #7b7063;
  font-size: 18px;
}

@media screen and (min-width: 641px) {
  .ProductMeta__Description td:last-child {
    width: 80% !important;
  }
}

@media screen and (max-width: 641px) {
  .ProductMeta__Description .Rte table td {
    padding-left: 0px;
  }
}

.ProductMeta__ShareButtons {
  display: flex;
  align-items: center;
  margin: 24px 0;
}

.ProductMeta__ShareTitle {
  margin-right: 6px;
}

.ProductMeta__ShareList {
  font-size: 0;
}

.ProductMeta__ShareItem {
  display: inline-block;
  margin: 0 7px;
}
.ProductMeta__ShareItem svg {
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}
.ProductMeta__ShareItem:hover svg {
  opacity: 1;
}

.ProductForm {
  max-width: 1200px;
  margin: 0 auto;
}

/* When the description is set after the product form, layout changes a bit */
.ProductForm ~ .ProductMeta__Description {
  border-top: none;
  padding-top: 0;
}
.ProductForm ~ .ProductMeta__Description .ProductMeta__ShareButtons {
  margin-bottom: 2px;
}

.Product__QuickNav {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.Product__QuickNav a {
  display: block;
  padding: 11px 16px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotateX(0deg);
}
.Product__QuickNav a:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateX(180deg);
}
.Product__QuickNav svg {
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  height: 10px;
  width: 8px;
}

.Product__QuickNavWrapper {
  transition: 0.6s;
  transform-style: preserve-3d;
}

.Product__QuickNav.is-flipped .Product__QuickNavWrapper {
  transform: rotateX(180deg);
}

@media screen and (min-width: 1008px) {
  .ProductMeta {
    text-align: left;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product form
 * ----------------------------------------------------------------------------
 */

.ProductForm__Variants {
  margin-top: 24px;
  margin-bottom: 24px;
}

.ProductForm__Option {
  position: relative;
  margin-bottom: 10px;
}

.ProductForm__Option--labelled {
  margin-bottom: 20px;
}

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

.ProductForm__Item {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 10px 28px 10px 14px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ProductForm__Item .Icon--select-arrow {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
}

.ProductForm__Label {
  display: block;
  margin-bottom: 8px;
}

.ProductForm__LabelLink {
  float: right;
  text-decoration: underline;
  text-underline-position: under;
}

.ProductForm__SelectedValue {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 220px;
  vertical-align: top;
}

.ProductForm__OptionCount {
  float: right;
  margin-right: 14px;
}

.ProductForm__Inventory {
  margin-top: 24px;
  margin-bottom: 24px;
  font-style: italic;
}

.ProductForm__QuantitySelector {
  margin-top: 24px;
  margin-bottom: 24px;
}

.ProductForm__Error {
  margin-top: 10px;
  text-align: center;
}

.ProductForm__AddToCart {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
 * ----------------------------------------------------------------------------
 * Featured image
 * ----------------------------------------------------------------------------
 */
.Product__FeatureImageWrapper {
  overflow: hidden;
  background-size: cover;
}

.Product__FeatureImage {
  height: 415px;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 641px) {
  .Product__FeatureImage {
    height: 500px;
  }
}
@media screen and (min-width: 1140px) {
  .Product__FeatureImage {
    height: 600px;
  }

  .Product__FeatureImage--small {
    height: 500px;
  }

  .Product__FeatureImage--large {
    height: 700px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product tabs
 * ----------------------------------------------------------------------------
 */
.Product__Tabs {
  margin: 50px 0;
}

@media screen and (max-width: 640px) {
  .Product__Tabs .Collapsible__Content {
    padding-top: 6px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 1007px) {
  .Product__Tabs .Collapsible {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1008px) {
  .Product__Tabs {
    margin: 80px 0;
  }

  .Product__Tabs .Collapsible__Content {
    padding-right: 80px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Variant slideshow (for color carousel)
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes variantSelectorInfoOpeningAnimation {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes variantSelectorInfoOpeningAnimation {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes variantSelectorInfoClosingAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
@keyframes variantSelectorInfoClosingAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
.VariantSelector {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--background);
  padding: 24px 0;
  z-index: 10;
  box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
  transform: translateY(100%);
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.VariantSelector[aria-hidden=false] {
  transform: translateY(0);
  visibility: visible;
}

.VariantSelector__Item {
  padding: 0 10px;
  width: 60%;
}

.VariantSelector__Info {
  position: relative;
  margin: 48px 24px 0 24px;
}

.VariantSelector__ImageWrapper[aria-hidden="true"] {
  display: none;
}

.VariantSelector__ChoiceList {
  margin-bottom: 34px;
}

.VariantSelector__Choice {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-animation: 0.15s variantSelectorInfoClosingAnimation forwards ease-in-out;
          animation: 0.15s variantSelectorInfoClosingAnimation forwards ease-in-out;
}

.VariantSelector__Choice.is-selected {
  -webkit-animation: 0.3s variantSelectorInfoOpeningAnimation forwards ease-in-out;
          animation: 0.3s variantSelectorInfoOpeningAnimation forwards ease-in-out;
}

.VariantSelector__Choice:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.VariantSelector__ChoiceColor,
.VariantSelector__ChoicePrice {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

.VariantSelector__ChoiceColor {
  border-right: 1px solid var(--border-color);
}

.VariantSelector__ColorSwatch {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  vertical-align: sub;
  background-size: cover;
}

.VariantSelector__ColorSwatch--white {
  outline: 1px solid var(--border-color);
}

.VariantSelector__ChoicePrice {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
}

@media screen and (max-width: 640px) {
  .VariantSelector .flickity-prev-next-button {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  /* Starting from tablet, the look and feel of this selector is completely different and look like a modal */
  .VariantSelector {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 80%;
    padding-bottom: 34px;
    max-height: 100%;
    max-width: 800px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    overflow: auto;
  }

  .VariantSelector[aria-hidden=false] {
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .VariantSelector__Item {
    padding: 0 25px;
    width: 46%;
  }

  .VariantSelector .flickity-prev-next-button.next {
    top: calc(50% - 45px);
    right: 20px;
  }

  .VariantSelector .flickity-prev-next-button.previous {
    top: calc(50% - 45px);
    left: 20px;
  }

  .VariantSelector__Info {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .VariantSelector__ChoicePrice {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }
}

@media (min-width: 800px) and (max-height: 950px) {
  .VariantSelector__ImageWrapper {
    max-width: 290px !important;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Featured product (on home page)
 * ----------------------------------------------------------------------------
 */
.FeaturedProduct__Gallery {
  display: block;
  margin-bottom: 20px;
}

.FeaturedProduct__ViewWrapper {
  margin-top: 34px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .FeaturedProduct {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 880px;
    margin: 0 auto;
  }

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

  .FeaturedProduct__Gallery,
  .FeaturedProduct__Info {
    flex: 1 1 50%;
  }

  .FeaturedProduct__Gallery {
    margin: 0;
  }

  .FeaturedProduct__Info {
    margin-left: 50px;
  }

  .FeaturedProduct__Info .ProductMeta,
  .FeaturedProduct__ViewWrapper {
    text-align: left;
  }
}
@media screen and (min-width: 1008px) {
  .FeaturedProduct__Info {
    margin-left: 80px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Shopify payment button
 * ----------------------------------------------------------------------------
 */
.shopify-payment-button {
  margin-top: 20px;
  text-align: center;
}

.shopify-payment-button__more-options {
  position: relative;
  display: inline-block;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: auto;
  line-height: normal;
}
.shopify-payment-button__more-options[aria-hidden=true] {
  display: none;
}
.shopify-payment-button__more-options::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: currentColor;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 0.2s ease-in-out;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .shopify-payment-button__more-options:hover::before {
    transform: scale(0, 1);
  }
}

.shopify-payment-button__more-options:hover:not([disabled]) {
  text-decoration: none;
}
@charset "UTF-8";
/**
 * ----------------------------------------------------------------------------
 * Product reviews (integration with Shopify Reviews free app)
 * ----------------------------------------------------------------------------
 */
#shopify-product-reviews {
  margin: 18px 0 28px 0 !important;
  overflow: visible !important;
}
#shopify-product-reviews .spr-header-title,
#shopify-product-reviews .spr-summary-starrating,
#shopify-product-reviews .spr-summary-caption,
#shopify-product-reviews .spr-review-reportreview,
#shopify-product-reviews .spr-pagination,
#shopify-product-reviews .spr-form-title {
  display: none;
}
#shopify-product-reviews .spr-container {
  padding: 0;
  border: none;
}
#shopify-product-reviews .spr-container,
#shopify-product-reviews .spr-content {
  display: flex;
  flex-direction: column;
}
#shopify-product-reviews .spr-header,
#shopify-product-reviews .spr-form {
  order: 2;
}
#shopify-product-reviews .spr-content,
#shopify-product-reviews .spr-reviews {
  order: 1;
}
#shopify-product-reviews .spr-form {
  margin: -4px 0 0 0;
  padding: 0;
}
#shopify-product-reviews .spr-icon {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
}
#shopify-product-reviews .spr-form-input .spr-icon {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}
#shopify-product-reviews .spr-icon + .spr-icon {
  margin-left: 3px;
}
#shopify-product-reviews .spr-icon-star-empty {
  opacity: 0.25;
}
#shopify-product-reviews .spr-icon-star-empty::before {
  content: "";
}
#shopify-product-reviews .spr-starrating.spr-form-input-error a {
  color: inherit;
}
#shopify-product-reviews .spr-reviews {
  margin: -6px 0 35px 0;
}
#shopify-product-reviews .spr-review {
  position: relative;
  padding: 0 0 30px 0;
  border: none;
  margin: 0;
}
#shopify-product-reviews .spr-review + .spr-review {
  margin-top: 26px;
}
#shopify-product-reviews .spr-review-header {
  position: static;
  margin-bottom: 12px;
}
#shopify-product-reviews .spr-review-header-starratings {
  margin-bottom: 0;
}
#shopify-product-reviews .spr-review-header-title {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#shopify-product-reviews .spr-review-header-byline {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  font-style: normal;
  opacity: 1;
  color: var(--text-color-light);
}
#shopify-product-reviews .spr-review-header-byline strong {
  font-weight: normal;
}
#shopify-product-reviews .spr-review-content {
  margin-bottom: 0;
}
#shopify-product-reviews .spr-review-reply {
  margin: 18px 0 6px 0;
  padding: 0 0 0 14px;
  background: none;
  border-left: 3px solid var(--border-color);
  font-style: italic;
}
#shopify-product-reviews .spr-summary-actions {
  display: block;
}
#shopify-product-reviews .spr-review-reply-shop {
  float: none;
}
#shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button-primary:not(input) {
  width: 100%;
}
#shopify-product-reviews input.spr-button-primary {
  border-color: var(--button-background);
  background: var(--button-background);
  color: var(--button-text-color);
  width: 100%;
}
#shopify-product-reviews .spr-pagination-prev,
#shopify-product-reviews .spr-pagination-next {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#shopify-product-reviews .spr-pagination-prev > a,
#shopify-product-reviews .spr-pagination-next > a {
  width: 100%;
}
#shopify-product-reviews .new-review-form {
  margin-top: 20px;
}
#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-body {
  margin-bottom: 15px;
}

@media screen and (min-width: 641px) {
  #shopify-product-reviews {
    margin: 8px 40px 28px 0 !important;
  }
  #shopify-product-reviews .spr-review-header-title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }
  #shopify-product-reviews .spr-review-header-byline,
  #shopify-product-reviews .spr-review-content-body {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }
  #shopify-product-reviews .spr-header {
    align-self: flex-start;
    width: 100%;
  }
  #shopify-product-reviews .spr-summary-actions-newreview,
  #shopify-product-reviews .spr-button-primary:not(input),
  #shopify-product-reviews input.spr-button-primary,
  #shopify-product-reviews .spr-pagination-prev > a,
  #shopify-product-reviews .spr-pagination-next > a {
    width: auto;
    float: none;
  }
  #shopify-product-reviews .spr-form-contact-name,
  #shopify-product-reviews .spr-form-contact-email,
  #shopify-product-reviews .spr-form-contact-location,
  #shopify-product-reviews .spr-form-review-title,
  #shopify-product-reviews .spr-form-review-rating,
  #shopify-product-reviews .spr-form-review-body {
    margin-bottom: 25px;
  }
  #shopify-product-reviews .spr-summary-actions {
    display: flex;
  }
  #shopify-product-reviews .spr-pagination-prev,
  #shopify-product-reviews .spr-pagination-next {
    margin: 0 20px 0 0;
  }
  #shopify-product-reviews .spr-pagination-prev > a,
  #shopify-product-reviews .spr-pagination-next > a {
    display: block;
  }
}
@media screen and (min-width: 1008px) {
  #shopify-product-reviews {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 1140px) {
  #shopify-product-reviews {
    margin-right: 100px !important;
  }
}
.Search {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  background: var(--background);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-25px);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  z-index: -1;
}

.Search[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.Search__Inner {
  padding: 14px 18px;
  max-height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@supports (--css: variables) {
  .Search__Inner {
    max-height: calc(100vh - var(--header-height) - 88px);
    /* 88px is the height of bottom bar on iOS */
  }
}

.Search__SearchBar {
  display: flex;
  align-items: center;
}

.Search__Form {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
.Search__Form .Icon--search {
  width: 18px;
  height: 17px;
}
.Search__Form .Icon--search-desktop {
  width: 21px;
  height: 21px;
}

.Search__InputIconWrapper {
  position: relative;
  top: -1px;
  /* For pixel perfect */
  margin-right: 12px;
  color: var(--text-color-light);
}

.Search__Input {
  background: none;
  width: 100%;
  border: none;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  vertical-align: middle;
}
.Search__Input::-moz-placeholder {
  color: var(--text-color-light);
}
.Search__Input:-ms-input-placeholder {
  color: var(--text-color-light);
}
.Search__Input::placeholder {
  color: var(--text-color-light);
}
.Search__Input::-ms-clear {
  display: none;
}

.Search__Close {
  color: var(--text-color-light);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  line-height: 1;
}

.Search__Results {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.Search__Results[aria-hidden=false] {
  display: block;
}

@media screen and (max-width: 640px) {
  .Search__Results .ProductItem__Wrapper {
    display: flex;
    align-items: center;
  }
  .Search__Results .Grid__Cell + .Grid__Cell {
    margin-top: 25px;
  }
  .Search__Results .ProductItem__ImageWrapper {
    width: 70px;
    min-width: 70px;
    margin-right: 25px;
  }
  .Search__Results .ProductItem__Info {
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (min-width: 641px) {
  .Search__Inner {
    padding: 28px 50px;
  }

  .Search__Input {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  }

  .Search__InputIconWrapper {
    margin-right: 20px;
  }

  .Search__Close {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }
  .Search__Close svg {
    stroke-width: 1.25px;
  }

  .Search__Results {
    margin-top: 70px;
    margin-bottom: 48px;
  }
}
@-webkit-keyframes shopTheLookDotKeyframe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shopTheLookDotKeyframe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.ShopTheLook {
  z-index: 2;
}

.ShopTheLook__Item {
  padding: 0 5px;
  width: calc(100% - 40px);
  transition: opacity 0.3s ease-in-out;
}

.ShopTheLook__Item.is-selected {
  z-index: 1;
}

.ShopTheLook__ImageWrapper {
  position: relative;
  max-width: 100%;
}

.ShopTheLook__Image {
  display: block;
  height: 100%;
  width: 100%;
}

.ShopTheLook__Dot {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
.ShopTheLook__Dot::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: -12px;
  /* This is 40/2 - 16/2 */
  top: -12px;
  /* This is 40/2 - 16/2 */
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: 1.4s shopTheLookDotKeyframe ease-in-out infinite;
          animation: 1.4s shopTheLookDotKeyframe ease-in-out infinite;
}

.ShopTheLook__Dot--dark {
  background: #000000;
}
.ShopTheLook__Dot--dark::after {
  background: rgba(0, 0, 0, 0.4);
}

.ShopTheLook__Dot.is-active,
.supports-hover .ShopTheLook__Dot:hover {
  transform: scale(1.5);
}

.ShopTheLook__ProductItem .ProductItem__ImageWrapper {
  max-width: 150px;
  margin: 0 auto;
}

.ShopTheLook__DiscoverButtonWrapper {
  margin: 24px 24px 0 24px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .ShopTheLook__ViewButton {
    width: 100%;
  }

  .ShopTheLook__ProductItem--withHiddenInfo .ProductItem__Info {
    display: none;
  }

  .ShopTheLook__ProductItem {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1007px) {
  .ShopTheLook > .flickity-viewport {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .ShopTheLook::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--background);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
  }

  .ShopTheLook.is-zoomed::before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .ShopTheLook.is-zoomed .ShopTheLook__Item:not(.is-selected) {
    opacity: 0;
  }

  .ShopTheLook__ProductItem {
    padding: 30px 0 40px 0;
  }
}
@media screen and (min-width: 641px) {
  .ShopTheLook__DiscoverButtonWrapper {
    margin-top: 50px;
  }

  .ShopTheLook__Item {
    width: auto;
    padding: 0 15px;
  }

  .ShopTheLook__ProductItem .ProductItem__Wrapper {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1008px) {
  .ShopTheLook {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 130px;
  }

  .ShopTheLook__Item {
    width: 100%;
    padding: 0;
  }

  .ShopTheLook__Inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
  }

  .ShopTheLook__ImageWrapper {
    flex: 0 1 auto;
  }

  .ShopTheLook__Image {
    max-height: 100%;
    width: auto;
  }

  .ShopTheLook__ProductList {
    flex: none;
    width: 270px;
    margin: 0 80px;
  }

  .ShopTheLook__ProductItem .ProductItem__Wrapper {
    max-width: none;
  }

  .ShopTheLook__ProductItem .ProductItem__ImageWrapper {
    max-width: 250px;
  }

  .ShopTheLook__ViewButton {
    margin-top: 25px;
  }

  .ShopTheLook .flickity-prev-next-button {
    top: calc(50% - (45px / 2));
  }

  .ShopTheLook .flickity-prev-next-button.next {
    right: 40px;
  }

  .ShopTheLook .flickity-prev-next-button.previous {
    left: 40px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Sidebar
 * ----------------------------------------------------------------------------
 */
.SidebarMenu {
  height: 100%;
  width: 100%;
  background: var(--navigation-background);
  color: var(--navigation-text-color);
}

.SidebarMenu .Heading,
.supports-hover .SidebarMenu .Link--primary:hover {
  color: var(--navigation-text-color);
}

.SidebarMenu .Text--subdued {
  color: var(--navigation-text-color-light);
}

.SidebarMenu .Collapsible,
.SidebarMenu .Linklist {
  border-color: var(--navigation-border-color);
}

.SidebarMenu__Nav .Collapsible:first-child {
  border-top: none;
}

/* We need to do that to add extra padding for scroll, as Safari on Mac and iOS has some issue with directly adding a padding-bottom */
.SidebarMenu .Drawer__Main::after {
  display: block;
  content: "";
  height: 35px;
}

.SidebarMenu__Nav--secondary {
  margin-top: 28px;
}

.SidebarMenu .Drawer__Footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  box-shadow: 0 1px var(--navigation-border-color) inset;
  color: var(--navigation-text-color-light);
}

.SidebarMenu__CurrencySelector,
.SidebarMenu__Social {
  flex: 1 0 auto;
  margin: 0;
  padding: 6px 0;
}

.SidebarMenu__CurrencySelector {
  width: 120px;
  flex: none;
  text-align: center;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
}
.SidebarMenu__CurrencySelector .Select {
  display: inline-block;
}

@supports (padding: max(0px)) {
  .SidebarMenu__CurrencySelector,
  .SidebarMenu__Social {
    padding-bottom: max(6px, env(safe-area-inset-bottom, 0px) + 6px);
  }
}

/* All this code is pretty ugly hack just to comply with some Shopify strict rules... */
@supports (display: grid) {
  .SidebarMenu__Social {
    display: grid;
    grid-template-columns: repeat(auto-fit, 34px);
    justify-content: space-evenly;
    text-align: center;
  }
}

.SidebarMenu__CurrencySelector + .SidebarMenu__Social {
  border-left: 1px solid var(--navigation-border-color);
}

.SidebarMenu .Drawer__Content::before,
.SidebarMenu .Drawer__Footer::before {
  position: absolute;
  content: "";
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.SidebarMenu .Drawer__Content::before {
  top: 0;
  height: 25px;
  background-image: linear-gradient(var(--navigation-background), rgba(var(--navigation-background-rgb), 0.6) 40%, rgba(var(--navigation-background-rgb), 0));
}

.SidebarMenu .Drawer__Footer::before {
  bottom: 100%;
  height: 30px;
  background-image: linear-gradient(rgba(var(--navigation-background-rgb), 0), rgba(var(--navigation-background-rgb), 0.6) 40%, var(--navigation-background));
}

@media screen and (min-width: 1008px) {
  .SidebarMenu .Drawer__Content::before {
    height: 40px;
  }

  .SidebarMenu .Drawer__Main {
    padding-top: 26px;
  }

  .SidebarMenu .Drawer__Main::after {
    height: 60px;
    /* same here, Safari has some issues with adding padding-bottom :( */
  }

  .SidebarMenu .Drawer__Footer::before {
    height: 70px;
  }
}

.SidebarMenu .Collapsible {
  border: none;
}

.SidebarMenu .Collapsible__Button {
  padding: 20px 40px;
  font-size: 20px;
  color: #3d4246;
}

.SidebarMenu .Collapsible__Plus {
  right: unset;
  left: 10px;
}

/* sublink */
.SidebarMenu .Collapsible .Collapsible .Collapsible__Button {
  padding: 13px 0 13px 20px;
  font-size: 12px;
}

.SidebarMenu .Collapsible .Collapsible__Button_Image {
  width: 90px;
  margin-right: 15px;
}

/**
 * ----------------------------------------------------------------------------
 * Slideshow
 * ----------------------------------------------------------------------------
 */
.shopify-section--slideshow {
  position: relative;
}

.Slideshow--fullscreen {
  height: 100vh;
}

@supports (--css: variables) {
  .js .Slideshow--fullscreen {
    height: calc(var(--window-height) - (var(--header-height) * 0) - 0px);
    height: calc(var(--window-height) - (var(--header-height) * var(--header-is-not-transparent, 0)) - var(--announcement-bar-height, 0px));
    max-height: 100vh;
  }
}
/* Slideshow transition are handled in JavaScript, so while we use Flickity, we need to disable any transition */
.js .Slideshow__Carousel .Slideshow__Slide {
  transition: none;
}
.js .Slideshow__Carousel .Slideshow__Slide.is-selected {
  visibility: hidden;
}

.Slideshow__ImageContainer {
  height: 100%;
}

.Slideshow--fullscreen .Slideshow__Image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  /* polyfill for IE */
}

.Slideshow__Image {
  z-index: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .js .Slideshow__Image {
    opacity: 0;
  }
}
.Slideshow__Content {
  position: absolute;
  padding: 0 24px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.Slideshow__Content--middleLeft,
.Slideshow__Content--bottomLeft {
  text-align: left;
}
.Slideshow__Content--middleLeft .ButtonGroup,
.Slideshow__Content--bottomLeft .ButtonGroup {
  justify-content: flex-start;
}

.Slideshow__Content--middleRight,
.Slideshow__Content--bottomRight {
  text-align: right;
}
.Slideshow__Content--middleRight .ButtonGroup,
.Slideshow__Content--bottomRight .ButtonGroup {
  justify-content: flex-end;
}

.Slideshow__Content--bottomLeft,
.Slideshow__Content--bottomCenter,
.Slideshow__Content--bottomRight {
  top: auto;
  bottom: 70px;
  left: 0;
  transform: none;
}

.js .Slideshow__Content .SectionHeader {
  opacity: 0;
}

.Slideshow__ScrollButton {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -25px;
}

.Slideshow__Carousel--withScrollButton {
  margin-bottom: 25px;
}

.Slideshow--fullscreen .Slideshow__ScrollButton {
  bottom: 10px;
}
.Slideshow--fullscreen .Slideshow__Carousel--withScrollButton {
  max-height: calc(100% - 35px);
  margin-bottom: 0;
}

@media screen and (min-width: 1008px) {
  .Slideshow__Content {
    padding: 0 70px;
  }
}

.Slideshow .SectionHeader__SubHeading {
  font-size: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 641px) {
  .Slideshow .SectionHeader__SubHeading {
    font-size: 14px;
  }
}

.Slideshow .SectionHeader__Heading {
  font-size: 6vw;
  letter-spacing: 2px;
  font-weight: 600;
}

.Slideshow .ButtonGroup__Item {
  display: inline-block;
  position: relative;
  color: white;
  font-size: 14px;
}

.Slideshow .ButtonGroup__Item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: white;
  transition: 300ms ease-out;
}

.Slideshow .ButtonGroup__Item:hover:after {
  width: 80%;
  left: 10%;
}

.store-availability-container {
  margin-top: 30px;
}

.store-availability-information {
  display: flex;
  align-items: baseline;
}

.Icon--store-availability-in-stock {
  position: relative;
  width: 13px;
  height: 9px;
}

.Icon--store-availability-out-of-stock {
  position: relative;
  width: 11px;
  height: 10px;
}

.store-availability-information-container {
  margin-left: 6px;
}

.store-availability-information__title {
  margin-bottom: 2px;
}

.store-availability-information__stock {
  margin-bottom: 5px;
}

.store-availability-information__stock,
.store-availability-information__link,
.store-availability-list__item-info {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.store-availability-list__item:first-child {
  margin-top: 25px;
}

.store-availability-list__item {
  margin-top: 30px;
}

.store-availability-list__location,
.store-availability-list__stock {
  margin-bottom: 5px;
}

.store-availability-list__stock svg {
  margin-right: 3px;
}

.store-availability-list__contact {
  line-height: 1.45;
}

.store-availability-list__stock .Icon--store-availability-in-stock {
  top: -1px;
}

.store-availability-list__contact p {
  margin-bottom: 0; /* Remove the margin of the formatted address by Shopify */
}

/* Modal */

.store-availabilities-modal__product-information {
  text-align: left;
}
/**
 * For now testimonials are only used on home page but may be expanded
 */
@-webkit-keyframes testimonialOpening {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes testimonialOpening {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes testimonialClosing {
  from {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  to {
    visibility: visible;
    opacity: 0;
    transform: translateY(-15px);
  }
}
@keyframes testimonialClosing {
  from {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  to {
    visibility: visible;
    opacity: 0;
    transform: translateY(-15px);
  }
}
.Testimonial {
  text-align: center;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
}

.Testimonial__Logo {
  margin-top: 54px;
}

.js .TestimonialList {
  opacity: 0;
  transition: opacity 0s linear 0.5s;
}
.js .TestimonialList.flickity-enabled {
  opacity: 1;
}
.js .TestimonialList .flickity-viewport {
  overflow: visible;
}
.js .TestimonialList .flickity-page-dots {
  position: relative;
  margin-top: 60px;
}
.js .TestimonialList .Testimonial {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-animation: testimonialClosing 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
          animation: testimonialClosing 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
}
.js .TestimonialList .Testimonial.is-selected {
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  -webkit-animation: testimonialOpening 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
          animation: testimonialOpening 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
}

@media screen and (max-width: 640px) {
  .Testimonial__Logo {
    max-width: 110px;
  }
}
@media screen and (min-width: 641px) {
  .Testimonial {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
  }

  .Testimonial__Content {
    max-width: 550px;
    margin: 0 auto;
  }

  .Testimonial__Logo,
  .TestimonialNav__Item {
    max-width: 150px;
  }
}
@media screen and (min-width: 1008px) {
  .TestimonialList--withNav .flickity-page-dots {
    display: none;
  }

  .TestimonialNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
  }

  .TestimonialNav__Item {
    margin: 0 25px;
    cursor: pointer;
    opacity: 0.25;
    transition: opacity 0.2s ease-in-out;
    will-change: opacity;
  }

  .TestimonialNav__Item.is-selected {
    opacity: 1;
  }
}
@media screen and (min-width: 1140px) {
  .TestimonialNav__Item {
    margin: 0 45px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * For now timeline are only used on home page but may be expanded
 * ----------------------------------------------------------------------------
 */
.Timeline {
  box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
}

.Timeline__ListItem {
  position: relative;
  height: 540px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.Timeline__Item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(54, 54, 54, 0.2);
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

.Timeline__ImageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Timeline__Image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: translateX(-50px) scale(1.1);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.Timeline__Inner {
  position: relative;
  padding: 80px 14px 40px 14px;
  max-height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.Timeline__Header > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.Timeline__Header > .SectionHeader__Description {
  transform: translateY(50px);
}

.Timeline__Item.is-selected {
  opacity: 1;
  pointer-events: auto;
}
.Timeline__Item.is-selected .Timeline__Image {
  transform: translateX(0) scale(1.1);
}
.Timeline__Item.is-selected .Timeline__Header > * {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}

@media screen and (max-width: 640px) {
  .shopify-section--timeline {
    border-top: none !important;
  }

  .shopify-section--timeline .Section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .shopify-section--timeline .Container {
    padding-left: 0;
    padding-right: 0;
  }

  .Timeline__Header .Heading,
  .Timeline__Header .Rte a {
    color: inherit;
  }

  .Timeline__Header .SectionHeader__Description {
    margin: 34px 30px 0 30px;
  }
}
@media screen and (min-width: 641px) {
  .Timeline__ListItem {
    max-width: 1230px;
    margin: 0 auto;
    height: 400px;
    text-shadow: none;
  }

  .Timeline__Item {
    align-items: flex-end;
    background-color: var(--light-background);
  }

  .Timeline__ImageWrapper,
  .Timeline__Inner {
    flex: none;
    width: 50%;
  }

  .Timeline__ImageWrapper {
    position: relative;
    height: 100%;
  }
  .Timeline__ImageWrapper::after {
    display: none;
    /* Remove any contrast that may have been added to image */
  }

  .Timeline__Image {
    transform: translateX(-60px) scale(1.1);
  }

  .Timeline__Inner {
    padding: 34px 40px;
    color: var(--text-color);
  }

  .Timeline__Header {
    text-align: left;
  }
}
@media screen and (min-width: 1008px) {
  .Timeline__ListItem {
    height: 515px;
  }

  .Timeline__Inner {
    padding: 54px 60px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Timeline nav
 * ----------------------------------------------------------------------------
 */
.Timeline__Nav {
  position: relative;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: 0.2em;
  color: var(--text-color-light);
  background: var(--light-background);
}

.Timeline__NavWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.Timeline__NavWrapper--center {
  justify-content: center;
}

.Timeline__NavItem {
  position: relative;
  padding: 30px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: inherit;
  vertical-align: text-bottom;
  transition: all 0.25s ease-in-out;
}
.Timeline__NavItem::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20px;
  height: 3px;
  width: calc(100% - 40px - 0.2em);
  opacity: 0;
  background: var(--text-color);
  transform: scale(0, 1);
  transform-origin: left center;
  transition: opacity 0.3s, transform 0.3s;
}

.Timeline__NavItem.is-selected {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  color: var(--text-color);
}
.Timeline__NavItem.is-selected::after {
  opacity: 1;
  transform: scale(1, 1);
}

.Timeline__NavLabel {
  display: block;
  line-height: 0;
}

@media screen and (min-width: 641px) {
  .Timeline {
    box-shadow: none;
  }

  .Timeline__Nav {
    margin-top: 40px;
    background: none;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }

  .Timeline__NavWrapper {
    display: block;
    text-align: center;
  }

  .Timeline__NavItem {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .Timeline__Nav {
    margin-top: 65px;
  }
}
.content-text{
  margin: 0 -15px;
  padding: 25px 15px;
}

/**
 * ----------------------------------------------------------------------------------------------
 * Information Section
 * ----------------------------------------------------------------------------------------------
 */
 .items_containerfirst{
  padding: 0px 60px !important;

}
.items_containerinfo{
  padding-bottom: 50px;

}

.ul_info{
  justify-content: space-evenly;
  display: flex;
  list-style: none;

}
@media screen and (max-width: 640px) {
  .ul_info{
  display: grid;
  grid-template-columns: 50% 50%;
  justify-items: center;
  grid-gap: 50px;
  }
}
.align_li{
  vertical-align: top;
}
.information_img{

max-width: 100%;
margin: 0 auto;
display: block;
}

.information_title{
text-align: center;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 0px;
margin-top: 7px;

}
.information_point{
 margin: -17px;
 font-size: 21px !important;
 text-align: center;
}

.information_p{
  text-align: center;
  margin-top: 1.1em;
  margin-left: 0px;
  line-height: 15px;

}
.information_p li{
  list-style-type: none;
  margin: 0,7em;
  text-align: center;

}


/**
 * ------------------------------------------------------------------------------------------------------------
 * List Images no olvidar item-image en snnipets, es un híbrido, están anclados y son dependientes uno del otro
 * ------------------------------------------------------------------------------------------------------------
 */

.BorderSolid{
  border: 2px solid black;
  border-bottom: 0px;
}

.BorderSolid_text{
  border: 2px solid black;
}

.content-text_image{
    padding: 25px 15px;
}

/**
 * ----------------------------------------------------------------------------------------------
 * Lookbook Images 
 * ----------------------------------------------------------------------------------------------
 */

.text_display{
  text-align: center;
  margin: auto;
}
.grid-lookbook .row {
 width: 98%
}

.display_objects{
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}

.desktop-1 {
  width: 22.91666667%;
 }

.desktop-2 {
  width: 31.25%;
 }

.desktop-3 {
  width: 47.91666667%;
 }

.desktop-4 {
  width: 64.58333333%;
 }

.desktop-5 {
  width: 72.91666667%;
 }

.desktop-6 {
  width: 97.91666667%;
 }

@media screen and (max-width: 640px) {
  .mobile-1{
  width: 97.91666667%;
  float: left;
  margin-right: 3.6%;
  }
  
  .display_mobile{
    display: none;
  }
}

.clear {
  clear: both;
  display: inline-block;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

/**
 * ----------------------------------------------------------------------------------------------
 * Mosaic Images
 * ----------------------------------------------------------------------------------------------
 */

.Text_Categories{
  position: relative;
  padding: 10px 10px;
  z-index: 2;
}

.Img_Categories{
  position: relative;
  z-index: 1;
  background-size: cover;
}

.Background_Display{
  margin: 0px 10px;
}
.Text-align--Left{
  text-align: left;
}

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

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

/**
 * ----------------------------------------------------------------------------------------------
 * Product Grid 2
 * ----------------------------------------------------------------------------------------------
 */
@media screen and (min-width: 1008px) {
.Product__SlideItem_2 {
    width: 50%;
    display: inline-block !important;
}
}

/**
 * ----------------------------------------------------------------------------------------------
 * Product Grid 2
 * ----------------------------------------------------------------------------------------------
 */
@media screen and (min-width: 1140px) {
.Text__Intern--right{
  right: 20% !important;
}

.Text__Intern--center{

}

.Text__Intern--left{
  left: 40% !important;
}
}

/**
 * ----------------------------------------------------------------------------------------------
 * Announcement Dinamic
 * ----------------------------------------------------------------------------------------------
 */

 .Announment_Animate {
  height: 15px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.Announment_Animate div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  animation: Announment_Animate 50s linear 1s infinite normal none running;
}

.Announment_Animate span {
  float: left;
  width: 100%;
}

@keyframes Announment_Animate {
  0% { left: 0; }
  100% { left: -100%; }
}

/**
 * ----------------------------------------------------------------------------------------------
 * Bottom Menu
 * ----------------------------------------------------------------------------------------------
 */

@media screen and (min-width: 1140px) {
  .bottom-menu {
    position: fixed;
      bottom: 0;
      z-index: 10;
      color: black;
      width: 100%; 
  }
}

.bottom-menu .bottom-ul {
  margin: 0;
    padding: 24px 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.bottom-menu .bottom-ul .bottom-li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  list-style: none;
}

.bottom-menu .bottom-ul .bottom-li li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  list-style: none;
}

.bottom-nav{
      margin: 0 15%;
  background-color: white;
}

.hiddenDiv{
  display: none;
}

.show-div{
   display: block; 
}
.collection-div{
display: block;
     opacity: 0; 
     visibility: hidden; 
    position: absolute;
    z-index: 10;
    bottom: 100%;
    left: 50%;
    width: calc(70% + 1px);
    max-height: calc(100vh - 75px);
    -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    text-align: center;
    transition: .3s linear opacity,.3s linear visibility,.2s ease-in top;
    background: #dd7373;
    border: 1px solid #d8d2cc;
    padding: 40px 60px 60px;
    overflow-y: auto;
}

@media screen and (min-width: 1140px) {
  .bottom-menu {
    margin-bottom: 0px !important;
    bottom: 0;
    height: 90px;
  }

  .bottom-menu,
  .bottom-menu_dropdown {
    position: fixed;
    left: 0;
    background-color: white;
    width: 90%;
    margin: 0 5%;
  }

  .bottom-menu .Header__MainNav {
    margin: 0 auto;
    position: initial;
    padding-bottom: 0;
  }
}

  .bottom-menu_dropdown {
    bottom: 90px;
    border-bottom: 1px solid #d8d2cc;
    height: 500px;
  }

/* END BOTTOM MENU*/

@charset "UTF-8";
/*============================================================================
  Debut | Built with Shopify Slate

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ SASS HELPERS ================*/
/*============================================================================
  Convert pixels to ems
  eg. for a relational value of 12px write em(12) when the parent is 16px
  if the parent is another value say 24px write em(12, 24)
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Strips the unit from a number.
  @param {Number (With Unit)} $value
  @example scss - Usage
    $dimension: strip-units(10em);
  @example css - CSS Output
    $dimension: 10;
  @return {Number (Unitless)}
  based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*============================================================================
  Return a color based on the brightness of an existing color.
  Need to pass in brightness because it is calculated with Liquid.
  @param {Number} $brightness
  @param {String} $color
  @example scss - Usage
    $focusColor: adaptiveColor(#000, 0);
  @example css - CSS Output
    $focusColor: #404040;
  @return {String}

  @adaptiveColor used for changing text
  @adaptiveBackgroundColor used for background colors where the change doesn't
  need to be as strong
==============================================================================*/
/*================ #Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss

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

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VARIABLES ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
    - Breakpoint pixel values are used in the window.theme.breakpoints object
    - These values are hard-copied within `search.js` and must be kept in sync!
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*================ Color Variables ================*/
/*================ Sizing Variables ================*/
/*================ Footer Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ Drawers ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
/*================ Typography ================
@font-face {
  font-family: "Brandon-Regular";
  src: url("Brandon_reg.woff2") format("woff2"), url("Brandon_reg.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Brandon-Bold";
  src: url("Brandon_bld.woff2") format("woff2"), url("Brandon_bld.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
*/
/*================ Gift Cards ================*/
/*================ Z-index ================*/
/*================ Product video ================*/
/*================ VENDOR ================*/

/*================ GLOBAL ================*/
/*============================================================================
  #Normalize
  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body,
input,
textarea,
button,
select,
.disclosure__toggle {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body:focus, body:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active,
select:focus,
.disclosure__toggle:focus,
select:active,
.disclosure__toggle:active {
  outline: none;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  border: 0;
}

button,
input,
optgroup,
select,
.disclosure__toggle,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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

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

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

input[type=search], input[type=number], input[type=email], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}
.grid::after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 749px) {
  .grid {
    margin-left: -22px;
  }
}

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .grid__item {
    padding-left: 22px;
  }
}
.grid__item[class*="--push"] {
  position: relative;
}

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

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

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

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

.two-thirds {
  width: 66.6666666667%;
}

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

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

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

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

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

.two-sixths {
  width: 33.3333333333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.6666666667%;
}

.five-sixths {
  width: 83.3333333333%;
}

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

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

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

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

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

.two-twelfths {
  width: 16.6666666667%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.3333333333%;
}

.five-twelfths {
  width: 41.6666666667%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.3333333333%;
}

.eight-twelfths {
  width: 66.6666666667%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.3333333333%;
}

.eleven-twelfths {
  width: 91.6666666667%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /* Whole */
  .small--one-whole {
    width: 100%;
  }
  /* Halves */
  .small--one-half {
    width: 50%;
  }
  /* Thirds */
  .small--one-third {
    width: 33.3333333333%;
  }
  .small--two-thirds {
    width: 66.6666666667%;
  }
  /* Quarters */
  .small--one-quarter {
    width: 25%;
  }
  .small--two-quarters {
    width: 50%;
  }
  .small--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .small--one-fifth {
    width: 20%;
  }
  .small--two-fifths {
    width: 40%;
  }
  .small--three-fifths {
    width: 60%;
  }
  .small--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .small--one-sixth {
    width: 16.6666666667%;
  }
  .small--two-sixths {
    width: 33.3333333333%;
  }
  .small--three-sixths {
    width: 50%;
  }
  .small--four-sixths {
    width: 66.6666666667%;
  }
  .small--five-sixths {
    width: 83.3333333333%;
  }
  /* Eighths */
  .small--one-eighth {
    width: 12.5%;
  }
  .small--two-eighths {
    width: 25%;
  }
  .small--three-eighths {
    width: 37.5%;
  }
  .small--four-eighths {
    width: 50%;
  }
  .small--five-eighths {
    width: 62.5%;
  }
  .small--six-eighths {
    width: 75%;
  }
  .small--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .small--one-tenth {
    width: 10%;
  }
  .small--two-tenths {
    width: 20%;
  }
  .small--three-tenths {
    width: 30%;
  }
  .small--four-tenths {
    width: 40%;
  }
  .small--five-tenths {
    width: 50%;
  }
  .small--six-tenths {
    width: 60%;
  }
  .small--seven-tenths {
    width: 70%;
  }
  .small--eight-tenths {
    width: 80%;
  }
  .small--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .small--one-twelfth {
    width: 8.3333333333%;
  }
  .small--two-twelfths {
    width: 16.6666666667%;
  }
  .small--three-twelfths {
    width: 25%;
  }
  .small--four-twelfths {
    width: 33.3333333333%;
  }
  .small--five-twelfths {
    width: 41.6666666667%;
  }
  .small--six-twelfths {
    width: 50%;
  }
  .small--seven-twelfths {
    width: 58.3333333333%;
  }
  .small--eight-twelfths {
    width: 66.6666666667%;
  }
  .small--nine-twelfths {
    width: 75%;
  }
  .small--ten-twelfths {
    width: 83.3333333333%;
  }
  .small--eleven-twelfths {
    width: 91.6666666667%;
  }
  .grid--uniform .small--one-half:nth-child(2n+1),
.grid--uniform .small--one-third:nth-child(3n+1),
.grid--uniform .small--one-quarter:nth-child(4n+1),
.grid--uniform .small--one-fifth:nth-child(5n+1),
.grid--uniform .small--one-sixth:nth-child(6n+1),
.grid--uniform .small--two-sixths:nth-child(3n+1),
.grid--uniform .small--three-sixths:nth-child(2n+1),
.grid--uniform .small--one-eighth:nth-child(8n+1),
.grid--uniform .small--two-eighths:nth-child(4n+1),
.grid--uniform .small--four-eighths:nth-child(2n+1),
.grid--uniform .small--five-tenths:nth-child(2n+1),
.grid--uniform .small--one-twelfth:nth-child(12n+1),
.grid--uniform .small--two-twelfths:nth-child(6n+1),
.grid--uniform .small--three-twelfths:nth-child(4n+1),
.grid--uniform .small--four-twelfths:nth-child(3n+1),
.grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
  .small--show {
    display: block !important;
  }
  .small--hide {
    display: none !important;
  }
  .small--text-left {
    text-align: left !important;
  }
  .small--text-right {
    text-align: right !important;
  }
  .small--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 989px) {
  /* Whole */
  .medium-down--one-whole {
    width: 100%;
  }
  /* Halves */
  .medium-down--one-half {
    width: 50%;
  }
  /* Thirds */
  .medium-down--one-third {
    width: 33.3333333333%;
  }
  .medium-down--two-thirds {
    width: 66.6666666667%;
  }
  /* Quarters */
  .medium-down--one-quarter {
    width: 25%;
  }
  .medium-down--two-quarters {
    width: 50%;
  }
  .medium-down--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .medium-down--one-fifth {
    width: 20%;
  }
  .medium-down--two-fifths {
    width: 40%;
  }
  .medium-down--three-fifths {
    width: 60%;
  }
  .medium-down--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .medium-down--one-sixth {
    width: 16.6666666667%;
  }
  .medium-down--two-sixths {
    width: 33.3333333333%;
  }
  .medium-down--three-sixths {
    width: 50%;
  }
  .medium-down--four-sixths {
    width: 66.6666666667%;
  }
  .medium-down--five-sixths {
    width: 83.3333333333%;
  }
  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%;
  }
  .medium-down--two-eighths {
    width: 25%;
  }
  .medium-down--three-eighths {
    width: 37.5%;
  }
  .medium-down--four-eighths {
    width: 50%;
  }
  .medium-down--five-eighths {
    width: 62.5%;
  }
  .medium-down--six-eighths {
    width: 75%;
  }
  .medium-down--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .medium-down--one-tenth {
    width: 10%;
  }
  .medium-down--two-tenths {
    width: 20%;
  }
  .medium-down--three-tenths {
    width: 30%;
  }
  .medium-down--four-tenths {
    width: 40%;
  }
  .medium-down--five-tenths {
    width: 50%;
  }
  .medium-down--six-tenths {
    width: 60%;
  }
  .medium-down--seven-tenths {
    width: 70%;
  }
  .medium-down--eight-tenths {
    width: 80%;
  }
  .medium-down--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.3333333333%;
  }
  .medium-down--two-twelfths {
    width: 16.6666666667%;
  }
  .medium-down--three-twelfths {
    width: 25%;
  }
  .medium-down--four-twelfths {
    width: 33.3333333333%;
  }
  .medium-down--five-twelfths {
    width: 41.6666666667%;
  }
  .medium-down--six-twelfths {
    width: 50%;
  }
  .medium-down--seven-twelfths {
    width: 58.3333333333%;
  }
  .medium-down--eight-twelfths {
    width: 66.6666666667%;
  }
  .medium-down--nine-twelfths {
    width: 75%;
  }
  .medium-down--ten-twelfths {
    width: 83.3333333333%;
  }
  .medium-down--eleven-twelfths {
    width: 91.6666666667%;
  }
  .grid--uniform .medium-down--one-half:nth-child(2n+1),
.grid--uniform .medium-down--one-third:nth-child(3n+1),
.grid--uniform .medium-down--one-quarter:nth-child(4n+1),
.grid--uniform .medium-down--one-fifth:nth-child(5n+1),
.grid--uniform .medium-down--one-sixth:nth-child(6n+1),
.grid--uniform .medium-down--two-sixths:nth-child(3n+1),
.grid--uniform .medium-down--three-sixths:nth-child(2n+1),
.grid--uniform .medium-down--one-eighth:nth-child(8n+1),
.grid--uniform .medium-down--two-eighths:nth-child(4n+1),
.grid--uniform .medium-down--four-eighths:nth-child(2n+1),
.grid--uniform .medium-down--five-tenths:nth-child(2n+1),
.grid--uniform .medium-down--one-twelfth:nth-child(12n+1),
.grid--uniform .medium-down--two-twelfths:nth-child(6n+1),
.grid--uniform .medium-down--three-twelfths:nth-child(4n+1),
.grid--uniform .medium-down--four-twelfths:nth-child(3n+1),
.grid--uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
  .medium-down--show {
    display: block !important;
  }
  .medium-down--hide {
    display: none !important;
  }
  .medium-down--text-left {
    text-align: left !important;
  }
  .medium-down--text-right {
    text-align: right !important;
  }
  .medium-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  /* Whole */
  .medium--one-whole {
    width: 100%;
  }
  /* Halves */
  .medium--one-half {
    width: 50%;
  }
  /* Thirds */
  .medium--one-third {
    width: 33.3333333333%;
  }
  .medium--two-thirds {
    width: 66.6666666667%;
  }
  /* Quarters */
  .medium--one-quarter {
    width: 25%;
  }
  .medium--two-quarters {
    width: 50%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .medium--one-fifth {
    width: 20%;
  }
  .medium--two-fifths {
    width: 40%;
  }
  .medium--three-fifths {
    width: 60%;
  }
  .medium--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .medium--one-sixth {
    width: 16.6666666667%;
  }
  .medium--two-sixths {
    width: 33.3333333333%;
  }
  .medium--three-sixths {
    width: 50%;
  }
  .medium--four-sixths {
    width: 66.6666666667%;
  }
  .medium--five-sixths {
    width: 83.3333333333%;
  }
  /* Eighths */
  .medium--one-eighth {
    width: 12.5%;
  }
  .medium--two-eighths {
    width: 25%;
  }
  .medium--three-eighths {
    width: 37.5%;
  }
  .medium--four-eighths {
    width: 50%;
  }
  .medium--five-eighths {
    width: 62.5%;
  }
  .medium--six-eighths {
    width: 75%;
  }
  .medium--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .medium--one-tenth {
    width: 10%;
  }
  .medium--two-tenths {
    width: 20%;
  }
  .medium--three-tenths {
    width: 30%;
  }
  .medium--four-tenths {
    width: 40%;
  }
  .medium--five-tenths {
    width: 50%;
  }
  .medium--six-tenths {
    width: 60%;
  }
  .medium--seven-tenths {
    width: 70%;
  }
  .medium--eight-tenths {
    width: 80%;
  }
  .medium--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .medium--one-twelfth {
    width: 8.3333333333%;
  }
  .medium--two-twelfths {
    width: 16.6666666667%;
  }
  .medium--three-twelfths {
    width: 25%;
  }
  .medium--four-twelfths {
    width: 33.3333333333%;
  }
  .medium--five-twelfths {
    width: 41.6666666667%;
  }
  .medium--six-twelfths {
    width: 50%;
  }
  .medium--seven-twelfths {
    width: 58.3333333333%;
  }
  .medium--eight-twelfths {
    width: 66.6666666667%;
  }
  .medium--nine-twelfths {
    width: 75%;
  }
  .medium--ten-twelfths {
    width: 83.3333333333%;
  }
  .medium--eleven-twelfths {
    width: 91.6666666667%;
  }
  .grid--uniform .medium--one-half:nth-child(2n+1),
.grid--uniform .medium--one-third:nth-child(3n+1),
.grid--uniform .medium--one-quarter:nth-child(4n+1),
.grid--uniform .medium--one-fifth:nth-child(5n+1),
.grid--uniform .medium--one-sixth:nth-child(6n+1),
.grid--uniform .medium--two-sixths:nth-child(3n+1),
.grid--uniform .medium--three-sixths:nth-child(2n+1),
.grid--uniform .medium--one-eighth:nth-child(8n+1),
.grid--uniform .medium--two-eighths:nth-child(4n+1),
.grid--uniform .medium--four-eighths:nth-child(2n+1),
.grid--uniform .medium--five-tenths:nth-child(2n+1),
.grid--uniform .medium--one-twelfth:nth-child(12n+1),
.grid--uniform .medium--two-twelfths:nth-child(6n+1),
.grid--uniform .medium--three-twelfths:nth-child(4n+1),
.grid--uniform .medium--four-twelfths:nth-child(3n+1),
.grid--uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
  .medium--show {
    display: block !important;
  }
  .medium--hide {
    display: none !important;
  }
  .medium--text-left {
    text-align: left !important;
  }
  .medium--text-right {
    text-align: right !important;
  }
  .medium--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 750px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%;
  }
  /* Halves */
  .medium-up--one-half {
    width: 50%;
  }
  /* Thirds */
  .medium-up--one-third {
    width: 33.3333333333%;
  }
  .medium-up--two-thirds {
    width: 66.6666666667%;
  }
  /* Quarters */
  .medium-up--one-quarter {
    width: 25%;
  }
  .medium-up--two-quarters {
    width: 50%;
  }
  .medium-up--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .medium-up--one-fifth {
    width: 20%;
  }
  .medium-up--two-fifths {
    width: 40%;
  }
  .medium-up--three-fifths {
    width: 60%;
  }
  .medium-up--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .medium-up--one-sixth {
    width: 16.6666666667%;
  }
  .medium-up--two-sixths {
    width: 33.3333333333%;
  }
  .medium-up--three-sixths {
    width: 50%;
  }
  .medium-up--four-sixths {
    width: 66.6666666667%;
  }
  .medium-up--five-sixths {
    width: 83.3333333333%;
  }
  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%;
  }
  .medium-up--two-eighths {
    width: 25%;
  }
  .medium-up--three-eighths {
    width: 37.5%;
  }
  .medium-up--four-eighths {
    width: 50%;
  }
  .medium-up--five-eighths {
    width: 62.5%;
  }
  .medium-up--six-eighths {
    width: 75%;
  }
  .medium-up--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .medium-up--one-tenth {
    width: 10%;
  }
  .medium-up--two-tenths {
    width: 20%;
  }
  .medium-up--three-tenths {
    width: 30%;
  }
  .medium-up--four-tenths {
    width: 40%;
  }
  .medium-up--five-tenths {
    width: 50%;
  }
  .medium-up--six-tenths {
    width: 60%;
  }
  .medium-up--seven-tenths {
    width: 70%;
  }
  .medium-up--eight-tenths {
    width: 80%;
  }
  .medium-up--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.3333333333%;
  }
  .medium-up--two-twelfths {
    width: 16.6666666667%;
  }
  .medium-up--three-twelfths {
    width: 25%;
  }
  .medium-up--four-twelfths {
    width: 33.3333333333%;
  }
  .medium-up--five-twelfths {
    width: 41.6666666667%;
  }
  .medium-up--six-twelfths {
    width: 50%;
  }
  .medium-up--seven-twelfths {
    width: 58.3333333333%;
  }
  .medium-up--eight-twelfths {
    width: 66.6666666667%;
  }
  .medium-up--nine-twelfths {
    width: 75%;
  }
  .medium-up--ten-twelfths {
    width: 83.3333333333%;
  }
  .medium-up--eleven-twelfths {
    width: 91.6666666667%;
  }
  .grid--uniform .medium-up--one-half:nth-child(2n+1),
.grid--uniform .medium-up--one-third:nth-child(3n+1),
.grid--uniform .medium-up--one-quarter:nth-child(4n+1),
.grid--uniform .medium-up--one-fifth:nth-child(5n+1),
.grid--uniform .medium-up--one-sixth:nth-child(6n+1),
.grid--uniform .medium-up--two-sixths:nth-child(3n+1),
.grid--uniform .medium-up--three-sixths:nth-child(2n+1),
.grid--uniform .medium-up--one-eighth:nth-child(8n+1),
.grid--uniform .medium-up--two-eighths:nth-child(4n+1),
.grid--uniform .medium-up--four-eighths:nth-child(2n+1),
.grid--uniform .medium-up--five-tenths:nth-child(2n+1),
.grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
.grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
.grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
.grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
.grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
  .medium-up--show {
    display: block !important;
  }
  .medium-up--hide {
    display: none !important;
  }
  .medium-up--text-left {
    text-align: left !important;
  }
  .medium-up--text-right {
    text-align: right !important;
  }
  .medium-up--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 990px) {
  /* Whole */
  .large-up--one-whole {
    width: 100%;
  }
  /* Halves */
  .large-up--one-half {
    width: 50%;
  }
  /* Thirds */
  .large-up--one-third {
    width: 33.3333333333%;
  }
  .large-up--two-thirds {
    width: 66.6666666667%;
  }
  /* Quarters */
  .large-up--one-quarter {
    width: 25%;
  }
  .large-up--two-quarters {
    width: 50%;
  }
  .large-up--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .large-up--one-fifth {
    width: 20%;
  }
  .large-up--two-fifths {
    width: 40%;
  }
  .large-up--three-fifths {
    width: 60%;
  }
  .large-up--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .large-up--one-sixth {
    width: 16.6666666667%;
  }
  .large-up--two-sixths {
    width: 33.3333333333%;
  }
  .large-up--three-sixths {
    width: 50%;
  }
  .large-up--four-sixths {
    width: 66.6666666667%;
  }
  .large-up--five-sixths {
    width: 83.3333333333%;
  }
  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%;
  }
  .large-up--two-eighths {
    width: 25%;
  }
  .large-up--three-eighths {
    width: 37.5%;
  }
  .large-up--four-eighths {
    width: 50%;
  }
  .large-up--five-eighths {
    width: 62.5%;
  }
  .large-up--six-eighths {
    width: 75%;
  }
  .large-up--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .large-up--one-tenth {
    width: 10%;
  }
  .large-up--two-tenths {
    width: 20%;
  }
  .large-up--three-tenths {
    width: 30%;
  }
  .large-up--four-tenths {
    width: 40%;
  }
  .large-up--five-tenths {
    width: 50%;
  }
  .large-up--six-tenths {
    width: 60%;
  }
  .large-up--seven-tenths {
    width: 70%;
  }
  .large-up--eight-tenths {
    width: 80%;
  }
  .large-up--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.3333333333%;
  }
  .large-up--two-twelfths {
    width: 16.6666666667%;
  }
  .large-up--three-twelfths {
    width: 25%;
  }
  .large-up--four-twelfths {
    width: 33.3333333333%;
  }
  .large-up--five-twelfths {
    width: 41.6666666667%;
  }
  .large-up--six-twelfths {
    width: 50%;
  }
  .large-up--seven-twelfths {
    width: 58.3333333333%;
  }
  .large-up--eight-twelfths {
    width: 66.6666666667%;
  }
  .large-up--nine-twelfths {
    width: 75%;
  }
  .large-up--ten-twelfths {
    width: 83.3333333333%;
  }
  .large-up--eleven-twelfths {
    width: 91.6666666667%;
  }
  .grid--uniform .large-up--one-half:nth-child(2n+1),
.grid--uniform .large-up--one-third:nth-child(3n+1),
.grid--uniform .large-up--one-quarter:nth-child(4n+1),
.grid--uniform .large-up--one-fifth:nth-child(5n+1),
.grid--uniform .large-up--one-sixth:nth-child(6n+1),
.grid--uniform .large-up--two-sixths:nth-child(3n+1),
.grid--uniform .large-up--three-sixths:nth-child(2n+1),
.grid--uniform .large-up--one-eighth:nth-child(8n+1),
.grid--uniform .large-up--two-eighths:nth-child(4n+1),
.grid--uniform .large-up--four-eighths:nth-child(2n+1),
.grid--uniform .large-up--five-tenths:nth-child(2n+1),
.grid--uniform .large-up--one-twelfth:nth-child(12n+1),
.grid--uniform .large-up--two-twelfths:nth-child(6n+1),
.grid--uniform .large-up--three-twelfths:nth-child(4n+1),
.grid--uniform .large-up--four-twelfths:nth-child(3n+1),
.grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
  .large-up--show {
    display: block !important;
  }
  .large-up--hide {
    display: none !important;
  }
  .large-up--text-left {
    text-align: left !important;
  }
  .large-up--text-right {
    text-align: right !important;
  }
  .large-up--text-center {
    text-align: center !important;
  }
}
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  /* Halves */
  .small--push-one-half {
    left: 50%;
  }
  /* Thirds */
  .small--push-one-third {
    left: 33.3333333333%;
  }
  .small--push-two-thirds {
    left: 66.6666666667%;
  }
  /* Quarters */
  .small--push-one-quarter {
    left: 25%;
  }
  .small--push-two-quarters {
    left: 50%;
  }
  .small--push-three-quarters {
    left: 75%;
  }
  /* Fifths */
  .small--push-one-fifth {
    left: 20%;
  }
  .small--push-two-fifths {
    left: 40%;
  }
  .small--push-three-fifths {
    left: 60%;
  }
  .small--push-four-fifths {
    left: 80%;
  }
  /* Sixths */
  .small--push-one-sixth {
    left: 16.6666666667%;
  }
  .small--push-two-sixths {
    left: 33.3333333333%;
  }
  .small--push-three-sixths {
    left: 50%;
  }
  .small--push-four-sixths {
    left: 66.6666666667%;
  }
  .small--push-five-sixths {
    left: 83.3333333333%;
  }
  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%;
  }
  .small--push-two-eighths {
    left: 25%;
  }
  .small--push-three-eighths {
    left: 37.5%;
  }
  .small--push-four-eighths {
    left: 50%;
  }
  .small--push-five-eighths {
    left: 62.5%;
  }
  .small--push-six-eighths {
    left: 75%;
  }
  .small--push-seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .small--push-one-tenth {
    left: 10%;
  }
  .small--push-two-tenths {
    left: 20%;
  }
  .small--push-three-tenths {
    left: 30%;
  }
  .small--push-four-tenths {
    left: 40%;
  }
  .small--push-five-tenths {
    left: 50%;
  }
  .small--push-six-tenths {
    left: 60%;
  }
  .small--push-seven-tenths {
    left: 70%;
  }
  .small--push-eight-tenths {
    left: 80%;
  }
  .small--push-nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.3333333333%;
  }
  .small--push-two-twelfths {
    left: 16.6666666667%;
  }
  .small--push-three-twelfths {
    left: 25%;
  }
  .small--push-four-twelfths {
    left: 33.3333333333%;
  }
  .small--push-five-twelfths {
    left: 41.6666666667%;
  }
  .small--push-six-twelfths {
    left: 50%;
  }
  .small--push-seven-twelfths {
    left: 58.3333333333%;
  }
  .small--push-eight-twelfths {
    left: 66.6666666667%;
  }
  .small--push-nine-twelfths {
    left: 75%;
  }
  .small--push-ten-twelfths {
    left: 83.3333333333%;
  }
  .small--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 750px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%;
  }
  /* Thirds */
  .medium-up--push-one-third {
    left: 33.3333333333%;
  }
  .medium-up--push-two-thirds {
    left: 66.6666666667%;
  }
  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%;
  }
  .medium-up--push-two-quarters {
    left: 50%;
  }
  .medium-up--push-three-quarters {
    left: 75%;
  }
  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%;
  }
  .medium-up--push-two-fifths {
    left: 40%;
  }
  .medium-up--push-three-fifths {
    left: 60%;
  }
  .medium-up--push-four-fifths {
    left: 80%;
  }
  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.6666666667%;
  }
  .medium-up--push-two-sixths {
    left: 33.3333333333%;
  }
  .medium-up--push-three-sixths {
    left: 50%;
  }
  .medium-up--push-four-sixths {
    left: 66.6666666667%;
  }
  .medium-up--push-five-sixths {
    left: 83.3333333333%;
  }
  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%;
  }
  .medium-up--push-two-eighths {
    left: 25%;
  }
  .medium-up--push-three-eighths {
    left: 37.5%;
  }
  .medium-up--push-four-eighths {
    left: 50%;
  }
  .medium-up--push-five-eighths {
    left: 62.5%;
  }
  .medium-up--push-six-eighths {
    left: 75%;
  }
  .medium-up--push-seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%;
  }
  .medium-up--push-two-tenths {
    left: 20%;
  }
  .medium-up--push-three-tenths {
    left: 30%;
  }
  .medium-up--push-four-tenths {
    left: 40%;
  }
  .medium-up--push-five-tenths {
    left: 50%;
  }
  .medium-up--push-six-tenths {
    left: 60%;
  }
  .medium-up--push-seven-tenths {
    left: 70%;
  }
  .medium-up--push-eight-tenths {
    left: 80%;
  }
  .medium-up--push-nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.3333333333%;
  }
  .medium-up--push-two-twelfths {
    left: 16.6666666667%;
  }
  .medium-up--push-three-twelfths {
    left: 25%;
  }
  .medium-up--push-four-twelfths {
    left: 33.3333333333%;
  }
  .medium-up--push-five-twelfths {
    left: 41.6666666667%;
  }
  .medium-up--push-six-twelfths {
    left: 50%;
  }
  .medium-up--push-seven-twelfths {
    left: 58.3333333333%;
  }
  .medium-up--push-eight-twelfths {
    left: 66.6666666667%;
  }
  .medium-up--push-nine-twelfths {
    left: 75%;
  }
  .medium-up--push-ten-twelfths {
    left: 83.3333333333%;
  }
  .medium-up--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

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

.visibility-hidden {
  visibility: hidden;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.visually-hidden--static {
  position: static !important;
}

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

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

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

.hide {
  display: none !important;
}

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #3d4246;
  background-color: #f4f3f1;
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none;
}

/*=============== Lazy loading ===================*/
.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain;
}

.ratio-container {
  position: relative;
}

.ratio-container:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 50%;
  content: "";
}

.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*================ #Basic Styles ================*/
body,
html {
  background-color: #fffff;
}

.page-width, #shopify-section-boho-navigation {
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.page-width::after, #shopify-section-boho-navigation::after {
  content: "";
  display: table;
  clear: both;
}

.main-content {
  display: block;
  padding-top: 35px;
}
@media only screen and (min-width: 750px) {
  .main-content {
    padding-top: 70px;
  }
}

.section-header {
  margin-bottom: 35px;
}
@media only screen and (min-width: 750px) {
  .section-header {
    margin-bottom: 70px;
  }
}
.section-header h1, .section-header .h1 {
  font-family: "Brandon-Regular", sans-serif;
}

/*================ Typography ================*/
blockquote {
  font-size: 0.9em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0;
}
.rte blockquote {
  border-color: #d8d2cc;
  border-width: 1px 0;
  border-style: solid;
  padding: 30px 0;
  margin-bottom: 20px;
}
blockquote p + cite {
  margin-top: 20px;
}
blockquote cite {
  display: block;
  font-size: 0.85em;
  font-weight: 400;
}
blockquote cite::before {
  content: "— ";
}

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

pre {
  overflow: auto;
}

body,
input,
textarea,
button,
select,
.disclosure__toggle {
  font-size: 20px;
  font-family: "Brandon-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #3d4246;
  line-height: 1.5;
}

@media only screen and (max-width: 989px) {
  input,
textarea,
select,
.disclosure__toggle,
button {
    font-size: 14px;
  }
}
/*================ Headings ================*/
h1, .h1,
h2,
.multi-sliders .single-product .title,
.h2,
.products-slider .product-info .title-split .title,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 17.5px;
  font-family: "Brandon-Bold", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
h1 a, .h1 a,
h2 a,
.multi-sliders .single-product .title a,
.h2 a,
.products-slider .product-info .title-split .title a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

h1, .h1 {
  font-size: 120px;
  line-height: 0.85;
  text-transform: none;
  font-family: "Brandon-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (min-width: 1400px) {
  h1, .h1 {
    font-size: 140px;
  }
}
@media only screen and (max-width: 749px) {
  h1, .h1 {
    font-size: 44px;
  }
}

h2, .multi-sliders .single-product .title, .h2, .products-slider .product-info .title-split .title {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 46px;
}
@media only screen and (min-width: 1400px) {
  h2, .multi-sliders .single-product .title, .h2, .products-slider .product-info .title-split .title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 749px) {
  h2, .multi-sliders .single-product .title, .h2, .products-slider .product-info .title-split .title {
    font-size: 40px;
    line-height: 44px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 32px;
  text-transform: none;
}
@media only screen and (min-width: 1400px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 749px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

h4, .h4 {
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
}
@media only screen and (min-width: 1400px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 749px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 25px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
}
@media only screen and (max-width: 749px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 25px;
  }
}

h6, .h6 {
  font-size: 20px;
  text-transform: none;
}

/*================ RTE headings ================*/
.rte {
  color: #7b7063;
  margin-bottom: 35px;
}
.rte:last-child {
  margin-bottom: 0;
}
.rte h1, .rte .h1,
.rte h2,
.rte .multi-sliders .single-product .title,
.multi-sliders .single-product .rte .title,
.rte .h2,
.rte .products-slider .product-info .title-split .title,
.products-slider .product-info .title-split .rte .title,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.rte h1:first-child, .rte .h1:first-child,
.rte h2:first-child,
.rte .multi-sliders .single-product .title:first-child,
.multi-sliders .single-product .rte .title:first-child,
.rte .h2:first-child,
.rte .products-slider .product-info .title-split .title:first-child,
.products-slider .product-info .title-split .rte .title:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
  margin-top: 0;
}
.rte li {
  margin-bottom: 4px;
  list-style: inherit;
}
.rte li:last-child {
  margin-bottom: 0;
}

.rte-setting {
  margin-bottom: 19.4444444444px;
}
.rte-setting:last-child {
  margin-bottom: 0;
}

/*================ Paragraph styles ================*/
p {
  color: #7b7063;
  margin: 0 0 19.4444444444px;
}
@media only screen and (max-width: 749px) {
  p {
    font-size: 0.95em;
  }
}
p:last-child {
  margin-bottom: 0;
}

/*================ Lists ================*/
li {
  list-style: none;
}

/*================ Misc styles ================*/
.fine-print {
  font-size: 0.7em;
  font-style: italic;
}

.txt--minor {
  font-size: 80%;
}

.txt--emphasis {
  font-style: italic;
}

.address {
  margin-bottom: 40px;
}

/*================ Hero and slideshow headers ================*/
.mega-title {
  font-family: "Brandon-Regular", sans-serif;
}

.mega-subtitle {
  font-family: "Brandon-Bold", serif;
}
@media only screen and (min-width: 750px) {
  .mega-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .text-center .mega-subtitle {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.mega-subtitle p {
  color: #fff;
}
.mega-subtitle a {
  color: #fff;
  border-bottom: 1px solid currentColor;
}
.mega-subtitle a:hover, .mega-subtitle a:focus {
  color: #e6e6e6;
}

/*============================================================================
  Animation Classes and Keyframes
==============================================================================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important;
}

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

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

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0;
}

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
@media only screen and (max-width: 749px) {
  .payment-icons {
    line-height: 40px;
  }
}
.payment-icons .icon {
  width: 38px;
  height: 24px;
  fill: inherit;
}

/*================ Social Icons ================*/
.social-icons .icon {
  width: 23px;
  height: 23px;
}
@media only screen and (min-width: 750px) {
  .social-icons .icon {
    width: 25px;
    height: 25px;
  }
}
.social-icons .icon.icon--wide {
  width: 40px;
}

/*================ Spinner Icon ================*/
.icon-spinner {
  -moz-animation: spin 500ms infinite linear;
  -o-animation: spin 500ms infinite linear;
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
}

/*================ Error Icons ================*/
.icon-error {
  fill: #d20000;
  width: 0.9em;
  height: 0.9em;
  margin-top: 0.1em;
  flex-shrink: 0;
}

/*================ #Lists ================*/
ul,
ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

.list--inline {
  padding: 0;
  margin: 0;
}
.list--inline > li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

/*================ #Rich Text Editor ================*/
.rte img {
  height: auto;
}
.rte table {
  table-layout: fixed;
}
.rte ul,
.rte ol {
  margin: 0 0 17.5px 35px;
}
.rte ul.list--inline,
.rte ol.list--inline {
  margin-left: 0;
}
.rte ul {
  list-style: disc outside;
}
.rte ul ul {
  list-style: circle outside;
}
.rte ul ul ul {
  list-style: square outside;
}
.rte a:not(.btn) {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

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

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

/*================ #Links and Buttons ================*/
a {
  color: #3d4246;
  text-decoration: none;
}
a:not([disabled]):hover, a:focus {
  color: #25282b;
}
a.classic-link {
  text-decoration: underline;
}
a:active, a:focus {
  outline: none;
}

a[href^=tel] {
  color: inherit;
}

/*================ Buttons ================*/
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  padding: 8px 15px;
  background-color: #c67c5a;
  color: #fff;
  font-family: "Brandon-Bold", serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  font-size: 14px;
  transform: 200ms ease-in all;
}
@media only screen and (min-width: 750px) {
  .btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: 10px 18px;
  }
}
.btn:not([disabled]):hover, .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover, .btn:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
  color: #fff;
  background-color: #b0613d;
}
.btn .icon-arrow-right, .shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-right,
.btn .icon-arrow-left,
.shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-left {
  height: 9px;
}
.btn[disabled], .shopify-payment-button [disabled].shopify-payment-button__button--unbranded, .btn[aria-disabled], .shopify-payment-button [aria-disabled].shopify-payment-button__button--unbranded {
  cursor: default;
  background-color: #D1CEC8;
}

.btn--secondary {
  background-color: transparent;
  color: #c67c5a;
  border-color: #c67c5a;
}
.btn--secondary:not([disabled]):hover, .btn--secondary:focus {
  background-color: transparent;
  color: #b0613d;
  border-color: #b0613d;
}

.btn--secondary-accent {
  background-color: #f4f3f1;
  color: #c67c5a;
  border-color: #c67c5a;
}
.btn--secondary-accent:not([disabled]):hover, .btn--secondary-accent:focus {
  background-color: #f4f3f1;
  color: #b0613d;
  border-color: #b0613d;
}

.btn--small {
  padding: 8px 10px;
  font-size: 0.6em;
  line-height: 1;
}

.btn--tertiary {
  background-color: transparent;
  color: #3d4246;
  border-color: #3d4246;
}
.btn--tertiary:not([disabled]):hover, .btn--tertiary:focus {
  background-color: transparent;
  color: #25282b;
  border-color: #25282b;
}

/*================ Button variations ================*/
@media only screen and (max-width: 749px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #3d4246;
  text-align: left;
}
.btn--link:not([disabled]):hover, .btn--link:focus {
  color: #25282b;
  background-color: transparent;
}
.btn--link .icon {
  vertical-align: middle;
}

.btn--narrow {
  padding-left: 15px;
  padding-right: 15px;
}

.btn--has-icon-after .icon {
  margin-left: 10px;
}

.btn--has-icon-before .icon {
  margin-right: 10px;
}

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
}

.text-link--accent {
  color: #c67c5a;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}
.text-link--accent:not([disabled]):hover, .text-link--accent:focus {
  color: #b0613d;
}

/*================ Return to collection/blog links ================*/
.return-link-wrapper {
  margin-top: 105px;
  margin-bottom: 0;
}
@media only screen and (max-width: 749px) {
  .return-link-wrapper {
    margin-top: 70px;
  }
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/*================ #Tables ================*/
table {
  margin-bottom: 20px;
}
table a {
  border-bottom: 1px solid currentColor;
}

th {
  font-family: "Brandon-Bold", serif;
  font-style: normal;
  font-weight: 700;
}

th,
td {
  text-align: left;
  border: 1px solid #d8d2cc;
  padding: 10px 14px;
}

tbody th,
tfoot th {
  font-weight: normal;
}

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table thead {
    display: none;
  }
  .responsive-table th,
.responsive-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 20px;
    border: 0;
    margin: 0;
  }
  .responsive-table th::before,
.responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal;
  }
  .responsive-table__row + .responsive-table__row,
tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 40px;
  }
  .responsive-table__row + .responsive-table__row::after,
tfoot > .responsive-table__row:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-bottom: 1px solid #d8d2cc;
  }
}
/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden;
}

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

/*================ Forms ================*/
form {
  margin: 0;
}

fieldset {
  border: 1px solid #b8afa5;
  margin: 0 0 40px;
  padding: 20px;
}

legend {
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

input[type=submit] {
  cursor: pointer;
}

label {
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 749px) {
  label {
    font-size: 0.9em;
  }
}
[type=radio] + label, [type=checkbox] + label {
  display: inline-block;
  margin-bottom: 0;
}
label[for] {
  cursor: pointer;
}

input,
textarea,
select,
.disclosure__toggle {
  border: 1px solid #b8afa5;
  background-color: #f4f3f1;
  color: #7b7063;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 0px;
}
input:focus,
textarea:focus,
select:focus,
.disclosure__toggle:focus {
  border-color: #a29688;
}
input[disabled],
textarea[disabled],
select[disabled],
[disabled].disclosure__toggle {
  cursor: default;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
input.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder,
.input--error.disclosure__toggle::-webkit-input-placeholder {
  color: #d20000;
  opacity: 0.5;
}
input.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder,
select.input--error::-moz-placeholder,
.input--error.disclosure__toggle::-moz-placeholder {
  color: #d20000;
  opacity: 0.5;
}
input.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder,
.input--error.disclosure__toggle:-ms-input-placeholder {
  color: #d20000;
  opacity: 0.5;
}
input.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder,
.input--error.disclosure__toggle::-ms-input-placeholder {
  color: #d20000;
  opacity: 1;
}
input.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder,
.hidden-placeholder.disclosure__toggle::-webkit-input-placeholder {
  color: transparent;
}
input.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder,
.hidden-placeholder.disclosure__toggle::-moz-placeholder {
  color: transparent;
}
input.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder,
.hidden-placeholder.disclosure__toggle:-ms-input-placeholder {
  color: transparent;
}
input.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder,
.hidden-placeholder.disclosure__toggle::-ms-input-placeholder {
  opacity: 1;
}
.product-form input,
.product-form textarea,
.product-form select,
.product-form .disclosure__toggle {
  min-height: 44px;
}

textarea {
  min-height: 100px;
}

/*================ Error styles ================*/
input.input--error,
select.input--error,
.input--error.disclosure__toggle,
textarea.input--error {
  border-color: #d20000;
  background-color: #fff8f8;
  color: #d20000;
  margin-bottom: 11.6666666667px;
}

.input-error-message {
  display: flex;
  line-height: 1.3;
  color: #7b7063;
  font-size: 0.9em;
  margin-bottom: 11.6666666667px;
}
@media only screen and (max-width: 749px) {
  .input-error-message {
    margin-bottom: 19.4444444444px;
  }
}
.input-error-message .icon {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

select, .disclosure__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url();
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 750px) {
  select, .disclosure__toggle {
    padding-top: 10px;
    padding-left: 18px;
    padding-bottom: 10px;
  }
}

.select-group {
  position: relative;
  z-index: 2;
}
.select-group select, .select-group .disclosure__toggle {
  background-image: none;
  background-color: transparent;
}
.select-group .icon {
  height: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  z-index: -1;
}

.select-label {
  font-size: 0.6em;
  text-transform: uppercase;
}

optgroup {
  font-weight: 700;
}

option {
  color: #3d4246;
  background-color: #f4f3f1;
}

select::-ms-expand, .disclosure__toggle::-ms-expand {
  display: none;
}

/*================ Form labels ================*/
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

::-webkit-input-placeholder {
  color: #7b7063;
  opacity: 0.6;
}

::-moz-placeholder {
  color: #7b7063;
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: #7b7063;
  opacity: 0.6;
}

::-ms-input-placeholder {
  color: #7b7063;
  opacity: 1;
}

/*================ Labels ================*/
.label--error {
  color: #d20000;
}

input,
textarea {
  padding: 8px 15px;
}
@media only screen and (min-width: 750px) {
  input,
textarea {
    padding: 10px 18px;
  }
}

/*================ Vertical forms ================*/
.form-vertical input,
.form-vertical select,
.form-vertical .disclosure__toggle,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 19.4444444444px;
}
.form-vertical input.input--error,
.form-vertical select.input--error,
.form-vertical .input--error.disclosure__toggle,
.form-vertical textarea.input--error {
  margin-bottom: 11.6666666667px;
}
.form-vertical [type=radio],
.form-vertical [type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.form-vertical [type=submit],
.form-vertical .btn,
.form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
  display: inline-block;
  width: auto;
}

/*================ Single field forms ================*/
.form-single-field {
  margin: 0 auto 40px;
  max-width: 35rem;
}
.form-single-field .input--error {
  margin-bottom: 0;
}

/*================ Form feedback messages ================*/
.note,
.form-message {
  padding: 8px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 750px) {
  .note,
.form-message {
    padding: 0 0 5px 0;
  }
}

.note {
  border: 1px solid #b8afa5;
}

.form-message--success {
  /*border: 1px solid $color-success;
  background-color: $color-success-bg;*/
  color: #1F873D;
  display: block;
  width: 100%;
}

.form-message--error {
  color: #651818;
  /*border: 1px solid $color-error;
  background-color: $color-error-bg;
  padding: 1rem 1.3rem;*/
  text-align: left;
  width: 100%;
}
.form-message--error li {
  list-style-type: disc;
  list-style-position: inside;
}
.form-message--error .form-message__title {
  font-size: 1.2em;
}
.form-message--error .form-message__link, .form-message--error a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #651818;
}
.form-message--error .form-message__link:hover, .form-message--error .form-message__link:focus, .form-message--error a:hover, .form-message--error a:focus {
  text-decoration: none;
  color: #651818;
}

/*================ Input Groups ================*/
.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.form-vertical .input-group {
  margin-bottom: 40px;
}

.input-group--nowrap {
  flex-wrap: nowrap;
}

.input-group--error {
  margin-bottom: 11.6666666667px;
}

.input-group__field,
.input-group__field input,
.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
  min-height: 42px;
}
@media only screen and (min-width: 750px) {
  .input-group__field,
.input-group__field input,
.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
    min-height: 46px;
  }
}

.input-group__field {
  -ms-flex-preferred-size: 15rem;
  -webkit-flex-basis: 15rem;
  -moz-flex-basis: 15rem;
  flex-basis: 15rem;
  flex-grow: 9999;
  margin-bottom: 1rem;
  border-radius: 0px 0 0 0px;
  text-align: left;
}
.input-group__field input {
  width: 100%;
}
.form-vertical .input-group__field {
  margin: 0;
}

.input-group__field--connected {
  margin-bottom: 0;
}
.input-group__field--connected input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group__btn {
  flex-grow: 1;
}
.input-group__btn .btn, .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
  width: 100%;
  border-radius: 0 0px 0px 0;
}

/*================ #Site Nav and Dropdowns ================*/
.site-header__logo img {
  display: block;
}

.site-nav {
  position: relative;
  padding: 0;
  text-align: center;
  margin: 25px 0;
}
.site-nav a {
  padding: 3px 10px;
}

.site-nav--centered {
  padding-bottom: 20px;
}

/*================ Site Nav Links ================*/
.site-nav__link {
  display: block;
  white-space: nowrap;
}
.site-nav--centered .site-nav__link {
  padding-top: 0;
}
.site-nav__link .icon-chevron-down {
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5rem;
}
.site-nav__link.site-nav--active-dropdown {
  border: 1px solid #d8d2cc;
  border-bottom: 1px solid transparent;
  z-index: 2;
}
.site-nav__link:focus .site-nav__label, .site-nav__link:not([disabled]):hover .site-nav__label {
  border-bottom-color: #3d4246;
}

.site-nav__label {
  border-bottom: 1px solid transparent;
}
.site-nav__link--active .site-nav__label {
  border-bottom-color: #3d4246;
}

.site-nav__link--button {
  border: none;
  background-color: transparent;
  padding: 3px 10px;
}
@media only screen and (max-width: 989px) {
  .site-nav__link--button {
    font-size: 20px;
  }
}
.site-nav__link--button:focus, .site-nav__link--button:hover {
  color: #25282b;
}

/*================ Dropdowns ================*/
.site-nav--has-dropdown {
  position: relative;
}

.site-nav--has-centered-dropdown {
  position: static;
}

.site-nav__dropdown {
  display: none;
  position: absolute;
  padding: 11px 30px 11px 0;
  margin: 0;
  z-index: 7;
  text-align: left;
  border: 1px solid #d8d2cc;
  background: #f4f3f1;
  left: -1px;
  top: 41px;
}
.site-nav__dropdown .site-nav__link {
  padding: 4px 15px 5px;
}
.site-nav--active-dropdown .site-nav__dropdown {
  display: block;
}
.site-nav__dropdown li {
  display: block;
}

.site-nav__dropdown--right:not(.site-nav__dropdown--centered) {
  right: 0;
  left: unset;
}

.site-nav__dropdown--left:not(.site-nav__dropdown--centered) {
  left: 0;
}

.site-nav__dropdown--centered {
  width: 100%;
  padding: 0;
  text-align: center;
}

/*================ Child list ================*/
.site-nav__childlist {
  display: inline-block;
  background: #f4f3f1;
  padding: 11px 17px;
  text-align: left;
}

.site-nav__childlist-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -15px;
}

.site-nav__childlist-item {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 15px;
}

.site-nav__child-link--parent {
  font-weight: 700;
  margin: 4px 0;
}

.wrapper-flex,
.page-width,
#shopify-section-boho-navigation {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 749px) {
  .wrapper-flex,
.page-width,
#shopify-section-boho-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wrapper-flex.no-padding,
.page-width.no-padding,
.no-padding#shopify-section-boho-navigation {
  padding-left: 0;
  padding-right: 0;
}

.page-container {
  transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
  position: relative;
  overflow: hidden;
}
hr {
  margin: 40px 0;
  border: 0;
  border-bottom: 1px solid #d8d2cc;
}

.hr--small {
  padding: 10px 0;
  margin: 0;
}

.hr--invisible {
  border-bottom: 0;
}

.border-bottom {
  border-bottom: 1px solid #d8d2cc;
}

.border-top {
  border-top: 1px solid #d8d2cc;
}

.empty-page-content {
  padding: 125px 40px;
}
@media only screen and (max-width: 749px) {
  .empty-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.grid--table > .grid__item {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.grid--no-gutters {
  margin-left: 0;
}
.grid--no-gutters .grid__item {
  padding-left: 0;
}

.grid--half-gutters {
  margin-left: -15px;
}
.grid--half-gutters > .grid__item {
  padding-left: 15px;
}

.grid--double-gutters {
  margin-left: -60px;
}
.grid--double-gutters > .grid__item {
  padding-left: 60px;
}

.grid--flush-bottom {
  margin-bottom: -70px;
  overflow: auto;
}
.grid--flush-bottom > .grid__item {
  margin-bottom: 70px;
}

@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.02;
  }
}
@-moz-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.02;
  }
}
@-ms-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.02;
  }
}
@keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.02;
  }
}
.drawer {
  display: none;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
}
.js-drawer-open-top .drawer {
  display: block;
}

.js-drawer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.drawer--top {
  width: 100%;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.js-drawer-open-top .drawer--top {
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: flex;
  max-height: 100vh;
}

.drawer-page-content::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
  transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
}
.js-drawer-open .drawer-page-content::after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle;
}

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: 0.9em;
}
.drawer__close-button:active, .drawer__close-button:focus {
  background-color: rgba(0, 0, 0, 0.6);
}

.grid--view-items {
  overflow: auto;
  margin-bottom: -35px;
}

.grid-view-item {
  margin: 0 auto 35px;
}
.custom__item .grid-view-item {
  margin-bottom: 0;
}

.grid-view-item__title {
  margin-bottom: 0;
  color: #3d4246;
}

.grid-view-item__meta {
  margin-top: 8px;
}

@media only screen and (max-width: 749px) {
  .grid-view-item__title,
.grid-view-item__meta {
    font-size: 0.95em;
  }
}
.grid-view-item__link {
  display: block;
}

.grid-view-item__vendor {
  margin-top: 4px;
  color: #7b7063;
  font-size: 0.9em;
  text-transform: uppercase;
}
@media only screen and (max-width: 749px) {
  .grid-view-item__vendor {
    font-size: 0.85em;
  }
}

.grid-view-item__image-wrapper {
  margin: 0 auto 15px;
  position: relative;
  width: 100%;
}

.grid-view-item__image {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.grid-view-item__image-wrapper .grid-view-item__image {
  position: absolute;
  top: 0;
}
.grid-view-item__image.lazyload {
  opacity: 0;
}

.list-view-item {
  margin-bottom: 20px;
}
.list-view-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 750px) {
  .list-view-item {
    border-bottom: 1px solid #d8d2cc;
    padding-bottom: 20px;
  }
  .list-view-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.list-view-item__link {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.list-view-item__image {
  max-height: 95px;
}

.list-view-item__image-column {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  min-height: 44px;
}
@media only screen and (max-width: 749px) {
  .list-view-item__image-column {
    width: 85px;
  }
}

.list-view-item__image-wrapper {
  position: relative;
  margin-right: 35px;
}
@media only screen and (max-width: 749px) {
  .list-view-item__image-wrapper {
    margin-right: 17.5px;
  }
}

.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle;
}

.list-view-item__title {
  color: #3d4246;
  min-width: 100px;
  font-family: "Brandon-Bold", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1em;
}
@media only screen and (max-width: 749px) {
  .list-view-item__title {
    font-size: 0.95em;
  }
}

.list-view-item__vendor {
  color: #7b7063;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: 1.05em;
}
@media only screen and (max-width: 749px) {
  .list-view-item__price-column {
    font-size: 0.95em;
  }
}
.list-view-item__price-column .price {
  align-items: flex-end;
}
.list-view-item__price-column .price dd {
  margin: 0 0 0 0.5em;
}
.list-view-item__price-column .price__regular,
.list-view-item__price-column .price__sale {
  flex-basis: 100%;
  justify-content: flex-end;
  margin-right: 0;
}

/*============================================================================
  Slick slider overrides
==============================================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*================ Slick dots and prev/next pagination ================*/
.slideshow__arrows .slick-dots {
  margin: 0 0.75rem;
}
.slideshow__arrows .slick-dots li {
  margin: 0;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.slideshow__arrows .slick-dots li:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 750px) {
  .slideshow__arrows .slick-dots li {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }
}
.slideshow__arrows .slick-dots li button, .slideshow__arrows .slick-dots li a {
  position: relative;
  padding: 0;
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 750px) {
  .slideshow__arrows .slick-dots li button, .slideshow__arrows .slick-dots li a {
    width: 12px;
    height: 12px;
  }
}
.slideshow__arrows .slick-dots li button::before,
.slideshow__arrows .slick-dots li a::before {
  text-indent: -9999px;
  background-color: transparent;
  border-radius: 100%;
  background-color: currentColor;
  width: 10px;
  height: 10px;
  opacity: 0.4;
  transition: all 0.2s;
}
@media only screen and (min-width: 750px) {
  .slideshow__arrows .slick-dots li button::before,
.slideshow__arrows .slick-dots li a::before {
    width: 12px;
    height: 12px;
  }
}
.slideshow__arrows .slick-dots li.slick-active button::before, .slideshow__arrows .slick-dots li.slick-active a::before, .slideshow__arrows .slick-dots li.slick-active-mobile button::before, .slideshow__arrows .slick-dots li.slick-active-mobile a::before {
  opacity: 1;
}
.slideshow__arrows .slick-dots li button:active::before, .slideshow__arrows .slick-dots li .slick-active a::before, .slideshow__arrows .slick-dots li .slick-active-mobile a::before {
  opacity: 0.7;
}

/*================ Index sections ================*/
.index-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 750px) {
  .index-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.index-section:first-child {
  padding-top: 0;
  border-top: 0;
  padding-bottom: 0;
}
.index-section:last-child {
  padding-bottom: 0;
}

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

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

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

.placeholder-background--animation {
  background-color: #3d4246;
  -moz-animation: placeholder-background-loading 1.5s infinite linear;
  -o-animation: placeholder-background-loading 1.5s infinite linear;
  -webkit-animation: placeholder-background-loading 1.5s infinite linear;
  animation: placeholder-background-loading 1.5s infinite linear;
}
.no-js .placeholder-background--animation {
  display: none;
}

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.plyr.plyr--full-ui.plyr--video {
  color: #3d4246;
  background-color: transparent;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video .plyr__poster {
  background-color: #e9e7e3;
}
.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: #f4f3f1;
  border-color: rgba(61, 66, 70, 0.05);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(61, 66, 70, 0.55);
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: #f4f3f1;
  border-color: rgba(61, 66, 70, 0.05);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #f4f3f1;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #f4f3f1;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #f4f3f1;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(61, 66, 70, 0.6) var(--value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: rgba(61, 66, 70, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: rgba(61, 66, 70, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(61, 66, 70, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(61, 66, 70, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(61, 66, 70, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(61, 66, 70, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(61, 66, 70, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(61, 66, 70, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: #3d4246;
  color: #f4f3f1;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: #3d4246;
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, rgba(61, 66, 70, 0.6) 25%, transparent 25%, transparent 50%, rgba(61, 66, 70, 0.6) 50%, rgba(61, 66, 70, 0.6) 75%, transparent 75%, transparent);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: #f4f3f1;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #3d4246;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #3d4246;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #3d4246;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(244, 243, 241, 0.6) var(--value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(244, 243, 241, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(244, 243, 241, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(244, 243, 241, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(244, 243, 241, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(244, 243, 241, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(244, 243, 241, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(244, 243, 241, 0.25);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #f4f3f1;
  border-color: rgba(61, 66, 70, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #3d4246;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(61, 66, 70, 0.55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(61, 66, 70, 0.55);
  background: rgba(61, 66, 70, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(61, 66, 70, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #f4f3f1;
  border-color: rgba(61, 66, 70, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(61, 66, 70, 0.55);
}

/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: #7b7063;
  background-color: #f4f3f1;
  background-size: cover;
}

.password-form-message {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.password-header {
  height: 85px;
  display: table-row;
}

.password-header__inner {
  display: table-cell;
  vertical-align: middle;
}

.password-login {
  padding: 0 30px;
  text-align: right;
}

.password-logo .logo {
  color: #3d4246;
  font-weight: 400;
  max-width: 100%;
}

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

.password-content--rte {
  margin-bottom: 35px;
}

.password-content__title {
  display: block;
  margin-bottom: 60px;
}

.password-main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 40px;
}

.password-message {
  max-width: 500px;
  margin: 60px auto 20px;
}

.password__form-heading {
  margin-bottom: 40px;
}

.password-powered-by {
  margin-top: 60px;
}

.password-social-sharing {
  margin-top: 60px;
}

.product-single {
  overflow-anchor: none;
}

.product-single__title {
  margin-bottom: 0.5rem;
}

.product__price,
.featured-product__price {
  font-size: 1.25em;
}

.product__policies {
  margin: 0.4rem 0 1rem 0;
  font-size: 0.95em;
}

/*================ Add to cart form ================*/
.product-form {
  width: auto;
  padding-top: 2rem;
}

.product-form__controls-group {
  display: flex;
  flex-wrap: wrap;
}

.product-form__controls-group--submit {
  margin-top: 0px;
}

.product-form__controls-group ~ .product-form__controls-group--submit {
  margin-top: 15px;
}

.product-form__item {
  flex-grow: 0;
  flex-basis: 100%;
  margin-bottom: 10px;
  padding: 0;
}
@media only screen and (min-width: 990px) {
  .product-form__item {
    flex-basis: 50%;
  }
  .product-single--large-image .product-form__item {
    flex-basis: 100%;
  }
}
.product-form__item label {
  display: block;
}
.product-form--hide-variant-labels .product-form__item label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.product-form__item--submit {
  -webkit-flex: 1 1 300px;
  -moz-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
}

.product-form__item--payment-button {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 990px) {
  .product-single--small-media .product-form__item--payment-button, .product-single--full-media .product-form__item--payment-button {
    display: inline-flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
}
.product-form__item--payment-button.product-form__item--no-variants {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}

.product-form--variant-sold-out .shopify-payment-button {
  display: none;
}

.product-form--payment-button-no-variants {
  max-width: 25rem;
}

.product-form__variants {
  display: none;
}
.no-js .product-form__variants {
  display: block;
}

.product-form__input {
  display: block;
  width: 100%;
}
.product-form__input.input--error {
  margin-bottom: 0;
}

.product-form__input--quantity {
  max-width: 5rem;
}

.product-form__error-message-wrapper {
  display: flex;
  flex-basis: 100%;
  padding: 0.5rem 0;
  margin: 0 0.25em 20px;
}

.product-form__controls-group ~ .product-form__error-message-wrapper {
  margin-bottom: 0;
}

.product-form__error-message-wrapper--has-payment-button {
  padding: 0.5rem 0;
}

.product-form__error-message-wrapper--hidden {
  display: none;
}

.product-form__error-message {
  margin-left: 0.5rem;
  font-size: 0.9em;
  line-height: 1.2;
  color: #7b7063;
}

.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
  display: block;
  width: auto;
  line-height: 1.4;
  padding-left: 20px;
  padding-right: 20px;
  white-space: normal;
  margin-top: 0;
  min-height: 56px;
  min-width: 236px;
}
.product-single--small-media .product-form__cart-submit, .product-single--small-media .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single--small-media .shopify-payment-button__button--unbranded, .product-single--full-media .product-form__cart-submit, .product-single--full-media .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single--full-media .shopify-payment-button__button--unbranded {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin-right: 10px;
}

.product-single--small-media .shopify-payment-button, .product-single--full-media .shopify-payment-button {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}
.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background-color: #b0613d !important;
}
.shopify-payment-button .shopify-payment-button__button--branded {
  border-radius: 0px;
  overflow: hidden;
}
.shopify-payment-button .shopify-payment-button__more-options {
  margin: 16px 0 10px;
  font-size: 0.9em;
  text-decoration: underline;
}
.shopify-payment-button .shopify-payment-button__more-options:hover, .shopify-payment-button .shopify-payment-button__more-options:focus {
  opacity: 0.6;
}

@media only screen and (min-width: 750px) {
  .product-form__cart-submit--small {
    max-width: 300px;
  }
}
.product-single__description {
  margin-top: 30px;
}

.product__quantity-error .icon {
  margin-right: 1rem;
}

/*================ Product Images ================*/
.product-single__thumbnail {
  display: block;
  margin: -2px 0 8px;
  min-height: 44px;
  position: relative;
  border: 2px solid transparent;
}
.product-single__thumbnail:not([disabled]):not(.active-thumb):hover {
  opacity: 0.8;
}
.product-single__thumbnail.active-thumb {
  border-color: #3d4246;
}

.product-single__thumbnail-image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 2px;
}

.product-single__thumbnail-badge {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 6px;
  top: 6px;
  pointer-events: none;
}
@media only screen and (min-width: 750px) {
  .product-single__thumbnail-badge {
    width: 26px;
    height: 26px;
  }
}
.product-single__thumbnail-badge .icon {
  fill: #f4f3f1;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.product-single__thumbnail-badge .icon-3d-badge-full-color-outline,
.product-single__thumbnail-badge .icon-video-badge-full-color-outline {
  stroke: rgba(61, 66, 70, 0.05);
}
.product-single__thumbnail-badge .icon-3d-badge-full-color-element,
.product-single__thumbnail-badge .icon-video-badge-full-color-element {
  fill: #3d4246;
}

.product-featured-media {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
}
.no-js .product-featured-media {
  position: relative;
}

.zoomImg {
  background-color: #f4f3f1;
}

@media only screen and (max-width: 749px) {
  .product-single__media-group {
    margin-bottom: 30px;
  }
  .product-single__media--has-thumbnails {
    margin-bottom: 30px;
  }
}
.product-single__media-group--full {
  margin-bottom: 30px;
}

.product-single__media-wrapper {
  margin: 0 auto;
  width: 100%;
}

.product-single__media {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-single__media iframe,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media img,
.product-single__media > video,
.product-single__media .plyr,
.product-single__media .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.product-single__media iframe,
.product-single__media .media-video,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media .media-item,
.product-single__media .plyr,
.product-single__media .plyr__video-wrapper {
  height: 100%;
}

.product-single__media--video {
  background-color: #e9e7e3;
}

.product-single__view-in-space {
  background-color: rgba(61, 66, 70, 0.08);
  border: none;
  width: 100%;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 1em;
  color: #3d4246;
}
.product-single__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}
@media only screen and (min-width: 750px) {
  .product-single__view-in-space[data-shopify-xr-hidden] {
    display: none;
  }
}
.product-single__view-in-space:hover .product-single__view-in-space-text, .product-single__view-in-space:focus .product-single__view-in-space-text {
  border-bottom-color: #3d4246;
}
.product-single__view-in-space svg.icon {
  height: 1.25em;
  width: 1.25em;
  margin-top: -3px;
  margin-right: 2.43px;
  fill: transparent;
}
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
  stroke: none;
}
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
  fill: #3d4246;
  opacity: 1;
}

.product-single__view-in-space-text {
  border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 749px) {
  .template-product .main-content {
    padding-top: 22px;
  }
  .product-single__media-group {
    position: relative;
  }
  .thumbnails-wrapper {
    position: relative;
    top: 10px;
    text-align: center;
    margin: 0 2px 30px 2px;
  }
  .thumbnails-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .thumbnails-slider__btn .icon {
    height: 14px;
    width: 14px;
  }
  .thumbnails-slider__prev {
    left: -15px;
  }
  .thumbnails-slider__next {
    right: -15px;
  }
  .product-single__thumbnail {
    margin: 0 auto;
  }
}
.product-single__thumbnails {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-left: -9px;
  margin-right: -9px;
}
@media only screen and (max-width: 749px) {
  .product-single__thumbnails {
    margin-top: 0;
    justify-content: center;
  }
  .thumbnails-slider--active .product-single__thumbnails {
    display: none;
  }
  .thumbnails-slider--active .product-single__thumbnails.slick-initialized {
    display: block;
    margin: 0 auto;
    max-width: 75%;
  }
}

.product-single__thumbnails-item {
  flex: 0 0 25%;
  padding-left: 5px;
}
@media only screen and (max-width: 749px) {
  .product-single__thumbnails-item.slick-slide {
    padding-bottom: 10px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    vertical-align: middle;
  }
  .thumbnails-slider--active .product-single__thumbnails-item.slick-slide {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 750px) {
  .product-single__thumbnails-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 750px) {
  .product-single__thumbnails-item--small {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 990px) {
  .product-single__thumbnails-item--small {
    flex: 0 0 33.3333333333%;
  }
}

@media only screen and (min-width: 750px) {
  .product-single__thumbnails-item--medium {
    flex: 0 0 33.3333333333%;
  }
}
@media only screen and (min-width: 990px) {
  .product-single__thumbnails-item--medium {
    flex: 0 0 25%;
  }
}

@media only screen and (min-width: 750px) {
  .product-single__thumbnails-item--large {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 990px) {
  .product-single__thumbnails-item--large {
    flex: 0 0 20%;
  }
}

@media only screen and (min-width: 750px) {
  .product-single__thumbnails-item--full {
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 990px) {
  .product-single__thumbnails-item--full {
    flex: 0 0 12.5%;
  }
}

/*================ Template | Collections ================*/
.collection-hero {
  position: relative;
  overflow: hidden;
  margin-top: -40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 750px) {
  .collection-hero {
    margin-bottom: 35px;
  }
}

.collection-description {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 750px) {
  .collection-description {
    margin-bottom: 35px;
    margin-top: 35px;
  }
}

.collection-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  opacity: 1;
}
@media only screen and (max-width: 749px) {
  .collection-hero__image {
    height: 180px;
  }
}

.collection-hero__title-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.14;
}

.collection-hero__title {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.template-blog .social-sharing {
  margin-bottom: 17.5px;
}

.blog-list-view .pagination {
  padding-top: 0;
}

.blog-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.blog-filter .icon-chevron-down {
  fill: #7b7063;
  width: 0.625em;
  height: 0.625em;
  right: 0.7rem;
}

.blog-filter__label {
  margin: 0 1rem 0 0;
}

.cart-header {
  margin-bottom: 0.7rem;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .cart-header {
    margin-bottom: 1.7rem;
  }
}

.cart-header__title {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 750px) {
  .cart-header__title {
    margin-bottom: 1rem;
  }
}

/*================ Cart page ================*/
.cart {
  color: #7b7063;
}
.cart th,
.cart td {
  border: 0;
}
.cart td {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 750px) {
  .cart td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cart th {
  font-family: "Brandon-Regular", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 20px 20px;
}
@media only screen and (max-width: 749px) {
  .cart td:nth-child(3),
.cart th:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
.cart td:first-child,
.cart th:first-child {
  padding-left: 0;
}
.cart td:first-child.cart__removed-product,
.cart th:first-child.cart__removed-product {
  padding: 1rem 0 1.2rem 0.5rem;
}
.cart td:last-child,
.cart th:last-child {
  padding-right: 0;
}
.cart dd {
  margin-left: 0;
}

.cart__meta {
  width: 50%;
}
@media only screen and (min-width: 750px) {
  .cart__meta {
    width: 40%;
  }
}
@media only screen and (min-width: 990px) {
  .cart__meta {
    width: 45%;
  }
}

.cart__product-information {
  display: flex;
}

.cart__image-wrapper {
  padding-right: 1.5rem;
  flex: 5rem 0 0;
}
@media only screen and (min-width: 750px) {
  .cart__image-wrapper {
    padding-right: 2.5rem;
    flex: 8rem 0 0;
  }
}
@media only screen and (min-width: 990px) {
  .cart__image-wrapper {
    padding-right: 3rem;
    flex: 9rem 0 0;
  }
}

.product-details {
  padding: 0.25em 0 0;
  font-size: 0.9em;
}
.product-details.hide + .cart__remove {
  margin-top: 0em;
}

.product-details__item {
  margin-bottom: 0.15em;
}

.product-details__item--variant-option:not(.hide) + .product-details__item--property {
  margin-top: 0.8rem;
}

.product-details__item-label {
  font-weight: 700;
}

.cart__qty {
  margin-top: 0.75em;
}
@media only screen and (min-width: 750px) {
  .cart__qty {
    margin-top: 0;
  }
}

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

.cart__qty-input {
  text-align: center;
  width: 60px;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.cart__qty-error-message-wrapper,
.cart__error-message-wrapper {
  line-height: 1.2;
}
.cart__qty-error-message-wrapper .icon-error,
.cart__error-message-wrapper .icon-error {
  margin-top: 0;
}

.cart__qty-error-message-wrapper--desktop {
  display: none;
}
@media only screen and (min-width: 750px) {
  .cart__qty-error-message-wrapper--desktop {
    display: block;
  }
}

.cart__qty-error-message-wrapper--mobile {
  display: block;
}
@media only screen and (min-width: 750px) {
  .cart__qty-error-message-wrapper--mobile {
    display: none;
  }
}

.cart__qty-error-message,
.cart__error-message {
  font-size: 0.9em;
  color: #7b7063;
  vertical-align: middle;
}

.cart__error-message-wrapper {
  margin-top: 1rem;
}
@media only screen and (min-width: 750px) {
  .cart__error-message-wrapper {
    margin-top: 0.8rem;
  }
}

.cart__row {
  border-bottom: 1px solid #d8d2cc;
}
.cart__row p {
  margin-bottom: 0;
}
.cart__row p + p {
  margin-top: 10px;
}
.cart__row td {
  vertical-align: top;
}
@media only screen and (min-width: 750px) {
  .cart__row td {
    vertical-align: middle;
  }
}

.cart__row--heading {
  color: #3d4246;
}

.cart__removed-product-details {
  font-weight: 700;
}

.cart-subtotal__title {
  font-size: 1.1em;
}

.cart-subtotal__price {
  padding-left: 20px;
}
@media only screen and (min-width: 750px) {
  .cart-subtotal__price {
    padding-left: 40px;
    min-width: 150px;
    display: inline-block;
  }
}

.cart__footer {
  padding-top: 17.5px;
}

.cart__buttons-container {
  display: flex;
  flex-direction: column;
  max-width: 20rem;
  margin: 0 auto;
}
@media only screen and (min-width: 750px) {
  .cart__buttons-container {
    display: block;
    max-width: none;
  }
}

.cart__submit-controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 750px) {
  .cart__submit-controls {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.cart__submit {
  margin-bottom: 0;
  min-height: 44px;
  width: 100%;
}
.cart__submit + .cart__submit {
  margin-top: 10px;
  margin-left: 0;
}
@media only screen and (min-width: 750px) {
  .cart__submit {
    min-height: auto;
    width: auto;
  }
  .cart__submit + .cart__submit {
    margin-top: 0;
    margin-left: 10px;
  }
}

.cart__shipping {
  font-size: 0.9em;
  padding: 10px 0 20px;
  margin-bottom: 25px;
}

.cart-note__label,
.cart-note__input {
  display: block;
}
@media only screen and (max-width: 749px) {
  .cart-note__label,
.cart-note__input {
    margin: 0 auto;
  }
}

.cart-note__label {
  margin-bottom: 15px;
}

.cart-note__input {
  min-height: 50px;
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .cart-note__input {
    margin-bottom: 40px;
  }
}

.cart__product-title {
  border-bottom: none;
  color: #7b7063;
}
.cart__product-title:not([disabled]):hover, .cart__product-title:focus {
  color: #7b7063;
  border-bottom: 1px solid currentColor;
}

.cart__image {
  max-height: 95px;
  display: block;
  margin: 0 auto;
}

.cart__remove {
  margin-top: 0.4em;
}

.cart__price {
  text-align: right;
  padding-right: 0;
  font-size: 0.95em;
  width: 50%;
}
.cart__price dl {
  margin: 0;
}
@media only screen and (min-width: 750px) {
  .cart__price {
    width: 25%;
  }
}

.cart__quantity-td {
  width: 20%;
}

.cart__final-price {
  width: 15%;
}

@media only screen and (max-width: 749px) {
  .cart-message {
    padding-top: 20px;
  }
  .cart__qty-label {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.65em;
    margin-right: 5px;
  }
}
.cart--no-cookies .cart__continue-btn {
  display: none;
}

.cart--no-cookies .cart--empty-message {
  display: none;
}

.cookie-message {
  display: none;
  padding-bottom: 25px;
}
.cart--no-cookies .cookie-message {
  display: block;
}

.additional-checkout-buttons {
  margin-top: 1rem;
}
.additional-checkout-buttons input[type=image] {
  padding: 0;
  border: 0;
  background: transparent;
}

[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}

.myaccount {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 990px) {
  .myaccount__order-history {
    -webkit-flex: 1 0 66.6666666667%;
    -moz-flex: 1 0 66.6666666667%;
    -ms-flex: 1 0 66.6666666667%;
    flex: 1 0 66.6666666667%;
  }
}

@media only screen and (min-width: 990px) {
  .myaccount__account-details {
    -webkit-flex: 1 0 33.3333333333%;
    -moz-flex: 1 0 33.3333333333%;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%;
  }
}

.order-table {
  border: 1px solid #d8d2cc;
}
.order-table a {
  border-bottom: 1px solid currentColor;
}
.order-table th, .order-table td {
  border: 0;
}
.order-table tbody th,
.order-table tfoot th {
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}
.order-table tbody tr + tr {
  border-top: 1px solid #d8d2cc;
}
.order-table thead {
  border-bottom: 1px solid #7b7063;
}
.order-table tfoot {
  border-top: 1px solid #7b7063;
}
.order-table tfoot tr:first-child th, .order-table tfoot tr:first-child td {
  padding-top: 1.25em;
}
.order-table tfoot tr:nth-last-child(2) th, .order-table tfoot tr:nth-last-child(2) td {
  padding-bottom: 1.25em;
}
.order-table tfoot tr:last-child th, .order-table tfoot tr:last-child td {
  border-top: 1px solid #7b7063;
  font-weight: 700;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-transform: uppercase;
}
@media only screen and (min-width: 750px) {
  .order-table thead th {
    text-transform: uppercase;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .order-table tbody tr th, .order-table tbody tr td {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .order-table tfoot tr td, .order-table tfoot tr th {
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 749px) {
  .order-table {
    border: 0;
  }
  .order-table thead {
    display: none;
  }
  .order-table th,
.order-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 0.5rem 0;
    border: 0;
    margin: 0;
  }
  .order-table th::before,
.order-table td::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    padding-right: 2em;
    max-width: 80%;
  }
  .order-table tbody tr th:first-child {
    padding-top: 1.25em;
  }
  .order-table tbody tr td:last-child {
    padding-bottom: 1.25em;
  }
  .order-table tbody th::before,
.order-table tbody td::before {
    font-weight: 700;
  }
}

@media only screen and (max-width: 749px) {
  .order-table__product {
    display: flex;
    justify-content: space-between;
  }
}

.order-discount {
  color: #c67c5a;
  display: block;
  line-height: 1.2em;
}
.order-discount .icon-saletag {
  fill: currentColor;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
}

.order-discount--title {
  text-transform: uppercase;
  word-break: break-word;
  padding-right: 1em;
}

.order-discount--list {
  margin: 0.8em 0 0 1.3em;
  list-style: none;
  padding: 0;
}

.order-discount__item {
  text-indent: -1.3em;
}
.order-discount__item + .order-discount__item {
  margin-top: 0.6em;
}

@media only screen and (max-width: 749px) {
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.order-discount-card-wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 750px) {
  .order-discount-card-wrapper {
    justify-content: flex-end;
  }
}

.order-discount--cart {
  font-size: 0.95em;
  padding-right: 0;
}
@media only screen and (min-width: 750px) {
  .order-discount--cart {
    font-size: 0.9em;
  }
}

.order-discount--cart-total {
  padding-left: 20px;
}
@media only screen and (min-width: 750px) {
  .order-discount--cart-total {
    padding-left: 40px;
    min-width: 150px;
  }
}

/*================ MODULES ================*/
.site-header {
  position: relative;
  background-color: #f4f3f1;
}
@media only screen and (min-width: 750px) {
  .site-header {
    padding: 0 40px;
  }
  .site-header.logo--center {
    padding-top: 30px;
  }
}

.site-header__logo {
  margin: 15px 0;
}
.logo-align--center .site-header__logo {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 749px) {
  .logo-align--center .site-header__logo {
    text-align: left;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 749px) {
  .site-header__logo {
    padding-left: 20px;
    text-align: left;
  }
  .site-header__logo img {
    margin: 0;
  }
}

.site-header__logo-link {
  display: inline-block;
  word-break: break-word;
}
@media only screen and (min-width: 750px) {
  .logo-align--center .site-header__logo-link {
    margin: 0 auto;
  }
}

.site-header__logo-image {
  display: block;
}
@media only screen and (min-width: 750px) {
  .site-header__logo-image {
    margin: 0 auto;
  }
}

.site-header__logo-image img {
  width: 100%;
}

.site-header__logo-image--centered img {
  margin: 0 auto;
}

.site-header__icons {
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 749px) {
  .site-header__icons {
    width: auto;
    padding-right: 13px;
  }
  .site-header__icons .btn--link,
.site-header__icons .site-header__cart {
    font-size: 1em;
  }
}

.site-header__icons-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.site-header__cart,
.site-header__search,
.site-header__account {
  position: relative;
}

.no-svg .site-header__search {
  display: inline-block;
}
.site-header__search.site-header__icon {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .site-header__search.site-header__icon {
    display: block;
  }
}

.site-header__search-toggle {
  display: block;
}

@media only screen and (min-width: 750px) {
  .site-header__account,
.site-header__cart {
    padding: 10px 11px;
  }
}

.site-header__cart-title,
.site-header__search-title {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  display: block;
  vertical-align: middle;
}

.site-header__cart-title {
  margin-right: 3px;
}

.site-header__cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  font-weight: bold;
  color: #3d4246;
  border-radius: 50%;
  min-width: 1em;
  height: 1em;
}
.site-header__cart-count span {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6875em;
  line-height: 1;
}

@media only screen and (max-width: 749px) {
  .site-header__cart-count {
    top: 0.4375em;
    right: 0;
    border-radius: 50%;
    min-width: 1.1875em;
    height: 1.1875em;
  }
}
@media only screen and (max-width: 749px) {
  .site-header__cart-count span {
    padding: 0.25em 0.375em;
    font-size: 12px;
  }
}

.site-header__menu {
  display: none;
}

@media only screen and (max-width: 749px) {
  .site-header__icon {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 11px;
    margin: 0;
  }
}
@media only screen and (min-width: 750px) {
  .site-header__icon .icon-search {
    margin-right: 3px;
  }
}

.announcement-bar {
  z-index: 10;
  position: relative;
  text-align: center;
}

.announcement-bar--link {
  display: block;
}

.announcement-bar__message {
  display: block;
  padding: 10px 20px;
  font-size: 0.8em;
  font-weight: 400;
}
@media only screen and (min-width: 750px) {
  .announcement-bar__message {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.article-listing {
  padding-top: 40px;
  margin-bottom: 40px;
}

.article {
  margin-bottom: 70px;
}

.article__meta {
  margin-bottom: 20px;
}

.article__title {
  margin-bottom: 10px;
}

@media only screen and (max-width: 749px) {
  .article__title--has-image {
    padding-left: 20px;
  }
}

.article__author {
  margin-right: 10px;
}

.article__author,
.article__date {
  display: inline-block;
  margin-bottom: 20px;
}
.template-article .article__author, .article__meta .article__author,
.template-article .article__date,
.article__meta .article__date {
  margin-bottom: 0;
}

.article__tags {
  margin-bottom: 35px;
}

.article__tags--list {
  font-style: italic;
}

.article__link {
  display: block;
}
@media only screen and (max-width: 749px) {
  .article__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.article__link:not([disabled]):hover .article__grid-image-wrapper::before, .article__link:focus .article__grid-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.14;
  z-index: 1;
}

.article__link--fixed-overlay:not([disabled]):hover .article__grid-image-wrapper::before, .article__link--fixed-overlay:focus .article__grid-image-wrapper::before {
  bottom: auto;
}

.article__meta-buttons li:first-child {
  margin-right: 1.5rem;
}

.article__comment-count {
  border-color: transparent;
  border-bottom-color: currentColor;
  padding: 0 0 3px 0;
}
.article__comment-count:not([disabled]):hover, .article__comment-count:focus {
  border-color: transparent;
  border-bottom-color: currentColor;
}

.rte--article {
  margin-bottom: 20px;
}

/*============================================================================
  Blog article grid
==============================================================================*/
.grid--blog {
  margin-bottom: -70px;
  overflow: auto;
}

.article__grid-tag {
  margin-right: 10px;
}

.article__grid-meta {
  margin-bottom: 70px;
}

@media only screen and (max-width: 749px) {
  .article__grid-meta--has-image {
    float: left;
    padding-left: 20px;
  }
}
.article__grid-excerpt {
  margin-bottom: 17.5px;
}

.article-image-wrapper.article__grid-image-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.article__grid-image-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.article__grid-image-wrapper--small {
  width: 50%;
}

.article__grid-image-container {
  display: block;
  clear: both;
  position: relative;
  margin: 0 auto 35px 0;
  min-height: 1px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 749px) {
  .article__grid-image-container {
    float: left;
    margin: 0 0 70px 0;
  }
}
.article__grid-image-container img {
  display: block;
}

.article__grid-image {
  margin: 0 auto;
  width: 100%;
}
.js .article__grid-image {
  position: absolute;
  top: 0;
}

.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%;
}

.article__list-image-wrapper {
  width: 100%;
}

.article__list-image {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0;
}

/*============================================================================
  Blog/article card
==============================================================================*/
.blog-card {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 750px) {
  .blog-card {
    margin-top: 0;
  }
}

.blog-card__image-wrapper {
  margin-bottom: 30px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.blog-card__image-wrapper:hover .blog-card__title-wrapper::before, .blog-card__image-wrapper:focus .blog-card__title-wrapper::before {
  opacity: 0.54;
}
.blog-card__image-wrapper:focus {
  opacity: 1;
}

.blog-card__image-wrapper--small {
  padding-bottom: 50%;
}

.blog-card__image-wrapper--medium {
  padding-bottom: 75%;
}

.blog-card__title {
  color: #fff;
  font-size: 1.3em;
  hyphens: auto;
  margin-bottom: 11px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  transition: 100ms cubic-bezier(0.44, 0.13, 0.48, 0.87);
  top: 50%;
  width: 100%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 750px) {
  .blog-card__title {
    padding: 0 15px;
  }
}

.blog-card__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.blog-card__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.blog-card__title-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.14;
}

.blog-card__excerpt {
  margin-bottom: 17.5px;
}

.blog-card__comment-count {
  border-color: transparent;
  border-bottom-color: currentColor;
  padding: 0 0 3px 0;
}
.blog-card__comment-count:not([disabled]):hover, .blog-card__comment-count:focus {
  border-color: transparent;
  border-bottom-color: currentColor;
}

.cart-popup-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  background-color: #f4f3f1;
  z-index: 9999;
  border: 1px solid #d8d2cc;
  transform: translateY(0%);
  transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
}
@media only screen and (min-width: 750px) {
  .cart-popup-wrapper {
    width: 23rem;
    right: 0;
  }
}

.cart-popup-wrapper--hidden {
  display: none;
  transform: translateY(-100%);
}

.cart-popup {
  padding: 0.2rem 1.5rem 1rem;
}

.cart-popup__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #d8d2cc;
}

.cart-popup__heading {
  flex-grow: 1;
  padding: 0.5rem 0rem;
  margin: 0;
  color: #7b7063;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: "Brandon-Regular", sans-serif;
  font-weight: 400;
}

.cart-popup__close {
  padding: 0.9rem;
  margin-right: -0.9rem;
  background-color: transparent;
  border: none;
  line-height: 0;
}
.cart-popup__close .icon-close {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}
.cart-popup__close:hover, .cart-popup__close:focus {
  color: #25282b;
}

.cart-popup-item {
  display: flex;
  margin: 1rem 0;
}

.cart-popup-item__image-wrapper {
  position: relative;
  flex-basis: 18%;
  flex-shrink: 0;
  margin-right: 1rem;
  text-align: center;
}

.cart-popup-item__image {
  display: block;
  margin: 0 auto;
  max-height: 95px;
}

.cart-popup-item__image--placeholder {
  position: relative;
  width: 100%;
}

.cart-popup-item__description {
  display: flex;
  color: #7b7063;
  flex-basis: 100%;
  justify-content: space-between;
  line-height: 1.2rem;
}

.cart-popup-item__title {
  color: #3d4246;
  font-size: 1.1em;
  font-family: "Brandon-Bold", serif;
  font-weight: 400;
}

.product-details {
  margin-top: 0.25rem;
  font-size: 0.9em;
}

.product-details__item {
  margin-bottom: 0.2rem;
  line-height: 1.5;
}
.product-details__item:last-child {
  margin-bottom: 0;
}

.product-details__item--variant-option + .product-details__item--property {
  margin-top: 0.8rem;
}

.product-details__property-label {
  font-weight: 700;
}

.cart-popup-item__quantity {
  flex-basis: 30%;
  flex-shrink: 0;
  margin-left: 1rem;
  text-align: right;
  font-size: 0.9em;
}

.cart-popup__cta-link {
  width: 100%;
}

.cart-popup__dismiss {
  margin-top: 0.5rem;
  text-align: center;
}

.cart-popup__dismiss-button {
  font-size: 0.9em;
}

.sidebar {
  margin-top: 40px;
}

.sidebar__list {
  list-style: none;
  margin-bottom: 40px;
}
.sidebar__list li {
  margin-bottom: 10px;
}

.pagination {
  text-align: center;
  list-style: none;
  font-size: 0.75em;
  padding-top: 70px;
}
.pagination li {
  display: inline-block;
}
.pagination .icon {
  display: block;
  height: 20px;
  vertical-align: middle;
}

.pagination__text {
  padding: 0 20px;
}

.comment {
  margin-bottom: 30px;
}
.comment:last-child {
  margin-bottom: 0;
}

.comment__content {
  margin-bottom: 5px;
}

.comment__meta-item {
  margin-right: 10px;
  font-size: 0.7em;
}
.comment__meta-item:first-child::before {
  content: "— ";
}

.social-sharing {
  display: flex;
}
.template-password .social-sharing {
  justify-content: center;
}

.btn--share {
  background-color: transparent;
  border-color: transparent;
  color: #3d4246;
  margin-right: 5px;
  margin-bottom: 10px;
}
.btn--share:not([disabled]):hover, .btn--share:focus {
  background-color: transparent;
  border-color: transparent;
  color: #3d4246;
}
.btn--share .icon {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.btn--share .icon-facebook {
  fill: #3b5998;
}
.btn--share .icon-twitter {
  fill: #00aced;
}
.btn--share .icon-pinterest {
  fill: #cb2027;
}

.share-title {
  display: inline-block;
  vertical-align: middle;
}

/*================ Variables ================*/
.search-form__input-wrapper {
  position: relative;
}

.search-form__input {
  padding-right: 45px;
  width: 100%;
  min-height: 44px;
  color: #7b7063;
  background-color: #f4f3f1;
  border: none;
  border: 1px solid #b8afa5;
}
.search-form__input::-ms-clear {
  display: none;
}
.search-form__input::-webkit-search-cancel-button {
  display: none;
}
.search-form__input::placeholder {
  color: #7b7063;
  opacity: 0.6;
}
.search-form__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7b7063;
  opacity: 0.6;
}
.search-form__input::-ms-input-placeholder { /* Microsoft Edge */
  color: #7b7063;
  opacity: 0.6;
}
.no-svg .search-form__input {
  width: auto;
  padding-left: 35px;
}

.search-form__clear-action {
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -12px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  transition-property: opacity, visibility, background-color, transform;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
}
.search-form__clear-action .icon-close {
  flex: 1 1 auto;
  width: 12px;
  height: 12px;
  fill: #7b7063;
}
.search-form__clear-action:focus, .search-form__clear-action:hover {
  background-color: rgba(123, 112, 99, 0.2);
}
.search-form__clear-action:active {
  transform: scale(0.9);
}
.search-form__clear-action.predictive-search__clear-button--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-bar__form .search-form__clear-action {
  right: 44px;
}

.search-form--focus .predictive-search__clear-button--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-page-form .predictive-search__clear-button--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-form__connected-submit {
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  background-color: #c67c5a;
  border-radius: 0 0px 0px 0;
  transition: background-color 100ms ease-in-out;
}
.search-form__connected-submit:focus, .search-form__connected-submit:hover {
  background-color: #b0613d;
}
.search-form__connected-submit:active {
  background-color: #c67c5a;
}
.search-form__connected-submit .icon-search {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.search-bar {
  z-index: 999;
  background-color: #f4f3f1;
}

.search-bar__interior {
  height: 100%;
  display: flex;
  flex: 1;
}
@media only screen and (min-width: 750px) {
  .search-bar__interior {
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
  }
}

.search-form__container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 8px;
  background-color: #f4f3f1;
}

.search-bar__form {
  flex: 1 1 100%;
  position: relative;
  max-width: 750px;
  border: 1px solid transparent;
}

.search-bar__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.search-bar__submit {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 0 12px;
  height: 100%;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #7b7063;
}
.search-bar__submit .icon {
  position: relative;
  top: -1px;
  width: 1.2rem;
  height: auto;
}
.search-bar__submit:hover, .search-bar__submit:focus {
  color: rgba(123, 112, 99, 0.6);
}

.search-bar__input {
  padding-right: 45px;
  width: 100%;
  min-height: 44px;
  color: #7b7063;
  background-color: #f4f3f1;
  border: none;
  border: 1px solid #b8afa5;
}

.search-bar__close {
  padding: 0.625em 0.75em;
  margin-right: -8px;
}
.search-bar__close .icon {
  width: 1rem;
  height: auto;
}

.search--less-than-2-results {
  height: 40vh;
}

.predictive-search-wrapper {
  transition-property: opacity, visibility;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
  z-index: 1000;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -1px;
  border: 1px solid #b8afa5;
  background-color: #f4f3f1;
  overflow-y: auto;
  display: none;
}
.search-bar .predictive-search-wrapper {
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .search-bar .predictive-search-wrapper {
    border: none;
  }
}
@media only screen and (min-width: 750px) {
  .search-bar .predictive-search-wrapper {
    position: absolute;
    right: auto;
    left: auto;
    max-width: 748px;
  }
}
@media only screen and (min-width: 750px) {
  .predictive-search-wrapper {
    max-height: 80vh;
  }
}
.search-page-form .predictive-search-wrapper {
  max-height: 60vh;
}

@media only screen and (max-width: 749px) {
  .predictive-search-wrapper--drawer {
    padding-top: 14px;
    margin-top: 3px;
  }
}

.predictive-search-wrapper--visible {
  display: block;
}

.predictive-search {
  height: 100%;
  text-align: left;
}
@media only screen and (max-width: 989px) {
  .search-bar .predictive-search {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.predictive-search-loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  text-align: center;
}

.icon-predictive-search-spinner::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid;
  border-color: currentColor currentColor currentColor transparent;
  -moz-animation: spin 500ms infinite linear;
  -o-animation: spin 500ms infinite linear;
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
}

.predictive-search-loading__icon {
  display: inline-block;
  margin: 0;
  color: #7b7063;
  width: 20px;
  height: 20px;
}
.predictive-search-loading__icon .icon-predictive-search-spinner::before {
  width: 100%;
  height: 100%;
  border-width: 3px;
}

.predictive-search-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px;
}
.predictive-search-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 0;
  background-color: #d8d2cc;
}
.predictive-search-title::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -1px;
  left: 14px;
  height: 1px;
  background-color: #d8d2cc;
}

@media only screen and (max-width: 749px) {
  .predictive-search-wrapper--drawer .predictive-search-title::before {
    height: 1px;
  }
}

.predictive-search-title__content {
  flex: 1 1 auto;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: 0.9em;
  font-family: "Brandon-Regular", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #7b7063;
  white-space: normal;
}

.predictive-search-title__loading-spinner {
  flex: 0 0 auto;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  color: #7b7063;
}
.predictive-search-title__loading-spinner .icon-predictive-search-spinner::before {
  width: 100%;
  height: 100%;
  border-width: 3px;
}

.predictive-search-item {
  font-weight: 400;
  white-space: normal;
}

.predictive-search-item__details {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.predictive-search-item__detail--inline {
  display: flex;
  flex-direction: row;
}

.predictive-search-item__link {
  display: flex;
  padding: 14px;
  background-color: transparent;
  transition: background-color 100ms ease-in-out;
}
.predictive-search-item__link:active {
  background-color: transparent;
}

.predictive-search-item--selected .predictive-search-item__link,
.predictive-search-item--selected .predictive-search-view-all__button,
.predictive-search-item__link:hover {
  background-color: #e9e7e3;
}
.predictive-search-item--selected .predictive-search-item__link .predictive-search-item__title-text,
.predictive-search-item--selected .predictive-search-view-all__button .predictive-search-item__title-text,
.predictive-search-item__link:hover .predictive-search-item__title-text {
  border-bottom-color: #3d4246;
}

.predictive-search__column {
  flex: 1 1 auto;
}

.predictive-search__column--image {
  flex-grow: 0;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  position: relative;
}

.predictive-search-item__image {
  object-fit: contain;
  font-family: "object-fit: contain";
  width: 100%;
  height: 100%;
}

.predictive-search__column--content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.predictive-search__column--center {
  justify-content: center;
}

.predictive-search-item__title-text {
  display: inline-block;
  color: #3d4246;
  word-break: break-word;
  border-bottom: 1px solid transparent;
  line-height: 1.2;
  font-family: "Brandon-Bold", serif;
  font-weight: 400;
}

.predictive-search-item__vendor {
  color: #7b7063;
  font-size: 0.85em;
  text-transform: uppercase;
}

.predictive-search-item__price {
  padding-top: 6px;
  flex: 0 0 auto;
  color: #7b7063;
}

.predictive-search-item__price--sale {
  color: #c67c5a;
}

.predictive-search-item__price--compare {
  text-decoration: line-through;
}

.predictive-search-view-all, .predictive-search-loading {
  border-top: 1px solid #d8d2cc;
}
@media only screen and (min-width: 750px) {
  .predictive-search__list .predictive-search-view-all:first-child, .predictive-search__list .predictive-search-loading:first-child {
    border-top: none;
  }
}

.predictive-search-view-all__button {
  display: block;
  width: 100%;
  border: none;
  padding: 14px;
  text-align: left;
  color: #3d4246;
  background-color: transparent;
  word-break: break-word;
  white-space: normal;
  font-family: "Brandon-Bold", serif;
  font-weight: 400;
}
.predictive-search-view-all__button:hover, .predictive-search-view-all__button:focus {
  background-color: #e9e7e3;
}

/*================ Mobile Site Nav ================*/
.mobile-nav {
  display: block;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
}
.sub-nav--is-open .mobile-nav {
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.third-nav--is-open .mobile-nav {
  -ms-transform: translate3d(-200%, 0, 0);
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}

.mobile-nav__link,
.mobile-nav__sublist-link {
  display: block;
  width: 100%;
  padding: 15px 30px;
  font-size: 14px;
}

.mobile-nav__link {
  position: relative;
}

.mobile-nav__label {
  border-bottom: 1px solid transparent;
}
.mobile-nav__link--active .mobile-nav__label {
  border-bottom-color: #3d4246;
}

.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
  padding-left: 70px;
  padding-right: 30px;
}

.mobile-nav__item {
  display: block;
  width: 100%;
}
.mobile-nav__item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  margin: -6px 0 0 -7px;
}

.mobile-nav__return {
  border-right: 1px solid #d8d2cc;
}

.mobile-nav__return-btn {
  position: relative;
  padding: 24px 0;
  width: 55px;
}

.mobile-nav__icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
  overflow: hidden;
}

.mobile-nav__table {
  display: table;
  width: 100%;
}

.mobile-nav__table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  text-align: left;
  white-space: normal;
}

.mobile-nav__toggle-button {
  padding: 20px 15px;
}

.mobile-nav__dropdown {
  position: absolute;
  background-color: #f4f3f1;
  z-index: 8;
  width: 100%;
  top: 0;
  right: -100%;
  display: none;
}
.is-active + .mobile-nav__dropdown {
  display: block;
  opacity: 1;
}
.mobile-nav__dropdown.is-closing {
  transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
  opacity: 0.99;
}
.mobile-nav__dropdown .mobile-nav__sublist-header {
  font-family: "Brandon-Bold", serif;
  font-style: normal;
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.mobile-nav__dropdown .mobile-nav__sublist-header--main-nav-parent {
  color: #7b7063;
}

/*================ Mobile nav wrapper ================*/
.mobile-nav-wrapper {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f4f3f1;
  transition: all 400ms cubic-bezier(0.29, 0.63, 0.44, 1);
  display: none;
  overflow: hidden;
  width: 100%;
}
.mobile-nav-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #d8d2cc;
}
.mobile-nav-wrapper.js-menu--is-open {
  display: block;
}

.mobile-nav--open .icon-close {
  display: none;
}

.mobile-nav--close .icon-hamburger {
  display: none;
}

.site-header__mobile-nav {
  z-index: 11;
  position: relative;
  background-color: #f4f3f1;
}
@media only screen and (max-width: 749px) {
  .site-header__mobile-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}

/*================ Modals ================*/
.modal {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: #f4f3f1;
  bottom: 0;
  color: #3d4246;
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.modal--is-active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden;
}

.modal__inner {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
}

.modal__centered {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.no-csstransforms .modal__centered {
  top: 20%;
}

.modal__close {
  border: 0;
  padding: 40px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}
.modal__close .icon {
  font-size: 1em;
}

/*============================================================================
  Hero slider

  Extends default slick slider styles.
  Extra specificity in selectors is used to override defaults.
==============================================================================*/
.slideshow-wrapper {
  position: relative;
}

.slideshow {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.slideshow.full-height {
  min-height: 100vh;
}
.slideshow .slick-track,
.slideshow .slick-list {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  opacity: 1;
  transition-delay: 0s !important;
  transition-duration: 0 !important;
}
.slideshow .slick-prev,
.slideshow .slick-next {
  top: calc(50% - 10px);
  margin-top: 0;
  width: 40px;
}
.slideshow .slick-prev {
  left: 0;
}
.slideshow .slick-next {
  right: 0;
}

@media only screen and (min-width: 750px) {
  .slideshow--display-controls .slick-dots {
    left: calc(50% - 22px);
  }
}

.slideshow--small {
  height: 175px;
}
@media only screen and (min-width: 750px) {
  .slideshow--small {
    height: 475px;
  }
}

.slideshow--medium {
  height: 270px;
}
@media only screen and (min-width: 750px) {
  .slideshow--medium {
    height: 650px;
  }
}

.slideshow--large {
  height: 375px;
}
@media only screen and (min-width: 750px) {
  .slideshow--large {
    height: 775px;
  }
}

/*================ General slide styles ================*/
.slideshow__slide {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 750px) {
  .slideshow__slide {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 749px) {
  .stylebook-section .slideshow__slide {
    padding-bottom: 102px;
  }
}

.slideshow__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slideshow__link:active, .slideshow__link:focus {
  opacity: 1;
}

.slideshow__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.14;
  z-index: 2;
}

/*================ Slide images ================*/
.slideshow__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  z-index: 1;
}
.slick-slider .slideshow__image {
  opacity: 0;
}
.slick-initialized .slideshow__image, .no-js .slideshow__image {
  opacity: 1;
}

/*================ Slide text ================*/
.slideshow__text-wrap {
  height: auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.slideshow__text-wrap.slideshow__text-content--vertical-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  margin-top: 8vh;
}
@media only screen and (max-width: 749px) {
  .slideshow__text-wrap.slideshow__text-content--vertical-top {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
}
.slideshow__text-wrap.slideshow__text-content--vertical-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 5vh;
}
.slideshow__link .slideshow__text-wrap {
  cursor: inherit;
}
@media only screen and (min-width: 750px) {
  .has-arrows .slideshow__text-wrap {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 0;
  }
}
.slideshow__text-wrap.slideshow__text-content--vertical-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 749px) {
  .slideshow__text-wrap.slideshow__text-content--vertical-center {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
}

.slideshow__text-content {
  height: auto;
  width: 100%;
  z-index: 2;
  transform: translate3d(0, 40px, 0);
}
.slick-slide .slideshow__text-content {
  opacity: 0;
}
[aria-hidden=false] .slideshow__text-content, .slick-active .slideshow__text-content, .no-js .slideshow__text-content {
  transition: opacity 0.6s ease-in-out 0.6s, transform 0.2s ease 0.6s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.slick-current .slideshow__text-content {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.slick-slider .slideshow__text-content .slideshow__text-content::after {
  content: "";
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  opacity: 1;
  transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
  bottom: -40px;
  left: 50%;
}
.slick-initialized .slideshow__text-content::after, .no-js .slideshow__text-content::after {
  opacity: 0;
  visibility: hidden;
  content: none;
}

.slideshow__text-content .wrapper-flex {
  display: flex;
  flex-flow: column wrap;
}
.text-right .slideshow__text-content .wrapper-flex {
  align-items: flex-end;
}
.text-center .slideshow__text-content .wrapper-flex {
  align-items: center;
}

.slideshow__text-content-list {
  max-width: 1000px;
}
.text-center .slideshow__text-content-list {
  max-width: 100%;
}

.slideshow__title,
.slideshow__subtitle {
  color: #fff;
}

.slideshow__btn-wrapper {
  border: none;
  background-color: transparent;
}

.slideshow__btn-wrapper--push {
  margin-top: 20px;
}

.slideshow__btn {
  max-width: 100%;
  display: inline-block;
  word-wrap: break-word;
  min-height: 3.125rem;
  line-height: 2.2;
}
.slideshow__btn.btn--text {
  padding-bottom: 2px;
}
@media only screen and (min-width: 750px) {
  .slideshow__btn {
    display: inline-block;
  }
}

/*================ Slideshow control styles ================*/
.slideshow__controls {
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  height: 0;
  padding: 0 20px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 750px) {
  .slideshow__controls {
    padding: 0 40px;
  }
  .slideshow__controls.no-dots {
    top: 50%;
  }
}
@media only screen and (min-width: 750px) {
  .slideshow__controls.image-controls {
    display: inline-block;
    height: auto;
    right: 0;
    bottom: 22vh;
    left: auto;
    padding: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slideshow__controls.image-controls .slideshow__img-nav {
    margin: 0 -20px 0 0;
    width: 220px;
    cursor: pointer;
  }
  .slideshow__controls.image-controls .slideshow__current-number {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .slideshow__controls.image-controls {
    bottom: 12vh;
  }
}
.slick-initialized + .slideshow__controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  width: auto;
}
@media only screen and (max-width: 749px) {
  .stylebook-section .slideshow__controls {
    bottom: 102px;
  }
}

@media only screen and (min-width: 750px) {
  .hero-banner + .slideshow__controls.no-dots {
    bottom: 50vh;
    top: auto;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .hero-banner + .slideshow__controls.no-dots {
    bottom: 8vh;
  }
}

@media only screen and (max-width: 749px) {
  .slideshow__img-nav {
    display: none;
  }
}
.slideshow__img-nav img {
  width: 220px;
  height: 150px;
  object-fit: cover;
}

.slideshow__arrows {
  height: 0;
  background-clip: content-box;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .image-controls .slideshow__arrows {
    min-width: 200px;
    width: auto;
  }
}
.slideshow__arrows .slideshow__arrow {
  height: 44px;
  position: relative;
  top: -22px;
  line-height: 0;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  background-color: transparent;
  color: white;
  border: none;
}
.slideshow__arrows .slideshow__arrow:active, .slideshow__arrows .slideshow__arrow:focus {
  outline: none;
}
.slideshow__arrows .slideshow__arrow .icon {
  width: 66px;
  height: 18px;
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.slideshow__arrows .slideshow__arrow .icon:hover {
  color: #fff;
}
.slideshow__arrows .slideshow__arrow.btn, .slideshow__arrows .shopify-payment-button .slideshow__arrow.shopify-payment-button__button--unbranded, .shopify-payment-button .slideshow__arrows .slideshow__arrow.shopify-payment-button__button--unbranded {
  min-width: 150px;
}
.slideshow__arrows .slideshow__arrow-left {
  float: left;
}
@media only screen and (max-width: 749px) {
  .slideshow__arrows .slideshow__arrow-left {
    display: none;
  }
}
@media only screen and (min-width: 750px) {
  .slideshow__arrows .slideshow__arrow-left {
    order: -1;
  }
  .image-controls .slideshow__arrows .slideshow__arrow-left {
    display: none;
  }
}
@media only screen and (max-width: 749px) {
  .slideshow__arrows.show-both .slideshow__arrow-left {
    display: block;
  }
}
.slideshow__arrows .slideshow__arrow-right {
  float: right;
  order: 1;
  margin-left: auto;
}
@media only screen and (min-width: 750px) {
  .image-controls .slideshow__arrows .slideshow__arrow-right {
    padding: 0 20px;
  }
}
.slideshow__arrows .slick-dots {
  line-height: 0;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 749px) {
  .slideshow__arrows .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
}
.slideshow__arrows .slick-dots li {
  width: 6px;
  height: 6px;
  margin-left: 14px;
}
.slideshow__arrows .slick-dots li button::before,
.slideshow__arrows .slick-dots li a::before {
  width: 6px;
  height: 6px;
  color: rgba(61, 66, 70, 0.7);
  border: none;
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.slideshow__arrows .slick-dots li.slick-active button::before,
.slideshow__arrows .slick-dots li.slick-active a::before {
  color: #fff;
  width: 10px;
  height: 10px;
  top: -2px;
  left: -2px;
}

.stylebook-section .mega-title .label-title, .stylebook-section .mega-title .order-table thead th, .order-table thead .stylebook-section .mega-title th {
  display: block;
  margin-bottom: 20px;
}
.stylebook-section .mega-title + .mega-subtitle {
  margin: 0;
  max-width: none;
  font-size: 20px;
  line-height: 28px;
}
.stylebook-section .mega-subtitle {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 34px;
  font-family: "Brandon-Regular", sans-serif;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .stylebook-section .mega-subtitle {
    max-width: 60%;
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 990px) {
  .stylebook-section .mega-subtitle {
    max-width: 60%;
    font-size: 34px;
    line-height: 44px;
  }
}
.stylebook-section .slideshow__controls.image-controls {
  right: -85px;
  transition: right 0.6s ease-in-out;
}
.stylebook-section .slideshow[data-current-slide="0"] + .slideshow__controls .slideshow__arrow-left {
  display: none;
}
.stylebook-section .slideshow[data-current-slide="0"] + .slideshow__controls + .slideshow__controls.image-controls {
  right: 0;
}
.stylebook-section .slideshow[data-current-slide="0"] .slideshow__text-wrap {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 749px) {
  .stylebook-section .block-background_slider {
    display: flex;
    height: 100vh;
    padding: 70px 20px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .stylebook-section .block-background_slider .slideshow__text-content {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .stylebook-section .block-products_slider {
    padding: 0;
  }
}
@media only screen and (max-width: 749px) {
  .stylebook-section .block-products_slider {
    background-color: #fff;
    padding: 0;
  }
  .stylebook-section .block-products_slider .slideshow__image {
    display: none;
  }
  .stylebook-section .block-products_slider .slideshow__text-wrap {
    display: block;
    height: 100%;
  }
  .stylebook-section .block-products_slider .slideshow__text-content {
    display: block;
    transform: none;
  }
  .stylebook-section .block-products_slider .slideshow__text-content > .page-width, .stylebook-section .block-products_slider .slideshow__text-content > #shopify-section-boho-navigation {
    padding: 0;
  }
  .stylebook-section .block-products_slider .stylebook__products {
    display: block;
    height: auto;
    margin: 0;
  }
  .stylebook-section .block-products_slider .product-box {
    width: 100%;
    padding-bottom: 100%;
  }
  .stylebook-section .block-products_slider .product-box .product-info {
    left: 30px;
    right: auto;
    text-align: left;
  }
  .stylebook-section .block-products_slider .content-box {
    width: 100%;
    padding: 30px 20px 60px;
  }
}

.slideshow__pause {
  clip: auto;
  width: 44px;
  height: 44px;
  margin-left: 1px;
  padding: 5px;
  background-clip: content-box;
  z-index: 10000;
  border: none;
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  line-height: 0;
}
.slideshow__pause .icon {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.slideshow__pause .icon:hover {
  color: #fff;
}
.slideshow__pause .icon {
  width: 0.65rem;
  height: 0.65rem;
}

.slideshow__pause-stop {
  display: block;
}
.is-paused .slideshow__pause-stop {
  display: none;
}

.slideshow__pause-rotate {
  display: none;
}
.is-paused .slideshow__pause-rotate {
  display: block;
}

.price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 749px) {
  .price {
    font-size: 0.95em;
  }
}
.price dl {
  margin-top: 0;
}
.price dd {
  margin: 0 0.5em 0 0;
}

.price--unavailable {
  visibility: hidden;
}

.price--compare-price-hidden .price__compare {
  display: none;
}

.price__pricing-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.price__regular {
  display: block;
}

.price__regular,
.price__sale {
  margin-right: 0.625rem;
}

.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price__availability {
  display: none;
  color: #7b7063;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price--sold-out .price__availability {
  display: block;
}

.price__sale {
  display: none;
}
.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.price__vendor {
  color: #7b7063;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}

.price__vendor--listing {
  margin: 0 0 4px;
}

.price__unit {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: none;
}
.price--unit-available .price__unit {
  display: block;
}

.price-item {
  color: #7b7063;
  font-weight: 700;
}

.price-item--sale {
  color: #c67c5a;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
}

.price-unit-price {
  color: #7b7063;
  font-size: 0.8em;
}

.price-item__label {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
}

.price__badges {
  margin-top: 0;
}

.price__badge {
  display: none;
  align-self: center;
  text-align: center;
  font-size: 0.5em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #f4f3f1;
  border: 1px solid #3d4246;
  border-radius: 2px;
  padding: 0.2rem 0.5rem;
}

.price__badge--sale {
  color: #f4f3f1;
  border-color: #c67c5a;
  background-color: #c67c5a;
}
.price--on-sale .price__badge--sale {
  display: flex;
}
.price--sold-out .price__badge--sale {
  display: none;
}

.price__badge--sold-out {
  color: #7b7063;
  border-color: #7b7063;
}
.price--sold-out .price__badge--sold-out {
  display: flex;
}

.price__badges--listing {
  margin-top: 0.5rem;
}
.price__badges--listing .price__badge {
  font-size: 0.6em;
  padding: 0.25rem 0.55rem;
}

/*================ Module | Filters and Sort toolbar and selection ================*/
.filters-toolbar-wrapper {
  border-bottom: 1px solid #d8d2cc;
  border-top: 1px solid #d8d2cc;
  margin-bottom: 20px;
}
@media only screen and (min-width: 750px) {
  .filters-toolbar-wrapper {
    margin-bottom: 70px;
  }
}

.filters-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filters-toolbar .icon-chevron-down {
  fill: #7b7063;
  width: 0.625em;
  height: 0.625em;
  right: 8px;
}

.filters-toolbar--has-filter {
  position: relative;
}
@media only screen and (max-width: 749px) {
  .filters-toolbar--has-filter {
    border-bottom: none;
  }
  .filters-toolbar--has-filter .filters-toolbar__item-child {
    flex-basis: 50%;
  }
  .filters-toolbar--has-filter .filters-toolbar__item-wrapper {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
  }
  .filters-toolbar--has-filter .filters-toolbar__item--count {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    text-align: left;
  }
  .filters-toolbar--has-filter .filters-toolbar__item--count:before {
    background-color: #d8d2cc;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
  }
}

.filters-toolbar__item {
  min-width: 33%;
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
}
.no-flexbox .filters-toolbar__item {
  text-align: left !important;
}
@media only screen and (max-width: 749px) {
  .filters-toolbar__item:first-child .filters-toolbar__input {
    padding-left: 0;
  }
}

@media only screen and (max-width: 749px) {
  .filters-toolbar__item-child {
    flex-grow: 0;
  }
}
@media only screen and (max-width: 749px) {
  .filters-toolbar__item-child:first-child {
    margin-right: 2.5rem;
  }
}
@media only screen and (min-width: 750px) {
  .filters-toolbar__item-child:first-child {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 749px) {
  .filters-toolbar__item-child .filters-toolbar__input {
    padding-left: 0;
    padding-right: 25px;
    width: 100%;
  }
}

.filters-toolbar__item-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
}
@media only screen and (max-width: 749px) {
  .filters-toolbar__item-wrapper {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}

.filters-toolbar__item--count {
  min-width: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .filters-toolbar__item--count {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    text-align: right;
  }
}

.no-flexbox .filters-toolbar select, .no-flexbox .filters-toolbar .disclosure__toggle {
  width: 100% !important;
}

.filters-toolbar__label {
  display: inline-block;
}
@media only screen and (max-width: 749px) {
  .filters-toolbar__label {
    display: block;
    margin-bottom: 0;
    margin-top: 8px;
  }
}

.filters-toolbar__input-wrapper {
  display: inline-block;
}

.filters-toolbar__input {
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  height: 55px;
  opacity: 1;
  position: relative;
}
.filters-toolbar__item:first-child .filters-toolbar__input {
  padding-left: 0;
}
.no-flexbox .filters-toolbar__input {
  margin: 0;
}
@media only screen and (max-width: 749px) {
  .filters-toolbar__input {
    height: 46px;
  }
}
.filters-toolbar__input.hidden {
  opacity: 0;
}
.filters-toolbar__input option {
  text-overflow: ellipsis;
  overflow: hidden;
}

.filters-toolbar__product-count {
  font-size: 0.95em;
  font-style: italic;
  line-height: 55px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 749px) {
  .filters-toolbar__product-count {
    font-size: 0.9em;
    line-height: 46px;
  }
}

.site-footer {
  margin-top: 70px;
  padding: 45px 0 70px 0;
}
@media only screen and (min-width: 750px) {
  .site-footer {
    padding-bottom: 35px;
  }
}
.site-footer h4, .site-footer .h4 {
  margin-bottom: 12.5px;
}
@media only screen and (min-width: 750px) {
  .site-footer h4, .site-footer .h4 {
    min-height: 0.95em;
    margin-bottom: 25px;
  }
}

.site-footer__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 749px) {
  .site-footer__content {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 750px) {
  .site-footer__content {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.site-footer__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 70px;
}
@media only screen and (min-width: 750px) {
  .site-footer__item {
    padding: 0 15px 0 15px;
    margin-bottom: 45px;
  }
}
.site-footer__item:first-of-type {
  padding-left: 0;
}
.site-footer__item:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 749px) {
  .site-footer__item:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 750px) {
  .site-footer__item--full-width {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .site-footer__item--one-half {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .site-footer__item--one-third {
    -webkit-flex: 1 1 33%;
    -moz-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
  }
  .site-footer__item--one-quarter {
    -webkit-flex: 1 1 25%;
    -moz-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .site-footer__item--one-fifth {
    -webkit-flex: 1 1 20%;
    -moz-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  .site-footer-newsletter__one-half {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media only screen and (min-width: 750px) {
  .site-footer__item--center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .site-footer__item--center > * {
    text-align: center;
  }
}

.site-footer__item-inner--newsletter {
  width: 100%;
}
.site-footer__item-inner--newsletter .newsletter__submit {
  margin-top: 5px;
}
.site-footer__item-inner--newsletter .newsletter__input {
  margin: 5px 0 0 0;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .site-footer__item--full-width .site-footer__item-inner--newsletter {
    max-width: 50%;
  }
}

@media only screen and (min-width: 750px) {
  .site-footer__centered--single-block {
    width: 75%;
    margin: 0 auto;
  }
}

.site-footer__hr {
  margin: 70px 0 30px 0;
}
@media only screen and (min-width: 750px) {
  .site-footer__hr {
    margin: 45px 0 20px 0;
  }
}

@media only screen and (max-width: 749px) {
  .site-footer__linklist.list--inline > li {
    display: block;
  }
}

.site-footer__linklist-item {
  display: block;
  padding: 15px 0;
}
@media only screen and (min-width: 750px) {
  .site-footer__linklist-item {
    padding: 0 30px 5px 0;
  }
}
.site-footer__linklist-item:last-of-type {
  padding-right: 0;
}

.site-footer__icon-list {
  padding-bottom: 30px;
}
@media only screen and (min-width: 750px) {
  .site-footer__icon-list {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 750px) {
  .site-footer__social-icons {
    padding-top: 7.5px;
    text-align: right;
  }
}

.social-icons__item {
  padding: 0 15px;
}
@media only screen and (min-width: 750px) {
  .social-icons__item:last-of-type {
    padding-right: 0;
  }
}

.social-icons__link {
  display: block;
}

.site-footer__subwrapper {
  margin-top: 35px;
}

@media only screen and (min-width: 750px) {
  .site-footer-item-align-right {
    text-align: right;
  }
}

.site-footer__copyright-content {
  font-size: 0.85em;
}

.site-footer__payment-icons .payment-icon {
  margin-bottom: 5px;
  margin-left: 5px;
}
.site-footer__payment-icons .payment-icon:first-child {
  margin-left: 0;
}

.site-footer-item-center-vertically {
  padding-top: 7.5px;
}

@media only screen and (min-width: 750px) {
  .site-footer-item-tall {
    margin-bottom: 15px;
    height: 46px;
  }
  .site-footer-item-tall .site-footer__icon-list {
    padding-bottom: 0;
  }
}

.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 749px) {
  .feature-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media only screen and (max-width: 749px) {
  .feature-row__item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
}

.feature-row__image-wrapper {
  margin: 0 auto 19.4444444444px;
  position: relative;
  width: 100%;
}

.feature-row__image {
  display: block;
  margin: 0 auto;
}
.feature-row__image-wrapper .feature-row__image {
  width: 100%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 749px) {
  .feature-row__image {
    order: 1;
  }
}

.feature-row__text {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 749px) {
  .feature-row__text {
    order: 2;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 750px) {
  .feature-row__text--left {
    padding-left: 35px;
  }
  .feature-row__text--right {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 750px) {
  .featured-row__subtext {
    font-size: 1.1em;
  }
}
.hero {
  position: relative;
  height: 475px;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hero--adapt,
.hero-fixed-width__image {
  max-height: 100vh;
}
@media only screen and (min-width: 750px) {
  .hero--adapt,
.hero-fixed-width__image {
    max-height: 80vh;
  }
}

.hero--x-small {
  height: 94px;
}

.hero--small {
  height: 225px;
}

.hero--medium {
  height: 357px;
}

.hero--large {
  height: 488px;
}

.hero--x-large {
  height: 582px;
}

@media only screen and (min-width: 750px) {
  .hero--x-small {
    height: 125px;
  }
  .hero--small {
    height: 300px;
  }
  .hero--medium {
    height: 475px;
  }
  .hero--large {
    height: 650px;
  }
  .hero--x-large {
    height: 775px;
  }
}
.hero__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.14;
  z-index: 1;
}

.hero__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 70px 0;
  z-index: 2;
}

.hero__btn {
  margin-top: 35px;
}

/*================ Fixed width ================*/
.hero-fixed-width {
  position: relative;
}
.hero-fixed-width::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.14;
  z-index: 1;
}

.hero-fixed-width__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-fixed-width__image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  font-family: "object-fit: cover";
  overflow: hidden;
}

/*================ Quote slider ================*/
.quote-icon {
  display: block;
  margin: 0 auto 20px;
}

.quotes-slider__text {
  font-size: 1.0875em;
  font-weight: 400;
  font-style: normal;
  padding: 0 15px;
}
.quotes-slider__text cite {
  font-size: 0.8333333333em;
  font-style: normal;
}
.quotes-slider__text p {
  margin-bottom: 30px;
}
.quotes-slider__text p + cite {
  margin-top: 0;
}

.slick-dotted.quotes-slider.slick-initialized {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 70px;
}
.quotes-wrapper .slick-dots li {
  margin: 0;
}
.quotes-wrapper .slick-dots li button::before {
  font-size: 34px;
  color: #3d4246;
  opacity: 0.2;
}
.quotes-wrapper .slick-dots li.slick-active button::before {
  opacity: 1;
}

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none;
}

.logo-bar {
  list-style: none;
  text-align: center;
  margin-bottom: -35px;
}

@media only screen and (min-width: 750px) {
  .logo-bar--large {
    margin-bottom: -70px;
  }
}
.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 0 35px 35px;
}

@media only screen and (min-width: 750px) {
  .logo-bar__item--large {
    margin-bottom: 70px;
  }
}
.logo-bar__image {
  display: block;
  margin: 0 auto;
}

.logo-bar__link {
  display: block;
}

.map-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 750px) {
  .map-section {
    min-height: 500px;
  }
}

.map-section--load-error {
  height: auto;
}

.map-section__wrapper {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.map-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.map-section__error {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 750px) {
  .map-section__error {
    position: absolute;
    margin: 0 2rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  flex-grow: 0;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .map-section__content-wrapper {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 990px) {
  .map-section__content-wrapper {
    -ms-flex-preferred-size: 33%;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    flex-basis: 33%;
  }
}

.map-section__content {
  position: relative;
  display: inline-block;
  background-color: rgba(123, 112, 99, 0.05);
  padding: 35px;
  width: 100%;
  text-align: center;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.map-section__content > * {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .map-section__content {
    background-color: #f4f3f1;
    margin: 40px 0;
    min-height: 300px;
  }
}
.map-section--load-error .map-section__content {
  position: static;
  transform: translateY(0);
}

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.map-section__container {
  max-width: none;
  width: 100%;
  height: 55vh;
  left: 0;
}
@media only screen and (min-width: 750px) {
  .map-section__container {
    position: absolute;
    height: 100%;
    top: 0;
    width: 130%;
  }
}

.map_section__directions-btn [class^=icon] {
  height: 1em;
}
.map_section__directions-btn * {
  vertical-align: middle;
}

.map-section__background-wrapper {
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 750px) {
  .map-section__background-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.map-section--onboarding .map-section__background-wrapper {
  min-height: 55vh;
}

.map-section__image {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 750px) {
  .map-section__image {
    position: absolute;
  }
}
.map-section--display-map .map-section__image {
  display: none !important;
}
.map-section--load-error .map-section__image {
  display: block !important;
}

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden;
}

.image-bar {
  overflow: hidden;
}
@media only screen and (max-width: 749px) {
  .image-bar {
    max-width: 400px;
    margin: 0 auto;
  }
}

.image-bar__item {
  display: block;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.image-bar__link:hover .image-bar__overlay::before, .image-bar__link:focus .image-bar__overlay::before {
  opacity: 0.54;
}
.image-bar__link:focus {
  position: relative;
  z-index: 2;
}
.image-bar__link:focus .image-bar__content {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.image-bar__content, .image-bar__item {
  position: relative;
  width: 100%;
}
.image-bar--x-small .image-bar__content, .image-bar--x-small .image-bar__item {
  height: 94px;
}
.image-bar--small .image-bar__content, .image-bar--small .image-bar__item {
  height: 225px;
}
.image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
  height: 357px;
}
.image-bar--large .image-bar__content, .image-bar--large .image-bar__item {
  height: 488px;
}
.image-bar--x-large .image-bar__content, .image-bar--x-large .image-bar__item {
  height: 582px;
}
@media only screen and (min-width: 750px) {
  .image-bar--x-small .image-bar__content, .image-bar--x-small .image-bar__item {
    height: 125px;
  }
  .image-bar--small .image-bar__content, .image-bar--small .image-bar__item {
    height: 300px;
  }
  .image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
    height: 475px;
  }
  .image-bar--large .image-bar__content, .image-bar--large .image-bar__item {
    height: 650px;
  }
  .image-bar--x-large .image-bar__content, .image-bar--x-large .image-bar__item {
    height: 775px;
  }
}

.image-bar__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.14;
}

.image-bar__caption {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 100ms cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.collection-grid {
  margin-bottom: -20px;
  overflow: auto;
}

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 750px) {
  .collection-grid-item {
    margin-bottom: 30px;
  }
}

.collection-grid-item__title {
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  padding: 0 5px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 100ms cubic-bezier(0.44, 0.13, 0.48, 0.87);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  hyphens: auto;
}
@media only screen and (min-width: 750px) {
  .collection-grid-item__title {
    padding: 0 15px;
  }
}

.collection-grid-item__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.collection-grid-item__link:hover .collection-grid-item__title-wrapper::before, .collection-grid-item__link:focus .collection-grid-item__title-wrapper::before {
  opacity: 0.54;
}
.collection-grid-item__link:focus {
  opacity: 1;
}

.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.collection-grid-item__title-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.14;
}

.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -30px;
  margin-left: -30px;
}
@media only screen and (max-width: 749px) {
  .custom-content {
    margin-bottom: -22px;
    margin-left: -22px;
  }
}

.custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 100%;
}
@media only screen and (max-width: 749px) {
  .custom__item {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 22px;
    margin-bottom: 22px;
  }
  .custom__item.small--one-half {
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.custom__item .collection-grid-item {
  margin-bottom: 0;
}

.custom__item-inner {
  position: relative;
  display: block;
  text-align: left;
  max-width: 100%;
}

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
  display: block;
}

.custom__item-inner--image {
  position: relative;
  margin: 0 auto;
}

.custom__image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

/*================ Linklist ================*/
@media only screen and (max-width: 749px) {
  .custom__item.custom__item--link_list {
    flex: 1 0 100%;
    max-width: none;
  }
}

.custom__linklist {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 750px) {
  .custom__linklist {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.custom__linklist-link {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px 0;
}
@media only screen and (min-width: 750px) {
  .custom__linklist-link {
    padding: 3px 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center;
}

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

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
}

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right;
}

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center;
}

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right;
}

.newsletter-section {
  padding-top: 70px;
}
.page-lookbook .newsletter-section {
  margin-top: 0;
}

.index-section--newsletter-background {
  background-color: rgba(123, 112, 99, 0.05);
}

.rich-text__heading--large {
  font-size: 1.4em;
}

.rich-text__heading--small {
  font-size: 0.88em;
}

.rich-text__text--large {
  font-size: 1.15em;
}

.rich-text__text--small {
  font-size: 0.85em;
}

.product-card {
  position: relative;
}
.product-card:hover .product-card__image-wrapper, .product-card:focus-within .product-card__image-wrapper {
  opacity: 0.8;
}
.product-card:hover .product-card__title, .product-card:focus-within .product-card__title {
  border-bottom-color: #3d4246;
}

.product-card__image-with-placeholder-wrapper {
  position: relative;
}

.product-card__title {
  border-bottom: 1px solid transparent;
  display: inline;
  font-family: "Brandon-Bold", serif;
  font-style: normal;
  font-weight: 400;
}

[data-section-type=video-section] {
  margin: 0 auto;
}
@media only screen and (max-width: 749px) {
  [data-section-type=video-section] {
    transition: width 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), padding 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
}

.video-section-wrapper {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 750px) {
  .video-section-wrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 749px) {
  .video-section-wrapper {
    overflow: visible !important;
  }
  .video-section-wrapper.video-is-playing {
    margin: 0;
  }
  .video-section-wrapper.video-is-loaded {
    transition: margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
}

.video-section-wrapper--small.video-section-wrapper--min-height {
  min-height: 175px;
}
@media only screen and (min-width: 750px) {
  .video-section-wrapper--small.video-section-wrapper--min-height {
    min-height: 475px;
  }
}

.video-section-wrapper--medium.video-section-wrapper--min-height {
  min-height: 270px;
}
@media only screen and (min-width: 750px) {
  .video-section-wrapper--medium.video-section-wrapper--min-height {
    min-height: 650px;
  }
}

.video-section-wrapper--large.video-section-wrapper--min-height {
  min-height: 375px;
}
@media only screen and (min-width: 750px) {
  .video-section-wrapper--large.video-section-wrapper--min-height {
    min-height: 775px;
  }
}

.video-background-wrapper--no-overlay {
  background-color: rgba(61, 66, 70, 0.2);
}

/*================ Video text ================*/
.video__text-content {
  text-align: center;
  position: relative;
  width: 100%;
  top: 20px;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
  z-index: 3;
  padding: 40px 0;
}
.video-is-playing .video__text-content {
  display: none;
}
.video-is-loaded .video__text-content, .no-js .video__text-content {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.video-is-loaded .video__text-content::after, .no-js .video__text-content::after {
  opacity: 0;
  visibility: hidden;
  content: none;
}

.video__title {
  color: #fff;
}
.video-is-paused .video__title {
  display: none;
}

/*================ Video styles ================*/
.video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.video--background {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
}

.autoplay .video-is-loaded .video--background {
  display: block;
  visibility: visible;
  opacity: 1;
}

.video--image_with_play {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
}
.video-is-playing .video--image_with_play, .video-is-paused .video--image_with_play {
  display: block;
  visibility: visible;
  opacity: 1;
}

/*================ Video control buttons ================*/
.video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 4;
  transition: all 0.1s ease-out;
}

.video-control__play-wrapper {
  display: none;
  height: 50px;
}
@media only screen and (min-width: 750px) {
  .video-control__play-wrapper {
    display: block;
  }
}

.video-control__play-wrapper-mobile {
  display: block;
  height: 50px;
  position: absolute;
  top: calc(100% - 25px);
  left: calc(50% - 25px);
}
@media only screen and (min-width: 750px) {
  .video-control__play-wrapper-mobile {
    display: none;
  }
}

.video-control__play-wrapper--with-text {
  margin-top: 30px;
}

.video-control__play {
  display: flex;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  padding: 5px;
  pointer-events: none;
}
.video-background-wrapper .video-control__play {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-control__play .icon {
  opacity: 0.5;
}
.video-is-loaded .video-control__play {
  pointer-events: auto;
}
.video-is-loaded .video-control__play .icon {
  opacity: 1;
}
.video-is-playing .video-control__play {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.video-control__play::before {
  content: "";
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  margin-left: -1.4375rem;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  transition: all 0.1s ease-out 0.5s;
  z-index: 5;
  top: 1px;
  left: 50%;
  opacity: 0.5;
}
.video-is-loaded .video-control__play::before, .video-is-playing .video-control__play::before, .video-is-paused .video-control__play::before {
  content: none;
  display: none;
}

.video-control__close-wrapper {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  z-index: 3;
}
.video-is-playing .video-control__close-wrapper, .video-is-paused .video-control__close-wrapper {
  display: block;
}

.video-control__close {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 27px;
  border-radius: 15px;
  background-color: #fff;
  color: #000;
}
.video-control__close-wrapper:hover .video-control__close, .video-control__close-wrapper:focus .video-control__close {
  outline: auto 5px -webkit-focus-ring-color;
  opacity: 0.7;
}
.video-is-playing .video-control__close, .video-is-paused .video-control__close {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.video-control__close .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
}

.video__pause {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background-color: transparent;
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
@media only screen and (max-width: 749px) {
  .video__pause {
    display: none;
  }
}
.video-is-playing .video__pause {
  display: none;
}
.video__pause .icon {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.video__pause:hover, .video__pause:focus {
  outline: none;
}
.video__pause:hover .icon, .video__pause:focus .icon {
  color: #fff;
}
.video__pause .icon-pause {
  width: 12px;
  height: 12px;
  top: 11px;
}
.video__pause .icon-play {
  width: 16px;
  height: 16px;
  top: 9px;
}

.video__pause-resume,
.video__pause-stop {
  height: 34px;
  width: 34px;
  margin: 0 auto;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.video__pause:hover .video__pause-resume, .video__pause:focus .video__pause-resume,
.video__pause:hover .video__pause-stop,
.video__pause:focus .video__pause-stop {
  background-color: rgba(0, 0, 0, 0.75);
}
.video__pause:focus .video__pause-resume,
.video__pause:focus .video__pause-stop {
  outline: auto 5px -webkit-focus-ring-color;
}

.video__pause-stop {
  display: flex;
}
.is-paused .video__pause-stop {
  display: none;
}

.video__pause-resume {
  display: none;
}
.is-paused .video__pause-resume {
  display: flex;
}

/*================ Overlay ================*/
.video__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.14;
  z-index: 3;
}

.video-is-playing .video__overlay {
  opacity: 0;
}
.video-is-playing .video__overlay:before {
  content: none;
}

/*================ Fallback images ================*/
.video__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}
@media only screen and (min-width: 750px) {
  .video-background-wrapper .video__image {
    opacity: 0;
  }
}
.no-autoplay .video__image {
  opacity: 1;
}

.product-recommendations__inner {
  padding: 35px 0;
}
.disclosure {
  position: relative;
}

.disclosure__toggle {
  white-space: nowrap;
}

.disclosure-list {
  background-color: #f4f3f1;
  border: 1px solid #b8afa5;
  bottom: 115%;
  padding: 11px 0px;
  position: absolute;
  display: none;
  min-height: 92px;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 0px;
}

.disclosure-list--visible {
  display: block;
}

.disclosure-list__item {
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 45px 4px 15px;
  text-align: left;
}
.disclosure-list__item:active {
  background-color: rgba(198, 124, 90, 0.2);
}

.disclosure-list__option {
  color: #7b7063;
}
.disclosure-list__option:focus, .disclosure-list__option:hover {
  color: #7b7063 !important;
  border-bottom: 1px solid #7b7063;
}

.disclosure-list__item--current .disclosure-list__option {
  border-bottom: 1px solid #7b7063;
}

/*================ Selectors ================*/
.selectors-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media only screen and (min-width: 750px) {
  .selectors-form {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.selectors-form__item {
  padding-bottom: 15px;
  margin: 0 5px;
}
@media only screen and (min-width: 750px) {
  .selectors-form__item {
    padding-bottom: 0;
  }
  .selectors-form__item:first-of-type {
    margin-left: 0;
  }
}

/* ---------------------------------- */
/* Custom CSS: Young Pixel */
/* ---------------------------------- */
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.14); /* Black background with opacity */
  z-index: 6; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#overlay.z10 {
  z-index: 10;
}
#overlay.z1 {
  z-index: 5;
}
#overlay.show {
  display: block;
}

.hidden {
  display: none !important;
}

.checkbox-group {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
}
.checkbox-group input {
  min-height: 0;
  padding: 0;
  margin-right: 20px;
  width: 20px;
  height: 20px;
}
.checkbox-group + .checkbox-group {
  margin-left: 40px;
}

.body-text {
  font-size: 20px;
  font-family: "Brandon-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.label-title, .order-table thead th {
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.regular-title {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "Brandon-Bold", serif;
}
.regular-title a {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "Brandon-Bold", serif;
}

a {
  color: #c67c5a;
  text-decoration: none;
}
a:not([disabled]):hover, a:focus {
  color: #25282b;
}
a.classic-link {
  text-decoration: underline;
}

p,
.p {
  margin-bottom: 28px;
}

.rte ul, .rte ol {
  margin: 0 0 28px 16px;
}

.section-block, #shopify-section-product-recommendations {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 750px) {
  .section-block, #shopify-section-product-recommendations {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-nospacing {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .desktop-only {
    display: block !important;
  }
}
.page-width, #shopify-section-boho-navigation {
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.page-width::after, #shopify-section-boho-navigation::after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 750px) {
  .page-width.narrow, .narrow#shopify-section-boho-navigation {
    max-width: 666.6666666667px;
  }
}

.main-content {
  display: block;
  padding-top: 95px;
}
@media only screen and (min-width: 750px) {
  .main-content {
    padding-top: 170px;
  }
}

.section-header {
  margin-bottom: 35px;
}
@media only screen and (min-width: 750px) {
  .section-header {
    margin-bottom: 70px;
  }
}

/* CONTACT POPUP */
#contactPopup {
  position: fixed;
  top: -9999em;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 20px;
  background-color: #484848;
  opacity: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 10;
  transition: 200ms ease-in opacity;
}
@media only screen and (min-width: 990px) {
  #contactPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
  }
}
#contactPopup.is-open {
  top: 0;
  opacity: 1;
}
#contactPopup.is-open .close-button {
  display: block;
}
#contactPopup .close-button {
  position: absolute;
  z-index: 11;
  display: none;
}

.contact-popup-wrapper {
  width: 100%;
  color: #F5F5F3;
}
@media only screen and (min-width: 990px) {
  .contact-popup-wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: 80%;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-popup-wrapper {
    width: 100%;
  }
}
.contact-popup-wrapper .label-title, .contact-popup-wrapper .order-table thead th, .order-table thead .contact-popup-wrapper th {
  font-family: "Brandon-Bold", serif;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #F5F5F3;
  text-transform: uppercase;
}
.contact-popup-wrapper .left-side {
  margin-bottom: 50px;
}
@media only screen and (min-width: 990px) {
  .contact-popup-wrapper .left-side {
    width: 30%;
    margin-bottom: 0;
  }
}
.contact-popup-wrapper .left-side p + .label-title, .contact-popup-wrapper .left-side .order-table thead p + th, .order-table thead .contact-popup-wrapper .left-side p + th {
  margin-top: 30px;
}
@media only screen and (min-width: 990px) {
  .contact-popup-wrapper .left-side p + .label-title, .contact-popup-wrapper .left-side .order-table thead p + th, .order-table thead .contact-popup-wrapper .left-side p + th {
    margin-top: 70px;
  }
}
.contact-popup-wrapper .left-side svg {
  display: block;
  width: 71px;
  height: 42px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 990px) {
  .contact-popup-wrapper .right-side {
    width: 70%;
    padding-left: 15%;
  }
}
.contact-popup-wrapper .contact-info {
  margin-bottom: 90px;
}
.contact-popup-wrapper p:not(.label-title) {
  margin: 5px 0;
  color: #F5F5F3;
}
.contact-popup-wrapper a {
  text-transform: none;
  color: #F5F5F3;
  border-bottom: 1px solid #F5F5F3;
  padding: 0 0 0 5px;
  transition: 200ms ease-in border-color;
}
.contact-popup-wrapper a:hover {
  color: #F5F5F3;
  border-color: transparent;
}
.contact-popup-wrapper form .label-title, .contact-popup-wrapper form .order-table thead th, .order-table thead .contact-popup-wrapper form th {
  margin-top: 0;
}
.contact-popup-wrapper form input, .contact-popup-wrapper form textarea {
  background-color: #484848;
  border-color: #F5F5F3;
}

.index-section--slideshow {
  position: relative;
}

#scroll-down {
  position: absolute;
  bottom: 200px;
  right: 30px;
  color: #fff;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 749px) {
  #scroll-down {
    display: none;
  }
}
#scroll-down:after {
  position: absolute;
  left: -105%;
  top: 11px;
  width: 80%;
  border-bottom: 1px solid #fff;
}

.contact-popup-wrapper.static {
  margin-top: 70px;
  color: #7b7063;
}
.contact-popup-wrapper.static .label-title, .contact-popup-wrapper.static .order-table thead th, .order-table thead .contact-popup-wrapper.static th,
.contact-popup-wrapper.static p,
.contact-popup-wrapper.static a {
  color: #7b7063 !important;
}
.contact-popup-wrapper.static a {
  border-bottom-color: #7b7063;
}
.contact-popup-wrapper.static form input, .contact-popup-wrapper.static form textarea {
  background-color: #f4f3f1;
  border-color: #7b7063;
  color: #7b7063;
}
.contact-popup-wrapper.static form .btn, .contact-popup-wrapper.static form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .contact-popup-wrapper.static form .shopify-payment-button__button--unbranded {
  background-color: #c67c5a;
  color: #fff;
  border-color: #c67c5a;
}

/* Footer */
#shopify-section-boho-newsletter + .footer-section .site-footer {
  margin-top: 0;
}

.site-footer {
  padding-top: 0;
  padding-bottom: 35px;
}
@media only screen and (min-width: 990px) {
  .site-footer {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.site-footer .footer__content {
  font-size: 14px;
  padding-top: 35px;
}
@media only screen and (min-width: 990px) {
  .site-footer .footer__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }
}
@media only screen and (min-width: 990px) {
  .site-footer .left-side {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 20px;
  }
}
.site-footer .left-side li {
  margin-bottom: 10px;
  line-height: 100%;
}
.site-footer .left-side li a {
  text-transform: uppercase;
  opacity: 1;
  transition: 200ms ease-in opacity;
  color: #fff;
}
.site-footer .left-side li a:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 990px) {
  .site-footer .right-side {
    text-align: right;
  }
}
.site-footer .social-list,
.site-footer .footer__links {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media only screen and (min-width: 990px) {
  .site-footer .social-list,
.site-footer .footer__links {
    justify-content: flex-end;
  }
}
.site-footer .social-list li,
.site-footer .footer__links li {
  margin: 0 10px;
}
@media only screen and (min-width: 990px) {
  .site-footer .social-list li,
.site-footer .footer__links li {
    margin: 0 20px 0 0;
  }
  .site-footer .social-list li:last-child,
.site-footer .footer__links li:last-child {
    margin-right: 0;
  }
}
.site-footer .social-list li svg,
.site-footer .footer__links li svg {
  width: 15px;
  height: 15px;
}
.site-footer .social-list li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 749px) {
  .site-footer .footer__links {
    display: block;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .site-footer .footer__links {
    justify-content: flex-start;
    margin-left: 0;
  }
}
@media only screen and (min-width: 990px) {
  .site-footer .footer__links {
    margin-left: 50px;
  }
}
.site-footer .footer__links li {
  margin: 10px 0;
}
@media only screen and (min-width: 750px) {
  .site-footer .footer__links li {
    margin: 0 20px 0 0;
  }
}
.site-footer .payment-methods {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.site-footer .payment-methods .title {
  padding-right: 20px;
}
.site-footer .payment-methods .title svg {
  position: relative;
  margin-right: 10px;
}
.site-footer .copyright-terms {
  text-align: left;
  font-size: 12px;
  opacity: 0.6;
}
@media only screen and (min-width: 750px) {
  .site-footer .copyright-terms {
    display: flex;
    flex-flow: row wrap;
    justify-content: end;
    text-align: right;
  }
}
.site-footer .copyright-terms ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 750px) {
  .site-footer .copyright-terms ul {
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 749px) {
  .site-footer .copyright-terms ul li {
    display: block;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 750px) {
  .site-footer .copyright-terms ul li + li {
    padding-left: 10px;
  }
}
.site-footer .copyright-terms a {
  text-transform: capitalize;
  opacity: 1 !important;
}
/* Intro Section */
.template-index .intro-hero {
  margin-bottom: 20px;
}
@media only screen and (min-width: 750px) {
  .template-index .intro-hero {
    margin-bottom: 35px;
  }
}

.intro-hero {
  position: relative;
  overflow: hidden;
  margin-top: -40px;
}

.intro-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  opacity: 1;
}
@media only screen and (max-width: 749px) {
  .intro-hero__image {
    height: 180px;
  }
}

.intro-hero.full-height {
  height: 100vh;
}
.intro-hero.full-height .intro-hero__image {
  height: 100vh;
}
@media only screen and (max-width: 749px) {
  .intro-hero.full-height .intro-hero__image {
    height: 100vh;
  }
}

.intro-hero__title-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.14;
}

.intro-hero__title {
  position: absolute;
  color: #fff;
  width: 80%;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 44px;
  line-height: 150%;
}
@media only screen and (min-width: 990px) {
  .intro-hero__title {
    font-size: 90px;
    line-height: 120%;
  }
}

/* Split title styling */
.title-split {
  display: flex;
  flex-flow: column wrap;
}
.title-split .pre-title {
  text-transform: uppercase;
  color: #c67c5a;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}
.title-split .title {
  font-size: 30px;
  line-height: 42px;
  margin: 10px 0 5px;
  font-family: "Brandon-Regular", sans-serif;
}
@media only screen and (min-width: 750px) {
  .title-split .title {
    font-size: 40px;
    line-height: 57px;
  }
}
.title-split .sub-title {
  font-size: 20px;
  font-family: "Brandon-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: lowercase;
  line-height: 30px;
  color: #7b7063;
}

/* HEADER STYLES */
.site-header__icon {
  padding: 0;
}

.announcement-bar {
  text-align: center;
  position: relative;
  z-index: 10;
}

.announcement-bar--link {
  display: block;
}

.announcement-bar__message {
  display: block;
  font-size: 10px;
  font-weight: regular;
  padding: 2px 0;
}
@media only screen and (min-width: 750px) {
  .announcement-bar__message {
    font-size: 12px;
    padding: 10px 40px;
  }
}

.bg-intro-cover .main-content {
  padding-top: 0 !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
}

.site-header {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  padding: 18px 20px 0;
  background-color: transparent;
  transition: 200ms linear all;
}
.site-header.bg-transparent {
  background-color: transparent;
}
@media only screen and (min-width: 750px) {
  .site-header {
    padding: 36px 40px 0;
  }
  .site-header.bg-transparent b .logo-title,
.site-header.bg-transparent .site-nav__link--main,
.site-header.bg-transparent .site-header__cart .cart-title {
    color: #fff;
  }
  .site-header.bg-transparent .logo-title svg > g,
.site-header.bg-transparent .site-header__account svg > g,
.site-header.bg-transparent .site-header__cart:not(.has-items) svg > path,
.site-header.bg-transparent .site-header__menu svg > path {
    fill: #fff !important;
  }
  .site-header.bg-transparent .site-header__search svg > g {
    stroke: #fff !important;
  }
}
.site-header .logo-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 990px) {
  .site-header .logo-wrap {
    position: relative;
    transform: none;
    left: auto;
  }
}
.site-header .logo-wrap h1, .site-header .logo-wrap .h1 {
  margin-bottom: 0;
}
.site-header .logo-wrap svg {
  width: 98px;
  height: 15px;
}
@media only screen and (min-width: 750px) {
  .site-header .logo-wrap svg {
    width: 164px;
    height: 25px;
  }
}
.site-header.logo--left .logo-wrap {
  order: 1;
  justify-content: left;
  align-items: left !important;
}
.site-header .right-side-links {
  display: flex;
  order: 3;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 750px) {
  .site-header .site-header__account,
.site-header .site-header__cart,
.site-header .site-header__search {
    margin: 0 11px !important;
  }
}
.site-header .site-header__account {
  display: flex;
}
.site-header .site-header__account svg {
  width: 22px;
  height: 13px;
}
.site-header .site-header__account svg > g {
  fill: #3d4246;
}
.site-header .site-header__search {
  width: 21px;
  height: 21px;
}
.site-header .site-header__search svg {
  width: 21px;
  height: 21px;
}
.site-header .site-header__cart {
  padding-right: 0;
  cursor: pointer;
}
.site-header .site-header__cart.has-items {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  top: -4px;
  margin-left: 8px;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 989px) {
  .site-header .site-header__cart.has-items {
    padding: 8px 11px !important;
  }
}
.site-header .site-header__cart.has-items svg > path {
  fill: #3d4246 !important;
  transition: 200ms ease-in fill;
}
.site-header .site-header__cart.has-items:hover .site-header__cart-count {
  color: #c67c5a !important;
}
.site-header .site-header__cart.has-items:hover svg > path {
  fill: #c67c5a !important;
}
.site-header .site-header__cart svg > path {
  fill: #3d4246;
}
.site-header .site-header__cart .site-header__cart-count {
  position: static;
  margin-right: 10px;
  min-width: 0;
  height: auto;
  transition: 200ms ease-in color;
}
@media only screen and (max-width: 989px) {
  .site-header .site-header__cart .site-header__cart-count {
    margin-right: 5px;
  }
}

.mobile-nav-wrapper {
  top: 50px;
  border-top: 1px solid #d8d2cc;
}

.bg-intro-cover .site-header {
  background-color: transparent;
}
.bg-intro-cover .site-header .logo-title,
.bg-intro-cover .site-header .site-nav__link--main,
.bg-intro-cover .site-header .site-header__cart .cart-title {
  color: #fff;
}
.bg-intro-cover .site-header .logo-title svg > g,
.bg-intro-cover .site-header .site-header__account svg > g,
.bg-intro-cover .site-header .site-header__cart:not(.has-items) svg > path,
.bg-intro-cover .site-header .site-header__menu svg > path {
  fill: #fff !important;
}
.bg-intro-cover .site-header .site-header__search svg > g {
  stroke: #fff !important;
}

@media only screen and (max-width: 989px) {
  .site-header.header-solid {
    background-color: #fff;
    padding: 9px 20px;
  }
}
.site-header.header-solid .logo-title,
.site-header.header-solid .site-nav__link--main,
.site-header.header-solid .site-header__cart .cart-title {
  color: #3d4246 !important;
}
.site-header.header-solid .site-header__cart-count {
  color: #3d4246;
}
.site-header.header-solid .logo-title svg > g,
.site-header.header-solid .site-header__account svg > g,
.site-header.header-solid .site-header__cart:not(.has-items) svg > path,
.site-header.header-solid .site-header__menu svg > path {
  fill: #3d4246 !important;
}
.site-header.header-solid .site-header__search svg > g {
  stroke: #3d4246 !important;
}

/*================ Buttons ================*/
.btn--ghost {
  color: #c67c5a;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #c67c5a;
}
.btn--ghost:not([disabled]):hover, .btn--ghost:focus {
  color: #fff;
  background: #c67c5a;
}
.btn--ghost:not([disabled]):hover svg, .btn--ghost:focus svg {
  fill: #fff;
}
.btn--ghost.white {
  color: #fff;
  border: 1px solid #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.btn--ghost.white:not([disabled]):hover, .btn--ghost.white:focus {
  color: #7b7063;
  background: #fff;
  text-shadow: none;
}
.btn--ghost.white:not([disabled]):hover svg, .btn--ghost.white:focus svg {
  fill: #3d4246;
}

/* Fixed bottom navigation */
#shopify-section-boho-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  border-bottom-width: 0;
}
@media only screen and (min-width: 990px) {
  #shopify-section-boho-navigation {
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#shopify-section-boho-navigation #navigation {
  display: none;
  background: #fff;
  border: 1px solid #F4F3F1;
  border-bottom: 0 none;
}
@media only screen and (min-width: 990px) {
  #shopify-section-boho-navigation #navigation {
    display: block;
  }
}
#shopify-section-boho-navigation .site-nav {
  margin: 0;
  padding: 24px 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#shopify-section-boho-navigation .site-nav .site-nav__link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3d4246;
  font-family: "Brandon-Bold", serif;
  text-decoration: none !important;
  transition: 200ms ease-in color;
}
#shopify-section-boho-navigation .site-nav .site-nav__link .site-nav__label {
  border-bottom: 0 none;
}
#shopify-section-boho-navigation .site-nav .site-nav__link:hover {
  color: #c67c5a;
}

/* PRE-FOOTER SECTION */
.pre-footer-section {
  position: relative;
  margin-top: 0;
  padding: 70px 0 0;
  color: #D8D1C9;
  border-bottom: 1px solid #605C58;
}
@media only screen and (min-width: 990px) {
  .pre-footer-section {
    padding: 130px 0;
  }
}
.pre-footer-section .content {
  width: 100%;
}
@media only screen and (min-width: 990px) {
  .pre-footer-section .content {
    width: 48%;
    margin: 0;
  }
}
.pre-footer-section .content svg {
  margin-bottom: 20px;
  width: 52px;
  height: 31px;
}
@media only screen and (min-width: 990px) {
  .pre-footer-section .content svg {
    width: 71px;
    height: 42px;
  }
}
.pre-footer-section .content p, .pre-footer-section .content a {
  color: #D8D1C9;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 990px) {
  .pre-footer-section .content p, .pre-footer-section .content a {
    font-size: 24px;
    line-height: 34px;
  }
}

.pre-footer-section .section-img {
  width: 90%;
  margin: 30px -20px -30px 40%;
  float: right;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .pre-footer-section .section-img {
    margin-right: -40px;
    width: 60%;
  }
}
@media only screen and (min-width: 990px) {
  .pre-footer-section .section-img {
    margin: 0;
    position: absolute;
/*     bottom: -40px; */
    top: 0;
    right: 0;
    width: 48%;
    max-width: 500px;
  }
}

/* INSTAGRAM SECTION */
.template-product .instafeed-section {
  background: #fff;
}

.instafeed-section {
  padding-top: 35px;
}
@media only screen and (min-width: 990px) {
  .instafeed-section {
    padding-top: 35px;
  }
}

.section-instafeed-inner .section-header {
  margin-bottom: 0;
}
.section-instafeed-inner .section-header a {
  display: flex;
  align-items: center;
  color: #7b7063;
}
.section-instafeed-inner .section-header a svg {
  display: inline-block;
  margin-right: 10px;
}

/* NEWSLETTER SECTION */
#shopify-section-boho-instafeed + #shopify-section-boho-newsletter .newsletter-section,
#shopify-section-boho-prefooter + #shopify-section-boho-newsletter .newsletter-section {
  margin-top: 0;
}

.newsletter-section {
  margin-top: 35px;
  padding: 70px 0 35px;
  background: #484848;
  color: #D8D1C9;
}
@media only screen and (min-width: 990px) {
  .newsletter-section {
    margin-top: 70px;
    padding: 70px 0;
  }
}
.newsletter-section .newsletter-section-inner {
  display: flex;
  flex-flow: column-reverse wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 990px) {
  .newsletter-section .newsletter-section-inner {
    flex-flow: row nowrap;
  }
}
.newsletter-section .section-header {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 990px) {
  .newsletter-section .section-header {
    width: 60%;
    padding-left: 18%;
  }
}
.newsletter-section .section-header h3, .newsletter-section .section-header .h3 {
  color: #D8D1C9;
  font-weight: normal;
  font-family: "Brandon-Regular", sans-serif;
}
.newsletter-section .form-wrap {
  width: 100%;
}
@media only screen and (min-width: 990px) {
  .newsletter-section .form-wrap {
    width: 40%;
    color: #fff;
  }
}
.newsletter-section .contact-form {
  margin-bottom: 20px;
  max-width: 100%;
}
.newsletter-section .contact-form .input-group {
  border: 1px solid #D8D1C9;
}
.newsletter-section .contact-form .input-group__field {
  background-color: transparent;
  margin: 0;
  color: #D8D1C9;
}
.newsletter-section .contact-form input[type=email] {
  border: 0 none;
}
.newsletter-section .contact-form input[type=email]::-webkit-input-placeholder, .newsletter-section .contact-form input[type=email]::-moz-placeholder, .newsletter-section .contact-form input[type=email]:-ms-input-placeholder, .newsletter-section .contact-form input[type=email]::-ms-input-placeholder {
  color: #D8D1C9;
  opacity: 1;
}
.newsletter-section .contact-form button {
  background-color: transparent !important;
  color: #D8D1C9;
  border-left: 1px solid #D8D1C9;
  transition: 200ms ease-in background-color;
}
.newsletter-section .contact-form button svg {
  margin-left: 5px;
}
.newsletter-section .contact-form button svg > path {
  fill: #D8D1C9;
}
.newsletter-section .contact-form button:hover {
  background-color: #D8D1C9 !important;
  color: #7b7063;
}
.newsletter-section .contact-form button:hover svg > path {
  fill: #7b7063;
}
.newsletter-section .contact-form .form-message--success {
  color: #D8D1C9;
}
.newsletter-section .contact-form .form-message--error {
  color: #f1b3a8;
}
.newsletter-section .consent {
  align-items: initial;
}
.newsletter-section .consent p, .newsletter-section .consent a {
  color: #D8D1C9;
  font-size: 14px;
  line-height: 24px;
}

/* Mobile navigation */
@media only screen and (max-width: 989px) {
  .site-header__menu {
    display: block;
  }
}

.mobile-menu-wrapper {
  position: fixed;
  top: 0vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  color: #3d4246;
  transition: 200ms ease-in top;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
}
.mobile-menu-wrapper.js-menu--is-open {
  display: block;
}
.mobile-menu-wrapper .logo-mobile-menu {
  width: 100px;
  padding: 14px 20px 30px;
}
.mobile-menu-wrapper .logo-mobile-menu svg {
  width: 100%;
  padding-top: 0 !important;
}
.mobile-menu-wrapper .logo-mobile-menu svg > g {
  fill: #3d4246;
}
.mobile-menu-wrapper .close-mobile-menu {
  position: fixed;
  top: 14px;
  right: 20px;
  background: none;
  border: 0 none;
}
.mobile-menu-wrapper .close-mobile-menu svg {
  fill: #3d4246;
}

.mobile-menu.accordion-ver {
  padding: 60px 20px 20px;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
}
.mobile-menu.accordion-ver > ul {
  border: 0 none;
}
.mobile-menu.accordion-ver > ul > li {
  padding: 12px 0 !important;
  border: 0 none;
  color: #3d4246;
}
.mobile-menu.accordion-ver > ul > li > div {
  padding: 16px 20px 0px 30px;
}
.mobile-menu.accordion-ver > ul > li > a,
.mobile-menu.accordion-ver > ul > li > strong {
  color: #3d4246;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .mobile-menu.accordion-ver > ul .submenu {
    display: flex;
    flex-flow: row wrap;
  }
}
.mobile-menu.accordion-ver > ul .submenu .submenu_item {
  padding: 12px 0 !important;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .mobile-menu.accordion-ver > ul .submenu .submenu_item {
    width: 50%;
  }
}
.mobile-menu.accordion-ver > ul .submenu .submenu_item > a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.mobile-menu.accordion-ver > ul .submenu .submenu_item .img-wrap {
  width: 90px;
  margin-right: 20px;
}
.mobile-menu.accordion-ver > ul .submenu .submenu_item .img-wrap.vertical {
  width: 50px;
}
.mobile-menu.accordion-ver > ul .submenu .submenu_item span:last-child {
  position: relative;
  top: -6px;
  color: #3d4246;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Brandon-Bold", serif;
  letter-spacing: 1px;
}
.mobile-menu.accordion-ver .icon-plus {
  position: relative;
}

.mobile-login-area {
  margin: 20px 20px 0 30px;
}
.mobile-login-area a {
  color: #3d4246;
}
.mobile-login-area a span {
  padding-left: 20px;
  color: #3d4246;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Brandon-Bold", serif;
  letter-spacing: 1px;
}

/* MEGA DROPDOWN MENU */
.announcement-on .sub {
  top: 80px;
}

.scrolled .sub,
.header-solid .sub {
  top: 56px !important;
}

.sub {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: 50%;
  width: calc(100% + 2px);
  max-height: calc(100vh - 75px);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  transition: 300ms linear opacity, 300ms linear visibility, 200ms ease-in top;
  background: #fff;
  border: 1px solid #d8d2cc;
  padding: 40px 60px 60px;
  overflow-y: auto;
}
.sub.open {
  display: block;
  opacity: 1;
  visibility: visible;
}
.sub .sub-close {
  position: absolute;
  top: 15px;
  right: 2.5%;
}
.sub .wrapper {
  position: relative;
  padding: 15px 2.5%;
}
.sub.menu-products {
  text-align: left;
}
.sub.menu-products > div {
  display: flex;
  flex-flow: row nowrap;
}
.sub.menu-products > .menu-collections {
  justify-content: space-around;
}
.sub.menu-products .linklist-wrap {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.sub.menu-products .categories {
  position: relative;
  width: 100%;
  padding-left: 3%;
}
.sub.menu-products .categories .slide > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
}
.sub.menu-products .categories .slide > ul li {
  width: 33.3333333333%;
  padding: 0 2.5%;
  margin-bottom: 0;
}
.sub.menu-products .categories .slide > ul li.see-all-item {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.sub.menu-products .categories .slide > ul li.see-all-item .btn, .sub.menu-products .categories .slide > ul li.see-all-item .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .sub.menu-products .categories .slide > ul li.see-all-item .shopify-payment-button__button--unbranded {
  width: 100%;
  padding: 10px 18px;
}
.sub.menu-products .categories .slide > ul li a:not(.btn) {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #3d4246;
  font-family: "Brandon-Bold", serif;
}
.sub.menu-products .categories .slide > ul li a:not(.btn):hover img {
  opacity: 0.9;
}
.sub.menu-products .categories .slide > ul li .img-wrap {
  display: flex;
  width: 166px;
  padding-right: 15px;
}
.sub.menu-products .categories .slide > ul li img {
  display: block;
  width: auto;
  height: 40px;
}
.sub.menu-products .categories .slide > ul li span {
  width: calc(100% - 125px);
  padding-top: 20px;
}
.sub.menu-products .menu-relojes .categories .img-wrap {
  width: 90px !important;
}
.sub.menu-products .menu-relojes .categories .img-wrap img {
  height: 80px;
}
.sub.menu-products .menu-category-slider .slick-prev, .sub.menu-products .menu-category-slider .slick-next {
  top: auto;
  bottom: -41px;
  right: calc(47% - 80px);
  width: 55px;
  height: 55px;
}
.sub.menu-products .menu-category-slider .slick-prev:before, .sub.menu-products .menu-category-slider .slick-next:before {
  width: 55px;
  height: 55px;
  background: url(arrow-right-rounded.svg) no-repeat;
  background-size: 55px 55px;
}
@media only screen and (max-width: 1399px) {
  .sub.menu-products .menu-category-slider .slick-prev, .sub.menu-products .menu-category-slider .slick-next {
    bottom: -33px;
    width: 46px;
    height: 46px;
  }
  .sub.menu-products .menu-category-slider .slick-prev:before, .sub.menu-products .menu-category-slider .slick-next:before {
    width: 46px;
    height: 46px;
    background-size: 46px 46px;
  }
}
.sub.menu-products .menu-category-slider .slick-prev {
  right: auto;
  left: calc(50% - 80px);
}
.sub.menu-products .menu-category-slider .slick-prev:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sub.menu-products .menu-category-slider .slick-dots {
  margin-top: 50px;
}
.sub.menu-products .menu-category-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px 0;
}
.sub.menu-products .menu-category-slider .slick-dots li button:active,
.sub.menu-products .menu-category-slider .slick-dots li a:active {
  outline: none;
}
.sub.menu-products .menu-category-slider .slick-dots li button::before,
.sub.menu-products .menu-category-slider .slick-dots li a::before {
  content: "";
  background-color: #D8D1C9;
  border-radius: 50%;
  opacity: 1;
  width: 10px;
  height: 10px;
  padding: 0;
}
.sub.menu-products .menu-category-slider .slick-dots li.slick-active button::before {
  background-color: #c67c5a;
}
.sub.menu-products .has-image-box .linklist-wrap {
  width: 70%;
}
.sub.menu-products .has-image-box .categories ul li {
  width: 50%;
}
.sub.menu-products .list-title {
  display: inline-block;
  margin-bottom: 30px;
}
.sub.menu-products a:not(.btn) {
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 200ms linear color;
}
.sub.menu-products .featured-images-wrap {
  width: 30%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}
.sub.menu-products .featured-images-wrap a {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}
.sub.menu-products .featured-images-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub.menu-products .featured-images-wrap .text-wrap {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 90%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.sub.menu-products .featured-images-wrap .text-wrap.color-text-light span:first-child {
  color: #fff;
  font-family: "Brandon-Regular", sans-serif;
}
.sub.menu-products .featured-images-wrap .text-wrap.color-text-light .btn, .sub.menu-products .featured-images-wrap .text-wrap.color-text-light .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .sub.menu-products .featured-images-wrap .text-wrap.color-text-light .shopify-payment-button__button--unbranded {
  color: #fff;
}
.sub.menu-products .featured-images-wrap .text-wrap.color-text-light .btn:after, .sub.menu-products .featured-images-wrap .text-wrap.color-text-light .shopify-payment-button .shopify-payment-button__button--unbranded:after, .shopify-payment-button .sub.menu-products .featured-images-wrap .text-wrap.color-text-light .shopify-payment-button__button--unbranded:after {
  border-color: #fff;
  width: 80px;
}
.sub.menu-products .featured-images-wrap .text-wrap.color-text-light .btn:hover:after, .sub.menu-products .featured-images-wrap .text-wrap.color-text-light .shopify-payment-button .shopify-payment-button__button--unbranded:hover:after, .shopify-payment-button .sub.menu-products .featured-images-wrap .text-wrap.color-text-light .shopify-payment-button__button--unbranded:hover:after {
  width: 100px;
}
.sub.menu-products .featured-images-wrap .btn, .sub.menu-products .featured-images-wrap .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .sub.menu-products .featured-images-wrap .shopify-payment-button__button--unbranded {
  width: auto;
}
.sub.menu-products .menu-collections .featured-images-wrap {
  width: 100%;
  padding-bottom: 100%;
}

.btn.btn--ghost, .shopify-payment-button .btn--ghost.shopify-payment-button__button--unbranded {
  color: #c67c5a;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #c67c5a;
  transition: 200ms ease-in background-color;
}
.btn.btn--ghost:not([disabled]):hover, .shopify-payment-button .btn--ghost.shopify-payment-button__button--unbranded:not([disabled]):hover, .btn.btn--ghost:focus, .shopify-payment-button .btn--ghost.shopify-payment-button__button--unbranded:focus {
  color: #fff;
  background: #c67c5a;
}
.btn.btn--ghost.white, .shopify-payment-button .btn--ghost.white.shopify-payment-button__button--unbranded {
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn--ghost.white:not([disabled]):hover, .shopify-payment-button .btn--ghost.white.shopify-payment-button__button--unbranded:not([disabled]):hover, .btn.btn--ghost.white:focus, .shopify-payment-button .btn--ghost.white.shopify-payment-button__button--unbranded:focus {
  color: #7b7063;
  background: #fff;
}
.btn.btn--ghost.dark, .shopify-payment-button .btn--ghost.dark.shopify-payment-button__button--unbranded {
  color: #3d4246;
  border: 1px solid #3d4246;
}
.btn.btn--ghost.dark:hover, .shopify-payment-button .btn--ghost.dark.shopify-payment-button__button--unbranded:hover {
  color: #fff;
  background-color: #3d4246;
  border-color: #3d4246;
}

.btn--text {
  position: relative;
  background: transparent;
  color: #3d4246;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 0 none;
}
@media only screen and (max-width: 989px) {
  .btn--text {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}
.btn--text:after {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #3d4246;
  transition: 200ms ease-in width;
}
.btn--text:hover {
  background-color: transparent !important;
}
.btn--text:hover:after {
  width: 70%;
}
.btn--text.white {
  color: #fff;
  border-color: #fff;
}
.btn--text.white:after {
  border-color: #fff;
}

.close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  border: 0 none;
  cursor: pointer;
  background: transparent;
}
.close-button:active, .close-button:focus {
  outline: none;
}

/* Cart sidebar */
.cart-side-wrap {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  max-width: 400px;
  z-index: 110;
  background: #ffffff;
  transition: right 500ms linear;
  padding: 18px 0px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 989px) {
  .cart-side-wrap {
    max-width: 300px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 10;
    transition: all 200ms ease-out;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .cart-side-wrap {
    max-width: 50%;
  }
}
.cart-side-wrap .cart-header {
  text-align: left;
  border-bottom: 1px solid #d8d2cc;
  padding: 30px 18px 15px;
}
@media only screen and (min-width: 990px) {
  .cart-side-wrap .cart-header {
    position: relative;
    padding: 25px 22px 12px;
    margin: 0;
  }
}
@media only screen and (max-width: 989px) {
  .cart-side-wrap .close-cart {
    display: none;
  }
}
.cart-side-wrap .top-cart-dropdown {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  border: 0 none;
  background: transparent;
}
.cart-side-wrap .top-cart-dropdown .cart-title {
  display: block;
  margin: 12px 0;
  color: #7B7063;
}
.cart-side-wrap .top-cart-dropdown .close-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: 0;
  padding: 0;
  background: transparent;
  border: 0 none;
  cursor: pointer;
}
@media only screen and (max-width: 989px) {
  .cart-side-wrap .top-cart-dropdown .close-cart {
    right: 11px;
    top: 19px;
  }
}
.cart-side-wrap .top-cart-dropdown .close-cart:active, .cart-side-wrap .top-cart-dropdown .close-cart:focus {
  outline: none;
}
.cart-side-wrap .top-cart-dropdown .no-items {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 70vh;
  padding: 0 22px;
  text-align: center;
}
.cart-side-wrap .top-cart-dropdown .has-items {
  height: calc(100vh - 100px);
}
.cart-side-wrap .top-cart-dropdown .top-cart-items {
  padding: 0 22px;
  max-height: calc(100vh - 276px);
  max-height: calc(100vh - 274px);
  overflow: hidden;
  overflow-y: auto;
}
.cart-side-wrap .top-cart-dropdown .product-box {
  display: flex;
  position: relative;
  border-top: 1px solid #d8d2cc;
  border-bottom: 1px solid #d8d2cc;
  padding: 0 0 24px;
  font-size: 12px;
}
.cart-side-wrap .top-cart-dropdown .product-box:first-child {
  border-top: 0 none;
}
.cart-side-wrap .top-cart-dropdown .product-box + .product-box {
  border-top: 0 none;
}
@media only screen and (max-width: 989px) {
  .cart-side-wrap .top-cart-dropdown .product-box {
    padding: 0 0 24px;
  }
  .cart-side-wrap .top-cart-dropdown .product-box:first-child {
    border-top: 0 none;
  }
}
.cart-side-wrap .top-cart-dropdown .product-box .img-link {
  width: 45%;
}
@media only screen and (max-width: 989px) {
  .cart-side-wrap .top-cart-dropdown .product-box .img-link {
    width: 50%;
    display: block;
    min-height: 150px;
  }
}
.cart-side-wrap .top-cart-dropdown .product-box .img-link img {
  display: block;
  position: relative;
  left: -8px;
}
.cart-side-wrap .top-cart-dropdown .product-box .price-column {
  position: relative;
  width: 65%;
}
@media only screen and (max-width: 989px) {
  .cart-side-wrap .top-cart-dropdown .product-box .price-column {
    width: 50%;
  }
}
.cart-side-wrap .top-cart-dropdown .product-box .price-column .bottom-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.cart-side-wrap .top-cart-dropdown .product-box .product-description {
  display: none;
  width: 54%;
  padding: 0 8px 22px;
  position: relative;
}
.cart-side-wrap .top-cart-dropdown .product-box .item-title {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
.cart-side-wrap .top-cart-dropdown .product-box .item-specs {
  margin: 5px 0 0;
}
.cart-side-wrap .top-cart-dropdown .product-box .item-specs > li {
  color: #404040;
  color: rgba(64, 64, 64, 0.2);
  font-size: 14px;
  line-height: 100%;
}
.cart-side-wrap .top-cart-dropdown .product-box .cart__remove {
  position: absolute;
  top: 24px;
  right: 0;
}
.cart-side-wrap .top-cart-dropdown .product-box .cart__remove svg {
  width: 19px;
  height: 19px;
}
.cart-side-wrap .top-cart-dropdown .product-box .price {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}
.cart-side-wrap .top-cart-dropdown .product-box .qty-wrap {
  /*position: absolute;
  bottom: 28px;
  */
  margin-right: 20px;
  padding: 2px 8px;
  border: 1px solid #d8d2cc;
}
.cart-side-wrap .top-cart-dropdown .product-box .qty-wrap span {
  display: inline-block;
  margin: 0 4px;
  font-size: 14px;
}
.cart-side-wrap .top-cart-dropdown .product-box .qty-wrap span:first-child {
  margin-left: 0;
}
.cart-side-wrap .top-cart-dropdown .product-box .qty-wrap svg {
  width: 10px;
  fill: #d8d2cc;
}
.cart-side-wrap .top-cart-dropdown .cart-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 18px;
}
.cart-side-wrap .top-cart-dropdown .cart-footer .subtotal {
  display: flex;
  flex-flow: row nowrap;
  align-content: space-around;
}
.cart-side-wrap .top-cart-dropdown .cart-footer .subtotal span {
  flex: 1 auto;
  line-height: 18px !important;
}
.cart-side-wrap .top-cart-dropdown .cart-footer .subtotal span:first-child {
  color: #7B7063;
}
.cart-side-wrap .top-cart-dropdown .cart-footer .subtotal span:last-child {
  text-align: right;
}
.cart-side-wrap .top-cart-dropdown .cart-footer .subtotal small {
  font-size: 10px;
}
.cart-side-wrap .top-cart-dropdown .cart-footer .actions .btn-buy {
  display: block;
  width: 100%;
  margin: 18px 0;
  padding: 10px 18px;
  letter-spacing: 1px;
}
.cart-side-wrap .top-cart-dropdown .cart-footer .actions .back-shopping {
  width: 100%;
}
.cart-side-wrap.open {
  right: 0;
}
@media only screen and (max-width: 989px) {
  .cart-side-wrap.open {
    opacity: 1;
    visibility: visible;
  }
}

/* GRID COLLECTIONS BLOCK */
.column-boxes-inner {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
}
@media only screen and (min-width: 750px) {
  .column-boxes-inner {
    flex-flow: row nowrap;
  }
}
@media only screen and (max-width: 749px) {
  .column-boxes-inner.total-2 .column-box:last-child {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 750px) {
  .column-boxes-inner.total-2 .column-box {
    width: calc(50% - 38px);
    padding-bottom: calc(50% - 38px);
  }
}
.column-boxes-inner .column-box {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 750px) {
  .column-boxes-inner .column-box {
    padding-bottom: 50%;
  }
}
.column-boxes-inner .column-box .content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.column-boxes-inner .column-box.color-text-light {
  color: #fff;
}
.column-boxes-inner .column-box.color-text-light h3, .column-boxes-inner .column-box.color-text-light .h3 {
  color: #fff;
  margin-bottom: 25px;
}
.column-boxes-inner .column-box.color-text-light .btn, .column-boxes-inner .column-box.color-text-light .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .column-boxes-inner .column-box.color-text-light .shopify-payment-button__button--unbranded {
  color: #fff;
  border-color: #fff;
}
.column-boxes-inner .column-box.color-text-light .btn:hover, .column-boxes-inner .column-box.color-text-light .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .column-boxes-inner .column-box.color-text-light .shopify-payment-button__button--unbranded:hover {
  background-color: #fff;
  color: #c67c5a;
}

/* Multi Sliders Section */
.section-multi-sliders {
  background-color: #D8D1C9;
  padding: 80px 0;
}
.section-multi-sliders .multi-sliders__navigation {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 10px;
}
@media only screen and (min-width: 750px) {
  .section-multi-sliders .multi-sliders__navigation {
    flex-flow: row wrap;
    justify-content: center;
    overflow: auto;
  }
}
.section-multi-sliders .multi-sliders__navigation button {
  margin: 0 15px;
  padding: 0 0 3px 0;
  color: #7b7063;
  background: none;
  border: 0 none;
  font-family: "Brandon-Bold", serif;
}
.section-multi-sliders .multi-sliders__navigation button:last-child {
  padding-right: 20px;
}
@media only screen and (min-width: 750px) {
  .section-multi-sliders .multi-sliders__navigation button {
    margin: 0 10px;
  }
  .section-multi-sliders .multi-sliders__navigation button:last-child {
    padding-right: 0;
  }
}
.section-multi-sliders .multi-sliders__navigation button:after {
  border-color: transparent;
}
.section-multi-sliders .multi-sliders__navigation button.active {
  border-bottom: 1px solid;
}
.section-multi-sliders .multi-sliders__navigation button.active:after {
  border-color: #7b7063;
}
@media only screen and (max-width: 749px) {
  .section-multi-sliders .multi-sliders__navigation button {
    white-space: nowrap;
  }
}
.section-multi-sliders .category {
  position: absolute;
  left: -9999em;
  text-align: center;
  opacity: 0;
  transition: 300ms ease-in opacity;
  padding-bottom: 80px;
}
.section-multi-sliders .category.active {
  position: static;
  opacity: 1;
}
.section-multi-sliders .category.active .intro-content {
  padding-top: 50px;
}
.section-multi-sliders .category.active .single-product img {
  opacity: 1;
}
.section-multi-sliders .category .intro-content {
  transition: 300ms ease-in padding;
}
.section-multi-sliders .category .btn, .section-multi-sliders .category .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .section-multi-sliders .category .shopify-payment-button__button--unbranded {
  margin-top: 10px;
  color: #7b7063;
  border-color: #7b7063;
  transition: 200ms ease-in background-color;
}
.section-multi-sliders .category .btn:hover, .section-multi-sliders .category .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .section-multi-sliders .category .shopify-payment-button__button--unbranded:hover {
  background-color: #7b7063;
  color: #fff;
}

.multi-sliders {
  padding-top: 80px;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .multi-sliders {
    min-height: 50vh;
  }
}
@media only screen and (min-width: 990px) {
  .multi-sliders {
    min-height: 70vh;
  }
}
@media only screen and (max-width: 749px) {
  .multi-sliders.slick-initialized .slick-track {
    display: flex;
    align-items: center;
  }
}
.multi-sliders .single-product img {
  transform: scale(1);
  transition: 800ms ease-in-out transform;
}
.multi-sliders:active {
  outline: none;
}
.multi-sliders:active .single-product a {
  width: 90%;
  cursor: url(cursor-drag.svg), auto !important;
}
.multi-sliders:active .single-product img {
  transform: scale(1.2);
}
.multi-sliders .single-product {
  position: relative;
  height: 40vh;
  align-content: center;
  justify-content: center;
}
@media only screen and (min-width: 990px) {
  .multi-sliders .single-product {
    height: 55vh;
  }
}
@media only screen and (max-width: 749px) {
  .multi-sliders .single-product.slick-current {
    height: 55vh;
  }
  .multi-sliders .single-product.slick-current > a {
    height: 55vh !important;
  }
  .multi-sliders .single-product.slick-current .title {
    opacity: 1;
  }
}
.multi-sliders .single-product > a {
  display: flex;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  cursor: url(cursor-drag.svg), auto;
}
@media only screen and (min-width: 750px) {
  .multi-sliders .single-product > a {
    height: 55vh;
    transition: 300ms ease-in width;
  }
}
.multi-sliders .single-product > a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: 300ms ease-in all;
}
@media only screen and (min-width: 750px) {
  .multi-sliders .single-product > a img {
    transition: 300ms ease-in all;
  }
}
.multi-sliders .single-product .title {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 70%;
  font-family: "Brandon-Regular", sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  opacity: 0;
  word-wrap: normal;
  transition: 200ms ease-in opacity;
}
@media only screen and (min-width: 750px) {
  .multi-sliders .single-product .title {
    top: 5vh;
    bottom: auto;
    left: -80px;
  }
}
.multi-sliders .single-product:hover .title {
  opacity: 1;
}
.multi-sliders .single-product:nth-child(2n) > a {
  height: 40vh;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .multi-sliders .single-product:nth-child(2n) > a {
    height: 28vh;
  }
}
@media only screen and (min-width: 750px) {
  .multi-sliders .single-product:nth-child(2n) .title {
    top: 12vh;
  }
}

/*##VERTICAL ACCORDION##*/
.accordion-ver > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-top: #d8d2cc 1px solid;
  width: 100% !important;
}

.accordion-ver > ul > li {
  display: flex;
  flex-flow: column wrap;
  padding: 24px 0 !important;
  margin: 0;
  list-style: none;
  position: relative;
  width: 100%;
  border-bottom: #d8d2cc 1px solid;
  *margin-bottom: -4px; /* IE6 e IE7 */
}

.accordion-ver > ul > li:hover {
  cursor: pointer;
}

.accordion-ver > ul > li > strong {
  display: block;
  margin: 0;
  padding: 0 0 0 10px;
  font-weight: 400;
}

.accordion-ver > ul > li > strong:hover {
  cursor: pointer;
}

.accordion-ver > ul > li > div {
  display: none;
  overflow: hidden;
}

.accordion-ver:hover > ul > li:hover > div {
  cursor: default;
}

.accordion-ver > ul > li > div {
  padding: 34px 10px 10px;
  display: block;
  text-align: left !important;
  line-height: normal;
}

.accordion-ver > ul > li > span.numericTab {
  position: absolute;
  display: block;
  top: 0;
  padding: 0 10px 0 0;
  float: right;
  margin: 0;
  right: 0;
  font-size: 15px;
  text-decoration: none;
  color: #000;
}

.accordion-ver > ul > li > i {
  position: absolute;
  display: block;
  top: 16px;
  padding: 0 10px 0 0;
  float: right;
  margin: 0;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}

.accordion-ver > ul > li.expanded > i {
  transform: rotateX(180deg);
  top: 20px;
}

/* Collection Template */
.template-collection:not(.bg-intro-cover) .main-content {
  padding-top: 0;
}

.collection-hero {
  margin-bottom: 0;
}
.collection-hero .collection-hero__title {
  top: 60%;
  left: 50%;
  bottom: auto;
  width: calc(100% - 44px);
  font-size: 40px;
  line-height: 50px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Brandon-Regular", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 750px) {
  .collection-hero .collection-hero__title {
    width: 70%;
    font-size: 90px;
    line-height: 100px;
  }
}

.no-cover .collection-hero {
  margin-top: 100px;
}
@media only screen and (min-width: 990px) {
  .no-cover .collection-hero {
    margin-top: 130px;
  }
}
.no-cover .collection-hero .collection-hero__title-wrapper:before {
  display: none;
}
.no-cover .collection-hero .collection-hero__title {
  position: static;
  transform: none;
  margin: 0 auto;
  color: #3d4246;
}
@media only screen and (min-width: 990px) {
  .no-cover .collection-hero .collection-hero__title {
    margin-bottom: 50px;
  }
}

.collection-hero__image {
  height: 55vh;
}
@media only screen and (min-width: 750px) {
  .collection-hero__image {
    min-height: 430px;
    height: 55vh;
  }
}

@media only screen and (min-width: 990px) {
  .no-cover .collection-description {
    margin-top: 0px;
  }
}

.collection-description {
  text-align: center;
  margin: 45px auto 30px;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .collection-description {
    margin: 70px auto 30px;
  }
}
@media only screen and (min-width: 990px) {
  .collection-description {
    margin: 70px auto 0;
  }
}

.filters-toolbar-wrapper {
  border: 0 none;
  margin-bottom: 50px;
}

.filters-toolbar__item-wrapper {
  justify-content: flex-end;
}

.filters-toolbar__item-child:first-child {
  margin-right: 0;
}

.collection-hero__title {
  top: auto;
  bottom: 8vh;
  transform: none;
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  padding-top: 25px;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .products-grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
@media only screen and (min-width: 990px) {
  .products-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 70px;
    padding-top: 75px;
  }
}

/* Collection filters */
.mrboho-filters {
  margin-top: 10px;
}
@media only screen and (max-width: 989px) {
  .mrboho-filters {
    text-align: center;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #d8d2cc;
  }
}
.mrboho-filters .filters-trigger {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 5px;
  text-align: left;
  line-height: 20px;
  margin: 20px 0 0;
  background: none;
  border: 0 none;
}
.mrboho-filters .filters-trigger:focus, .mrboho-filters .filters-trigger:active {
  outline: none;
}
.mrboho-filters .filters-trigger i {
  padding-left: 5px;
}
.mrboho-filters .filters-reset {
  position: absolute;
  right: 0;
  top: 7px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: none;
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease-in opacity;
}
.mrboho-filters .filters-reset.visible {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .mrboho-filters .filters-reset {
    margin-top: -23px;
  }
}
@media only screen and (max-width: 989px) {
  .mrboho-filters .filters-reset.active {
    display: inline-block;
  }
}
@media only screen and (max-width: 749px) {
  .mrboho-filters .filters-reset {
    display: none;
    float: none;
    margin-top: 30px;
    margin-left: 20px;
  }
}
.mrboho-filters .filters-reset:after {
  display: none;
}
.mrboho-filters .filters-reset:hover, .mrboho-filters .filters-reset:active, .mrboho-filters .filters-reset:focus {
  background: transparent;
  color: #c67c5a;
}
.mrboho-filters .filters-reset:hover svg > g, .mrboho-filters .filters-reset:active svg > g, .mrboho-filters .filters-reset:focus svg > g {
  stroke: #c67c5a !important;
}
.mrboho-filters .filters-reset svg {
  height: 10px;
  margin-right: 10px;
}
.mrboho-filters .filters-close {
  display: none;
  position: fixed;
  right: 18px;
  top: 20px;
  padding: 0;
  background: transparent;
  border: 0 none;
  cursor: pointer;
}
.mrboho-filters .popup-trigger {
  margin-top: 14px;
  font-size: 11px;
}
.mrboho-filters .filters-wrap {
  position: relative;
  margin: 0;
  display: none;
  flex-flow: column wrap;
  justify-content: center;
}
@media only screen and (max-width: 989px) {
  .mrboho-filters .filters-wrap {
    display: none;
    position: fixed;
    top: 0vh;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 50px 20px;
    background-color: #fff;
    color: #3d4246;
    transition: 200ms ease-in top;
    text-align: left;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 7;
  }
  .mrboho-filters .filters-wrap.active {
    display: block;
  }
  .mrboho-filters .filters-wrap.active .filters-close {
    display: block;
  }
  .mrboho-filters .filters-wrap .close-button {
    display: none;
    position: fixed;
    top: 14px;
    right: 10px;
    background: none;
    border: 0 none;
  }
  .mrboho-filters .filters-wrap .close-button svg {
    fill: #3d4246;
  }
}
@media only screen and (min-width: 990px) {
  .mrboho-filters .filters-wrap {
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #d8d2cc;
    margin: 80px 0 0;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 989px) {
  .mrboho-filters .filters-wrap .header {
    display: none;
  }
}
.mrboho-filters .filters-wrap .header .label-title, .mrboho-filters .filters-wrap .header .order-table thead th, .order-table thead .mrboho-filters .filters-wrap .header th {
  color: #7b7063;
  margin-right: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
.mrboho-filters .filter {
  position: relative;
}
@media only screen and (max-width: 989px) {
  .mrboho-filters .filter {
    padding: 20px 0;
  }
}
.mrboho-filters .filter .trigger {
  text-transform: uppercase;
  border-bottom: 0 none;
  margin: 0 20px;
  background: none;
  border: 0 none;
  color: #3d4246;
  font-weight: bold;
  letter-spacing: 1px;
}
.mrboho-filters .filter .trigger:hover {
  color: #c67c5a;
}
.mrboho-filters .filter .trigger > i {
  padding-left: 5px;
}
@media only screen and (max-width: 989px) {
  .mrboho-filters .filter .trigger {
    margin: 0 0 20px 0;
    font-size: 12px;
    padding: 0;
    color: #7b7063;
  }
  .mrboho-filters .filter .trigger > i {
    display: none;
  }
}
.mrboho-filters .filter .filter-options {
  display: flex;
  flex-flow: column wrap;
  align-content: flex-start;
  z-index: 10;
  transition: 300ms ease-in opacity;
}
@media only screen and (min-width: 990px) {
  .mrboho-filters .filter .filter-options {
    position: absolute;
    top: -9999em;
    left: 25px;
    width: 500px;
    align-content: center;
    flex-flow: row wrap;
    opacity: 0;
  }
}
@media only screen and (min-width: 990px) {
  .mrboho-filters .filter .filter-options .inner {
    background-color: #fff;
    padding: 25px 40px;
  }
}
.mrboho-filters .filter.active .filter-options {
  top: 40px;
  opacity: 1;
}
.mrboho-filters .filter .filter-item {
  background: none;
  border: 0 none;
  border-bottom: 1px solid transparent;
  margin: 10px 24px 10px 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 200ms ease-in color;
}
.mrboho-filters .filter .filter-item:hover {
  border-bottom-color: #7b7063;
}
.mrboho-filters .filter .filter-item.is-checked {
  color: #c67c5a;
}
.mrboho-filters .filter .filter-item.is-checked:focus, .mrboho-filters .filter .filter-item.is-checked:active {
  outline: none;
}
.mrboho-filters .filter .filter-item + .filter-item {
  border-left: 0 none;
}
@media only screen and (max-width: 989px) {
  .mrboho-filters .filter .filter-item {
    height: auto;
    margin: 0 20px 20px 0;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
  }
  .mrboho-filters .filter .filter-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 989px) {
  .mrboho-filters .filter .filter-item {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 989px) {
  .mrboho-filters .filter.color .filter-options {
    flex-flow: row wrap;
  }
}
.mrboho-filters .filter.color .filter-item {
  display: inline-block;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid #d8d2cc;
  background: #fff;
  margin: 4px 6px;
  box-shadow: none;
  transition: 200ms ease-in box-shadow, 200ms ease-in border-color;
}
.mrboho-filters .filter.color .filter-item span {
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 50%;
}
.mrboho-filters .filter.color .filter-item:hover {
  -webkit-box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}
.mrboho-filters .filter.color .filter-item.is-checked {
  border: 1px solid #c67c5a;
}
.mrboho-filters .filter.color .filter-item.is-checked:focus, .mrboho-filters .filter.color .filter-item.is-checked:active {
  outline: none;
}

/* Single grid product block */
.product-grid__block {
  position: relative;
  border-bottom: 1px solid #d8d2cc;
  transition: 200ms linear all;
  padding: 0;
}
.product-grid__block .product-info {
  margin: 0 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 750px) {
  .product-grid__block .product-info {
    flex-flow: column wrap;
    align-items: flex-start;
    margin: 0 4% 30px;
  }
}
.product-grid__block .product-info > h3, .product-grid__block .product-info > .h3 {
  margin-bottom: 0;
}
.product-grid__block .regular-title {
  padding-top: 10px;
}
@media only screen and (min-width: 750px) {
  .product-grid__block .regular-title {
    margin: 0 10px 10px 0;
    padding-top: 15px;
  }
}
.product-grid__block .price {
  display: flex;
  justify-content: flex-end;
  font-size: 30px;
  line-height: 120%;
  color: #c67c5a;
}
@media only screen and (min-width: 990px) {
  .product-grid__block .price {
    display: block;
    width: 100%;
    font-size: 40px;
  }
}
.product-grid__block .price s {
  color: #d8d2cc;
}
.product-grid__block .price-item {
  font-weight: 400;
  color: #c67c5a;
}
.product-grid__block .price-item--sale {
  color: #c67c5a;
}
.product-grid__block .price--on-sale .price__sale {
  flex-flow: column wrap;
  align-items: flex-end;
  margin-top: 28px;
}
@media only screen and (min-width: 750px) {
  .product-grid__block .price--on-sale .price__sale {
    flex-flow: row nowrap;
    align-items: flex-start;
    margin-top: 0;
  }
}
.product-grid__block .price--on-sale .price__sale .price__compare {
  padding-left: 20px;
}
.product-grid__block .price__regular,
.product-grid__block .price__sale,
.product-grid__block .price dd {
  margin-right: 0 !important;
}
.product-grid__block .status {
  display: flex;
  flex-flow: row nowrap;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
}
.product-grid__block .onsale,
.product-grid__block .newin,
.product-grid__block .soldout {
  /*position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  */
  padding: 3px 10px;
  margin-left: 6px;
  border-radius: 20px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #F07F75;
}
.product-grid__block .newin {
  background-color: #c67c5a;
}
.product-grid__block .images-wrap {
  position: relative;
  display: block;
  margin: 0;
}
.product-grid__block .images-wrap .product-shot-alt {
  position: absolute;
  top: 53%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: 200ms linear all;
}
.product-grid__block .images-wrap .product-shot-alt:hover {
  top: 50%;
  opacity: 1;
}
.product-grid__block .images-wrap .product-shot {
  opacity: 1;
}
.product-grid__block .images-wrap:hover .product-shot {
  opacity: 0;
}
.product-grid__block .images-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

#shopify-section-boho-collection-template + .shopify-section {
  margin-top: 70px;
}
@media only screen and (min-width: 750px) {
  #shopify-section-boho-collection-template + .shopify-section {
    margin-top: 155px;
  }
}

/* Product Template */
.template-product .main-content {
  padding-top: 90px;
}
@media only screen and (min-width: 750px) {
  .template-product .main-content {
    padding-top: 0;
  }
}

.product-single .product-single__title.title-split .title {
  font-size: 90px;
  line-height: 100px;
  margin-left: -8px;
  font-family: "Brandon-Regular", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 749px) {
  .product-single .product-single__title.title-split .title {
    font-size: 34px;
    line-height: 44px;
    margin-left: 0;
  }
}
.product-single .product-single__title > span {
  display: block;
}
.product-single .price-item {
  color: #c67c5a;
}
.product-single .price__badge--sold-out {
  background-color: transparent;
  border-color: #D1CEC8;
  color: #D1CEC8;
}
.product-single .product__price .price-item--sale {
  color: #7b7063;
}
.product-single .product__price .price--on-sale .price-item--regular {
  color: #8FA1AF;
}
.product-single .product-single__description {
  margin-top: 0;
}
@media only screen and (min-width: 990px) {
  .product-single .product-single__description {
    max-width: 50%;
    margin-bottom: 0;
  }
}
.product-single .product-form__cart-submit, .product-single .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single .shopify-payment-button__button--unbranded {
  width: 100%;
  line-height: 54px;
}
@media only screen and (min-width: 990px) {
  .product-single .product-form__cart-submit, .product-single .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single .shopify-payment-button__button--unbranded {
    width: auto;
  }
}

.product-single__specs {
  margin-bottom: 80px;
}
.product-single__specs .highlight {
  color: #c67c5a;
}
@media only screen and (min-width: 990px) {
  .product-single__specs .highlight {
    max-width: 50%;
  }
}
.product-single__specs dl {
  display: block;
}
@media only screen and (min-width: 990px) {
  .product-single__specs dl {
    display: grid;
    grid-template-columns: 200px calc(100% - 200px);
    grid-template-rows: auto;
    grid-row-gap: 10px;
  }
}
.product-single__specs dl dt {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "Brandon-Bold", serif;
}
.product-single__specs dl dd {
  margin: 10px 0 30px;
}
@media only screen and (min-width: 990px) {
  .product-single__specs dl dd {
    margin: 0;
  }
}
.product-single__specs dl dd img {
  display: block;
  width: 100%;
  padding: 40px 0;
}

.product-single__images {
  min-height: 100vh;
}
@media only screen and (min-width: 990px) {
  .product-single__images {
    min-height: 50vh;
  }
}
@media only screen and (min-width: 990px) {
  .product-single__images .product-images-slider {
    opacity: 0;
    transition: 300ms opacity ease-in;
  }
}
.product-single__images .product-images-slider.slick-initialized {
  opacity: 1;
}
.product-single__images .product-images-slider .single-image {
  width: 100%;
  padding: 0 20px;
}
.product-single__images .product-images-slider .single-image:not(.slick-current) {
  cursor: pointer;
}
.product-single__images .product-images-slider .single-image > a:active, .product-single__images .product-images-slider .single-image > a:hover, .product-single__images .product-images-slider .single-image > a:focus {
  outline: none;
}
@media only screen and (min-width: 990px) {
  .product-single__images .product-images-slider img {
    max-width: 80%;
    margin: 0 auto;
  }
}
.product-single__images .product-images-slider img:active, .product-single__images .product-images-slider img:hover {
  outline: none;
}
.product-single__images .product-images-slider img.lazyloaded {
  height: auto;
  padding-bottom: 0;
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
  .type-relojes .product-single__images {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 750px) {
  .type-relojes .product-single__images {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 990px) {
  .type-relojes .product-single__images {
    padding-top: 70px;
  }
}

.product-single__info {
  position: relative;
}
.product-single__info .product-form__controls-group--submit {
  position: relative;
}
.product-single .sticky-buy-section {
  position: fixed;
  bottom: -100vh;
  transition: 200ms ease-in bottom;
}
.product-single .sticky-buy-section.sticky {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  z-index: 2;
  width: 100%;
}
@media only screen and (min-width: 990px) {
  .product-single .sticky-buy-section.sticky {
    display: flex;
    bottom: 77px;
    left: 50%;
    max-width: 1120px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #F4F3F1;
    border-bottom: 0 none;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.product-single .sticky-buy-section.sticky .product-info {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding: 10px 20px;
  background: #fff;
}
@media only screen and (min-width: 990px) {
  .product-single .sticky-buy-section.sticky .product-info {
    padding-left: 50px;
    background: transparent;
  }
}
.product-single .sticky-buy-section.sticky .product-info .img-wrap {
  display: block;
}
.product-single .sticky-buy-section.sticky .product-info .info-wrap {
  display: flex;
}
@media only screen and (min-width: 990px) {
  .product-single .sticky-buy-section.sticky .buy-btn-wrap {
    display: flex;
    align-items: center;
    padding-right: 50px;
  }
  .product-single .sticky-buy-section.sticky .buy-btn-wrap .btn, .product-single .sticky-buy-section.sticky .buy-btn-wrap .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single .sticky-buy-section.sticky .buy-btn-wrap .shopify-payment-button__button--unbranded {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 22px;
  }
}
@media only screen and (max-width: 989px) {
  .product-single .sticky-buy-section.sticky .buy-btn-wrap .btn--ghost {
    background-color: #f4f3f1;
  }
}
@media only screen and (min-width: 990px) {
  .product-single .sticky-buy-section .product-info {
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
  }
}
.product-single .sticky-buy-section .product-info .img-wrap {
  display: none;
  width: 30%;
}
@media only screen and (min-width: 990px) {
  .product-single .sticky-buy-section .product-info .img-wrap {
    width: 16%;
  }
}
.product-single .sticky-buy-section .product-info .img-wrap img {
  display: block;
  object-fit: contain;
  width: 100%;
}
.product-single .sticky-buy-section .product-info .info-wrap {
  display: none;
  flex-flow: column wrap;
  justify-content: center;
  width: 70%;
  padding-left: 5%;
}
@media only screen and (min-width: 990px) {
  .product-single .sticky-buy-section .product-info .info-wrap {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
  }
}
.product-single .sticky-buy-section .product-info .info-wrap .title-split {
  margin: 0;
}
.product-single .sticky-buy-section .product-info .info-wrap .title-split .pre-title {
  font-size: 10px;
  line-height: 12px;
}
.product-single .sticky-buy-section .product-info .info-wrap .title-split .title {
  font-size: 18px;
  line-height: 28px;
  margin: 5px 0 0;
}
.product-single .sticky-buy-section .product-info .info-wrap .price {
  font-size: 18px;
}
@media only screen and (min-width: 990px) {
  .product-single .sticky-buy-section .product-info .info-wrap .price {
    padding-left: 30px;
    margin-top: 20px;
  }
}
#free-shipping-note {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 111px;
  height: 111px;
  border: 1px solid #c67c5a;
  border-radius: 50%;
}
@media only screen and (min-width: 990px) {
  #free-shipping-note {
    position: absolute;
    right: 0;
    top: -50px;
    bottom: auto;
    width: 156px;
    height: 156px;
  }
}
#free-shipping-note span {
  max-width: 70px;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: #c67c5a;
  text-align: center;
}
@media only screen and (min-width: 990px) {
  #free-shipping-note span {
    font-size: 14px;
    max-width: 100%;
    line-height: 100%;
  }
}

.lifestyle-button {
  display: none;
  position: absolute;
  right: 0;
  top: -60px;
}
@media only screen and (min-width: 990px) {
  .lifestyle-button {
    display: block;
  }
}
.lifestyle-button svg {
  width: 12px;
  height: 12px;
  margin-right: 16px;
  margin-top: -5px;
}

/* Lifestyle images slider */
.lifestyle-images-slider .single-image {
  height: 60vh;
}
.lifestyle-images-slider .single-image .img-wrap {
  display: flex;
  width: 100%;
  height: 60vh;
  min-height: 500px;
}
.lifestyle-images-slider .single-image .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Additional colors of same model */
.additional-colors {
  border-top: 1px solid #d8d2cc;
}
.additional-colors .products-grid {
  grid-column-gap: 10%;
  grid-row-gap: 0;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
}
@media only screen and (min-width: 990px) {
  .additional-colors .products-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 5%;
  }
}
.additional-colors .product-grid__block {
  border: 0 none;
  text-align: center;
}
.additional-colors .product-grid__block .images-wrap {
  margin: 0;
}
.additional-colors .product-grid__block .product-info {
  display: block;
  margin-bottom: 0;
  text-align: center;
}

.type-relojes .additional-colors .products-grid {
  grid-row-gap: 10px;
}

.lifestyle-images + .additional-colors {
  padding-top: 0;
  border-top: 0 none;
}

/* Video section */
.video-section-inner .video__outer-wrap {
  position: relative;
}
.video-section-inner .sound-control {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 0 none;
}
@media only screen and (min-width: 990px) {
  .video-section-inner .sound-control {
    top: 100px;
  }
}
.video-section-inner .sound-control .off {
  display: none;
}
.video-section-inner .sound-control.sound-off .on {
  display: none;
}
.video-section-inner .sound-control.sound-off .off {
  display: block;
}
.video-section-inner .sound-control svg {
  width: 20px;
  height: 20px;
}

/* Video background section */
.video-background-section {
  position: relative;
  height: 46.8vw !important;
  width: 100%;
  overflow: hidden;
}
.video-background-section .vpl-player {
  height: 46.8vw !important;
}
.product-single__images .video-background-section {
  height: 46.8vw !important;
}
@media only screen and (min-width: 990px) {
  .product-single__images .video-background-section {
    height: 26vw !important;
  }
}
@media only screen and (min-width: 1400px) {
  .product-single__images .video-background-section {
    height: 24.8vw !important;
  }
}
.product-single__images .video-background-section .video-section-inner {
  width: 100%;
}
.product-single__images .video-background-section .vpl-player {
  height: 46.8vw !important;
}
@media only screen and (min-width: 990px) {
  .product-single__images .video-background-section .vpl-player {
    height: 26vw !important;
  }
}
@media only screen and (min-width: 1400px) {
  .product-single__images .video-background-section .vpl-player {
    height: 24.8vw !important;
  }
}

/* Video plugin */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

a {
  text-decoration: none;
}

.vpl-player {
  position: relative;
  max-width: 2048px;
  min-width: 300px;
  height: 60vw !important;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  opacity: 0;
}
.restricted .vpl-player {
  height: 36vw !important;
}

[dir=rtl] .vpl-player {
  direction: ltr !important;
}

.vpl-theater {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vpl-media-holder {
  background: #111;
}

.vpl-player-holder, .vpl-media-holder, .vpl-slideshow-holder, .vpl-video-holder, .vpl-poster-holder, .vpl-image-holder, .vpl-youtube-holder, .vpl-vimeo-holder-default, .vpl-vimeo-holder-chromeless, .vpl-canvas-video, .vpl-canvas-image, .vpl-iframe-holder, .vpl-iframe-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vpl-media {
  position: absolute;
  max-width: none !important;
  user-select: none;
  visibility: visible;
  opacity: 0;
  top: 0;
  left: 0;
  max-width: none !important;
}

.vpl-force-hide {
  display: none !important;
}

.vpl-yt-clean {
  position: absolute !important;
  width: 132% !important;
  height: 200% !important;
  top: -50% !important;
  left: -16% !important;
  max-width: none !important;
}

.vpl-fs {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 999999 !important;
  overflow: hidden !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.vpl-fs-overflow {
  overflow: hidden !important;
}

.vpl-download-toggle a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* minimize on scroll */
.vpl-minimize-bl {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  top: auto !important;
  position: fixed !important;
  max-width: 720px !important;
  z-index: 2147483648;
  bottom: 20px !important;
  left: 20px !important;
}

.vpl-minimize-br {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  top: auto !important;
  position: fixed !important;
  max-width: 720px !important;
  z-index: 2147483648;
  bottom: 20px !important;
  left: auto !important;
  right: 20px !important;
}

.vpl-skin-flat-dark .vpl-settings-holder, .vpl-skin-flat-dark .vpl-player-controls-bottom, .vpl-skin-flat-dark .vpl-volume-seekbar, .vpl-skin-flat-dark .vpl-player-controls-top .vpl-contr-btn, .vpl-skin-flat-dark .vpl-share-data, .vpl-skin-flat-dark .vpl-info-data, .vpl-skin-flat-dark .vpl-context-menu, .vpl-skin-flat-dark .vpl-big-play, .vpl-skin-flat-dark .vpl-pwd-data-wrap {
  background: rgba(0, 0, 0, 0.9);
}

.vpl-skin-flat-light .vpl-settings-holder, .vpl-skin-flat-light .vpl-player-controls-bottom, .vpl-skin-flat-light .vpl-volume-seekbar, .vpl-skin-flat-light .vpl-player-controls-top .vpl-contr-btn, .vpl-skin-flat-light .vpl-share-data, .vpl-skin-flat-light .vpl-info-data, .vpl-skin-flat-light .vpl-context-menu, .vpl-skin-flat-light .vpl-big-play, .vpl-skin-flat-light .vpl-pwd-data-wrap {
  background: rgb(255, 255, 255);
}

.vpl-skin-flat-gray .vpl-settings-holder, .vpl-skin-flat-gray .vpl-player-controls-bottom, .vpl-skin-flat-gray .vpl-volume-seekbar, .vpl-skin-flat-gray .vpl-player-controls-top .vpl-contr-btn, .vpl-skin-flat-gray .vpl-share-data, .vpl-skin-flat-gray .vpl-info-data, .vpl-skin-flat-gray .vpl-context-menu, .vpl-skin-flat-gray .vpl-big-play, .vpl-skin-flat-gray .vpl-pwd-data-wrap {
  background: #d0d0d0;
}

/* icons */
.vpl-btn {
  display: none;
  height: 100%;
}

.vpl-icon-wrap {
  height: 100%;
}

.vpl-contr-btn {
  width: 40px;
  height: 100%;
  float: left;
  position: relative;
  cursor: pointer;
}
.vpl-contr-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  fill: currentColor;
  transition: color 0.1s ease-out;
}

.vpl-skin-flat-dark .vpl-contr-btn svg {
  color: #bbb;
}

.vpl-skin-flat-light .vpl-contr-btn svg {
  color: #5d5d5d;
}

.vpl-skin-flat-gray .vpl-contr-btn svg {
  color: #7a7686;
}

.vpl-skin-flat-dark .vpl-contr-btn:hover svg {
  color: #fff !important;
}

.vpl-skin-flat-light .vpl-contr-btn:hover svg {
  color: #da4040 !important;
}

.vpl-skin-flat-gray .vpl-contr-btn:hover svg {
  color: #fff !important;
}

.vpl-player-controls {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  display: none;
}

.vpl-player-controls-visible {
  opacity: 1;
}

.vpl-player-controls-bottom {
  position: absolute;
  height: 40px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
}

.vpl-player-controls-top {
  position: absolute;
  width: 40px;
  top: 10px;
  right: 10px;
}
.vpl-player-controls-top .vpl-contr-btn {
  height: 40px;
  width: 40px;
  margin-bottom: 3px;
  overflow: hidden;
}

.vpl-player-controls-bottom-right {
  position: relative;
  margin-left: auto;
}

.vpl-media-time-current, .vpl-media-time-separator, .vpl-media-time-total {
  position: relative;
  top: 50%;
  left: 0px;
  text-align: center;
  float: left;
  margin: 0 !important;
  font-size: 12px !important;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vpl-media-time-current, .vpl-media-time-total {
  padding-left: 10px;
  padding-right: 10px;
}

.vpl-skin-flat-dark .vpl-media-time-current, .vpl-skin-flat-dark .vpl-media-time-separator, .vpl-skin-flat-dark .vpl-media-time-total {
  color: #bbb;
}

.vpl-skin-flat-light .vpl-media-time-current, .vpl-skin-flat-light .vpl-media-time-separator, .vpl-skin-flat-light .vpl-media-time-total {
  color: #5d5d5d;
}

.vpl-skin-flat-gray .vpl-media-time-current, .vpl-skin-flat-gray .vpl-media-time-separator, .vpl-skin-flat-gray .vpl-media-time-total {
  color: #7a7686;
}

.vpl-seekbar-wrap {
  position: relative;
  margin: 0 10px;
  height: 100%;
  overflow: hidden;
}

.vpl-seekbar {
  overflow: hidden;
  height: 100%;
  cursor: pointer;
  touch-action: none;
  flex: 1;
}

.vpl-progress-bg {
  position: relative;
  width: 100%;
  top: 17px;
  height: 7px;
  overflow: hidden;
}

.vpl-skin-flat-dark .vpl-progress-bg {
  background: #333;
}

.vpl-skin-flat-light .vpl-progress-bg {
  background: #5d5d5d;
}

.vpl-skin-flat-gray .vpl-progress-bg {
  background: #b0b0b1;
}

.vpl-load-level {
  position: absolute;
  top: 0;
  height: 100%;
}

.vpl-skin-flat-dark .vpl-load-level {
  background: #333;
}

.vpl-skin-flat-light .vpl-load-level {
  background: #ededed;
}

.vpl-skin-flat-gray .vpl-load-level {
  background: #e6e6e6;
}

.vpl-progress-level {
  position: absolute;
  top: 0;
  height: 100%;
  transition: width 0.2s linear;
}

.vpl-skin-flat-dark .vpl-progress-level {
  background: #d1c452;
}

.vpl-skin-flat-light .vpl-progress-level {
  background: #da4040;
}

.vpl-skin-flat-gray .vpl-progress-level {
  background: #9a9ca7;
}

.vpl-volume-seekbar {
  position: absolute;
  top: -80px;
  left: 0;
  width: 40px;
  height: 80px;
  cursor: pointer;
  touch-action: none;
  display: none;
}

.vpl-volume-wrapper:hover .vpl-volume-seekbar {
  display: block;
}

.vpl-volume-bg {
  position: absolute;
  width: 6px;
  height: 60px;
  left: 17px;
  bottom: 10px;
}

.vpl-skin-flat-dark .vpl-volume-bg {
  background: #333;
}

.vpl-skin-flat-light .vpl-volume-bg {
  background: #5d5d5d;
}

.vpl-skin-flat-gray .vpl-volume-bg {
  background: #9a9ca7;
}

.vpl-volume-level {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: width 0.2s ease-out, height 0.2s ease-out;
}

.vpl-skin-flat-dark .vpl-volume-level {
  background: #d1c452;
}

.vpl-skin-flat-light .vpl-volume-level {
  background: #da4040;
}

.vpl-skin-flat-gray .vpl-volume-level {
  background: #fff;
}

.vpl-settings-menu {
  display: none;
}

.vpl-settings-toggle {
  cursor: pointer;
}

.vpl-settings-holder {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 1px;
  display: none;
  text-align: left;
  white-space: nowrap;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-out, width 0.2s ease-out, height 0.2s ease-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.vpl-settings-holder-scrollable {
  overflow-y: auto;
}

.vpl-settings-holder ul {
  margin: 0 !important;
  padding: 0 !important;
}

.vpl-menu-item {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  white-space: nowrap;
  height: auto;
  text-align: center;
  list-style-type: none;
  padding: 8px 10px 8px 10px;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  user-select: none;
  cursor: pointer;
}

.vpl-menu-active {
  cursor: default !important;
}

.vpl-settings-menu-item-title {
  margin-right: 20px;
  font-weight: bold;
}

.vpl-skin-flat-dark .vpl-settings-menu-item-value {
  color: #5d5d5d;
}

.vpl-skin-flat-light .vpl-settings-menu-item-value {
  color: #ddd;
}

.vpl-skin-flat-gray .vpl-settings-menu-item-value {
  color: #efefef;
}

.vpl-settings-holder .vpl-menu-header {
  font-size: 13px;
  line-height: 1;
  padding: 9px 10px 9px 15px;
  background-image: url("../data/svg/left-arrow.svg?3");
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 11px;
  transition: all 0.3s ease-out;
  margin-bottom: 1px;
  cursor: pointer;
}
.vpl-settings-holder .vpl-menu-header:hover {
  background-position: 8px center;
}
.vpl-settings-holder .vpl-menu-header span {
  padding-left: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vpl-skin-flat-dark .vpl-menu-header {
  background-color: #fff;
  color: #555;
}

.vpl-skin-flat-light .vpl-menu-header {
  background-color: #da4040;
  color: #fff;
}

.vpl-skin-flat-gray .vpl-menu-header {
  background-color: #7a7686;
  color: #fff;
}

.vpl-skin-flat-dark .vpl-menu-item {
  color: #eee;
}

.vpl-skin-flat-light .vpl-menu-item, .vpl-skin-flat-gray .vpl-menu-item {
  color: #8c8c8c;
}

.vpl-skin-flat-dark .vpl-menu-active, .vpl-skin-flat-dark .vpl-menu-item:hover {
  background: #fff;
  color: #555;
}

.vpl-skin-flat-light .vpl-menu-active, .vpl-skin-flat-light .vpl-menu-item:hover {
  background: #da4040;
  color: #fff;
}

.vpl-skin-flat-gray .vpl-menu-active, .vpl-skin-flat-gray .vpl-menu-item:hover {
  background: #7a7686;
  color: #fff;
}

.vpl-subtitles {
  display: none;
}

.vpl-subtitle-holder-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  transition: margin-bottom 0.3s ease-out;
  font-size: 20px;
}

.vpl-subtitle {
  display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal !important;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.3) !important;
  white-space: pre-wrap;
}
.vpl-subtitle i {
  font-style: italic;
}

.vpl-subtitle-visible {
  margin-bottom: 40px !important;
}

.vpl-share-holder {
  height: 100%;
  width: 100%;
  display: none;
  z-index: 50;
  opacity: 0;
  transition: opacity 100ms ease-out;
}

.vpl-share-holder-inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.vpl-share-inner {
  position: relative;
  height: 100%;
  padding: 20px 40px 20px 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.vpl-share-data {
  position: relative;
  max-width: 90%;
  max-height: 70%;
  overflow: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.vpl-share-close {
  position: absolute;
  right: 0;
  top: 0;
  background: none !important;
  z-index: 333;
  height: 40px;
  width: 40px;
}

.vpl-info-close svg, .vpl-share-close svg {
  height: 17px;
}

.vpl-share-item {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
}

.vpl-info-holder {
  height: 100%;
  width: 100%;
  display: none;
  z-index: 50;
  opacity: 0;
  transition: opacity 100ms ease-out;
}

.vpl-info-holder-inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.vpl-info-inner {
  position: relative;
  height: 100%;
  padding: 20px 40px 20px 20px;
  box-sizing: border-box;
}

.vpl-info-data {
  position: relative;
  max-width: 70%;
  max-height: 70%;
  overflow: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 500px) {
  .vpl-info-data {
    max-width: 100%;
    max-height: 100%;
  }
}
.vpl-info-close {
  position: absolute;
  right: 0;
  top: 0;
  background: none !important;
  z-index: 333;
  height: 40px;
  width: 40px;
}

.vpl-info-description {
  white-space: pre-wrap;
  line-height: normal;
  font-size: 13px;
}

.vpl-big-play {
  position: absolute;
  width: 76px;
  height: 76px;
  top: 50%;
  left: 50%;
  margin-left: -37px;
  margin-top: -37px;
  display: none;
  text-align: center;
  line-height: 76px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 100%;
}
@media only screen and (max-width: 989px) {
  .vpl-big-play {
    width: 42px;
    height: 42px;
    margin-left: -22px;
    margin-top: -21px;
  }
}
.vpl-big-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 26px;
  fill: currentColor;
}
@media only screen and (max-width: 989px) {
  .vpl-big-play svg {
    height: 18px;
  }
}

.vpl-skin-flat-dark .vpl-big-play svg {
  color: #bbb;
}

.vpl-skin-flat-light .vpl-big-play svg {
  color: #5d5d5d;
}

.vpl-skin-flat-gray .vpl-big-play svg {
  color: #7a7686;
}

.vpl-skin-flat-dark .vpl-big-play:hover svg {
  color: #fff !important;
}

.vpl-skin-flat-light .vpl-big-play:hover svg {
  color: #da4040 !important;
}

.vpl-skin-flat-gray .vpl-big-play:hover svg {
  color: #fff !important;
}

.vpl-player-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-animation: vpl_preloader 1.2s infinite ease-in-out;
  animation: vpl_preloader 1.2s infinite ease-in-out;
  display: none;
}

.vpl-skin-flat-dark .vpl-player-loader, .vpl-skin-flat-light .vpl-player-loader {
  background-color: #d0d0d0;
}

.vpl-skin-flat-gray .vpl-player-loader {
  background-color: #7a7686;
}

@-webkit-keyframes vpl_preloader {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes vpl_preloader {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.vpl-vr-info {
  position: absolute;
  height: auto;
  display: block;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  pointer-events: none;
  display: none;
}

.vpl-preview-seek-wrap {
  position: absolute;
  width: 120px;
  height: 68px;
  display: none;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.vpl-skin-flat-dark .vpl-preview-seek-wrap, .vpl-skin-flat-light .vpl-preview-seek-wrap, .vpl-skin-flat-gray .vpl-preview-seek-wrap {
  border: 2px solid #ddd;
}

.vpl-preview-seek-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.vpl-preview-seek-time {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.vpl-preview-seek-time .vpl-preview-seek-time-current {
  margin: 0 !important;
  line-height: normal;
  padding: 1px 2px !important;
  font-size: 13px !important;
}

.vpl-skin-flat-dark .vpl-preview-seek-time .vpl-preview-seek-time-current, .vpl-skin-flat-light .vpl-preview-seek-time .vpl-preview-seek-time-current, .vpl-skin-flat-gray .vpl-preview-seek-time .vpl-preview-seek-time-current {
  background: #111;
  color: #b8b8b8 !important;
}

.vpl-pwd-holder {
  height: 100%;
  width: 100%;
  display: none;
  z-index: 60;
  position: relative;
  opacity: 0;
  transition: opacity 100ms ease-out;
}

.vpl-pwd-holder-inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.vpl-skin-flat-dark .vpl-pwd-holder, .vpl-skin-flat-light .vpl-pwd-holder, .vpl-skin-flat-gray .vpl-pwd-holder {
  background: rgba(0, 0, 0, 0.7);
}

.vpl-pwd-data-wrap {
  position: relative;
  max-width: 350px;
  width: 100%;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width: 400px) {
  .vpl-pwd-data-wrap {
    max-width: 90%;
  }
}
.vpl-pwd-data {
  display: flex;
}

.vpl-pwd-field-wrap {
  position: relative;
  margin: 0;
  padding: 5px !important;
  line-height: 1.2;
  word-wrap: break-word;
  overflow: hidden;
  width: 100%;
}

.vpl-skin-flat-dark .vpl-pwd-field-wrap, .vpl-skin-flat-light .vpl-pwd-field-wrap, .vpl-skin-flat-gray .vpl-pwd-field-wrap {
  border: 1px solid #333;
}

.vpl-pwd-field {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  padding: 0 0 0 5px !important;
  font-size: 13px !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  line-height: 1 !important;
  direction: ltr !important;
}

.vpl-skin-flat-dark .vpl-pwd-field, .vpl-skin-flat-light .vpl-pwd-field, .vpl-skin-flat-gray .vpl-pwd-field {
  background: #232323 !important;
  color: #fff !important;
}

.vpl-pwd-title {
  font-size: 14px;
  margin: 5px;
  display: flex;
}

.vpl-skin-flat-dark .vpl-pwd-title {
  color: #fff;
}

.vpl-skin-flat-light .vpl-pwd-title {
  color: #5d5d5d;
}

.vpl-skin-flat-gray .vpl-pwd-title {
  color: #fff;
}

.vpl-pwd-info {
  font-size: 11px;
  margin: 5px;
  display: flex;
}

.vpl-skin-flat-dark .vpl-pwd-info {
  color: #888;
}

.vpl-skin-flat-light .vpl-pwd-info {
  color: #5d5d5d;
}

.vpl-skin-flat-gray .vpl-pwd-info {
  color: #888;
}

.vpl-pwd-confirm {
  display: inline-block;
  padding: 3px !important;
  font-size: 12px;
  cursor: pointer;
  float: right;
  align-self: flex-start;
  margin-left: 5px;
  margin-right: 5px;
}

.vpl-skin-flat-dark .vpl-pwd-confirm {
  background: #fff;
  color: #555;
}

.vpl-skin-flat-light .vpl-pwd-confirm {
  background: #fff;
  color: #ccc;
  border: 1px solid #999;
}

.vpl-skin-flat-gray .vpl-pwd-confirm {
  background: #fff;
  color: #555;
}

.vpl-pwd-error {
  display: none;
}

.vpl-context-menu {
  position: absolute;
  padding: 10px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 2147483646 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.vpl-context-menu ul {
  padding: 0 !important;
  margin: 0 !important;
}
.vpl-context-menu li {
  line-height: 1.4 !important;
  list-style: none !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 5px !important;
  font-size: 12px !important;
  cursor: pointer;
}

.vpl-skin-flat-dark .vpl-context-menu li {
  border-bottom: 1px solid #666 !important;
  color: #c1c1c1 !important;
}

.vpl-skin-flat-light .vpl-context-menu li {
  border-bottom: 1px solid #d6d6d6 !important;
  color: #454545 !important;
}

.vpl-skin-flat-gray .vpl-context-menu li {
  border-bottom: 1px solid #aaa !important;
  color: #eee !important;
}

.vpl-context-menu li:last-child {
  border-bottom: none !important;
}

.vpl-context-link span {
  background-color: #9e9e9e !important;
}
.vpl-context-link span a {
  color: #E5E5E5 !important;
}

.vpl-context-menu li:hover > span {
  opacity: 0.5;
}

.vpl-context-fullscreen-exit, .vpl-context-volume-unmute, .vpl-context-playback-pause {
  display: none;
}

.vpl-tooltip {
  position: absolute;
  text-align: center;
  z-index: 2147483646 !important;
  pointer-events: none;
  display: none;
  font-size: 13px !important;
  padding: 2px 8px !important;
  line-height: 20px !important;
  white-space: nowrap;
  user-select: none;
  direction: ltr !important;
}

.vpl-skin-flat-dark .vpl-tooltip {
  background: #fff;
  color: #555 !important;
}

.vpl-skin-flat-light .vpl-tooltip {
  background: #fff;
  color: #555 !important;
  box-shadow: 1px 1px 3px rgba(148, 148, 148, 0.3607843137);
}

.vpl-skin-flat-gray .vpl-tooltip {
  background: #fff;
  color: #555 !important;
}

.vpl-visible {
  opacity: 1;
  transition: opacity 500ms ease-out;
}

.vpl-holder-visible {
  opacity: 1;
}

#shopify-section-product-recommendations {
  background-color: #fff;
}
@media only screen and (max-width: 989px) {
  #shopify-section-product-recommendations {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 989px) {
  #shopify-section-product-recommendations .product-recommendations__inner {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 989px) {
  #shopify-section-product-recommendations .products-grid {
    display: block;
  }
}
#shopify-section-product-recommendations .product-grid__block {
  position: relative;
}
#shopify-section-product-recommendations .product-grid__block:last-child {
  border: 0 none;
}
@media only screen and (min-width: 990px) {
  #shopify-section-product-recommendations .product-grid__block {
    border: 0 none;
  }
  #shopify-section-product-recommendations .product-grid__block:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: -30px;
    top: 0;
    border-right: 1px solid #d8d2cc;
  }
  #shopify-section-product-recommendations .product-grid__block:last-child:after {
    display: none;
  }
}
@media only screen and (max-width: 989px) {
  #shopify-section-product-recommendations .product-grid__block .images-wrap {
    margin-top: 0;
  }
}
#shopify-section-product-recommendations .product-grid__block .product-info {
  margin-bottom: 50px;
}
@media only screen and (min-width: 990px) {
  #shopify-section-product-recommendations .product-grid__block .product-info {
    margin-bottom: 0;
  }
}
#shopify-section-product-recommendations .product-grid__block .product-info .price {
  font-size: 30px;
  line-height: 150%;
}

/* Zoom plugin css */
.panWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
  cursor: move;
}
.panWrapper * {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.panWrapper a.controls {
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 50%;
  z-index: 2;
  bottom: 30px;
  cursor: pointer;
}
.panWrapper a.controls.in {
  background-image: url();
  margin-left: -30px;
}
.panWrapper a.controls.out {
  background-image: url();
  margin-left: 30px;
}
.panWrapper a.controls.close {
  background-image: url();
  left: auto;
  right: 30px;
  top: 30px;
}
.panWrapper .loading {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  background-image: url();
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}
.panWrapper img {
  max-width: unset !important;
}

/* TEXT SECTION STYLES */
.text-section {
  text-align: center;
  padding: 0;
}
.text-section .text-section-inner {
  padding: 110px 0;
  text-align: left;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 990px) {
  .text-section .text-section-inner {
    padding: 120px 0;
  }
}
.text-section .text-section-inner .has-separator:after {
  margin-left: 0;
}
.text-section .center--align {
  text-align: center;
}
.text-section .center--align .has-separator:after {
  margin-right: auto;
  margin-left: auto;
}
.text-section .right--align {
  text-align: right;
}
.text-section .right--align .has-separator:after {
  margin-right: 0;
  margin-left: auto;
}
.text-section .pretitle {
  margin-bottom: 10px;
}
.text-section .color-text-light h2, .text-section .color-text-light .h2, .text-section .color-text-light .products-slider .product-info .title-split .title, .products-slider .product-info .title-split .text-section .color-text-light .title, .text-section .color-text-light .multi-sliders .single-product .title, .multi-sliders .single-product .text-section .color-text-light .title,
.text-section .color-text-light p,
.text-section .color-text-light .btn--text {
  color: #fff !important;
}
.text-section .color-text-light .btn--text:after {
  border-color: #fff !important;
}
@media only screen and (min-width: 990px) {
  .text-section p.h2, .text-section .products-slider .product-info .title-split p.title, .products-slider .product-info .title-split .text-section p.title {
    max-width: 50%;
  }
}
@media only screen and (max-width: 749px) {
  .text-section .btn, .text-section .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .text-section .shopify-payment-button__button--unbranded {
    width: auto;
  }
}

.text-section.text-section-bg .text-section-inner {
  min-height: 70vh;
  display: flex;
}
.text-section.text-section-bg .text-section-inner > div {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  width: calc(100% - 44px);
}

.text_column_with_image {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 749px) {
  .text_column_with_image {
    flex-flow: column-reverse wrap !important;
  }
  .text_column_with_image.reverse-mobile {
    flex-flow: column wrap !important;
  }
}
.text_column_with_image.align--left {
  flex-flow: row-reverse;
}
.text_column_with_image.align--left .text_column:first-child {
  padding-left: 5%;
  padding-right: 0;
}
@media only screen and (max-width: 749px) {
  .text_column_with_image.align--left .text_column:first-child {
    padding: 35px 0;
  }
}
.text_column_with_image .text_column:first-child {
  width: 50%;
  padding-right: 5%;
}
@media only screen and (max-width: 749px) {
  .text_column_with_image .text_column:first-child {
    width: 100%;
    padding: 0;
  }
}
.text_column_with_image .text_column:last-child {
  width: 50%;
}
@media only screen and (max-width: 749px) {
  .text_column_with_image .text_column:last-child {
    width: 100%;
    margin-top: 35px;
  }
}

/* Fixing margins between two adjacent sections with background */
.template-index .text-section-columns,
.text-section-bg + .text-section-columns {
  padding-top: 0;
}

/* Text section columns */
@media only screen and (min-width: 990px) {
  .text-section-columns .text-section-inner {
    padding: 0;
  }
}
@media only screen and (min-width: 750px) {
  .text-section-columns .columns {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
  }
}
.text-section-columns .single-column {
  padding-top: 40px;
  border-top: 1px solid #d8d2cc;
}
.text-section-columns .single-column .label-title, .text-section-columns .single-column .order-table thead th, .order-table thead .text-section-columns .single-column th {
  padding-bottom: 20px;
  color: #7b7063;
}
@media only screen and (min-width: 750px) {
  .text-section-columns .single-column {
    width: 45%;
  }
}
.text-section-columns .single-column.one-third {
  width: 100%;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .text-section-columns .single-column.one-third {
    width: 30%;
  }
}
@media only screen and (min-width: 990px) {
  .text-section-columns .single-column.one-third {
    width: 25%;
  }
}
@media only screen and (max-width: 749px) {
  .text-section-columns .single-column + .single-column {
    margin-top: 30px;
  }
}

/* Slick Slider Vertical Nav */
.slick-slider.vertical-nav .slick-dots {
  position: absolute;
  right: 0;
  top: 30%;
  width: 11px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 750px) {
  .slick-slider.vertical-nav .slick-dots {
    top: 50%;
  }
}
.slick-slider.vertical-nav .slick-dots li {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 0 12px 0;
}
.slick-slider.vertical-nav .slick-dots li button:active,
.slick-slider.vertical-nav .slick-dots li a:active {
  outline: none;
}
.slick-slider.vertical-nav .slick-dots li button::before,
.slick-slider.vertical-nav .slick-dots li a::before {
  content: "";
  border: 2px solid #c67c5a;
  border-radius: 50%;
  opacity: 1;
  width: 10px;
  height: 10px;
  padding: 0;
}
.slick-slider.vertical-nav .slick-dots li.slick-active button::before {
  background-color: #c67c5a;
}

/* Homepage section: Gallery Mix */
.gallery-mix-inner {
  /* Page Loader */
  /* Will-change */
}
.gallery-mix-inner .cursor {
  display: none;
}
.gallery-mix-inner .js .loading::before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}
.gallery-mix-inner .js .loading::after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: calc(50% - 30px);
  left: calc(50% - 25px);
  width: 50px;
  height: 60px;
  pointer-events: none;
  opacity: 0.4;
  background: var(--color-link);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
.gallery-mix-inner a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
}
.gallery-mix-inner a:hover,
.gallery-mix-inner a:focus {
  color: var(--color-link-hover);
  outline: none;
}
.gallery-mix-inner main {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.gallery-mix-inner .message {
  background: var(--color-text);
  color: var(--color-bg);
  padding: 1rem;
  text-align: center;
}
.gallery-mix-inner .frame {
  padding: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}
.gallery-mix-inner .frame a {
  pointer-events: auto;
}
.gallery-mix-inner .frame__title {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  font-weight: normal;
}
.gallery-mix-inner .frame__links {
  display: flex;
  margin: 0.5rem 0;
}
.gallery-mix-inner .frame__links a {
  margin: 0 0.35rem;
  padding: 0 0.35rem;
  position: relative;
}
.gallery-mix-inner .frame__links a:first-child {
  margin-left: 0;
  padding-left: 0;
}
.gallery-mix-inner .frame__links a:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 1rem;
  background: var(--color-link);
  position: absolute;
  left: calc(100% + 0.35rem);
  top: calc(50% - 0.5rem);
  pointer-events: none;
}
.gallery-mix-inner .frame__subtitle {
  font-weight: normal;
  font-size: 1rem;
  margin: 0.5rem 0 1rem;
}
.gallery-mix-inner .frame__indicator {
  background: var(--color-indicator);
  width: 3rem;
  height: 0.5rem;
  transform-origin: 0 50%;
}
.gallery-mix-inner .strip-outer {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: none;
}
.gallery-mix-inner .strip-inner {
  position: relative;
  top: 0;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.gallery-mix-inner .draggable {
  height: 500px;
  top: calc(50% - 250px);
  width: 100%;
  position: absolute;
  cursor: grab;
}
.gallery-mix-inner .draggable:active {
  cursor: grabbing;
}
.gallery-mix-inner .strip {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: start;
  position: relative;
  pointer-events: none;
}
.gallery-mix-inner .strip__item {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.gallery-mix-inner .img-outer {
  height: 450px;
  height: 50vh;
  width: 35vh;
  overflow: hidden;
  position: relative;
  flex: none;
}
.gallery-mix-inner .img-outer--size-s {
  height: 300px;
}
.gallery-mix-inner .img-outer--size-m {
  height: 360px;
}
.gallery-mix-inner .img-outer--size-l {
  height: 390px;
}
.gallery-mix-inner .img-outer--size-xl {
  height: 420px;
}
.gallery-mix-inner .img-inner {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  left: -20px;
  top: -20px;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
}
.gallery-mix-inner .strip__item-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery-mix-inner .strip__item-link {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  position: relative;
}
.gallery-mix-inner .strip__item-link::before {
  content: "";
  position: absolute;
  width: 160%;
  height: 120%;
  left: -30%;
  top: -10%;
}
.gallery-mix-inner .strip__item-link span {
  display: block;
}
.gallery-mix-inner .strip__item-plus {
  display: none;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 6h6v1H7v6H6V7H0V6h6V0h1v6z' fill='%23505050'/%3e%3c/svg%3e");
  background-size: 100%;
}
.gallery-mix-inner .strip__item-link:hover + .strip__item-plus {
  display: block;
}
.gallery-mix-inner .strip-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #d8d2cc;
  pointer-events: none;
  opacity: 0;
}
.gallery-mix-inner .strip-cover__title {
  font-family: fleisch-wolf, sans-serif;
  font-weight: 400;
  font-size: 20vw;
  margin: 0;
  line-height: 1;
  -webkit-text-stroke: 1px #d8d2cc;
  text-stroke: 1px #d8d2cc;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
}
.gallery-mix-inner .strip-cover__subtitle {
  font-size: 1.5rem;
  margin: 0;
}
.gallery-mix-inner .content {
  top: 0;
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 1000;
}
.gallery-mix-inner .js .content {
  pointer-events: none;
}
.gallery-mix-inner .content__item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  display: grid;
  align-items: center;
  grid-template-rows: 50% 40% 10%;
  grid-column-gap: 0;
  grid-template-areas: "content-img" "content-copy" "...";
  display: none;
}
.gallery-mix-inner .js .content__item {
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.gallery-mix-inner .js .content__item--current {
  pointer-events: auto;
  opacity: 1;
  top: 0;
  display: grid;
}
.gallery-mix-inner .img-outer--content {
  height: 100%;
  width: auto;
  grid-area: content-img;
}
.gallery-mix-inner .img-inner--content {
  background-position: 50% 35%;
}
.gallery-mix-inner .content__item-title {
  font-weight: normal;
  color: #f4f3f1;
}
.gallery-mix-inner .content__item-copy {
  grid-area: content-copy;
  padding: 1.5rem 2rem;
  color: #f4f3f1;
}
.gallery-mix-inner .content__item-text {
  margin: 0;
}
.gallery-mix-inner .content__close {
  display: block;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  bottom: 1.5rem;
  left: 3rem;
}
.gallery-mix-inner .content__item--current ~ .content__close {
  pointer-events: auto;
}
.gallery-mix-inner .content__close svg {
  fill: currentColor;
}
.gallery-mix-inner .content__close:focus,
.gallery-mix-inner .content__close:hover {
  outline: none;
  color: #fff;
}
.gallery-mix-inner .strip,
.gallery-mix-inner .strip__item,
.gallery-mix-inner .cursor__side,
.gallery-mix-inner .content__close,
.gallery-mix-inner .content__item-title,
.gallery-mix-inner .content__item-copy {
  will-change: transform;
}
@media screen and (min-width: 53em) {
  .gallery-mix-inner body {
    overflow: hidden;
  }
  .gallery-mix-inner .frame {
    position: fixed;
    text-align: left;
    z-index: 10000;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 1.25rem 3rem;
    pointer-events: none;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "page-title links" "... ..." "indicator sub-title";
  }
  .gallery-mix-inner .frame__title-wrap {
    grid-area: page-title;
    display: flex;
  }
  .gallery-mix-inner .frame__title {
    margin: 0;
  }
  .gallery-mix-inner .frame__subtitle {
    grid-area: sub-title;
    justify-self: end;
    margin: 0;
  }
  .gallery-mix-inner .frame__links {
    padding: 0;
    margin: 0 0 0 2rem;
  }
  .gallery-mix-inner .frame__indicator {
    grid-area: indicator;
    margin: 0;
  }
  .gallery-mix-inner .content__item {
    top: 0;
    grid-template-columns: 40% 45% 15%;
    grid-template-rows: 100%;
    grid-template-areas: "content-copy content-img ... ";
  }
  .gallery-mix-inner .content__item-copy {
    max-width: 240px;
    justify-self: end;
    align-self: end;
    text-align: right;
  }
  .gallery-mix-inner .strip-cover__title {
    font-size: 15vw;
    -webkit-text-stroke: 2px #d8d2cc;
    text-stroke: 2px #d8d2cc;
  }
  .gallery-mix-inner .strip-cover__subtitle {
    font-size: 3rem;
  }
}
@media (any-pointer: fine) {
  .gallery-mix-inner .cursor {
    display: block;
  }
  .gallery-mix-inner .cursor__inner {
    z-index: 9999;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    border-radius: 50%;
  }
  .gallery-mix-inner .cursor__side {
    position: absolute;
    top: 50%;
    width: 5px;
    height: 1px;
    background: #fff;
    opacity: 0;
  }
  .gallery-mix-inner .cursor__side--left {
    right: calc(100% + 5px);
  }
  .gallery-mix-inner .cursor__side--right {
    left: calc(100% + 5px);
  }
  .gallery-mix-inner .cursor__inner--circle {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
  }
}

/* Homepage section - Product Slider */
.products-slider .product-grid__block {
  margin-top: 10px;
  border: 0 none;
}
@media only screen and (min-width: 750px) {
  .products-slider .product-grid__block {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }
}
.products-slider .images-wrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 750px) {
  .products-slider .images-wrap {
    width: 55%;
    margin: 0 3% 0 0;
  }
}
@media only screen and (max-width: 989px) {
  .products-slider .images-wrap img {
    width: 90%;
  }
}
.products-slider .product-info {
  width: 100%;
}
.products-slider .product-info .title-split .title {
  font-family: "Brandon-Regular", sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
}
@media only screen and (min-width: 750px) {
  .products-slider .product-info {
    width: 40%;
    margin: 0;
  }
}
.products-slider .price {
  line-height: 100%;
}

@media only screen and (max-width: 989px) {
  .stylebook-section .slideshow.full-height {
    min-height: 0;
  }
}
.stylebook-section .stylebook__products {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media only screen and (min-width: 990px) {
  .stylebook-section .stylebook__products.has-content-bg {
    align-items: flex-start;
  }
  .stylebook-section .stylebook__products.has-content-bg .content-box {
    padding-left: 0;
    padding-right: 10%;
  }
  .stylebook-section .stylebook__products.has-content-bg .content-box p {
    background: #fff;
    color: #3d4246;
    padding: 50px;
  }
}
@media only screen and (min-width: 990px) {
  .stylebook-section .stylebook__products.align--left {
    flex-flow: row-reverse nowrap;
  }
  .stylebook-section .stylebook__products.align--left .content-box {
    padding-left: 0;
    padding-right: 6%;
  }
}
@media only screen and (min-width: 990px) {
  .stylebook-section .stylebook__products.align--left.has-content-bg .content-box {
    padding-left: 10%;
    padding-right: 0;
  }
}
.stylebook-section .product-box {
  position: relative;
  display: flex;
  height: 60vh;
  width: 60vh;
}
@media only screen and (min-width: 1400px) {
  .stylebook-section .product-box {
    height: 68vh;
    width: 68vh;
    max-height: 600px;
  }
}
.stylebook-section .product-box .product-box__img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.stylebook-section .product-box .product-info {
  position: absolute;
  bottom: 40px;
  right: 30px;
  text-align: right;
}
.stylebook-section .product-box .product-info span {
  display: block;
  padding: 6px 0;
  color: #fff !important;
}
.stylebook-section .product-box .product-info span.title {
  text-transform: uppercase;
  font-family: "Brandon-Regular", sans-serif;
  font-size: 30px;
  line-height: 120%;
  margin: 0;
}
@media only screen and (min-width: 990px) {
  .stylebook-section .product-box .product-info span.title {
    font-size: 40px;
  }
}
.stylebook-section .product-box .product-info span.btn, .stylebook-section .product-box .product-info .shopify-payment-button span.shopify-payment-button__button--unbranded, .shopify-payment-button .stylebook-section .product-box .product-info span.shopify-payment-button__button--unbranded {
  display: inline-block;
}
.stylebook-section .product-box .product-info span.btn:after, .stylebook-section .product-box .product-info .shopify-payment-button span.shopify-payment-button__button--unbranded:after, .shopify-payment-button .stylebook-section .product-box .product-info span.shopify-payment-button__button--unbranded:after {
  border-bottom-color: #fff;
}
.stylebook-section .content-box {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  width: 46%;
  padding-left: 6%;
  text-align: left;
}
.stylebook-section .content-box .label-title, .stylebook-section .content-box .order-table thead th, .order-table thead .stylebook-section .content-box th {
  margin-bottom: 20px;
}
@media only screen and (min-width: 990px) {
  .stylebook-section .content-box .label-title, .stylebook-section .content-box .order-table thead th, .order-table thead .stylebook-section .content-box th,
.stylebook-section .content-box p {
    color: #fff;
  }
  .stylebook-section .content-box p {
    font-size: 26px;
    line-height: 36px;
  }
}

.stylebook__image {
  margin: 0 auto 30px auto;
}

@media only screen and (min-width: 750px) {
  .stylebook__text {
    margin-left: 30px;
    margin-bottom: 30px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}
.stylebook__text .rte {
  margin-bottom: 30px;
}
.stylebook__text .rte .h3 {
  margin: 0;
}

.stylebook__products {
  margin-top: 0;
}
@media only screen and (max-width: 749px) {
  .stylebook__products {
    text-align: center;
    width: 100%;
    height: 50px;
    margin-top: 30px;
  }
}
.stylebook__products h5, .stylebook__products .h5 {
  margin-bottom: 0;
}
.stylebook__products a {
  display: block;
}

.stylebook__current-number {
  line-height: 0;
  justify-self: center;
  z-index: 1;
  margin: 0;
}
.slideshow__text-wrap > .stylebook__current-number {
  display: none;
  position: absolute;
  bottom: 0;
}

.stylebook__products-desktop {
  display: flex;
  width: 50%;
  margin-left: auto;
  margin-top: 25px;
}
@media only screen and (max-width: 749px) {
  .stylebook__products-desktop {
    display: none;
  }
}
.stylebook__text .stylebook__products-desktop {
  margin-left: 0;
}
.stylebook__products-desktop .stylebook__current-number {
  justify-self: center;
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: 28px;
  margin: 0;
}
.stylebook__products-desktop .stylebook__products {
  margin-left: auto;
}
.stylebook__text .stylebook__products-desktop .stylebook__products {
  margin-left: 0;
}
.stylebook__text .stylebook__products-desktop .stylebook__current-number {
  display: none;
}

@media only screen and (max-width: 749px) {
  .stylebook__products-mobile {
    position: absolute;
    top: 100%;
  }
}
@media only screen and (min-width: 750px) {
  .stylebook__products-mobile {
    display: none;
  }
}

/* Press Template */
.press-section-inner .section-title {
  margin-bottom: 40px;
}
.press-section-inner .section-title h1, .press-section-inner .section-title .h1 {
  margin-bottom: 90px;
  text-transform: uppercase;
}

.press-references .single-reference {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  background: #fff;
  padding: 40px;
  margin: 14px 0;
  /*
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-rows: auto;
  grid-gap: 60px;
  */
}
@media only screen and (min-width: 990px) {
  .press-references .single-reference {
    flex-flow: row nowrap;
  }
}
.press-references .single-reference .press-logo {
  width: 50%;
}
@media only screen and (min-width: 990px) {
  .press-references .single-reference .press-logo {
    width: 25%;
    padding-right: 5%;
  }
}
.press-references .single-reference .description {
  margin: 20px 0 30px;
}
@media only screen and (min-width: 990px) {
  .press-references .single-reference .description {
    width: 50%;
    margin: 0;
  }
}
.press-references .single-reference .link {
  color: #7b7063;
}
@media only screen and (min-width: 990px) {
  .press-references .single-reference .link {
    position: absolute;
    bottom: 35px;
    right: 40px;
  }
}
.press-references .single-reference .press-logo > img {
  width: 100%;
  max-width: 230px;
}

/* Stores Template */
.stores-section-inner .section-title {
  margin-bottom: 40px;
}
.stores-section-inner .section-title h1, .stores-section-inner .section-title .h1 {
  margin-bottom: 90px;
  text-transform: uppercase;
  font-family: "Brandon-Regular", sans-serif;
}

/* About us page */
.page-we-are-mr-boho {
  background: #fff;
}
.page-we-are-mr-boho .section-block + .section-block, .page-we-are-mr-boho #shopify-section-product-recommendations + .section-block, .page-we-are-mr-boho .section-block + #shopify-section-product-recommendations, .page-we-are-mr-boho #shopify-section-product-recommendations + #shopify-section-product-recommendations {
  padding-top: 30px;
}
.page-we-are-mr-boho .text-section-inner h3,
.page-we-are-mr-boho .text-section-inner .h3,
.page-we-are-mr-boho .text_column h3,
.page-we-are-mr-boho .text_column .h3 {
  font-family: "Brandon-Regular", sans-serif;
  color: #7b7063;
}
.page-we-are-mr-boho .text_column h3, .page-we-are-mr-boho .text_column .h3 {
  width: 80%;
  padding-bottom: 10px;
}
@media only screen and (min-width: 990px) {
  .page-we-are-mr-boho .text_column h3, .page-we-are-mr-boho .text_column .h3 {
    width: 100%;
    padding-bottom: 40px;
  }
}
.page-we-are-mr-boho .text_column h3.highlight, .page-we-are-mr-boho .text_column .highlight.h3 {
  color: #c67c5a;
  font-size: 24px;
  line-height: 30px;
  word-wrap: normal;
}
@media only screen and (min-width: 990px) {
  .page-we-are-mr-boho .text_column h3.highlight, .page-we-are-mr-boho .text_column .highlight.h3 {
    font-size: 60px;
    line-height: 60px;
  }
}
.page-we-are-mr-boho .text-section-columns {
  padding: 0;
}
.page-we-are-mr-boho .text-section-columns .single-column {
  padding-top: 0;
  border-top: 0 none;
}
@media only screen and (min-width: 990px) {
  .page-we-are-mr-boho .text-section-columns .single-column {
    width: 42%;
  }
}
/* 404 page */
.template-404 {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url();
}

.empty-page-content {
  height: 100vh;
  color: #fff;
}
.empty-page-content .h3 {
  text-transform: uppercase;
}
.empty-page-content .h3,
.empty-page-content p {
  color: #fff;
}

/* Password protection page */
.template-password .password-page {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url();
  height: 100vh;
  color: #fff;
}
.template-password .password-page .password-content__title,
.template-password .password-page p {
  color: #fff;
}
.template-password .password-page .site-header__logo-image {
  position: absolute;
  top: 30px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.template-password .password-page .password-page {
  background: none;
}

/* Login page */
.template-customers-login #LoginHeading,
.template-customers-login #RecoverHeading {
  font-family: "Brandon-Regular", sans-serif;
  margin-bottom: 60px;
}
.template-customers-login .extra-actions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.template-customers-login .form-vertical [type=submit] {
  width: 100%;
}

.template-customers-register .form-vertical h1, .template-customers-register .form-vertical .h1 {
  font-family: "Brandon-Regular", sans-serif;
  margin-bottom: 60px;
}
.template-customers-register .form-vertical [type=submit] {
  width: 100%;
}

@media only screen and (min-width: 990px) {
  .template-customers-account .myaccount {
    flex-flow: row-reverse nowrap;
  }
}
.template-customers-account .myaccount table th, .template-customers-account .myaccount table td {
  padding: 20px 10px;
  border: 0 none;
  border-bottom: 1px solid #d8d2cc;
  font-weight: 400;
  font-family: "Brandon-Regular", sans-serif;
}
@media only screen and (max-width: 989px) {
  .template-customers-account .myaccount table th, .template-customers-account .myaccount table td {
    padding: 20px 0;
  }
}
.template-customers-account .myaccount table th::before, .template-customers-account .myaccount table td::before {
  font-size: 16px;
}
@media only screen and (max-width: 989px) {
  .template-customers-account .myaccount table th {
    padding: 60px 0 20px;
  }
}

@media only screen and (max-width: 989px) {
  .myaccount__order-history,
.myaccount__account-details {
    width: 100%;
    margin-bottom: 60px;
  }
}
.myaccount__order-history .label-title, .myaccount__order-history .order-table thead th, .order-table thead .myaccount__order-history th,
.myaccount__account-details .label-title,
.myaccount__account-details .order-table thead th,
.order-table thead .myaccount__account-details th {
  margin-bottom: 20px;
}

.template-customers-order .myaccount {
  flex-flow: column wrap;
}
.template-customers-order .myaccount__account-details {
  margin-top: 60px;
}

.order-table {
  border: 0 none;
}
.order-table th, .order-table td {
  padding: 20px 0;
  border: 0 none;
  border-bottom: 1px solid #d8d2cc;
  font-weight: 400;
  font-family: "Brandon-Regular", sans-serif;
  text-transform: none;
}
.order-table th::before, .order-table td::before {
  font-size: 16px;
}
@media only screen and (max-width: 989px) {
  .order-table th {
    padding: 60px 0 20px;
  }
}
.order-table .note {
  border: 0 none;
  margin-top: 20px;
}

/* Blog styles */
.intro-header__wrapper {
  position: relative;
  display: block;
}
@media only screen and (min-width: 990px) {
  .intro-header__wrapper {
    display: flex;
    flex-flow: row nowrap;
  }
}
.intro-header__wrapper > div {
  padding: 0;
}
@media only screen and (min-width: 990px) {
  .intro-header__wrapper > div {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: row wrap;
    width: 50%;
    padding: 0 5% 0 0;
  }
}
@media only screen and (min-width: 990px) {
  .intro-header__wrapper > div:last-child {
    padding: 0 0 0 5%;
  }
}
@media only screen and (max-width: 989px) {
  .intro-header__wrapper .intro-content-inner {
    padding-top: 20px;
  }
}
.intro-header__wrapper .intro-content-inner h1, .intro-header__wrapper .intro-content-inner .h1 {
  display: inline-block;
  padding-bottom: 10px;
  font-family: "Brandon-Regular", sans-serif;
  border-bottom: 1px solid #7b7063;
}
@media only screen and (max-width: 989px) {
  .intro-header__wrapper .intro-content-inner h1, .intro-header__wrapper .intro-content-inner .h1 {
    position: absolute;
    top: -22vh;
    left: 50%;
    transform: translateX(-50%);
  }
}
.intro-header__wrapper .color-text-light .intro-content-inner h1, .intro-header__wrapper .color-text-light .intro-content-inner .h1,
.intro-header__wrapper .color-text-light .intro-content-inner p {
  color: #fff;
}
.intro-header__wrapper .color-text-light .intro-content-inner h1, .intro-header__wrapper .color-text-light .intro-content-inner .h1 {
  border-bottom-color: #fff;
}
@media only screen and (max-width: 989px) {
  .intro-header__wrapper .color-text-light .intro-content-inner p {
    color: #7b7063;
  }
}

.template-blog .intro-header {
  position: relative;
  display: flex;
  margin-bottom: 70px;
  flex-direction: column;
}
@media only screen and (min-width: 750px) {
  .template-blog .intro-header {
    flex-direction: row;
    justify-content: flex-end;
    height: 70vh;
    position: relative;
  }
}
@media only screen and (min-width: 990px) {
  .template-blog .intro-header {
    height: 100vh;
    min-height: 500px;
  }
}
.template-blog .intro-header .intro-content {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .template-blog .intro-header .intro-content {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
  }
}
.template-blog .intro-header .article__single {
  width: 100%;
  padding: 70px 0 0;
}
@media only screen and (min-width: 990px) {
  .template-blog .intro-header .article__single {
    padding: 10% 10% 0 55px;
  }
}
.template-blog .intro-header .intro-image {
  height: 40vh;
}
.template-blog .intro-header .intro-image img {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 749px) {
  .template-blog .intro-header .intro-image img {
    object-fit: cover;
    object-position: bottom;
  }
}
@media only screen and (min-width: 990px) {
  .template-blog .intro-header .intro-image {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 50%;
    height: 100%;
  }
  .template-blog .intro-header .intro-image img {
    object-fit: cover;
    flex: 1 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 990px) {
  .blog-article__list {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
  }
}
.blog-article__list > .col {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 990px) {
  .blog-article__list > .col {
    width: 50%;
    padding: 0 5% 0 8%;
  }
  .blog-article__list > .col:nth-child(2n) {
    padding: 0 8% 0 5%;
  }
}
@media only screen and (min-width: 990px) {
  .blog-article__list > .col.single {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
  }
}
@media only screen and (max-width: 989px) {
  .blog-article__list > .col .article__single {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 990px) {
  .blog-article__list > .col .article__single + .article__single {
    margin-top: 100px;
  }
}

.article__single .article__title {
  font-family: "Brandon-Regular", sans-serif;
  margin-bottom: 35px;
}
.article__single .article__date {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #7b7063;
}

/* Blog tag filters */
.blog-filter {
  margin: 35px auto;
  text-align: center;
}
@media only screen and (min-width: 990px) {
  .blog-filter {
    margin: 100px auto;
  }
}
.blog-filter .filters-list li {
  text-transform: uppercase;
  margin: 0 20px;
}
.blog-filter .filters-list li a {
  font-family: "Brandon-Bold", serif;
  font-size: 14px;
  line-height: 20px;
  color: #3d4246;
  letter-spacing: 1px;
}
.blog-filter .filters-list li a:hover, .blog-filter .filters-list li a.active {
  color: #7b7063;
}

/* Article styles */
.article-intro {
  display: block;
  margin-bottom: 35px;
}
@media only screen and (min-width: 990px) {
  .article-intro {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row nowrap;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 990px) {
  .article-intro > div {
    width: 40%;
  }
}
.article-intro .intro--image {
  margin-bottom: 35px;
}
@media only screen and (min-width: 990px) {
  .article-intro .intro--image {
    margin-bottom: 0;
  }
}
.article-intro .intro--image img {
  display: block;
  width: 100%;
  height: auto;
}
.article-intro .intro--text h1, .article-intro .intro--text .h1 {
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media only screen and (min-width: 990px) {
  .article-intro .intro--text h1, .article-intro .intro--text .h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
.article-intro .intro--text .article__date {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #7b7063;
}
.article-intro .intro--text .article__author {
  margin-bottom: 25px;
}

.article--content {
  margin-bottom: 60px;
}
.article--content .fullwidth-image {
  margin-bottom: 35px;
}
@media only screen and (min-width: 990px) {
  .article--content .fullwidth-image {
    margin-bottom: 100px;
  }
}
.article--content .fullwidth-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 990px) {
  .article--content .page-width > p, .article--content #shopify-section-boho-navigation > p {
    padding: 0 20%;
  }
}
.article--content table, .article--content td, .article--content tr, .article--content th {
  border: 0 none;
}
.article--content table td, .article--content td td, .article--content tr td, .article--content th td {
  padding: 30px;
}
@media only screen and (max-width: 989px) {
  .article--content table td, .article--content td td, .article--content tr td, .article--content th td {
    display: block;
    width: 100% !important;
    padding: 10px 0;
  }
}
.article--content table td img, .article--content td td img, .article--content tr td img, .article--content th td img {
  display: block;
  width: 100%;
  height: auto;
}

.return-link-wrapper {
  margin-bottom: 100px;
  padding-top: 20px;
  margin-top: 60px;
  border-top: 1px solid #d8d2cc;
}
.return-link-wrapper a {
  color: #7b7063;
  font-size: 14px;
  text-transform: uppercase;
  transition: 200ms linear all;
}
.return-link-wrapper a svg {
  position: relative;
  top: 6px;
  width: 30px;
  margin-right: 10px;
  transition: 200ms linear all;
}
.return-link-wrapper a svg > g {
  stroke: #7b7063 !important;
}
.return-link-wrapper a:hover svg {
  left: -10px;
}

#shopify-section-boho-article-template .social-sharing {
  justify-content: center;
  padding: 30px 0;
}

.grecaptcha-badge {
  display: none;
  position: -99999em;
  position: absolute;
}

/* ====== START multi-slider ====== */
.multi-slider {
  background-color: #FFFFFF;
  padding: 80px 0 140px;
}

@media screen and (max-width: 641px) {
  .multi-slider {
    padding: 50px 0 90px;
  }
}

.multi-slider_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.multi-slider_nav_link {
  border-bottom: 1px solid;
  font-size: 14px;
  padding: 0 0 3px;
  color: #7b7063;
}

.multi-slider .flickity-slider {
  display: flex;
  align-items: center;
  margin-left: -150px;
}

.multi-slider .flickity-viewport.is-pointer-down .multi-slider_carousel_cell {
  width: 275px;
}

.multi-slider .flickity-viewport.is-pointer-down .multi-slider_carousel_cell_img {
  transform: scale(1.2);
}

.multi-slider .flickity-prev-next-button {
  bottom: 150px;
  background: transparent;
  color: white;
  box-shadow: none;
}

.multi-slider .flickity-prev-next-button.previous {
  left: 20px;
}

.multi-slider .flickity-prev-next-button.next {
  right: 20px;
}

.multi-slider_carousel_cell {
  /* transition: 300ms; */
  width: 300px;
  height: 250px;
  margin-right: 2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.multi-slider_carousel_cell:nth-child(2n) {
  height: 180px;
}

.multi-slider_carousel_cell_img {
  transition: 300ms;
  object-fit: cover;
}
/* ====== END multi-slider ====== */

/* ====== START product-slider ====== */
.product-slider {
  padding: 15vw 100px 10vw;
}

@media (max-width: 1000px) {
  .product-slider {
    padding: 70px 15vw;
  }
}

@media (max-width: 750px) {
  .product-slider {
    padding: 70px 35px;
  }
}

@media (max-width: 500px) {
  .product-slider {
    padding: 40px 35px;
  }
}

.product-slider_title {
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #3d4246;
}

.product-slider_carousel_cell {
  width: 100%;
  display: flex;
}

@media (max-width: 750px) {
  .product-slider_carousel_cell {
    flex-direction: column-reverse;
  }
}

.product-slider_carousel_cell_description {
  width: 30vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 750px) {
  .product-slider_carousel_cell_description {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.product-slider_carousel_cell_img-wrapper {
  width: 40vw;
  height: 100%;
  position: relative;
}

.product-slider_carousel_cell_img-main,
.product-slider_carousel_cell_img-alternative {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-slider_carousel_cell_img-wrapper:hover .product-slider_carousel_cell_img-main,
.product-slider_carousel_cell_img-wrapper .product-slider_carousel_cell_img-alternative{
  display: none;
}

.product-slider_carousel_cell_img-wrapper:hover .product-slider_carousel_cell_img-alternative {
  display: block;
}

@media (max-width: 750px) {
  .product-slider_carousel_cell_description,
  .product-slider_carousel_cell_img-wrapper {
    width: 100%;
  }
}

.product-slider .flickity-page-dots {
  position: absolute;
  right: calc(-50vw - -12vw);
  top: calc(50% - 3vw);
  transform: rotate(90deg);
}

@media (max-width: 750px) {
  .product-slider .flickity-page-dots {
    right: calc(-50vw - -20px);
    top: 35%;
  }
}

.product-slider .flickity-page-dots .dot {
  border-color: #c67c5a;
}

.product-slider .flickity-page-dots .dot.is-selected {
  background: #c67c5a;
}

.product-slider p {
  margin-bottom: 5px;
}

.product-slider_carousel_cell_description_subtitle {
  color: #c67c5a;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}

@media (max-width: 500px) {
  .product-slider_carousel_cell_description_subtitle {
    font-size: 12px;
    line-height: 14px;
  }
}

.product-slider_carousel_cell_description_title {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  color: #3d4246;
}

@media (max-width: 1300px) {
  .product-slider_carousel_cell_description_title {
    font-size: 42px;
    line-height: 46px;
  }
}

@media (max-width: 500px) {
  .product-slider_carousel_cell_description_title {
    font-size: 32px;
    line-height: 36px;
  }
}

.product-slider_carousel_cell_description_model {
  color: #7b7063;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 500px) {
  .product-slider_carousel_cell_description_model {
    font-size: 16px;
    line-height: 18px;
  }
}

.product-slider_carousel_cell_description_price {
  color: #c67c5a;
  font-size: 40px;
}

@media (max-width: 500px) {
  .product-slider_carousel_cell_description_price {
    font-size: 28px;
    line-height: 28px;
  }
}

/* Fade CSS */
.product-slider .flickity-slider {
  transform: none !important;
}
.product-slider_carousel_cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}
.product-slider_carousel_cell.is-selected {
  opacity: 1;
  z-index: 0
}

/* ====== END product-slider ====== */



/* ====== START main-product.liquid .Product_AddToCart ====== */
.Product_AddToCart {
  position:fixed;
  display: none;
  justify-content: space-between;
  align-items: center;
  bottom: 90px;
  left: 0;
  width: 90%;
  padding: 0 5%;
  margin: 0 5%;
  height: 120px;
  background: white;
  border-bottom: 2px solid #F4F3F1;
  z-index: 9;
}

@media screen and (max-width: 1140px) {
  .Product_AddToCart {
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 30vw;
    min-height: 175px;
    flex-direction: column;
    border: none;
  }
}

.Product_AddToCart .ProductContainer {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1140px) {
  .Product_AddToCart .ProductContainer {
    width: 100%;
    height: 100%;
  }
}

.Product_AddToCart .ProductContainer > div,
.Product_AddToCart .ProductContainer > div > div {
  display: flex;
  justify-content: center;
  margin-left: 30px;
  align-items: end;
}

@media screen and (max-width: 1140px) {
  .Product_AddToCart .ProductContainer > div {
    flex-direction: column;
  }
}

.Product_AddToCart .ProductContainer > div > div {
  flex-direction: column;
}

@media screen and (max-width: 1140px) {
  .Product_AddToCart .ProductMeta__PriceList,
  .Product_AddToCart .ProductContainer > div > div {
    margin: 0;
  }
}

.Product_AddToCart .ProductContainer_Image  {
  height: 100px;
  margin-top: 13px;
}

@media screen and (max-width: 1140px) {
  .Product_AddToCart .ProductContainer_Image {
    height: 25vw;
    margin-top: 0;
  }
}

.Product_AddToCart .ProductMeta__Subtitle  {
  font-size: 12px;
  font-weight: 600;
}

.Product_AddToCart .ProductMeta__Title  {
  font-size: 18px;
}

@media screen and (max-width: 450px) {
  .Product_AddToCart .ProductMeta__Title {
    font-size: 14px;
    margin-top: 0;
  }
}

.Product_AddToCart .ProductMeta__Price  {
  font-size: 18px;
  margin-top: 15px;
}

@media screen and (max-width: 450px) {
  .Product_AddToCart .ProductMeta__Price {
    margin-top: 10px;
    font-size: 14px;
  }
}

.Product_AddToCart .ProductForm__AddToCart  {
  background: #c67c5a;
  background-color: #c67c5a;
  width: 236px;
  height: 56px;
  color: white;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  transition: 100ms;
}

.Product_AddToCart .ProductForm__AddToCart:hover  {
  background: #ac5f3b;
  background-color: #ac5f3b;
}

.Product_AddToCart .ProductForm__AddToCart:hover::before  {
  display: none;
}

.Product_AddToCart .ProductForm__AddToCart,
.Product_AddToCart .ProductForm__AddToCart:hover,
.Product_AddToCart .ProductForm__AddToCart:focus,
.Product_AddToCart .ProductForm__AddToCart:active {
  border-color: transparent !important;
  background-image: none !important;
}

.Product_AddToCart .ProductForm__AddToCart::before,
.Product_AddToCart .ProductForm__AddToCart:hover::before,
.Product_AddToCart .ProductForm__AddToCart:focus::before,
.Product_AddToCart .ProductForm__AddToCart:active::before {
  display: none !important;
  content: none !important;
}

@media screen and (max-width: 1140px) {
  .Product_AddToCart .ProductForm__AddToCart {
    width: 100vw;
    height: 80px;
  }
}
 
/* ====== END main-product.liquid .Product_add-to-cart ====== */

/* ====== START product-recommendations.liquid .ProductRecommendations ====== */
#product-recommendations {
  background: white;
}

.ProductRecommendations .ProductItem {
  border-bottom: none;
}

.ProductRecommendations .Carousel__Cell {
  border-right: 1px solid #d8d2cc;
}
/* ====== END product-recommendations.liquid .ProductRecommendations ====== */

/* ====== START about-us-content.liquid ====== */
.about-us .text-blocks {
  display: flex;
  justify-content: center;
  padding: 50px;
  gap: 7vw;
}

@media screen and (max-width: 640px) {
  .about-us .text-blocks {
    flex-direction: column;
    padding: 30px 5vw;
    gap: 30px;
  }
}

.about-us .text-blocks_block {
  letter-spacing: 1px;
}

.about-us .one-block .text-blocks_block {
  width: 90vw;
  max-width: 700px;
  text-align: center;
  font-size: 32px;
}

@media screen and (max-width: 900px) {
  .about-us .one-block .text-blocks_block {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .about-us .one-block .text-blocks_block {
    font-size: 18px;
  }
}

.about-us .two-blocks .text-blocks_block {
  width: 30vw;
  font-size: 20px;
  line-height: 32px;
}

@media screen and (max-width: 900px) {
  .about-us .two-blocks .text-blocks_block {
    width: 40vw;
  }
}

@media screen and (max-width: 640px) {
  .about-us .two-blocks .text-blocks_block {
    width: 90vw;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
  }
}

.about-us .text-with-image {
  padding: 50px 5vw;
  display: flex;
  justify-content: center;
  gap: 5vw;
}

@media (min-width: 641px) {
  .about-us .text-with-image--row {
    flex-direction: row;
  }
  
  .about-us .text-with-image--row-reverse {
    flex-direction: row-reverse;
  }
}

@media (max-width: 641px) {
  .about-us .text-with-image {
    flex-direction: column;
    gap: 40px;
  }
}

.about-us .text-with-image_image {
  height: auto;
  object-fit: cover;
}

.about-us .text-with-image_text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.about-us .text-with-image_image,
.about-us .text-with-image_text-block {
  width: 40vw;
  max-width: 600px;
}

@media (max-width: 641px) {
  .about-us .text-with-image_image,
  .about-us .text-with-image_text-block {
    width: 90vw;
  }

  .about-us .text-with-image_text-block {
    gap: 15px;
  }
}

.about-us .text-with-image_text-block h3 {
  color: #c67c5a;
  font-size: 4vw;
  line-height: 4.1vw;
  letter-spacing: 1px;
}

@media (max-width: 641px) {
  .about-us .text-with-image_text-block h3 {
    font-size: 25px;
    line-height: 26px;
  }
}

.about-us .text-with-image_text-block h5 {
  color: rgb(123, 112, 99);
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 1.7vw;
  line-height: 1.8vw;
}

.about-us .text-with-image_text-block p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .about-us .text-with-image_text-block p {
    font-size: 18px;
    line-height: 24px;
  }
}
/* ====== END about-us-content.liquid ====== */

/* ====== START terminos del servicio, política de reembolso pages ====== */
.terminos-del-servicio,
.politica-de-reembolso {
  max-width: 900px;
  margin: 0 auto;
}

.terminos-del-servicio .terminos-del-servicio_title,
.politica-de-reembolso .politica-de-reembolso_title {
  font-size: 6vw !important;
  margin: 50px auto 30px !important;
  text-transform: none !important;
  letter-spacing: 2px !important;
  color: rgb(61, 66, 70);
}

.politica-de-reembolso .politica-de-reembolso_title {
  margin-bottom: 4vw !important;
}

@media screen and (max-width: 640px) {
  .terminos-del-servicio .terminos-del-servicio_title,
  .politica-de-reembolso .politica-de-reembolso_title {
    font-size: 32px !important;
  }

  .politica-de-reembolso .politica-de-reembolso_title {
    margin-bottom: 30px !important;
  }
}

.politica-de-reembolso .politica-de-reembolso_subtitle,
.terminos-del-servicio .terminos-del-servicio_subtitle {
  font-weight: 600;
  font-size: 20px !important;
  letter-spacing: 1px !important;
  text-align: left;
  color: rgb(123, 112, 99);
  margin: 70px 0 40px;
}

@media screen and (max-width: 640px) {
  .politica-de-reembolso .politica-de-reembolso_subtitle,
  .terminos-del-servicio .terminos-del-servicio_subtitle {
    font-size: 16px;
    margin: 50px 0 20px;
  }
}

.politica-de-reembolso .politica-de-reembolso_text,
.terminos-del-servicio .terminos-del-servicio_text {
  text-align: left;
  font-size: 20px;
  line-height: 26px;
}

@media screen and (max-width: 640px) {
  .politica-de-reembolso .politica-de-reembolso_text,
  .terminos-del-servicio .terminos-del-servicio_text {
    font-size: 14px;
    line-height: 18px;
  }
}

/* ====== END terminos del servicio page, política de reembolso pages ====== */

/* ====== START main-contact.liquid ====== */
#main-contact {
  background: var(--footer-background);
  padding-top: 80px;
  border-bottom: 1px solid white;
}

#main-contact .PageHeader {
  margin: 0;
}

#main-contact .SectionHeader__Heading {
  font-size: 6vw !important;
  text-transform: none !important;
  letter-spacing: 2px !important;
  color: #d8d1c9;
}

@media screen and (max-width: 640px) {
  #main-contact .SectionHeader__Heading{
    font-size: 32px !important;
  }
}

#main-contact .Form__Submit {
  color: #d8d1c9;
  font-weight: 600;
  border: 1px solid var(--border-color);
  transition: .1s;
}

#main-contact .Form__Submit:hover {
  background: var(--border-color);
  color: var(--footer-background);
}

#main-contact .Form__Submit:before {
  display: none;
}

#main-contact .Form__Input:focus,
#main-contact .Form__Textarea:focus {
  color: white;
  border-color: #d8d1c9;
}

#main-contact .Form__Input::placeholder,
#main-contact .Form__Textarea::placeholder {
  color: #7b7063;
  opacity: 0.7;
}
/* ====== END main-contact.liquid ====== */

/* ====== START blog-posts.liquid ====== */
.ArticleItem__Title {
  line-height: 2.5rem;
  letter-spacing: 2px !important;
}

.main-blog .SectionHeader__Heading {
  margin: 120px auto 30px !important;
  font-size: 6vw !important;
  text-transform: none !important;
  letter-spacing: 2px !important;
  color: #3d4246;
}

@media screen and (max-width: 640px) {
  .main-blog .SectionHeader__Heading {
    font-size: 32px !important;
    margin-top: 90px !important;
  }
}
/* ====== END blog-posts.liquid ====== */

/* ====== START article-item.liquid ====== */
.Article__Title {
  line-height: 2rem;
  letter-spacing: 1px !important;
  text-align: center;
}

/* ====== END article-item.liquid ====== */

/* ====== START location.liquid ====== */
.section-location .SectionHeader__Heading {
  margin: 120px auto 30px !important;
  font-size: 6vw !important;
  text-transform: none !important;
  letter-spacing: 2px !important;
  color: #3d4246;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .section-location .SectionHeader__Heading {
    font-size: 32px !important;
    margin: 90px auto 0 !important;
  }
}

.section-location .bootstrap-storeifyapps {
  max-width: unset !important;
}
/* ====== END location.liquid ====== */

.SidebarGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.SidebarGrid .Collapsible:not(.SidebarGrid_Item) {
  grid-column: 1/3;
}

.SidebarGrid_Item_Link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.SidebarGrid_Item_Link img {
  max-width: 200px;
}

.SidebarGrid_Item_Link .Heading {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.bg-white {
  background: white;
}

.sales_point{
  margin-left: 20px;
/*     color: var(--header-heading-color);
    font-family: var(--heading-font-family); */
  background-color: black;
  color: white !important;
  padding: 5px 5px;
  border-radius: 40px;
  font-size: 14px;
}
@media screen and (max-width: 1140px){
  .sales_point{
    display: none;
  }
}

@media screen and (min-width: 1140px){
  .Header__FlexItem--logo {
    flex: 0.6;
    justify-content: space-between;
    align-items: center;
  }
}

.shopify-policy__title h1{
  font-size: 30px;
}

.shopify-policy__title{
  margin-top: 130px;
}

.VideoOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: default;
}

.SectionHeader__Description{
  padding-bottom: 40px;
}

@media screen and (max-width: 641px){
  .Product__Slideshow{
    margin-top: 70px;
  }
  .Product__Gallery .flickity-slider .Product__SlideItem{
    width: 100%;
  }
}

.jdgm-rev-widg.jdgm-rev-widg {
  font-size: 15px;
}

.jdgm-rev-widg__title {
  font-size: 24px;
}

/* product carrousel in product page */
@media screen and (min-width: 641px) {
  .hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .hide-mobile {
    display: none;
  }
}

.slides-wrapper {
  width: 100%;
  margin: 0 auto;
}

.slides-wrapper:hover {
  cursor: grab;
}

.slides-wrapper .slide {
  width: 100%;
  height: auto;
}

.slides-wrapper .slide img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 107px);
  object-fit: contain;
  padding: 0 7%;
}

@media screen and (min-width: 641px){
  .op-0-desk {
    opacity: 0;
  }
}

@media screen and (max-width: 640px){
.pre-footer-section .section-img {
  width: 100%;
  margin: 0;
}

/*this didn't work so I added the logic in liquid at header.liquid*/
.HorizontalList__Item a[href="/quiero-ser-punto-de-venta"] {}


#dummy-chat-button-iframe{
  z-index: 20 !important;
}
  .Price--compareAt {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9em;
}
  /* Forzar tachado en colecciones */
.Price--compareAt {
  text-decoration: line-through !important;
  color: #888888 !important;
}