/** Shopify CDN: Minification failed

Line 996:16 Unexpected "'.reg'"
Line 996:68 Unexpected "'.reg'"
Line 11242:6 "veritcal-align" is not a known CSS property
Line 14015:2 "background-postion" is not a known CSS property

**/
/**
 * All the variables that can be used to extract Shopify global settings
 */
/* Colors */
/* Typography */
/* Products */
/* Animation */
/* Other */
/* We use this value for browsers that do not support CSS variables */
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,500,500i&display=swap");
/**
 * ----------------------------------------------------------------------------------------------
 * This is a variation of Normalize.css (http://necolas.github.io/normalize.css/)
 * ----------------------------------------------------------------------------------------------
 */
/**
 * Base
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box !important;
  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%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  margin: 0; }

[hidden] {
  display: none; }

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

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"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

input::-webkit-input-placeholder,
textarea::-webkit-input-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; }

/*! Avalanche | MIT License | @colourgarden */
/*------------------------------------
 *   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; }

.template-page .Grid__Cell {
  vertical-align: top; }

.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: 1240px) {
  .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: 699px) {
  .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: 700px) 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: 700px) {
  .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: 1239px) {
  .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: 1240px) {
  .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;
  -ms-touch-action: none;
  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;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: url("/cdn/shop/t/43/assets/cursor-zoom-in.svg?v=58023782122111815931655919502") 18 18, -webkit-zoom-in;
  cursor: url("/cdn/shop/t/43/assets/cursor-zoom-in.svg?v=58023782122111815931655919502") 18 18, zoom-in;
  cursor: -webkit-image-set(url("/cdn/shop/t/43/assets/cursor-zoom-in.svg?v=58023782122111815931655919502") 1x, url("/cdn/shop/t/43/assets/cursor-zoom-in-2x.svg?v=77170431707523937881655919502") 2x) 18 18, -webkit-zoom-in;
  cursor: -webkit-image-set(url("/cdn/shop/t/43/assets/cursor-zoom-in.svg?v=58023782122111815931655919502") 1x, url("/cdn/shop/t/43/assets/cursor-zoom-in-2x.svg?v=77170431707523937881655919502") 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: white;
  opacity: 0;
  -webkit-transform: translateZ(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 {
  -ms-touch-action: none;
  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 {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1); }

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

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

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  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: white; }

.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;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  left: 0;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

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

.pswp--animated-in .pswp__ui {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  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; }

/**
 * In our theme, we express all font sizes in PX. The reason is that our designer is very picky and want each font size to be exactly as on designed files
 * (which is good :p), but as a consequence, sometimes some font sizes scales across devices (smaller on mobile, bigger on desktop), but sometimes it's the
 * same, which make it super hard to use relative units like REM.
 */
/*
 * Precomputed linear color channel values, for use in contrast calculations.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 *
 * Algorithm, for c in 0 to 255:
 * f(c) {
 *   c = c / 255;
 *   return c < 0.03928 ? c / 12.92 : Math.pow((c + 0.055) / 1.055, 2.4);
 * }
 *
 * This lookup table is needed since there is no `pow` in SASS.
 */
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
.js .no-js,
.no-js .hide-no-js {
  display: none !important; }

.no-scroll {
  overflow: hidden; }

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;
  padding: 0 24px !important; }

/*
   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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

@media screen and (min-width: 700px) {
  .Container {
    padding: 0 50px; } }
@media screen and (min-width: 1240px) {
  .Container {
    padding: 0 80px; } }
.hide {
  display: none; }

/**
 * Very general typographic rules that are applied site wide
 */
html {
  /* 62.5% of 16px browser font size is 10px */
  font-size: 62.5%;
  /*   font-size: $base-text-font-size; */ }

body {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #131516;
  background: white;
  line-height: 1.65;
  font-size: 16px; }

.Link, .shopify-payment-button__more-options {
  -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out; }

.supports-hover .Link--primary:hover,
.Link--primary.is-active {
  color: #131516; }

.supports-hover .Link--secondary:hover,
.Link--secondary.is-active {
  color: #626262; }

.Link--underline, .shopify-payment-button__more-options {
  position: relative;
  display: inline-block; }
  .Link--underline::before, .shopify-payment-button__more-options::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background: currentColor;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  @media (-moz-touch-enabled: 0), (hover: hover) {
    .Link--underline:hover::before, .shopify-payment-button__more-options:hover::before {
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); } }

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

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

.Heading {
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #131516;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.03em;
  text-transform: uppercase; }
  .Heading.lessSpace {
    letter-spacing: 0.05em; }

.bodyFont, .pair-with .ProductItem__Title.Heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal; }
  .bodyFont:not('.reg'), .pair-with .ProductItem__Title.Heading:not('.reg') {
    font-size: 2em !important; }

.Text--subdued {
  color: #626262; }

.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;
    -webkit-transform: translateZ(0);
    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; }

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

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

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

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

.u-h5, .Rte h5 {
  font-size: 14px;
  font-weight: 600; }

.u-h6, .Rte h6 {
  font-size: 12px;
  font-weight: 400; }

.u-h7 {
  font-size: 12px;
  font-weight: 400; }

.u-h8 {
  font-size: 12px;
  font-weight: 600; }

@media screen and (min-width: 700px) {
  .u-h1, .Rte h1 {
    font-size: 30px; }

  .u-h2, .Rte h2 {
    font-size: 24px; }

  .u-h3, .Rte h3 {
    font-size: 22px; }

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

  .u-h5, .Rte h5 {
    font-size: 14px;
    font-weight: 600; }

  .u-h6, .Rte h6 {
    font-size: 12px;
    font-weight: 400; }

  .u-h7 {
    font-size: 12px;
    font-weight: 400; }

  .u-h8 {
    font-size: 12px;
    font-weight: 600; } }
.u-h6, .Rte h6 {
  letter-spacing: 0.2em; }

.noBottomMargin {
  margin-bottom: 0 !important; }

.noTopMargin {
  margin-top: 0 !important; }

.HeadingXL {
  font-size: 26px;
  line-height: 1.1em;
  margin-bottom: 14px; }
  @media screen and (min-width: 700px) {
    .HeadingXL {
      font-size: 72px; } }

.HeadingL {
  font-size: 24px;
  line-height: 1.1em;
  margin-bottom: 14px; }
  @media screen and (min-width: 700px) {
    .HeadingL {
      font-size: 46px; } }

.js .PageTransition {
  position: fixed;
  top: 60px;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  pointer-events: none; }

/**
 * ----------------------------------------------------------------------------
 * Standard button
 * ----------------------------------------------------------------------------
 */
.Button, .shopify-payment-button__button--unbranded, #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, input[type="submit"].jdgm-submit-rev {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: nobel, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: transparent;
  -webkit-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);
  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, #shopify-product-reviews .spr-summary-actions-newreview::before,
  #shopify-product-reviews .spr-button-primary:not(input)::before, #shopify-product-reviews input.spr-button-primary::before, #shopify-product-reviews .spr-pagination-prev > a::before,
  #shopify-product-reviews .spr-pagination-next > a::before, input[type="submit"].jdgm-submit-rev::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1; }
  @media (-moz-touch-enabled: 0), (hover: hover) {
    .Button:not([disabled])::before, .shopify-payment-button__button--unbranded:not([disabled])::before, #shopify-product-reviews .spr-summary-actions-newreview:not([disabled])::before,
    #shopify-product-reviews .spr-button-primary:not(input):not([disabled])::before, #shopify-product-reviews input.spr-button-primary:not([disabled])::before, #shopify-product-reviews .spr-pagination-prev > a:not([disabled])::before,
    #shopify-product-reviews .spr-pagination-next > a:not([disabled])::before, input[type="submit"].jdgm-submit-rev:not([disabled])::before {
      -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .Button:not([disabled]):hover::before, .shopify-payment-button__button--unbranded:not([disabled]):hover::before, #shopify-product-reviews .spr-summary-actions-newreview:not([disabled]):hover::before,
    #shopify-product-reviews .spr-button-primary:not(input):not([disabled]):hover::before, #shopify-product-reviews input.spr-button-primary:not([disabled]):hover::before, #shopify-product-reviews .spr-pagination-prev > a:not([disabled]):hover::before,
    #shopify-product-reviews .spr-pagination-next > a:not([disabled]):hover::before, input[type="submit"].jdgm-submit-rev:not([disabled]):hover::before {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); } }
  .Button[disabled], [disabled].shopify-payment-button__button--unbranded, #shopify-product-reviews [disabled].spr-summary-actions-newreview,
  #shopify-product-reviews [disabled].spr-button-primary:not(input), #shopify-product-reviews input[disabled].spr-button-primary, #shopify-product-reviews .spr-pagination-prev > a[disabled],
  #shopify-product-reviews .spr-pagination-next > a[disabled], input[disabled][type="submit"].jdgm-submit-rev {
    cursor: not-allowed; }

.semi {
  opacity: 0.8; }

.Button--primary, .shopify-payment-button__button--unbranded, #shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button-primary:not(input), input[type="submit"].jdgm-submit-rev {
  color: white;
  border-color: #223544; }
  .Button--primary::before, .shopify-payment-button__button--unbranded::before, #shopify-product-reviews .spr-summary-actions-newreview::before,
  #shopify-product-reviews .spr-button-primary:not(input)::before, input[type="submit"].jdgm-submit-rev::before {
    background-color: #223544; }
  @media (-moz-touch-enabled: 0), (hover: hover) {
    .Button--primary:not([disabled]):hover, .shopify-payment-button__button--unbranded:not([disabled]):hover, #shopify-product-reviews .spr-summary-actions-newreview:not([disabled]):hover,
    #shopify-product-reviews .spr-button-primary:not([disabled]):hover:not(input), input[type="submit"].jdgm-submit-rev:not([disabled]):hover {
      color: #223544;
      background-color: transparent; } }
  .Button--primary.bright-af, .bright-af.shopify-payment-button__button--unbranded, #shopify-product-reviews .bright-af.spr-summary-actions-newreview,
  #shopify-product-reviews .bright-af.spr-button-primary:not(input), input.bright-af[type="submit"].jdgm-submit-rev {
    border-color: #49cac4; }
    .Button--primary.bright-af::before, .bright-af.shopify-payment-button__button--unbranded::before, #shopify-product-reviews .bright-af.spr-summary-actions-newreview::before,
    #shopify-product-reviews .bright-af.spr-button-primary:not(input)::before, input.bright-af[type="submit"].jdgm-submit-rev::before {
      background-color: #49cac4; }
    @media (-moz-touch-enabled: 0), (hover: hover) {
      .Button--primary.bright-af:not([disabled]):hover, .bright-af.shopify-payment-button__button--unbranded:not([disabled]):hover, #shopify-product-reviews .bright-af.spr-summary-actions-newreview:not([disabled]):hover,
      #shopify-product-reviews .bright-af.spr-button-primary:not([disabled]):hover:not(input), input.bright-af[type="submit"].jdgm-submit-rev:not([disabled]):hover {
        color: #49cac4;
        background-color: transparent; } }

.Button--secondary, #shopify-product-reviews .spr-pagination-prev > a,
#shopify-product-reviews .spr-pagination-next > a {
  color: #626262;
  border: 1px solid rgba(98, 98, 98, 0.2); }
  .Button--secondary::before, #shopify-product-reviews .spr-pagination-prev > a::before,
  #shopify-product-reviews .spr-pagination-next > a::before {
    background-color: #223544;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  @media (-moz-touch-enabled: 0), (hover: hover) {
    .Button--secondary:not([disabled]):hover, #shopify-product-reviews .spr-pagination-prev > a:not([disabled]):hover,
    #shopify-product-reviews .spr-pagination-next > a:not([disabled]):hover {
      color: white;
      border-color: #223544; }
    .Button--secondary:not([disabled]):hover::before, #shopify-product-reviews .spr-pagination-prev > a:not([disabled]):hover::before,
    #shopify-product-reviews .spr-pagination-next > a:not([disabled]):hover::before {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); } }

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

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

.Button--small {
  font-size: 12px;
  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;
  -webkit-transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
  transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 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;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

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

/**
 * ----------------------------------------------------------------------------
 * Button group
 * ----------------------------------------------------------------------------
 */
.ButtonGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -12px; }

.ButtonGroup__Item {
  margin: 12px; }

.ButtonGroup__Item--expand {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0; }

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

.ButtonGroup--sameSize .ButtonGroup__Item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  white-space: nowrap;
  max-width: 245px; }
  @supports (-o-object-fit: cover) or (object-fit: cover) {
    .ButtonGroup--sameSize .ButtonGroup__Item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      /* There is a bug in IE11 so we're forced to use this trick */ } }

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

    .ButtonGroup--sameSize .ButtonGroup__Item {
      max-width: none; }
      .Slideshow__Content--splitTop .ButtonGroup--sameSize .ButtonGroup__Item, .Slideshow__Content--splitBottom .ButtonGroup--sameSize .ButtonGroup__Item {
        max-width: 245px; } } }
/**
 * ----------------------------------------------------------------------------
 * 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: white;
  color: #223544;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  -webkit-box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  vertical-align: middle;
  line-height: 0;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
  /* Avoid rounding error during animation in Chrome */
  -webkit-transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  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;
  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, -webkit-transform 0.2s ease-in-out;
  overflow: hidden; }
  .RoundButton.is-active, .is-active.flickity-prev-next-button {
    background: #223544;
    color: white;
    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 {
  -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
  box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
  color: rgba(34, 53, 68, 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;
  -webkit-transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
  transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 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;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.RoundButton--secondaryState .RoundButton__PrimaryState {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
.RoundButton--secondaryState .RoundButton__SecondaryState {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .RoundButton:not([aria-expanded="true"]):hover, .flickity-prev-next-button:not([aria-expanded="true"]):hover {
    color: #223544; }

  .RoundButton[data-animate-left]:hover svg, [data-animate-left].flickity-prev-next-button: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, [data-animate-right].flickity-prev-next-button: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, [data-animate-bottom].flickity-prev-next-button: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;
  line-height: 1; }

.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 gainsboro;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  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.hide {
    display: none; }

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

@media screen and (min-width: 700px) {
  .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%; }
  .Carousel__Cell h4 {
    white-space: normal;
    line-height: 1.2em;
    margin-top: 8px; }
    @media screen and (max-width: 1007px) {
      .Carousel__Cell h4 {
        font-size: 16px; } }

.js .Carousel--fadeIn .flickity-slider {
  -webkit-transform: none !important;
  transform: none !important; }
.js .Carousel--fadeIn .Carousel__Cell {
  left: 0 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
.js .Carousel--fadeIn .Carousel__Cell.is-selected {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.Carousel--insideDots .flickity-page-dots {
  position: absolute;
  width: auto;
  margin: 0;
  bottom: 24px;
  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 gainsboro;
  border-bottom: 1px solid gainsboro;
  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%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 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 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  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;
  -webkit-transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
  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;
  -webkit-transition: height 0.35s ease-in-out;
  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: 700px) {
  /* 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: 20;
  -webkit-transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  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%;
    -webkit-box-shadow: 2px 0 10px rgba(54, 54, 54, 0.2), -2px 0 10px rgba(54, 54, 54, 0.2);
    box-shadow: 2px 0 10px rgba(54, 54, 54, 0.2), -2px 0 10px rgba(54, 54, 54, 0.2);
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

.Drawer--secondary {
  background: #eeeeee; }

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

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

.Drawer[aria-hidden="false"] {
  visibility: visible;
  -webkit-transform: translateX(0);
  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: 16px;
    padding-right: 18px; }

.SidebarMenu .Drawer__Container {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: space-between; }

.Drawer__Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 44px;
  max-height: 44px;
  background: inherit;
  text-align: center;
  z-index: 1; }
  @supports (--css: variables) {
    .Drawer__Header {
      height: var(--header-height); } }

.Drawer__Header--center {
  -webkit-box-pack: center;
  -ms-flex-pack: 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 {
  -webkit-box-shadow: 0 -1px gainsboro inset;
  box-shadow: 0 -1px gainsboro inset; }

.Drawer--secondary .Drawer__Header--bordered {
  -webkit-box-shadow: 0 -1px rgba(220, 220, 220, 0.6) inset;
  box-shadow: 0 -1px rgba(220, 220, 220, 0.6) inset; }

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

.Drawer__Content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: calc(100% - 40px);
  max-height: calc(100% - 44px);
  /* 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 (width: calc(max(100%))) {
    .Drawer__Content {
      height: calc(max(100% - var(--header-height), 100% - 60px));
      max-height: calc(max(100% - var(--header-height), 100% - 60px)); } }

.Drawer__Main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.Drawer__Footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-shadow: 0 -1px gainsboro;
  box-shadow: 0 -1px gainsboro; }

.Drawer--secondary .Drawer__Footer {
  -webkit-box-shadow: 0 -1px rgba(220, 220, 220, 0.6);
  box-shadow: 0 -1px rgba(220, 220, 220, 0.6); }

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

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

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

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

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

  .Drawer__Content {
    min-height: calc(100% - 80px);
    max-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
 * ----------------------------------------------------------------------------
 */
.plus-minus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
  position: relative;
  display: inline-block; }
  .plus-minus.minus {
    transform: rotate(0deg); }
  .plus-minus::before {
    content: '';
    display: block;
    width: 18px;
    height: 0px;
    border-bottom: solid 2px #a1a1a1;
    position: absolute;
    bottom: 8px;
    transform: rotate(90deg);
    transition: width 0.3s; }
  .plus-minus.minus::before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-bottom: solid 2px #a1a1a1;
    position: absolute;
    bottom: 8px;
    transform: rotate(90deg); }
  .plus-minus::after {
    content: '';
    display: block;
    width: 18px;
    height: 0px;
    border-bottom: solid 2px #a1a1a1;
    position: absolute;
    bottom: 8px; }

[data-drawer-animated-left],
[data-drawer-animated-right] {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.25s, -webkit-transform 0.5s ease 0.25s;
  transition: opacity 0.5s ease 0.25s, -webkit-transform 0.5s ease 0.25s;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s, -webkit-transform 0.5s ease 0.25s; }
  .Drawer[aria-hidden="false"] [data-drawer-animated-left], .Drawer[aria-hidden="false"]
  [data-drawer-animated-right] {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

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

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

[data-drawer-animated-bottom] {
  background-color: #FFF;
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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);
  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), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .Drawer[aria-hidden="false"] [data-drawer-animated-bottom] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
    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;
    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, -webkit-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, #shopify-product-reviews .spr-form-input-text,
#shopify-product-reviews .spr-form-input-email,
#shopify-product-reviews .spr-form-input-textarea,
.Form__Textarea {
  -webkit-appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid gainsboro;
  width: 100%;
  line-height: normal;
  resize: none;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
  background: transparent;
  color: #333; }
  .Form__Input:focus, #shopify-product-reviews .spr-form-input-text:focus,
  #shopify-product-reviews .spr-form-input-email:focus,
  #shopify-product-reviews .spr-form-input-textarea:focus,
  .Form__Textarea:focus {
    border-color: #4e565a;
    outline: none; }
  .Form__Input::-webkit-input-placeholder, #shopify-product-reviews .spr-form-input-text::-webkit-input-placeholder,
  #shopify-product-reviews .spr-form-input-email::-webkit-input-placeholder,
  #shopify-product-reviews .spr-form-input-textarea::-webkit-input-placeholder,
  .Form__Textarea::-webkit-input-placeholder {
    color: #626262; }
  .Form__Input::-ms-input-placeholder, #shopify-product-reviews .spr-form-input-text::-ms-input-placeholder,
  #shopify-product-reviews .spr-form-input-email::-ms-input-placeholder,
  #shopify-product-reviews .spr-form-input-textarea::-ms-input-placeholder,
  .Form__Textarea::-ms-input-placeholder {
    color: #626262; }
  .Form__Input::placeholder, #shopify-product-reviews .spr-form-input-text::placeholder,
  #shopify-product-reviews .spr-form-input-email::placeholder,
  #shopify-product-reviews .spr-form-input-textarea::placeholder,
  .Form__Textarea::placeholder {
    color: #626262; }

.Form__FloatingLabel {
  position: absolute;
  bottom: calc(100% - 8px);
  left: 10px;
  padding: 0 5px;
  line-height: normal;
  color: #626262;
  font-size: 14px;
  opacity: 0;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.Form__Input:not(:placeholder-shown) ~ .Form__FloatingLabel, #shopify-product-reviews .spr-form-input-text:not(:placeholder-shown) ~ .Form__FloatingLabel,
#shopify-product-reviews .spr-form-input-email:not(:placeholder-shown) ~ .Form__FloatingLabel,
#shopify-product-reviews .spr-form-input-textarea:not(:placeholder-shown) ~ .Form__FloatingLabel,
.Form__Textarea:not(:placeholder-shown) ~ .Form__FloatingLabel {
  opacity: 1;
  background: white;
  -webkit-transform: translateY(0);
  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 gainsboro;
  vertical-align: -2px; }

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

.Form__Checkbox:checked ~ label::before {
  border-color: #131516; }

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

.Form__Alert, #shopify-product-reviews .spr-form-message {
  margin-bottom: 20px; }

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

.Form__Label, #shopify-product-reviews .spr-form-label {
  display: block;
  padding-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: normal; }

.Form--small .Form__Input, .Form--small #shopify-product-reviews .spr-form-input-text, #shopify-product-reviews .Form--small .spr-form-input-text,
.Form--small #shopify-product-reviews .spr-form-input-email,
#shopify-product-reviews .Form--small .spr-form-input-email,
.Form--small #shopify-product-reviews .spr-form-input-textarea,
#shopify-product-reviews .Form--small .spr-form-input-textarea,
.Form--small .Form__Textarea {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }

.Form--spacingTight .Form__Item {
  margin-bottom: 15px; }
.Form--spacingTight .Form__Alert, .Form--spacingTight #shopify-product-reviews .spr-form-message, #shopify-product-reviews .Form--spacingTight .spr-form-message {
  margin-bottom: 20px; }

@media screen and (min-width: 700px) {
  .Form__Item,
  .Form__Alert,
  #shopify-product-reviews .spr-form-message {
    margin-bottom: 30px; }

  .Form__Group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .Form__Group > .Form__Item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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: 14px;
  color: #626262;
  -webkit-transform: translateY(-50%);
  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: white;
    color: #131516; }

/* 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: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.7)), color-stop(40%, white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 20%, white 40%);
  pointer-events: none; }
.Select--primary select {
  width: 100%;
  height: 45px;
  padding-left: 14px;
  padding-right: 28px;
  border: 1px solid gainsboro;
  background: white; }
  .Select--primary select:active, .Select--primary select:focus {
    border-color: #131516;
    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: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: inherit;
  text-transform: uppercase;
  letter-spacing: 0.2em; }
.Select--transparent svg {
  top: calc(50% - 3px);
  right: 0;
  height: 6px; }

.HorizontalList {
  list-style: none;
  margin: -6px -8px; }

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

.HorizontalList__Item > .Link, .HorizontalList__Item > .shopify-payment-button__more-options {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

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

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

  .HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 21px;
    margin-left: 21px; } }
/**
 * This file contains various generic bloc to use with images
 */
/**
 * ----------------------------------------------------------------------------
 * Image overlay
 * ----------------------------------------------------------------------------
 */
.Image--contrast {
  position: relative; }

.Image--contrast::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 4, 4, 0.65)), to(rgba(54, 54, 54, 0.2)));
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.65), rgba(54, 54, 54, 0.2)); }

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

/**
 * ----------------------------------------------------------------------------
 * Image lazy loader (integrates with lazy sizes)
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes lazyLoader {
  0%, 100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

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

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

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

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

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

.Image--zoomOut {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  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);
  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), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }

.Image--lazyLoaded.Image--zoomOut {
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.Image--slideRight,
.Image--slideLeft {
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  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);
  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), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }

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

.Image--lazyLoaded.Image--slideRight,
.Image--lazyLoaded.Image--slideLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
  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: gainsboro;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  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: #131516; }

.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%;
  -webkit-transform: translate(-50%, -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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*   &::before {
      position: absolute;
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      top: calc(50% - 3px);
      left: 0;
      border-radius: 100%;
      background: $text-color;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out;
    } */ }
  .Linklist__Item:last-child {
    margin-bottom: 0 !important; }
  .Linklist__Item .dropdown {
    padding-left: 18px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important; }
    .Linklist__Item .dropdown .Link, .Linklist__Item .dropdown .shopify-payment-button__more-options {
      color: #6a6a6a; }

.Linklist__Item > .Link, .Linklist__Item > .shopify-payment-button__more-options {
  display: block;
  width: 100%;
  text-align: inherit; }

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

.Linklist__Item.is-selected {
  /*   padding-left: 18px;
    font-weight:bold; */
  /*   &::before {
      opacity: 1;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
    } */ }
  .Linklist__Item.is-selected > .Link, .Linklist__Item.is-selected > .shopify-payment-button__more-options {
    text-decoration: underline; }

.Linklist--bordered {
  margin-left: 8px;
  padding: 0 20px 0 25px;
  border-left: 1px solid gainsboro; }

.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: #eeeeee;
  text-align: left;
  z-index: 1;
  padding: 25px; }

.FeaturedMap__Store {
  display: block;
  margin-bottom: 1.2em;
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal; }

.FeaturedMap__Address {
  margin-bottom: 1.2em; }

.FeaturedMap__Location {
  margin-top: 2.7em; }

@media screen and (min-width: 700px) {
  .FeaturedMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 0;
    height: 550px; }

  .FeaturedMap__MapContainer {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%; }

  .FeaturedMap__Info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    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: #131516;
  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:-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: #eeeeee;
    border-color: rgba(19, 21, 22, 0.05); }
  .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
    background-color: #eeeeee;
    border-color: rgba(19, 21, 22, 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(19, 21, 22, 0.55); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-thumb {
    box-shadow: 2px 0 0 0 #eeeeee; }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-thumb {
    box-shadow: 2px 0 0 0 #eeeeee; }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 #eeeeee; }
  .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(19, 21, 22, 0.6) var(--value, 0)); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-track {
    background-color: rgba(19, 21, 22, 0.6); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-fill-upper {
    background-color: rgba(19, 21, 22, 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(19, 21, 22, 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(19, 21, 22, 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(19, 21, 22, 0.25); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(19, 21, 22, 0.25); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(19, 21, 22, 0.25); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(19, 21, 22, 0.25); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
    background-color: #131516;
    color: #eeeeee; }
    .plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
      border-top-color: #131516; }
  .plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
    background-image: linear-gradient(-45deg, rgba(19, 21, 22, 0.6) 25%, transparent 25%, transparent 50%, rgba(19, 21, 22, 0.6) 50%, rgba(19, 21, 22, 0.6) 75%, transparent 75%, transparent); }
  .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'] {
    color: #eeeeee; }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-thumb {
      box-shadow: 2px 0 0 0 #131516; }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-thumb {
      box-shadow: 2px 0 0 0 #131516; }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-thumb {
      box-shadow: 2px 0 0 0 #131516; }
    .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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 0.25); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-moz-range-thumb {
      box-shadow: 0 0 0 3px rgba(238, 238, 238, 0.25); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-ms-thumb {
      box-shadow: 0 0 0 3px rgba(238, 238, 238, 0.25); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-webkit-slider-thumb {
      box-shadow: 0 0 0 3px rgba(238, 238, 238, 0.25); }

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #eeeeee;
  border-color: rgba(19, 21, 22, 0.05); }
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #131516; }
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(19, 21, 22, 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(19, 21, 22, 0.55);
  background: rgba(19, 21, 22, 0.05); }
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(19, 21, 22, 0.05); }
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #eeeeee;
  border-color: rgba(19, 21, 22, 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(19, 21, 22, 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: #131516;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
  z-index: 50;
  pointer-events: none; }

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

@media screen and (min-width: 700px) {
  .LoadingBar {
    height: 3px; } }
.tamsayfaloadingcss {
  position: fixed;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

#tmsyfloadspin {
  width: 80px;
  height: 80px;
  position: absolute;
  margin: 0 auto; }

.tmsyfloaddoublboun2 {
  background-color: #f7f7f7; }

.tmsyfloaddoublboun1 {
  background-color: #cccccc; }

.tmsyfloaddoublboun1,
.tmsyfloaddoublboun2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out; }

.tmsyfloaddoublboun2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0); }

  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/**
 * ----------------------------------------------------------------------------
 * 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid gainsboro;
  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: 28px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  letter-spacing: normal;
  background: transparent;
  border: none; }

.QuantitySelector--large .QuantitySelector__CurrentQuantity {
  width: 35px;
  font-size: 16px; }
.QuantitySelector--large .QuantitySelector__Button {
  padding: 10px 20px; }
.QuantitySelector--large svg {
  width: 11px;
  height: 11px; }

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

  .QuantitySelector__CurrentQuantity {
    font-size: 14px; } }
/**
 * ----------------------------------------------------------------------------
 * Product price
 * ----------------------------------------------------------------------------
 */
.Price {
  display: inline-block;
  letter-spacing: 2.3px; }

.Price--highlight {
  color: #e32c2b; }

.Price--compareAt {
  position: relative;
  margin-left: 10px; }
  @media screen and (max-width: 1007px) {
    .wrap-two .Price--compareAt {
      font-size: 25px;
      margin-right: 4px;
      margin-left: 0;
      color: #686868;
      font-weight: 300; } }
  .Price--compareAt::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -0.1em;
    width: calc(100% + 0.2em);
    height: 1px;
    background: currentColor; }

/**
 * ----------------------------------------------------------------------------
 * Color swatch
 * ----------------------------------------------------------------------------
 */
.ColorSwatch {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: top;
  cursor: pointer;
  background-size: cover;
  border: 5px solid #fff; }

.ColorSwatch {
  border-radius: 100% !important; }

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

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

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

.ColorSwatch--white {
  outline: 1px solid gainsboro;
  outline-offset: -1px; }

.ColorSwatch.is-active,
.ColorSwatch__Radio:checked + .ColorSwatch {
  border-color: #E4DCD9 !important; }

#shopify-section-product-template-alt .ColorSwatch.is-active,
#shopify-section-product-template-alt .ColorSwatch__Radio:checked + .ColorSwatch {
  border-color: #E4DCD9 !important; }
  #shopify-section-product-template-alt .ColorSwatch.is-active:before,
  #shopify-section-product-template-alt .ColorSwatch__Radio:checked + .ColorSwatch:before {
    display: block;
    content: ' ';
    background-image: url("https://cdn.shopify.com/s/files/1/0712/1227/files/noun_Check_1788425.svg?v=1612901537");
    background-size: 26px 26px;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 0px;
    left: 1px; }

.ColorSwatchList .ColorSwatch:hover:before {
  content: attr(data-tooltip);
  color: #000;
  text-align: center;
  position: absolute;
  height: 20px;
  font-size: 12px;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.ColorSwatch__Radio {
  display: none; }

.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 gainsboro;
  color: #626262;
  cursor: pointer; }

.SizeSwatchList {
  margin-top: 0;
  margin-left: 0; }
  .SizeSwatchList li {
    margin-top: 0; }
  .SizeSwatchList.HorizontalList--spacingTight .HorizontalList__Item {
    margin-right: 4px;
    margin-left: 4px;
    /*     max-width:calc(25% - 4px); */ }
    .SizeSwatchList.HorizontalList--spacingTight .HorizontalList__Item span {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      display: block;
      text-align: center; }

.SizeSwatchList.CustomSize [data-value="Small"] {
  order: 0; }
.SizeSwatchList.CustomSize [data-value="Medium"] {
  order: 1; }
.SizeSwatchList.CustomSize [data-value="Oversized"],
.SizeSwatchList.CustomSize [data-value="Extra Large"] {
  order: 4; }
.SizeSwatchList.CustomSize [data-value="Large"] {
  order: 3; }

.SizeSwatchList.CustomSize {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: row nowrap; }
  .SizeSwatchList.CustomSize.wrap {
    flex-flow: row wrap; }
  .SizeSwatchList.CustomSize .HorizontalList__Item {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center; }
    .SizeSwatchList.CustomSize .HorizontalList__Item .SizeSwatch {
      width: 100%;
      height: 100%;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center;
      line-height: 1.4em;
      padding: 8px 0;
      font-size: 14px; }
  .SizeSwatchList.CustomSize.wrap .HorizontalList__Item {
    flex-basis: 60px; }

.SizeSwatch__Radio {
  display: none; }

.SizeSwatch.is-active::after,
.SizeSwatch__Radio:checked + .SizeSwatch {
  border-color: #131516;
  color: #e2ac31;
  border: 2px solid #e2ac31; }

.defaultOptionType .SizeSwatch.is-active::after,
.defaultOptionType .SizeSwatch__Radio:checked + .SizeSwatch,
.defaultOptionType .SizeSwatch.active-toggle {
  border-color: #131516;
  color: #e2ac31;
  border: 2px solid #e2ac31; }

@media screen and (max-width: 1007px) {
  .CustomSize {
    padding: 0 5px; } }
.CustomSize .retailPrice {
  display: none; }
.CustomSize .SizeSwatch {
  padding: 0 6px 6px;
  border: 2px solid currentColor;
  white-space: nowrap; }
  .CustomSize .SizeSwatch .Icon {
    display: block; }
  .CustomSize .SizeSwatch.small .Icon {
    font-size: 48px; }
  .CustomSize .SizeSwatch.medium .Icon, .CustomSize .SizeSwatch.eclipse .Icon {
    font-size: 58px; }
  .CustomSize .SizeSwatch.large .Icon, .CustomSize .SizeSwatch.total-eclipse .Icon {
    font-size: 66px; }
  .CustomSize .SizeSwatch.oversized .Icon, .CustomSize .SizeSwatch.extra-large .Icon {
    font-size: 80px; }
  .CustomSize .SizeSwatch.clutch .Icon {
    font-size: 66px; }
  .CustomSize .SizeSwatch.crossbody .Icon {
    font-size: 70px; }
  .CustomSize .SizeSwatch.classic .Icon, .CustomSize .SizeSwatch.snap .Icon {
    font-size: 62px; }
  @media screen and (max-width: 1007px) {
    .CustomSize .SizeSwatch .Icon {
      display: none; } }
.CustomSize .SizeSwatch__Radio {
  display: none; }

.option-amount {
  font-size: 13px; }

/**
 * ----------------------------------------------------------------------------
 * Alerts
 * ----------------------------------------------------------------------------
 */
.Alert, #shopify-product-reviews .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, #shopify-product-reviews .spr-form-message-error {
  background: #e4c4c4;
  color: #cb2b2b; }

.Alert--success, #shopify-product-reviews .spr-form-message-success {
  color: #e2ac31;
  background: transparent; }

.Alert__ErrorList {
  list-style: none; }

@media screen and (min-width: 700px) {
  .Alert--large {
    padding: 18px 30px; } }
/**
 * ----------------------------------------------------------------------------
 * Segment
 * ----------------------------------------------------------------------------
 */
.Segment + .Segment {
  margin-top: 50px; }

.Segment__Title {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid gainsboro;
  color: #626262; }

.Segment__Title--flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: 700px) {
  .Segment__Title {
    margin-bottom: 34px; }

  .Segment__ActionList {
    margin-top: 24px; } }
@media screen and (min-width: 1240px) {
  .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: 700px) {
  .EmptyState {
    margin: 200px 0; } }
@media screen and (min-width: 1240px) {
  .EmptyState {
    margin: 250px 0; } }
/**
 * ----------------------------------------------------------------------------
 * Spinner
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes bouncingSpinnerAnimation {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

  40% {
    -webkit-transform: scale(1);
    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;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  height: 80px;
  width: 80px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2)); }
  @media (-moz-touch-enabled: 0), (hover: hover) {
    .Video__PlayButton:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); } }

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

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

.ModalImageWrapper {
  width: 100%;
  height: 100%; }
  .ModalImageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

/**
 * ----------------------------------------------------------------------------
 * Announcement bar
 * ----------------------------------------------------------------------------
 */
.AnnouncementBar {
  position: relative;
  text-align: center;
  font-size: 12px;
  z-index: 1; }

/* .AnnouncementBar__Wrapper {
  padding: 8px 15px;
} */
.AnnouncementBar__Wrapper .swiper-slide {
  padding: 8px 15px; }

/**
 * ----------------------------------------------------------------------------
 * 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: #626262;
  text-align: center;
  vertical-align: middle;
  background: white;
  border: 1px solid gainsboro;
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  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: 700px) {
  .ShareButtons {
    width: auto; } }
/**
 * ----------------------------------------------------------------------------
 * Featured quote
 * ----------------------------------------------------------------------------
 */
.FeaturedQuote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 120px 40px;
  background: #223544;
  color: white;
  font-size: 20px; }

.FeaturedQuote__Author {
  margin-top: 14px;
  font-size: 16px;
  opacity: 0.5; }

@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: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #223544;
  color: white; }

/**
 * ----------------------------------------------------------------------------
 * Newsletter (home page)
 * ----------------------------------------------------------------------------
 */
.ImageHero--newsletter .SectionHeader.SectionHeader {
  margin-bottom: 30px; }

.Newsletter .Form__Input::-webkit-input-placeholder, .Newsletter #shopify-product-reviews .spr-form-input-text::-webkit-input-placeholder, #shopify-product-reviews .Newsletter .spr-form-input-text::-webkit-input-placeholder,
.Newsletter #shopify-product-reviews .spr-form-input-email::-webkit-input-placeholder,
#shopify-product-reviews .Newsletter .spr-form-input-email::-webkit-input-placeholder,
.Newsletter #shopify-product-reviews .spr-form-input-textarea::-webkit-input-placeholder,
#shopify-product-reviews .Newsletter .spr-form-input-textarea::-webkit-input-placeholder {
  color: inherit; }

.Newsletter .Form__Input::-ms-input-placeholder, .Newsletter #shopify-product-reviews .spr-form-input-text::-ms-input-placeholder, #shopify-product-reviews .Newsletter .spr-form-input-text::-ms-input-placeholder,
.Newsletter #shopify-product-reviews .spr-form-input-email::-ms-input-placeholder,
#shopify-product-reviews .Newsletter .spr-form-input-email::-ms-input-placeholder,
.Newsletter #shopify-product-reviews .spr-form-input-textarea::-ms-input-placeholder,
#shopify-product-reviews .Newsletter .spr-form-input-textarea::-ms-input-placeholder {
  color: inherit; }

.Newsletter .Form__Input::placeholder, .Newsletter #shopify-product-reviews .spr-form-input-text::placeholder, #shopify-product-reviews .Newsletter .spr-form-input-text::placeholder,
.Newsletter #shopify-product-reviews .spr-form-input-email::placeholder,
#shopify-product-reviews .Newsletter .spr-form-input-email::placeholder,
.Newsletter #shopify-product-reviews .spr-form-input-textarea::placeholder,
#shopify-product-reviews .Newsletter .spr-form-input-textarea::placeholder {
  color: inherit; }

.Newsletter .Form__Input:focus, .Newsletter #shopify-product-reviews .spr-form-input-text:focus, #shopify-product-reviews .Newsletter .spr-form-input-text:focus,
.Newsletter #shopify-product-reviews .spr-form-input-email:focus,
#shopify-product-reviews .Newsletter .spr-form-input-email:focus,
.Newsletter #shopify-product-reviews .spr-form-input-textarea:focus,
#shopify-product-reviews .Newsletter .spr-form-input-textarea:focus {
  border-color: currentColor; }

.Newsletter .Form__Submit {
  width: 100%; }

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

  .ImageHero--newsletter .ImageHero__ContentOverlay {
    padding-left: 25px;
    padding-right: 25px; } }
@media screen and (min-width: 700px) {
  .Newsletter__Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .Newsletter .Form__Input, .Newsletter #shopify-product-reviews .spr-form-input-text, #shopify-product-reviews .Newsletter .spr-form-input-text,
  .Newsletter #shopify-product-reviews .spr-form-input-email,
  #shopify-product-reviews .Newsletter .spr-form-input-email,
  .Newsletter #shopify-product-reviews .spr-form-input-textarea,
  #shopify-product-reviews .Newsletter .spr-form-input-textarea {
    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: calc(100% - 30px);
            right:0 ;
            padding: 4px 11px 3px 11px;
            white-space: nowrap;
            border: 1px solid $border-color;
            background: $light-background;
            color: $text-color-light;
            font-size: to-size(13px);
            pointer-events: none;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
            transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
            z-index: 3; */ }
    [data-tooltip]:hover::before {
      /*       opacity: 1;
            visibility: visible; */ } }
.Modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden !important;
  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 !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  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 .Modal__Content {
    background: #fff;
    padding: 20px; }

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

.Modal[aria-hidden="true"] {
  z-index: -1; }

.Modal--dark {
  background: #223544;
  color: white; }
  .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: white; }

.Modal--wide {
  background: #f7f7f7;
  width: 1024px;
  padding: 0;
  overflow: hidden; }

.Modal--wide .Modal__Content {
  overflow: scroll; }

.Modal--wide .Modal__Header {
  display: none; }

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

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

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

.Modal--imageContent {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .Modal--imageContent .Modal__Content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
  .Modal--imageContent .Container,
  .Modal--imageContent .AspectRatio {
    width: 100%;
    height: 100%; }

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

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

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

.Modal__Close--outside {
  position: absolute;
  margin-top: 0;
  top: 20px;
  right: 20px;
  line-height: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  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: 60px;
  top: 60px; }

.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: rgba(255, 255, 255, 0.25) !important; }
.Modal__Content thead th:empty,
.Modal__Content tbody th {
  background: #223544 !important; }

@media screen and (min-width: 700px) {
  .Modal:not(.Modal--pageContent) {
    padding: 35px 40px 40px 40px; } }
@media screen and (min-width: 1008px) {
  .Modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

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

  .Modal--pageContent .Modal__Content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }

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

/**
 * ----------------------------------------------------------------------------
 * Page overlay
 * ----------------------------------------------------------------------------
 */
.PageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: #363636;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  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.condensed {
    margin: 16px 0; }
    .PageHeader.condensed h1 {
      margin-bottom: 8px; }

.PageHeader--withBackground {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  min-height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden; }
  .template-collection .PageHeader--withBackground {
    justify-content: flex-end; }
    .template-collection .PageHeader--withBackground .Container {
      margin: 0;
      padding: 0;
      align-self: flex-start; }
      .template-collection .PageHeader--withBackground .Container .Heading {
        background: #e2ac31 !important;
        padding: 20px 40px; }

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

.PageHeader__ImageWrapper {
  height: 100%;
  min-height: 380px;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center; }
  @supports (--css: variables) {
    .PageHeader__ImageWrapper {
      top: calc(-1 * var(--announcement-bar-height, 0px) - var(--header-height, 0px) * var(--use-unsticky-header, 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, .PageHeader #shopify-product-reviews .spr-form-message, #shopify-product-reviews .PageHeader .spr-form-message {
  margin-top: 22px; }

.PageHeader__Back {
  display: inline-block;
  margin-bottom: 25px; }
  .PageHeader__Back svg {
    height: 9px;
    margin-right: 12px;
    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) * var(--header-is-transparent, 0)); } }

@media screen and (max-width: 699px) {
  .PageHeader .SectionHeader__Heading {
    margin-bottom: 10px; } }
@media screen and (min-width: 700px) {
  .PageHeader {
    margin: 50px 0; }
    .PageHeader.condensed {
      margin: 20px 0; }

  .PageHeader--withBackground {
    min-height: 450px;
    margin-top: 0;
    margin-bottom: 0; }
    @supports (--css: variables) {
      .PageHeader--withBackground {
        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) * 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) * 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) * var(--header-is-transparent, 0)); } } }
@media screen and (min-width: 1240px) {
  .PageHeader--withBackground {
    min-height: 550px; }
    @supports (--css: variables) {
      .PageHeader--withBackground {
        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) * 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) * 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) * 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) * 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) * var(--header-is-transparent, 0)); } } }
.collection-image-main picture, .collection-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.PageHeaderNew {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch; }
  .PageHeaderNew .collection-image-main {
    min-height: 380px; }
    .PageHeaderNew .collection-image-main picture, .PageHeaderNew .collection-image-main img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media screen and (min-width: 1008px) {
      .PageHeaderNew .collection-image-main {
        flex-basis: 50%; } }
  .PageHeaderNew .collection-text-main {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 5px;
    order: -1; }
    @media screen and (min-width: 1008px) {
      .PageHeaderNew .collection-text-main {
        flex-basis: 50%;
        order: 2; } }
    @media screen and (max-width: 1007px) {
      .PageHeaderNew .collection-text-main h1 {
        margin-bottom: 0; } }
  .PageHeaderNew .mobile-desc {
    font-size: 14px;
    max-width: 90%;
    padding: 0 20px 20px;
    margin-top: 0; }

/**
 * ----------------------------------------------------------------------------
 * Page layout (to create two columns) and content
 * ----------------------------------------------------------------------------
 */
.PageLayout__Section:first-child {
  margin-bottom: 60px; }

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

@media screen and (min-width: 700px) {
  .PageLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .PageLayout__Section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }

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

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

  .PageLayout__Section + .PageLayout__Section {
    margin-left: 50px; } }
@media screen and (min-width: 700px) 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 {
    -ms-flex-preferred-size: 235px;
    flex-basis: 235px;
    max-width: 235px; } }
@media screen and (min-width: 1240px) {
  .PageLayout__Section + .PageLayout__Section {
    margin-left: 80px; }

  .PageLayout__Section--secondary {
    -ms-flex-preferred-size: 290px;
    flex-basis: 290px;
    max-width: 290px; } }
/**
 * ----------------------------------------------------------------------------
 * Page content
 * ----------------------------------------------------------------------------
 */
.PageContent {
  max-width: 1000px;
  margin: 35px auto; }

.PageContent--fitScreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 120px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @supports (--css: variables) {
    .PageContent--fitScreen {
      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--full {
  max-width: 2500px; }

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

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

@media screen and (min-width: 700px) {
  .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) - var(--announcement-bar-height, 0px) - 160px);
        /* 160px is the margin */ } } }
.Pagination {
  margin: 60px 0;
  text-align: center;
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1; }

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

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

.Pagination__NavItem.is-active {
  color: #131516;
  border-bottom-color: #131516;
  -webkit-box-shadow: 0 -2px #131516 inset;
  box-shadow: 0 -2px #131516 inset; }

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

  .Pagination__NavItem {
    padding-left: 28px;
    padding-right: 28px; } }
@media screen and (min-width: 1240px) {
  .Pagination {
    margin: 120px 0; } }
.Panel {
  position: relative;
  border: 1px solid gainsboro;
  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;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  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: 700px) {
  .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: #eeeeee;
  z-index: 12;
  -webkit-box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
  box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

.Popover--secondary {
  background: white; }

.Popover[aria-hidden="false"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible; }

.Popover__Header {
  position: relative;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(220, 220, 220, 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: #626262;
  text-align: center;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .Popover__Value:focus {
    background: white;
    outline: none; }

.Popover__Value.is-selected {
  color: #131516; }

.Popover__FooterHelp {
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  border-top: 1px solid rgba(220, 220, 220, 0.4); }

@media screen and (min-width: 1008px) {
  .Popover {
    -webkit-transform: none;
    transform: none;
    width: auto;
    bottom: auto;
    left: auto;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    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--withMinWidth {
    min-width: 375px; }

  .Popover--positionBottom::before {
    bottom: 100%;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #eeeeee transparent;
    -webkit-filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, 0.2));
    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: #eeeeee transparent transparent transparent;
    -webkit-filter: drop-shadow(0 2px 2px rgba(54, 54, 54, 0.2));
    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 #eeeeee;
    -webkit-filter: drop-shadow(2px 0 2px rgba(54, 54, 54, 0.2));
    filter: drop-shadow(2px 0 2px rgba(54, 54, 54, 0.2)); }

  .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;
    -webkit-transform: none;
    transform: none; }

  .Popover__Header {
    display: none; }

  .Popover__Value {
    padding-left: 50px;
    padding-right: 50px;
    text-align: right; }

  .Popover--withMinWidth .Popover__Value {
    text-align: center; } }
.Rte {
  /* 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: #626262;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(98, 98, 98, 0.6);
    text-decoration-color: rgba(98, 98, 98, 0.6);
    text-underline-position: under;
    -webkit-transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
    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: #131516;
      -webkit-text-decoration-color: rgba(19, 21, 22, 0.6);
      text-decoration-color: rgba(19, 21, 22, 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: nobel, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #131516;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    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(220, 220, 220, 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; }

@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 {
  border-top: 1px solid gainsboro; }

.shopify-section--padded {
  padding: 40px 0; }
  @media screen and (min-width: 1008px) {
    .shopify-section--padded {
      padding: 60px 0; } }

#shopify-section-it-takes-time:empty,
#shopify-section-what-fits:empty {
  display: none !important; }

@media screen and (max-width: 1007px) {
  .pair-with h3 {
    padding-left: 24px; } }

.shopify-section--bordered + .shopify-section--bordered {
  border-top: 1px solid gainsboro; }

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

.SectionHeader.margin-less {
  margin-bottom: 20px !important; }

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

.instagram-manual .SectionHeader__SubHeading.Heading.u-h1, .instagram-manual .Rte h1.SectionHeader__SubHeading.Heading, .Rte .instagram-manual h1.SectionHeader__SubHeading.Heading {
  margin-bottom: 0px !important; }

.instagram-manual .Rte {
  margin-bottom: 20px; }

.SectionHeader__SubHeading + .SectionHeader__Heading,
.SectionHeader__SubHeading + .SectionHeader__TabList,
.SectionHeader__Description {
  margin-top: 16px; }

.SectionHeader__Description {
  max-width: 530px; }
  @media screen and (min-width: 1008px) {
    .SectionHeader__Description.Collection__Description {
      max-width: 60%; } }

.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: 700px) {
  .SectionHeader__Heading--emphasize {
    font-size: 24px; } }
@media screen and (min-width: 1008px) {
  .Section--spacingNormal {
    margin: 60px 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: 14px;
  border-collapse: separate;
  white-space: nowrap; }
  .Table th, .Rte table th,
  .Table td,
  .Rte table td {
    padding: 18px 10px;
    border-bottom: 1px solid gainsboro;
    text-align: left; }
  .Table th:first-child, .Rte table th:first-child,
  .Table td:first-child,
  .Rte table td:first-child,
  .Table tfoot td:empty + td,
  .Rte table tfoot td:empty + td {
    padding-left: 0; }
  .Table th:last-child, .Rte table th:last-child,
  .Table td:last-child,
  .Rte table td:last-child {
    padding-right: 0; }
  .Table th, .Rte table th {
    font-family: nobel, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  .Table thead th:first-child:empty, .Rte table thead th:first-child:empty,
  .Table tbody th:first-child,
  .Rte table tbody th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 40px;
    max-width: 100px;
    z-index: 1;
    background: white;
    white-space: normal; }
  .Table tbody th:first-child, .Rte table tbody th:first-child {
    border-right: 1px solid gainsboro; }
  .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: 699px) {
  .TableWrapper {
    margin-right: -24px;
    margin-left: -24px; }

  .TableWrapper > .Table, .Rte .TableWrapper > table {
    padding-right: 24px;
    padding-left: 24px; } }
@media screen and (min-width: 1240px) {
  .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: #131516;
    -webkit-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out; }

.TabList__Item + .TabList__Item {
  margin-left: 28px; }

.TabList__Item.is-active::after {
  width: calc(100% - 0.2em); }

.TabPanel {
  display: none; }

.TabPanel[aria-hidden="false"] {
  display: block; }

@media screen and (min-width: 700px) {
  .TabList__Item + .TabList__Item {
    margin-left: 45px; } }
.mobile-grid {
  margin-top: 0px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 0 20px;
  justify-content: space-between;
  margin-bottom: 30px; }
  .mobile-grid .grid-item-2by2 {
    flex-basis: calc(50% - 20px);
    margin-bottom: 20px; }
  .mobile-grid h4 {
    white-space: normal;
    line-height: 1.2em;
    margin-top: 8px;
    font-size: 16px; }

/**
 * ----------------------------------------------------------------------------
 * Layout override
 * ----------------------------------------------------------------------------
 */
.template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
  margin-top: 50px; }

@media screen and (min-width: 700px) and (max-width: 1007px) {
  .template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
    margin-top: 0; } }
@media screen and (min-width: 1240px) {
  .template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
    margin-top: 65px; } }
/**
 * ----------------------------------------------------------------------------
 * Addresses
 * ----------------------------------------------------------------------------
 */
.AddressList {
  margin-bottom: -40px; }
  .AddressList .Grid__Cell {
    margin-bottom: 40px; }

.AccountAddress span {
  display: inline-block;
  margin-bottom: 12px; }

@media screen and (max-width: 699px) {
  .Modal--address {
    height: 100%;
    width: 100%;
    max-width: none;
    max-height: none; }

  .Modal--address .Modal__Header {
    margin-top: 35px; } }
@media screen and (min-width: 700px) and (max-width: 1007px) {
  .OrderAddresses {
    width: 100%;
    max-width: none; } }
@media screen and (min-width: 700px) {
  .AddressList {
    margin-bottom: -60px; }
    .AddressList .Grid__Cell {
      margin-bottom: 60px; } }
/**
 * ----------------------------------------------------------------------------
 * Account table
 * ----------------------------------------------------------------------------
 */
.AccountTable th {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 13px; }

.AccountTable tfoot {
  font-size: 16px; }

.AccountTable tfoot span + span {
  padding-left: 18px; }

.AccountTable .CartItem__PriceList {
  margin-bottom: 0; }

@media screen and (max-width: 699px) {
  .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% + var(--announcement-bar-height, 0px));
      top: calc(-1 * var(--announcement-bar-height, 0px)); } }

.Article__Wrapper {
  position: relative;
  max-width: 620px;
  margin: 0 auto 90px auto;
  padding: 24px 24px 0 24px;
  background: white; }

.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: 12px;
  vertical-align: middle;
  background: currentColor; }

.Article__Footer {
  margin-top: 45px; }

.Article__ShareButtons {
  margin-top: 42px; }

@media screen and (min-width: 700px) {
  .Article__Wrapper {
    margin-bottom: 120px;
    padding: 40px 50px 0 50px; }

  .Article__ImageWrapper {
    height: 335px; }

  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -45px; }

  .Article__Header {
    margin-bottom: 45px; }

  .Article__Footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 65px; }

  .Article__ShareButtons {
    margin-top: 0; } }
@media screen and (min-width: 1008px) {
  .Article__Wrapper {
    max-width: 780px; }

  .Article__ImageWrapper {
    height: 450px; }

  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -70px; } }
@media screen and (min-width: 1240px) {
  .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 gainsboro; }

.ArticleComment__Body {
  margin-bottom: 18px; }

.ArticleComment__Date {
  margin-left: 15px; }

@media screen and (min-width: 700px) {
  .Article__Comments,
  .Article__CommentFormWrapper {
    margin: 105px 0; }

  .Article__Comments .Pagination {
    margin-top: 80px; } }
/**
 * ----------------------------------------------------------------------------
 * Toolbar
 * ----------------------------------------------------------------------------
 */
.ArticleToolbar {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 30px 16px 30px;
  background: #223544;
  color: white;
  z-index: 2;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  @supports (--css: variables) {
    .ArticleToolbar {
      top: calc(var(--use-sticky-header, 0) * var(--header-height)); } }

.ArticleToolbar.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.ArticleToolbar .Link:hover, .ArticleToolbar .shopify-payment-button__more-options:hover {
  color: white; }

.ArticleToolbar .Text--subdued {
  color: rgba(255, 255, 255, 0.5); }

.ArticleToolbar__ArticleTitle {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 285px;
  width: 285px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  color: white; }
  .ArticleToolbar__ArticleTitle::after {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(34, 53, 68, 0.1)), to(#223544));
    background: linear-gradient(to right, rgba(34, 53, 68, 0.1), #223544);
    right: 0;
    top: 0;
    height: 100%;
    width: 35px; }

.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: white; }

.ArticleToolbar__NavItemSeparator {
  display: inline-block;
  position: relative;
  content: '';
  width: 1px;
  height: 12px;
  margin: 0 18px;
  background: rgba(255, 255, 255, 0.6);
  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: 1240px) {
  .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: #223544;
  color: white; }

.ArticleNav .Heading {
  color: inherit; }

.ArticleNav__Item {
  display: block; }

.ArticleNav__Image {
  height: 350px;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 699px) {
  .ArticleNav .Grid__Cell + .Grid__Cell {
    margin-top: 50px; } }
@media screen and (min-width: 700px) {
  .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 .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;';
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.ArticleList .ImageHero__ImageWrapper {
  -webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

@media (-moz-touch-enabled: 0), (hover: hover) {
  .ArticleItem:hover .ArticleItem__Image,
  .ArticleList .ImageHero:hover .ImageHero__ImageWrapper {
    -webkit-transform: scale(1.2);
    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: 700px) {
  .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, .Blog__TagList .is-active.shopify-payment-button__more-options::after {
  display: block;
  content: '';
  width: calc(100% - 0.15em);
  height: 1px;
  background: currentColor; }

@media screen and (max-width: 699px) {
  .Blog__TagList .HorizontalList__Item {
    margin: 5px 10px; } }
@media screen and (min-width: 700px) {
  .ArticleList + .Pagination {
    margin-top: 80px; } }
@media screen and (min-width: 1240px) {
  #shopify-section-blog-template + #shopify-section-shop-now {
    margin-top: 150px; } }
/**
 * ----------------------------------------------------------------------------
 * General
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes cartEmptyOpening {
  from {
    -webkit-transform: translate(-50%, calc(-50% + 35px));
    transform: translate(-50%, calc(-50% + 35px));
    opacity: 0; }

  to {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1; } }

@keyframes cartEmptyOpening {
  from {
    -webkit-transform: translate(-50%, calc(-50% + 35px));
    transform: translate(-50%, calc(-50% + 35px));
    opacity: 0; }

  to {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1; } }

.Cart__ShippingNotice {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 13px;
  border-bottom: 1px solid gainsboro;
  line-height: normal;
  z-index: 1;
  background: white; }

.Cart__Empty {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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: 700px) {
  .Cart__ShippingNotice {
    font-size: 15px; } }
/**
 * ----------------------------------------------------------------------------
 * 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;
  padding-bottom: 10px; }

.CartItem__Info {
  padding-left: 25px;
  padding-top: 30px; }

.CartItem__Title {
  width: 100%;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.CartItem__Title,
.CartItem__Variant,
.CartItem__PropertyList {
  margin-bottom: 0.45em; }

.CartItem__Meta {
  font-size: 11px; }

.CartItem__PropertyList {
  list-style: none;
  font-style: italic; }

.CartItem__Actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.CartItem__Remove {
  margin: 8px 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px; }
  .CartItem__Remove::before {
    background: #888888; }

.Cart .Drawer__Container .CartItem__QuantitySelector {
  font-style: italic;
  font-size: 13px;
  padding-top: 8px;
  position: relative;
  z-index: 8; }
  .Cart .Drawer__Container .CartItem__QuantitySelector .QuantitySelector {
    border: 1px solid #8b8b8b;
    white-space: nowrap;
    padding: 3px 6px; }
.Cart .Drawer__Container .CartItem__ImageWrapper, .Cart .Drawer__Container .CartItem__Info {
  vertical-align: top; }
.Cart .Drawer__Container .CartItem__Info {
  padding: 0;
  padding: 0 0 0 15px; }
.Cart .Drawer__Container .CartItemWrapper.isParent {
  padding-top: 0px; }
  .Cart .Drawer__Container .CartItemWrapper.isParent .CartParent {
    padding: 35px 0 0;
    margin: 0; }
    .Cart .Drawer__Container .CartItemWrapper.isParent .CartParent.x {
      padding-bottom: 16px; }
  .Cart .Drawer__Container .CartItemWrapper.isParent:first-child .CartParent {
    border-top: none; }
  .Cart .Drawer__Container .CartItemWrapper.isParent .CArtItem__Remove {
    top: 8px; }
.Cart .Drawer__Container .CartItemWrapper:not(.isParent) {
  padding: 0 0 16px 90px; }
  .Cart .Drawer__Container .CartItemWrapper:not(.isParent) .CartItem__Title {
    white-space: normal;
    overflow: visible;
    font-family: 'Lato';
    text-transform: none;
    padding-right: 41px;
    line-height: 1.2; }
  .Cart .Drawer__Container .CartItemWrapper:not(.isParent) .CartItem__Remove {
    margin: 0;
    padding: 8px 0 8px 16px;
    top: -12px;
    font-size: 15px; }
  .Cart .Drawer__Container .CartItemWrapper:not(.isParent) .CartItem__Remove::before {
    background: transparent; }

@media screen and (min-width: 700px) {
  .CartItem__ImageWrapper {
    width: 120px; }

  .CartItem__Title {
    font-size: 14px; }

  .CartItem__Meta {
    font-size: 13px; }

  .CartItem__Remove {
    font-size: 11px; }

  .Cart .Drawer__Container .CartItemWrapper:not(.isParent) {
    padding-left: 120px; } }
/**
 * ----------------------------------------------------------------------------
 * Bottom
 * ----------------------------------------------------------------------------
 */
.Cart .Drawer__Footer,
.Cart__OffscreenNoteContainer {
  padding: 14px 18px 24px 16px; }

.Cart__Taxes {
  display: block;
  font-size: 0.93rem;
  font-weight: 400;
  color: #9c9c9c;
  padding: 12px 0 0;
  line-height: 1.2;
  text-align: center; }

.Cart__Checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
  padding: 14px 3px;
  letter-spacing: 1.5px; }
  .Cart__Checkout .dcodeappchsubtotal br {
    display: none; }
  .Cart__Checkout .Button__SeparatorDot {
    margin: 0 12px; }

.Cart__OffscreenNoteContainer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: white;
  border-top: 1px solid gainsboro;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }

.Cart__OffscreenNoteContainer[aria-hidden="false"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 1px 0 6px rgba(54, 54, 54, 0.2);
  box-shadow: 1px 0 6px rgba(54, 54, 54, 0.2); }

.Cart__Note {
  margin-top: 10px; }

.has-note-open[aria-hidden="false"] .Drawer__Header,
.has-note-open[aria-hidden="false"] .Drawer__Main {
  opacity: 0.4;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

@media screen and (min-width: 700px) {
  .Cart .Drawer__Footer,
  .Cart__OffscreenNoteContainer {
    padding: 20px 30px 30px 30px; }

  .Cart__NoteButton + .Cart__Taxes {
    margin-top: 4px; }

  .Cart__Taxes {
    margin-bottom: 8px; } }
/**
 * ----------------------------------------------------------------------------
 * Adjustments for dedicated cart page
 * ----------------------------------------------------------------------------
 */
.Cart--expanded .Cart__Footer {
  padding-top: 25px;
  border-top: 1px solid gainsboro; }
.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: 699px) {
  .CartItem__Info ~ .CartItem__Actions,
  .CartItem__Info ~ .CartItem__LinePrice {
    display: none; } }
@media screen and (min-width: 700px) {
  .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 gainsboro; }
  .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__LinePrice {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  .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: 1240px) {
  .Cart--expanded .CartItem__Info {
    max-width: 425px;
    width: 425px; } }
/**
 * ----------------------------------------------------------------------------
 * Shipping estimator
 * ----------------------------------------------------------------------------
 */
.ShippingEstimator__Results {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.25s ease-in-out;
  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: 699px) {
  .ShippingEstimator__Submit {
    width: 100%; }

  .ShippingEstimator__Country,
  .ShippingEstimator__Province,
  .ShippingEstimator__Zip {
    margin-bottom: 20px; } }
@media screen and (min-width: 700px) {
  .ShippingEstimator__Form {
    display: -webkit-box;
    display: -ms-flexbox;
    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)
 * ----------------------------------------------------------------------------
 */
.product-section-title {
  border-bottom: 1px solid #777; }

.CollectionList::after {
  content: 'flickity';
  display: none; }

.CollectionItem__Wrapper {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.CollectionItem__Wrapper--small {
  height: 450px; }

.CollectionItem__Wrapper--large {
  height: 550px; }

.CollectionItem__ImageWrapper {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-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%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

@media (-moz-touch-enabled: 0), (hover: hover) {
  .CollectionItem:hover .CollectionItem__ImageWrapper {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@media screen and (max-width: 699px) {
  .CollectionList--grid {
    margin: -12px 12px 12px 12px; }

  .CollectionList--grid .CollectionItem {
    padding: 12px; } }
@media screen and (min-width: 700px) {
  .CollectionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0; }
    .CollectionList::after {
      content: '';
      /* disable Flickity */ }

  .CollectionList--spaced {
    margin: 15px; }

  .CollectionList--spaced .CollectionItem {
    padding: 15px; }

  .CollectionList--grid.CollectionList--spaced {
    margin-top: -15px; }

  .CollectionItem {
    display: block !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 0px;
    flex: 0 1 0;
    min-width: 50%; }

  .CollectionItem--expand {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

  .CollectionItem__Content {
    padding: 0 40px;
    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: 40px;
    top: auto;
    left: 0;
    -webkit-transform: none;
    transform: none; } }
@media screen and (min-width: 1240px) {
  .CollectionItem {
    min-width: 33.33333%; }

  .CollectionItem__Wrapper {
    height: 600px; }

  .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: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: white;
  -webkit-box-shadow: 1px 1px gainsboro, -1px -1px gainsboro;
  box-shadow: 1px 1px gainsboro, -1px -1px gainsboro;
  z-index: 2; }

.CollectionToolbar--top {
  top: 80px; }
  @supports (--css: variables) {
    .CollectionToolbar--top {
      top: calc(var(--header-height) * var(--use-sticky-header, 0)); } }
  @supports (--css: variables) {
    .CollectionToolbar--top.nav-up {
      top: calc((var(--header-height) - 112px) * 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.CollectionToolbar__Item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 13px 0;
  border-left: 1px solid gainsboro;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }
  @media screen and (max-width: 1007px) {
    .CollectionToolbar__Item {
      padding-left: 13px;
      text-align: left; } }

.CollectionToolbar__Item--sort .Icon--select-arrow {
  height: 6px;
  margin-left: 2px;
  pointer-events: none; }

.CollectionToolbar__Item--layout {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 95px;
  line-height: 1;
  cursor: initial; }

.CollectionToolbar__LayoutType {
  margin: 0 6px;
  opacity: 0.2;
  -webkit-transition: opacity 0.25s ease-in-out;
  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: 699px) {
  .CollectionToolbar__Item:first-child {
    border-left: none; } }
@media screen and (min-width: 700px) {
  .CollectionToolbar--reverse,
  .CollectionToolbar__Group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .CollectionToolbar__Group {
    -webkit-box-flex: 0;
    -ms-flex: none;
    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 gainsboro;
    white-space: nowrap; } }
/**
 * ----------------------------------------------------------------------------
 * Collection filters
 * ----------------------------------------------------------------------------
 */
.CollectionFilters .Collapsible:first-child {
  border-top: none; }

@media screen and (min-width: 700px) {
  .CollectionFilters .Drawer__Main {
    padding-top: 35px; } }
/**
 * ----------------------------------------------------------------------------
 * Product item
 * ----------------------------------------------------------------------------
 */
.ProductItem {
  text-align: center;
  white-space: normal; }
  .Carousel__Cell .ProductItem {
    padding-bottom: 40px; }

.js .ProductList--grid .ProductItem {
  visibility: hidden; }

.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;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  border: 1px solid #131516;
  border-radius: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.15em;
  display: flex;
  align-items: center;
  font-family: nobel, sans-serif;
  justify-content: center;
  text-align: center;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9); }
  .ProductItem__LabelList .ProductItem__Label.Heading {
    font-weight: 500 !important;
    letter-spacing: 0.1em;
    color: #131516;
    padding: 0 2px; }
  .ProductItem__LabelList.almost-perfect-sale, .ProductItem__LabelList.black-friday-blowouts, .ProductItem__LabelList.cyber-monday-specials {
    border-radius: 0;
    height: 30px; }
    .ProductItem__LabelList.almost-perfect-sale svg, .ProductItem__LabelList.black-friday-blowouts svg, .ProductItem__LabelList.cyber-monday-specials svg {
      height: 15px;
      width: 15px;
      margin: 0 4px 0 0;
      display: inline-block;
      vertical-align: bottom; }
  .ProductItem__LabelList.super-sale {
    /*     background:rgba(226,172,49,0.9);
        color:#fff; */ }
    .ProductItem__LabelList.super-sale .Heading {
      font-size: 15px !important; }
  .ProductItem__LabelList svg {
    width: 20px;
    height: 20px;
    margin-top: -18px; }
  @media screen and (min-width: 1500px) {
    .ProductItem__LabelList {
      width: 90px;
      height: 90px;
      font-size: 14px;
      padding: 5px; } }
  .ProductItem__LabelList .ProductItem__Label {
    display: block;
    margin-top: 2px; }

.ProductItem__Label.varlabel {
  position: absolute;
  top: 90px;
  right: 20px;
  width: 90px;
  height: 90px;
  border: 1px solid #131516;
  border-radius: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.15em;
  display: flex;
  align-items: center;
  font-family: nobel, sans-serif;
  justify-content: center;
  text-align: center;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 400; }
  .ProductItem__Label.varlabel.hidden {
    display: none; }
  .ProductItem__Label.varlabel svg {
    width: 20px;
    height: 20px;
    margin-top: -18px;
    color: #131516; }
  @media screen and (min-width: 1008px) {
    .ProductItem__Label.varlabel {
      top: 0px;
      right: 535px; } }

.ProductItem__Info {
  margin-top: 20px;
  font-size: 16px; }

.ProductItem__Info--left {
  text-align: left;
  display: flex;
  justify-content: space-between; }

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

.ProductItem__Vendor,
.ProductItem__Title {
  display: block;
  margin-bottom: 4px; }
  @media screen and (max-width: 1007px) {
    .ProductItem__Vendor .alt,
    .ProductItem__Title .alt {
      display: block; } }

.ProductItem__ColorSwatchList {
  margin-top: 15px; }

.ProductItem__ColorSwatchItem {
  display: inline-block;
  margin: 0 5px; }

.ProductItem__ColorSwatchList + .ProductItem__PriceList {
  margin-top: 12px; }

.ProductItem__PriceList .ProductItem__Price {
  letter-spacing: normal; }
  .ProductItem__PriceList .ProductItem__Price .Price--compareAt {
    margin-left: 0; }

.ProductItem__StarRating .spr-badge-caption {
  display: none !important; }
.ProductItem__StarRating .spr-badge-starrating {
  margin: 0 !important; }

.spr-badge-starrating,
.reviews-num {
  white-space: nowrap; }

@media (-moz-touch-enabled: 0), (hover: hover) {
  .ProductItem__PriceList--showOnHover,
  .showOnHover,
  .ProductItem:hover .hideOnHover {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }

  .ProductItem:hover .ProductItem__PriceList--showOnHover,
  .ProductItem:hover .showOnHover,
  .ProductItem .hideOnHover {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  .ProductItem__PriceList {
    position: relative;
    text-align: center; }
    .ProductItem__PriceList .Price--compareAt {
      margin-left: 0;
      margin-right: 8px; }

  .hideOnHover {
    position: absolute;
    top: 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: 700px) {
  .ProductItem__Label {
    font-size: 13px; }

  .ProductItem__Info {
    font-size: 18px; } }
@media screen and (min-width: 1008px) {
  .ProductItem--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .ProductItem--horizontal .ProductItem__Wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .ProductItem--horizontal .ProductItem__ImageWrapper {
      min-width: 225px; }
    .ProductItem--horizontal .ProductItem__Info {
      margin: 0 30px 0 40px;
      text-align: left; }
    .ProductItem--horizontal .ProductItem__ViewButton {
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
/**
 * ----------------------------------------------------------------------------
 * Product grid
 * ----------------------------------------------------------------------------
 */
.CollectionInner {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row-reverse wrap; }

@media screen and (max-width: 1007px) {
  .CollectionInner__Sidebar {
    order: 2;
    flex-basis: 100%; } }

.CollectionInner__Products {
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 1007px) {
    .CollectionInner__Products {
      flex-basis: 95%; } }

.ProductList--grid {
  padding: 0 24px; }

@media screen and (max-width: 699px) {
  .ProductList--grid {
    margin-left: -10px; }

  .ProductList--removeMargin {
    margin-bottom: -35px !important; }

  .ProductList--grid > .Grid__Cell {
    padding-left: 10px;
    margin-bottom: 24px; } }
@media screen and (min-width: 700px) {
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap; }

  .CollectionInner__Sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 200px;
    margin: 0 16px 0 24px;
    padding-bottom: 50px;
    padding-top: 20px; }
    @supports (--css: variables) {
      .CollectionInner__Sidebar {
        top: calc(var(--header-height) + 50px); } }

  @supports (--css: variables) {
    .CollectionInner__Sidebar--withTopToolbar {
      top: calc(var(--header-height) * var(--use-sticky-header, 0) + 105px); } }
  .CollectionInner__Products {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }

  .CollectionInner__Sidebar .Collapsible {
    padding: 0; } }
@media screen and (min-width: 1240px) {
  .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: -40px; }
    .ProductList--grid[data-desktop-count="2"] > .Grid__Cell {
      padding-left: 40px;
      margin-bottom: 100px; }

  .ProductList--removeMargin[data-desktop-count="2"] {
    margin-bottom: -100px !important; }

  .ProductList--grid[data-desktop-count="4"],
  .ProductList--grid[data-desktop-count="3"] {
    margin-left: -40px; }
    .ProductList--grid[data-desktop-count="4"] > .Grid__Cell,
    .ProductList--grid[data-desktop-count="3"] > .Grid__Cell {
      padding-left: 40px;
      margin-bottom: 80px; }

  .ProductList--removeMargin[data-desktop-count="4"],
  .ProductList--removeMargin[data-desktop-count="3"] {
    margin-bottom: -80px !important; } }
/**
 * ----------------------------------------------------------------------------
 * Product carousel
 * ----------------------------------------------------------------------------
 */
.ProductList--carousel .Carousel__Cell {
  width: 62%;
  padding: 0 12px;
  vertical-align: top; }

@media screen and (max-width: 699px) {
  .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; }

  .CollectionInnerAlt .ProductListWrapper {
    overflow: visible; }

  .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; } }
@media screen and (min-width: 700px) 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 20px;
      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: 1240px) {
  .ProductList--carousel .Carousel__Cell {
    width: 25%; }
    .ProductList--carousel .Carousel__Cell.Testimonial {
      width: 33.33%; } }
/**
 * ----------------------------------------------------------------------------
 * Product shop now
 * ----------------------------------------------------------------------------
 */
.ProductList--shopNow {
  position: static; }

.ProductList--shopNow .Carousel__Cell {
  padding: 0 60px; }

@media screen and (max-width: 699px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 50px -24px -90px -24px; } }
@media screen and (min-width: 700px) and (max-width: 1007px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 60px -50px -90px -50px; } }
@media screen and (min-width: 700px) {
  .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: -webkit-box;
    display: -ms-flexbox;
    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 {
  position: absolute;
  top: 0;
  left: 0;
  color: #626262;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .Faq__Icon svg {
    width: 8px;
    height: 10px;
    vertical-align: baseline; }

.Faq__Item[aria-expanded="true"] .Faq__Icon {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  color: #131516; }

.Faq__ItemWrapper {
  padding-left: 26px; }

.Faq__Question {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: left; }

.Faq__AnswerWrapper {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: height 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
  transition: height 0.25s ease-in-out, visibility 0s ease-in-out 0.25s; }

.Faq__Item[aria-expanded="true"] .Faq__AnswerWrapper {
  visibility: visible;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out; }

.Faq__Answer {
  padding: 16px 0 22px 0; }

.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;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    background: currentColor;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; }

.FaqSummary__Item.is-active .FaqSummary__LinkLabel::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

@media screen and (min-width: 700px) {
  .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: 699px) {
  .FeatureText--imageLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
@media screen and (min-width: 700px) {
  .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: 1240px) {
  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 100px; }

  .FeatureText--imageLeft .FeatureText__ContentWrapper {
    padding-left: 100px; } }
.shopify-section--bordered + .shopify-section--footer {
  border-top: 1px solid #cdcdce; }

.Footer {
  padding: 34px 0;
  background: #eeeeee;
  color: #131516; }

.Footer--withMargin {
  margin-top: 60px; }

.Footer .Heading,
.Footer .Link--primary:hover {
  color: #1c1b1b; }

.Footer .Link--secondary:hover {
  color: #131516; }

.Footer__Block {
  margin-top: 48px; }
  .Footer__Block:first-child {
    margin-top: 0; }

.Footer__Block--newsletter {
  background: #e2ac31;
  color: white;
  padding: 50px;
  text-align: center; }
  .Footer__Block--newsletter .Heading {
    color: white; }
  @media screen and (min-width: 1008px) {
    .Footer__Block--newsletter {
      padding: 40px 0 0;
      margin-top: -75px !important; } }
  .Footer__Block--newsletter .Form__Input, .Footer__Block--newsletter #shopify-product-reviews .spr-form-input-text, #shopify-product-reviews .Footer__Block--newsletter .spr-form-input-text,
  .Footer__Block--newsletter #shopify-product-reviews .spr-form-input-email,
  #shopify-product-reviews .Footer__Block--newsletter .spr-form-input-email,
  .Footer__Block--newsletter #shopify-product-reviews .spr-form-input-textarea,
  #shopify-product-reviews .Footer__Block--newsletter .spr-form-input-textarea {
    background: #fff; }

.Footer__Title {
  margin-bottom: 15px; }

.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__ThemeAuthor {
  margin-top: 4px; }

.Footer__PaymentList {
  margin: 54px -24px 0 -24px;
  padding-top: 28px;
  border-top: 1px solid #cdcdce; }

.Footer__PaymentList svg {
  opacity: 0.8;
  width: 38px;
  height: 24px; }

@media screen and (min-width: 700px) {
  .Footer {
    padding: 40px 0 0 0; }

  .Footer--withMargin {
    margin-top: 80px; }

  .Footer__Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -40px;
    margin-right: -40px; }

  .Footer__Block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    flex-basis: 25% !important; }

  .Footer__Social {
    margin-top: 14px; }

  .Footer__Aside {
    text-align: left;
    width: 100%;
    background: #223544;
    color: white;
    padding: 20px 0; }
    .Footer__Aside .Container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column nowrap; }
    .Footer__Aside .Footer__Copyright {
      margin-top: 20px; }
    .Footer__Aside .Heading {
      color: white !important; }

  .Footer__Inner + .Footer__Aside {
    margin-top: 80px; }

  .Footer__StoreName {
    font-size: 13px; }

  .Footer__PaymentList {
    padding: 0;
    margin: 0 -8px;
    border: none; }

  .Footer__Block--newsletter {
    background: #e2ac31;
    color: white;
    padding-top: 40px; }
    .Footer__Block--newsletter .Heading {
      color: white; } }
@media screen and (min-width: 1240px) {
  .Footer--withMargin {
    margin-top: 120px; }

  .Footer__Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .Footer--center .Footer__Inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .Footer__Block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

  .Footer__Block--text,
  .Footer__Block--newsletter {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px; } }
@media screen and (min-width: 1240px) {
  .Footer__Block--text {
    -ms-flex-preferred-size: 460px;
    flex-basis: 460px; }

  .Footer__Block--newsletter {
    -ms-flex-preferred-size: 375px;
    flex-basis: 375px; } }
.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;
  -webkit-transform: translateX(-50%);
  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: #1c1b1b; }

.Header .Text--subdued,
.Header .Link--primary,
.Header .Link--secondary:hover {
  color: #6a6a6a; }

.Header {
  background: white;
  color: #1c1b1b;
  -webkit-box-shadow: 0 -1px #dddddd inset;
  box-shadow: 0 -1px #dddddd inset;
  -webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }

.Header__Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 18px; }
  @media screen and (min-width: 1008px) {
    .Header__Wrapper {
      align-items: flex-end; } }
  .Header__Wrapper.mainHeaderWrap {
    transition: all 0.2s ease-in-out !important;
    position: relative;
    z-index: 9;
    /*     position:fixed;
        width:100%; */
    background: #fff; }
  .Header__Wrapper.nav-up {
    height: 0px !important;
    visibility: hidden !important;
    opacity: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .Header__Wrapper.top-bar {
    padding: 10px 18px; }

.Header__Logo {
  position: relative;
  margin-bottom: 0; }

@media screen and (max-width: 1007px) {
  .Header__FlexItem--logo {
    margin-left: 15px; } }

.Header__LogoLink,
.Header__LogoImage {
  display: block; }

.Header__LogoImage {
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  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;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .Header__Icon span {
    display: block; }

.Header__Icon + .Header__Icon {
  margin-left: 18px; }

.Header__SecondaryNav {
  text-align: right; }

.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 {
    -webkit-filter: drop-shadow(0 1px rgba(0, 0, 0, 0.25));
    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 .Header__CurrencySelector,
  .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: 25px;
  width: 28px; }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.top-bar {
  flex-basis: 100%;
  width: 100%;
  background: #eee;
  position: relative;
  z-index: 10; }

.Header__FlexItem--fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .Header__FlexItem--fill:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.Header__CartDot {
  position: absolute;
  top: 2px;
  right: -6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #1c1b1b;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.Header__CartDot.is-visible {
  -webkit-transform: scale(1);
  transform: scale(1); }

.Search[aria-hidden="true"] + .Header--transparent .Header__CartDot {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: currentColor; }

@media screen and (min-width: 700px) {
  .Header__Wrapper {
    padding: 18px 30px; }
    .Header__Wrapper.top-bar {
      padding: 10px 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: 1008px) {
  .js .Header__Wrapper {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }

  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 18px 50px; }
    .Header:not(.Header--sidebar) .Header__Wrapper.top-bar {
      padding: 10px 50px; }

  .Header__CurrencySelector {
    display: inline-block; }

  .Header__MainNav {
    min-height: 22px; }

  .Header--inline .Header__FlexItem:first-child .Header__CurrencySelector, .Header--logoLeft .Header__FlexItem:first-child .Header__CurrencySelector {
    display: none; }

  .Header--logoLeft .Header__FlexItem--logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 38px; }
  .Header--logoLeft .Header__FlexItem--fill:last-child {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }

  .Header--center {
    /* Ugly hack !! */ }
    .Header--center .Header__Wrapper.Header__Wrapper {
      /* Ugly hack to increase CSS precedence */
      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:last-child .Header__CurrencySelector {
      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;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-bottom: 2px solid #1c1b1b;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 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;
  -webkit-transform: scale(1, 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: white;
  border: 1px solid #dddddd;
  border-top: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .DropdownMenu::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #1c1b1b;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }

.DropdownMenu[aria-hidden="false"] {
  opacity: 1;
  visibility: visible; }
  .DropdownMenu[aria-hidden="false"]::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

.DropdownMenu[aria-hidden="false"] .DropdownMenu {
  display: block; }

.DropdownMenu [aria-haspopup] {
  position: relative; }

.DropdownMenu .Link, .DropdownMenu .shopify-payment-button__more-options {
  padding-left: 25px;
  padding-right: 40px; }

.DropdownMenu svg {
  position: absolute;
  width: 6px;
  top: calc(50% - 4px);
  height: 10px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.DropdownMenu .Linklist__Item:hover svg {
  -webkit-transform: translateX(4px);
  transform: translateX(4px); }
.DropdownMenu .Linklist__Item:hover > .Link--secondary {
  color: #6a6a6a; }

.DropdownMenu .Linklist__Item[aria-haspopup="true"] a {
  position: relative; }

.DropdownMenu .Linklist__Item[aria-haspopup="true"] a:hover svg {
  transform: rotate(90deg); }

.DropdownMenu .DropdownMenu {
  display: none;
  left: auto;
  top: auto;
  /*   position:relative; */
  border: none;
  background: #f7f7f7;
  padding: 12px 25px;
  width: 100%; }
  .DropdownMenu .DropdownMenu::before {
    display: none; }

.DropdownMenu .DropdownMenu[aria-hidden="false"] {
  position: relative;
  margin-top: 10px; }

/* .DropdownMenu .DropdownMenu--reversed {
  left: auto;
  right: 100%;
} */
/**
 * ----------------------------------------------------------------------------
 * Mega menu
 * ----------------------------------------------------------------------------
 */
.MegaMenu {
  /*   position: absolute; */
  padding: 20px 0;
  position: fixed;
  width: 100%;
  left: 0;
  /*   visibility: hidden;
    opacity: 0; */
  max-height: 600px;
  /*   overflow: auto;
    overscroll-behavior: contain; */
  text-align: left;
  background: white;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  /* space-evenly is not supported everywhere */ }

.MegaMenu--spacingCenter .MegaMenu__Inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@supports (display: grid) {
  .MegaMenu--grid .MegaMenu__Inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }

.MegaMenu__Item {
  margin: 10px 20px;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.MegaMenu__Item--fit {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.MegaMenu__Item--fit.color_parent {
  flex-basis: 100%;
  text-align: center;
  margin: 15px 0 8px; }

.MegaMenu__Item--fit.color_parent:after {
  content: '';
  border-bottom: 1px solid #000;
  width: 30px;
  margin: 8px auto 0;
  height: 1px;
  display: block; }

.MegaMenu__Item--fit.color_parent:first-of-type {
  margin-top: 0; }

.MegaMenu__Title {
  display: block;
  margin-bottom: 20px;
  color: black !important; }

.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 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s ease, -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .MegaMenu__Push:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
/**
 * ----------------------------------------------------------------------------
 * Image with text overlay section
 * ----------------------------------------------------------------------------
 */
.ImageHero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: 1240px) {
    .ImageHero__ImageWrapper,
    .ImageHero__Image {
      background-position: top 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;
  -ms-flex-preferred-size: 425px;
  flex-basis: 425px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  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%;
  -webkit-transform: translate(-50%, -50%);
  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%; }

.template-product .ImageHero iframe {
  width: 100%;
  left: 0; }

.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;
  -webkit-box-shadow: 0 1px 20px rgba(54, 54, 54, 0.3);
  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: 699px) {
  .ImageHero__Block {
    font-size: 13px; } }
@media screen and (min-width: 700px) {
  .ImageHero {
    min-height: 450px; }

  .ImageHero--small {
    min-height: 400px; }

  .ImageHero--large {
    min-height: 500px; }

  .ImageHero iframe {
    width: 100%;
    height: 200%;
    left: 0; }

  .template-product .ImageHero iframe {
    height: 100% !important; }

  .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;
    -webkit-transform: none;
    transform: none;
    text-align: left; } }
@media screen and (min-width: 1240px) {
  .ImageHero {
    min-height: 500px; }

  .ImageHero--small {
    min-height: 450px; }

  .ImageHero--large {
    min-height: 600px; }

  .ImageHero__TextContent {
    padding: 0 50px;
    bottom: 50px; } }
/**
 * ----------------------------------------------------------------------------
 * Instagram feed
 * ----------------------------------------------------------------------------
 */
.Instafeed {
  height: 250px; }

.Instafeed__Cell {
  width: 250px;
  margin: 0 5px;
  overflow: hidden; }

.Instafeed__Image {
  position: relative;
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center; }

.Instafeed__Overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background: #131516;
  color: #eeeeee;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.Instafeed__LikeCount {
  font-size: 15px; }
  .Instafeed__LikeCount svg {
    margin-right: 8px;
    width: 17px;
    height: 15px;
    vertical-align: sub; }

.Instafeed__Caption {
  position: relative;
  height: 6.6em;
  /* this is four times the default line height */
  margin: 20px 0;
  overflow: hidden;
  word-break: break-word; }
  .Instafeed__Caption::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 70%;
    height: 1.6em;
    text-align: right;
    background: -webkit-gradient(linear, left top, right top, from(rgba(19, 21, 22, 0)), color-stop(50%, #131516));
    background: linear-gradient(to right, rgba(19, 21, 22, 0), #131516 50%); }

.Instafeed__Date {
  position: absolute;
  bottom: 18px;
  color: inherit;
  text-transform: uppercase; }

@media (-moz-touch-enabled: 0), (hover: hover) {
  .Instafeed__Cell:hover .Instafeed__Overlay {
    opacity: 1; } }
@media screen and (max-width: 1007px) {
  .Instafeed .flickity-prev-next-button {
    display: none; } }
@media screen and (min-width: 700px) {
  .Instafeed {
    height: calc(100vw / 2 - 70px); }

  .Instafeed__Cell {
    width: calc(100vw / 2 - 70px); } }
@media screen and (min-width: 1008px) {
  .Instafeed {
    height: calc(100vw / 3 - 60px); }

  .Instafeed__Cell {
    width: calc(100vw / 3 - 60px); }

  .Instafeed .flickity-prev-next-button.previous {
    top: calc(50% - (45px / 2));
    left: 25px; }

  .Instafeed .flickity-prev-next-button.next {
    top: calc(50% - (45px / 2));
    right: 25px; } }
@media screen and (min-width: 1240px) {
  .Instafeed {
    height: calc(100vw / 3 - 180px); }

  .Instafeed__Cell {
    width: calc(100vw / 3 - 180px); } }
@media screen and (min-width: 1500px) {
  .Instafeed__Caption {
    height: 9.9em;
    /* this is six times the default line height */ } }
.NewsletterPopup {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 24px 30px 30px 30px;
  background: #1c1b1b;
  color: white;
  z-index: 50;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .NewsletterPopup .Heading {
    color: inherit; }
  .NewsletterPopup .Form__Input::-webkit-input-placeholder, .NewsletterPopup #shopify-product-reviews .spr-form-input-text::-webkit-input-placeholder, #shopify-product-reviews .NewsletterPopup .spr-form-input-text::-webkit-input-placeholder,
  .NewsletterPopup #shopify-product-reviews .spr-form-input-email::-webkit-input-placeholder,
  #shopify-product-reviews .NewsletterPopup .spr-form-input-email::-webkit-input-placeholder,
  .NewsletterPopup #shopify-product-reviews .spr-form-input-textarea::-webkit-input-placeholder,
  #shopify-product-reviews .NewsletterPopup .spr-form-input-textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .NewsletterPopup .Form__Input::-ms-input-placeholder, .NewsletterPopup #shopify-product-reviews .spr-form-input-text::-ms-input-placeholder, #shopify-product-reviews .NewsletterPopup .spr-form-input-text::-ms-input-placeholder,
  .NewsletterPopup #shopify-product-reviews .spr-form-input-email::-ms-input-placeholder,
  #shopify-product-reviews .NewsletterPopup .spr-form-input-email::-ms-input-placeholder,
  .NewsletterPopup #shopify-product-reviews .spr-form-input-textarea::-ms-input-placeholder,
  #shopify-product-reviews .NewsletterPopup .spr-form-input-textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .NewsletterPopup .Form__Input::placeholder, .NewsletterPopup #shopify-product-reviews .spr-form-input-text::placeholder, #shopify-product-reviews .NewsletterPopup .spr-form-input-text::placeholder,
  .NewsletterPopup #shopify-product-reviews .spr-form-input-email::placeholder,
  #shopify-product-reviews .NewsletterPopup .spr-form-input-email::placeholder,
  .NewsletterPopup #shopify-product-reviews .spr-form-input-textarea::placeholder,
  #shopify-product-reviews .NewsletterPopup .spr-form-input-textarea::placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .NewsletterPopup .Form__Input, .NewsletterPopup #shopify-product-reviews .spr-form-input-text, #shopify-product-reviews .NewsletterPopup .spr-form-input-text,
  .NewsletterPopup #shopify-product-reviews .spr-form-input-email,
  #shopify-product-reviews .NewsletterPopup .spr-form-input-email,
  .NewsletterPopup #shopify-product-reviews .spr-form-input-textarea,
  #shopify-product-reviews .NewsletterPopup .spr-form-input-textarea {
    border-color: rgba(255, 255, 255, 0.4);
    color: white !important; }
  .NewsletterPopup .Form__Input:focus, .NewsletterPopup #shopify-product-reviews .spr-form-input-text:focus, #shopify-product-reviews .NewsletterPopup .spr-form-input-text:focus,
  .NewsletterPopup #shopify-product-reviews .spr-form-input-email:focus,
  #shopify-product-reviews .NewsletterPopup .spr-form-input-email:focus,
  .NewsletterPopup #shopify-product-reviews .spr-form-input-textarea:focus,
  #shopify-product-reviews .NewsletterPopup .spr-form-input-textarea:focus {
    border-color: white;
    color: white !important; }
  .NewsletterPopup .Button, .NewsletterPopup .shopify-payment-button__button--unbranded, .NewsletterPopup #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .NewsletterPopup .spr-summary-actions-newreview,
  .NewsletterPopup #shopify-product-reviews .spr-button-primary:not(input),
  #shopify-product-reviews .NewsletterPopup .spr-button-primary:not(input), .NewsletterPopup #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .NewsletterPopup input.spr-button-primary, .NewsletterPopup #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .NewsletterPopup .spr-pagination-prev > a,
  .NewsletterPopup #shopify-product-reviews .spr-pagination-next > a,
  #shopify-product-reviews .NewsletterPopup .spr-pagination-next > a, .NewsletterPopup input[type="submit"].jdgm-submit-rev {
    color: #1c1b1b;
    border-color: white; }
    .NewsletterPopup .Button::before, .NewsletterPopup .shopify-payment-button__button--unbranded::before, .NewsletterPopup #shopify-product-reviews .spr-summary-actions-newreview::before, #shopify-product-reviews .NewsletterPopup .spr-summary-actions-newreview::before,
    .NewsletterPopup #shopify-product-reviews .spr-button-primary:not(input)::before,
    #shopify-product-reviews .NewsletterPopup .spr-button-primary:not(input)::before, .NewsletterPopup #shopify-product-reviews input.spr-button-primary::before, #shopify-product-reviews .NewsletterPopup input.spr-button-primary::before, .NewsletterPopup #shopify-product-reviews .spr-pagination-prev > a::before, #shopify-product-reviews .NewsletterPopup .spr-pagination-prev > a::before,
    .NewsletterPopup #shopify-product-reviews .spr-pagination-next > a::before,
    #shopify-product-reviews .NewsletterPopup .spr-pagination-next > a::before, .NewsletterPopup input[type="submit"].jdgm-submit-rev::before {
      background-color: white; }
    @media (-moz-touch-enabled: 0), (hover: hover) {
      .NewsletterPopup .Button:not([disabled]):hover, .NewsletterPopup .shopify-payment-button__button--unbranded:not([disabled]):hover, .NewsletterPopup #shopify-product-reviews .spr-summary-actions-newreview:not([disabled]):hover, #shopify-product-reviews .NewsletterPopup .spr-summary-actions-newreview:not([disabled]):hover,
      .NewsletterPopup #shopify-product-reviews .spr-button-primary:not([disabled]):hover:not(input),
      #shopify-product-reviews .NewsletterPopup .spr-button-primary:not([disabled]):hover:not(input), .NewsletterPopup #shopify-product-reviews input.spr-button-primary:not([disabled]):hover, #shopify-product-reviews .NewsletterPopup input.spr-button-primary:not([disabled]):hover, .NewsletterPopup #shopify-product-reviews .spr-pagination-prev > a:not([disabled]):hover, #shopify-product-reviews .NewsletterPopup .spr-pagination-prev > a:not([disabled]):hover,
      .NewsletterPopup #shopify-product-reviews .spr-pagination-next > a:not([disabled]):hover,
      #shopify-product-reviews .NewsletterPopup .spr-pagination-next > a:not([disabled]):hover, .NewsletterPopup input[type="submit"].jdgm-submit-rev:not([disabled]):hover {
        color: white;
        background-color: transparent; } }

.NewsletterPopup[aria-hidden="false"] {
  -webkit-transform: translateY(0);
  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: 700px) {
  .NewsletterPopup {
    max-width: 385px;
    right: 25px;
    bottom: 25px;
    left: auto;
    padding-top: 35px; }

  .NewsletterPopup__Close svg {
    width: 18px;
    height: 18px; } }
.Password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center; }

@supports (--css: variables) {
  @media screen and (max-width: 1007px) {
    .Password {
      min-height: var(--window-height); } } }
/**
 * ----------------------------------------------------------------------------
 * 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%;
  -webkit-transform: translateY(-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: #eeeeee;
  text-align: center; }

.Password__Message {
  font-size: 15px; }

.Password__Form {
  margin-top: 28px; }

.Password__Form .Button, .Password__Form .shopify-payment-button__button--unbranded, .Password__Form #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .Password__Form .spr-summary-actions-newreview,
.Password__Form #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .Password__Form .spr-button-primary:not(input), .Password__Form #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .Password__Form input.spr-button-primary, .Password__Form #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .Password__Form .spr-pagination-prev > a,
.Password__Form #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .Password__Form .spr-pagination-next > a, .Password__Form input[type="submit"].jdgm-submit-rev {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-bottom: 0;
  margin-top: 15px;
  width: 100%; }

.Password__Social {
  padding: 22px 25px 22px 28px;
  background: white;
  text-align: center; }

.Password__ShareButtons {
  margin-top: 15px; }

@media screen and (min-width: 700px) {
  .Password__Content {
    margin: 80px auto; }

  .Password__Card {
    padding: 45px 60px 50px 60px; }

  .Password__Form .Button, .Password__Form .shopify-payment-button__button--unbranded, .Password__Form #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .Password__Form .spr-summary-actions-newreview,
  .Password__Form #shopify-product-reviews .spr-button-primary:not(input),
  #shopify-product-reviews .Password__Form .spr-button-primary:not(input), .Password__Form #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .Password__Form input.spr-button-primary, .Password__Form #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .Password__Form .spr-pagination-prev > a,
  .Password__Form #shopify-product-reviews .spr-pagination-next > a,
  #shopify-product-reviews .Password__Form .spr-pagination-next > a, .Password__Form input[type="submit"].jdgm-submit-rev {
    width: auto;
    margin-top: 0; }

  .Password__Social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left; }

  .Password__ShareButtons {
    margin-top: 0;
    margin-left: 15px;
    -ms-flex-negative: 0;
    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: 700px) {
  .Password__Footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left; }

  .Password__AdminLink {
    margin-top: 0; } }
/**
 * ----------------------------------------------------------------------------
 * Modal
 * ----------------------------------------------------------------------------
 */
.Password__Modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: 700px) {
  .Product {
    margin-bottom: 80px; } }
@media screen and (min-width: 1008px) {
  .Product__Wrapper {
    max-width: calc(100% - 535px);
    margin-left: 0; } }
@media screen and (min-width: 1240px) {
  .Product__Wrapper {
    max-width: calc(100% - 580px); }

  .Product--small .Product__Slideshow {
    max-width: 400px; }

  .Product--medium .Product__Slideshow {
    max-width: 550px; } }
@media screen and (min-width: 1500px) {
  .Product__Wrapper {
    max-width: calc(100% - 520px); } }
/**
 * ----------------------------------------------------------------------------
 * Product gallery
 * ----------------------------------------------------------------------------
 */
.Product__Gallery {
  position: relative;
  margin-bottom: 8px; }
  @media screen and (min-width: 1008px) {
    .Product__Gallery {
      margin-bottom: 28px; } }
  .Product__Gallery.hide {
    display: none !important; }

.Product__ViewInSpace {
  background: rgba(19, 21, 22, 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: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 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; }
  @media screen and (min-width: 1008px) {
    .Product__SlideshowNavArrow {
      position: absolute;
      top: calc(50% - 60px);
      background: rgba(0, 0, 0, 0.65);
      padding: 10px;
      color: #fff;
      opacity: 0.45;
      z-index: 999; }
      .Product__SlideshowNavArrow:hover {
        opacity: 0.6; }
      .Product__SlideshowNavArrow svg {
        width: 12px;
        height: 12px; } }

.Product__SlideshowNavArrow--previous {
  margin-right: 24px; }
  @media screen and (min-width: 1008px) {
    .Product__SlideshowNavArrow--previous {
      left: 0;
      margin-right: 0; } }

.Product__SlideshowNavArrow--next {
  margin-left: 24px; }
  @media screen and (min-width: 1008px) {
    .Product__SlideshowNavArrow--next {
      right: 0;
      margin-left: 0; } }

@media screen and (min-width: 700px) {
  .Product__Gallery {
    margin-bottom: 65px; } }
@media screen and (min-width: 1008px) {
  .Product__Gallery {
    margin-top: 50px;
    margin-left: 50px; }

  .Product__SlideshowNav--dots {
    display: block; }

  .Product__SlideItem {
    display: block !important; }

  .Product__Slideshow--zoomable .Product__SlideItem--image {
    cursor: url("/cdn/shop/t/43/assets/cursor-zoom-in.svg?v=58023782122111815931655919502") 18 18, zoom-in;
    cursor: -webkit-image-set(url("/cdn/shop/t/43/assets/cursor-zoom-in.svg?v=58023782122111815931655919502") 1x, url("/cdn/shop/t/43/assets/cursor-zoom-in-2x.svg?v=77170431707523937881655919502") 2x), zoom-in; }

  /* Dots */
  .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
    position: -webkit-sticky;
    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 gainsboro;
    background: transparent;
    transition: all 0.2s ease-in-out; }
    .Product__SlideshowNavDot:not(:last-child) {
      margin-bottom: 12px; }

  .Product__SlideshowNavDot.is-selected {
    border-color: #131516;
    background: #131516; }

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

  .Product__SlideshowNavPlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
    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: -webkit-sticky;
      position: sticky;
      padding: 0 0 50px 0;
      top: 80px;
      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: 1008px) {
  .Product__Gallery {
    margin-bottom: 80px; }

  .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: 700px;
  margin: 0 auto; }

.Product__Info--noGallery {
  padding-top: 24px; }

.pair-with .ProductItem__Title.Heading {
  font-size: 18px; }
.pair-with .ProductItem__PriceList {
  display: none !important; }

@media screen and (min-width: 700px) {
  .Product__Info .Container {
    padding-left: 0;
    padding-right: 0; }

  .Product__Aside .Section {
    max-width: 630px;
    margin: 0 auto 0 0; } }
@media screen and (min-width: 1008px) {
  .Product__InfoWrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }

  .Product__Info {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    right: 0;
    width: 375px;
    margin: 0 100px -40px 50px;
    padding-top: 65px;
    padding-bottom: 40px; }
    @supports (--css: variables) {
      .Product__Info {
        top: var(--header-height); } }

  .Product__Aside {
    max-width: 730px;
    padding-left: 50px;
    margin-left: 0; }

  .Product__Aside .SectionHeader {
    margin-bottom: 0px; } }
@media screen and (min-width: 1240px) {
  .Product__Info {
    width: 440px; } }
@media screen and (min-width: 1500px) {
  .Product__Info {
    margin-right: 50px; } }
/**
 * ----------------------------------------------------------------------------
 * Action list
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes shareItemAnimation {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

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

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

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

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

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

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

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

.Product__ActionList {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  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: #131516; }

.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: #eeeeee;
  border-radius: 25px;
  font-size: 15px;
  white-space: nowrap;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  -webkit-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s; }
  .Product__ShareItem:active, .Product__ShareItem:focus {
    color: #eeeeee;
    background: #131516;
    outline: none; }
  .Product__ShareItem:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .Product__ShareItem:nth-child(3) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .Product__ShareItem svg {
    margin-right: 12px;
    font-size: 16px;
    vertical-align: sub;
    -webkit-transform: translateZ(0);
    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;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .Product__ShareList[aria-hidden="false"] .Product__ShareItem:nth-child(2) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .Product__ShareList[aria-hidden="false"] .Product__ShareItem:nth-child(3) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }

@media screen and (min-width: 1008px) {
  .Product__ActionList {
    position: -webkit-sticky;
    position: sticky;
    float: right;
    top: calc(100vh - var(--header-height)); }

  .no-supports-sticky .Product__ActionList {
    display: none; }

  .Product__ShareList {
    top: auto;
    bottom: 100%; }

  .Product__ShareItem {
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .Product__ShareItem:nth-child(3) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }

  .Product__ShareList[aria-hidden="false"] .Product__ShareItem {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    .Product__ShareList[aria-hidden="false"] .Product__ShareItem:nth-child(3) {
      -webkit-transition-delay: 0s;
      transition-delay: 0s; } }
@media screen and (min-width: 1500px) {
  .Product__ActionList {
    margin-right: -80px; } }
/**
 * ----------------------------------------------------------------------------
 * Product meta and info
 * ----------------------------------------------------------------------------
 */
.ProductMeta {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start; }
  .ProductMeta .star-wrap {
    flex-basis: 100%;
    text-align: center; }
    @media screen and (min-width: 700px) {
      .ProductMeta .star-wrap {
        text-align: left; } }
  .ProductMeta .wrap-one {
    flex-basis: 100%;
    margin-top: 8px; }
    @media screen and (min-width: 700px) {
      .ProductMeta .wrap-one {
        flex-basis: 45%;
        text-align: left; } }
  .ProductMeta .wrap-two {
    flex-basis: 100%;
    text-align: right; }
    @media screen and (min-width: 700px) {
      .ProductMeta .wrap-two {
        flex-basis: 55%;
        text-align: right; } }
  .ProductMeta .ProductMeta__Description {
    flex-basis: 100%; }

@media screen and (max-width: 1007px) {
  .ProductMeta {
    border-top: 1px solid #ccc; } }
.ProductMeta__ImageWrapper {
  display: block;
  margin-bottom: 32px; }

.ProductMeta__Vendor {
  margin-bottom: 20px; }

.ProductMeta__Title {
  margin-bottom: 0; }

.ProductMeta__PriceList {
  margin-top: 15px; }

.ProductMeta__Price.Price--compareAt {
  margin-left: 30px; }

.ProductMeta__Description {
  margin: 24px 0;
  padding-top: 24px;
  border-top: 1px solid gainsboro;
  text-align: left; }
  @media screen and (min-width: 700px) {
    .ProductMeta__Description {
      margin-bottom: 0; } }
  .ProductMeta__Description h2, .ProductMeta__Description .u-h2, .ProductMeta__Description .Rte h2, .Rte .ProductMeta__Description h2 {
    font-size: 28px;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 0; }
  .ProductMeta__Description .hidden-lap-and-up {
    height: 155px;
    overflow: hidden; }

.ProductMeta__ShareButtons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 18px 0 10px 0; }

.ProductMeta__ShareTitle {
  margin-right: 6px; }

.ProductMeta__ShareList {
  font-size: 0; }

.ProductMeta__ShareItem {
  display: inline-block;
  margin: 0 7px;
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .ProductMeta__ShareItem svg {
    display: block;
    width: 12px;
    height: 12px;
    opacity: 0.6;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  .ProductMeta__ShareItem:hover svg {
    opacity: 1; }

.ProductMeta__ShareItem:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.ProductMeta__ShareItem:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.ProductMeta__ShareItem:nth-child(3) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.ProductMeta__ShareButtons:hover .ProductMeta__ShareItem {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.ProductMeta__ShareButtons:hover .ProductMeta__ShareItem:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }
.ProductMeta__ShareButtons:hover .ProductMeta__ShareItem:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

/* 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 gainsboro;
  border-bottom: 1px solid gainsboro; }
  .Product__QuickNav a {
    display: block;
    padding: 11px 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  .Product__QuickNav a:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }
  .Product__QuickNav svg {
    position: absolute;
    right: 18px;
    top: calc(50% - 5px);
    height: 10px;
    width: 8px; }

.Product__QuickNavWrapper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.Product__QuickNav.is-flipped .Product__QuickNavWrapper {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

@media screen and (min-width: 1008px) {
  .ProductMeta {
    text-align: left; } }
/**
 * ----------------------------------------------------------------------------
 * Product form
 * ----------------------------------------------------------------------------
 */
.ProductForm {
  margin-top: 8px; }
  @media screen and (min-width: 1008px) {
    .ProductForm {
      margin-top: 24px; } }

.ProductForm__Variants {
  margin-bottom: 25px; }

.ProductForm__Option {
  position: relative;
  margin-bottom: 10px;
  max-width: 100%; }
  @media screen and (max-width: 1007px) {
    .ProductForm__Option {
      overflow: hidden; } }

.ProductForm__Option--labelled {
  margin-bottom: 8px; }
  @media screen and (min-width: 1008px) {
    .ProductForm__Option--labelled {
      margin-bottom: 20px; } }
  .ProductForm__Option--labelled.color {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding: 8px 0; }
    @media screen and (min-width: 1008px) {
      .ProductForm__Option--labelled.color {
        padding: 20px 0;
        border: 1px solid gainsboro;
        border-width: 1px 0 0;
        position: relative; } }
    .ProductForm__Option--labelled.color.strap {
      border-width: 0 0 1px;
      padding-top: 0; }
    .ProductForm__Option--labelled.color .ProductForm__Label {
      margin-bottom: 12px; }
  .ProductForm__Option--labelled .ColorSwatchList .strap {
    display: flex; }
    .ProductForm__Option--labelled .ColorSwatchList .strap li.dark-brown {
      order: 1; }
    .ProductForm__Option--labelled .ColorSwatchList .strap li.black {
      order: 2; }
    .ProductForm__Option--labelled .ColorSwatchList .strap li.tan {
      order: 3; }

@media only screen and (min-width: 1008px) {
  .ProductForm__Option--labelled.option-toggle {
    padding: 20px 0;
    border: 1px solid gainsboro;
    border-width: 1px 0 0;
    margin-bottom: -2px;
    background: #fff;
    z-index: 2;
    position: relative; } }
.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 gainsboro;
  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: 14px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 400;
  font-size: 12px;
  flex-basis: 100%; }

.ProductForm__LabelLink {
  float: right;
  text-decoration: underline;
  text-underline-position: under;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 10px;
  position: absolute;
  top: -4px;
  left: 45px;
  color: #e32c2b; }
  .ProductForm__LabelLink svg {
    font-size: 15px; }

.ProductForm__SelectedValue, .colors-available {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 250px;
  color: #e2ac31;
  font-size: 13px; }

.ProductForm__OptionCount {
  float: right;
  margin-right: 14px; }

.ProductForm__Inventory {
  margin-top: 8px;
  font-style: italic; }

.ProductForm__Error {
  margin-top: 10px;
  text-align: center; }

.ProductForm__AddToCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ProductForm__AddToCart.hide {
    display: none; }

/**
 * ----------------------------------------------------------------------------
 * Featured image
 * ----------------------------------------------------------------------------
 */
.Product__FeatureImageWrapper,
.Fits__FeatureImageWrapper {
  overflow: hidden;
  background-size: cover; }

.Product__FeatureImage,
.Fits__FeatureImage {
  height: 415px;
  background-size: cover;
  background-position: center; }
  .Product__FeatureImage.contain,
  .Fits__FeatureImage.contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent; }

@media screen and (min-width: 700px) {
  .Product__FeatureImage,
  .Fits__FeatureImage {
    height: 500px; } }
@media screen and (min-width: 1240px) {
  .Product__FeatureImage,
  .Fits__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: 699px) {
  .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% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; }

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

@keyframes variantSelectorInfoOpeningAnimation {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; }

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

@-webkit-keyframes variantSelectorInfoClosingAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0; } }

@keyframes variantSelectorInfoClosingAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0; } }

.VariantSelector {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: white;
  padding: 24px 0;
  z-index: 10;
  -webkit-box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
  box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  -webkit-transition: visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  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);
  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), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

.VariantSelector[aria-hidden="false"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible; }

.VariantSelector__Item {
  padding: 0 10px;
  width: 60%; }

.VariantSelector__Info {
  position: relative;
  margin: 48px 24px 0 24px; }

.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 gainsboro; }

.VariantSelector__ColorSwatch {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  vertical-align: sub;
  background-size: cover; }

.VariantSelector__ColorSwatch--white {
  outline: 1px solid gainsboro; }

.VariantSelector__ChoicePrice {
  font-size: 13px; }

@media screen and (max-width: 699px) {
  .VariantSelector .flickity-prev-next-button {
    display: none; } }
@media screen and (min-width: 700px) {
  /* 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;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: auto; }

  .VariantSelector[aria-hidden="false"] {
    -webkit-transform: translate(-50%, -50%);
    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: 15px; } }
@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: 700px) {
  .FeaturedProduct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 880px;
    margin: 0 auto; }

  .FeaturedProduct--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .FeaturedProduct__Gallery,
  .FeaturedProduct__Info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    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 {
  width: auto;
  line-height: normal; }
  .shopify-payment-button__more-options[aria-hidden="true"] {
    display: none; }

.shopify-payment-button__more-options:hover:not([disabled]) {
  text-decoration: none; }

/**
 * ----------------------------------------------------------------------------
 * 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-form-title {
    display: none; }
  #shopify-product-reviews .spr-container {
    padding: 0;
    border: none;
    max-width: 950px;
    margin: 0 auto; }
  #shopify-product-reviews .spr-container,
  #shopify-product-reviews .spr-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #shopify-product-reviews .spr-header,
  #shopify-product-reviews .spr-form {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  #shopify-product-reviews .spr-content,
  #shopify-product-reviews .spr-reviews {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  #shopify-product-reviews .spr-form {
    margin: -4px 0 25px 0;
    padding: 0;
    border-top: 0; }
  #shopify-product-reviews .spr-icon {
    font-size: 12px; }
  #shopify-product-reviews .spr-form-input .spr-icon {
    font-size: 16px; }
  #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: '\e800'; }
  #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: 20px 25px;
    border: none;
    margin: 0;
    border-bottom: 1px solid #ccc; }
    @media screen and (min-width: 700px) {
      #shopify-product-reviews .spr-review {
        padding: 0 0 30px 0; } }
  #shopify-product-reviews .spr-review + .spr-review {
    margin-top: 26px; }
  #shopify-product-reviews .spr-starratings {
    color: #223544; }
  #shopify-product-reviews .spr-review-header-byline {
    text-transform: capitalize;
    visibility: hidden; }
    #shopify-product-reviews .spr-review-header-byline strong:first-of-type {
      visibility: visible; }
  #shopify-product-reviews .spr-review-header {
    position: static;
    margin-bottom: 12px;
    margin-right: 20px; }
    @media screen and (min-width: 1008px) {
      #shopify-product-reviews .spr-review-header {
        flex-basis: 20%; } }
  #shopify-product-reviews .spr-review-header-starratings {
    margin-bottom: 0; }
  #shopify-product-reviews .spr-review-header-title {
    font-weight: bold;
    font-size: 18px; }
  #shopify-product-reviews .spr-review-header-byline {
    /*     position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 0; */
    font-style: normal;
    opacity: 1;
    color: #626262; }
    #shopify-product-reviews .spr-review-header-byline strong {
      font-weight: normal; }
  #shopify-product-reviews .spr-review-content {
    margin-bottom: 0; }
    @media screen and (min-width: 1008px) {
      #shopify-product-reviews .spr-review-content {
        flex-basis: 70%; } }
  #shopify-product-reviews .spr-review-reply {
    margin: 18px 0 6px 0;
    padding: 0 0 0 14px;
    background: none;
    border-left: 3px solid gainsboro;
    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%;
    background-color: #efefef !important; }
    @media screen and (max-width: 1007px) {
      #shopify-product-reviews .spr-summary-actions-newreview,
      #shopify-product-reviews .spr-button-primary:not(input) {
        margin-top: -10px;
        width: auto; } }
    #shopify-product-reviews .spr-summary-actions-newreview:hover,
    #shopify-product-reviews .spr-button-primary:not(input):hover {
      background-color: #efefef !important; }
  #shopify-product-reviews input.spr-button-primary {
    border-color: #223544;
    background: #223544;
    color: white;
    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 {
    float: left; }
  #shopify-product-reviews .spr-pagination-next {
    float: right; }
  #shopify-product-reviews .spr-pagination-page {
    display: inline-block;
    padding: 8px 10px; }
  #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: 700px) {
  #shopify-product-reviews {
    margin: 8px 40px 28px 0 !important; }
    #shopify-product-reviews .spr-review-header-title {
      font-size: 22px; }
    #shopify-product-reviews .spr-review-header-byline,
    #shopify-product-reviews .spr-review-content-body {
      font-size: 16px; }
    #shopify-product-reviews .spr-header {
      -ms-flex-item-align: start;
      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: -webkit-box;
      display: -ms-flexbox;
      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: 1240px) {
  #shopify-product-reviews {
    margin: 0 auto !important; } }
.Search {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  background: white;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  z-index: -1; }

.Search[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 99; }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.Search__Form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  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: #626262; }

.Search__Input {
  background: none;
  width: 100%;
  border: none;
  font-size: 17px;
  vertical-align: middle; }
  .Search__Input::-webkit-input-placeholder {
    color: #626262; }
  .Search__Input::-ms-input-placeholder {
    color: #626262; }
  .Search__Input::placeholder {
    color: #626262; }
  .Search__Input::-ms-clear {
    display: none; }

.Search__Close {
  color: #626262;
  font-size: 17px;
  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: 699px) {
  .Search__Results .ProductItem__Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: 700px) {
  .Search__Inner {
    padding: 28px 50px; }

  .Search__Input {
    font-size: 20px; }

  .Search__InputIconWrapper {
    margin-right: 20px; }

  .Search__Close {
    font-size: 18px; }
    .Search__Close svg {
      stroke-width: 1.25px; }

  .Search__Results {
    margin-top: 70px;
    margin-bottom: 48px; } }
@-webkit-keyframes shopTheLookDotKeyframe {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes shopTheLookDotKeyframe {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ShopTheLook {
  z-index: 2; }

.ShopTheLook__Item {
  padding: 0 5px;
  width: calc(100% - 40px);
  -webkit-transition: opacity 0.3s ease-in-out;
  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%;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-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 {
  -webkit-transform: scale(1.5);
  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: 699px) {
  .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 {
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

  .ShopTheLook::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

  .ShopTheLook.is-zoomed::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    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: 700px) {
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 550px; }

  .ShopTheLook__ImageWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

  .ShopTheLook__Image {
    max-height: 100%;
    width: auto; }

  .ShopTheLook__ProductList {
    -webkit-box-flex: 0;
    -ms-flex: none;
    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
 * ----------------------------------------------------------------------------
 */
.mobile-cart-button svg {
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  line-height: 1em; }
.mobile-cart-button .Header__CartCount {
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #e2ac31;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top; }

.sidebar-search {
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.25);
  padding: 20px 0; }
  .sidebar-search .Search__InputIconWrapper {
    color: #fff; }
  .sidebar-search input,
  .sidebar-search input::placeholder {
    color: #fff; }

.SidebarMenu {
  height: 100%;
  background: #223544;
  color: white; }

.SidebarMenu .Heading,
.supports-hover .SidebarMenu .Link--primary:hover {
  color: white; }
  .SidebarMenu .Heading.Search__Input,
  .supports-hover .SidebarMenu .Link--primary:hover.Search__Input {
    font-family: Lato, sans-serif;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #fff; }

.SidebarMenu .Text--subdued {
  color: rgba(255, 255, 255, 0.5); }

.SidebarMenu .Collapsible,
.SidebarMenu .Linklist {
  border-color: rgba(255, 255, 255, 0.25); }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 1px rgba(255, 255, 255, 0.25) inset;
  color: rgba(255, 255, 255, 0.5); }

.SidebarMenu__CurrencySelector,
.SidebarMenu__Social {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0;
  padding: 6px 0; }

.SidebarMenu__CurrencySelector {
  width: 120px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: center;
  font-size: 13px; }
  .SidebarMenu__CurrencySelector .Select {
    display: inline-block; }

/* 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);
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center; } }

.SidebarMenu__CurrencySelector + .SidebarMenu__Social {
  border-left: 1px solid rgba(255, 255, 255, 0.25); }

.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; }

.SidebarMenu .Drawer__Footer::before {
  bottom: 100%;
  height: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 53, 68, 0)), color-stop(40%, rgba(34, 53, 68, 0.6)), to(#223544));
  background-image: linear-gradient(rgba(34, 53, 68, 0), rgba(34, 53, 68, 0.6) 40%, #223544); }

@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; } }
/**
 * ----------------------------------------------------------------------------
 * Slideshow
 * ----------------------------------------------------------------------------
 */
.shopify-section--slideshow {
  position: relative;
  z-index: 0; }

.Slideshow--fullscreen {
  height: 100vh; }

@supports (--css: variables) {
  .js .Slideshow--fullscreen {
    height: calc(var(--window-height) - (var(--header-height) * var(--header-is-not-transparent, 0)) - var(--announcement-bar-height, 0px)); } }
/*  @include av-mq('pocket'){
	.mobile--fullscreen {
  		height: 100vh;
      .Carousel,
     .Carousel .flickity-viewport,
     .Carousel .Carousel__Cell{height: 100%;}
  	}
   .mobile--calculate {
	height:100vh;  
   }

    @supports (--css: variables) {
      .js .mobile--fullscreen {
        height: calc(var(--window-height) - (var(--header-height) * var(--header-is-not-transparent, 0)) - var(--announcement-bar-height, 0px));
      }
      .js .mobile--calculate{
        height: calc(var(--window-height) - (var(--header-height) * var(--header-is-not-transparent, 0)) - var(--announcement-bar-height, 0px) - var(--sale-banner-height, 0px)); 
      }
    }
   
 } */
@supports (--css: variables) {
  .js .Slideshow--fullscreen {
    height: calc(var(--window-height) - (var(--header-height) * var(--header-is-not-transparent, 0)) - var(--announcement-bar-height, 0px)); } }
/* Slideshow transition are handled in JavaScript, so while we use Flickity, we need to disable any transition */
.js .Slideshow__Carousel .Slideshow__Slide {
  -webkit-transition: none;
  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%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.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 only screen and (max-width: 700px) {
  .Slideshow__Content {
    height: 100%; }

  .SectionHeader__ButtonWrapper {
    width: 100%; }

  .Slideshow__Content.Slideshow__Content--bottomCenter .SectionHeader {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-flow: row nowrap;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    padding-bottom: 40px; } }
@media screen and (min-width: 1008px) {
  .Slideshow__Content {
    padding: 0 70px; }

  .Slideshow__Content--middleLeft,
  .Slideshow__Content--bottomLeft {
    text-align: left; }
    .Slideshow__Content--middleLeft .ButtonGroup,
    .Slideshow__Content--bottomLeft .ButtonGroup {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }

  .Slideshow__Content--middleRight,
  .Slideshow__Content--bottomRight {
    text-align: right; }
    .Slideshow__Content--middleRight .ButtonGroup,
    .Slideshow__Content--bottomRight .ButtonGroup {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }

  .Slideshow__Content--bottomLeft,
  .Slideshow__Content--bottomCenter,
  .Slideshow__Content--bottomRight {
    top: auto;
    bottom: 70px;
    left: 0;
    -webkit-transform: none;
    transform: none; }

  .Slideshow__Content--splitBottom {
    top: auto;
    bottom: 0px;
    left: 0;
    -webkit-transform: none;
    transform: none; }

  .Slideshow__Content--splitTop {
    top: 0;
    bottom: auto;
    left: 0;
    -webkit-transform: none;
    transform: none; } }
/**
 * For now testimonials are only used on home page but may be expanded
 */
@-webkit-keyframes testimonialOpening {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes testimonialOpening {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes testimonialClosing {
  from {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  to {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes testimonialClosing {
  from {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  to {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

.Testimonial {
  text-align: center;
  font-size: 20px; }
  .Testimonial .Container {
    white-space: normal;
    padding: 0 20px; }

.Testimonial__Logo {
  margin-top: 54px; }

.js .TestimonialList {
  opacity: 0;
  -webkit-transition: opacity 0s linear 0.5s;
  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;
    -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;
    -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: 699px) {
  .Testimonial__Logo {
    max-width: 110px; } }
@media screen and (min-width: 700px) {
  .Testimonial {
    font-size: 22px; }

  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px; }

  .TestimonialNav__Item {
    margin: 0 25px;
    cursor: pointer;
    opacity: 0.25;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    will-change: opacity; }

  .TestimonialNav__Item.is-selected {
    opacity: 1; } }
@media screen and (min-width: 1240px) {
  .TestimonialNav__Item {
    margin: 0 45px; } }
/**
 * ----------------------------------------------------------------------------
 * For now timeline are only used on home page but may be expanded
 * ----------------------------------------------------------------------------
 */
.Timeline {
  -webkit-box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(54, 54, 54, 0.2);
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  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;
  -webkit-transform: translateX(-50px) scale(1.1);
  transform: translateX(-50px) scale(1.1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-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;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  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;
  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, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }

.Timeline__Header > .SectionHeader__Description {
  -webkit-transform: translateY(50px);
  transform: translateY(50px); }

.Timeline__Item.is-selected {
  opacity: 1;
  pointer-events: auto; }
  .Timeline__Item.is-selected .Timeline__Image {
    -webkit-transform: translateX(0) scale(1.1);
    transform: translateX(0) scale(1.1); }
  .Timeline__Item.is-selected .Timeline__Header > * {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

@media screen and (max-width: 699px) {
  .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: 700px) {
  .Timeline__ListItem {
    max-width: 1230px;
    margin: 0 auto;
    height: 400px;
    text-shadow: none; }

  .Timeline__Item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #eeeeee; }

  .Timeline__ImageWrapper,
  .Timeline__Inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    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 {
    -webkit-transform: translateX(-60px) scale(1.1);
    transform: translateX(-60px) scale(1.1); }

  .Timeline__Inner {
    padding: 34px 40px;
    color: #131516; }

  .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: 13px;
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2em;
  color: #626262;
  background: #eeeeee; }

.Timeline__NavWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.Timeline__NavWrapper--center {
  -webkit-box-pack: center;
  -ms-flex-pack: 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;
  -webkit-transition: all 0.25s ease-in-out;
  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: #131516;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }

.Timeline__NavItem.is-selected {
  font-size: 20px;
  color: #131516; }
  .Timeline__NavItem.is-selected::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

.Timeline__NavLabel {
  display: block;
  line-height: 0; }

@media screen and (min-width: 700px) {
  .Timeline {
    -webkit-box-shadow: none;
    box-shadow: none; }

  .Timeline__Nav {
    margin-top: 40px;
    background: none;
    font-size: 14px; }

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

  .Timeline__NavItem {
    padding-top: 20px;
    padding-bottom: 20px; } }
@media screen and (min-width: 1240px) {
  .Timeline__Nav {
    margin-top: 65px; } }
.three-feature {
  padding: 20px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start; }
  .three-feature .single-feature {
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    flex-basis: calc(33.33% - 20px); }
    .three-feature .single-feature .AspectRatio {
      width: 75px;
      max-width: 75px !important; }
    @media screen and (min-width: 1008px) {
      .three-feature .single-feature {
        justify-content: flex-start;
        text-align: left;
        flex-flow: row nowrap;
        border-right: 1px solid #ddd;
        margin-right: 30px;
        flex-basis: calc(33.33% - 60px); }
        .three-feature .single-feature:last-child {
          border-right: none;
          margin-right: 0; }
        .three-feature .single-feature .AspectRatio {
          max-width: 60px !important;
          width: 60px;
          margin-right: 20px;
          margin-left: 0; } }
    .three-feature .single-feature .single-feature-content {
      margin: 15px 0 0; }
      @media screen and (min-width: 1008px) {
        .three-feature .single-feature .single-feature-content {
          margin: 0; } }
    .three-feature .single-feature .Heading {
      margin-bottom: 0px; }

@media screen and (max-width: 1007px) {
  .shopify-sale-banner.mobile-sticky {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    left: 0;
    bottom: 0; }
  .shopify-sale-banner.mobile-overlay {
    position: absolute;
    width: 100%;
    top: calc(50% - 45px);
    left: 0;
    border: none !important; }
    .shopify-sale-banner.mobile-overlay #homeSale {
      background-color: rgba(226, 172, 49, 0.75) !important; } }
@media screen and (min-width: 1008px) {
  .shopify-sale-banner.desk-sticky {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    left: 0;
    bottom: 0; } }

@media screen and (min-width: 1008px) {
  .desktop-split-layout-wrap {
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: stretch;
    justify-content: center; }
    .desktop-split-layout-wrap .shopify-section--slideshow {
      flex-basis: 66%;
      height: 100%; }
    .desktop-split-layout-wrap .shopify-sale-banner {
      flex-basis: 33%;
      max-width: 33%;
      overflow: hidden; }
      .desktop-split-layout-wrap .shopify-sale-banner #homeSale {
        height: 100%;
        display: flex;
        flex-flow: row wrap;
        align-items: center; } }

.SaleBanner {
  padding: 15px 40px;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px; }
  @media screen and (min-width: 700px) {
    .SaleBanner {
      flex-flow: row nowrap;
      justify-content: space-around; } }
  @media screen and (max-width: 699px) {
    .SaleBanner {
      padding: 10px 20px; } }
  .SaleBanner .font-body {
    font-family: Lato, sans-serif;
    text-transform: none; }
  .SaleBanner .font-heading {
    font-family: nobel, sans-serif; }
  .SaleBanner .sale_col1 {
    justify-self: flex-start; }
  .SaleBanner .sale_col2 {
    justify-self: center; }
  .SaleBanner .sale_col3 {
    justify-self: flex-end; }
  .SaleBanner.columns-1 {
    justify-content: space-between; }
  .SaleBanner.mini {
    padding: 10px 20px;
    font-size: 16px;
    justify-content: space-between; }
    .SaleBanner.mini h4, .SaleBanner.mini p, .SaleBanner.mini .sale-heading {
      display: inline-block; }
    .SaleBanner.mini h4 {
      margin-right: 15px; }
    @media screen and (max-width: 699px) {
      .SaleBanner.mini {
        justify-content: center; } }

.timer-wrap {
  /*   min-width:375px;
    width:45%; */ }
  @media screen and (max-width: 699px) {
    .timer-wrap {
      width: 100%;
      margin-top: 15px;
      min-width: 0; } }
  .mini .timer-wrap, .timer-wrap.mini {
    min-width: 0 !important;
    width: auto !important;
    flex-shrink: 0;
    margin-top: 0; }

.sale-heading {
  text-align: center; }
  .sale-heading h4 {
    margin-bottom: 0; }
  .mini .sale-heading {
    flex-shrink: 1; }

#timer {
  display: flex;
  flex-flow: row nowrap;
  font-family: nobel, sans-serif;
  font-size: 28px;
  justify-content: center;
  min-height: 42px; }
  #timer #days,
  #timer #hours,
  #timer #minutes,
  #timer #seconds {
    opacity: 0; }
  .mini #timer {
    margin-top: 5px;
    font-size: 16px;
    min-height: 38px; }
  @media screen and (min-width: 1008px) {
    #timer {
      font-size: 40px; }
      .mini #timer {
        font-size: 22px; } }
  #timer div {
    padding: 0 10px;
    text-align: center;
    letter-spacing: .25em;
    white-space: nowrap;
    line-height: 1.15em; }
    @media screen and (min-width: 700px) {
      #timer div {
        line-height: 1em; } }
    .mini #timer div {
      padding: 0 5px; }
    #timer div:last-child span {
      padding-right: 5px !important; }
    @media screen and (min-width: 700px) {
      #timer div:last-child span {
        padding-right: 10px !important; } }
  #timer span {
    font-size: 14px;
    height: 17px;
    letter-spacing: normal;
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: bold;
    padding-right: 30px;
    display: block;
    margin-top: -7px;
    margin-bottom: 7px; }
    @media screen and (min-width: 700px) and (max-width: 1007px) {
      #timer span {
        padding-right: 50px; } }
    .mini #timer span {
      padding-right: 20px; }

.tiles {
  background: #eee;
  margin: 30px 0px;
  padding: 0px; }
  @media screen and (min-width: 1008px) {
    .tiles {
      margin: 60px auto;
      padding: 60px;
      max-width: 1800px; } }
  .tiles .single-tile-row {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: flex-start; }
    @media screen and (min-width: 1008px) {
      .tiles .single-tile-row {
        flex-flow: row wrap;
        margin-bottom: 45px;
        justify-content: space-between;
        align-items: stretch; }
        .tiles .single-tile-row:last-child {
          margin-bottom: 0; } }
    @media screen and (max-width: 1007px) {
      .tiles .single-tile-row.has-margin {
        margin-bottom: 20px; }
      .tiles .single-tile-row:last-child .single-tile-content {
        padding-bottom: 0; } }
    .tiles .single-tile-row.reversed {
      flex-flow: row-reverse wrap; }
    .tiles .single-tile-row .single-tile-content,
    .tiles .single-tile-row .tile-link {
      box-sizing: border-box;
      margin: 0;
      max-width: 585px;
      flex-basis: 90%; }
      @media screen and (min-width: 1008px) {
        .tiles .single-tile-row .single-tile-content,
        .tiles .single-tile-row .tile-link {
          flex-basis: calc(33.33% - 30px);
          max-width: none; } }
    @media screen and (max-width: 1007px) {
      .tiles .single-tile-row .tile-link {
        order: 1;
        flex-basis: 100%;
        max-width: none; } }
    .tiles .single-tile-row .single-tile-content {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      padding: 20px;
      text-align: center; }
      @media screen and (max-width: 1007px) {
        .tiles .single-tile-row .single-tile-content {
          padding: 0;
          order: 3;
          max-width: 480px;
          flex-basis: 100%; }
          .tiles .single-tile-row .single-tile-content:last-child {
            padding-bottom: 0; } }

@media only screen and (max-width: 1007px) {
  .tiles {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 12px; }

  .single-tile-row {
    margin-bottom: 12px;
    position: relative; }

  .single-tile-content > div {
    width: 100%; }

  .single-tile-row.mobile--half {
    width: calc(50% - 6px); }

  .single-tile-row.mobile--full {
    width: 100%; }

  .single-tile-row.mobile--half .Button--primary, .single-tile-row.mobile--half .shopify-payment-button__button--unbranded, .single-tile-row.mobile--half #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .single-tile-row.mobile--half .spr-summary-actions-newreview,
  .single-tile-row.mobile--half #shopify-product-reviews .spr-button-primary:not(input),
  #shopify-product-reviews .single-tile-row.mobile--half .spr-button-primary:not(input), .single-tile-row.mobile--half input[type="submit"].jdgm-submit-rev {
    padding: 10px 5px;
    font-size: 10px;
    width: 100%; }

  .single-tile-row.mobile--full .Button--primary, .single-tile-row.mobile--full .shopify-payment-button__button--unbranded, .single-tile-row.mobile--full #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .single-tile-row.mobile--full .spr-summary-actions-newreview,
  .single-tile-row.mobile--full #shopify-product-reviews .spr-button-primary:not(input),
  #shopify-product-reviews .single-tile-row.mobile--full .spr-button-primary:not(input), .single-tile-row.mobile--full input[type="submit"].jdgm-submit-rev {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    padding: 10px 9px;
    font-size: 11px; } }
.half-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start; }
  @media screen and (min-width: 1008px) {
    .half-wrap {
      align-items: stretch; } }
  .half-wrap .pricing-wrap,
  .half-wrap .image-text-wrap {
    flex-basis: 90%; }
    @media screen and (min-width: 1008px) {
      .half-wrap .pricing-wrap,
      .half-wrap .image-text-wrap {
        flex-basis: 50%; } }
  .half-wrap .image-text-wrap {
    background-repeat: no-repeat;
    background-size: 75% auto;
    background-position: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-top: 40px; }
    @media screen and (min-width: 700px) {
      .half-wrap .image-text-wrap {
        background-size: auto 80%;
        background-position: center 15%;
        padding-bottom: 40px;
        padding-right: 40px;
        margin-top: 0; } }
    .half-wrap .image-text-wrap .ButtonGroup {
      display: flex;
      flex-flow: column wrap;
      align-items: flex-end;
      justify-content: flex-end; }
      .half-wrap .image-text-wrap .ButtonGroup .ButtonGroup__Item {
        width: 90%; }
        @media screen and (min-width: 700px) {
          .half-wrap .image-text-wrap .ButtonGroup .ButtonGroup__Item {
            width: 50%; } }
        @media screen and (max-width: 699px) {
          .half-wrap .image-text-wrap .ButtonGroup .ButtonGroup__Item {
            font-size: 12px; } }
    .half-wrap .image-text-wrap .heading {
      max-width: 440px; }
      @media screen and (max-width: 699px) {
        .half-wrap .image-text-wrap .heading {
          margin-bottom: 100px; } }
      .half-wrap .image-text-wrap .heading .HeadingL {
        color: #E2AB31; }

.SidebarMenu__Social .Heading {
  display: none; }

/* What fits */
.shopify-section--what-fits {
  background: #eeeeee;
  padding: 10px 0; }
  @media screen and (min-width: 1008px) {
    .shopify-section--what-fits {
      padding: 10px 0; } }
  .shopify-section--what-fits .what-fits-wrap:after {
    content: '';
    display: block;
    clear: both; }

#horizontal-accordion {
  float: left;
  width: 100%;
  border: 1px solid #777; }
  #horizontal-accordion ul {
    list-style: none;
    padding-left: 0; }
    #horizontal-accordion ul li {
      position: relative; }
    @media screen and (max-width: 1007px) {
      #horizontal-accordion ul {
        display: flex;
        flex-flow: row wrap;
        position: relative;
        height: calc(100vh - 120px); }
        #horizontal-accordion ul li {
          flex-basis: 50%;
          height: 50%;
          position: static; }
          #horizontal-accordion ul li:nth-child(2), #horizontal-accordion ul li:nth-child(1) {
            border-bottom: 1px solid #777; }
          #horizontal-accordion ul li:nth-child(odd) {
            border-right: 1px solid #777; }
        #horizontal-accordion ul[data-count="2"] {
          height: calc(100vh - 300px); }
          #horizontal-accordion ul[data-count="2"] li {
            height: 100%; } }
  #horizontal-accordion .radio-button-label {
    display: block;
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    border-bottom: none;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
    transition: all .5s ease;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding-right: 0px; }
    @media screen and (min-width: 1008px) {
      #horizontal-accordion .radio-button-label {
        padding-bottom: 60px;
        padding-right: 0;
        height: 100vh;
        max-height: 500px;
        width: 25%;
        margin-bottom: 0px;
        border-right: 1px solid #777;
        border-bottom: none;
        transition: width 1s ease, background-color 0.5s ease; } }
    #horizontal-accordion .radio-button-label:hover {
      cursor: pointer; }
    #horizontal-accordion .radio-button-label span {
      position: absolute;
      bottom: 60px;
      white-space: nowrap; }
      @media screen and (max-width: 1007px) {
        #horizontal-accordion .radio-button-label span {
          left: 22px;
          bottom: 12px; }
          #horizontal-accordion .radio-button-label span.extra-long {
            white-space: normal;
            text-align: left; } }
    #horizontal-accordion .radio-button-label .plus {
      display: block;
      text-align: center;
      line-height: 38px;
      border-radius: 100%;
      background: #fff;
      width: 40px;
      height: 40px;
      font-weight: 300;
      color: #979797;
      font-family: Lato, sans-serif;
      border: 1px solid #979797;
      margin: 10px auto;
      position: absolute;
      bottom: 8px; }
      @media screen and (max-width: 1007px) {
        #horizontal-accordion .radio-button-label .plus {
          right: 22px;
          top: 8px;
          bottom: auto;
          width: 20px;
          height: 20px; } }
      #horizontal-accordion .radio-button-label .plus:before, #horizontal-accordion .radio-button-label .plus:after {
        content: '';
        position: absolute;
        transition: .3s;
        background: #777;
        border-radius: 2px; }
      #horizontal-accordion .radio-button-label .plus:before {
        top: 25%;
        bottom: 25%;
        width: 2px;
        left: calc(50% - 1px); }
      #horizontal-accordion .radio-button-label .plus:after {
        left: 25%;
        right: 25%;
        height: 2px;
        top: calc(50% - 1px); }
      #horizontal-accordion .radio-button-label .plus.minus:before, #horizontal-accordion .radio-button-label .plus.minus:after {
        transform: rotate(90deg); }
      #horizontal-accordion .radio-button-label .plus.minus:after {
        left: 50%;
        right: 50%; }
    #horizontal-accordion .radio-button-label img {
      display: block;
      margin: 0 auto;
      transition: all 1s ease-in; }
      @media screen and (min-width: 1008px) {
        #horizontal-accordion .radio-button-label img {
          width: 100%;
          height: calc(100% - 90px);
          object-fit: contain; } }
      @media screen and (max-width: 1007px) {
        #horizontal-accordion .radio-button-label img {
          width: 100%;
          height: auto;
          max-width: 290px; } }
  @media screen and (min-width: 1008px) {
    #horizontal-accordion [data-count="2"] .radio-button-label {
      width: 50%; }
    #horizontal-accordion [data-count="2"] .has_open .is_open.accslide {
      width: calc(100% - (65px * 2)) !important; } }
  #horizontal-accordion .accordion-item:last-child .radio-button-label {
    border-right: none; }
  #horizontal-accordion .has_open .radio-button-label {
    width: 100%; }
    @media screen and (max-width: 1007px) {
      #horizontal-accordion .has_open .radio-button-label {
        height: 65px; }
        #horizontal-accordion .has_open .radio-button-label span {
          left: 22px; } }
    @media screen and (min-width: 1008px) {
      #horizontal-accordion .has_open .radio-button-label {
        width: 65px; }
        #horizontal-accordion .has_open .radio-button-label span {
          left: 22px;
          -webkit-transform: rotate(270deg);
          -moz-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
          -o-transform: rotate(270deg);
          transform: rotate(270deg);
          -webkit-transform-origin: 0 0;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          transform-origin: 0 0; } }
    #horizontal-accordion .has_open .radio-button-label img {
      opacity: 0;
      width: 0;
      height: 0; }
  #horizontal-accordion .accslide {
    display: inline-block;
    height: 0;
    line-height: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    color: #333;
    background: #f9f9f9;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    @media screen and (min-width: 1008px) {
      #horizontal-accordion .accslide {
        height: 100vh;
        max-height: 500px;
        padding: 10px 0;
        float: left;
        width: 0; } }
    @media screen and (max-width: 1007px) {
      #horizontal-accordion .accslide {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
        #horizontal-accordion .accslide img {
          height: 0; } }
  @media screen and (max-width: 1007px) {
    #horizontal-accordion .has_open .is_open.accslide {
      height: 100%;
      line-height: 1.4em; }
      #horizontal-accordion .has_open .is_open.accslide div {
        width: 100%;
        height: 100%; }
      #horizontal-accordion .has_open .is_open.accslide img {
        height: 100%;
        width: 100%;
        object-fit: contain; } }
  @media screen and (min-width: 1008px) {
    #horizontal-accordion .has_open .is_open.accslide {
      width: calc(100% - (65px * 4)); } }
  #horizontal-accordion .has_open .is_open.accslide + .radio-button-label {
    border-right: none; }
  #horizontal-accordion .radio-button-label.hide {
    /*     border:none;
        @include av-mq('pocket'){
          height:0;
          line-height:0;
        }
        @include av-mq('lap-and-up'){
          width:0;
        } */ }
  #horizontal-accordion * {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #horizontal-accordion .accordion-radio-button {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #horizontal-accordion .breakdown {
    position: relative;
    margin: 0px 0px;
    height: 100%;
    text-align: center; }
    @media screen and (min-width: 1008px) {
      #horizontal-accordion .breakdown > div {
        height: 100%; }
      #horizontal-accordion .breakdown img {
        height: 100%;
        width: auto; } }
  #horizontal-accordion .close {
    position: absolute;
    top: 10px;
    right: 30px;
    left: auto; }

.Grid__Break {
  position: relative; }
  @media screen and (max-width: 699px) {
    .Grid__Break {
      width: 100%; } }
  .Grid__Break .inner {
    position: relative;
    background: #e2ac31;
    color: white;
    width: calc(100% - 20px);
    margin: 0 auto;
    min-height: 300px;
    padding: 45px;
    z-index: 1; }
    .Grid__Break .inner .Heading {
      color: white; }
  .Grid__Break:after {
    position: absolute;
    content: '';
    top: 15px;
    width: calc(100% - 40px);
    height: calc(100% + 5px);
    background: #E4DCD9;
    z-index: 0;
    left: 20px; }

.Product__SlideItem.hide,
.Product__SlideshowNavImage.hide {
  display: none !important; }

.reviews-custom #shopify-product-reviews {
  position: relative; }
.reviews-custom .summary-outer {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 0px;
  position: relative; }
  @media screen and (min-width: 1008px) {
    .reviews-custom .summary-outer {
      /*       min-height:900px;  */ } }
.reviews-custom .summary {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 0px;
  max-width: 950px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 700px) {
    .reviews-custom .summary {
      flex-flow: row nowrap;
      justify-content: flex-start;
      padding-bottom: 0; } }
  .reviews-custom .summary .u-h4, .reviews-custom .summary .Rte h4, .Rte .reviews-custom .summary h4 {
    margin: 0; }
.reviews-custom .spr-badge-caption {
  display: none !important; }
.reviews-custom .spr-summary-actions {
  position: absolute;
  top: -100px;
  right: 0px;
  left: 0;
  margin-left: auto;
  width: auto; }
  @media screen and (min-width: 700px) {
    .reviews-custom .spr-summary-actions {
      position: absolute;
      top: -100px;
      right: 5%; } }
.reviews-custom .reviews-snapshot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1; }
.reviews-custom .spr-review {
  justify-content: space-between; }
.reviews-custom .jdgm-all-reviews-widget, .reviews-custom .jdgm-rev-widg {
  border: none !important; }
.reviews-custom .jdgm-rev__icon {
  display: none !important; }
.reviews-custom .jdgm-rev__author-wrapper {
  font-weight: 300 !important; }
.reviews-custom .jdgm-rev__title {
  font-size: 18px; }
  @media screen and (min-width: 700px) {
    .reviews-custom .jdgm-rev__title {
      font-size: 22px; } }

.spr-badge[data-rating="0.0"] {
  display: none; }

#shopify-product-reviews {
  margin: 0 auto 50px auto;
  max-width: 1330px; }

.spr-summary:before, .spr-summary:after,
.spr-container:before,
.spr-container:after,
.spr-header-title:before,
.spr-header-title:after {
  display: none !important; }

.spr-summary {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

.spr-icon {
  display: inline-block;
  margin-right: 4px; }

.ProductMeta .spr-badge-caption {
  display: none !important; }

/* .ProductMeta .jdgm-prev-badge__text{display:none!important;} */
.ProductMeta .jdgm-prev-badge__text {
  font-size: 13px; }

.jdgm-star {
  font-weight: normal !important; }

.ProductMeta .color_title {
  font-size: 14px;
  margin-top: -10px; }
  @media screen and (min-width: 1008px) {
    .ProductMeta .color_title {
      font-size: 16px; } }

.redLarge {
  color: #D62628;
  font-size: 30px;
  line-height: 1em; }
  @media screen and (min-width: 1008px) {
    .redLarge {
      font-size: 36px; } }

.ProductMeta .Price--compareAt {
  margin-left: 0;
  text-decoration: line-through; }
  .ProductMeta .Price--compareAt::before {
    display: none; }

.price-rel {
  position: relative;
  padding-right: 20px; }

.mobile-meta {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 24px; }
  .mobile-meta .price-rel {
    display: none; }
  .mobile-meta .wrap-two {
    flex-shrink: 0; }

.price_info_modal {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  width: 17px;
  border: 1px solid #777;
  border-radius: 100%; }

.msg-show {
  display: inline-block;
  position: absolute;
  border: 1px solid #D62628;
  text-decoration: none;
  border-radius: 2px;
  padding: 10px;
  background: #fff;
  z-index: 1111;
  text-transform: none;
  right: -140px;
  font-size: 12px;
  top: 0;
  width: 150px !important; }

.msg-show:after, .msg-show:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.msg-show:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px; }

.msg-show:before {
  border-color: rgba(214, 38, 40, 0);
  border-right-color: #D62628;
  border-width: 11px;
  margin-top: -11px; }

.CartItem {
  position: relative;
  margin: 15px 0; }
  .CartItem.sub-cart {
    margin: 0; }
    .CartItem.sub-cart .CartItem__PriceList {
      margin-bottom: 0; }
    .CartItem.sub-cart .CartItem__QuantitySelector {
      display: none !important; }
  .CartItem.x {
    border-top: 1px solid #ccc;
    padding-top: 20px; }

.CartItem__Actions {
  font-size: 12px; }
  .CartItem__Actions .CartItem_Remove {
    position: absolute;
    top: 5px;
    right: 0; }

.upsell-customize {
  margin-bottom: 20px;
  opacity: 0;
  transition: all 1s ease-in; }
  .upsell-customize #saveToCart {
    margin-top: 30px; }
  .upsell-customize .checkbox {
    position: relative;
    display: block; }
  .upsell-customize .checkbox input[type="checkbox"],
  .upsell-customize .checkbox input[type="radio"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px; }
  .upsell-customize .checkbox label {
    position: relative; }
  .upsell-customize .checkbox label:not(.ProductForm__Label):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 100%;
    border: 2px solid gainsboro; }
  .upsell-customize .checkbox label:not(.ProductForm__Label):after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    position: absolute;
    top: 12px;
    left: 10px; }
  .upsell-customize .checkbox input[type="checkbox"]:checked ~ label::before,
  .upsell-customize .checkbox input[type="radio"]:checked ~ label::before {
    color: #FFF;
    background-color: #8BC596;
    border-color: #8BC596; }
  .upsell-customize .checkbox input[type="checkbox"]:checked ~ label::after,
  .upsell-customize .checkbox input[type="radio"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1); }
  .upsell-customize .checkbox label.ProductForm__Label {
    margin-bottom: -35px; }
  .upsell-customize .checkbox label:not(.ProductForm__Label) {
    display: block;
    padding-left: 35px;
    margin-bottom: 0;
    line-height: 30px;
    cursor: pointer;
    vertical-align: sub; }
  .upsell-customize .checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .upsell-customize .checkbox input[type="checkbox"]:focus + label::before,
  .upsell-customize .checkbox input[type="radio"]:focus + label::before {
    outline: 0; }

.up-wrap {
  transition: all 0.5s ease; }
  .up-wrap.hide {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0; }

.upadd {
  padding: 0 0 5px;
  margin: 0 0 5px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid gainsboro;
  display: flex;
  justify-content: space-between; }
  .upadd .checkmark {
    color: #8BC596;
    font-size: 26px;
    display: inline-block;
    margin-right: 12px; }
  .upadd .upsell-price {
    color: #626262; }
  .upadd .monogram_val,
  .upadd .initials_val {
    margin-top: 20px;
    display: block;
    width: 80px;
    text-transform: uppercase;
    padding: 10px;
    text-align: center; }
  .upadd .name_val,
  .upadd .back_name_val {
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
    width: auto;
    padding: 10px;
    text-align: center; }
  .upadd .Select {
    margin-top: 20px; }
  .upadd .up-info {
    padding-top: 10px;
    width: 50%;
    min-width: 220px; }
    .upadd .up-info .limit {
      display: block;
      font-size: 11px;
      letter-spacing: 0.05em; }
  .upadd img {
    width: 100%;
    height: auto;
    max-width: 120px; }
  .upadd h5 {
    font-size: 18px;
    margin-bottom: 15px; }

.square-set {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media screen and (min-width: 1008px) {
    .square-set {
      grid-template-columns: 2fr 1fr 1fr; } }
  .square-set.hide {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  .square-set .square-item:first-child {
    grid-column-start: 1;
    grid-column-end: span 2; }
    @media screen and (min-width: 1008px) {
      .square-set .square-item:first-child {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 3; } }

@media screen and (min-width: 1008px) {
  .square-set img {
    transition: all .4s ease-in-out;
    z-index: 1; }

  .square-set img:hover {
    transform: scale(1.01);
    z-index: 2; } }
.light {
  background: #eeeeee; }

#shopify-section-it-takes-time {
  overflow: hidden; }

.handmadeWrap {
  max-width: 1330px;
  padding: 60px 20px 20px;
  position: relative; }
  @media screen and (min-width: 1008px) {
    .handmadeWrap {
      padding: 60px 60px 220px; } }
  .handmadeWrap .heading {
    position: absolute;
    height: 100%;
    width: 70%;
    top: 0;
    left: 38px;
    z-index: 3; }
    @media screen and (min-width: 700px) {
      .handmadeWrap .heading {
        left: 100px;
        width: 50%; } }
    @media screen and (min-width: 1240px) {
      .handmadeWrap .heading {
        left: 120px; } }
    .handmadeWrap .heading .Heading {
      color: #e2ac31;
      font-size: 40px;
      max-width: 600px; }
  .handmadeWrap .imageWrap {
    position: absolute;
    right: 20px;
    top: 60px;
    width: 50%;
    z-index: 2; }
  .handmadeWrap .text {
    padding: 20px 20px 40px 10px;
    margin-top: 180px;
    position: relative;
    width: 100%;
    z-index: 3;
    background: #eeeeee; }
    @media screen and (min-width: 700px) {
      .handmadeWrap .text {
        background: #fff;
        width: 70%;
        z-index: 1;
        margin-top: -40px;
        padding: 200px 200px 50px 60px; } }
  .handmadeWrap .rte {
    font-size: 24px; }
    @media screen and (min-width: 700px) {
      .handmadeWrap .rte p {
        max-width: 60%; } }

.FairPricing {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  @media screen and (min-width: 1008px) {
    .FairPricing .FairDesc {
      flex-basis: 50%; } }
  .FairPricing .key {
    margin-top: 10px; }
    @media screen and (min-width: 1008px) {
      .FairPricing .key {
        margin-top: 50px; } }
    .FairPricing .key .key-item {
      margin-bottom: 10px; }
    .FairPricing .key span {
      display: inline-block;
      veritcal-align: middle; }
    .FairPricing .key .key-color {
      width: 32px;
      height: 32px;
      border: 1px solid #979797;
      margin-right: 20px;
      display: inline-block;
      vertical-align: middle; }
  .FairPricing .FairColumns {
    height: 320px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: flex-end;
    padding: 20px 0 60px;
    flex-basis: 100%; }
    @media screen and (min-width: 700px) and (max-width: 1007px) {
      .FairPricing .FairColumns {
        flex-basis: 80%; } }
    @media screen and (min-width: 1008px) {
      .FairPricing .FairColumns {
        flex-basis: 50%;
        height: 460px;
        padding: 60px 0; } }
    .FairPricing .FairColumns .column {
      position: relative;
      flex-basis: calc(33.33% - 38px);
      height: 100%;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: flex-end; }
      .FairPricing .FairColumns .column .markup-label {
        position: absolute; }
      .FairPricing .FairColumns .column .chart {
        width: calc(100% - 50px);
        min-width: 60px;
        position: absolute;
        bottom: 25px;
        right: 0;
        z-index: 1;
        border: 1px solid #979797; }
      .FairPricing .FairColumns .column .costChart {
        position: absolute;
        display: block;
        bottom: 0px;
        right: 0;
        width: 100%;
        z-index: 2;
        border-top: 1px solid #979797; }
      .FairPricing .FairColumns .column .columnLabel {
        display: block;
        position: absolute;
        top: 100%;
        z-index: 3;
        padding-left: 9%;
        text-align: center; }
        @media screen and (max-width: 1007px) {
          .FairPricing .FairColumns .column .columnLabel {
            font-size: 12px; } }
      .FairPricing .FairColumns .column img {
        position: relative;
        z-index: 3;
        width: 80%;
        min-width: 65px;
        max-width: 120px; }

.ColorSwatchList .hidden-option,
.SizeSwatchList .hidden-option {
  display: none; }

.ColorSwatchList .soldout {
  position: relative; }
  .ColorSwatchList .soldout label:after {
    position: absolute;
    content: '';
    background: #ccc;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    border-radius: 80px; }
  .ColorSwatchList .soldout .SizeSwatch.is-active::after, .ColorSwatchList .soldout .SizeSwatch__Radio:checked + .SizeSwatch,
  .ColorSwatchList .soldout .SizeSwatch {
    color: #cccccc !important; }

.SizeSwatchList .soldout {
  position: relative; }
  .SizeSwatchList .soldout label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://cdn.shopify.com/s/files/1/0712/1227/files/soldout-size-fine.png?v=1604538435");
    background-size: cover; }
  .SizeSwatchList .soldout .SizeSwatch.is-active::after, .SizeSwatchList .soldout .SizeSwatch__Radio:checked + .SizeSwatch,
  .SizeSwatchList .soldout .SizeSwatch {
    color: #cccccc !important; }
@media screen and (min-width: 1008px) {
  .SizeSwatchList .soldout .SizeSwatch:before {
    display: none; }
  .SizeSwatchList .soldout .svg-wrap {
    position: relative;
    z-index: 0; }
  .SizeSwatchList .soldout .svg-wrap:before, .SizeSwatchList .soldout .svg-wrap:after {
    position: absolute;
    content: '';
    background: #ccc;
    display: block;
    width: 110%;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -5%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    border-radius: 80px; }
  .SizeSwatchList .soldout .svg-wrap:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

.ProductForm__Variants[data-option-size="1"][data-option-has-color="true"] .soldout:not(:first-child) {
  display: none !important; }

html.with-featherlight {
  overflow: hidden; }

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  background: rgba(255, 255, 255, 0); }

.featherlight:last-of-type {
  background: rgba(255, 255, 255, 0.6); }

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 45px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal; }

.featherlight .featherlight-inner {
  display: block; }

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0; }

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  width: 100%; }

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  border: 0; }

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }
.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  right: 5px;
  bottom: auto;
  width: 40px;
  height: 40px;
  left: auto;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .8;
  background-image: url(/cdn/shop/t/43/assets/next.png?v=169453842380691946471655919466);
  background-size: 40px auto;
  background-repeat: no-repeat; }

.featherlight-previous {
  left: 5px;
  right: auto;
  background-image: url(/cdn/shop/t/43/assets/previous.png?v=113155722496596590481655919468); }

.featherlight-next:hover,
.featherlight-previous:hover {
  opacity: 1; }

.featherlight-next span,
.featherlight-previous span {
  display: none; }

/* .featherlight-next span {
    right: 5%;
    left: auto
}

.featherlight-next:hover span,
.featherlight-previous:hover span {
    //display: inline-block
} */
.featherlight-first-slide.featherlight-last-slide .featherlight-next,
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-loading .featherlight-next,
.featherlight-loading .featherlight-previous,
.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: none; }

@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: 0 0; }

  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }

  .featherlight-previous {
    left: 10px;
    right: 85%; }

  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }
.TabPanelxx .RoundButton, .TabPanelxx .flickity-prev-next-button, .TabPanelxx .flickity-prev-next-button {
  background: #223544;
  color: white; }

.dcodeOuterWrapper {
  border-top: 1px solid #ccc;
  margin-bottom: 20px; }
  .dcodeOuterWrapper .dcDiscountBox {
    margin-bottom: 0;
    padding: 3px 7px 3px 6px; }

div#dcodeInnerWrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex !important;
  flex-wrap: wrap; }

.template-cart div#dcodeInnerWrapper {
  display: block !important; }

.input-field-reset,
.dcodeButton {
  flex: 1;
  width: auto !important;
  max-width: 40%; }

.dcodeButton {
  padding: 11px 24px;
  height: 42px; }

.input-field-reset {
  font-size: 14px;
  font-family: Lato, sans-serif;
  letter-spacing: normal;
  text-transform: none;
  max-width: 60%; }

input#dcodeInput {
  flex: 1;
  color: black !important;
  padding: 8px;
  max-width: 54%;
  margin-right: 4%; }
  input#dcodeInput::placeholder {
    color: #777777 !important; }
  input#dcodeInput:focus {
    color: black !important; }

#dcodeInfo {
  margin-top: 10px; }

.dcode-discount-label-static {
  display: none; }

#sidebar-menu #dcodeOuterWrapper {
  display: none !important; }

@media screen and (max-width: 1007px) {
  .ProductItem__ColorSwatchList:not(.show-mobile) {
    display: none; } }
/** Carter app custom CSS for Drawer coupon field **/
.carter-margin-field {
  margin-bottom: 5px; }

/* FAQ added handhugs 9/30/19 */
.faq-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center; }
  .faq-list .faq-item {
    padding: 2px 10px; }
    @media screen and (min-width: 1008px) {
      .faq-list .faq-item {
        max-width: 50%; } }
  .faq-list .open-shut {
    cursor: pointer;
    color: #626262; }
    .faq-list .open-shut:hover {
      color: #131516;
      -webkit-text-decoration-color: rgba(19, 21, 22, 0.6);
      text-decoration-color: rgba(19, 21, 22, 0.6); }

.hidden-answer {
  max-width: 650px;
  padding: 0 20px 8px;
  border-bottom: 1px solid gainsboro; }

@media (max-width: 1007px) {
  .sticky-wrapper .og-button {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0px;
    z-index: 12; }
    .sticky-wrapper .og-button.stuck {
      position: relative;
      z-index: 0; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .sticky-wrapper .og-button button {
    padding-bottom: 70px;
    padding-top: 20px; }
  .sticky-wrapper .og-button.stuck button {
    padding-bottom: 14px;
    padding-top: 14px; } }
.large-text-wrap {
  padding: 30px;
  font-size: 28px; }
  @media screen and (min-width: 1008px) {
    .large-text-wrap {
      padding: 60px;
      font-size: 34px; } }
  .large-text-wrap .large-about-text {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; }

.benefits {
  padding: 20px; }
  @media screen and (min-width: 1008px) {
    .benefits {
      margin: 0px;
      padding: 60px; } }
  .benefits .single-tile-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto; }
    @media screen and (min-width: 1008px) {
      .benefits .single-tile-row {
        margin-bottom: 45px;
        justify-content: space-between;
        align-items: stretch; }
        .benefits .single-tile-row:last-child {
          margin-bottom: 0; } }
    @media screen and (max-width: 1007px) {
      .benefits .single-tile-row:last-child .single-tile-content {
        padding-bottom: 0; } }
    .benefits .single-tile-row .single-tile-content,
    .benefits .single-tile-row .tile-link {
      box-sizing: border-box;
      margin: 0;
      max-width: 585px;
      flex-basis: 90%; }
      @media screen and (min-width: 1008px) {
        .benefits .single-tile-row .single-tile-content,
        .benefits .single-tile-row .tile-link {
          flex-basis: calc(33.33% - 30px); } }
    .benefits .single-tile-row .single-tile-content {
      /*       display:flex;
            flex-flow:row nowrap;
            justify-content:center;
            align-items:center; */
      padding: 15px;
      text-align: left; }
      .benefits .single-tile-row .single-tile-content .wrap-fix {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-end; }
      @media screen and (max-width: 1007px) {
        .benefits .single-tile-row .single-tile-content {
          padding: 40px 15px;
          max-width: 480px; }
          .benefits .single-tile-row .single-tile-content:last-child {
            padding-bottom: 0; } }
      .benefits .single-tile-row .single-tile-content .icon {
        width: 50px;
        margin-bottom: 12px;
        margin-right: 12px; }
      .benefits .single-tile-row .single-tile-content h3 {
        flex-basis: calc(100% - 62px);
        margin-bottom: 12px; }
      .benefits .single-tile-row .single-tile-content .rte {
        padding: 0 12px; }
        @media screen and (min-width: 1008px) {
          .benefits .single-tile-row .single-tile-content .rte {
            padding: 0 20px; } }

#section-openings {
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center; }
  @media screen and (min-width: 1008px) {
    #section-openings {
      padding: 60px;
      max-width: 1500px;
      margin: 0 auto; } }
  #section-openings .section-title {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px; }
  #section-openings hr {
    width: 35px;
    margin-left: 0;
    transition: all .2s ease-in;
    border: 1px solid #000; }
  #section-openings h4 {
    margin-bottom: 0; }
  #section-openings .job-listing {
    flex-basis: 100%;
    padding: 20px 20px 60px;
    margin-bottom: 15px;
    background: #EDE9EA;
    transition: all .2s ease-in; }
    #section-openings .job-listing h4 {
      margin-bottom: 0;
      transition: all .2s ease-in; }
    #section-openings .job-listing:hover {
      background: #e2ac31;
      color: white; }
      #section-openings .job-listing:hover hr {
        border-color: white; }
    #section-openings .job-listing:first-child {
      margin-left: 0; }
    @media screen and (min-width: 700px) and (max-width: 1007px) {
      #section-openings .job-listing {
        flex-basis: calc(50% - 15px);
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 30px; }
        #section-openings .job-listing:nth-child(odd) {
          margin-right: 0; } }
    @media screen and (min-width: 1008px) and (max-width: 1239px) {
      #section-openings .job-listing {
        flex-basis: calc(33.33% - 10px);
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 20px; }
        #section-openings .job-listing:nth-child(3n+0) {
          margin-right: 0; } }
    @media screen and (min-width: 1240px) {
      #section-openings .job-listing {
        flex-basis: calc(25% - 7.5px);
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 15px; }
        #section-openings .job-listing:nth-child(4n+0) {
          margin-right: 0; } }
  #section-openings .job_info_link {
    display: block;
    width: 100%;
    height: 100%; }

.job-modal {
  padding-bottom: 50px; }
  .job-modal hr {
    width: 35px;
    margin-left: 0;
    transition: all .2s ease-in;
    border: 1px solid #000; }
  .job-modal h4 {
    margin-bottom: 0; }

#section-gallery {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between; }
  #section-gallery .section-title {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px; }
  #section-gallery .gallery-item {
    flex-basis: calc(50% - 2.5px);
    margin-bottom: 5px; }
    @media screen and (min-width: 700px) and (max-width: 1007px) {
      #section-gallery .gallery-item {
        flex-basis: calc(50% - 2.5px);
        margin-bottom: 5px; } }
    @media screen and (min-width: 1008px) and (max-width: 1239px) {
      #section-gallery .gallery-item {
        flex-basis: calc(33.33% - 3.33px);
        margin-bottom: 5px; } }
    @media screen and (min-width: 1240px) {
      #section-gallery .gallery-item {
        flex-basis: calc(25% - 3.75px);
        margin-bottom: 5px; } }

/*============================================================================
  #FAQs
==============================================================================*/
.page-faq .site-header,
.page-faq .site-header-wrapper {
  background: none;
  transition: background-color .25s ease; }

.faq-header {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 35vh;
  max-height: 400px;
  padding-bottom: 90px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-top: 90px; }
  .faq-header h1 {
    font-family: nobel, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 300;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    margin: 0;
    flex-basis: 100%; }
  .faq-header .ui-autocomplete-input,
  .faq-header #fillSearch {
    vertical-align: middle;
    width: 600px;
    max-width: 90%;
    margin: 20px auto;
    position: relative;
    padding: 15px 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
    border: none;
    -webkit-appearance: none; }
    @media screen and (min-width: 700px) {
      .faq-header .ui-autocomplete-input,
      .faq-header #fillSearch {
        padding: 25px 15px; } }
    .faq-header .ui-autocomplete-input:focus,
    .faq-header #fillSearch:focus {
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 16px; }

.faq-index-wrap {
  flex-basis: 100%;
  margin-top: 10px;
  padding: 20px 0 0 0;
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch; }
  @media screen and (min-width: 700px) {
    .faq-index-wrap {
      border-bottom: 1px solid #ccc;
      justify-content: space-between;
      align-content: center;
      padding: 30px 0 0; } }
  .faq-index-wrap > a {
    max-width: 120px;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    flex-basis: 16.6666%; }
    .faq-index-wrap > a:first-child {
      padding-left: 0; }
    .faq-index-wrap > a:last-child {
      padding-right: 0; }
    .faq-index-wrap > a h3 {
      font-family: nobel, sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-size: 11px;
      text-align: center;
      font-weight: 300; }
      @media screen and (min-width: 1008px) {
        .faq-index-wrap > a h3 {
          font-size: 12px; } }
      @media screen and (min-width: 700px) {
        .faq-index-wrap > a h3 {
          margin-top: 0; } }
    .faq-index-wrap > a img {
      max-width: 80px;
      height: 110px;
      object-fit: contain; }
    @media screen and (max-width: 1007px) {
      .faq-index-wrap > a {
        padding: 0 8px;
        margin: 0 8px;
        flex-basis: calc(33.33% - 16px ); }
        .faq-index-wrap > a img {
          max-width: 40px;
          height: 50px; } }
  .faq-index-wrap .faq-cat {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 8px; }
    @media screen and (min-width: 700px) {
      .faq-index-wrap .faq-cat {
        padding-bottom: 40px;
        margin-bottom: 0; } }
    .faq-index-wrap .faq-cat.active {
      border-bottom: 1px solid #ccc; }
      @media screen and (min-width: 700px) {
        .faq-index-wrap .faq-cat.active {
          border-bottom: none; }
          .faq-index-wrap .faq-cat.active:after, .faq-index-wrap .faq-cat.active:before {
            bottom: -1px;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .faq-index-wrap .faq-cat.active:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #FFF;
            border-width: 35px;
            margin-left: -35px; }
          .faq-index-wrap .faq-cat.active:before {
            border-color: rgba(204, 204, 204, 0);
            border-bottom-color: #CCC;
            border-width: 36px;
            margin-left: -36px; } }

.column {
  max-width: 1060px;
  padding: 0 20px 40px;
  margin: 0 auto; }

.faq-article {
  display: none;
  padding: 12px 0;
  border-bottom: 1px solid #ccc; }
  .faq-article.visible {
    display: block; }
  .faq-article .title {
    position: relative;
    padding: 21px 40px 20px 0;
    cursor: pointer;
    font-family: Lato, sans-serif;
    font-weight: bold; }
    .faq-article .title span {
      position: absolute;
      top: 18px;
      right: 0;
      width: 35px;
      height: 35px; }
      .faq-article .title span.collapse {
        display: none; }
      .faq-article .title span.expand {
        display: block; }
  .faq-article.open .collapse {
    display: block !important; }
  .faq-article.open .expand {
    display: none !important; }
  .faq-article .faq-content {
    display: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 20px; }
    @media screen and (min-width: 1008px) {
      .faq-article .faq-content {
        font-size: 16px; } }
  .faq-article.open .faq-content {
    display: block; }
  .faq-article h5 {
    font-size: 16px;
    margin: 0;
    line-height: 1.4em; }
    @media screen and (min-width: 1008px) {
      .faq-article h5 {
        font-size: 20px; } }

.alt-contact {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  margin-bottom: 40px; }
  @media screen and (min-width: 700px) {
    .alt-contact {
      flex-flow: row nowrap; } }
  .alt-contact .alt-contact-item {
    margin-bottom: 20px;
    text-align: center;
    flex-basis: 100%; }
    @media screen and (min-width: 700px) {
      .alt-contact .alt-contact-item {
        flex-basis: 33.333%;
        margin-bottom: 0; } }
  .alt-contact .alt-contact-item-icon {
    text-align: center; }
    .alt-contact .alt-contact-item-icon svg {
      width: 52px;
      height: auto; }
  .alt-contact .alt-contact-item-label {
    font-size: 15px;
    text-align: center;
    margin: 15px 0; }
    @media screen and (min-width: 700px) {
      .alt-contact .alt-contact-item-label {
        font-size: 22px; } }
  .alt-contact .alt-contact-item-value {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 300; }

.faq-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media screen and (min-width: 700px) {
    .faq-wrap {
      flex-direction: row-reverse; } }

.faq-sidebar {
  box-sizing: border-box;
  padding: 20px;
  flex-basis: 100%; }
  @media screen and (min-width: 700px) {
    .faq-sidebar {
      flex-basis: 25%; } }
  .faq-sidebar input {
    margin-bottom: 15px; }
  .faq-sidebar .bold {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase; }
  .faq-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .faq-sidebar ul li {
      display: block;
      padding: 5px 0; }
      .faq-sidebar ul li .active {
        font-weight: bold;
        color: #e2ac31; }

/*! jQuery UI - v1.11.4 - 2016-02-29
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
  padding: 0px;
  background: #fff;
  border: 1px solid #ccc;
  width: 600px;
  max-width: 80%; }
  .ui-menu a {
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 0.1em; }
  .ui-menu .ui-menu {
    position: absolute; }
  .ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 20px 15px;
    line-height: 1.45em;
    cursor: pointer;
    min-height: 0;
    list-style: none;
    border-bottom: 1px solid #ccc; }
    .ui-menu .ui-menu-item:last-child {
      border-color: transparent;
      margin-bottom: 0; }
    .ui-menu .ui-menu-item:hover {
      background: #f7f7f7; }
  .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.force-one input[type=checkbox]:checked,
.force-one input[type="checkbox"]:checked ~ label {
  pointer-events: none !important; }

.collection-level-reviews .jdgm-widget-actions-wrapper {
  display: none !important; }
.collection-level-reviews .jdgm-histogram {
  display: none !important; }

input[type="submit"].jdgm-submit-rev {
  background: #223544;
  /* color:$button-text-color;
   &:hover{
     background:$button-text-color;
     color:$button-background;
     border:1px solid $button-background;
   } */ }

.jdgm-widget-actions-wrapper {
  margin: 10px 0 !important; }

.jdgm-widget input:not([type='submit']) {
  padding: 3px 8px; }

@media screen and (min-width: 700px) {
  .jdgm-form {
    display: flex;
    flex-flow: row wrap; }
    .jdgm-form .jdgm-form__name-fieldset,
    .jdgm-form .jdgm-form__email-fieldset,
    .jdgm-form .jdgm-form__rating-fieldset,
    .jdgm-form .jdgm-form__title-fieldset {
      flex-basis: 50%; }
    .jdgm-form .jdgm-form__body-fieldset {
      flex-basis: 100%; }
    .jdgm-form .jdgm-form__title-fieldset,
    .jdgm-form .jdgm-form__name-fieldset {
      padding-right: 10px; }
    .jdgm-form .jdgm-form__email-fieldset,
    .jdgm-form .jdgm-form__rating-fieldset {
      padding-left: 10px; }
    .jdgm-form .jdgm-form__rating-fieldset {
      order: 3; }
    .jdgm-form .jdgm-form__title-fieldset {
      order: 2; }
    .jdgm-form .jdgm-form__body-fieldset {
      order: 4; }
    .jdgm-form .jdgm-custom-forms {
      order: 5; }
    .jdgm-form .jdgm-picture-fieldset-title {
      order: 6; }
    .jdgm-form .jdgm-picture-fieldset {
      order: 7;
      flex-basis: 100%; }
    .jdgm-form .jdgm-submit-rev {
      order: 8; } }
.special-gallery-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between; }
  .special-gallery-inner .special-image-tile,
  .special-gallery-inner .special-text-tile {
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px; }
    @media screen and (min-width: 1008px) {
      .special-gallery-inner .special-image-tile,
      .special-gallery-inner .special-text-tile {
        flex-basis: calc(33.33% - 8px);
        margin-bottom: 16px; } }
  .special-gallery-inner .special-text-tile {
    display: flex;
    align-items: center;
    justify-content: center; }
    .special-gallery-inner .special-text-tile div {
      padding: 12px;
      text-align: center; }
    @media screen and (max-width: 1007px) {
      .special-gallery-inner .special-text-tile {
        flex-basis: 100%; } }

#BIS_trigger {
  margin-top: 10px; }

.ProductItem__ColorSwatchList .swiper-container,
.ProductForm__Option .swiper-container,
.color-toggles .swiper-container {
  padding: 5px 0 50px;
  width: 100%;
  margin: 0;
  overflow: hidden; }

.swiper-container {
  overflow: hidden; }

.ProductForm__Option .swiper-container {
  margin-top: 0px; }

.Color_Cell img {
  width: 100%; }

.Color_Cell {
  position: relative;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4); }
  .Color_Cell .soldOut {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 50px;
    height: 50px;
    content: 'Sold Out';
    border: 1px solid #000;
    border-radius: 100%;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
    line-height: 1em;
    display: flex;
    align-items: center;
    font-family: nobel, sans-serif;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    z-index: 2; }
    .Color_Cell .soldOut span {
      display: block;
      margin-top: 2px; }
  .Color_Cell.soldout label::after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url("https://cdn.shopify.com/s/files/1/0712/1227/files/soldout_19c98d4a-cf76-4d36-b2f2-584e38778375.png?v=1604534023");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1em;
    z-index: 1; }
  .Color_Cell.swiper-slide.soldout label::after {
    background-image: none;
    background-color: #ccc;
    background-color: rgba(204, 204, 204, 0.5);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px; }

.newColorSwatch {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent; }
  .newColorSwatch:hover {
    cursor: pointer; }

.ColorSwatch__Radio:checked + .newColorSwatch {
  border-color: #e2ac31; }

.arrow-right {
  position: relative;
  height: 14px;
  width: 60px;
  margin-left: 6px; }

.arrow-right::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  margin-top: -3px;
  margin-left: -3.5px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(-45deg);
  transition: 160ms ease-out 80ms; }

.arrow-right::after {
  content: '';
  position: absolute;
  top: 10px;
  width: 20px;
  height: 1px;
  background-color: black;
  transition: 160ms ease-out 80ms; }

a:hover .arrow-right::before {
  transform: translateX(10px) rotate(-45deg); }

a:hover .arrow-right::after {
  width: 35px; }

.divider {
  margin-bottom: 10px !important;
  margin-top: 0px; }

.divider h3 {
  margin-bottom: 0px; }

.cart-discount-code input[type="text"] {
  font-size: 16px !important; }

.colors_available {
  margin: 0px 0 -20px;
  position: relative;
  z-index: 99;
  padding: 0; }

.shopify-preview-bar {
  display: none !important; }

.colors-available {
  float: right;
  color: #979797;
  text-transform: none;
  letter-spacing: normal;
  font-size: 15px; }

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  width: 10px;
  padding: 0 2px;
  height: 1.4em;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #626262;
  bottom: 14px;
  top: auto; }
.swiper-container .swiper-button-next:focus,
.swiper-container .swiper-button-prev:focus {
  outline: none !important; }
.swiper-container .swiper-button-next:before,
.swiper-container .swiper-button-prev:before {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  bottom: -10px;
  right: auto;
  left: -14px;
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: 0; }
.swiper-container .swiper-button-prev, .swiper-container .swiper-container-rtl .swiper-button-next {
  left: 18px; }
.swiper-container .swiper-button-next {
  right: 18px; }
  .swiper-container .swiper-button-next:before {
    right: -14px;
    left: auto; }
.swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
  font-size: 20px;
  z-index: 2; }
.swiper-container .swiper-button-disabled,
.swiper-container .swiper-button-hidden {
  opacity: 0 !important; }

@media only screen and (max-width: 1007px) {
  .swiper-nav-wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center; }

  .swiper-button-next.tiny,
  .swiper-button-prev.tiny,
  .product-images .swiper-pagination {
    position: relative; }

  .product-images .swiper-pagination-bullet {
    margin: 0 6px; } }
.swiper-button-next.tiny,
.swiper-button-prev.tiny {
  bottom: -2px;
  top: auto;
  padding: 17px;
  height: 18px;
  width: 18px; }

.swiper-button-next.tiny {
  right: 0; }

.swiper-button-prev.tiny {
  left: 0; }

.swiper-button-next.tiny:before,
.swiper-button-prev.tiny:before {
  border-radius: 0;
  border: none;
  width: 100%;
  height: 100%;
  bottom: auto;
  top: 0;
  left: 0; }

.swiper-button-next.tiny:after,
.swiper-button-prev.tiny:after {
  color: #000;
  width: 18px;
  font-size: 18px; }

.product-images img {
  display: block; }

.product-images {
  min-height: 360px; }

@media only screen and (min-width: 1008px) {
  .swiper-button-next.tiny,
  .swiper-button-prev.tiny {
    top: calc(50% - 10px);
    opacity: .45;
    bottom: auto; }

  .swiper-button-next.tiny {
    right: 0; }

  .swiper-button-prev.tiny {
    left: 0; }

  .swiper-button-next.tiny:before,
  .swiper-button-prev.tiny:before {
    background: rgba(0, 0, 0, 0.65); }

  .swiper-button-next.tiny:after,
  .swiper-button-prev.tiny:after {
    color: #fff; } }
.product-images .swiper-lazy-preloader {
  border-color: #f7f7f7;
  border-top-color: transparent;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px; }

.product-images .main .swiper-wrapper {
  padding-bottom: 5px; }

.product-images .swiper-container.thumbs {
  margin-top: 13px; }

.product-images .thumbs .swiper-slide {
  border: 1px solid transparent; }

.product-images .thumbs .swiper-slide-thumb-active {
  border: 1px solid #131516; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px !important; }

.swiper-container .swiper-pagination-bullet {
  border: 1px solid #dcdcdc;
  width: 9px;
  height: 9px;
  background: #fff;
  opacity: 1; }

.swiper-container .swiper-pagination-bullet-active {
  background: black !important;
  border-color: transparent; }

@media only screen and (min-width: 1008px) {
  .product-images .swiper-pagination {
    display: none; }

  .product-images {
    margin: 50px 0 40px 50px; } }
@media only screen and (max-width: 1007px) {
  .swiper-container.thumbs {
    display: none; } }
@media screen and (max-width: 699px) {
  section[data-section-type="background-video"] {
    position: relative;
    z-index: 0; }
    section[data-section-type="background-video"] .ImageHero--large {
      min-height: 380px; } }

.atc-border {
  padding: 10px;
  border: 1px solid gainsboro; }

.discount-message {
  padding: 4px;
  text-align: left;
  margin-bottom: 12px;
  font-family: nobel, sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  text-align: center;
  font-size: 11px;
  line-height: 1.2em; }
  .discount-message h4 {
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 400;
    font-size: 13px;
    flex-basis: 100%; }
  .discount-message p:last-of-type {
    margin-bottom: 0; }
  .discount-message strong {
    font-weight: normal !important;
    font-size: 13px; }
  .discount-message em {
    color: #e2ac31;
    font-style: normal !important; }

.code_msg {
  font-weight: bold;
  display: inline-block;
  padding: 2px 2px;
  margin: 0 2px;
  background: #e2ac31;
  color: white; }

.og_price_msg {
  text-decoration: line-through; }

.newsletter-pop-open-new {
  display: block;
  margin-top: 15px; }

@media screen and (max-width: 1007px) {
  .mobile-meta .star-wrap {
    font-size: 14px; }

  .mobile-meta {
    max-width: 750px;
    margin: 0px auto; }

  .Product__InfoWrapper {
    margin-top: 0px; }

  .mobile-prices-exp {
    font-size: 13px;
    color: #898989;
    text-decoration-line: underline;
    text-decoration-style: initial;
    text-decoration-color: initial;
    text-align: right;
    display: block; }

  .ProductMeta__PriceList {
    text-align: right;
    margin-top: 0px; }

  div.mobile-meta .wrap-one h1 {
    font-size: 16px; }

  div.mobile-meta .wrap-one .jdgm-prev-badge__stars {
    font-size: 12px; }

  div.mobile-meta > div:nth-of-type(2) > div > span:nth-of-type(1) {
    font-size: 16px; }

  div.mobile-meta .wrap-two .ProductMeta__Price {
    font-size: 18px; }

  a.mobile-prices-exp {
    font-size: 12px; }

  div.mobile-meta {
    padding: 10px 24px; } }
.collection-extra-content {
  padding: 30px 50px 30px 30px;
  border-top: 1px solid #ccc; }
  .collection-extra-content h3 {
    font-size: 1.4em;
    margin-bottom: 6px; }
  .collection-extra-content h4 {
    font-weight: bold;
    margin-bottom: 2px; }
  .collection-extra-content a {
    color: #777;
    text-decoration: underline; }
  @media screen and (max-width: 1007px) {
    .collection-extra-content {
      padding: 15px; } }
  .collection-extra-content .innerwrap {
    max-width: 1200px;
    margin: 10px auto; }

.blog-images {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between; }

.blog-images > * {
  flex-basis: calc(50% - 12px);
  display: block;
  margin: 0 !important; }

@media screen and (max-width: 1007px) {
  .blog-images {
    justify-content: center; }

  .blog-images > * {
    flex-basis: 100%; } }
#shopify-section-product-template > section {
  position: relative;
  z-index: 2; }

/* new css for navigation test */
.TargetLinks {
  display: flex;
  display: none;
  width: 100%;
  overflow-x: auto;
  padding: 12px;
  background-color: whitesmoke;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */ }
  .TargetLinks::-webkit-scrollbar {
    display: none; }
  .TargetLinks .TargetLinks__Item.is-selected {
    text-decoration: underline; }

.TargetLinks__Item {
  flex-shrink: 0;
  padding-left: 18px; }

.TargetLinks__Item:last-child {
  padding-right: 30px; }

.LinklistWrap {
  display: none; }

.summary-outer .jdgm-rev__pic-link {
  height: 190px; }

.swiper-collection-text, .shopit {
  color: #777; }

.swiper-collection-title {
  display: block; }

.shopit {
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-top: 1px;
  margin-bottom: 10px; }

.shopit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  margin: 0;
  border-bottom: 1px solid;
  border-bottom-color: #adadad;
  transition: right 0.5s; }

.collection-item:hover .shopit:after {
  right: 0; }

.collection-swiper-new {
  margin-bottom: 20px; }
  .collection-swiper-new .swiper-nav-wrap {
    margin-top: 50px;
    max-width: 110px;
    position: relative;
    margin-bottom: 40px; }
  .collection-swiper-new img {
    width: 100%; }

.collection-swiper-new .swiper-grid {
  flex-flow: row wrap;
  justify-content: space-between; }

.collection-swiper-new .swiper-grid .swiper-slide {
  width: calc(50% - 20px);
  margin-bottom: 40px; }

.swiper-grid img {
  width: 100%; }

@media screen and (min-width: 1008px) {
  .collection-swiper-new .swiper-grid .swiper-slide {
    width: calc(25% - 30px);
    margin-bottom: 0px; } }
#bubble_trigger {
  position: fixed;
  right: 165px;
  bottom: 26px;
  height: 60px;
  z-index: 20 !important; }

.bubble_wrap {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 400px;
  min-height: 50px;
  position: absolute;
  transition: opacity 0.2s ease 0s;
  opacity: 1;
  bottom: 5px;
  left: 5px; }

.bubble_close {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  height: 100%;
  padding: 0px 12px;
  left: 0px;
  z-index: 3;
  cursor: pointer;
  margin-top: 0px;
  margin-left: 0px; }

.bubble_close svg {
  stroke: #1a1a1a;
  stroke-width: 4px;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  vertical-align: middle; }

#bubbleWrapper {
  flex: 1 1 0%;
  width: 100%;
  height: 100%;
  padding: 0px 18px 0px 18px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: none;
  margin-top: 0; }

#bubbleWrapper span {
  letter-spacing: 0px;
  margin: 1.5px 0px;
  text-align: center;
  max-width: 100%;
  text-decoration: none;
  display: block;
  white-space: nowrap; }

.color-swatches-pdp {
  padding-left: 5px !important; }

@media only screen and (min-width: 1008px) {
  .color-swatches-pdp {
    margin: 0 22px !important; } }
.color-swatches-pdp .swiper-slide {
  width: 80px;
  height: 80px; }

.color-swatches-pdp .color {
  width: 80px;
  height: 80px;
  font-size: 0;
  line-height: 0;
  margin: 1px auto;
  text-align: center;
  overflow: visible;
  cursor: pointer;
  position: relative;
  cursor: pointer !important; }

.ProductForm__Option .swiper-button-next-s, .ProductForm__Option .swiper-button-prev-s {
  width: 20px;
  padding: 4px;
  height: 1.4em;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #626262;
  bottom: auto;
  top: calc(50% + 10px); }
  .ProductForm__Option .swiper-button-next-s:focus, .ProductForm__Option .swiper-button-prev-s:focus {
    outline: none !important; }
  .ProductForm__Option .swiper-button-next-s:before, .ProductForm__Option .swiper-button-prev-s:before {
    display: none; }
.ProductForm__Option .swiper-button-prev-s, .ProductForm__Option .swiper-container-rtl .swiper-button-next-s {
  left: 0; }
.ProductForm__Option .swiper-button-next-s {
  right: 0px; }
.ProductForm__Option .swiper-button-next-s:after, .ProductForm__Option .swiper-button-prev-s:after {
  font-size: 20px;
  z-index: 2;
  color: #000; }
.ProductForm__Option .swiper-button-disabled,
.ProductForm__Option .swiper-button-hidden {
  opacity: 0 !important; }

.ProductForm__Option--labelled.color.color-thumbs {
  padding-bottom: 0;
  margin-bottom: 10px; }

.color-thumbs.ProductForm__Option .swiper-container {
  padding-bottom: 10px; }

.product-images.loading {
  position: relative;
  opacity: 0.5; }

.product-images.loading .swiper-container {
  opacity: 0.5; }

.product-images.loading .swiper-lazy-preloader {
  border-color: #223544;
  border-top-color: transparent; }

.product-images {
  transition: opacity 0.5s ease-in-out; }

.color-stack {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start; }

.color-stack > .swiper-slide-stack {
  flex-basis: calc(20% - 4px);
  margin: 2px;
  box-shadow: none !important;
  -webkit-box-shadow: none;
  border: 1px solid #ccc; }

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

.press-header h1 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 22px; }

.press-header h3 {
  padding: 8px;
  display: block;
  background: #EEEEEE;
  text-align: center;
  width: 100%; }

.press-header h3 span {
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.press-item h4 span {
  font-style: italic; }

.press-index-wrap {
  margin: 20px 0; }

.press-meta p {
  margin-bottom: 0; }

.press-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px; }

.press-logo {
  max-width: 200px;
  margin-left: 15px; }

.press-meta {
  flex-shrink: 1; }

@media only screen and (max-width: 1007px) {
  .press-item {
    justify-content: center;
    flex-flow: row wrap; }

  .press-meta,
  .press-logo {
    flex-basis: 100%;
    text-align: center; } }
/* new atc messaging style from Google Optimize Test - 9/2021 - */
.discount-message strong {
  font-size: 24px;
  font-weight: 300 !important; }

.og_price_msg {
  display: inline-block;
  margin-right: 12px; }

.your_price_msg {
  color: #d72628; }

.code_msg {
  padding: 3px 6px;
  margin: 0px 6px;
  background: #d72628;
  font-weight: 900 !important; }

@media only screen and (max-width: 1007px) {
  .code_msg {
    padding: 3px 15px; } }
@media only screen and (max-width: 365px) {
  .discount-message strong {
    font-size: 20px; } }
.atc-border {
  padding-top: 15px; }

#autoapply-code-xx > p:nth-of-type(1) > strong {
  line-height: 29px; }

.PageContent .returnzap .ui.primary.buttons .button,
.PageContent .returnzap .ui.primary.button {
  background-color: black !important; }

.PageContent .returnzap .ui.primary.buttons .button:hover,
.PageContent .returnzap .ui.primary.button:hover {
  background-color: #777777 !important; }

/* Reviews added Hand Hugs 9/2021 */
.review-wrap {
  padding: 30px 20px; }

.review__parent {
  padding: 0;
  /*        padding-left:30px; */
  overflow: hidden; }

.review__header {
  width: 100%;
  text-align: center;
  z-index: 2; }

.review__wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 10px 50px;
  position: relative; }

.review__text {
  font-family: nobel, sans-serif; }

.review__text svg {
  width: 17px;
  height: 17px;
  display: inline-block; }

.review__text .h2 {
  margin: 15px 0 20px !important; }

@media only screen and (max-width: 1007px) {
  .review__text {
    order: 2;
    padding: 20px 10px;
    min-height: 230px; }

  .review__image {
    order: 1;
    width: 100%; }

  .review__text .u-h3, .review__text .Rte h3, .Rte .review__text h3 {
    font-size: 18px;
    text-transform: none;
    letter-spacing: normal; }

  .review__button {
    order: 3; } }
@media only screen and (min-width: 1008px) {
  .swiper-slide-active .review__wrap:after {
    width: 7%;
    background: linear-gradient(to top left, transparent calc(50% - 2px), #223444, transparent calc(50% + 2px));
    content: '';
    position: absolute;
    right: -6%;
    top: calc(50% - 125px);
    height: 250px; }

  .review__parent {
    /*          padding-left:64px;  */ }

  .review__wrap {
    align-items: stretch;
    justify-content: center;
    padding: 20px 40px 20px 20px; }

  .review__text {
    flex-basis: 60%;
    padding: 17px 40px 17px 0;
    margin-left: -20px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start; }

  .review__image {
    flex-basis: 40%;
    position: relative;
    z-index: 4; }

  .review__image img {
    z-index: 4; }

  .review__button {
    position: absolute;
    bottom: 20px;
    right: 60px;
    padding: 8px !important;
    z-index: 99; }

  .swiper-container-horizontal > .swiper-pagination-bullets.reviews-pagination {
    width: 40%;
    bottom: 60px;
    left: 0; } }
.relative {
  position: relative; }

.press-logo-foot {
  padding: 20px 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.press-logo-rev {
  flex-basis: calc(50% - 30px); }

@media only screen and (min-width: 1008px) {
  .press-logo-foot {
    flex-flow: row nowrap; }

  .press-logo-rev {
    flex-basis: calc(25% - 80px); } }
.review__parent hr {
  border-width: 2px;
  border-color: #223444;
  border-radius: 2px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

/* mobile nav changes from Optimize test - 10/2021 */
@media only screen and (max-width: 1008px) {
  .drawer-icons-new .Header__CartCount {
    position: absolute;
    right: -10px;
    background: #daad4b;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
    display: none; }

  .drawer-icons-new .Header__CartCount.is-visible {
    display: block; }

  .drawer-icons-new {
    position: absolute;
    top: calc(50% - 12px);
    margin-left: 8px;
    line-height: 0;
    right: 70px; }

  .drawer-icons-new.cart {
    right: 30px;
    top: calc(50% - 14px); }

  .drawer-icons-new svg {
    width: auto;
    height: 24px; }

  .drawer-icons-new.cart svg {
    height: 28px; }

  .newsletter-pop-open-new {
    /*   position : absolute;
      bottom : 0px; */
    padding: 20px 12px;
    background: #2d4d64;
    width: calc(100% + 42px);
    margin-left: -18px;
    /*   left : 0px; */ }

  .sidebar-search {
    border: none;
    padding: 10px 0 0 !important;
    /*   margin-top:-20px; */ } }
.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.swiper-wrapper {
  -webkit-transform-style: preserve-3d; }

.link-to-ap {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #000;
  text-align: center; }

.link-to-ap h3:after {
  content: '';
  display: block;
  width: 40px;
  border-top: 1px solid #000;
  margin: 10px auto 0; }

.link-to-ap .Button, .link-to-ap .shopify-payment-button__button--unbranded, .link-to-ap #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .link-to-ap .spr-summary-actions-newreview,
.link-to-ap #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .link-to-ap .spr-button-primary:not(input), .link-to-ap #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .link-to-ap input.spr-button-primary, .link-to-ap #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .link-to-ap .spr-pagination-prev > a,
.link-to-ap #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .link-to-ap .spr-pagination-next > a, .link-to-ap input[type="submit"].jdgm-submit-rev {
  color: #223544;
  border-color: #223544; }

.link-to-ap .Button:before, .link-to-ap .shopify-payment-button__button--unbranded:before, .link-to-ap #shopify-product-reviews .spr-summary-actions-newreview:before, #shopify-product-reviews .link-to-ap .spr-summary-actions-newreview:before,
.link-to-ap #shopify-product-reviews .spr-button-primary:not(input):before,
#shopify-product-reviews .link-to-ap .spr-button-primary:not(input):before, .link-to-ap #shopify-product-reviews input.spr-button-primary:before, #shopify-product-reviews .link-to-ap input.spr-button-primary:before, .link-to-ap #shopify-product-reviews .spr-pagination-prev > a:before, #shopify-product-reviews .link-to-ap .spr-pagination-prev > a:before,
.link-to-ap #shopify-product-reviews .spr-pagination-next > a:before,
#shopify-product-reviews .link-to-ap .spr-pagination-next > a:before, .link-to-ap input[type="submit"].jdgm-submit-rev:before {
  background-color: #B9BFC6; }

/* Altering css of discount entry in cart  - Hand Hugs */
.scDiscount input[type="text"], .sc_simple-container .sc_code-btn input[type="button"] {
  text-transform: uppercase;
  line-height: 2;
  font-family: nobel, sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px; }

@media only screen and (max-width: 1007px) {
  /* Altering css of discount entry in cart  - Hand Hugs */
  .scDiscount input[type="text"], .sc_simple-container .sc_code-btn input[type="button"] {
    font-size: 16px;
    letter-spacing: normal; } }
.scDiscount input[type="text"]::placeholder {
  text-transform: uppercase; }

.sc_simple-info .sc_simple-info__row, .sc_simple-info .sc_simple-info__tag {
  margin-bottom: 0px; }

.sc_simple-info .sc_simple-info__row:last-of-type {
  display: none; }

.sc_simple-info {
  font-size: 14px;
  text-transform: uppercase; }

.sc_simple-info .sc_reduced .code {
  display: none; }

.sc_simple-info .sc-tag {
  margin: 0px; }

.dcodeappchsubtotal {
  display: flex;
  align-items: center; }

.dcodeappchsubtotal s, .dcodeappchsubtotal .Button__SeparatorDot {
  display: none; }

.sc_simple-info .sc_code-info {
  font-size: 1.25em;
  color: #e2ac31; }

.sc_simple-info .subtotal {
  font-size: 1.25em;
  margin-top: 0.5em;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sc_simple-info .subtotal + .subtotal {
  display: none !important; }

#sidebar-cart .Cart__Checkout {
  margin-top: 0.5em; }

.Cart .Drawer__Footer {
  padding-bottom: 10px; }

.ColorSwatchList .ColorSwatch:hover:before {
  content: attr(data-tooltip);
  color: #000;
  text-align: center;
  position: absolute;
  height: 20px;
  font-size: 12px;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

@media only screen and (max-width: 1007px) {
  .ColorSwatchList .HorizontalList__Item {
    padding-bottom: 7px; } }
.fs-entry__detail .fs-tag-detail .fs-tag-arrow {
  display: none !important; }

/* SHOP BY COLOR 1/12/21 -*/
.shop-by-color-swatch-wrap {
  text-align: center;
  width: 60px;
  position: relative;
  line-height: 1.1em;
  margin-bottom: 0;
  padding-bottom: 25px;
  position: relative; }

.shop-by-color-swatch {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block; }

.shop-by-color-swatch-wrap[data-color]:after {
  content: attr(data-color);
  color: #000;
  text-align: center;
  position: absolute;
  height: 20px;
  font-size: 12px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.flex-color {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between; }

.flex-color .MegaMenu__Item:not(.color_parent) {
  flex-basis: 40px;
  margin: 5px 0; }

.flex-color .shop-by-color-swatch {
  width: 40px;
  height: 40px; }

.flex-color .MegaMenu__Item--fit.color_parent {
  text-align: left; }

.flex-color .MegaMenu__Item--fit.color_parent:after {
  display: none; }

/* Test for by color */
.Collapsible.by-color {
  overflow: visible; }

.Collapsible.by-color [aria-expanded="true"] {
  background: #fff;
  width: calc(100% + 60px);
  margin-left: -30px;
  padding-left: 30px;
  color: #131516; }

.Collapsible.by-color [aria-expanded="true"] .Collapsible__Plus {
  right: 30px; }

.Collapsible.by-color [aria-expanded="true"] + .Collapsible__Inner {
  background: #fff;
  width: calc(100% + 60px);
  margin-left: -30px;
  padding-left: 30px;
  color: #131516;
  padding-right: 30px; }

/* HIDING 'infographic' alt text thumbnails on PDP' ... even tho i think its a bad idea */
.thumbs [data-alt-info*="infographic"] {
  display: none !important; }

/* Upsell */
.CartItem.Upsell {
  margin-top: -70px; }

.CartItem.Upsell .Button.toggle-upsell, .CartItem.Upsell .toggle-upsell.shopify-payment-button__button--unbranded, .CartItem.Upsell #shopify-product-reviews .toggle-upsell.spr-summary-actions-newreview, #shopify-product-reviews .CartItem.Upsell .toggle-upsell.spr-summary-actions-newreview,
.CartItem.Upsell #shopify-product-reviews .toggle-upsell.spr-button-primary:not(input),
#shopify-product-reviews .CartItem.Upsell .toggle-upsell.spr-button-primary:not(input), .CartItem.Upsell #shopify-product-reviews input.toggle-upsell.spr-button-primary, #shopify-product-reviews .CartItem.Upsell input.toggle-upsell.spr-button-primary, .CartItem.Upsell #shopify-product-reviews .spr-pagination-prev > a.toggle-upsell, #shopify-product-reviews .CartItem.Upsell .spr-pagination-prev > a.toggle-upsell,
.CartItem.Upsell #shopify-product-reviews .spr-pagination-next > a.toggle-upsell,
#shopify-product-reviews .CartItem.Upsell .spr-pagination-next > a.toggle-upsell, .CartItem.Upsell input.toggle-upsell[type="submit"].jdgm-submit-rev {
  z-index: 0; }

.Upsell .CartItem__Actions {
  justify-content: flex-start; }

.Upsell .CartItem__Image {
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.14); }

.Button.toggle-upsell, .toggle-upsell.shopify-payment-button__button--unbranded, #shopify-product-reviews .toggle-upsell.spr-summary-actions-newreview,
#shopify-product-reviews .toggle-upsell.spr-button-primary:not(input), #shopify-product-reviews input.toggle-upsell.spr-button-primary, #shopify-product-reviews .spr-pagination-prev > a.toggle-upsell,
#shopify-product-reviews .spr-pagination-next > a.toggle-upsell, input.toggle-upsell[type="submit"].jdgm-submit-rev {
  cursor: pointer;
  margin-left: 115px; }

@media only screen and (min-width: 700px) {
  .Button.toggle-upsell, .toggle-upsell.shopify-payment-button__button--unbranded, #shopify-product-reviews .toggle-upsell.spr-summary-actions-newreview,
  #shopify-product-reviews .toggle-upsell.spr-button-primary:not(input), #shopify-product-reviews input.toggle-upsell.spr-button-primary, #shopify-product-reviews .spr-pagination-prev > a.toggle-upsell,
  #shopify-product-reviews .spr-pagination-next > a.toggle-upsell, input.toggle-upsell[type="submit"].jdgm-submit-rev {
    margin-left: 145px; } }
.item-upsell {
  position: relative;
  text-align: left;
  margin-top: 15px;
  padding: 10px 10px;
  z-index: 9;
  display: none;
  background: #f7f7f7; }

.item-upsell:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(247, 247, 247, 0);
  border-bottom-color: #f7f7f7;
  border-width: 12px;
  margin-left: -12px; }

.item-upsell select {
  width: 100%;
  height: 25px;
  font-size: 13px;
  padding-right: 52px; }

.item-upsell button[disabled] {
  background: #ccc;
  color: #fff; }

.item-upsell .CartItem__Title {
  font-size: 12px;
  margin-bottom: 2px;
  margin-top: 6px;
  padding-right: 12px; }

.item-upsell .CartItem__Meta, .item-upsell .CartItem__LinePriceList {
  font-size: 12px; }

.item-upsell .CartItem__PriceList {
  margin-bottom: 5px; }

.item-upsell .Icon--close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  pointer-events: auto; }

.SizeSwatchList.HorizontalList--spacingTight .HorizontalList__Item:first-child {
  margin-left: 0; }

.size-link {
  text-decoration: underline;
  float: right; }

.size-link-alt-wrap {
  display: flex;
  align-items: center;
  padding-top: 5px;
  font-size: 13px; }

/* .size-link-alt{text-decoration:underline;}
.size-link-alt-wrap,
.size-link{display:none;} */
.returns-portal-special {
  min-height: 370px; }

/* Tabs - hh added 2/23/22 */
.tabs {
  position: relative;
  width: 100%;
  height: calc(100% - 70px);
  margin-top: 0px;
  /*   padding-top:10px;
    border-top:1px solid #dcdcdc; */ }

.tabs .content section {
  display: none;
  animation-name: content;
  animation-direction: normal;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  line-height: 1.65;
  position: relative;
  min-height: 150px; }

@media screen and (min-width: 960px) {
  .tabs {
    height: auto; } }
.tabs input[name="tab-control"] {
  display: none; }

.tabs .content section h2,
.tabs ul li label {
  font-weight: 400; }

.tabs > ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-left: 0; }

.tabs > ul li {
  box-sizing: border-box;
  flex: 1;
  width: 33.33%;
  padding: 0 5px;
  text-align: center; }

.tabs > ul li label {
  transition: all 0.3s ease-in-out;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none; }

.tabs > ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #dcdcdc; }

.tabs .slider {
  position: relative;
  /* 	width: 25%; */
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  z-index: 2; }

.tabs .content:before {
  content: "";
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: -31px; }

.tabs .slider .indicator {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 2px;
  background: #000;
  border-radius: 1px;
  z-index: 2; }

.tabs .content {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch; }

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #000; }

@media screen and (max-width: 1007px) {
  .tabs .content span.caps {
    font-size: 0.8em; }

  .large_text {
    font-size: 14px; }

  .large_text img, .tab_flex img {
    margin-right: 10px;
    height: 50px;
    width: 50px; }

  .tabs .content table th, .tabs .content table td {
    padding: 5px 8px; }

  .tab_flex {
    font-size: 14px;
    margin: 15px 0;
    padding: 0 10px; }

  .warranty_wrap {
    margin: 15px 0;
    display: flex;
    flex-flow: row wrap;
    padding: 0 10px;
    align-items: flex-start;
    justify-content: center;
    min-height: none; }

  .warranty_wrap > div:first-child {
    margin-right: auto;
    margin-left: auto; }

  .warranty_wrap img {
    max-width: 150px; } }
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%); }

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block !important; }

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #000; }

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%); }

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block !important; }

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #000; }

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%); }

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block !important; }

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #000; }

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%); }

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block !important; }

@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%); }

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

@media screen and (max-width: 959px) {
  .tabs ul li label {
    white-space: initial; }

  .tabs ul li label br {
    display: initial; }

  .tabs ul li label svg {
    height: 1.5em; } }
@media screen and (max-width: 1007px) {
  .tabs ul li label {
    font-size: 14px; }

  .tabs th {
    font-size: 14xpx; } }
.please-note {
  border-top: 1px solid #dcdcdc;
  font-style: italic;
  font-size: .9em;
  padding-top: 12px;
  margin-top: 12px; }

/* code for the test */
/* .og-description-area,
.Product__Aside{display:none;}
@include av-mq('lap-and-up') {
.Product__Wrapper{
  display:flex;
  flex-flow:row wrap;
  max-width:none;
  align-items:flex-start;
  justify-content:space-between;
}
.Product{margin-bottom:0;}
.product-photos-new{
  width:calc(100% - 535px);
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height);
  margin-bottom:10px;
}
.Product__InfoWrapper{
  position:relative; 
  width:535px;
  flex-shrink:1;
  top:0!important; 
  margin-bottom:50px;
}
.Product__InfoWrapper{position:relative;}
}
@media only screen and (min-width:1240px){
 .product-photos-new{
   width:calc(100% - 580px); 
 }
 .Product__InfoWrapper{
   width:580px; 
 }
}
@media only screen and (min-width:1500px){
  .product-photos-new{
   width:calc(100% - 520px); 
 }
  .Product__InfoWrapper{
   width:520px; 
 }
} */
.description-tabs {
  display: none; }

/* AP logo on collection pages */
.ap-logo-list svg {
  width: 28px;
  height: 28px;
  margin-top: 0; }

.ap-logo-list {
  width: 50px;
  height: 50px;
  top: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.6); }

/* Fix product page layout */
@media only screen and (min-width: 1008px) {
  .Product__Wrapper {
    max-width: none;
    display: grid;
    grid-template-columns: calc(100% - 535px) 535px;
    grid-auto-rows: minmax(100px, auto); }

  .Product {
    margin-bottom: 0px; }

  .ProductMeta__Description {
    margin-bottom: 30px; }

  .product-photos-new {
    margin-bottom: 10px;
    grid-column: 1 / 1;
    grid-row: 1; }

  .Product__InfoWrapper {
    margin-bottom: 50px;
    position: relative;
    top: 0px !important;
    grid-column: 2;
    grid-row: 1 / 5; }

  .Product__Aside {
    grid-column: 1;
    grid-row: 2 / 5; }

  .Product__Tabs {
    margin-top: 0; } }
@media only screen and (min-width: 1240px) {
  .Product__Wrapper {
    grid-template-columns: calc(100% - 585px) 585px; } }
@media only screen and (min-width: 1500px) {
  .Product__Wrapper {
    grid-template-columns: calc(100% - 520px) 520px; } }
/* Carousel Upsell - launched 3/31/22 */
.CarouselTest {
  display: block !important; }

.upsell-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px; }

.upsell-image {
  flex-basis: 40%; }

.upsell-info {
  padding: 12px;
  flex-basis: 60%;
  font-size: 15px; }

.toggle-upsell.hidden {
  display: none; }

.upsell-nav .swiper-button-prev {
  left: -5px;
  width: 55px;
  height: 40px;
  background-size: 13px;
  padding: 0px;
  border-radius: 0px;
  top: 50%; }

.upsell-nav .swiper-button-next {
  right: -5px;
  width: 55px;
  height: 40px;
  background-size: 13px;
  padding: 0px;
  border-radius: 0px;
  top: 50%; }

#sidebar-cart .Drawer__Container:not(.Drawer__Header) {
  padding-left: 0px;
  padding-right: 0px; }

.Upsell {
  overflow-x: hidden;
  overflow-y: hidden; }

.cart-upsell-wrapper {
  margin-top: 0px;
  margin-bottom: 12px;
  padding: 8px 0px;
  display: none;
  position: relative;
  z-index: 9; }

.cart-upsell-wrapper .h4::after {
  position: relative;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #cccccc;
  margin: 10px auto 0px auto;
  display: block; }

.cart-upsell-wrapper .Button, .cart-upsell-wrapper .shopify-payment-button__button--unbranded, .cart-upsell-wrapper #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .cart-upsell-wrapper .spr-summary-actions-newreview,
.cart-upsell-wrapper #shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .cart-upsell-wrapper .spr-button-primary:not(input), .cart-upsell-wrapper #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .cart-upsell-wrapper input.spr-button-primary, .cart-upsell-wrapper #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .cart-upsell-wrapper .spr-pagination-prev > a,
.cart-upsell-wrapper #shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .cart-upsell-wrapper .spr-pagination-next > a, .cart-upsell-wrapper input[type="submit"].jdgm-submit-rev {
  margin-top: 4px; }

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

.cart-upsell-wrapper .swiper-container .swiper-button-prev::before {
  left: 10px;
  bottom: 0px; }

.cart-upsell-wrapper .swiper-container .swiper-button-next::before {
  right: 10px;
  bottom: 0px; }

.CartItemWrapper.isParent {
  padding-top: 0px;
  padding-bottom: 12px;
  overflow-x: visible;
  overflow-y: visible; }

.CartItemWrapper.isParent .CartParent {
  padding: 35px 0px;
  margin: 0px; }

.CartItemWrapper.isParent .x {
  padding-bottom: 16px; }

.CartItem.Upsell {
  margin-top: -45px;
  display: none; }

.Cart .Drawer__Container .CartItemWrapper.isParent .CartParent.x {
  padding-left: 30px;
  padding-right: 30px; }

.CartItem__Actions .CartItem_Remove {
  right: 30px; }

.CartItem.Upsell .Button.toggle-upsell, .CartItem.Upsell .toggle-upsell.shopify-payment-button__button--unbranded, .CartItem.Upsell #shopify-product-reviews .toggle-upsell.spr-summary-actions-newreview, #shopify-product-reviews .CartItem.Upsell .toggle-upsell.spr-summary-actions-newreview,
.CartItem.Upsell #shopify-product-reviews .toggle-upsell.spr-button-primary:not(input),
#shopify-product-reviews .CartItem.Upsell .toggle-upsell.spr-button-primary:not(input), .CartItem.Upsell #shopify-product-reviews input.toggle-upsell.spr-button-primary, #shopify-product-reviews .CartItem.Upsell input.toggle-upsell.spr-button-primary, .CartItem.Upsell #shopify-product-reviews .spr-pagination-prev > a.toggle-upsell, #shopify-product-reviews .CartItem.Upsell .spr-pagination-prev > a.toggle-upsell,
.CartItem.Upsell #shopify-product-reviews .spr-pagination-next > a.toggle-upsell,
#shopify-product-reviews .CartItem.Upsell .spr-pagination-next > a.toggle-upsell, .CartItem.Upsell input.toggle-upsell[type="submit"].jdgm-submit-rev {
  margin-right: 30px; }

/* rewards page */
.rewards-slider-header {
  background: #EEECEC;
  padding: 25px 0;
  text-align: center;
  letter-spacing: 0.075em;
  position: relative; }

.rewards-slider-header:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #EEECEC;
  border-width: 30px;
  margin-left: -30px; }

.rewards-slider-header .u-h1, .rewards-slider-header .Rte h1, .Rte .rewards-slider-header h1 {
  margin-bottom: 0; }

.rewards-slider-header h4 {
  font-family: nobel, sans-serif;
  font-style: italic;
  font-size: 30px;
  font-weight: 300; }

.reward_wrap {
  max-width: 950px;
  margin: 10px auto;
  position: relative;
  padding-top: 20px; }

.reward_image {
  position: relative;
  z-index: 2; }

.rewards_text {
  width: 100%;
  padding: 15px 0; }

.rewards_text h3 {
  font-family: nobel, sans-serif;
  font-size: 30px;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 300; }

@media only screen and (min-width: 1008px) {
  .rewards_text h3 {
    font-size: 50px; } }
.rewards_star {
  position: absolute;
  line-height: 1em;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 140px;
  height: 140px;
  background-width: 100% auto;
  background-postion: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 360'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ebbd4b;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M328.41,180c0,14-38.74,21.68-42.84,34.31-4.24,13.08,22.42,42.05,14.5,52.94s-43.85-5.46-54.85,2.55-6.27,47.14-19.35,51.38C213.25,325.28,194,291,180,291s-33.25,34.31-45.87,30.21c-13.08-4.24-8.46-43.46-19.35-51.38s-46.84,8.45-54.85-2.55,18.74-39.86,14.5-52.94C70.33,201.68,31.59,194,31.59,180s38.74-21.68,42.84-34.31c4.24-13.08-22.42-42-14.5-52.94s43.85,5.46,54.85-2.55,6.27-47.14,19.35-51.38C146.75,34.72,166,69,180,69s33.25-34.31,45.87-30.21c13.08,4.24,8.46,43.46,19.35,51.38s46.84-8.45,54.85,2.55-18.74,39.86-14.5,52.94C289.67,158.32,328.41,166,328.41,180Z'/%3E%3C/svg%3E%0A");
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-family: nobel, sans-serif;
  -ms-transform: rotate(20deg);
  /* IE 9 */
  transform: rotate(20deg); }

@media only screen and (min-width: 1008px) {
  .rewards_star {
    top: 60px;
    right: 60px;
    width: 300px;
    height: 300px;
    font-size: 34px; } }
#shopify-section-rewards-faq {
  width: 92%;
  max-width: 950px;
  margin: 10px auto;
  border-top: 1px solid gainsboro;
  padding: 15px 0; }

#shopify-section-rewards-faq .faq-article {
  display: block; }

.rewards-faq-header {
  text-align: center; }

@media only screen and (min-width: 1008px) {
  .rewards-faq-header .u-h1, .rewards-faq-header .Rte h1, .Rte .rewards-faq-header h1 {
    font-size: 50px; } }
.faq-article .title * {
  pointer-events: none; }

@media only screen and (min-width: 1008px) {
  .color-toggles .swiper-container {
    width: calc(100% - 40px);
    max-width: 305px; } }
#modal-ap-popup {
  text-align: center;
  font-family: nobel, sans-serif;
  padding: 0;
  width: 380px;
  background: #F9F9F9; }

#modal-ap-popup .Modal__Content {
  padding: 45px 30px;
  background: #F9F9F9; }

#modal-ap-popup .Heading {
  margin-bottom: 0px !important;
  line-height: 1.1em; }

#modal-ap-popup .h2 {
  font-weight: bold; }

#modal-ap-popup hr {
  margin: 20px 0;
  border: 2px solid black;
  height: 1px;
  border-width: 2px 0 0; }

#modal-ap-popup .yellow {
  color: #F4B932; }

.ap-features-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.ap-features-wrap > div {
  flex-basis: calc(33.33% - 14px);
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em; }

#modal-ap-popup p {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 18px 0; }

.ap-feature svg {
  width: 62px;
  margin-bottom: 10px; }

.drawer-icons-new.rewards {
  color: #daad4b !important;
  top: calc(50% + 3px);
  right: 108px; }

/* Leather care guide page */
.ImageHero.top {
  padding-top: 20px;
  align-items: flex-start;
  padding-bottom: 0; }

.ImageHero.bottom {
  align-items: flex-end;
  padding-bottom: 20px;
  padding-top: 0; }

.ImageHero.right {
  justify-content: flex-end;
  text-align: right; }

.ImageHero.left {
  justify-content: flex-start;
  text-align: left; }

@media only screen and (min-width: 1008px) {
  .ImageHero.desktop-top {
    padding-top: 60px;
    align-items: flex-start;
    padding-bottom: 0; }

  .ImageHero.desktop-bottom {
    align-items: flex-end;
    padding-bottom: 60px;
    padding-top: 0; }

  .ImageHero.desktop-middle {
    align-items: center; }

  .ImageHero.desktop-left {
    justify-content: flex-start;
    text-align: left; }

  .ImageHero.desktop-right {
    justify-content: flex-start;
    text-align: left; }

  .ImageHero.desktop-center {
    justify-content: center;
    text-align: center; } }
.mobile-text-left {
  text-align: left; }

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

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

@media only screen and (min-width: 1008px) {
  .text-left {
    text-align: left; }

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

  .text-right {
    text-align: right; } }
.image-columns {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.image-columns .image-item {
  flex-basis: calc(33.33% - 5px); }

/* leather types section */
.page-width-x {
  position: relative; }

.page-width-x .swiper-container {
  padding-right: 40px;
  padding-left: 20px; }

.collection-swiper-wrap {
  margin-bottom: 40px;
  align-items: stretch; }

.collection-list-nav-wrap {
  text-align: center; }

.collection-list-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 30px;
  position: relative;
  border-radius: 12px;
  border: 1px solid #000;
  overflow: hidden; }

.collection-list-nav button {
  padding: 8px 22px;
  font-weight: bold;
  color: #777;
  z-index: 2;
  position: relative;
  border-right: 1px solid #777; }

.collection-list-nav button:last-child {
  border: none; }

@media only screen and (max-width: 1007px) {
  .page-width-x .swiper-container {
    padding-left: 20px;
    padding-right: 0; }

  .collection-list-nav {
    padding: 0 !important;
    width: auto;
    display: inline-flex;
    margin: 12px auto; }

  .collection-list-nav-wrap {
    overflow-x: scroll;
    cursor: grab;
    scroll-behavior: smooth; }

  .collection-list-nav-wrap::-webkit-scrollbar {
    display: none; }

  .collection-list-nav button {
    font-size: 16px;
    padding: 8px 15px; } }
.collection-list-nav .active {
  background: #000;
  color: #fff; }

.collection-swiper-wrap .swiper-slide {
  border-radius: 20px;
  padding-bottom: 20px;
  width: 280px; }

.visually-hidden {
  padding: 0 !important; }

.leather-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px; }

.leather-about {
  padding: 10px 20px 0; }

.collection-swiper-wrap .title-slide {
  border: 1px solid #000;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  line-height: 1.3em; }

.collection-swiper-wrap .leather-slide {
  background: #F4F4F4;
  transition: all .3s ease;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3em;
  cursor: pointer; }

.leather-slide .leather-title {
  text-align: center; }

.leather-slide .leather-img {
  height: 195px;
  background-size: cover;
  margin-bottom: 20px;
  transition: all .3s ease;
  border-radius: 0 20px 20px 0 0; }

.leather-slide .leather-about {
  height: 0;
  transition: all .2s ease;
  opacity: 0; }

.leather-slide:hover,
.leather-slide.active {
  /*   zoom: 1.23; */
  box-shadow: #d3d4d5 0px 6px 12px 0px; }

.leather-slide:hover .leather-img,
.leather-slide.active .leather-img {
  height: 80px; }

.leather-slide:hover .leather-about,
.leather-slide.active .leather-about {
  height: auto;
  opacity: 1;
  padding-top: 10px; }

.leather-link {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  text-decoration: underline; }

@media only screen and (min-width: 1008px) {
  .collection-swiper-wrap .swiper-slide {
    padding-bottom: 30px; }

  .leather-about {
    padding: 10px 30px 0; }

  .collection-swiper-wrap .title-slide {
    padding: 30px; } }
/* AP feature section */
.sub-images-ap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 0 12px; }

.sub-images-ap .sub-image {
  border-radius: 50%;
  overflow: hidden;
  flex-basis: calc(50% - 18px);
  margin: 10px 0; }

@media only screen and (min-width: 1008px) {
  .sub-images-ap .sub-image {
    flex-basis: calc(25% - 18px);
    margin: 10px 9px;
    max-width: 100px; }

  .sub-images-ap {
    flex-flow: row wrap;
    justify-content: center; } }
.sub-images-ap .caption {
  flex-basis: 100%;
  font-style: italic;
  text-align: center;
  font-family: nobel, sans-serif;
  font-size: 22px; }

.svg-ap {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  border: 3px solid #131516;
  border-radius: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.15em;
  display: flex;
  align-items: center;
  margin: 0 0 22px 0;
  justify-content: center;
  text-align: center;
  z-index: 2; }

.svg-ap svg {
  width: 58px;
  height: 58px;
  margin-top: 0; }

.FeatureText.Flex {
  display: flex;
  justify-content: center;
  flex-flow: row wrap; }

.FeatureText__ContentWrapper.wide-60,
.FeatureText__ImageWrapper.narrow-40 {
  font-family: nobel, sans-serif;
  font-size: 18px;
  text-align: center;
  width: 90%; }

.wide-60 .FeatureText__Content {
  max-width: none; }

.wide-60 .SectionHeader__Description {
  font-size: 1.6rem; }

@media only screen and (max-width: 1008px) {
  .sub-images-ap {
    max-width: 500px;
    margin: 30px auto 0; }

  .FeatureText.Flex {
    flex-direction: column-reverse;
    align-items: center; }

  .svg-ap {
    margin-left: auto;
    margin-right: auto; }

  .wide-60 .SectionHeader__Description {
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 1007px) {
  .FeatureText__ContentWrapper.wide-60 {
    width: 60%;
    max-width: 650px;
    padding-left: 80px;
    text-align: left; }

  .FeatureText__ImageWrapper.narrow-40 {
    width: 40%; }

  .wide-60 .FeatureText__Content {
    max-width: none; }

  .wide-60 .SectionHeader__Description {
    font-size: 1.6rem; }

  .sub-images-ap {
    margin: 22px 0; } }
/* Collection swiper abbr */
.page-width {
  max-width: 1500px;
  margin: 0 auto;
  width: 95%; }

.collection-swiper-wrap-abbr {
  margin: 20px 0; }

.collection-swiper-wrap-abbr .swiper-slide img {
  width: 100%;
  margin-bottom: 18px; }

/* screen reader fallback for infographic */
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

/* Icon swiper */
.icons-thumbs {
  padding: 18px 12px; }

.icons-thumbs .swiper-slide {
  text-align: center; }

.icons-thumbs .swiper-slide .Heading {
  display: none; }

.icons-thumbs .swiper-slide .icon {
  box-shadow: #d3d4d5 0px 6px 12px 0px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 12px;
  background: #EEEEE9;
  transition: all .2s ease;
  transform: scale(0.6);
  position: relative; }

.icons-thumbs .swiper-slide-active .icon {
  background: #fff;
  transform: scale(1); }

.icons-thumbs .swiper-slide-active .icon:after {
  bottom: calc(100% + 6px);
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 12px;
  margin-left: -12px; }

.icons-thumbs .swiper-slide-active .Heading {
  display: block; }

.icons-thumbs .swiper-slide svg {
  width: 90%;
  height: 90%;
  margin-top: 5%;
  margin-left: 5%;
  object-fit: contain; }

.instruction {
  max-width: 800px;
  margin: 20px auto;
  background: #FEFEF9;
  border-radius: 12px;
  border: 1px solid #6B5A3F;
  color: #6B5A3F;
  width: 90%; }

.instruction .Heading {
  text-transform: none;
  font-weight: bold;
  font-size: 30px;
  color: #6B5A3F;
  padding: 20px;
  border-bottom: 1px solid #6B5A3F;
  margin-bottom: 0; }

.instruction .rte {
  padding: 20px;
  font-family: nobel, sans-serif;
  font-size: 1.4em;
  font-weight: 300; }

.instruction .rte svg {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom; }

.note {
  max-width: 800px;
  font-family: nobel, sans-serif;
  font-size: 1.4em;
  margin: 20px auto 0;
  font-weight: 300;
  width: 90%; }

.color-toggles.abbr {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

/* Launched  abbreviated thumbs 4/22/22 */
.ProductItem__PriceList {
  white-space: nowrap;
  font-size: 16px; }

.product-item-wrap {
  position: relative; }
  .product-item-wrap .row {
    padding: 12px 18px 0 18px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .product-item-wrap .row div:first-child {
      text-align: left; }
    .product-item-wrap .row div:last-child {
      text-align: right; }
    .product-item-wrap .row:last-child {
      padding-top: 4px; }
  .product-item-wrap .prices {
    display: flex;
    white-space: nowrap; }
  .product-item-wrap h3 {
    font-weight: bold;
    margin: 0; }

.mini-desc {
  font-size: 16px; }

.color-toggles {
  padding: 12px 18px 0 !important;
  width: 100%;
  overflow: visible;
  position: relative;
  max-width: 100%; }
  .color-toggles .swiper-slide {
    overflow: visible;
    width: 40px;
    cursor: pointer; }

.color-toggles .swiper-slide.vthumbs {
  width: 72px; }

.color-toggles .color {
  font-size: 0;
  line-height: 0;
  margin: 1px auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #fcfcfc;
  text-align: center;
  overflow: visible;
  cursor: pointer;
  transition: all .2s ease;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer !important; }
  .color-toggles .color:hover {
    border-color: #E4DCD9;
    cursor: pointer; }

.color-toggles .color.vthumb,
.color-swatches-swipe .color {
  width: 70px;
  height: 70px;
  border-radius: 0; }

.check .swiper-slide-thumb-active .color {
  border-color: #cccccc !important;
  cursor: pointer; }
  .check .swiper-slide-thumb-active .color:before {
    display: block;
    content: ' ';
    background-image: url("https://cdn.shopify.com/s/files/1/0712/1227/files/noun_Check_1788425.svg?v=1612901537");
    background-size: 26px 26px;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 5px;
    left: 5px; }

.check .swiper-slide-thumb-active.vthumbs .color:before {
  top: 25px;
  left: 20px; }

.ProductList--grid-new {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto !important;
  padding: 0 20px; }
  @media screen and (min-width: 1008px) {
    .ProductList--grid-new {
      justify-content: space-between; } }

.shadow-wrap {
  box-shadow: #d3d4d5 0px 6px 12px 0px;
  padding-bottom: 20px; }
  .shadow-wrap .text-center {
    text-align: center; }
  .shadow-wrap.single-var .text-center {
    margin-top: -10px; }
  .shadow-wrap .Button, .shadow-wrap .shopify-payment-button__button--unbranded, .shadow-wrap #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .shadow-wrap .spr-summary-actions-newreview,
  .shadow-wrap #shopify-product-reviews .spr-button-primary:not(input),
  #shopify-product-reviews .shadow-wrap .spr-button-primary:not(input), .shadow-wrap #shopify-product-reviews input.spr-button-primary, #shopify-product-reviews .shadow-wrap input.spr-button-primary, .shadow-wrap #shopify-product-reviews .spr-pagination-prev > a, #shopify-product-reviews .shadow-wrap .spr-pagination-prev > a,
  .shadow-wrap #shopify-product-reviews .spr-pagination-next > a,
  #shopify-product-reviews .shadow-wrap .spr-pagination-next > a, .shadow-wrap input[type="submit"].jdgm-submit-rev {
    margin: 0 auto 0;
    display: inline-block;
    border-bottom: 1px solid #777; }

.product-item {
  font-size: 16px;
  flex-basis: 100%;
  width: 100%;
  max-width: calc(100vw - 40px);
  margin-bottom: 54px;
  margin: 0 auto 54px;
  position: relative; }
  @media screen and (min-width: 1008px) {
    .product-item {
      flex-basis: calc(33.33% - 60px);
      width: calc(33.33% - 60px); } }

.product-url-swap {
  display: block;
  border: none;
  outline: none; }

.product-item-wrap .Image--fadeIn {
  transition: opacity .2s ease; }

@media screen and (max-width: 1007px) {
  .ProductItem__Price.Price.Text--subdued {
    padding-right: 8px; } }
.product-item {
  z-index: 1; }

@media only screen and (min-width: 1008px) {
  .product-section-title,
  .mini-desc {
    display: none; }

  .product-itme-wrap h3 {
    flex-basis: 100%;
    border-bottom: 1px solid #777;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    color: #131516;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-family: nobel, sans-serif; }

  .retail-label {
    display: none; }

  .product-item-wrap .row {
    flex-flow: row wrap; }

  .shadow-wrap {
    box-shadow: none;
    padding-bottom: 20px;
    transition: transform .2s;
    /* Animation */ }

  .shadow-wrap:hover {
    box-shadow: #d3d4d5 0px 6px 12px 0px;
    transform: scale(1.02); }

  .color-toggles.alt {
    padding-right: 80px;
    position: relative; }

  .color-toggles.alt .color {
    width: 30px;
    height: 30px; }

  .shadow-wrap .push-down.text-center {
    margin-top: 26px !important; }

  .shadow-wrap.single-var .push-down.text-center {
    margin-top: 94px !important; } }
.plus-colors {
  position: absolute;
  right: 20px;
  top: 26px; }

.color-toggles .swiper-container {
  width: calc(100% - 40px); }

@media only screen and (min-width: 1300px) {
  .color-toggles.alt .color {
    width: 40px;
    height: 40px; } }
@media only screen and (max-width: 1299px) and (min-width: 1008px) {
  .check .swiper-slide-thumb-active .color:before {
    top: 0px;
    left: 0px; }

  .plus-colors {
    top: 21px; } }
@media only screen and (max-width: 425px) {
  .color-toggles.alt .color {
    width: 34px;
    height: 34px; }

  .check .swiper-slide-thumb-active .color:before {
    top: 2px;
    left: 2px; }

  .plus-colors {
    top: 23px; } }
@media only screen and (max-width: 320px) {
  .color-toggles.alt .color {
    width: 30px;
    height: 30px; }

  .check .swiper-slide-thumb-active .color:before {
    top: 0px;
    left: 0px; }

  .plus-colors {
    top: 21px; } }
.CollectionInner__Products {
  max-width: 1500px;
  user-select: none; }

/* .color-toggles .color{	
  opacity:0;	
  transition: opacity 0.1s;	
  pointer-events: none;	
}	 */
.product-link-swap {
  display: block;
  width: 100%;
  height: 100%; }

.product-link-swap * {
  pointer-events: none; }

#reamaze-widget {
  z-index: 1 !important; }

@media only screen and (max-width: 1007px) {
  #reamaze-widget {
    bottom: 48px !important;
    right: 24px !important; } }
.Button--white {
  border: 1px solid #343434;
  background: #fff; }
  .Button--white::before {
    background-color: #f7f7f7;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  @media (-moz-touch-enabled: 0), (hover: hover) {
    .Button--white:not([disabled]):hover {
      color: #343434;
      border-color: #223544; }
    .Button--white:not([disabled]):hover::before {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); } }

.size-chart table {
  display: block;
  table-layout: fixed;
  border-spacing: 3px;
  border-collapse: separate;
  height: auto !important;
  margin: 20px auto;
  background: #fff; }

.size-chart th {
  font-size: 16px;
  background-color: #26393a !important;
  color: white; }

.size-chart th, .size-chart td {
  text-align: center;
  vertical-align: middle;
  padding: 18px;
  min-width: 77px; }

.size-chart td {
  font-size: 14px;
  color: #26393A; }

/* .size-chart tr:first-child td:first-child{
  background:#fff;
  color:#777;
} */
.size-chart td:nth-child(2n) {
  background-color: #d4d6d3; }

.size-chart td:nth-child(2n+1) {
  background-color: #E3E1DB; }

.size-guide-link {
  float: right;
  clear: right;
  font-size: 13px; }

.size-guide-link a {
  display: inline-block;
  text-decoration: underline; }

.size-guide-link a:hover {
  color: #333; }

.size-chart .desktop-only {
  display: none; }

@media only screen and (min-width: 768px) {
  .size-chart .desktop-only {
    display: block; }

  .size-chart .mobile-only {
    display: none; }

  .size-chart td:nth-of-type(1) {
    font-size: 16px;
    background-color: #26393a !important;
    color: white; } }
.product__price-savings {
  font-weight: bold; }

.modal .flex {
  max-height: 100vh;
  overflow: scroll; }

.HorizontalList__Item.by-color-wrap {
  display: none; }

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none; }

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0; }

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block; }

  .header--top-center .header__inline-menu {
    justify-self: center; }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center; }

  .header--middle-left .header__inline-menu {
    margin-left: 0; } }
.header__menu {
  padding: 0 1rem; }

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none; }

.header__menu-item span {
  transition: all 2s ease; }

.header__menu-item.top-level > span {
  font-family: nobel, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px; }

.header__menu-item.top-level:hover span {
  text-decoration: underline;
  text-underline-offset: 3.2rem; }

details[open] > .header__menu-item {
  text-decoration: underline;
  text-underline-offset: 3.2rem; }

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 3.2rem; }

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg); }

.header__active-menu-item {
  transition: text-decoration-thickness 2s ease;
  /*   text-decoration: underline;
    text-underline-offset: 0.3rem; */ }

.header__menu-item:hover .header__active-menu-item {
  /*   text-decoration-thickness: 0.2rem; */ }

.header__submenu {
  transition: opacity 2s ease, transform 2s ease; }

.header__submenu.list-menu {
  padding: 2.4rem 0; }

.header__submenu .header__submenu {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  background-color: #F4F3F4; }

.header__submenu .header__menu-item:after {
  right: 2rem; }

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem; }

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem; }

.header__menu-item .icon-caret {
  right: 0.8rem; }

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static; }

header-menu > details,
details-disclosure > details {
  position: relative; }

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: 1px;
  border-color: #ddd;
  border-style: solid;
  border-width: 2px 1px 1px;
  border-top: 2px solid #000; }

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem); }

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

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden; }

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto; } }
@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto; } }
.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap; }

.list-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative; }

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem); }

summary::-webkit-details-marker {
  display: none; }

.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 20rem;
  border: 1px solid #000;
  background: #fff; }

.list-menu__item {
  line-height: calc(1 + 0.3 );
  display: flex;
  align-items: center; }

summary.list-menu__item {
  padding-right: 2.7rem; }

.list-menu .link {
  font-size: 1.4rem; }

details[open] > .header__submenu {
  animation: animateMenuOpen .2s ease;
  animation-fill-mode: forwards;
  z-index: 1; }

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0); } }
