/** Shopify CDN: Minification failed

Line 1776:2 Expected identifier but found "*"
Line 1897:2 Expected identifier but found "*"
Line 14032:31 Unexpected "{"
Line 14047:39 Unexpected "{"
Line 15155:2 Expected identifier but found whitespace
Line 15228:16 Expected ":"

**/
/*============================================================================
  Debut | Built with Shopify Slate

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/

/*================ SASS HELPERS ================*/
/*================ #Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Convert pixels (unitless) to ems
  eg. for a relational value of 12px write calc-font-size(12) when the parent is 16px
  if the parent is another value say 24px write calc-font-size(12, 24)
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VARIABLES ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
    - Breakpoint pixel values are used in the window.theme.breakpoints object
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*================ Color Variables ================*/
/*================ Sizing Variables ================*/
/*================ Footer Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ Drawers ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
/*================ Gift Cards ================*/
/*================ Z-index ================*/
/*================ Product video ================*/
/*================ Image placeholder ================*/

/*================ GLOBAL ================*/
/*============================================================================
  #Normalize
  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
html,
body {
  position: relative;
}

body {
  min-height:100%;
  /*-webkit-perspective:0;*/
  /* -webkit-font-smoothing: antialiased; */
  -webkit-backface-visibility:hidden;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding: 0;
  margin: 0;
}

body.body-fade {
  opacity: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

input,
textarea,
select,
.disclosure__toggle {
  -webkit-text-size-adjust: 100%; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: var(--font-weight-body--bolder); }

em,
i { font-family: "freight-text-pro", serif; font-style: italic; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

button,
input,
optgroup,
select,
.disclosure__toggle,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

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

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

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

input[type="search"], input[type="number"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
.disclosure__toggle,
textarea {
  touch-action: manipulation; }

/*============================================================================
  Media
==============================================================================*/

.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.image-with-text-slideshow .media > *:not(.zoom):not(.deferred-media__poster-button),
.image-with-text-slideshow .media model-viewer {
  position: relative;
  height: auto;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/

/*================ Small ================*/
@media only screen and (max-width: 640px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }
  /* Halves */
  .small--one-half {
    width: 50%; }
  /* Thirds */
  .small--one-third {
    width: 33.33333%; }
  .small--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .small--one-quarter {
    width: 25%; }
  .small--two-quarters {
    width: 50%; }
  .small--three-quarters {
    width: 75%; }
  /* Fifths */
  .small--one-fifth {
    width: 20%; }
  .small--two-fifths {
    width: 40%; }
  .small--three-fifths {
    width: 60%; }
  .small--four-fifths {
    width: 80%; }
  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }
  .small--two-sixths {
    width: 33.33333%; }
  .small--three-sixths {
    width: 50%; }
  .small--four-sixths {
    width: 66.66667%; }
  .small--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }
  .small--two-eighths {
    width: 25%; }
  .small--three-eighths {
    width: 37.5%; }
  .small--four-eighths {
    width: 50%; }
  .small--five-eighths {
    width: 62.5%; }
  .small--six-eighths {
    width: 75%; }
  .small--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .small--one-tenth {
    width: 10%; }
  .small--two-tenths {
    width: 20%; }
  .small--three-tenths {
    width: 30%; }
  .small--four-tenths {
    width: 40%; }
  .small--five-tenths {
    width: 50%; }
  .small--six-tenths {
    width: 60%; }
  .small--seven-tenths {
    width: 70%; }
  .small--eight-tenths {
    width: 80%; }
  .small--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }
  .small--two-twelfths {
    width: 16.66667%; }
  .small--three-twelfths {
    width: 25%; }
  .small--four-twelfths {
    width: 33.33333%; }
  .small--five-twelfths {
    width: 41.66667%; }
  .small--six-twelfths {
    width: 50%; }
  .small--seven-twelfths {
    width: 58.33333%; }
  .small--eight-twelfths {
    width: 66.66667%; }
  .small--nine-twelfths {
    width: 75%; }
  .small--ten-twelfths {
    width: 83.33333%; }
  .small--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .small--show {
    display: block !important; }
  .small--hide {
    display: none !important; }
  .small--text-left {
    text-align: left !important; }
  .small--text-right {
    text-align: right !important; }
  .small--text-center {
    text-align: center !important; } }

/*================ Small-up ================*/
@media only screen and (min-width: 641px) {
  /* Whole */
  .small-up--one-whole {
    width: 100%; }
  /* Halves */
  .small-up--one-half {
    width: 50%; }
  /* Thirds */
  .small-up--one-third {
    width: 33.33333%; }
  .small-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .small-up--one-quarter {
    width: 25%; }
  .small-up--two-quarters {
    width: 50%; }
  .small-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .small-up--one-fifth {
    width: 20%; }
  .small-up--two-fifths {
    width: 40%; }
  .small-up--three-fifths {
    width: 60%; }
  .small-up--four-fifths {
    width: 80%; }
  /* Sixths */
  .small-up--one-sixth {
    width: 16.66667%; }
  .small-up--two-sixths {
    width: 33.33333%; }
  .small-up--three-sixths {
    width: 50%; }
  .small-up--four-sixths {
    width: 66.66667%; }
  .small-up--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .small-up--one-eighth {
    width: 12.5%; }
  .small-up--two-eighths {
    width: 25%; }
  .small-up--three-eighths {
    width: 37.5%; }
  .small-up--four-eighths {
    width: 50%; }
  .small-up--five-eighths {
    width: 62.5%; }
  .small-up--six-eighths {
    width: 75%; }
  .small-up--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .small-up--one-tenth {
    width: 10%; }
  .small-up--two-tenths {
    width: 20%; }
  .small-up--three-tenths {
    width: 30%; }
  .small-up--four-tenths {
    width: 40%; }
  .small-up--five-tenths {
    width: 50%; }
  .small-up--six-tenths {
    width: 60%; }
  .small-up--seven-tenths {
    width: 70%; }
  .small-up--eight-tenths {
    width: 80%; }
  .small-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .small-up--one-twelfth {
    width: 8.33333%; }
  .small-up--two-twelfths {
    width: 16.66667%; }
  .small-up--three-twelfths {
    width: 25%; }
  .small-up--four-twelfths {
    width: 33.33333%; }
  .small-up--five-twelfths {
    width: 41.66667%; }
  .small-up--six-twelfths {
    width: 50%; }
  .small--up-seven-twelfths {
    width: 58.33333%; }
  .small-up--eight-twelfths {
    width: 66.66667%; }
  .small-up--nine-twelfths {
    width: 75%; }
  .small-up--ten-twelfths {
    width: 83.33333%; }
  .small-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .small-up--one-half:nth-child(2n+1),
  .grid--uniform .small-up--one-third:nth-child(3n+1),
  .grid--uniform .small-up--one-quarter:nth-child(4n+1),
  .grid--uniform .small-up--one-fifth:nth-child(5n+1),
  .grid--uniform .small-up--one-sixth:nth-child(6n+1),
  .grid--uniform .small-up--two-sixths:nth-child(3n+1),
  .grid--uniform .small-up--three-sixths:nth-child(2n+1),
  .grid--uniform .small-up--one-eighth:nth-child(8n+1),
  .grid--uniform .small-up--two-eighths:nth-child(4n+1),
  .grid--uniform .small-up--four-eighths:nth-child(2n+1),
  .grid--uniform .small-up--five-tenths:nth-child(2n+1),
  .grid--uniform .small-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .small-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .small-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .small-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .small-up--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .small-up--show {
    display: block !important; }
  .small-up--hide {
    display: none !important; }
  .small-up--text-left {
    text-align: left !important; }
  .small-up--text-right {
    text-align: right !important; }
  .small-up--text-center {
    text-align: center !important; } }

/*================ Medium ================*/
@media only screen and (min-width: 641px) and (max-width: 989px) {
  /* Whole */
  .medium--one-whole {
    width: 100%; }
  /* Halves */
  .medium--one-half {
    width: 50%; }
  /* Thirds */
  .medium--one-third {
    width: 33.33333%; }
  .medium--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .medium--one-quarter {
    width: 25%; }
  .medium--two-quarters {
    width: 50%; }
  .medium--three-quarters {
    width: 75%; }
  /* Fifths */
  .medium--one-fifth {
    width: 20%; }
  .medium--two-fifths {
    width: 40%; }
  .medium--three-fifths {
    width: 60%; }
  .medium--four-fifths {
    width: 80%; }
  /* Sixths */
  .medium--one-sixth {
    width: 16.66667%; }
  .medium--two-sixths {
    width: 33.33333%; }
  .medium--three-sixths {
    width: 50%; }
  .medium--four-sixths {
    width: 66.66667%; }
  .medium--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .medium--one-eighth {
    width: 12.5%; }
  .medium--two-eighths {
    width: 25%; }
  .medium--three-eighths {
    width: 37.5%; }
  .medium--four-eighths {
    width: 50%; }
  .medium--five-eighths {
    width: 62.5%; }
  .medium--six-eighths {
    width: 75%; }
  .medium--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .medium--one-tenth {
    width: 10%; }
  .medium--two-tenths {
    width: 20%; }
  .medium--three-tenths {
    width: 30%; }
  .medium--four-tenths {
    width: 40%; }
  .medium--five-tenths {
    width: 50%; }
  .medium--six-tenths {
    width: 60%; }
  .medium--seven-tenths {
    width: 70%; }
  .medium--eight-tenths {
    width: 80%; }
  .medium--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .medium--one-twelfth {
    width: 8.33333%; }
  .medium--two-twelfths {
    width: 16.66667%; }
  .medium--three-twelfths {
    width: 25%; }
  .medium--four-twelfths {
    width: 33.33333%; }
  .medium--five-twelfths {
    width: 41.66667%; }
  .medium--six-twelfths {
    width: 50%; }
  .medium--seven-twelfths {
    width: 58.33333%; }
  .medium--eight-twelfths {
    width: 66.66667%; }
  .medium--nine-twelfths {
    width: 75%; }
  .medium--ten-twelfths {
    width: 83.33333%; }
  .medium--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .medium--one-half:nth-child(2n+1),
  .grid--uniform .medium--one-third:nth-child(3n+1),
  .grid--uniform .medium--one-quarter:nth-child(4n+1),
  .grid--uniform .medium--one-fifth:nth-child(5n+1),
  .grid--uniform .medium--one-sixth:nth-child(6n+1),
  .grid--uniform .medium--two-sixths:nth-child(3n+1),
  .grid--uniform .medium--three-sixths:nth-child(2n+1),
  .grid--uniform .medium--one-eighth:nth-child(8n+1),
  .grid--uniform .medium--two-eighths:nth-child(4n+1),
  .grid--uniform .medium--four-eighths:nth-child(2n+1),
  .grid--uniform .medium--five-tenths:nth-child(2n+1),
  .grid--uniform .medium--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .medium--show {
    display: block !important; }
  .medium--hide {
    display: none !important; }
  .medium--text-left {
    text-align: left !important; }
  .medium--text-right {
    text-align: right !important; }
  .medium--text-center {
    text-align: center !important; } }

/*================ Medium-up ================*/
@media only screen and (min-width: 990px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }
  /* Halves */
  .medium-up--one-half {
    width: 50%; }
  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }
  .medium-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }
  .medium-up--two-quarters {
    width: 50%; }
  .medium-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }
  .medium-up--two-fifths {
    width: 40%; }
  .medium-up--three-fifths {
    width: 60%; }
  .medium-up--four-fifths {
    width: 80%; }
  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }
  .medium-up--two-sixths {
    width: 33.33333%; }
  .medium-up--three-sixths {
    width: 50%; }
  .medium-up--four-sixths {
    width: 66.66667%; }
  .medium-up--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }
  .medium-up--two-eighths {
    width: 25%; }
  .medium-up--three-eighths {
    width: 37.5%; }
  .medium-up--four-eighths {
    width: 50%; }
  .medium-up--five-eighths {
    width: 62.5%; }
  .medium-up--six-eighths {
    width: 75%; }
  .medium-up--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }
  .medium-up--two-tenths {
    width: 20%; }
  .medium-up--three-tenths {
    width: 30%; }
  .medium-up--four-tenths {
    width: 40%; }
  .medium-up--five-tenths {
    width: 50%; }
  .medium-up--six-tenths {
    width: 60%; }
  .medium-up--seven-tenths {
    width: 70%; }
  .medium-up--eight-tenths {
    width: 80%; }
  .medium-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }
  .medium-up--two-twelfths {
    width: 16.66667%; }
  .medium-up--three-twelfths {
    width: 25%; }
  .medium-up--four-twelfths {
    width: 33.33333%; }
  .medium-up--five-twelfths {
    width: 41.66667%; }
  .medium-up--six-twelfths {
    width: 50%; }
  .medium-up--seven-twelfths {
    width: 58.33333%; }
  .medium-up--eight-twelfths {
    width: 66.66667%; }
  .medium-up--nine-twelfths {
    width: 75%; }
  .medium-up--ten-twelfths {
    width: 83.33333%; }
  .medium-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .medium-up--show {
    display: block !important; }
  .medium-up--hide {
    display: none !important; }
  .medium-up--text-left {
    text-align: left !important; }
  .medium-up--text-right {
    text-align: right !important; }
  .medium-up--text-center {
    text-align: center !important; } }

/*================ Large ================*/
@media only screen and (min-width: 990px) and (max-width: 1200px) {
  /* Whole */
  .large--one-whole {
    width: 100%; }
  /* Halves */
  .large--one-half {
    width: 50%; }
  /* Thirds */
  .large--one-third {
    width: 33.33333%; }
  .large--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .large--one-quarter {
    width: 25%; }
  .large--two-quarters {
    width: 50%; }
  .large--three-quarters {
    width: 75%; }
  /* Fifths */
  .large--one-fifth {
    width: 20%; }
  .large--two-fifths {
    width: 40%; }
  .large--three-fifths {
    width: 60%; }
  .large--four-fifths {
    width: 80%; }
  /* Sixths */
  .large--one-sixth {
    width: 16.66667%; }
  .large--two-sixths {
    width: 33.33333%; }
  .large--three-sixths {
    width: 50%; }
  .large--four-sixths {
    width: 66.66667%; }
  .large--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .large--one-eighth {
    width: 12.5%; }
  .large--two-eighths {
    width: 25%; }
  .large--three-eighths {
    width: 37.5%; }
  .large--four-eighths {
    width: 50%; }
  .large--five-eighths {
    width: 62.5%; }
  .large--six-eighths {
    width: 75%; }
  .large--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .large--one-tenth {
    width: 10%; }
  .large--two-tenths {
    width: 20%; }
  .large--three-tenths {
    width: 30%; }
  .large--four-tenths {
    width: 40%; }
  .large--five-tenths {
    width: 50%; }
  .large--six-tenths {
    width: 60%; }
  .large--seven-tenths {
    width: 70%; }
  .large--eight-tenths {
    width: 80%; }
  .large--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .large--one-twelfth {
    width: 8.33333%; }
  .large--two-twelfths {
    width: 16.66667%; }
  .large--three-twelfths {
    width: 25%; }
  .large--four-twelfths {
    width: 33.33333%; }
  .large--five-twelfths {
    width: 41.66667%; }
  .large--six-twelfths {
    width: 50%; }
  .large--seven-twelfths {
    width: 58.33333%; }
  .large--eight-twelfths {
    width: 66.66667%; }
  .large--nine-twelfths {
    width: 75%; }
  .large--ten-twelfths {
    width: 83.33333%; }
  .large--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .large--one-half:nth-child(2n+1),
  .grid--uniform .large--one-third:nth-child(3n+1),
  .grid--uniform .large--one-quarter:nth-child(4n+1),
  .grid--uniform .large--one-fifth:nth-child(5n+1),
  .grid--uniform .large--one-sixth:nth-child(6n+1),
  .grid--uniform .large--two-sixths:nth-child(3n+1),
  .grid--uniform .large--three-sixths:nth-child(2n+1),
  .grid--uniform .large--one-eighth:nth-child(8n+1),
  .grid--uniform .large--two-eighths:nth-child(4n+1),
  .grid--uniform .large--four-eighths:nth-child(2n+1),
  .grid--uniform .large--five-tenths:nth-child(2n+1),
  .grid--uniform .large--one-twelfth:nth-child(12n+1),
  .grid--uniform .large--two-twelfths:nth-child(6n+1),
  .grid--uniform .large--three-twelfths:nth-child(4n+1),
  .grid--uniform .large--four-twelfths:nth-child(3n+1),
  .grid--uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .large--show {
    display: block !important; }
  .large--hide {
    display: none !important; }
  .large--text-left {
    text-align: left !important; }
  .large--text-right {
    text-align: right !important; }
  .large--text-center {
    text-align: center !important; } }

/*================ Large-up ================*/
@media only screen and (min-width: 1201px) {
  /* Whole */
  .large-up--one-whole {
    width: 100%; }
  /* Halves */
  .large-up--one-half {
    width: 50%; }
  /* Thirds */
  .large-up--one-third {
    width: 33.33333%; }
  .large-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .large-up--one-quarter {
    width: 25%; }
  .large-up--two-quarters {
    width: 50%; }
  .large-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .large-up--one-fifth {
    width: 20%; }
  .large-up--two-fifths {
    width: 40%; }
  .large-up--three-fifths {
    width: 60%; }
  .large-up--four-fifths {
    width: 80%; }
  /* Sixths */
  .large-up--one-sixth {
    width: 16.66667%; }
  .large-up--two-sixths {
    width: 33.33333%; }
  .large-up--three-sixths {
    width: 50%; }
  .large-up--four-sixths {
    width: 66.66667%; }
  .large-up--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%; }
  .large-up--two-eighths {
    width: 25%; }
  .large-up--three-eighths {
    width: 37.5%; }
  .large-up--four-eighths {
    width: 50%; }
  .large-up--five-eighths {
    width: 62.5%; }
  .large-up--six-eighths {
    width: 75%; }
  .large-up--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .large-up--one-tenth {
    width: 10%; }
  .large-up--two-tenths {
    width: 20%; }
  .large-up--three-tenths {
    width: 30%; }
  .large-up--four-tenths {
    width: 40%; }
  .large-up--five-tenths {
    width: 50%; }
  .large-up--six-tenths {
    width: 60%; }
  .large-up--seven-tenths {
    width: 70%; }
  .large-up--eight-tenths {
    width: 80%; }
  .large-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.33333%; }
  .large-up--two-twelfths {
    width: 16.66667%; }
  .large-up--three-twelfths {
    width: 25%; }
  .large-up--four-twelfths {
    width: 33.33333%; }
  .large-up--five-twelfths {
    width: 41.66667%; }
  .large-up--six-twelfths {
    width: 50%; }
  .large-up--seven-twelfths {
    width: 58.33333%; }
  .large-up--eight-twelfths {
    width: 66.66667%; }
  .large-up--nine-twelfths {
    width: 75%; }
  .large-up--ten-twelfths {
    width: 83.33333%; }
  .large-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--one-eighth:nth-child(8n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .large-up--show {
    display: block !important; }
  .large-up--hide {
    display: none !important; }
  .large-up--text-left {
    text-align: left !important; }
  .large-up--text-right {
    text-align: right !important; }
  .large-up--text-center {
    text-align: center !important; } }


/*================ Build Grid Push Classes ================*/

/*================ Push Small ================*/
@media only screen and (max-width: 640px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }
  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }
  .small--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }
  .small--push-two-quarters {
    left: 50%; }
  .small--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }
  .small--push-two-fifths {
    left: 40%; }
  .small--push-three-fifths {
    left: 60%; }
  .small--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%; }
  .small--push-two-sixths {
    left: 33.33333%; }
  .small--push-three-sixths {
    left: 50%; }
  .small--push-four-sixths {
    left: 66.66667%; }
  .small--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }
  .small--push-two-eighths {
    left: 25%; }
  .small--push-three-eighths {
    left: 37.5%; }
  .small--push-four-eighths {
    left: 50%; }
  .small--push-five-eighths {
    left: 62.5%; }
  .small--push-six-eighths {
    left: 75%; }
  .small--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }
  .small--push-two-tenths {
    left: 20%; }
  .small--push-three-tenths {
    left: 30%; }
  .small--push-four-tenths {
    left: 40%; }
  .small--push-five-tenths {
    left: 50%; }
  .small--push-six-tenths {
    left: 60%; }
  .small--push-seven-tenths {
    left: 70%; }
  .small--push-eight-tenths {
    left: 80%; }
  .small--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%; }
  .small--push-two-twelfths {
    left: 16.66667%; }
  .small--push-three-twelfths {
    left: 25%; }
  .small--push-four-twelfths {
    left: 33.33333%; }
  .small--push-five-twelfths {
    left: 41.66667%; }
  .small--push-six-twelfths {
    left: 50%; }
  .small--push-seven-twelfths {
    left: 58.33333%; }
  .small--push-eight-twelfths {
    left: 66.66667%; }
  .small--push-nine-twelfths {
    left: 75%; }
  .small--push-ten-twelfths {
    left: 83.33333%; }
  .small--push-eleven-twelfths {
    left: 91.66667%; } }

/*================ Push Small-up ================*/
@media only screen and (min-width: 641px) {
  /* Whole */
  .small-up--push-one-whole {
    left: 100%; }
  /* Halves */
  .small-up--push-one-half {
    left: 50%; }
  /* Thirds */
  .small-up--push-one-third {
    left: 33.33333%; }
  .small-up--two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .small-up--push-one-quarter {
    left: 25%; }
  .small-up--push-two-quarters {
    left: 50%; }
  .small-up--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .small-up--push-one-fifth {
    left: 20%; }
  .small-up--push-two-fifths {
    left: 40%; }
  .small-up--push-three-fifths {
    left: 60%; }
  .small-up--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .small-up--push-one-sixth {
    left: 16.66667%; }
  .small-up--push-two-sixths {
    left: 33.33333%; }
  .small-up--push-three-sixths {
    left: 50%; }
  .small-up--push-four-sixths {
    left: 66.66667%; }
  .small-up--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .small-up--push-one-eighth {
    left: 12.5%; }
  .small-up--push-two-eighths {
    left: 25%; }
  .small-up--push-three-eighths {
    left: 37.5%; }
  .small-up--push-four-eighths {
    left: 50%; }
  .small-up--push-five-eighths {
    left: 62.5%; }
  .small-up--push-six-eighths {
    left: 75%; }
  .small-up--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .small-up--push-one-tenth {
    left: 10%; }
  .small-up--push-two-tenths {
    left: 20%; }
  .small-up--push-three-tenths {
    left: 30%; }
  .small-up--push-four-tenths {
    left: 40%; }
  .small-up--push-five-tenths {
    left: 50%; }
  .small-up--push-six-tenths {
    left: 60%; }
  .small-up--push-seven-tenths {
    left: 70%; }
  .small-up--push-eight-tenths {
    left: 80%; }
  .small-up--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .small-up--push-one-twelfth {
    left: 8.33333%; }
  .small-up--push-two-twelfths {
    left: 16.66667%; }
  .small-up--push-three-twelfths {
    left: 25%; }
  .small-up--push-four-twelfths {
    left: 33.33333%; }
  .small-up--push-five-twelfths {
    left: 41.66667%; }
  .small-up--push-six-twelfths {
    left: 50%; }
  .small--up-push-seven-twelfths {
    left: 58.33333%; }
  .small-up--push-eight-twelfths {
    left: 66.66667%; }
  .small-up--push-nine-twelfths {
    left: 75%; }
  .small-up--push-ten-twelfths {
    left: 83.33333%; }
  .small-up--push-eleven-twelfths {
    left: 91.66667%; } }

/*================ Push Medium ================*/
@media only screen and (min-width: 641px) and (max-width: 989px) {
  /* Whole */
  .medium--push-one-whole {
    left: 100%; }
  /* Halves */
  .medium--push-one-half {
    left: 50%; }
  /* Thirds */
  .medium--push-one-third {
    left: 33.33333%; }
  .medium--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .medium--push-one-quarter {
    left: 25%; }
  .medium--push-two-quarters {
    left: 50%; }
  .medium--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .medium--push-one-fifth {
    left: 20%; }
  .medium--push-two-fifths {
    left: 40%; }
  .medium--push-three-fifths {
    left: 60%; }
  .medium--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .medium--push-one-sixth {
    left: 16.66667%; }
  .medium--push-two-sixths {
    left: 33.33333%; }
  .medium--push-three-sixths {
    left: 50%; }
  .medium--push-four-sixths {
    left: 66.66667%; }
  .medium--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .medium--push-one-eighth {
    left: 12.5%; }
  .medium--push-two-eighths {
    left: 25%; }
  .medium--push-three-eighths {
    left: 37.5%; }
  .medium--push-four-eighths {
    left: 50%; }
  .medium--push-five-eighths {
    left: 62.5%; }
  .medium--push-six-eighths {
    left: 75%; }
  .medium--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .medium--push-one-tenth {
    left: 10%; }
  .medium--push-two-tenths {
    left: 20%; }
  .medium--push-three-tenths {
    left: 30%; }
  .medium--push-four-tenths {
    left: 40%; }
  .medium--push-five-tenths {
    left: 50%; }
  .medium--push-six-tenths {
    left: 60%; }
  .medium--push-seven-tenths {
    left: 70%; }
  .medium--push-eight-tenths {
    left: 80%; }
  .medium--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .medium--push-one-twelfth {
    left: 8.33333%; }
  .medium--push-two-twelfths {
    left: 16.66667%; }
  .medium--push-three-twelfths {
    left: 25%; }
  .medium--push-four-twelfths {
    left: 33.33333%; }
  .medium--push-five-twelfths {
    left: 41.66667%; }
  .medium--push-six-twelfths {
    left: 50%; }
  .medium--push-seven-twelfths {
    left: 58.33333%; }
  .medium--push-eight-twelfths {
    left: 66.66667%; }
  .medium--push-nine-twelfths {
    left: 75%; }
  .medium--push-ten-twelfths {
    left: 83.33333%; }
  .medium--push-eleven-twelfths {
    left: 91.66667%; } }

/*================ Push Medium-up ================*/
@media only screen and (min-width: 990px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }
  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }
  .medium-up--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }
  .medium-up--push-two-quarters {
    left: 50%; }
  .medium-up--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }
  .medium-up--push-two-fifths {
    left: 40%; }
  .medium-up--push-three-fifths {
    left: 60%; }
  .medium-up--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }
  .medium-up--push-two-sixths {
    left: 33.33333%; }
  .medium-up--push-three-sixths {
    left: 50%; }
  .medium-up--push-four-sixths {
    left: 66.66667%; }
  .medium-up--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }
  .medium-up--push-two-eighths {
    left: 25%; }
  .medium-up--push-three-eighths {
    left: 37.5%; }
  .medium-up--push-four-eighths {
    left: 50%; }
  .medium-up--push-five-eighths {
    left: 62.5%; }
  .medium-up--push-six-eighths {
    left: 75%; }
  .medium-up--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }
  .medium-up--push-two-tenths {
    left: 20%; }
  .medium-up--push-three-tenths {
    left: 30%; }
  .medium-up--push-four-tenths {
    left: 40%; }
  .medium-up--push-five-tenths {
    left: 50%; }
  .medium-up--push-six-tenths {
    left: 60%; }
  .medium-up--push-seven-tenths {
    left: 70%; }
  .medium-up--push-eight-tenths {
    left: 80%; }
  .medium-up--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }
  .medium-up--push-two-twelfths {
    left: 16.66667%; }
  .medium-up--push-three-twelfths {
    left: 25%; }
  .medium-up--push-four-twelfths {
    left: 33.33333%; }
  .medium-up--push-five-twelfths {
    left: 41.66667%; }
  .medium-up--push-six-twelfths {
    left: 50%; }
  .medium-up--push-seven-twelfths {
    left: 58.33333%; }
  .medium-up--push-eight-twelfths {
    left: 66.66667%; }
  .medium-up--push-nine-twelfths {
    left: 75%; }
  .medium-up--push-ten-twelfths {
    left: 83.33333%; }
  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }

/*================ Push Large ================*/
@media only screen and (min-width: 990px) and (max-width: 1200px) {
  /* Whole */
  .large--push-one-whole {
    left: 100%; }
  /* Halves */
  .large--push-one-half {
    left: 50%; }
  /* Thirds */
  .large--push-one-third {
    left: 33.33333%; }
  .large--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .large--push-one-quarter {
    left: 25%; }
  .large--push-two-quarters {
    left: 50%; }
  .large--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .large--push-one-fifth {
    left: 20%; }
  .large--push-two-fifths {
    left: 40%; }
  .large--push-three-fifths {
    left: 60%; }
  .large--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .large--push-one-sixth {
    left: 16.66667%; }
  .large--push-two-sixths {
    left: 33.33333%; }
  .large--push-three-sixths {
    left: 50%; }
  .large--push-four-sixths {
    left: 66.66667%; }
  .large--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .large--push-one-eighth {
    left: 12.5%; }
  .large--push-two-eighths {
    left: 25%; }
  .large--push-three-eighths {
    left: 37.5%; }
  .large--push-four-eighths {
    left: 50%; }
  .large--push-five-eighths {
    left: 62.5%; }
  .large--push-six-eighths {
    left: 75%; }
  .large--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .large--push-one-tenth {
    left: 10%; }
  .large--push-two-tenths {
    left: 20%; }
  .large--push-three-tenths {
    left: 30%; }
  .large--push-four-tenths {
    left: 40%; }
  .large--push-five-tenths {
    left: 50%; }
  .large--push-six-tenths {
    left: 60%; }
  .large--push-seven-tenths {
    left: 70%; }
  .large--push-eight-tenths {
    left: 80%; }
  .large--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .large--push-one-twelfth {
    left: 8.33333%; }
  .large--push-two-twelfths {
    left: 16.66667%; }
  .large--push-three-twelfths {
    left: 25%; }
  .large--push-four-twelfths {
    left: 33.33333%; }
  .large--push-five-twelfths {
    left: 41.66667%; }
  .large--push-six-twelfths {
    left: 50%; }
  .large--push-seven-twelfths {
    left: 58.33333%; }
  .large--push-eight-twelfths {
    left: 66.66667%; }
  .large--push-nine-twelfths {
    left: 75%; }
  .large--push-ten-twelfths {
    left: 83.33333%; }
  .large--push-eleven-twelfths {
    left: 91.66667%; } }

/*================ Push Large-up ================*/
@media only screen and (min-width: 1201px) {
  /* Whole */
  .large-up--push-one-whole {
    left: 100%; }
  /* Halves */
  .large-up--push-one-half {
    left: 50%; }
  /* Thirds */
  .large-up--push-one-third {
    left: 33.33333%; }
  .large-up--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .large-up--push-one-quarter {
    left: 25%; }
  .large-up--push-two-quarters {
    left: 50%; }
  .large-up--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .large-up--push-one-fifth {
    left: 20%; }
  .large-up--push-two-fifths {
    left: 40%; }
  .large-up--push-three-fifths {
    left: 60%; }
  .large-up--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .large-up--push-one-sixth {
    left: 16.66667%; }
  .large-up--push-two-sixths {
    left: 33.33333%; }
  .large-up--push-three-sixths {
    left: 50%; }
  .large-up--push-four-sixths {
    left: 66.66667%; }
  .large-up--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .large-up--push-one-eighth {
    left: 12.5%; }
  .large-up--push-two-eighths {
    left: 25%; }
  .large-up--push-three-eighths {
    left: 37.5%; }
  .large-up--push-four-eighths {
    left: 50%; }
  .large-up--push-five-eighths {
    left: 62.5%; }
  .large-up--push-six-eighths {
    left: 75%; }
  .large-up--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .large-up--push-one-tenth {
    left: 10%; }
  .large-up--push-two-tenths {
    left: 20%; }
  .large-up--push-three-tenths {
    left: 30%; }
  .large-up--push-four-tenths {
    left: 40%; }
  .large-up--push-five-tenths {
    left: 50%; }
  .large-up--push-six-tenths {
    left: 60%; }
  .large-up--push-seven-tenths {
    left: 70%; }
  .large-up--push-eight-tenths {
    left: 80%; }
  .large-up--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .large-up--push-one-twelfth {
    left: 8.33333%; }
  .large-up--push-two-twelfths {
    left: 16.66667%; }
  .large-up--push-three-twelfths {
    left: 25%; }
  .large-up--push-four-twelfths {
    left: 33.33333%; }
  .large-up--push-five-twelfths {
    left: 41.66667%; }
  .large-up--push-six-twelfths {
    left: 50%; }
  .large-up--push-seven-twelfths {
    left: 58.33333%; }
  .large-up--push-eight-twelfths {
    left: 66.66667%; }
  .large-up--push-nine-twelfths {
    left: 75%; }
  .large-up--push-ten-twelfths {
    left: 83.33333%; }
  .large-up--push-eleven-twelfths {
    left: 91.66667%; } }


/*================ #Helper Classes ================*/
.hidden {
  opacity: 0;
}
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

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

.visually-hidden--inline {
  margin: 0;
  height: 1em; }

.visually-hidden--static {
  position: static !important; }

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

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

.no-js .js {
  display: none; }

.hide {
  display: none !important; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--color-text);
  background-color: var(--color-bg);
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none; }

/*=============== Lazy loading ===================*/
.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain; }

.ratio-container {
  position: relative; }

.ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 50%;
  content: ""; }

.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*=============== Critical CSS ===================*/
.main-content {
  opacity: 1; }

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

.critical-hidden {
  display: inherit; }

/*=============== Animation Classes and Keyframes ===================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.text-fadein {
  opacity: 0; }

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInAndUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }

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

/*================ #Basic Styles ================*/
.page-width,
.page-width-narrow {
  *zoom: 1;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

.main-content {
  display: block; }

.section-header {
  margin-bottom: 35px; }
  @media only screen and (min-width: 990px) {
    .section-header {
      margin-bottom: 55px; } }

/*================ Typography ================*/
blockquote {
  font-family: 'Gestura Text Thin', serif;
  font-size:calc(((var(--font-h2-desktop))/ (var(--font-size-base))) * 1em);
  line-height: 1.223;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0; }
  .rte blockquote {
    padding: 140px 0 110px;
    margin-bottom: 30px; }
  blockquote p + cite {
    margin-top: 27.5px; }
  blockquote cite {
    display: block;
    font-size: 0.85em;
    font-weight: var(--font-weight-body); }
    blockquote cite::before {
      content: '\2014 \0020'; }

  @media only screen and (max-width:989px){
    blockquote { font-size:calc(((var(--font-h2-desktop))/ (var(--font-size-base-mobile))) * 1em); } }

  @media only screen and (max-width:640px){
    blockquote {
      font-size:calc(((var(--font-h2-mobile))/ (var(--font-size-base-mobile))) * 1em);
      line-height:1.2; }
    .rte blockquote {
      padding: 90px 0 60px; }
  }

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

pre {
  overflow: auto; }

input,
textarea,
select,
.disclosure__toggle {
  font-size: calc(var(--font-size-base) * 1px); /* 14px */
  line-height: 1.5;
  letter-spacing: 0.010em;
  color: var(--color-text);
  outline: none; }

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(0,0,0,0.4);
}

/*comment out when fixing cart qty */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:focus {
  border: 1px solid !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
/*================ Headings ================*/
h1 em, .h1 em,
h1 i, .h1 i,
h2 em, .h2 em,
h2 i, .h2 i,
h3 em, .h3 em,
h3 i, .h3 i,
h4 em, .h4 em,
h4 i, .h4 i,
h5 em, .h5 em,
h5 i, .h5 i,
h6 em, .h6 em,
h6 i, .h6 i {
  font-family: "freight-display-pro", serif;
  font-weight: 300;
  font-style: italic;
}

h3, .h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 17.5px;
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  letter-spacing: 0.015em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  h3 a, .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }

h3, .h3 {
  font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * 1em); /* 45px */
  line-height: 1.1;
  text-transform: none; }

@media only screen and (max-width: 640px) {
h3, .h3 {
  font-size: calc(((var(--font-h3-mobile)) / (var(--font-size-base))) * 1em); /* 38px */
  line-height: 1.11; /* 42px */ }
}

h4,
.h4 {
  font-size: calc(((var(--font-h4-desktop)) / (var(--font-size-base))) * 1em); /* 42px */
  line-height: 1.167; /* 46px */ }

@media only screen and (max-width: 640px) {
  h4,
  .h4 {
    font-size: calc(((var(--font-h4-mobile)) / (var(--font-size-base))) * 1em); /* 37px */
    line-height: 1.11; /* 41px */ }
}

h5,
.h5 {
  font-size: calc(((var(--font-h5-desktop)) / (var(--font-size-base))) * 1em); /* 41px */
  line-height: 1.13; /* 45px */ }

@media only screen and (max-width: 640px) {
  h5,
  .h5 {
    font-size: calc(((var(--font-h5-mobile)) / (var(--font-size-base))) * 1em); /* 35px */
    line-height: 1.12; /* 39px */ }
}

h6,
.h6 {
  font-size: calc(((var(--font-h6-desktop)) / (var(--font-size-base))) * 1em); /* 31px */
  line-height: 1.23; /* 38px */ }

p,
.p {
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
}

h1.rte p, .h1.rte p,
h2.rte p, .h2.rte p,
h3.rte p, .h3.rte p,
h4.rte p, .h4.rte p,
h5.rte p, .h5.rte p,
h6.rte p, .h6.rte p,
.rte {
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale; }

.rte a {
  border-bottom: 1px solid #000;
  padding-bottom: 1px; }

.rte a:hover {
  border-color: var(--color-text-focus); }

.accent-small,
.accent,
.accent-medium,
.accent-large,
.accent-x-large,
.accent-xx-large,
.read-more__link {
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  letter-spacing: 0.275em;
  text-transform: uppercase; }

.accent-small,
.read-more__link {
  font-size: calc(var(--font-size-base) * 0.645px); /* 9px */
  line-height: 1.45; /* 13px */
}

.accent,
.accent-medium {
  font-size: calc(var(--font-size-base) * 0.715px);
  line-height: 1.38; /* 14px */
}

.accent-large {
  font-size: calc(var(--font-size-base) * 0.79px); /* 11px */
  line-height: 1.37; /* 15px */
}

.accent-x-large {
  font-size: calc(var(--font-size-base) * 0.8575px); /* 12px */
  line-height: 1.33; /* 16px */ }
  @media only screen and (max-width: 640px) {
    .accent-x-large {
      font-size: calc(var(--font-size-base) * 0.715px); /* 10px */
      line-height: 1.33; /* 16px */ } }

.accent-xx-large {
  font-size: calc(var(--font-size-base) * 1.15px); /* 16px */
  line-height: 1.31; /* 21px */
}

.accent-medium {
  font-family: var(--font-stack-accent-medium);
  font-weight: var(--font-weight-accent-medium);
  font-style: normal;
}

.read-more__link {
  display: block;
  margin-top: 15px;
}

.p-default {
  font-family: var(--font-stack-body);
  font-weight: var(--font-weight-body);
  font-style: var(--font-style-body);
  font-size: calc(var(--font-size-base) * 1px); /* 14px */
  line-height: 1.36; /* 19px */
  margin-bottom: 0; }

.p-large,
.p-small,
.p-x-small {letter-spacing: 0.010em;}

.p-large {
  font-size: calc(var(--font-size-base) * 1.075px); /* 15px */
  line-height: 1.36; /* 20px */ }

.p-small {
  font-size: calc(var(--font-size-base) * 0.94px); /* 13px */
  line-height: 1.375; /* 18px */ }

@media screen and (max-width: 989px) {
.p-small {
  font-size: calc(var(--font-size-base) * 1.15px); /* 16px */
  line-height: 1.375; /* 18px */ }
}

.p-x-small {
  font-size: calc(var(--font-size-base) * 0.86px); /* 12px */
  line-height: 1.43; /* 17px */ }

/*================ Color classes ================*/
.color-grey {
  color: var(--color-grey);
}

/*================ RTE headings ================*/
.rte {
  color: var(--color-body-text);
  margin-bottom: 35px; }
  .rte:not(.product-single__description):last-child {
    margin-bottom: 0; }
  .rte h1,
  .rte h2,
  .rte h3,
  .rte .h3,
  .rte h4,
  .rte .h4,
  .rte h5,
  .rte .h5,
  .rte h6,
  .rte .h6 {
    margin-top: 55px;
    margin-bottom: 27.5px; }
    .rte h1:first-child,
    .rte h2:first-child,
    .rte h3:first-child,
    .rte .h3:first-child,
    .rte h4:first-child,
    .rte .h4:first-child,
    .rte h5:first-child,
    .rte .h5:first-child,
    .rte h6:first-child,
    .rte .h6:first-child {
      margin-top: 0; }
  .rte li {
    list-style: inherit; }
    .rte li:last-child {
      margin-bottom: 0; }

.rte-setting {
  margin-bottom: 19.44444px; }
  .rte-setting:last-child {
    margin-bottom: 0; }

.rte em,
.rte i {
  font-family: "freight-text-pro", serif;
  font-style: italic;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: greyscale; }

.rte h1 em, .rte h2 em, .rte h3 em,
.rte h4 em, .rte h5 em, .rte h6 em,
.rte h1 i, .rte h2 i, .rte h3 i, 
.rte h4 i, .rte h5 i, .rte h6  i,
.rte.h1 em, .rte.h2 em, .rte.h3 em,
.rte.h4 em, .rte.h5 em, .rte.h6 em,
.rte.h1 i, .rte.h2 i, .rte.h3 i,
.rte.h4 i, .rte.h5 i, .rte.h6 i,
.large-title em  {
  font-family: "freight-display-pro", serif;
  font-style: italic; }

.rte-list {
  padding-left: 20px; }

/*================ Misc styles ================*/
.italic-light {
  font-family: "freight-display-pro", serif;
  font-weight: 300;
  font-style: italic;
}

.italic-book {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: italic;
}

.large-title {
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  letter-spacing: 0.015em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(var(--font-size-base) * 4.65px); /* 65px */
  line-height: 1.105; /* 72px */
  letter-spacing: 0.015em; }
  @media only screen and (max-width: 1024px) {
    .large-title {
      font-size: calc(var(--font-size-base) * 4px); /* 56px */
      line-height: 1.125; /* 63px */ } }
  @media only screen and (max-width: 640px) {
    .large-title {
      font-size:calc(((var(--font-h2-mobile))/ (var(--font-size-base-mobile))) * 0.79em); /* 39px */
      line-height: 1.148; /* 45px */ } }

.fine-print {
  font-size: calc(((14) / (var(--font-size-base))) * 1em);
  font-style: italic; }

.txt--minor {
  font-size: 80%; }

.txt--emphasis {
  font-style: italic; }

.address {
  margin-bottom: 40px; }

/*================ Drawers ================*/
body::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 13;
  transition: all 0.3s ease; }

body.predictive-search-is-visible::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 11;
  transition: all 0.3s ease; }  

.customer-login-drawer,
.product-drawer,
.general-drawer {
  position: fixed;
  display: flex;
  flex-direction: column;
  min-width: 375px;
  width: 50%;
  height: 100%;
  background: #FBF9F7;
  z-index: 99999;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: all 0.3s ease; }
  @media only screen and (max-width: 989px) {
    .customer-login-drawer,
    .product-drawer,
    .drawer {
      width: 100%; } }

.customer-login-drawer,
.general-drawer {
  justify-content: center; }

.template-cart .general-drawer {
  justify-content: flex-start; }

.customer-login-drawer__inner-container,
.product-drawer__inner-container,
.drawer__inner-container {
  max-width: 475px;
  margin: 0 auto;
  padding: 60px 15px; }

.product-drawer__inner-container,
.drawer__inner-container {
  overflow: scroll;
  padding-top: 120px; }

@media only screen and (max-width: 640px) {
.customer-login-drawer__inner-container,
.drawer__inner-container {
  overflow: scroll;
  padding-top: 120px; } }

.customer-login-drawer__inner-container::-webkit-scrollbar,
.product-drawer__inner-container::-webkit-scrollbar,
.drawer__inner-container::-webkit-scrollbar {
  display: none; }

.product-drawer__inner-container h4,
.drawer__inner-container h4 {
  max-width: 170px;
  margin: 0 auto 70px; }

.customer-login-drawer__inner-container h4 {
  margin-bottom: 60px; }

.customer-login-drawer__inner-container input,
.drawer__inner-container input {
  width: 100%; }

.customer-login-drawer__inner-container ul,
.drawer__inner-container ul {
  padding-bottom: 30px; }

.product-drawer table td,
.general-drawer table td,
.template-page table td {
  padding: 12px;
  text-align: right;
  border-color: rgba(0, 0, 0, 0.15); }

.product-drawer table tr td:first-child,
.general-drawer table tr td:first-child,
.template-page table tr td:first-child {
  text-align: left; }

.product-drawer table tr:first-child,
.product-drawer table tr td:first-child,
.general-drawer table tr td:first-child,
.template-page table tr:first-child {
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  letter-spacing: 0.275em;
  text-transform: uppercase;
  font-size: calc(var(--font-size-base) * 0.645px); /* 9px */
  line-height: 1.45; /* 13px */ }

.template-page .accordion-table table td {
  padding: 15px 0;
  text-align: left; }

.template-page .accordion-table table tr td:first-child {
  text-align: left; }

.template-page .accordion-table table tr:first-child {
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  letter-spacing: 0.015em;
  text-transform: initial;
  font-size: 14px;
  line-height: 1.36; }

.or-separator,
.or-separator-mobile {
  margin: 60px auto; }

@media only screen and (min-width: 990px) {
.or-separator-mobile {
  display: none; } }

body.predictive-search-is-visible::after,
body.a-drawer-is-open::after,
body.cookie-modal-is-visible::after {
  opacity: 1;
  visibility: visible; }

.this-drawer-is-open {
  transform: translateX(0%);
  transition: all 0.3s ease; }

.open-drawer,
.close-drawer {
  cursor: pointer; }

.close-drawer {
  position: absolute;
  padding: 20px;
  right: 0;
  top: 0;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.15)); }

.quick-view__close {
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.15)); }

.quick-view__close svg,
.close-drawer svg {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.quick-view__close:hover svg,
.close-drawer:hover svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.forgotten-pw {
  margin-bottom: 25px; }


/*================ Announcement Bar ================*/
.announcement-bar {
  position: relative;
  z-index: 13; /* 12 */
  width: 100%;
  overflow-x: hidden; }

.announcement-bar__inner {
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding: 13px 0;}

.announcement-bar__message {
  display: block;
  padding: 0;
  width: 400%;
  position: relative;
  overflow: hidden;
  animation: marquee 45s linear infinite;
  animation-duration: 40s; }

.announcement-bar__message span {
  float: left;
  display: inline-block;
  width: 25%; }

.announcement-bar__message:hover {
  animation-play-state:paused; }

@media only screen and (max-width: 640px) {
  .announcement-bar__inner {
    width: 175%;}
  .announcement-bar__message {
    animation-duration: 20s; } }  

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

/*================ Hero and slideshow headers ================*/
.mega-title,
.mega-subtitle {
  color: var(--color-overlay-title-text); }
  .hero .mega-title, .hero
  .mega-subtitle {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
  @media only screen and (min-width: 990px) {
    .mega-title,
    .mega-subtitle {
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.4); } }

.mega-title {
  margin-bottom: 8px; }

.mega-title--large {
  font-size: calc(((var(--font-size-header) + 8) / (var(--font-size-base))) * 1em); }
  @media only screen and (min-width: 990px) {
    .mega-title--large {
      font-size: calc(((var(--font-mega-title-large-desktop)) / (var(--font-size-base))) * 1em); } }

@media only screen and (min-width: 990px) {
  .mega-subtitle {
    font-size: calc(((var(--font-size-base) + 4) / (var(--font-size-base))) * 1em);
    margin: 0 auto; }
    .text-center .mega-subtitle {
      max-width: 75%; } }

.mega-subtitle p {
  color: var(--color-overlay-title-text); }

.mega-subtitle a {
  color: var(--color-overlay-title-text);
  border-bottom: 1px solid currentColor; }
  .mega-subtitle a:hover, .mega-subtitle a:focus {
    color: var(--color-overlay-text-focus); }

.mega-subtitle--large {
  font-size: calc(((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em);
  font-weight: var(--font-weight-header); }
  @media only screen and (min-width: 990px) {
    .mega-subtitle--large {
      font-size: calc(((var(--font-size-base) + 8) / (var(--font-size-base))) * 1em); } }

/*============================================================================
  Animation Classes and Keyframes
==============================================================================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

/*================ #Icons ================*/
svg.icon:not(.icon--full-color) .icon-error__symbol,
symbol.icon:not(.icon--full-color) .icon-error__symbol {
  fill: #ffffff; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }
  @media only screen and (max-width: 989px) {
    .payment-icons {
      line-height: 40px; } }
  .payment-icons .icon {
    width: 38px;
    height: 24px;
    fill: inherit; }

/*================ Social Icons ================*/
.social-icons .icon {
  width: 17px;
  height: 17px; }
  @media only screen and (min-width: 990px) {
    .social-icons .icon {
      width: 17px;
      height: 17px; } }
  .social-icons .icon.icon--wide {
    width: 40px; }

/*================ Spinner Icon ================*/
.icon-spinner {
  -moz-animation: spin 500ms infinite linear;
  -o-animation: spin 500ms infinite linear;
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear; }

/*================ Error Icons ================*/
.icon-error {
  fill: #d20000;
  width: calc(calc(var(--font-size-base) * 1px) - 2px);
  height: calc(calc(var(--font-size-base) * 1px) - 2px);
  margin-top: 0.1em;
  flex-shrink: 0; }

/*================ #Lists ================*/
ul,
ol {
  margin: 0;
  padding: 0;
  letter-spacing: 0.015em;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale; }

ol {
  list-style: decimal; }

ul.has-bullets {
  margin-left: 15px; }

ul.has-bullets li {
  list-style: disc; }

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

/*================ #Rich Text Editor ================*/
.rte img {
  height: auto; }

.rte table {
  table-layout: fixed; }

.rte ul,
.rte ol {
  margin: 0 0 17.5px 17px; }
  .rte ul.list--inline,
  .rte ol.list--inline {
    margin-left: 0; }

.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.rte a:not(.btn) {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px; }

.announcement-bar__message.rte a:not(.btn) {
  border: 0;
  padding: 0; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

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

/*================ #Links and Buttons ================*/
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*================ Buttons ================*/
.osano-cm-button,
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #262D26;
  border: 1px solid transparent;
  border-radius: 0;
  width: 100%;
  padding: 12px 20px 10px;
  color: var(--color-btn-primary-text);
  font-family: var(--font-stack-accent-medium);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent-medium);
  font-size: calc(var(--font-size-base) * 0.73px); /* 10px */
  line-height: 1.38; /* 14px */
  letter-spacing: 0.275em;
  text-transform: uppercase;
  white-space: normal;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.osano-cm-button:hover,
.btn:not([disabled]):hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover,
.btn:focus,
.btn:active,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus {
  color: var(--color-btn-primary-text);
  outline: none;
  background-color: var(--color-black); }

.btn .icon-arrow-right, .shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-right,
.btn .icon-arrow-left,
.shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-left {
  height: 9px; }

.btn[disabled],
.shopify-payment-button .shopify-payment-button__button--unbranded[disabled],
.btn[aria-disabled],
.shopify-payment-button .shopify-payment-button__button--unbranded[aria-disabled] {
  cursor: default;
  background-color: #B0B0AD; }

.btn--secondary {
  position: relative;
  background: transparent;
  border: 1px solid #262D26;
  border-radius: 0;
  width: 100%;
  padding: 12px 20px 10px;
  color: var(--color-btn-primary);
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  font-size: calc(var(--font-size-base) * 0.73px); /* 10px */
  line-height: 1.38; /* 14px */
  letter-spacing: 0.275em;
  text-transform: uppercase;
  display: inline-block;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

.btn--secondary:not([disabled]):hover, .btn--secondary:focus {
  background-color: #262D26;
  color: var(--color-btn-primary-text); }

.btn--secondary-accent {
  background-color: var(--color-body);
  color: var(--color-btn-primary);
  border-color: var(--color-btn-primary); }

.btn--secondary-accent:not([disabled]):hover, .btn--secondary-accent:focus {
  background-color: var(--color-body);
  color: var(--color-btn-primary-focus);
  border-color: var(--color-btn-primary-focus); }

.btn--tertiary,
.product-single__vendor a,
.request-swatch-msg a {
  position: relative;
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  font-size: calc(var(--font-size-base) * 0.94px); /* 13px */
  line-height: 1.375; /* 18px */
  letter-spacing: 0.010em;
  text-transform: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: var(--color-black);
  width: auto;
  padding: 0 0 1px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn--tertiary::before,
.product-single__vendor a::before,
.request-swatch-msg a::before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: var(--color-black);
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }
.btn--tertiary::after,
.product-single__vendor a::after,
.request-swatch-msg a::after {
  content: '';
  height: 1px;
  width: 0;
  background-color: var(--color-black);
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }  

.btn--tertiary:not([disabled]):hover::before, 
.btn--tertiary:hover::before,
.product-single__vendor a:hover::before,
.request-swatch-msg a:hover::before {
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
.btn--tertiary:not([disabled]):hover::after,
.btn--tertiary:hover::after,
.product-single__vendor a:hover::after,
.request-swatch-msg a:hover::after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.btn--tertiary:not([disabled]):hover, 
.btn--tertiary:hover,
.btn--tertiary:focus,
.product-single__vendor a:hover,
.product-single__vendor a:focus,
.request-swatch-msg a:hover,
.request-swatch-msg a:focus {
  background-color: transparent;
  color: var(--color-black); }

.btn--tertiary-light,
.btn--tertiary-light:not([disabled]):hover, 
.btn--tertiary-light:hover,
.btn--tertiary-light:focus {
  background-color: transparent;
  color: rgba(0,0,0,0.6); }

.btn--tertiary-light::before,
.btn--tertiary-light::after {
  background-color: rgba(0,0,0,0.25); }

.btn--small {
  padding: 8px 10px;
  font-size: calc(((12) / (var(--font-size-base))) * 1em);
  line-height: 1; }

.arrow-accent-cta {
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  letter-spacing: 0.275em;
  text-transform: uppercase;
  font-size: calc(var(--font-size-base) * 0.8px); /* was 0.645px or 9px */
  line-height: 1.45; /* 13px */
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

.arrow-accent-cta span {
  width: 60px;
  transition: all 0.3s ease;
  margin-top: 0;
  margin-left: 10px;
  height: 1px;
  background: var(--color-black);
  position: relative;
  display: inline-block;
  top: -3px; } 

.arrow-accent-cta:hover span {
  width: 100px; }   

a:hover .arrow-accent-cta span:not(.head) {
  width: 100px; }

.arrow-accent-cta:hover {
  color: var(--color-black); }     

.arrow-accent-cta span .head,
.arrow-accent-cta span .head:after {
  height: 1px;
  background: var(--color-black);
  width: 7px;
  position: absolute;
  right: -1px;
  top: 2px;
  transform: rotate(-40deg); }

.arrow-accent-cta span .head:after {
  content: "";
  border-color: var(--color-black);
  right: -3px;
  top: -3px;
  transform: rotate(80deg); }  

.arrow-cta-back {
  font-size: calc(var(--font-size-base) * 0.94px); /* 13px */
  line-height: 1.375; /* 18px */
  letter-spacing: 0.010em; }

.arrow-cta-back:before {
  content: url('long-arrow-left.svg'); }

/*================ Button variations ================*/
.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: var(--color-text);
  text-align: left; }
  .btn--link:not([disabled]):hover, .btn--link:focus {
    color: var(--color-text-focus);
    background-color: transparent;
    outline: none; }
  .btn--link .icon {
    vertical-align: middle; }

.btn--narrow {
  padding-left: 15px;
  padding-right: 15px; }

.btn--has-icon-after .icon {
  margin-left: 10px; }

.btn--has-icon-before .icon {
  margin-right: 10px; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

.text-link--accent {
  color: var(--color-btn-primary);
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .text-link--accent:not([disabled]):hover, .text-link--accent:focus {
    color: var(--color-btn-primary-focus); }

/*================ Return to collection/blog links ================*/
.return-link-wrapper {
  margin-top: 82.5px;
  margin-bottom: 0; }
  @media only screen and (max-width: 989px) {
    .return-link-wrapper {
      margin-top: 55px; } }

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

/*================ #Tables ================*/
table {
  margin-bottom: 27.5px; }

th {
  font-style: normal;
  font-weight: normal; }

th,
td {
  text-align: left;
  border: 1px solid var(--color-border);
  padding: 0; }

tbody th,
tfoot th {
  font-weight: normal; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 1200px) {
  .responsive-table thead {
    display: none; }
  .responsive-table th,
  .responsive-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 27.5px;
    border: 0;
    margin: 0; }
  .responsive-table th::before,
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal; }
  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 55px; }
    .responsive-table__row + .responsive-table__row::after,
    tfoot > .responsive-table__row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 27.5px;
      right: 27.5px;
      border-bottom: 1px solid var(--color-border); } }

@media only screen and (max-width: 640px) {
  .responsive-table tr {
    border-bottom: 1px solid var(--color-border); } }

/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*================ Adds a background color pulsating animation ================*/
[data-image-loading-animation] {
  background-color: var(--global-color-image-loader-primary);
  -moz-animation: image-loader 2s 400ms infinite;
  -o-animation: image-loader 2s 400ms infinite;
  -webkit-animation: image-loader 2s 400ms infinite;
  animation: image-loader 2s 400ms infinite; }
  .no-js [data-image-loading-animation] {
    animation-name: none; }

/*================ Forms ================*/
form {
  margin: 0; }

fieldset {
  border: 1px solid var(--color-border-form);
  margin: 0 0 55px;
  padding: 27.5px; }

legend {
  border: 0;
  padding: 0; }

button {
  cursor: pointer; }

input[type="submit"]:not(.cart__submit) {
  width: 100%;
  padding: 12px 20px 10px;
  display: block;
  border-radius: 0;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

input[type="submit"] {
  cursor: pointer; }

label {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  font-size: calc(var(--font-size-base) * 0.73px); /* 10px */
  line-height: 1.33; /* 14px */
  text-transform: uppercase;
  letter-spacing: 0.275em; }

[type="radio"] + label,
[type="checkbox"] + label {
  display: inline-block;
  margin-bottom: 0; }
label[for] {
  cursor: pointer; }

input,
textarea,
select,
.disclosure__toggle {
  border: 0;
  background-color: transparent;
  color: var(--color-text-field-text);
  max-width: 100%;
  line-height: 1.36;
  letter-spacing: 0.010em;
  border-radius: 0; }
  input:focus,
  textarea:focus,
  select:focus,
  .disclosure__toggle:focus {
    border-color: var(--color-border-form-darker); }
  input[disabled],
  textarea[disabled],
  select[disabled],
  .disclosure__toggle[disabled] {
    cursor: default;
    background-color: #f6f3ee;/*#f4f4f4;*/
    /*border-color: #f4f4f4;*/ }
  input.input--error::-webkit-input-placeholder,
  textarea.input--error::-webkit-input-placeholder,
  select.input--error::-webkit-input-placeholder,
  .input--error.disclosure__toggle::-webkit-input-placeholder {
    color: var(--color-black);
    opacity: 1; }
  input.input--error::-moz-placeholder,
  textarea.input--error::-moz-placeholder,
  select.input--error::-moz-placeholder,
  .input--error.disclosure__toggle::-moz-placeholder {
    color: var(--color-black);
    opacity: 1; }
  input.input--error:-ms-input-placeholder,
  textarea.input--error:-ms-input-placeholder,
  select.input--error:-ms-input-placeholder,
  .input--error.disclosure__toggle:-ms-input-placeholder {
    color: var(--color-black);
    opacity: 1; }
  input.input--error::-ms-input-placeholder,
  textarea.input--error::-ms-input-placeholder,
  select.input--error::-ms-input-placeholder,
  .input--error.disclosure__toggle::-ms-input-placeholder {
    color: var(--color-black);
    opacity: 1; }
  input.hidden-placeholder::-webkit-input-placeholder,
  textarea.hidden-placeholder::-webkit-input-placeholder,
  select.hidden-placeholder::-webkit-input-placeholder,
  .hidden-placeholder.disclosure__toggle::-webkit-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-moz-placeholder,
  textarea.hidden-placeholder::-moz-placeholder,
  select.hidden-placeholder::-moz-placeholder,
  .hidden-placeholder.disclosure__toggle::-moz-placeholder {
    color: transparent; }
  input.hidden-placeholder:-ms-input-placeholder,
  textarea.hidden-placeholder:-ms-input-placeholder,
  select.hidden-placeholder:-ms-input-placeholder,
  .hidden-placeholder.disclosure__toggle:-ms-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-ms-input-placeholder,
  textarea.hidden-placeholder::-ms-input-placeholder,
  select.hidden-placeholder::-ms-input-placeholder,
  .hidden-placeholder.disclosure__toggle::-ms-input-placeholder {
    opacity: 1; }
  .product-form input, .product-form
  textarea, .product-form select, .product-form .disclosure__toggle {
    min-height: 44px; }

textarea {
  min-height: 100px; }

/*================ Error styles ================*/
input.input--error,
select.input--error,
.input--error.disclosure__toggle,
textarea.input--error {
  color: var(--color-black);
  margin-bottom: 11.66667px; }

.input-error-message {
  font-family: 'Untitled Sans Light';
  font-weight: 200;
  display: flex;
  color: var(--color-black);
  font-size: calc(var(--font-size-base) * 0.65px); /* 13px */
  line-height: 1.25; /* 14px */
  margin-bottom: 20px; /* 7px */}
  @media only screen and (max-width: 989px) {
    .input-error-message {
      margin-bottom: 19.44444px; } }
  .input-error-message .icon {
    width: 1em;
    height: 1em;
    margin-right: calc((10 / (var(--font-size-base))) * 1em); }
    #ContactFooter-email-error.input-error-message {
      margin-bottom: 7px; }

select,
.disclosure__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url('icon-arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right 3px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px; }
  @media only screen and (min-width: 990px) {

    select,
    .disclosure__toggle {
      padding-top: 10px;
      padding-left: 18px;
      padding-bottom: 10px; } }

.select-group {
  position: relative;
  z-index: 2; }
  .select-group select, .select-group .disclosure__toggle {
    background-image: none;
    background-color: transparent; }
  .select-group .icon {
    height: calc(8em / 16);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(8em / 16);
    z-index: -1; }

.select-label {
  font-size: calc(((10) / (var(--font-size-base))) * 1em);
  text-transform: uppercase; }

optgroup {
  font-weight: var(--font-weight-body--bold); }

option {
  color: var(--color-text);
  background-color: var(--color-body); }

select::-ms-expand, .disclosure__toggle::-ms-expand {
  display: none; }

/*================ Form labels ================*/
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

::-webkit-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6; }

::-moz-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6; }

:-ms-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6; }

::-ms-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 1; }

/*================ Labels ================*/
.label--error {
  color: #d20000; }

input,
textarea,
select {
  padding: 0; }

/*================ Vertical forms ================*/
.cf-fields-wrapper .cf-fields-container, 
.cf-form-inner .cf-fields-container {
  margin: 25px 0 10px !important;
  width: 100% !important; }

.form-vertical input,
.form-vertical select,
.form-vertical .disclosure__toggle,
.form-vertical textarea {
  display: block;
  width: 100%;}
  .form-vertical input.input--error,
  .form-vertical select.input--error,
  .form-vertical .input--error.disclosure__toggle,
  .form-vertical textarea.input--error {
    margin-bottom: 11.66667px; }

.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px; }

.cf-field[data-cf-field-type="text"],
.cf-field[data-cf-field-type="phone"],
.cf-field[data-cf-field-type="email"],
.cf-field[data-cf-field-type="dropdown"],
.field__input-wrapper,
.field__select-wrapper {
  border: 1px solid rgba(0,0,0,0.15) !important;
  border-radius: 3px;
  padding: 5px !important;
  margin: 0 0 15px !important; }

.cf-field[data-cf-field-type="checkbox"] {
  padding: 0 !important;
  margin: 0 0 15px !important; }
  .cf-field[data-cf-field-type="checkbox"] label {
    font-family: "freight-text-pro", serif;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 0.015em;
    font-size: 13px; }
  .cf-field[data-cf-field-type="checkbox"] label span {
    display: flex; } 
  .cf-field[data-cf-field-type="checkbox"] label input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .cf-field[data-cf-field-type="checkbox"] label span:before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 8px;
    top: 0;
    width: 17px;
    height: 17px;
    line-height: 15px;
    padding-left: 3px;
    border: 1px solid var(--color-border); }  
  .cf-field[data-cf-field-type="checkbox"] label input:checked ~ span:before {
    content: url('checkbox-tick.svg'); }    

.cf-field[data-cf-field-type="file"] {
  padding: 0 !important;
  margin: 10px 0 !important; }  
  .cf-field[data-cf-field-type="file"] label {
    margin-bottom: 10px !important; }
  .cf-field[data-cf-field-type="file"] .cf-file-preview-container {
    margin-bottom: 5px !important; }   

.cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) .cf-field-errors {
  margin: 0 5px 5px; }

label.label-checkbox input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0; }

.label-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 27px; }

.label-checkbox__box {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid rgba(0,0,0,0.15);
  display: inline-block;
  vertical-align: middle; }

.label-checkbox {
  font-family: var(--font-stack-body);
  font-weight: var(--font-weight-body);
  font-style: var(--font-style-body);
  font-size: 13px !important;
  line-height: 1.375 !important; /* 18px */
  text-transform: capitalize;
  letter-spacing: 0.010em; }

.label-checkbox input:checked ~ .label-checkbox__box:before {
  content: url('checkbox-tick.svg');
  position: relative;
  top: -1px;
  left: 3.5px; }

.label-checkbox input:disabled ~ .label-checkbox__box {
  background: black;
  opacity: 0.6;
  pointer-events: none; }

.form-vertical .accepts-marketing-checkbox {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0.015em;
  padding: 0; 
  margin-bottom: 15px; }
  .form-vertical .accepts-marketing-checkbox input {
    display: none; }
  .form-vertical .accepts-marketing-checkbox .control-indicator {
    position: relative;
    display: inline-block;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid var(--color-border);
    margin-right: 10px; }
    .accepts-marketing-checkbox .control-indicator:after {
      position: relative;
      top: -1px;
      left: 3.5px;
      content: url('checkbox-tick.svg');
      width: 8px;
      height: auto;
      opacity: 0; }

.form-vertical .control--checkbox input:checked ~ .control-indicator {
  border-color: var(--color-black); }
.form-vertical .control--checkbox input:checked ~ .control-indicator:after {
  opacity: 1; }  

/*================ Single field forms ================*/
.form-single-field {
  margin: 0 auto 55px;
  max-width: 35rem; }
  .form-single-field .input--error {
    margin-bottom: 0; }

/*================ Single field forms ================*/
.cf-field[data-cf-field-type="text"],
.cf-field[data-cf-field-type="phone"],
.cf-field[data-cf-field-type="email"],
.floating-label-form .field__input-wrapper {
  position: relative;
  padding: 0 !important; }

.cf-field[data-cf-field-type="text"] input,
.cf-field[data-cf-field-type="phone"] input,
.cf-field[data-cf-field-type="email"] input,
.floating-label-form .field__input-wrapper input,
.floating-label-form .field__input-wrapper textarea {
  border: 0;
  width: 100%;
  padding: 7px 5px;
  transition: all 0.2s ease-out;
  line-height: 1.3;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }

.cf-field[data-cf-field-type="text"] input.active,
.cf-field[data-cf-field-type="phone"] input.active,
.cf-field[data-cf-field-type="email"] input.active,
.floating-label-form .field__input-wrapper input.active,
.floating-label-form .field__input-wrapper textarea.active {
  padding-top: 1.8em;
  padding-bottom: 0.3571428571em; }

.cf-field[data-cf-field-type="text"] input.active ~ label,
.cf-field[data-cf-field-type="phone"] input.active ~ label,
.cf-field[data-cf-field-type="email"] input.active ~ label,
.floating-label-form .field__input-wrapper input.active  + label,
.floating-label-form .field__input-wrapper textarea.active  + label {
  transition: all 0.2s ease-out;
  font-size: 10px;
  line-height: 2;
  -webkit-transform: none;
  transform: none;
  opacity: 1; }

.cf-field[data-cf-field-type="text"] label,
.cf-field[data-cf-field-type="phone"] label,
.cf-field[data-cf-field-type="email"] label,
.floating-label-form .field__input-wrapper label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  font-size: 12px;
  width: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  display: block;
  margin: 0.3em 0 0.5em 0;
  text-transform: uppercase;
  -webkit-text-size-adjust: 100%; }

.cf-field[data-cf-field-type="file"] .cf-file-preview-container input {
  font-size: 13px; }

.cf-file-preview-container input::-webkit-file-upload-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  background: transparent;
  border: 1px solid #262D26;
  border-radius: 0;
  width: 100%;
  margin-bottom: 5px;
  padding: 12px 20px 10px;
  color: var(--color-btn-primary);
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  font-size: calc(var(--font-size-base) * 0.73px); /* 10px */
  line-height: 1.38; /* 14px */
  letter-spacing: 0.275em;
  text-transform: uppercase;
  display: block;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

[data-cf-field-type="paragraph"] .cf-field {
  padding: 0 !important; }

.trade-paragraph {
  margin-bottom: 40px;
  margin-top: -40px; }  

/*================ Form feedback messages ================*/
.shopify-challenge__container {
  padding: 200px 0; }

.note,
.form-message {
  padding: 0;
  border-radius: 3px;
  background-color: #E9DDD4;
  padding: 10px;
  color: rgba(0,0,0,0.6);
  margin: 0 0 27.5px;
  border: 0; }

.form-message--success {
  border: 0;
  color: rgba(0,0,0,0.6);
  display: block;
  width: 100%; }
  .form-message--success span {
    display: block;
    color: var(--color-grey); }
  .cf-field .form-message--success {
    margin-left: -10px;
    margin-right: -10px; }

.form-message--error {
  border: 0;
  border-radius: 3px;
  background-color: #E9DDD4;
  padding: 10px;
  text-align: left;
  width: 100%;
  color: rgba(0,0,0,0.6);
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale; }
  .form-message--error li {
    list-style-type: disc;
    list-style-position: inside; }
  .form-message--error .form-message__title {
    margin-bottom: 10px;
    font-size: calc(var(--font-size-base) * 1px);
    font-family: var(--font-stack-body);
    font-style: var(--font-style-body);
    font-weight: var(--font-weight-body);
    line-height: 1.36;
    letter-spacing: 0.015em; }
  .form-message--error .form-message__link, .form-message--error a {
    display: inline-block;
    text-decoration-skip-ink: auto;
    color: rgba(0,0,0,0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .form-message--error .form-message__link:hover, .form-message--error .form-message__link:focus, .form-message--error a:hover, .form-message--error a:focus {
      text-decoration: none;
      color: rgba(0,0,0,0.6); }

.errors {
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
}

/*================ Input Groups ================*/
.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  .form-vertical .input-group {
    margin-bottom: 55px; }

.input-group--nowrap {
  flex-wrap: nowrap; }

.input-group--error {
  margin-bottom: 0; }

.input-group__field,
.input-group__field input,
.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
  min-height: 42px; }
  @media only screen and (min-width: 990px) {
    .input-group__field,
    .input-group__field input,
    .input-group__btn .btn,
    .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
      min-height: 46px; } }

.input-group__field {
  -ms-flex-preferred-size: 15rem;
  -webkit-flex-basis: 15rem;
  -moz-flex-basis: 15rem;
  flex-basis: 15rem;
  flex-grow: 9999;
  margin-bottom: 1rem;
  border-radius: 2px 0 0 2px;
  text-align: left; }
  .input-group__field input {
    width: 100%; }
  .form-vertical .input-group__field {
    margin: 0; }

.input-group__field--connected {
  margin-bottom: 0; }
  .input-group__field--connected input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group__btn {
  flex-grow: 1; }

.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
  width: 100%;
  border-radius: 0 2px 2px 0; }


/*============================================================================
#Affirm App Integration
==============================================================================*/
.affirm-as-low-as {
  margin-top: 6px;
  min-height: 21px; }
  .template-cart .affirm-as-low-as {
    text-align: right; 
    margin-top: 22px; }

.affirm-as-low-as a {
  border-bottom: 1px solid rgba(0,0,0,0.8); }


/*================ #Site Nav and Dropdowns ================*/
.site-nav {
  display: flex;
  flex-wrap: nowrap;
  font-family: "freight-display-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--font-size-base) * 0.9285px); /* 13px */
  line-height: 1.21; /* 16px */
  text-align: center;
  letter-spacing: 0.015em;
  /* -webkit-font-smoothing: antialiased; */ }

/*================ Site Nav Links ================*/

.site-nav__link.active-link {
  position: relative; }

.site-nav__link.active-link:after {
  content: '';
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%; }

.site-nav__link.site-nav--active-dropdown {
  z-index: 2; }

.site-nav__link:focus .site-nav__label, .site-nav__link:not([disabled]):hover .site-nav__label {
}

.site-nav__link--button,
.site-header__logo-svg {
  z-index: 99; }

.site-nav__link--button svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-nav__link-button {
  color: var(--color-black);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 989px) {
  .site-nav__link--button {
    font-size: calc(var(--font-size-base) * 1px); } }

.site-nav__link--button:focus, .site-nav__link--button:hover {
  color: var(--color-black);
  outline: none; }

.tint-link .site-nav__link--button {
  color: var(--color-grey);
}

/*================ Dropdowns ================*/

.site-nav__dropdown {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  padding: 139px 15px 0;
  margin: -37px 0 0;
  text-align: left;
  background: var(--color-bg);
  left: 0;
  top: 31px;
  width: 100%; }

.site-nav__dropdown.page-width-narrow {
  padding-left: 9.375%;
  padding-right: 9.375%;
  max-width: 100%;
}

.site-nav__dropdown .site-nav__link {
  padding: 4px 85px 45px 0; }
.site-nav--active-dropdown .site-nav__dropdown {
  opacity: 1;
  visibility: visible; }
.site-nav__dropdown li {
  display: inline-block; }

.site-nav__dropdown--right:not(.site-nav__dropdown--centered) {
  right: 0;
  left: unset; }

.site-nav__dropdown--left:not(.site-nav__dropdown--centered) {
  left: 0; }

.site-nav__dropdown--centered {
  width: 100%;
  padding: 0;
  text-align: center; }

@media only screen and (min-width: 1201px) {
  .site-nav--has-dropdown:hover .site-nav__dropdown {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out; }
  .site-nav--has-dropdown:hover button svg {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); } }

.site-nav__dropdown ul {
  float: left;
  z-index: 12; }

/*================ Child list ================*/
.site-nav__childlist {
  display: inline-block;
  background: var(--color-bg);
  padding: 11px 17px;
  text-align: left; }

.site-nav__childlist-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -15px; }

.site-nav__childlist-item {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 15px; }

.site-nav__child-link--parent {
  font-weight: var(--font-weight-body--bold);
  margin: 4px 0; }

body.prevent-scrolling {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.page-width {
  padding-left: 20px;
  padding-right: 20px; }

@media only screen and (min-width: 1025px) {
  .page-width-narrow {
  max-width: calc(80.5% + 40px);
  padding-left: 20px;
  padding-right: 20px; } }

@media only screen and (min-width: 990px) and (max-width: 1024px) {
  .page-width-narrow {
  max-width: calc(100% - 80px);
  padding-left: 20px;
  padding-right: 20px; } }

@media only screen and (max-width: 989px) {
  .page-width,
  .page-width-narrow {
    padding-left: 15px;
    padding-right: 15px; } }

.page-container {
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  position: relative;
  margin-top: -80px; } /* -76px*/

.product-cylindo .page-container {
  margin-top: 0;
}  

@media only screen and (max-width: 989px) {
.template-customers-account .page-container {
  overflow-x: hidden; } }

@media only screen and (min-width: 1025px) {
  body.is-overflowing .page-container {
    margin-top: -121px; /* 118px */ } }

hr {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #E6E6E6; }

.hr--section-top {
  padding-top: 30px; }

.hr--section-bottom {
  padding-bottom: 30px;
  border-bottom: 0;
  border-top: 1px solid #E6E6E6; }

.hr--small {
  padding: 10px 0;
  margin: 0; }

.hr--invisible {
  border-bottom: 0; }

.hr--page-border {
  border-bottom: 1px solid rgba(0,0,0,0.15); }

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.empty-page-content {
  border-top: 1px solid var(--color-border);
  padding: 95px 0 150px; }
  @media only screen and (max-width: 640px) {
    .empty-page-content {
      max-width: 270px;
      margin: 0 auto;
      padding-top: 40px;
      padding-bottom: 130px; } }

.empty-page-content h1 {
  max-width: 620px;
  margin: 0 auto 120px; }
  @media only screen and (max-width: 989px) {
    .empty-page-content h1 {
      margin-bottom: 90px; } }

.empty-page-content p {
  max-width: 260px;
  margin: 0 auto; }

.empty-page-content h1 span {
  font-style: italic; }

.template-cart .empty-page-content {
  border-top: 0;
  padding-top: 15px; }

.template-cart .empty-page-content h1 {
  margin-bottom: 120px; }

.empty-page-content .arrow-accent-cta {
  margin-top: 25px;
  display: block; }

.template-404 .empty-page-content {
  margin-top: 80px;
  padding: 130px 0 150px;
}

.grid--half-gutters {
  margin-left: -15px; }
  .grid--half-gutters > .grid__item {
    padding-left: 15px; }

.grid--double-gutters {
  margin-left: -60px; }
  .grid--double-gutters > .grid__item {
    padding-left: 60px; }

.grid--flush-bottom {
  margin-bottom: -55px;
  overflow: auto; }
  .grid--flush-bottom > .grid__item {
    margin-bottom: 55px; }

@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes image-loader {
  0% {
    background-color: var(--global-color-image-loader-primary); }
  50% {
    background-color: var(--global-color-image-loader-primary); }
  100% {
    background-color: transparent; } }

@-moz-keyframes image-loader {
  0% {
    background-color: var(--global-color-image-loader-primary); }
  50% {
    background-color: var(--global-color-image-loader-primary); }
  100% {
    background-color: transparent; } }

@-ms-keyframes image-loader {
  0% {
    background-color: var(--global-color-image-loader-primary); }
  50% {
    background-color: var(--global-color-image-loader-primary); }
  100% {
    background-color: transparent; } }

@keyframes image-loader {
  0% {
    background-color: var(--global-color-image-loader-primary); }
  50% {
    background-color: var(--global-color-image-loader-primary); }
  100% {
    background-color: transparent; } }

.drawer {
  display: none;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 9; }
  .js-drawer-open-top .drawer {
    display: block; }

.drawer--show {
  overflow: hidden;
}

.drawer--top {
  width: 100%;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  .js-drawer-open-top .drawer--top {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    display: flex;
    max-height: 100vh; }

.drawer-page-content::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 7;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }

.js-drawer-open .drawer-page-content::after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle; }

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: calc(((18) / (var(--font-size-base))) * 1em); }
  .drawer__close-button:active, .drawer__close-button:focus {
    background-color: rgba(0, 0, 0, 0.6); }

.grid--view-items {
  overflow: auto;
  margin-bottom: -35px; }
  .template-search .grid-view-items,
  .template-collection .grid--view-items {
    margin-bottom: 0; }

.template-search .grid-view-item,
.template-collection .grid-view-item {
  margin: 0 auto 100px; }

.grid-view-item__title {
  margin-bottom: 0;
  color: var(--color-text); }

.grid-view-item__meta {
  margin-top: 8px; }

@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .template-collection .grid-view-item {
    padding: 0 30px; }
  .template-collection #collection-swatches .grid-view-item {
    padding: 0; } }

@media only screen and (max-width: 989px) {
  .template-collection .grid-view-item {
  margin: 0 auto 55px; } }

.grid-view-item__link {
  display: block; }

.grid-view-item__vendor {
  margin-top: 4px;
  color: var(--color-body-text);
  font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
  text-transform: uppercase; }
  @media only screen and (max-width: 989px) {
    .grid-view-item__vendor {
      font-size: calc(((var(--font-size-base) - 3) / (var(--font-size-base))) * 1em); } }

.grid-view-item__image-wrapper {
  position: relative;
  width: 100%; }

.grid-view-item__image {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .grid-view-item__image-wrapper .grid-view-item__image {
    position: absolute;
    top: 0; }
  .grid-view-item__image.lazyload {
    opacity: 0; }

.grid-view-item__image-hover {
  opacity: 0; }

/*=============== Swiper ==============*/

.swiper-container {
  position: relative;
  overflow: hidden; }

.swiper-button-next,
.swiper-button-prev {
  width: 36px!important;
  height: 36px!important;
  margin-top: 0!important;
  display: block;
  right: 20px !important;
  z-index: 3 !important;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (max-width: 640px) {
    .swiper-button-next,
    .swiper-button-prev {
      right: 15px !important; } }  


.swiper-button-next,
.swiper-button-prev,
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none; }  

.swiper-button-prev {
  right: auto !important;
  left: 0 !important; }
  .template-product .swiper-button-prev {
    left: 20px !important; }
  @media only screen and (max-width: 640px) {
    .template-product .swiper-button-prev {
      left: 15px !important; } }  

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: none;
  font-size: initial;
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: inherit;
  line-height: initial;
  width: 36px!important;
  height: 36px!important;
  line-height: 0!important;
  box-shadow: 0 3px 6px #0000000D;
  border-radius: 50%; }

.swiper-button-next::after {
  content: url('a-r.svg')!important; }

.swiper-button-prev::after {
  content: url('a-l.svg')!important; }  

.swiper-button__underlay {
  background: rgb(251,249,247);
  background: linear-gradient(-90deg, rgba(251,249,247,1) 0%, rgba(251,249,247,0.500437675070028) 50%, rgba(251,249,247,0) 100%);
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 0;
  width: 200px; /* 360px */
  z-index: 2; }
  @media only screen and (max-width: 640px) {
    .swiper-button__underlay {
      width: 135px; } }

.swiper-button-prev.swiper-button-prev--article {
  left: 20px !important; }

/*=============== Accordions ==============*/

.accordion-wrapper .accordion__container.border-bottom {
  border: 0; }

.accordion-wrapper .accordion-content a {
  border-bottom: 1px solid rgba(0, 0, 0, 1); }

.accordion-wrapper .accordion-content a:not([disabled]):hover {
  border-bottom: 1px solid var(--color-text-focus); }

@media only screen and (max-width: 989px) {
  .accordion-wrapper .accordion-toggle {
    width: 100%;
    position: relative;
    cursor: pointer;
    padding: 20px 0; }

  .accordion-wrapper .accordion-toggle .accordion-closed {
    display: block; }

  .accordion-wrapper .accordion-toggle .accordion-closed:after {
    content: url('accordion-plus.svg'); }

  .accordion-wrapper .accordion-toggle .accordion-open:after {
    content: url('accordion-minus.svg'); }

  .accordion-wrapper .accordion-toggle .accordion-open {
    display: none; }

  .accordion-wrapper .accordion-toggle.border-top {
    border-color: rgba(0,0,0,0.15); }

  .accordion-wrapper .accordion-toggle span {
    pointer-events: none; }


  .accordion-wrapper .accordion__container.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.15); }

  .accordion-wrapper .accordion__container.active .accordion-toggle .accordion-closed {
    display: none; }

  .accordion-wrapper .accordion__container.active .accordion-toggle .accordion-open {
    display: block; }

  .accordion-wrapper .accordion-toggle .accordion-open,
  .accordion-wrapper .accordion-toggle .accordion-closed {
    float: right; }

  .accordion-wrapper .accordion-content {
    position: relative;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    max-height: 0;
    width: 100%;
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden; }

  .accordion-wrapper .accordion__container.active .accordion-toggle span::before {
    transform: rotate(0deg); }

  .accordion-wrapper .accordion__container.active .accordion-content {
    opacity: 1;
    max-height: 500px;
    transition: all 0.2s ease-in; } }

  .template-product .accordion-wrapper .accordion__container.active .accordion-content {
    padding-bottom: 15px; }

/*=============== Accordion Tables ==============*/

.accordion-table table td {
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  display: block;
  border: none;
  padding: 15px 0; }

.accordion-table table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.accordion-table table tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.accordion-table table td.accordion-table-toggle {
  color: #000;
  opacity: 0.6;
  margin-bottom: 0;
  cursor: pointer; }

.accordion-table table td.accordion-table-toggle.active {
  opacity: 1;
  font-family: "freight-text-pro";
  font-style: italic; }

.accordion-table table td:nth-child(odd) {
  position: relative; }

.accordion-table table td:nth-child(odd):before {
  content: url('accordion-plus.svg');
  height: 8px;
  width: 8px;
  position: absolute;
  right: 0;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.accordion-table table td:nth-child(odd).active:before {
  position: absolute;
  content: url('accordion-minus.svg');
  width: 8px;
  height: 8px; }

.accordion-table table td:nth-child(even):before {
  padding-right: em($gutter-site / 4);
  margin-left: em(-18);
  margin-left: em(-18); }

.accordion-table table td.accordion-table-panel {
  border: none;
  max-width: 570px;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out; }

.accordion-table table td.accordion-table-panel ul {
  padding-left: 0; }

.accordion-table table td.accordion-table-panel h3 {
  margin-top: 15px;
  margin-bottom: 10px; }

.accordion-table table td.accordion-table-panel p:last-child {
  margin: 0 0 19.44444px; }

/*=============== Breadcrumbs ==============*/
.breadcrumb .breadcrumb-dot {
  font-size: 0;
  letter-spacing: 0;
  display: inline-block;
  margin: 0 5px 0 3px; }

.breadcrumb .breadcrumb-dot svg {
  position: relative;
  top: -2px;
}

/*================ Index sections ================*/
.index-section {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media only screen and (min-width: 990px) {
    .index-section {
      padding-top: 55px;
      padding-bottom: 55px; } }
  .index-section:first-child {
    padding-top: 0;
    border-top: 0; }
  .index-section:last-child {
    padding-bottom: 0; }

.index-section--flush + .index-section--flush {
  margin-top: -70px; }

@media only screen and (min-width: 990px) {
  [class*="index-section--flush"] + [class*="index-section--flush"] {
    margin-top: -110px; } }

.index-section--flush:first-child {
  margin-top: -35px; }

@media only screen and (min-width: 990px) {
  [class*="index-section--flush"]:first-child {
    margin-top: -55px; } }

.index-section--flush:last-child {
  margin-bottom: -35px; }

@media only screen and (min-width: 990px) {
  [class*="index-section--flush"]:last-child {
    margin-bottom: -55px; } }

@media only screen and (max-width: 989px) {
  .index-section--featured-product:first-child {
    margin-top: -12px; } }

@media only screen and (max-width: 989px) {
  .index-section--slideshow + .index-section--flush {
    margin-top: 0.4rem; } }

.placeholder-svg {
  display: block;
  fill: var(--color-blankstate);
  background-color: var(--color-blankstate-background);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid var(--color-blankstate-border); }

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

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0; }

.plyr.plyr--full-ui.plyr--video {
  color: var(--color-text);
  background-color: transparent;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */ }
  .plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
    background-color: transparent; }
  .plyr.plyr--full-ui.plyr--video .plyr__poster {
    display: none;
    background-color: var(--color-video-bg); }
  .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
    background-color: #000; }
  .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper,
  .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
    background-color: #000; }
  .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper,
  .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
    background-color: #000; }
  .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper,
  .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
    background-color: #000; }
  .plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
  .plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
    background-color: #000; }
  .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
    background-color: var(--color-body);
    border-radius: 50%; }
  .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
    color: rgba(var(--color-text-rgb), 1); }
  .plyr.plyr--full-ui.plyr--video .plyr__controls {
    background-color: var(--color-bg);
    border-color: rgba(var(--color-text-rgb), 0.05); 
    bottom: 40px;
    left: 10px;
    width: calc(100% - 40px); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-thumb {
    box-shadow: 2px 0 0 0 var(--color-bg); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-thumb {
    box-shadow: 2px 0 0 0 var(--color-bg); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 var(--color-bg); }
  .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(var(--color-text-rgb), 0.6) var(--value, 0)); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-track {
    background-color: rgba(var(--color-text-rgb), 0.6); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-fill-upper {
    background-color: rgba(var(--color-text-rgb), 0.6); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25); }
  .plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
    background-color: var(--color-text);
    color: var(--color-bg); }
    .plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
      border-top-color: var(--color-text); }
  .plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
    background-image: linear-gradient(-45deg, rgba(var(--color-text-rgb), 0.6) 25%, transparent 25%, transparent 50%, rgba(var(--color-text-rgb), 0.6) 50%, rgba(var(--color-text-rgb), 0.6) 75%, transparent 75%, transparent); }
  .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'] {
    color: var(--color-bg); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-thumb {
      box-shadow: 2px 0 0 0 var(--color-text); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-thumb {
      box-shadow: 2px 0 0 0 var(--color-text); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-thumb {
      box-shadow: 2px 0 0 0 var(--color-text); }
    .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(var(--color-bg-rgb), 0.6) var(--value, 0)); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-fill-upper {
      background-color: rgba(var(--color-bg-rgb), 0.6); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
      box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), 0.25); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-moz-range-track {
      box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), 0.25); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-ms-track {
      box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), 0.25); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-moz-range-thumb {
      box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-ms-thumb {
      box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25); }
    .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-webkit-slider-thumb {
      box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25); }

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

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

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

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

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

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


/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: var(--color-body-text);
  background-color: var(--color-body);
  background-size: cover; }

.password-form-message {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.password-header {
  height: 85px;
  display: table-row; }

.password-header__inner {
  display: table-cell;
  vertical-align: middle; }

.password-login {
  padding: 0 30px;
  text-align: right; }

.password-logo .logo {
  color: var(--color-text);
  font-weight: var(--font-weight-header);
  max-width: 100%; }

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

.password-content--rte {
  margin-bottom: 35px; }

.password-content__title {
  display: block;
  margin-bottom: 82.5px; }

.password-main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 27.5px 55px; }

.password-message {
  max-width: 500px;
  margin: 82.5px auto 27.5px; }

.password__form-heading {
  margin-bottom: 55px; }

.password-powered-by {
  margin-top: 82.5px; }

.password-social-sharing {
  margin-top: 82.5px; }


/*================ Pages (Press, Retailers etc) ================*/
.page-contact {
  background-color: #EDEBE7; }

.page-contact h1.h5 { margin-bottom: 110px; }
  @media only screen and (min-width: 641px) {
  .page-contact h1.h5 { display: none; } }

.page-contact .form-vertical {
  max-width: 575px;
  margin: 50px 0 30px; }

  @media only screen and (max-width: 640px) {
  .page-contact .form-vertical {
    margin-top: 85px; } }

.page-contact .section-header,
.page-retailers .section-header,
.page-press .section-header {
  padding-top: 95px; }

.page-contact .section-header .rte,
.page-retailers .section-header .rte,
.page-press .section-header .rte {
  max-width: 620px; }

.page-retailers .form-vertical,
.page-press .form-vertical {
  max-width: 575px;
  margin: 115px 0 30px; }

.form-vertical .form-half-row .grid__item:last-child input,
.form-vertical .form-half-row .grid__item:last-child select,
.page-contact .form-vertical .form-half-row .grid__item:last-child input,
.page-retailers .form-vertical .form-half-row .grid__item:last-child input,
.page-press .form-vertical .form-half-row .grid__item:last-child input {
  border-left: 1px solid var(--color-border-form);
  padding-left: 10px; }

  @media only screen and (max-width: 640px) {
    .form-vertical .form-half-row .grid__item:last-child input,
    .form-vertical .form-half-row .grid__item:last-child select,
    .page-contact .form-vertical .form-half-row .grid__item:last-child input,
    .page-retailers .form-vertical .form-half-row .grid__item:last-child input,
    .page-press .form-vertical .form-half-row .grid__item:last-child input {
      border-left: none;
      padding-left: 0; } }

.page-contact .form-vertical .btn,
.page-retailers .form-vertical .btn,
.page-press .form-vertical .btn {
  margin-top: 20px; }

/*================ General Page ================*/
.general-page {
  background-color: var(--color-body);
  padding-top: 160px;
  padding-bottom: 120px; }

.general-page .section-header h1 {
  text-align: center;
  margin: 0 0 60px; }
  @media only screen and (min-width: 990px) {
    .general-page .section-header h1 {
      margin: 65px 0 120px; } }
  @media only screen and (max-width: 989px) {
    .general-page .section-header h1 {
      margin-top: 60px; } }

.general-page .rte h6 {
  margin-top: 50px; }

.general-page .rte ul {
  list-style: none;
  margin-left: 0; }

.general-page .rte ol {
  margin-left: 20px; }

.general-page .rte ul li:before {
  content: '\2013';
  padding-right: 5px; }

/*================ Product ================*/

/*=== Product Badges ===*/
.badge-tags {
  display: flex;
  flex-wrap: wrap; }

.product-badge {
  display: inline-block;
  background-color: #E9DDD4;
  border: 1px solid transparent;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.6);
  padding: 2px 6px;
  margin-right: 10px;
  margin-bottom: 8px; }

.product-badge.below-shipping {
  margin-top: 15px; }

.product-single {
  display: block;
  overflow-anchor: none; }

@media only screen and (min-width: 990px) {
  .product-single__container {
    max-width: 500px;
    margin: 0 auto; } }

  .product-single__meta {
    margin-top: 95px;
    margin-bottom: 40px; }

  .product-single__meta .breadcrumb {
    margin-bottom: 60px; }
    @media only screen and (max-width: 989px) {
      .product-single__meta .breadcrumb {
        margin-bottom: 50px; } }

.product-single__title {
  margin-top: 20px; }
  @media only screen and (max-width: 989px) {
    .product-single__title {
      font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * 0.95em); /* 43px */
      line-height: 1.27; } }

.product-single__vendor {
  font-size: 15px; }

@media only screen and (max-width: 989px) {
  .product-single__meta {
    margin-top: 20px; }

  .product-single__title {
    margin-top: 15px;
    margin-bottom: 10px; } }

.product-single__title span {
  display: block; }

.product-form__gradient {
  background: linear-gradient(0deg, rgba(242,242,242,1), rgba(242,242,242,0) 100%);
  height: 10px; }

.product__price {
  margin-top: 60px; }
  @media only screen and (max-width: 640px) {
    .product__price {
      margin-top: 30px; }
  }

.cto-available-store__msg {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 50px; }
  .cto-available-store__msg span:first-child {
    line-height: 0; 
    margin-right: 10px; }
  @media only screen and (max-width: 989px) {
    .cto-available-store__msg { 
      margin-top: 8px;
      margin-bottom: 35px; } }

.backorder-msg,
.measuring-guide-msg {
  display: flex;
  align-items: center; }

.backorder-msg span.backorder-icon,
.measuring-guide-msg span.ruler-icon {
  line-height: 0; 
  margin-right: 10px; }   

p.with-measuring-guide-msg {
  margin-bottom: 10px;
}

.request-swatch-msg {
  margin-bottom: 40px; }

.request-swatch-msg.hideAll {
  display: none;
}  

.sale-exclusion-msg {
  text-align: center;
  padding: 15px; 
  border-bottom: 1px solid var(--color-border); }

.featured-product__price {
  font-size: 1.25em; }

.product__policies {
  margin: 0.4rem 0 1rem 0;
  font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em); }

/*================ Gift Card Template Specifics ================*/
.template-product.product-gift-card .product-single__meta {
  margin-top: 95px; }

@media only screen and (max-width: 989px) {
  .template-product.product-gift-card .product-single__meta {
    margin-top: 20px; } }

.template-product.product-gift-card .product-form__item .gift-card-message {
  margin-top: 20px;
  font-size: calc(var(--font-size-base) * 0.9px); /* 18px */
  line-height: 1.39; /* 25px */ }

.template-product.product-gift-card .variant-swatches {
  margin-top: 60px; }

.template-product.product-gift-card .single-option-selector-label {
  padding-bottom: 14px; }

.template-product.product-gift-card .product__price {
  margin-bottom: 20px; }

.product-gift-card__large-text {
  font-family: "freight-display-pro", serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(var(--font-size-base) * 1.65px); /* 23px */
  line-height: 1.35; /* 31px */
  letter-spacing: 0.015em;
  margin: 60px 0 90px; }
  @media only screen and (max-width: 989px) {
    .product-gift-card__large-text {
      font-size: calc(var(--font-size-base) * 1.5px); /* 21px */
      line-height: 1.39; /* 29px */
      margin: 40px 0 50px; } }

/* White glove delivery */

.white-glove-wrapper {
  border-radius: 3px;
  padding: 10px 13px;
  border: 1px solid rgba(0,0,0,0.15);
  margin-top: 60px;
}

.white-glove-wrapper .white-glove-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.white-glove-wrapper .rte ul {
  margin: 0;
  list-style: none;
}

.white-glove-wrapper .rte ul li {
  padding-bottom: 3px;
}

.white-glove-wrapper .rte ul li:before {
  position: relative;
  top: 2px;
  margin-right: 10px;
  content: url('tick-circle-icon.svg');
  width: 13px;
  height: 13px;
}

/* Product Ships To */
.ships-to-wrapper {
  background-color: #F4F2F0;
  border-radius: 3px;
  margin: 60px auto 90px;
  padding: 10px 13px; }
  @media only screen and (max-width: 640px) {
    .ships-to-wrapper {
      margin: 50px auto 30px; } }

.ships-to-wrapper.with-whiteglove {
  margin-top: 15px;
}

.ships-to-wrapper .ships-to-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }

.ships-to-wrapper .ships-to-title {
  margin: 0; }

.ships-to-link,
.lead-time-cta {
  display: inline-block; }

.ships-to-wrapper ul {display: flex;}

.ships-to-wrapper li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 25px !important; }

.ships-to-wrapper li span.ships-to-icon {
  width: 26px;
  height: 26px;
  margin-right: 8px; }

.ships-to-wrapper li span.ships_to_United-States:before {
  content: url('/cdn/shop/files/flag-united-states-of-america.svg?v=1671448259'); }

.ships-to-wrapper li span.ships_to_Canada:before {
  content: url('/cdn/shop/files/flag-canada.svg?v=1671448259'); }

.ships-to-wrapper.with-lead-time {
  display: flex; }

.ships-to-wrapper.with-lead-time ul {
  flex-direction: column;
  align-items: flex-start; }

.ships-to-wrapper.with-lead-time .ships-to-link {
  position: absolute;
  bottom: 0;
  left: 0; }

.ships-to-wrapper .lead-time-msg {
  display: none; }

.ships-to-wrapper.with-lead-time .ships-to,
.ships-to-wrapper.with-lead-time .lead-time-msg {
  display: inline-block;
  position: relative;
  flex: 1 0 50%;
  padding-bottom: 3.5rem; }

.ships-to-wrapper.with-lead-time .lead-time-msg {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 15px; }

.template-product:not(.product-mbs) .ships-to-wrapper.with-lead-time .lead-time-msg {
  padding-bottom: 40px; }
  
/*================ Product Accordion ================*/
.product-single__description:not(.accordion-table) {
  max-width: 500px;
  margin: 0 auto 95px;
  padding: 0 20px; }
  @media only screen and (max-width: 989px) {
    .product-single__description:not(.accordion-table) {
      margin-bottom: 60px;
      padding-left: 15px;
      padding-right: 15px; } }


.product-single__description.accordion-table table {
  margin-bottom: 0; }

.product-single__description.accordion-table table td {
  padding-left: 20px;
  padding-right: 20px; }

.product-single__description.accordion-table table td.accordion-table-toggle {
  padding-right: 20px; }

.product-single__description.accordion-table table td:nth-child(odd):before {
  right: 20px; }

.product-single__description.accordion-table table td.accordion-table-panel {
  padding: 0 20px; }

/*================ Add to cart form ================*/
.group-title {
  display: block;
  width: 100%;
  clear: both; }

.selector-wrapper__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.selector-wrapper__header .selector-wrapper_name {
  margin-bottom: 23px; }

.selector-wrapper__header .selector-wrapper_name span {
  font-family: var(--font-stack-body);
  font-weight: var(--font-weight-body);
  font-style: var(--font-style-body);
  font-size: 13px !important;
  line-height: 1.375 !important; /* 18px */
  text-transform: initial;
  letter-spacing: 0.010em; }

.mw-option-select,
.product-form__controls-group .selector-wrapper {
  position: relative;
  background: #edebe7;
  padding: 7px 5px 6px;
  border-radius: 3px;
  margin-bottom: 15px; }

.mw-option-select:after,
.product-form__controls-group .selector-wrapper:after {
  content: '';
  position: absolute;
  border-right: 1px solid var(--color-border);
  right: 24px;
  top: 0;
  height: 49px; }  

.mw-option-select select,
.product-form__controls-group .selector-wrapper select {
  min-height: 21px;
  padding-top: 19px;
  margin-top: -18px;
  line-height: 18px; }  

.mw-product-options {
  /*margin-top: 40px;*/
  display: block; }

.mw-options-container .mw-option-swatch {
  padding-bottom: 7px !important; }

.mw-options-container .mw-option-swatch::first-child {
  background-color: red;
  padding-top: 10px; }

.mw-options-container .mw-option-select {
  padding-bottom: 4px !important;
  margin-bottom: 27px; }

.mw-options-container .mw-option-swatch label {
  margin-bottom: 15px;
  display: block;
  width: 100%; }  

.mw-options-container .mw-option-swatch label span.option-label-value { 
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  font-size: calc(var(--font-size-base) * 0.94px); /* 13px */
  line-height: 1.375; /* 18px */
  letter-spacing: 0.015em;
  text-transform: initial; }

.swatch-value-container {
  padding: 0 !important;
  margin-right: 20px;
  margin-bottom: 23px !important;
  border: 0 !important; }  

.swatch-value-container .swatch-value {
  border-radius: 3px !important;
  border: 1px solid var(--color-body) !important; }

.swatch-value-container.swatch-selected .swatch-value {
  -ms-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important; 
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
  border-color: var(--color-border) !important; } 

.swatch-value-container.swatch-selected .swatch-value::after {
  position: absolute;
  top: -10.5px;
  right: -10.5px;
  content: '';
  background-image: url('tick.svg');
  background-color: var(--color-body);
  width: 21px;
  height: 21px;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 50%; }

.mw-options-container label{
  float: left;
  font-weight: normal !important; }

.mw-options-container select {
  width: 100% !important; }

.validation-error {
  position: absolute !important;
  top: 0 !important;
  margin-top: -25px !important;
  font-size: 13px !important; }

.mw-option-select .border-red {
  border: 0; }  

.request-swatches-link {
  display: inline-block; 
  float: right;
  position: relative;
  right: 0; }

.qtip {
  min-width: 118px !important; }
  @media only screen and (max-width: 989px) {
    .qtip {
      display: none !important; } }

.qtip-bootstrap {
  font-family: "freight-text-pro";
  font-style: italic;
  font-size: calc(var(--font-size-base) * 0.94px) !important; /* 13px */
  line-height: 1.2 !important; /* 18px */ 
  padding: 0 0 5px 0 !important;
  color: var(--color-black) !important;
  border: 1px solid var(--color-border) !important;
  border-radius: 3px !important;
  background-color: var(--color-body) !important;
  box-shadow: 0px 3px 6px #0000000D !important;
  margin-top: -5px !important; }

.qtip-tip {
  display: none !important; }

.qtip-content {
  padding: 0 !important;
  max-width: 118px; }  

.qtip-content p {
  max-height: 94px;
  overflow: hidden;
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 5px; } 

.qtip-content p img {
  border-radius: 3px 3px 0 0;
  width: 100%; } 


.product-form__controls-group .selector-wrapper.color-product-form__item {
  background: transparent;
  border-radius: 0; }
.product-form__controls-group .color-product-form__item.selector-wrapper:after {
  content: '';
  border: 0; }  

.variant-swatches {
  display: flex;
  flex-wrap: wrap; }

/*@media only screen and (max-width: 749px) {
  .variant-swatches {
    overflow: hidden;
  }
}*/

.variant-swatches .variant-swatch {
  position: relative;
  margin-bottom: 23px;
  margin-right: 20px;
  height: 45px; }

.variant-swatch__tooltip {
  position: absolute;
  z-index: 8;
  top: 35px; /* was -135% */
  left: 80%; /* was 50% */
  -webkit-transform: translateX(0); /* was -50% */
  -moz-transform: translateX(0); /* was -50% */
  -ms-transform: translateX(0); /* was -50% */
  transform: translateX(0); /* was -50% */
  background-color: var(--color-body);
  width: 120px;
  text-align: center;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.15)); }

@media only screen and (max-width: 749px) {
  div.variant-swatch:nth-child(5n+5) .variant-swatch__tooltip {
    left: -100%;
  }

  .with-rts-array div.variant-swatch:nth-child(5n+1) .variant-swatch__tooltip {
    left: 80%;
  }
  
  .with-rts-array div.variant-swatch:nth-child(6) .variant-swatch__tooltip,
  .with-rts-array div.variant-swatch:nth-child(11) .variant-swatch__tooltip,
  .with-rts-array div.variant-swatch:nth-child(16) .variant-swatch__tooltip,
  .with-rts-array div.variant-swatch:nth-child(21) .variant-swatch__tooltip,
  .with-rts-array div.variant-swatch:nth-child(26) .variant-swatch__tooltip,
  .with-rts-array div.variant-swatch:nth-child(31) .variant-swatch__tooltip,
  .with-rts-array div.variant-swatch:nth-child(36) .variant-swatch__tooltip,
  .with-rts-array div.variant-swatch:nth-child(41) .variant-swatch__tooltip,
  .with-rts-array div.variant-swatch:nth-child(46) .variant-swatch__tooltip {
      left: -100%;
  }
}

.variant-swatch__tooltip .variant-swatch__tooltip-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 45px 0;
  display: block;
  border-radius: 3px 3px 0 0; }

.variant-swatch__tooltip .variant-swatch__tooltip-label {
  /*white-space: nowrap;*/
  padding: 5px;
  display: block; }

.variant-swatch:hover .variant-swatch__tooltip {
  visibility: visible;
  opacity: 1; }

.variant-swatch__tooltip-label .performance {
  display: block;
  clear: both;
}

.variant-swatches input {
  display: none; }

.variant-swatches .variant-swatch label {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  border-radius: 3px; }

.single-option-selector-label {
  padding-bottom: 20px;
  display: flex;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid var(--color-body); }

@media only screen and (max-width: 989px) {
  .single-option-selector-label {
    font-size: calc(var(--font-size-base-mobile) * 0.5882352941px); /* 10px */
    line-height: 1.2; /* 12px */ }
}

input:checked + label.single-option-selector-label {
  position: relative;
  border: 1px solid rgba(0,0,0,0.15); }

input:checked + label.single-option-selector-label::after {
  position: absolute;
  top: -10.5px;
  right: -10.5px;
  content: '';
  background-image: url('tick.svg');
  background-color: var(--color-body);
  width: 21px;
  height: 21px;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 50%; }

.single-option-selector-label span:first-child {
  margin-right: 20px; }

.product-form {
  width: auto; }

.product-form__controls-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px; }

.product-form__controls-group--submit {
  margin-top: 0px; }

.product-gift-card .product-form__controls-group--submit {
  margin-top: 30px; }

.product-form__item {
  flex-grow: 0;
  flex-basis: 100%;
  margin-bottom: 10px;
  padding: 0; }
  @media only screen and (min-width: 990px) {
    .product-form__item {
      padding: 0; }
      .product-single--large-image .product-form__item {
        flex-basis: 100%; } }

.product-gift-card .product-form__item {
  flex-basis: 100%; }

.product-form__item.color-product-form__item {
  margin-bottom: 7px; }


.product-form__item--submit {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 0; }

.product-form__item--payment-button {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }
  @media only screen and (min-width: 990px) {
    .product-single--small-media .product-form__item--payment-button,
    .product-single--full-media .product-form__item--payment-button {
      display: inline-flex;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start; } }
  .product-form__item--payment-button.product-form__item--no-variants {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch; }

.product-form--variant-sold-out .shopify-payment-button {
  display: none; }

.product-form--payment-button-no-variants {
  max-width: 25rem; }

.product-form__variants {
  display: none; }
  .no-js .product-form__variants {
    display: block; }

.product-form__input {
  display: block;
  width: 100%; }
  .product-form__input.input--error {
    margin-bottom: 0; }

.quantity-wrapper {
  position: relative;
  display: inline-block;
  background-color: #EDEBE7;
  border-radius: 3px;
  padding: 6px 5px;
  margin-bottom: 60px; }  
  .quantity-wrapper input {
    min-height: auto;
    min-width: 100px;
    max-width: 5rem; }
    .quantity-wrapper input[type=number]:focus {
      border: 0 !important; }
  .quantity-wrapper input.in-yards {
    min-width: 135px;
  }    
  .quantity-wrapper span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 5px;
    padding: 9px 7px 8px;
    border-left: 1px solid var(--color-border); }  
  .quantity-wrapper span:last-child {
    top: auto;
    padding: 8px 7px 9px;
    bottom: 0;
    border-top: 1px solid var(--color-border); }    

.quantity-wrapper__wallpaper input:after {
  content: 'yards';
}

.quantity-wrapper__wallpaper {
  margin-bottom: 10px;
}

.quantity-wrapper__wallpaper-note {
  margin-bottom: 50px;
}

.js--quantity {
  cursor: pointer; }

.js--quantity svg {
  pointer-events: none; }

.product-form_inventory-msg div {
  margin-bottom: 15px; }  

.product-form__error-message-wrapper {
  display: flex;
  flex-basis: 100%;
  padding: 0.5rem 0;
  margin: 0 calc((5 / (var(--font-size-base))) * 1em) 20px; }

.product-form__controls-group ~ .product-form__error-message-wrapper {
  margin-bottom: 0; }

.product-form__error-message-wrapper--has-payment-button {
  padding: 0.5rem 0; }

.product-form__error-message-wrapper--hidden {
  display: none; }

.product-form__error-message {
  margin-left: 0.5rem;
  font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
  line-height: 1.2;
  color: var(--color-body-text); }

.terms-msg-cto {
  margin-top: 45px; }

.terms-msg,
.terms-msg-cto {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0.015em;
  padding: 0 40px; 
  margin-bottom: 15px; }
  .accessory-checkbox input,
  .terms-msg input,
  .terms-msg-cto input {
    display: none !important; }
  .accessory-checkbox .control-indicator,  
  .terms-msg .control-indicator,
  .terms-msg-cto .control-indicator {
    position: relative;
    display: inline-block;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid var(--color-border);
    margin-right: 10px; }
    .accessory-checkbox .control-indicator:after,
    .terms-msg .control-indicator:after,
    .terms-msg-cto .control-indicator:after {
      position: relative;
      top: -1px;
      content: url('checkbox-tick.svg');
      width: 8px;
      height: auto;
      opacity: 0; }
    .accessory-checkbox .control-indicator:after {
      top: 2px; }  

.terms-period {
  margin-left: -4px; }

.accessory-checkbox {
  float: left;
  display: inline-block;
  margin-top: 15px; }

.control--checkbox input:checked ~ .control-indicator {
  border-color: var(--color-black); }
.control--checkbox input:checked ~ .control-indicator:after {
  opacity: 1; }

.terms-list {
  max-width: 355px;
  margin: 0 auto 30px; }
  @media only screen and (max-width:  415px) {
    .terms-list {
      max-width: 265px; }
  }
  
.terms-list li {
  list-style: disc; }

.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  margin-top: 0;
  min-height: 38px; }
  .product-single--small-media .product-form__cart-submit, .product-single--small-media .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single--small-media .shopify-payment-button__button--unbranded,
  .product-single--full-media .product-form__cart-submit,
  .product-single--full-media .shopify-payment-button .shopify-payment-button__button--unbranded,
  .shopify-payment-button .product-single--full-media .shopify-payment-button__button--unbranded {
    -webkit-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-right: 10px; }

.product-form__cart-submit {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn.product-form__cart-submit::after,
.btn.product-form__cart-submit::before {
  width: 0;
}

.btn.product-form__cart-submit:hover::after,
.btn.product-form__cart-submit:hover::before {
  width: 0; }

.product-form__cart-submit.btn:not([disabled]):hover {
  color: var(--color-white);
  background-color: var(--color-black); }

.product-form__cart-submit.btn:not([disabled])[aria-label="Sold Out"]:hover {
  background-color: #B0B0AD; }

.product-single--small-media .shopify-payment-button,
.product-single--full-media .shopify-payment-button {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }

.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background-color: var(--color-btn-primary-focus) !important; }

.shopify-payment-button .shopify-payment-button__button--branded {
  border-radius: 2px;
  overflow: hidden; }

.shopify-payment-button .shopify-payment-button__more-options {
  margin: 16px 0 10px;
  font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
  text-decoration: underline; }
  .shopify-payment-button .shopify-payment-button__more-options:hover, .shopify-payment-button .shopify-payment-button__more-options:focus {
    opacity: 0.6; }

@media only screen and (min-width: 990px) {
  .product-form__cart-submit--small {
    max-width: 300px; } }


.gift-reggie-buttons {
  align-items: center; }

.gift-reggie-buttons .gift-reggie-wishlist-button,
.gift-reggie-buttons .gift-reggie-registry-button {
  display: flex;
  align-items: center;
  justify-content: center; }

.gift-reggie-buttons .gift-reggie-wishlist-button svg,
.gift-reggie-buttons .gift-reggie-registry-button svg {
  margin: 0 7px; }  

.gift-reggie-buttons .gift-reggie-wishlist-button{
  border-right: 1px solid rgba(0,0,0,0.15); }


.product-single__description {
  margin-top: 30px;
  margin-bottom: 95px; }
  @media only screen and (max-width: 989px) {
    .product-single__description {
    margin-bottom: 60px; } }

.product-gift-card .product-single__description {
  margin-top: 100px; }    

.product-single__description.rte p {  }

.product-single__description.rte h3 {
  font-size: calc(var(--font-size-base) * 0.6px); /* 12px */
  line-height: 1.17; /* 14px */ }

.product__quantity-error .icon {
  margin-right: 1rem; }

.gift-card-form {
  width: 100%; }

.gift-card-form .input-wrapper {
  background: #edebe7;
  padding: 7px 5px 6px;
  border-radius: 3px;
  margin-bottom: 15px; }

.gift-card-form .input-wrapper input,
.gift-card-form .input-wrapper textarea {
  width: 100%;
  min-height: 21px;
  padding-top: 19px;
  margin-top: -18px;
  line-height: 18px; }  

/*============================================================================
#Back in Stock Modal
==============================================================================*/

.bis-reset {
  z-index: 98 !important; }

.bis-reset .bis-button {
  text-shadow: none !important;
  font-size: 10px !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.275em;
  padding: 14px 14px 12px !important; }

#BIS_trigger {
  margin-top: 10px; }  

/*================ Product Images ================*/
.product-featured-media {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px); }
  .no-js .product-featured-media {
    position: relative; }

.zoomImg {
  background-color: var(--color-body); }

@media only screen and (min-width: 990px) {
  .product-single__media-group {
    position: sticky;
    -webkit-position: sticky;
    top: 39px;
    height: calc(100vh - 39px);
    overflow: hidden; }

  .product-single__media-group  .product-single__media {
    padding: 0!important;
    height: calc(100vh - 39px);
  }

  .is-overflowing .product-single__media-group {
    top: 0;
    height: 100vh; 
  }

  .is-overflowing .product-single__media-group  .product-single__media {
    height: 100vh;
  }

  .product-cylindo .product-single__media-group {
    top: 121px;
    height: calc(100vh - 121px);
  }

  .product-single__media-group img {
    object-fit: cover;
    object-position: bottom;
    height: 100vh; }

  .product-single__media-group .swiper-button-next,
  .product-single__media-group .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .product-single__media-group:hover .swiper-button-next,
  .product-single__media-group:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible; } }

.product-single__media-wrapper {
  margin: 0 auto;
  width: 100%;
  float: left; }

.product-single__media {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative; }
  .product-single__media iframe,
  .product-single__media model-viewer,
  .product-single__media .shopify-model-viewer-ui,
  .product-single__media img,
  .product-single__media > video,
  .product-single__media .plyr,
  .product-single__media .media-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%; }
  .product-single__media .media-video {
    object-fit: cover;
    object-position: center;
    min-height: 100vh; }
  .product-single__media iframe,
  .product-single__media .media-video,
  .product-single__media model-viewer,
  .product-single__media .shopify-model-viewer-ui,
  .product-single__media .media-item,
  .product-single__media .plyr,
  .product-single__media .plyr__video-wrapper {
    height: 100%; }

.product-single__media--video {
  background-color: var(--color-video-bg); }

.product-single__view-in-space {
  background-color: rgba(var(--color-text-rgb), 0.08);
  border: none;
  width: 100%;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em);
  color: var(--color-text); }
  .product-single__view-in-space[data-shopify-xr-hidden] {
    visibility: hidden; }
    @media only screen and (min-width: 990px) {
      .product-single__view-in-space[data-shopify-xr-hidden] {
        display: none; } }
  .product-single__view-in-space:hover .product-single__view-in-space-text, .product-single__view-in-space:focus .product-single__view-in-space-text {
    border-bottom-color: var(--color-text); }
  .product-single__view-in-space svg.icon {
    height: calc((25 / (var(--font-size-base))) * 1em);
    width: calc((25 / (var(--font-size-base))) * 1em);
    margin-top: -3px;
    margin-right: 2.43px;
    fill: transparent; }
    .product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
      stroke: none; }
    .product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
      fill: var(--color-text);
      opacity: 1; }

.product-single__view-in-space-text {
  border-bottom: 1px solid transparent; }

@media only screen and (min-width: 990px) {
.product-media__carousel .slick-track {
  height: 100vh; } }

.product-media__carousel-nav {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 999; }

.product-media__carousel-nav div {
  margin-right: 50px;
  color: var(--color-white);
  font-family: 'Gestura Text Light', serif;
  font-weight: 200;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  max-width: 115px;
  white-space: nowrap; }

.product-media__carousel-nav span {
  padding-left: 20px; }

.product-media__carousel-nav div.slider-arrow {
  cursor: pointer; }

@media only screen and (max-width: 989px) {
  .product-single__media-group {
    position: relative; } }

/* Template | Product – Gift Card Instructions */
.gift-card-instructions__container {
  max-width: 1165px;
  width: 100%;
  margin: 0 auto; }

.gift-card-instructions__container-inner {
  display: flex;
  flex-wrap: wrap; }

.gift-card-instructions__container-inner div {
  max-width: 260px;
  margin: 0 auto; }

/* Template | Product – MBS */

.mbs__nav {
  position: sticky;
  -webkit-position: sticky;
  background: var(--color-body);
  top: 121px; /* 117px */
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 6; }
  .product-mbs-apo .mbs__nav {
    top: 120px; /* 117px */ }

@media only screen and (min-width: 1025px) {
  .is-overflowing .mbs__nav {
    top: 73px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .mbs__nav {
    top: 73px; } }

@media only screen and (max-width: 640px) {
  .mbs__nav {
    top: 44px; } }

.mbs__nav ul {
  display: flex;
  justify-content: center;
  padding: 15px 0; }

.mbs__nav ul li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 40px;
  opacity: 0.6; }

.mbs__nav li:hover {
  opacity: 1; }  

.mbs__nav li.active {
  font-style: italic;
  opacity: 1; }  

@media only screen and (max-width: 640px) {
  .mbs__nav {
    overflow: hidden; }

  .mbs__nav ul {
    justify-content: flex-start;
    overflow-x: scroll;  }

  .mbs__nav ul::-webkit-scrollbar {
    display: none; }

  .mbs__nav li {
    white-space: nowrap; } }

.mbs__product-info-img__image {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px; }
  @media only screen and (min-width: 990px) {
    .mbs__product-info-img__image {
      position: sticky;
      position: -webkit-sticky;
      top: 170px; } }

.mbs__info-row-one .mbs__product-info-img .mbs__product-info-img__image:after,
.mbs__info-row-two .mbs__product-info-img .mbs__product-info-img__image:after {
  padding-bottom: 132%; }

.mbs__info-row-three .mbs__product-info-img .mbs__product-info-img__image:after {
  padding-bottom: 72%; }

.mbs__info-row-one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 130px 0 0; }
  @media only screen and (max-width: 989px) {
    .mbs__info-row-one {
      flex-direction: column;
      padding-top: 55px; } }

.mbs__info-row-one .mbs__product-info-img {
  width: 24%; }
  @media only screen and (max-width: 1024px) {
    .mbs__info-row-one .mbs__product-info-img {
      width: 30%; } }
  @media only screen and (max-width: 989px) {
    .mbs__info-row-one .mbs__product-info-img {
      width: 100%;
      margin-top: 50px; } }

@media only screen and (min-width: 1024px) {
  .mbs__info-row-one .mbs__product-info-text {
    width: 76%; }  

  .mbs__info-row-one .mbs__product-info-text .mbs__product-info-text-inner {
    max-width: 700px;
    width: 100%; }

  .mbs__info-row-one .mbs__product-info-text .mbs__product-info-text-inner h2 {
    padding-top: 40px; } }

@media only screen and (min-width: 990px) {
  .mbs__info-row-one .mbs__product-info-text {
    width: 60%; } }

@media only screen and (max-width: 640px) {
  .mbs__info-row-one .mbs__product-info-text .mbs__product-info-text-inner h2 {
    margin-bottom: 55px } }  

.mbs__info-row-one .mbs__product-details__container {
  margin-top: 150px; }
  @media only screen and (max-width: 989px) {
    .mbs__info-row-one .mbs__product-details__container {
      margin-top: 0; } }

.mbs__info-row-one .mbs__product-details__container .mbs__product-details,
.mbs__info-row-two .mbs__product-details__container .mbs__product-details {
  width: 50%;
  float: left; }
  @media only screen and (max-width: 989px) {
    .mbs__info-row-one .mbs__product-details__container .mbs__product-details,
    .mbs__info-row-two .mbs__product-details__container .mbs__product-details {
      width: 100%; } }

.mbs__product-details__container .mbs__product-details-full-width p,
.mbs__product-details__container .mbs__product-details p {
  margin: 0 0 15px; /* 9px */ }
  @media only screen and (max-width: 989px) {
    .mbs__product-details__container .mbs__product-details-full-width p,
    .mbs__product-details__container .mbs__product-details p.accordion-toggle {
      margin: 0; } }

.mbs__product-details__container .mbs__product-details p span {
  display: inline-block;
  float: right; }

.mbs__product-details__container .mbs__product-details p span.accordion-open,
.mbs__product-details__container .mbs__product-details p span.acordion-closed {
  top: 1px;
  position: relative; }

.mbs__product-details__container .mbs__product-details ul li {
  margin-bottom: 2px; }

.mbs__product-details__container .mbs__product-details .product-details__block {
  padding-right: 55px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 989px) {
    .mbs__product-details__container .mbs__product-details-full-width .product-details__block,
    .mbs__product-details__container .mbs__product-details .product-details__block {
      margin-bottom: 0;
      padding-right: 0;
      border-bottom: 1px solid var(--color-border); } }

.mbs__product-details__container .mbs__product-details .product-details__block ul.has-bullets {
  margin-left: 14px; }

.mbs__product-details__container .mbs__product-details .product-details__block ul.has-bullets li {
  list-style: none;
  list-style-image: url('//cdn.shopify.com/s/files/1/0017/7009/4690/t/35/assets/circle-bullet.svg?v=16234209209979578700'); }

@media only screen and (max-width: 640px) {
  .mbs__info-row-one .mbs__product-details__container.accordion-wrapper {
    border-top: 1px solid var(--color-border); }
  .mbs__product-details__container .mbs__product-details {
    width: 100%; } }

@media only screen and (max-width: 1200px) {
  .mbs__product-details__container .mbs__product-details {
    width: 100%; }

  .mbs__product-details__container .mbs__product-details .product-details__block
  .mbs__product-details__container .mbs__product-details  p {
    margin: 0;
    cursor: pointer; }

  .mbs__product-details__container .mbs__product-details  p.mobile-toggle {
    padding: rem(10) 0; }

  .mbs__product-details__container .mbs__product-details  p.mobile-toggle .icon {
    width: 9px;
    height: 9px; }

  .mbs__product-details__container {
    margin-bottom: rem(30);
    float: left;
    width: 100%; } }

.mbs__info-row-two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0 120px; }
  @media only screen and (max-width: 989px) {
    .mbs__info-row-two {
      padding: 30px 0 30px; } }

.mbs__info-row-two .mbs__product-info-img {
  width: 33%; }
  @media only screen and (max-width: 989px) {
    .mbs__info-row-two .mbs__product-info-img {
      width: 100%; } }

.mbs__info-row-two .mbs__info-tech-spec {
  width: 50%; }
  @media only screen and (max-width: 989px) {
    .mbs__info-row-two .mbs__info-tech-spec {
      width: 100%; } }

.mbs__info-row-one h2,
.mbs__info-row-two h2 {
  max-width: 700px; }

.mbs__info-row-three {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 0 105px; }
  @media only screen and (max-width: 989px) {
    .mbs__info-row-three {
      flex-direction: column;
      padding: 0 0 30px; } }

.mbs__info-row-three .mbs__info-row-three-text-container {
  width: 25%; }
  @media only screen and (max-width: 1024px) {
    .mbs__info-row-three .mbs__info-row-three-text-container {
      width: 30%; } }
  @media only screen and (max-width: 989px) {
    .mbs__info-row-three .mbs__info-row-three-text-container {
      width: 100%; } }

.mbs__info-row-three .mbs__product-info-video,
.mbs__info-row-three .mbs__product-info-img {
  width: 50%; }
  @media only screen and (max-width: 989px) {
    .mbs__info-row-three .mbs__product-info-video,
    .mbs__info-row-three .mbs__product-info-img {
      width: 100%; } }

.mbs__product-info-video.ratio-container:after {
  padding-bottom: 56.25%; }

.mbs__product-info-video video {
  border-radius: 3px; }  

.mbs__product-info-video .sound-station {
  position: relative;
  z-index: 9;
  text-align: right; }

.mbs__product-info-video .sound-station svg {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: opacity 0.2s ease 0.1s;
  z-index: 99; }

.mbs__product-info-video .sound-station .icon-mute {
  display: block; }

.mbs__product-info-video .sound-station .icon-sound {
  display: none; }

.mbs__product-info-video video,
.collection__video {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover; }      

.mbs__details table td {
  padding: 12px;
  text-align: right;
  border-color: rgba(0, 0, 0, 0.15);
  font-size: calc(var(--font-size-base) * 0.94px); /* 13px */
  line-height: 1.375; /* 18px */ }

.mbs__details table tr td:first-child {
  text-align: left; }

.mbs__details table tr:first-child td,
.mbs__details table tr td:first-child {
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  letter-spacing: 0.275em;
  text-transform: uppercase;
  font-size: calc(var(--font-size-base) * 0.645px); /* 9px */
  line-height: 1.45; /* 13px */ }

.mbs__process-container,
.gift-card-instructions__container {
  width: 100%;
  margin: 0 auto;
  padding: 120px 0; }
  @media only screen and (max-width: 989px) {
    .mbs__process-container,
    .gift-card-instructions__container {
      padding: 60px 0; } }

.mbs__process-container h3,
.gift-card-instructions__container h3 {
  margin-bottom: 60px; }

.mbs__process-container-inner,
.gift-card-instructions__container-inner {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 640px) {
    .mbs__process-container-inner,
    .gift-card-instructions__container-inner {
      flex-direction: column; } }

.mbs__process-container-inner div,
.gift-card-instructions__container-inner div {
  max-width: 275px;
  padding: 0 7.5px;
  margin: 0 auto; }

@media only screen and (max-width: 1139px) {
  .mbs__process-container-inner div,
  .gift-card-instructions__container-inner div {
    margin-bottom: 50px; } }  

.mbs__process-container-inner div:last-child,
.gift-card-instructions__container-inner div:last-child {
  margin-bottom: 0px; } 

.mbs__process-container-inner div img,
.gift-card-instructions__container-inner div img {
  max-width: 70px;
  width: 100%;
  margin: 0 auto; }

.mbs__process-container h5,
.gift-card-instructions__container h5 {
  font-size: calc(var(--font-size-base) * 1px);
  margin-top: 5px;
  margin-bottom: 30px; }

.mbs__quote {
  max-width: 1040px;
  margin: 0 auto;
  padding: 160px 0; }
  @media only screen and (max-width: 989px) {
    .mbs__quote {
      padding: 60px 0; } }

.mbs__quote .rte {
  margin-bottom: 30px; }

.mbs__quote h6 {
  margin-bottom: 15px; }
  @media only screen and (max-width: 989px) {
    .mbs__quote h6 {
      font-size: calc(var(--font-size-base) * 0.73px); /* 10px */
      line-height: 1.38; /* 14px */ } }

.mbs__purchase-prompt {
  border-top: 1px solid rgba(0,0,0,0.15);
  padding: 120px 0; }

.mbs__purchase-prompt-inner {
  max-width: 405px;
  margin: 0 auto; }

.mbs__purchase-prompt h3 {
  font-family: "freight-display-pro", serif;
  font-weight: 300;
  font-style: italic;
  font-size: calc(((var(--font-h6-desktop)) / (var(--font-size-base))) * 1.04em); /* 32px */
  line-height: 1.31; /* 42px */
  margin-bottom: 35px; }
  @media only screen and (max-width: 989px) {
    .mbs__purchase-prompt h3 {
      font-size: calc(((var(--font-h6-desktop)) / (var(--font-size-base))) * 0.91em); /* 28px */
      line-height: 1.49; /* 42px */
      margin-bottom: 40px; } }

.mbs__purchase-prompt .btn {
  max-width: 220px; }

.mbs__purchase-prompt-subtitle {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: italic;
  margin-top: 60px;
  margin-bottom: 10px; }

/*================ Template | Product > Request Swatches ================*/

.product-request-swatches .product-single {
  margin-top: 80px;
  border-top: 1px solid var(--color-border); }
  @media only screen and (min-width: 990px) {
    .product-request-swatches .product-single {
    padding-bottom: 115px; } }

.product-request-swatches .product-single__container {
    margin: 60px auto 0; }
  @media only screen and (min-width: 990px) {
    .product-request-swatches .product-single__container {
      max-width: 100%;
      margin: 80px auto 0; } }

.product-request-swatches .product-single__header {
  padding: 80px 0; }
  @media only screen and (max-width: 640px) {
    .product-request-swatches .product-single__header {
      padding: 80px 0 60px; } }

.product-request-swatches .product-single__header h1 {
  max-width: 690px;
  margin: 0; }  

.product-single__header-text {
  padding-bottom: 80px; }  
  @media only screen and (max-width: 640px) {
    .product-single__header-text {
      padding-bottom: 60px; } } 

.swatches-instructions__container {
  max-width: 1165px;
  width: 100%;
  margin: 0 auto; }

.swatches-instructions__container-inner {
  display: flex;
  flex-wrap: wrap; }

.swatches-instructions__container-inner div {
  max-width: 260px;
  margin: 0 auto; }

.swatches-instructions__container {
  width: 100%;
  margin: 0 auto;
  padding: 120px 0; }
  @media only screen and (max-width: 989px) {
    .swatches-instructions__container {
      padding: 60px 0; } }

.swatches-instructions__container h3 {
  margin-bottom: 60px; }

.swatches-instructions__container-inner {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 640px) {
    .swatches-instructions__container-inner {
      flex-direction: column; } }

.swatches-instructions__container-inner div {
  max-width: 275px;
  padding: 0 7.5px;
  margin: 0 auto; }

@media only screen and (max-width: 1139px) {
  .swatches-instructions__container-inner div {
    margin-bottom: 50px; } }  

.swatches-instructions__container-inner div:last-child {
  margin-bottom: 0px; } 

.swatches-instructions__container-inner div img {
  max-width: 70px;
  width: 100%;
  margin: 0 auto; }

.swatches-instructions__container h5 {
  font-size: calc(var(--font-size-base) * 1px);
  margin-top: 5px;
  margin-bottom: 30px; }

.product-request-swatches .mw-product-options {
  padding-top: 80px;
  padding: 0!important; }

.product-request-swatches .mw-options-container .mw-option-select {
  padding: 0 !important;
  margin-bottom: 40px; 
  background-color: transparent; }

.product-request-swatches .mw-options-container .mw-option-select:after {
  border: 0; }

.product-request-swatches .mw-options-container .mw-option-select select {
  border: 1px solid var(--color-border);
  width: auto !important;
  display: block !important;
  clear: both;
  border-radius: 3px;
  padding: 5px 25px 5px 5px;
  margin-bottom: 0 !important; }

.product-request-swatches .mw-options-container label,
.product-request-swatches .mw-options-container .mw-option-select select {
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  letter-spacing: 0.015em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(((var(--font-h6-desktop)) / (var(--font-size-base))) * 1em); /* 31px */
  line-height: 1.23; /* 38px */
  text-transform: initial;
  margin-bottom: 25px; 
  font-weight: 300 !important;}

.product-request-swatches .mw-options-container .mw-option-select select optgroup { font-size:14px; }

.product-request-swatches .option-label-value {
  display: none !important; }

.product-request-swatches .swatch-option {
  width: calc(100% + 15px);
  margin-left: -7.5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.product-request-swatches .swatch-option .swatch-value-container {
  position: relative;
  flex: 1 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  margin: 0 7.5px 50px !important;
  border: 1px solid transparent !important;
  padding: 15px !important;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  @media only screen and (min-width: 641px) and (max-width: 989px) {
    .product-request-swatches .swatch-option .swatch-value-container {
    flex: 1 0 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px); } }
  @media only screen and (max-width: 640px) {
    .product-request-swatches .swatch-option .swatch-value-container {
    flex: 1 0 calc(50% - 15px);
    max-width: calc(50% - 15px); } }

.product-request-swatches .swatch-option .swatch-value-container:hover {
  border: 1px solid var(--color-border) !important; }

.product-request-swatches .swatch-option .swatch-value-container.swatch-selected {
  background-color: #edebe7; }

.product-request-swatches .swatch-option .swatch-value-container .swatch-value::after {
  position: absolute;
  content: url('request-swatch-hover.svg');
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
  width: 44px;
  height: 44px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.product-request-swatches .swatch-option .swatch-value-container:hover .swatch-value::after {
  opacity: 1; }

.product-request-swatches .swatch-option .swatch-value-container.swatch-selected .swatch-value::after {
  content: url('request-swatch-tick.svg');
  background-image: none;
  background-color: transparent;
  border: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
  width: 44px;
  height: 44px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.product-request-swatches .swatch-option .swatch-value-container .swatch-value {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 123.5%;
  border: 0 !important; }

.product-request-swatches .qtip {
  display: none !important;
  top: 0 !important;
  left: 0 !important; }

.product-request-swatches .product-request-swatches__floating-controls {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background: var(--color-body);
  height: 80px;
  box-shadow: 0 20px 25px #000;
  display: flex;
  align-items: center;
  justify-content: space-between; } 
  @media only screen and (max-width: 640px) {
    .product-request-swatches .product-request-swatches__floating-controls {
      height: auto;
      flex-direction: column; } }

.product-request-swatches .product-request-swatches__floating-controls .swatches-count {
  padding-left: 20px; }
  @media only screen and (max-width: 640px) {
    .product-request-swatches .product-request-swatches__floating-controls .swatches-count {
      padding: 15px 0 0; } }

.product-request-swatches .product-request-swatches__floating-controls .swatches-count .swatches-count__count {
  padding-left: 20px; }  

.product-request-swatches .product-request-swatches__floating-controls .product-form__controls-group {
  flex-wrap: nowrap;
  align-items: center; }
  @media only screen and (max-width: 640px) {
    .product-request-swatches .product-request-swatches__floating-controls .product-form__controls-group {
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      justify-content: center; } }

.product-request-swatches .product-request-swatches__floating-controls .product__price {
  margin-top: 0;
  margin-right: 40px; }
  @media only screen and (max-width: 640px) {
    .product-request-swatches .product-request-swatches__floating-controls .product__price { 
      padding: 30px 0;
      margin-right: 0; } }

.product-request-swatches .product-request-swatches__floating-controls button {
  bottom: 0;
  right: 0;
  width: 255px !important;
  height: 80px; }  
  @media only screen and (max-width: 640px) {
    .product-request-swatches .product-request-swatches__floating-controls button {
      width: 100% !important;
      height: 50px; } } 

.product-request-swatches #shopify-section-collection-recommendations,
.product-request-swatches #shopify-section-pre-footer,
.product-request-swatches #shopify-section-footer {
  position: relative;
  z-index: 2; }

/*================ Template | Collections ================*/

.template-collection .grid--view-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px; }
  @media only screen and (max-width: 640px) {
    .template-collection .grid--view-items {
      margin-top: 0;
      margin-bottom: 0; } }

.collection-hero {
  position: relative;
  overflow: hidden;
  margin-top: -55px; }

.collection-header__meta,
.search-header__meta {
  padding-top: 19px; }

@media only screen and (min-width: 641px) {
  .collection-header__meta,
  .search-header__meta {
    display: flex;
    justify-content: space-between; }

  .collection-header__meta-counts-container-mob,
  .search-header__meta-counts-container-mob {
    display: none; }

  .collection-header__meta-page-count,
  .search-header__meta-page-count {
    padding-left: 100px; } }

@media only screen and (max-width: 640px) {
  .collection-header__meta-counts-container,
  .search-header__meta-counts-container {
    display: none; }

  .collection-header__meta-counts-container-mob .collection-header__meta-counts,
  .search-header__meta-counts-container-mob .search-header__meta-counts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 20px; }

  .search-header__meta-counts-container-mob .search-header__meta-counts {
    padding-bottom: 10px; }

  .collection-header__meta-breadcrumbs,
  .search-header__meta-breadcrumbs {
    text-align: center; } }

.collection-header__subcategories-container {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.collection-header__subcategories {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  padding-top: 30px!important;
  padding-bottom: 20px!important; }

.collection-header__subcategories .swiper-slide {
  width: 126px; }

.collection-header__subcategories-container .swiper-button-prev {
  left: 15px !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.collection-header__subcategories-container:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible; }

.collection-header__subcategories-container .icon-circle-arrow-right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.collection-header__subcategories .collection-header__item {
  text-align: center; }

.collection-header__subcategories .collection-header__item a {
  display: flex;
  flex-direction: column;
  align-items: center; }

.collection-header__subcategories .collection-header__item img {
  max-height: 49px; }

.collection-header__subcategories .collection-header__item span {
  /*white-space: nowrap;*/
  margin-top: 15px; }

.collection-header__subcategories-container .swiper-button-next,
.collection-header__subcategories-container .swiper-button-prev,
.collection-header__subcategories-container .swiper-button__underlay {
  display: none; }

.slider-is-overflowing .collection-header__subcategories-container .swiper-button-next,
.slider-is-overflowing .collection-header__subcategories-container .swiper-button-prev,
.slider-is-overflowing .collection-header__subcategories-container .swiper-button__underlay {
  display: flex; }

.collection-header__subcategories .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

.slider-is-overflowing .collection-header__subcategories .swiper-wrapper {
  justify-content: initial; }


.collection-title__container {
  max-width: 340px;
  margin: 0 auto 85px;
  text-align: center; }
  @media only screen and (max-width: 989px) {
    .collection-title__container {
      margin-bottom: 80px; } }

.vendor-collection-description,
.collection-description {
  max-width: 260px;
  margin: 22px auto 30px; }

.vendor-collection-description {
  max-width: 180px; }  

.collection-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1; }
  .collection-hero__image:after {
    background: linear-gradient(0deg, rgba(128,119,113,0) 0%, rgba(128,119,113,0.15) 50%, rgba(128,119,113,0.5) 100%); }
  @media only screen and (max-width: 989px) {
    .collection-hero__image {
      min-height: 510px; } }

.collection-hero__image.ratio-container:after {
  padding-bottom: 40%; }

.collection-hero__image-mobile {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1; }
  @media only screen and (max-width: 989px) {
    .collection-hero__image-mobile {
      min-height: 510px; } }

.collection-hero__image-mobile.ratio-container:after {
  padding-bottom: 40%; }

.collection-hero__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay); }

.collection-hero__title {
  margin-top: 35px;
  width: 100%; }
  @media only screen and (min-width: 990px) {
    .collection-hero__title {
      font-size: calc(((var(--font-size-header) + 7) / (var(--font-size-base))) * 1em);
      margin-top: 40px; } }

@media only screen and (max-width: 640px) {
  .collection-layout-container--large .small--one-half {
    width: 100%; } }

.collection-layout-button {
  cursor: pointer; }

.collection-layout-button svg path,
.collection-layout-button svg rect {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.153; }

.collection-layout-button.is-active svg path,
.collection-layout-button.is-active svg rect {
  opacity: 0.449; }

.mbs-collection__overflow {
  position: relative;
  max-height: 1250px;
  padding-bottom: 10%;
  overflow-y: hidden;
  margin-bottom: 40px;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -ms-transition: max-height 1s ease;
  transition: max-height 1s ease; }
  .mbs-collection__overflow .mbs-collection__overflow-overlay {
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -ms-transition: background 1s ease;
    transition: background 1s ease;
    background: rgb(251,249,247);
    background: linear-gradient(0deg, rgba(251,249,247,1) 0%, rgba(251,249,247,0.500437675070028) 50%, rgba(251,249,247,0) 100%);
    position: absolute;
    height: 340px;
    bottom: 0;
    width: 100%;
    z-index: 10; }
    .mbs-collection__overflow .mbs-collection__overflow-overlay a.btn {
    position: absolute;
    bottom: 0;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } 

.mbs-collection__overflow.expanded .mbs-collection__overflow-overlay {
   background: transparent;
   height: 40px; }

.cart-header {
  margin-top: 80px;
  padding-bottom: 115px;
  border-top: 1px solid var(--color-border); }
  @media only screen and (max-width: 989px) {
    .cart-header {
      padding-bottom: 60px; } }


/*================ Swatch Collection ================*/

#collection-swatches .collection-header {}

@media only screen and (max-width: 660px) {
  #collection-swatches .collection-header {
    margin-bottom: 40px; } }

@media only screen and (min-width: 990px) {
  #collection-swatches .collection-hero__title {
    font-size:calc(((var(--font-h1-desktop))/ (var(--font-size-base))) * 1em);line-height:1.14;
    margin-top: 0; } }

#collection-swatches .collection-title__container {
  max-width: 100%;
  margin: 0 auto 115px;
  text-align: left;
  max-width: 690px; }

#collection-swatches .collection-para__container {
  column-count: 2;
  column-gap: 15px;
  margin-bottom: 80px; }

  @media only screen and (max-width: 660px) {
    #collection-swatches .collection-para__container { 
      margin-top: 15px;
      margin-bottom: 40px;
      column-count: 1; } }


#collection-swatches .swatch-tag-filter {
  margin-bottom: 80px; }

  @media only screen and (max-width: 660px) {
    #collection-swatches .swatch-tag-filter {
      margin-bottom: 40px; } }

#collection-swatches .swatch-tag-filter select {
  min-width: 430px;
  border: 1px solid rgba(0, 0, 0, 0.15); 
  border-radius: 3px;
  padding: 5px; }

  @media only screen and (max-width: 480px) {
    #collection-swatches .swatch-tag-filter select {
    min-width: 100%; } }

#collection-swatches .sample-section {
  margin-bottom: 120px; }

@media only screen and (max-width: 749px) {
  #collection-swatches .sample-section {
    margin-bottom: 60px;
  }
}

.template-collection #collection-swatches .grid--view-items {
  margin-top: 30px;
}

#collection-swatches .sample-section__description a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

#collection-swatches .sample-section .sample-section__description {
  max-width: 540px; } 

#collection-swatches .grid {
  margin-left: -45px; }

#collection-swatches .grid .grid__item {
  padding-left: 45px; }

#collection-swatches .price {
}

#collection-swatches .collection-swatches-header .grid__item {
  float: none;
}

#collection-swatches .sample-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 749px) { 
  #collection-swatches .sample-section__header {
    flex-direction: column;
    row-gap: 20px;
  }
}

#collection-swatches .collection-header__navigation {
  position: sticky; 
  top: 121px; 
  margin-bottom: 80px; 
  border-bottom: 1px solid rgba(0,0,0,0.15); 
  z-index: 999; 
  background-color: var(--color-body);
}

@media only screen and (max-width: 1300px) {
  #collection-swatches .collection-header__navigation {
    top: 70px;
  }
}

 @media only screen and (min-width: 750px) and (max-width: 1300px) {
  #collection-swatches .collection-header__navigation {
    top: 70px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 749px) {
  #collection-swatches .collection-header__navigation {
    top: 70px;
  }
}

@media screen and (max-width: 639px) {
  #collection-swatches .collection-header__navigation {
    top: 40px;
  }
}

#collection-swatches .collection-header__navigation ul {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}


/*================ Cart page ================*/
.trade__success-prompt,
.cart__backorder-prompt {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px 50px 15px 15px;
  z-index: 999;
  background-color: #FBF9F7;
  box-shadow: 0px 3px 6px #0000000D;
  max-width: 460px; }

.trade__success-prompt svg,
.cart__backorder-prompt svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  padding: 15px; 
  cursor: pointer; }

.trade__success-prompt .accent,
.cart__backorder-prompt .accent {
  margin-bottom: 80px; }

.trade__success-prompt.hide-modal,
.cart__backorder-prompt.hide-modal {
  opacity: 0;
  visibility: hidden; }

form.cart {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  margin-left: -15px;
  margin-bottom: 100px;
  color: var(--color-body-text); }
  @media only screen and (max-width: 989px) {
    form.cart {
      flex-direction: column;
      margin-bottom: 60px; }

    form.cart .right-column {
      margin-top: 60px; } }
  @media only screen and (min-width: 990px) {
    form.cart .left-column {
      position: sticky;
      position: -webkit-sticky;
      align-self: flex-start;
      height: auto;
      top: 160px; } }
  form.cart .left-column,
  form.cart .right-column {
    width: 40%;
    padding-left: 15px; }
    @media only screen and (min-width: 990px) and (max-width: 1024px) {
      form.cart .left-column,
      form.cart .right-column {
        width: 45%; } }
    @media only screen and (min-width: 641px) and (max-width: 989px) {
      form.cart .left-column,
      form.cart .right-column {
        width: 80%;
        margin: 60px auto 0;
        padding-left: 0; } }
    @media only screen and (max-width: 640px) {
      form.cart .left-column,
      form.cart .right-column {
        width: 100%; } }
  form.cart .left-column h2 {
    margin-bottom: 15px; }
  form.cart .cart-block {
    margin-bottom: 70px; }
  form.cart table {
    margin-bottom: 30px; }
  form.cart th,
  form.cart td {
    border: 0; }
  form.cart td {
    padding-top: 25px;
    padding-bottom: 15px; }
  form.cart th {
    font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    text-transform: uppercase;
    padding: 27.5px 22px; }
  @media only screen and (max-width: 749px) {
    form.cart td:nth-child(3),
    form.cart th:nth-child(2) {
      padding-left: 0;
      padding-right: 0; } }
  form.cart td:first-child,
  form.cart th:first-child {
    padding-left: 0; }
    form.cart td:first-child.cart__removed-product,
    form.cart th:first-child.cart__removed-product {
      padding: 1rem 0 1.2rem 0; }
  form.cart td:last-child,
  form.cart th:last-child {
    padding-right: 0; }
  form.cart dd {
    margin-left: 0; }

@media only screen and (max-width: 989px) {
  .mobile-table__overflow {
    position: relative;
    max-height: 345px;
    padding-bottom: 10%;
    overflow-y: hidden;
    margin-bottom: 40px;
    -webkit-transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    -ms-transition: max-height 1s ease;
    transition: max-height 1s ease; }
    .mobile-table__overflow .mobile-table__overflow-overlay {
      -webkit-transition: background 1s ease;
      -moz-transition: background 1s ease;
      -ms-transition: background 1s ease;
      transition: background 1s ease;
      background: rgb(251,249,247);
      background: linear-gradient(0deg, rgba(251,249,247,1) 0%, rgba(251,249,247,0.500437675070028) 50%, rgba(251,249,247,0) 100%);
      position: absolute;
      height: 200px;
      bottom: 0;
      width: 100%;
      z-index: 99; }
      .mobile-table__overflow .mobile-table__overflow-overlay a.btn {
      position: absolute;
      bottom: 0; } 

  .mobile-table__overflow.expanded .mobile-table__overflow-overlay {
     background: transparent;
     height: 40px; } }  

.cart__meta {
  width: 50%; }
  @media only screen and (min-width: 750px) {
    .cart__meta {
      width: 40%; } }
  @media only screen and (min-width: 990px) {
    .cart__meta {
      width: 45%; } }

.cart__product-information {
  display: flex; }

.cart__image-wrapper {
  padding-right: 20px;
  flex: 75px 0 0; }

.cart__product-information .product-details {
  display: flex;
  flex-direction: column;
}

.cart__product-information .product-details .product-details__item {
  order: 1;
}
.cart__product-information .product-details .important-msg {
  order: 2;
  margin-bottom: 10px;
}
.cart__product-information .product-details .product-badge {
  order: 3;
  margin-bottom: 0;
  margin-top: 8px;
  align-self: flex-start;
}

.product-details {
  padding: 0 0 15px 0; }
  .product-details.hide + .cart__remove {
    margin-top: 0; }

.product-details__item {
  display: inline-block;
  margin-bottom: 0; }

/*ul > .product-details__item ~ .product-details__item:before {
  content: '/';
  margin: 0 3px; }*/

ul > .product-details__item:before,
ul > .important-msg.product-details__item::before,
ul > .product-badge.product-details__item::before {
  content: '';
  margin: 0; }

.important-msg,
.est-ship-date {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 12px;
  margin-top: 10px;
  border-radius: 3px;
  font-size: calc(var(--font-size-base) * 0.94px); /* 13px */
  line-height: 1.375; /* 18px */ }  

.important-msg .option-cart-title {
  font-weight: normal;
  margin-left: 0; }

.template-customers-account .important-msg,
.template-customers-order .important-msg,
.template-customers-account .est-ship-date,
.template-customers-order .est-ship-date {
  margin-top: 15px; }

.cart__qty.quantity-wrapper {
  margin: 0; }

.quantity-wrapper input.cart__qty-input {
  min-height: 37px;
  min-width: 80px;
  max-width: 5rem; }

.cart__qty-error-message-wrapper,
.cart__error-message-wrapper {
  line-height: 1.2; }
  .cart__qty-error-message-wrapper .icon-error,
  .cart__error-message-wrapper .icon-error {
    margin-top: 0; }

.cart__qty-error-message-wrapper--desktop {
  display: none; }
  @media only screen and (min-width: 990px) {
    .cart__qty-error-message-wrapper--desktop {
      display: block; } }

.cart__qty-error-message-wrapper--mobile {
  display: block; }
  @media only screen and (min-width: 990px) {
    .cart__qty-error-message-wrapper--mobile {
      display: none; } }

.cart__qty-error-message,
.cart__error-message {
  vertical-align: middle; }

.cart__error-message-wrapper {
  margin-top: 1rem; }
  @media only screen and (min-width: 990px) {
    .cart__error-message-wrapper {
      margin-top: 0.8rem; } }

.cart__row {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--color-border); }
  .cart__row p {
    margin-bottom: 0; }
    .cart__row p + p {
      margin-top: 10px; }
  .cart__row td {
    vertical-align: top; }

.cart__row--heading {
  color: var(--color-text);
  letter-spacing: 0.3px; }

.cart-subtotal__price {
  float: right;
  text-align: right;
  padding-left: 27.5px; }
  @media only screen and (min-width: 750px) {
    .cart-subtotal__price {
      padding-left: 55px;
      min-width: 150px;
      display: inline-block; } }

.cart__footer {
  padding-top: 17.5px; }

.cart__buttons-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto; }
  @media only screen and (min-width: 750px) {
    .cart__buttons-container {
      max-width: 20rem;
      display: block;
      max-width: none; } }

.cart__footer-message {
  padding: 12px 40px 12px 12px;
  border-radius: 3px;
  border: 1px solid var(--color-border);
  margin-top: 25px; }

.cart__footer-message-title {
  border-bottom: 1px solid var(--color-border);
  display: inline-block; }

.cart__donation-message {
  padding: 12px;
  border-radius: 3px;
  border: 1px solid var(--color-border);
  margin-top: 25px;
  margin-bottom: 25px; }

#DonateMate_form {
  margin-top: 40px;
}

.dm_donation_value_button {
  margin-right: 5px;
}

#DonateMateInputField {
  background-color: transparent !important;
  border-radius: 3px !important;
  border: 1px solid rgba(0,0,0,0.15) !important;
  padding: 0 35px 0 10px;
  min-height: 36px;
  margin-bottom: 15px;
  width: 100%;
}

.cart__submit-controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 750px) {
    .cart__submit-controls {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start; } }

.cart__submit {
  margin-bottom: 0;
  min-height: 44px;
  width: 100%; }
  .cart__submit + .cart__submit {
    margin-top: 10px;
    margin-left: 0; }
  @media only screen and (min-width: 750px) {
    .cart__submit {
      min-height: auto; }
      .cart__submit + .cart__submit {
        margin-top: 0;
        margin-left: 10px; } }

.cart-subtotal,
.cart__shipping,
.cart__discount {
  margin-bottom: 14px; }

.cart__total {
  border-top: 1px solid var(--color-black);
  padding-top: 20px;
  margin-top: 40px; }

.cart__shipping .cart-shipping__message,
.cart__discount .cart-discount__message,
.cart__total .cart-total__message {
  float: right;
  text-align: right; }

.cart__total .cart-total__message {
  position: relative;
  right: -4px; }

.cart-note h2,
.cart-customer h2,
.cart-delivery-method h2 {
  margin-bottom: 25px; }

.cart-customer .rte {
  margin-bottom: 20px; }

.cart-customer .btn {
  margin-top: 7px; }

.cart-customer .btn--secondary {
  margin-top: 15px; }

.cart-customer .or-separator {
  margin: 50px auto 7px; }

.cart-customer .guest-login__message {
  margin-top: 50px; }

.cart-delivery-method__shipping-info-text p {
  display: inline; }

.cart-delivery-method .open-drawer {
  margin-left: 5px;}

@media only screen and (max-width: 989px) {
  .cart-customer {
    padding-top: 60px; } }

.cart-note__inner {
  border: 1px solid var(--color-border);
  border-radius: 3px;
  padding: 5px; }

.cart-note__label,
.cart-note__input {
  display: block; }
  @media only screen and (max-width: 749px) {
    .cart-note__label,
    .cart-note__input {
      margin: 0 auto; } }

.cart-note__label {
  margin-bottom: 15px; }

.cart-note__input {
  min-height: 50px;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .cart-note__input {
      margin-bottom: 40px; } }

.cart__product-title {
  border-bottom: none;
  color: var(--color-body-text); }
  .cart__product-title:not([disabled]):hover, 
  .cart__product-title:focus {
    color: var(--color-body-text);
    border-bottom: 1px solid currentColor; }

.cart__image {
  display: block;
  margin: 0; }

.cart__remove {
  position: absolute;
  right: 0;
  bottom: 15px;
  margin-top: calc((8 / (var(--font-size-base))) * 1em);
  z-index: 10; }

.cart__remove a {
  padding-bottom: 0;
  opacity: 0.6; }

.cart__remove a:hover {
  opacity: 1; }

.cart__price {
  display: flex;
  padding-bottom: 15px;
  padding-right: 0;
  flex-direction: column; }
  .cart__price dl {
    margin: 0; }

.cart__price.with-yards:after {
  content: ' /yard';
}

.cart__price s[data-cart-item-compare-price] {
  margin-left: 5px;
}

.cart__quantity-td {
  margin-bottom: 20px; }

.cart__final-price {
  position: relative;
  width: 15%; }

#is-a-gift {
  margin-bottom: 25px; }

.gift-wrapping-msg {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0.015em; 
  margin: 0; } 
  .gift-wrapping-msg input {
    display: none; }
  .gift-wrapping-msg .control-indicator {
    position: relative;
    display: inline-block; 
    top: 2px;
    width: 17px;
    height: 17px; 
    border: 1px solid var(--color-border); 
    margin-right: 5px; }
    .gift-wrapping-msg .control-indicator:after {
      position: relative;
      top: -1px;
      left: 3px;
      content: url('checkbox-tick.svg');
      width: 8px;
      height: auto;
      opacity: 0; }

.gift-wrapping-msg.control--checkbox input:checked ~ .control-indicator {
  border-color: var(--color-black); }
.gift-wrapping-msg.control--checkbox input:checked ~ .control-indicator:after {
  opacity: 1; }

@media only screen and (max-width: 749px) {
  .cart-message {
    padding-top: 20px; }
  .cart__qty-label {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: calc(((13) / (var(--font-size-base))) * 1em);
    margin-right: 5px; } }

.cart--no-cookies .cart__continue-btn {
  display: none; }

.cart--no-cookies .cart--empty-message {
  display: none; }

.cookie-message {
  display: none;
  padding-bottom: 25px; }
  .cart--no-cookies .cookie-message {
    display: block; }

.additional-checkout-buttons {
  margin-top: 1rem; }
  .additional-checkout-buttons input[type="image"] {
    padding: 0;
    border: 0;
    background: transparent; }

[data-shopify-buttoncontainer] {
  justify-content: flex-end; }

.customer-account__container {
  margin-top: 95px; }

.template-customers-activate_account .customer-account__container,
.template-customers-reset_password .customer-account__container {
  margin-top: 200px; }

.template-customers-activate_account form,
.template-customers-reset_password .section-header {
  margin-bottom: 200px; }

@media only screen and (min-width: 991px) {
  .customer-account__container .myaccount__register-col-right,
  .customer-account__container .myaccount__order-table,
  .customer-account__container .myaccount__order-history,
  .customer-account__container .myaccount__addresses-new,
  .customer-account__container .myaccount__shoppe-perks {
    border-left: 1px solid rgba(0, 0, 0, 0.15); } }

.customer-account__col-inner {
  padding-bottom: 30px; }
  @media only screen and (min-width: 991px) {
    .customer-account__col-inner {
      padding-bottom: 170px; } }

.customer-account__col-inner h1 {
  padding-top: 80px;
  padding-bottom: 280px; }
  @media only screen and (max-width: 989px) {
    .customer-account__col-inner h1 {
      padding-top: 44px;
      padding-bottom: 42px; } }

.customer-account__col-inner h1,
.customer-account__col-inner p,
.customer-account__col-inner ul {
  max-width: 460px; }

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

.address-container .address h4 {
  margin-bottom: 30px; }

.address-container .address .list--inline {
  margin-top: 30px;
  margin-bottom: 60px; }

.address-container .address .list--inline li {
  margin-right: 10px; }

.other-addresses-address {
  padding-top: 45px; }

.customer-account__container .customer-login-form,
.customer-account__container .customer-register-form,
.customer-account__container .customer-reset-pw-form,
.customer-account__container .customer-activate-acc-form,
.customer-account__container .customer-order-table-container,
.customer-account__container .add-address-form {
  max-width: 460px;
  margin: 0 auto; }

.customer-account__container .customer-order-table-container,
.customer-account__container .customer-order-history-container,
.customer-account__container .add-address-form {
  padding-top: 102px; }
.customer-account__container .customer-order-table-container {
  padding-bottom: 100px; }
  @media only screen and (max-width: 989px) {
    .customer-account__container .customer-order-table-container,
    .customer-account__container .customer-order-history-container,
    .customer-account__container .add-address-form {
      margin-left: 0;
      padding-top: 20px; }
    .customer-account__container .customer-order-table-container {
      padding-top: 0;
      padding-bottom: 60px; } }

.customer-order-table-container h2 {
  margin-bottom: 35px; }

.myaccount {
  display: flex; }
  @media only screen and (max-width: 989px) {
    .myaccount {
      flex-direction: column; } }

  @media only screen and (max-width: 640px) {
    .myaccount {
      flex-wrap: wrap; } }

@media only screen and (max-width: 989px) {
  .customer-account__container .myaccount__order-table,
  .customer-account__container .customer-order-history-container {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 60px; } }

.myaccount__order-history h2.h6,
.myaccount__order-table h2.h6,
.myaccount__order-details-container h3.h6,
.myaccount__order-shipping-details h3.h6,
.myaccount__account-details h2.h6,
.myaccount__addresses-list h1.h6 {
  padding-top: 10px; }

.myaccount__order-history h2.h6 {
  margin-bottom: 25px; }

.myaccount__order-history table tr th,
.myaccount__order-history table tr td {
  padding: 25px 0 20px;
  border-left: 0;
  border-right: 0;
  width: 15%;
  vertical-align: top; }

@media only screen and (min-width: 990px) {
  .customer-account__container .customer-order-history-container h2.accent-large {
    padding-left: 15px; } }

/* Order History Accordion */
.myaccount__order-history .order-history-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px; }

.myaccount__order-history .order-history-accordion .accordion-toggle {
  width: 100%;
  position: relative;
  cursor: pointer;
  padding: 20px 0; }
  @media only screen and (min-width: 990px) {
    .myaccount__order-history .order-history-accordion .accordion-toggle {
      padding-left: 15px; } }

.myaccount__order-history .order-history-accordion .accordion-toggle .accordion-closed {
  display: block; }

.myaccount__order-history .order-history-accordion .accordion-toggle .accordion-closed:after {
  content: url('accordion-plus.svg'); }

.myaccount__order-history .order-history-accordion .accordion-toggle .accordion-open:after {
  content: url('accordion-minus.svg'); }

@media only screen and (min-width: 990px) {
.myaccount__order-history .order-history-accordion .accordion-toggle .accordion-closed:after,
.myaccount__order-history .order-history-accordion .accordion-toggle .accordion-open:after {
  padding-right: 5px; } }

.myaccount__order-history .order-history-accordion .accordion-toggle .accordion-open {
  display: none; }

.myaccount__order-history .order-history-accordion .accordion-toggle.border-top {
  border-color: rgba(0,0,0,0.15); }

.myaccount__order-history .order-history-accordion .accordion-toggle span {
  pointer-events: none; }

.myaccount__order-history .order-history-accordion .accordion__container.border-bottom {
  border-bottom: 1px solid rgba(0,0,0,0.15); }

.myaccount__order-history .order-history-accordion .accordion__container.active .accordion-toggle .accordion-closed {
  display: none; }

.myaccount__order-history .order-history-accordion .accordion__container.active .accordion-toggle .accordion-open {
  display: block; }

.myaccount__order-history .order-history-accordion .accordion-toggle .accordion-open,
.myaccount__order-history .order-history-accordion .accordion-toggle .accordion-closed {
  float: right; }

.myaccount__order-history .order-history-accordion .accordion-content {
  position: relative;
  max-width: 475px;
  margin: 0 auto;
  padding: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden; }
  @media only screen and (min-width: 990px) {
    .myaccount__order-history .order-history-accordion .accordion-content {
      padding-left: 15px; } }

.myaccount__order-history .order-history-accordion .accordion-content .order-cta-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  background: rgb(251,249,247);
  background: linear-gradient(0deg, rgba(251,249,247,1) 0%, rgba(251,249,247,1) 30%, rgba(251,249,247,0) 100%);
  z-index: 6;
  padding-bottom: 65px; }
  @media only screen and (max-width: 989px) {
    .myaccount__order-history .order-history-accordion .accordion-content .order-cta-overlay {
    padding-bottom: 40px; } }

  @media only screen and (min-width: 990px) {
  .myaccount__order-history .order-history-accordion .accordion-content .order-cta-overlay {
    padding-left: 15px; } }

.myaccount__order-history .order-history-accordion .accordion__container.active .accordion-toggle span::before{
  transform: rotate(0deg); }

.myaccount__order-history .order-history-accordion .accordion__container.active .accordion-content {
  opacity: 1;
  max-height: 380px; /* 325px */ }

@media only screen and (min-width: 1201px) {
.myaccount__order-history table tr td[data-label="Order Status"] {
  width: 16.5%; } }

.myaccount__order-history table tr th span,
.myaccount__order-history table tr td span {
  display: block;
  padding-bottom: 2px; }

@media only screen and (max-width: 1200px) {
  .myaccount__order-history table tr th,
  .myaccount__order-history table tr td {
    width: 100%;
    padding: 10px 0; }

  .myaccount__order-history table tr th[data-label]:before,
  .myaccount__order-history table tr td[data-label]:before {
    text-transform: uppercase; }
}

.myaccount__addresses-new .account-return-desktop,
.myaccount__addresses-new .account-return-mob {
  padding-top: 10px;
  float: right; }
  @media only screen and (max-width: 640px) {
    .myaccount__addresses-new .account-return-desktop,
    .myaccount__addresses-new .account-return-mob {
      float: left; }
    .myaccount__addresses-new .account-return-desktop {
      display: none; } }

.myaccount__addresses-new .account-return-desktop a.btn,
.myaccount__addresses-new .account-return-mob a.btn {
  font-size:calc(var(--font-size-base) * 1px);
  line-height: 1.35; }

.myaccount__order-details-container h3.h6,
.myaccount__order-shipping-details h3.h6 {
  margin-bottom: 25px; }

.myaccount__order-details-container p.accent,
.myaccount__order-shipping-details p.accent {
  padding-top: 35px; }

.customer-account__container .form-half-row .grid__item:last-child input {
  border-left: 1px solid var(--color-border-form);
  padding-left: 10px; }

@media only screen and (max-width: 989px) {
  .customer-account__container .add-address-form .form-half-row .grid__item:last-child input,
  .customer-account__container .add-address-form .form-half-row .grid__item:last-child select {
    border-left: none;
    padding-left: 0; }
}

@media only screen and (max-width: 640px) {
  .customer-account__container .form-half-row .grid__item:last-child input {
    border-left: none;
    padding-left: 0; }
}

.template-customers-login .customer-account__container .customer-login-form,
.template-page.page-customer-redirect .customer-account__container .customer-login-form {
  padding-top: 102px; }
  @media only screen and (max-width: 989px) {
    .template-customers-login .customer-account__container .customer-login-form,
    .template-page.page-customer-redirect .customer-acount__container .customer-login-form {
      margin-left: 0;
      padding-top: 20px; }

    .template-customers-login .customer-account__container .customer-login-form,
    .template-page.page-customer-redirect .customer-acount__container .customer-login-form {
      padding-top: 60px; }

    .template-customers-login .customer-account__container .customer-register-form,
    .template-page.page-customer-redirect .customer-acount__container .customer-login-form {
      margin-bottom: 30px; } }

#HideRecoverPasswordLink {
  display: inline; }

.guest-login {
  max-width: 460px;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 989px) {
    .guest-login {
    margin-left: 0; } }

.guest-login__message {
  margin-bottom: 23px; }

.template-customers-login .customer-account__container .customer-login-form h1,
.template-page.page-customer-redirect .customer-account__container .customer-login-form h1 {
  padding: 0; }

.template-customers-login .customer-account__container .customer-register-form ul,
.template-page.page-customer-redirect .customer-account__container .customer-register-form ul {
  margin-bottom: 50px; }

.customer-account__container .customer-login-form .login-form-field-wrapper {
  position: relative; }

.customer-account__container .customer-login-form .login-form-field-wrapper p {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 20px; }

.customer-account__container .customer-register-form {
  padding-top: 102px; }
  @media only screen and (max-width: 989px) {
    .customer-account__container .customer-register-form {
      margin-left: 0;
      padding-top: 20px; } }

@media only screen and (max-width: 989px) {
  .customer-account__container .customer-register-form h2 {
    display: none; }

  .template-customers-login .customer-account__container .customer-register-form h2,
  .template-page.page-customer-redirect .customer-account__container .customer-register-form h2 {
    display: block; } }

.customer-account__container .customer-register-form .register__terms-message {
  display: block;
  margin-top: 60px;
  margin-bottom: 20px; }

.customer-account__container .customer-register-form .login-message {
  margin-top: 60px; }
  @media only screen and (max-width: 989px) {
    .customer-account__container .customer-register-form .login-message {
      margin-bottom: 30px; } }

.customer-account__container .customer-register-form .login-message a {
  border-bottom: 1px solid #000;
  padding-bottom: 1px; }

.customer-account__container .customer-register-form .login-message a:hover {
  border-color: var(--color-text-focus); }

.customer-account__container .edit-address-form form {
  position: fixed;
  max-height: calc(100vh - 160px);
  max-width: 460px;
  width: 100%;
  background-color: var(--color-body);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px 15px;
  z-index: 14;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 640px) {
  .customer-account__container .edit-address-form form {
    width: calc(100% - 30px); } }

.edit-address-body {
  padding-bottom: 140px;
  height: calc(100vh - 300px);
  overflow-y: scroll; }

.edit-address-footer {
  position: fixed;
  bottom: 0;
  left: 0; 
  width: 100%;
  padding: 15px 15px 30px;
  background-color: var(--color-body);
  z-index: 14; }

.customer-account__container .edit-address-form-underlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  background-color: rgba(0,0,0,0.15);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.customer-account__container .add-address-form {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 641px) {
    .customer-account__container .add-address-form {
      padding-top: 80px;
      padding-left: 15px; } }

.customer-account__container .edit-address-form label,
.customer-account__container .add-address-form label {
  font-size: calc(var(--font-size-base) * 0.65px); /* 13px */
  line-height: 1.25; /* 14px */
  top: -2px; }

.customer-account__container .customer-login-form .btn,
.customer-account__container .customer-register-form .btn,
.customer-account__container .customer-reset-pw-form .btn,
.customer-account__container .customer-activate-acc-form .btn,
.customer-account__container .add-address-form .btn {
  width: 100%;
  display: block;
  margin-top: 10px; }

.customer-account__container .add-address-form .btn {
  margin-top: 35px; }

.customer-account__container .add-address-form .btn.address-new-toggle {
  width: auto; }

.customer-account__container .add-address-form .btn--secondary.address-new-toggle {
  padding-top: 20px; }

.customer-account__container .edit-address-form .btn--secondary.address-edit-toggle {
  margin-top: 10px; }

.customer-account__container .customer-login-form .btn,
.customer-account__container .customer-reset-pw-form .btn,
.customer-account__container .customer-activate-acc-form .btn {
  margin-top: 20px;
  margin-bottom: 20px; }

.address-new-toggle {
  max-width: 270px;
  margin-top: 90px;
  margin-bottom: 15px; }

#AddressNewForm {
  clear: both; }

.myaccount__order-table .return-link,
.myaccount__order-history .account-logout,
.myaccount__shoppe-perks .account-logout {
  float: right;
  padding-top: 15px; }

@media only screen and (max-width: 989px) {
  .account-logout,
  .return-link {
    display: none; } }

.myaccount__order-table h2.h6,
.myaccount__order-table p.order-date {
  margin-bottom: 25px; }

.myaccount__order-table .order-table th dt,
.myaccount__order-table .order-table th dd,
.myaccount__order-table .order-table td dt,
.myaccount__order-table .order-table td dd {
  margin: 0; }

.myaccount__account-details,
.myaccount__order-history,
.myaccount__addresses-list,
.myaccount__order-table,
.myaccount__order-address-wrapper,
.myaccount__shoppe-perks {
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

@media only screen and (min-width: 641px) {
.myaccount__account-details,
.myaccount__order-address-wrapper,
.myaccount__addresses-list {
  padding-bottom: 100px; } }

@media only screen and (min-width: 990px) {
  .myaccount__account-details,
  .myaccount__order-history,
  .myaccount__addresses-list,
  .myaccount__order-table,
  .myaccount__order-address-wrapper,
  .myaccount__shoppe-perks {
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; } }

@media only screen and (max-width: 989px) {
  .myaccount__order-address-wrapper {
    padding-bottom: 50px; } }

.myaccount__account-details h1,
.myaccount__order-address-wrapper h1,
.myaccount__addresses-list h1 {
  padding-top: 80px;
  padding-bottom: 180px; }
  @media only screen and (max-width: 989px) {
    .myaccount__account-details h1,
    .myaccount__order-address-wrapper h1,
    .myaccount__addresses-list h1,
    .customer-account__col-inner h1 {
      padding-top: 35px;
      padding-bottom: 75px; } }

.myaccount__order-address-wrapper h3.p-default,
.myaccount__account-details-block h3.p-default,
.accordion-content h4.p-default {
  font-family: "freight-text-pro";
  font-weight: var(--font-weight-body);
  font-style: italic; }

.myaccount__order-billing-details,
.myaccount__order-shipping-details {
  flex: 0 0 50%; }

.myaccount__order-billing-details-block,
.myaccount__order-shipping-details-block,
.myaccount__account-details-block {
  margin-bottom: 40px; }

.myaccount__order-shipping-details-block {
  min-height: 38px; }  

.myaccount__account-page-nav {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }

.myaccount__account-page-nav {
  margin-top: 10px; }
  @media only screen and (max-width: 989px) {
    .myaccount__account-page-nav {
      margin-top: 20px; } }

.grid__item.myaccount__addresses-list ul.address-block {
  display: flex;
  flex-wrap: wrap-reverse;
  max-width: 530px;
  margin-top: 140px; }
  @media only screen and (max-width: 989px) {
    .grid__item.myaccount__addresses-list ul.address-block {
      margin-top: 0; } }

.grid__item.myaccount__addresses-list ul.address-block li {
  flex: 0 0 50%; }
  @media only screen and (min-width: 641px) and (max-width: 890px) {
  .grid__item.myaccount__addresses-list ul.address-block li {
  flex: 0 0 100%; } }

.grid__item.myaccount__addresses-list ul.address-block li .btn--small {
  padding: 0;
  border: 0;
  margin-right: 20px;
  font-size: calc(var(--font-size-base) * 0.65px); /* 13px */
  line-height: 1.25; /* 14px */ }

.grid__item.myaccount__addresses-list ul.address-block li .btn--small:focus,
.grid__item.myaccount__addresses-list ul.address-block li .btn--small:active {
  outline: none; }

.grid--no-gutters .grid__item.myaccount__account-details {
  padding-bottom: 50px; }
  @media only screen and (min-width: 990px) {
    .grid--no-gutters .grid__item.myaccount__account-details {
      padding-right: 15px;
      padding-bottom: 85px; } }

.myaccount__account-details p {
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale; }

/* Start: Quicklinks */

@media only screen and (min-width: 990px) {
.quick-links .swiper-button-next,
.quick-links .swiper-button-prev,
.quick-links .swiper-button__underlay {
  display: none; } }

.myaccount__quick-links-container {
  margin-top: 60px; }

.myaccount__quick-links-container ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 -15px; }
  @media only screen and (max-width: 989px) {
    .myaccount__quick-links-container ul {
      flex-wrap: nowrap; } }

.myaccount__quick-links-container ul li {
  width: calc(33.333% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 3px;
  padding: 0 15px 0;
  margin:0 0 15px 15px; }
  @media only screen and (max-width: 989px) {
    .myaccount__quick-links-container ul li {
      margin-bottom: 0;
      flex: 1 0 140px; } }

.myaccount__quick-links-container ul li::after {
  content: '';
  padding-bottom: 128%; }

.myaccount__quick-links-container ul li a {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 15px; }

.myaccount__quick-links-container ul li a img {
  max-width: 35px; }

.myaccount__quick-links-container ul li a span {
  max-width: 110px;
  margin-top: 10px; }

@media only screen and (max-width: 1200px) {
  .myaccount__quick-links-container ul li {
    width: calc(50% - 15px); } }
/* End: Quicklinks */

@media only screen and (min-width: 990px) {
  .myaccount__account-details .myaccount__account-details-inner,
  .myaccount__order-address-wrapper .myaccount__order-details-container,
  .myaccount__order-address-wrapper .myaccount__order-shipping-details,
  .myaccount__order-address-wrapper .myaccount__quick-links-container {
    width: 66.666%; } }

.myaccount__account-details-inner-columns,
.myaccount__order-details-inner {
  display: flex;
  display: -webkit-flex; }

.myaccount__account-details-inner-columns div {
  -webkit-flex: 1 0 50%;
  -moz-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 340px; }

.account-welcome-italic {
  font-family: "freight-display-pro", serif;
  font-weight: 300;
  font-style: italic; }

.myaccount__order-history p.order-date {
  margin-bottom: 25px; }

.order-table {
  margin-top: 30px; }
  .order-table a {
    border-bottom: none }
  .order-table th, .order-table td {
    border: 0;
    vertical-align: top; }
  .order-table tbody th,
  .order-table tfoot th {
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0; }
  .order-table tbody tr td {
    width: 33.333%; }
  .order-table tbody tr td.order-table__product {
    width: 75%; /* 0 */ }
  .order-table tbody tr td.order-table__price {
    width: 25%; /* 0 */ }  
  .order-table__price dl {
    margin: 0; }
  .order-table thead {
    border-bottom: 1px solid #E8E8E8; }
  .order-table tr {
      border-bottom: 1px solid #E8E8E8; }  
  .order-table tfoot {
    border-top: 1px solid #E8E8E8; }
    .order-table tfoot tr {
      border: 0; }
    .order-table tfoot tr th,
    .order-table tfoot tr td {
      width: 50%; }
    .order-table tfoot tr:first-child th,
    .order-table tfoot tr:first-child td {
      padding-top: 30px; }
    .order-table tfoot tr:nth-last-child(2) th,
    .order-table tfoot tr:nth-last-child(2) td {
       }
    .order-table tfoot tr th,
    .order-table tfoot tr td {
      padding-bottom: 10px;
    }
    .order-table tfoot tr:last-child th,
    .order-table tfoot tr:last-child td {
      padding-bottom: 1.25em; }
    .order-table tbody tr th, .order-table tbody tr td {
      padding-top: 20px;
      padding-bottom: 12px; }  
  @media only screen and (min-width: 1131px) {
    .order-table tfoot tr th {
    }
    .order-table tfoot tr td {
    }
  }
  @media only screen and (min-width: 990px) {
    .order-table thead th {
      padding-top: 1em;
      padding-bottom: 1em; }
    .order-table tfoot tr td, .order-table tfoot tr th {
      vertical-align: top; } }

.template-customers-order table.order-table {
  margin-bottom: 20px; }

.order-table .creation-row {
  display: block;
  padding-bottom: 50px; }

.order-table__product {
  width: 48.2%; }

.order-table__product-inner {
  display: flex; }

.order-table__product-img-container {
  position: relative;
  width: 55px;
  min-width: 55px; }

.order-table__product-img-container .ratio-container:after {
  padding-bottom: 125%; }

.order-table__product-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px; }

.order-table__product-quantity {
  background-color: #FBF9F7;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: absolute;
  background: #FBF9F7;
  padding: 2px 4.4px 2px 6.5px;
  top: -10px;
  right: -10px; }

.order-table__product-text-container {
  display: flex;
  flex-direction: column;
  padding-left: 20px; }

.order-table__product-text-container .note {
  margin: 15px 0 0; }

.accordion-wrapper .accordion-content .order-table__product-text-container a {
  border: 0; }

.total-row {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--color-black); }
  @media only screen and (max-width: 989px) {
    .total-row {
      padding-bottom: 60px; } }

.total-row .text-right {
  position: relative;
  right: -4px; }

.total-row th,
.total-row td {
  padding-top: 15px; }

.total-row th span,
.total-row td span {
  display: inline; }

.item-props {
  display: flex;
  flex-direction: column; }

.order-discount {
  color: var(--color-black);
  display: block;
  line-height: 1.2em; }
  .order-discount .icon-saletag {
    width: 1em;
    height: 1em;
    margin-right: 0.4em; }

.order-discount--title {
  word-break: break-word;
  padding-right: 1em; }

.order-discount--list {
  margin: 15px 0 0 1.3em;
  list-style: none;
  padding: 0; }

.order-discount__item {
  text-indent: -1.3em; }
  .order-discount__item + .order-discount__item {
    margin-top: 0.6em; }

.order-discount__item svg path:first-child {
  opacity: 0.4; }

.order-discount-card-wrapper {
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 990px) {
    .order-discount-card-wrapper {
      justify-content: flex-end; } }

.order-discount--cart {
  font-size: calc(var(--font-size-base) * 0.94px); /* 13px */
  line-height: 1.375; /* 18px */ 
  color: #7A7256;}

.order-discount--cart-total {
  padding-left: 27.5px; }
  @media only screen and (min-width: 990px) {
    .order-discount--cart-total {
      padding-left: 55px;
      min-width: 150px; } }

/*================ MODULES ================*/

.site-header__menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 15px 50px 15px 15px !important; }

@media only screen and (min-width: 1025px) {
  body.is-overflowing .site-header__menu {
    opacity: 1;
    visibility: visible; } }

@media only screen and (max-width: 1024px) {
  .site-header__menu {
    opacity: 1;
    visibility: visible; } }    


.site-header__menu.site-header__icon:focus,
.site-header__menu.site-header__icon:active {
  outline: none; }

#shopify-section-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 12; }

.site-header {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 989px) {
    .site-header {
      overflow: hidden; } }

@media only screen and (min-width: 1025px) {
  body.is-overflowing .site-header {
    transform: translateY(-42px); }
}

.site-header .divider {
  margin: 0 10px;
}

.site-header p {
  margin-bottom: 0;
  padding-right: 20px; }

.site-header .header-title {
  font-size: calc(var(--font-size-base) * 0.9px); /* 18px */
  line-height: 1.375; /* 20px */ }

@media only screen and (max-width: 640px) {
.site-header .header-title {
  font-size: calc(var(--font-size-base) * 0.8px); /* 16px */
  line-height: 1.375; /* 20px */ } }

[data-section-type=header-section],
.site-header:focus,
.site-header:active {
  outline: none; }

.site-header .grid__item .site-nav,
.site-header .grid__item .site-header__menu,
.site-header .grid__item .site-header__icons-wrapper {
  padding: 0 15px; }

.site-header .icon-wishlist {
  position: relative;
  margin-top: 6px; }
  
.icon-wishlist {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.icon-wishlist:hover path {
  fill: var(--color-black); }

@media only screen and (min-width: 1025px) {
  .is-overflowing .site-header__icons-wrapper p.open-drawer,
  .is-overflowing .site-header__icons-wrapper svg.icon-wishlist,
  .is-overflowing .site-header__icons-wrapper a.rewards-header {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .site-header__icons-wrapper p.open-drawer,
  .site-header__icons-wrapper svg.icon-wishlist,
  .site-header__icons-wrapper a.rewards-header {
    display: none; } }

.site-header__icons-wrapper {
  display: flex;
  align-items: center;
  padding-right: 12px;
  min-width: 130px;
  text-align: right;
  flex: 1 0 33.333%;
  justify-content: flex-end; }
  @media only screen and (min-width: 641px) {
    .site-header__icons-wrapper {
      padding-right: 20px; } }

.site-header__logo-wrapper {
  position: relative;
  flex: 1 0 33.333%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.site-header__logo {
  margin: 15px 0;
  text-align: center;
  margin: 0 auto; }

.site-header__logo-svg svg {
  max-width: 125px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

@media only screen and (min-width: 1025px) {
  .is-overflowing .site-header__logo-svg svg {
    max-width: 120px; } }

@media only screen and (max-width: 1024px) {
  .site-header__logo-svg svg {
    max-width: 120px; } }

/*
@media only screen and (max-width: 640px) {
  .site-header__logo-svg svg {
    -webkit-transform-origin: top;
    transform-origin: top; }

  .is-scrolling .site-header__logo-wrapper {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; } 

  .site-header__logo-svg svg path.mobile-hide,
  .site-header__logo-svg svg rect.mobile-hide {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .is-scrolling .site-header__logo-svg svg path.mobile-hide,
  .is-scrolling .site-header__logo-svg svg rect.mobile-hide {
    opacity: 0; } }
*/

.site-header__logo-link {
  display: inline-block;
  word-break: break-word; }

.site-header__logo-image {
  display: block; }
  @media only screen and (min-width: 990px) {
    .site-header__logo-image {
      margin: 0 auto; } }

.site-header__icons {
  position: relative;
  white-space: nowrap;
  padding: 15px 0; }
  @media only screen and (max-width: 989px) {
    .site-header__icons {
      padding-right: 0; } }

.site-header__icons .site-header__cart.emptyCart svg.icon-cart path {
  stroke: #9B9B9B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.site-header__icons .site-header__cart.emptyCart:hover svg.icon-cart path {
  stroke: #000000; }

.site-header__cart,
.site-header__search,
.site-header__account {
  position: relative; }

.site-header__account {
  padding-right: 20px;
}

@media only screen and (min-width: 1025px) {
  .is-overflowing .site-header__account {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .site-header__account {
    display: none; } }  

.site-header__search {
  display: none!important; }

.site-header__search-wrapper {
  display: flex;
  flex: 1 0 33.333%;
  position: relative; }

.site-header__search-wrapper .search-form__container {
  border: none;
  background: transparent; }

.site-header__search-wrapper .search-bar__interior {
  padding: 0; }

.site-header__search-wrapper .search-bar__input {
  border: none;
  background: transparent;
  padding: 0 0 0 25px;
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  letter-spacing: .275em;
  text-transform: uppercase;
  font-size: calc(var(--font-size-base) * .715px);
  line-height: 1.38; }

.site-header__search-wrapper .search-bar__input::placeholder {
  opacity: 1; }

.site-header__search-wrapper .search-bar__submit svg {
  position: relative;
  top: 3px; }

.site-header__search-wrapper .search-bar__submit {
  left: 0; }

.site-header__search-wrapper .search-bar__actions {
  display: none; }

@media only screen and (min-width: 1025px) {
  body.is-overflowing .site-header__search-wrapper .search-form__container {
    display: none!important; } }

@media only screen and (max-width: 1024px) {
  .site-header__search-wrapper .search-form__container {
    display: none!important; } }  

.site-header:hover .site-header__secondary-row .search-form__input-wrapper,
.site-header__secondary-row.is-scrolling .search-form__input-wrapper,
.site-header:hover .site-header__secondary-row .site-header__search-wrapper .search-bar__submit svg,
.site-header__secondary-row.is-scrolling .site-header__search-wrapper .search-bar__submit svg {
  filter: invert(0); }

.site-header__search-toggle {
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  display: block;
  min-width: 130px; }
  .site-header__search-toggle svg {
    margin-right: 10px; }

@media only screen and (min-width: 1025px) {
  .is-overflowing [data-predictive-search-drawer] {
    opacity: 0;
    visibility: hidden; } }

@media only screen and (max-width: 1024px) {
  [data-predictive-search-drawer] {
    opacity: 0;
    visibility: hidden; } }  

.site-header__cart-title,
.site-header__search-title {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  display: block;
  vertical-align: middle; }

.site-header__cart-title {
  margin-right: 3px; }

.site-header__cart-count {
  display: inline-block;
  margin-left: 4px; }

.site-header__cart svg {
  height: 16px; }

.site-header__menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.site-header__icon {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 0; }
  @media only screen and (max-width: 640px) {
    .site-header__icon {
      padding-left: 15px; } }

/* Meganav */
.drawer-page-content.meganav-is-visible::after {
  opacity: 1;
  visibility: visible; }

.meganav {
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 121px; /* 40px */
  border-top: 1px solid var(--color-border);
  z-index: 10;
  background: var(--color-body);
  padding: 60px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.meganav.is-visible {
  opacity: 1;
  visibility: visible; }

@media only screen and (max-width: 1024px) {
  .meganav {
    display: none; } }  

.meganav .page-width-narrow {
  padding-bottom: 43px; }

.meganav .page-width-narrow .grid {
  display: flex; }

.meganav .page-width-narrow .meganav-column {
  flex: 1 0 20%; }

@media only screen and (max-width: 1024px) {
  .meganav .meganav-column {
    display: none;
  }
}

.meganav .page-width-narrow .meganav-column h3 {
  margin-top: 20px;
  margin-bottom: 15px; }

.meganav .page-width-narrow .meganav-column h3.meganav-image__title {
  margin-top: 11px;
  margin-bottom: 3px; }

/* .meganav .page-width-narrow .meganav-column ul {
  margin-bottom: 50px; } */

.meganav .page-width-narrow .meganav-column ul li { 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  opacity: 1; }

.meganav .page-width-narrow .meganav-column ul li.sibling {
  opacity: 0.6; }  

.meganav .page-width-narrow .meganav-column .meganav-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 122.5%;
  display: block;
  border-radius: 3px; }

.meganav-shop-all {
  text-align: center;
  display: block;
  border-top: 1px solid var(--color-border);
  padding: 15px;
  width: 100%; }

/* Article */

.article-listing {
  padding-top: 55px;
  margin-bottom: 55px; }

.article {
  margin-bottom: 55px; }

.template-article.article {
  margin-bottom: 0;
}

.article__meta {
  margin-bottom: 22px; }

.article__title {
  margin: 0 auto 10px; }

.template-page .article__title,
.page-stories-overview .article__title,
.template-blog .article__title {
  max-width: 290px; }

.article-excerpt__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (min-width: 990px) {
    .article-excerpt__img {
      min-height: calc(100vh - 39px); } }

.article-excerpt__img.ratio-container:after {
  padding-bottom: 110%; }

@media only screen and (max-width: 989px) {
  .article__title--has-image {
    padding-left: 22px; } }

.article__author {
  margin-right: 10px; }

.article__author,
.article__date {
  display: inline-block;
  margin-bottom: 22px; }
  .template-article .article__author,
  .article__meta .article__author, .template-article
  .article__date,
  .article__meta
  .article__date {
    margin-bottom: 0; }

.article__tags {
  margin-bottom: 25px; }

@media only screen and (max-width: 989px) {
.article__tags {
  margin-top: 16px;
  margin-bottom: 40px;
} }

.grid--blog .article__tags,
.grid--blog .article__tags ul {
  margin-bottom: 0;
}
.grid--blog .article__title {
  margin-top: 20px; }

.article__tags li {
  font-size: calc(var(--font-size-base) * 0.6px); /* 12px */
  line-height: 1.17; /* 14px */
  margin: 0 15px; }

.article__tags--list {
  font-style: italic; }

.article__grid-tag,
.rte a:not(.btn).article__grid-tag {
  border: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
}

.article__link {
  display: block; }
  @media only screen and (max-width: 989px) {
    .article__link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.article__link--fixed-overlay:not([disabled]):hover .article__grid-image-wrapper::before, .article__link--fixed-overlay:focus .article__grid-image-wrapper::before {
  bottom: auto; }

.article__grid-image-container {
  opacity: 1;
  -webkit-transition: ease opacity 350ms;
  -moz-transition: ease opacity 350ms;
  -ms-transition: ease opacity 350ms;
  transition: ease opacity 350ms;
}

.article__grid-image-container:hover {
  opacity: 0.9;
}

.article__comment-count {
  border-color: transparent;
  border-bottom-color: currentColor;
  padding: 0 0 3px 0; }
  .article__comment-count:not([disabled]):hover, .article__comment-count:focus {
    border-color: transparent;
    border-bottom-color: currentColor; }

.rte--article {
  margin-bottom: 20px; }

/*============================================================================
  Blog article grid
==============================================================================*/
.template-blog .section-header {
  padding-top: 80px;
  padding-bottom: 115px;
  margin-bottom: 0; }

@media only screen and (min-width: 990px) {
.template-blog .section-header {
  padding-top: 80px;
  padding-bottom: 115px; } }

.template-blog .section-header p {
  max-width: 260px;
  margin: 60px auto 0; }

@media only screen and (max-width: 640px) {
.template-blog .section-header h5 {
  margin-bottom: 50px; } }

.grid--blog {
  overflow: auto;
  max-width: 1205px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -55px; }

.grid--blog .grid {
  margin-left: -70px; }

.grid--blog .grid .grid__item {
  padding-left: 70px; }

.article__grid-meta {
  max-width: 290px;
  margin: 0 auto 55px; }

.template-blog .article__grid-meta {
  margin-bottom: 65px; }

.template-blog .article__title {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: italic; }

.article__grid-excerpt {
  margin-bottom: 40px; }

@media only screen and (min-width: 990px) {
  .template-blog .article__grid-meta {
    margin-bottom: 170px; }

  .article__grid-excerpt {
    margin-bottom: 40px; }
}

.article-image-wrapper.article__grid-image-wrapper {
  margin-left: 0;
  margin-right: 0; }

.article__grid-image-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%; }

.article__grid-image-wrapper--small {
  width: 50%; }

.article__grid-image-container {
  display: block;
  clear: both;
  position: relative;
  margin: 0 auto 16px 0;
  min-height: 1px;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 989px) {
    .article__grid-image-container {
      float: left;
      margin: 0; } }
  .article__grid-image-container img {
    display: block; }

.article__grid-image {
  background-size: cover; /* contain */
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 133.5%;
  margin: 0 auto;
  width: 100%; }
  .js .article__grid-image {
    position: relative;
    top: 0; }

.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%; }

.article__list-image-wrapper {
  width: 100%;
  margin-bottom: 20px; }

.article__list-image {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0; }

/*============================================================================
  Blog/article card
==============================================================================*/
.blog-card {
  margin-bottom: 30px;
  margin-top: 30px; }
  @media only screen and (min-width: 990px) {
    .blog-card {
      margin-top: 0; } }

.blog-card__image-wrapper {
  margin-bottom: 30px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .blog-card__image-wrapper:hover .blog-card__title-wrapper::before, .blog-card__image-wrapper:focus .blog-card__title-wrapper::before {
    opacity: var(--hover-overlay-opacity); }
  .blog-card__image-wrapper:focus {
    opacity: 1; }

.blog-card__image-wrapper--small {
  padding-bottom: 50%; }

.blog-card__image-wrapper--medium {
  padding-bottom: 75%; }

.blog-card__title {
  color: var(--color-overlay-title-text);
  font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * 1em);
  hyphens: auto;
  margin-bottom: 11px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  top: 50%;
  width: 100%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 990px) {
    .blog-card__title {
      padding: 0 15px; } }

.blog-card__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.blog-card__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.blog-card__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay); }

.blog-card__excerpt {
  margin-bottom: 17.5px; }

/*============================================================================
  Article
==============================================================================*/
.template-article .section-header {
  margin-bottom: 0;
  overflow-y: hidden;
}

.template-article .section-header .section-header__inner {
  padding: 120px 0 60px;
}

.template-article .section-header .section-header__inner.article__title-small {
  padding: 115px 0 70px;
}

.template-article .section-header .article__subtitle p {
  font-family: 'Untitled Sans Light';
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 200;
  font-size: calc(var(--font-size-base) * 0.8px); /* 16px */
  line-height: 1.375; /* 22px */
  margin-bottom: 70px; }

.template-article .section-header .article__title {
  margin-bottom: 105px;
}

.template-article .section-header .article__title-small .article__title {
  font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * 1em); /* 35px */
  letter-spacing: 0;
}

.template-article .section-header .article__credits {
  margin-bottom: 15px; }

@media only screen and (min-width: 990px) {
  .template-article .section-header .section-header__inner {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 215px); /* was calc(100vh - 115px) */
    justify-content: center; }
  .template-article .section-header .section-header__inner.article__title-small {
    justify-content: space-between;
    padding: 60px 0;
    min-height: calc(100vh - 105px);
  }
  .template-article .section-header .section-header__inner.article__title-small .article__title {
    max-width: none;
    margin-bottom: 25px; }
  .template-article .section-header .article__credits {
    margin-bottom: 23px; }
}

@media only screen and (max-width: 989px) {
  .template-article .section-header .article__title-small .article__title {
    font-size: calc(((var(--font-h3-tablet)) / (var(--font-size-base-mobile))) * 1em); /* 30px */ }
  .template-article .section-header .article__title {
    max-width: none;
    margin-bottom: 105px; }
}

@media only screen and (max-width: 640px) {
  .template-article .section-header .article__subtitle p {
    margin-bottom: 40px;
    font-size: calc(var(--font-size-base) * 0.6px); /* 12px */
    line-height: 1.17; /* 14px */
  }
  .template-article .section-header .article__title-small  .article__title {
    font-size: calc(((var(--font-h3-mobile)) / (var(--font-size-base-mobile))) * 1em); /* 28px */
    line-height: 1.2143; /* 34px */ }
}

.template-article .section-header .article__tags.rte ul {
  margin: 0; }

.template-article .section-header .article__tags li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.4; }

.template-article .section-header .article__tags li:hover {
  opacity: 1; }

.template-article .section-header .article__tags li:hover a {
  color: var(--color-black); }

.template-article .section-header .article__tags li a {
  border: 0; }

.template-article .section-header .article__ft-image {
  display: block;
  width: 100%; }

@media only screen and (max-width: 640px) {
  .template-article .section-header .article__ft-image.page-width-narrow {
    padding-left: 0;
    padding-right: 0; }
}

.article__ft-image-caption {
  font-family: 'Untitled Sans Regular';
  font-weight: 400;
  color: var(--color-grey);
  font-size: calc(var(--font-size-base) * 0.7px); /* 14px */
  line-height: 1.215; /* 17px */
  max-width: 305px;
  margin-top: 30px; }

.article__content-container {
  max-width: 500px;
  margin: 130px auto 115px; }
  @media only screen and (max-width: 989px) {
    .article__content-container {
      margin: 45px auto 60px; } }

@media only screen and (max-width: 640px) {
  .template-article .section-header .article__title-small .article__title {
    padding-top: 45px;
  }
  .template-article .section-header .article__title-small .article__title {
    margin-bottom: 135px; }

  .article__ft-image-caption {
    margin-top: 15px; }

  .article__content-container {
    margin: 50px auto 95px; }
}

.article__content-container .rte {
  margin-top: 240px; }
  @media only screen and (max-width: 989px) {
    .article__content-container .rte {
      margin-top: 60px; } }

.article__content-container .rte p {
  margin-bottom: 25px; }

.article__content-container .rte img {
  display: block;
  margin: 60px auto; }

.article__content-container .rte img.article__image-mid {
  max-width: 76%; }

.article__content-container .rte img.article__image-narrow {
  max-width: 61%; }

.article__content-container .rte .article__image-row {
  margin-left: -20px; }

.article__content-container .rte .article__image-column {
  width: 50%;
  float: left;
  padding-left: 20px; }

.article__content-container .rte .article__image-column img {
  width: 100%; }

.article__content-container .rte .article__image-caption {
  margin-bottom: 60px;
  margin-top: -25px; }

.article__content-container .rte .article__playlist {
  margin-top: 120px;
  margin-bottom: 120px; }

@media only screen and (max-width: 640px) {
  .article__content-container .rte .article__image-caption {
    margin-top: -40px; }

  .article__content-container .rte .article__playlist {
    margin-top: 60px;
    margin-bottom: 60px; }

  .article__content-container .rte .h5,
  .article__content-container .rte h5 {
    font-size: calc(((var(--font-h4-mobile)) / (var(--font-size-base-mobile))) * 1em); /* 20px */
    line-height: 1.55; /* 31px */
  }

  .article__content-container .rte .article__image-column {
    width: 100%;
    padding-left: 20px; }

  .article__content-container .rte .article__image-column:first-child img {
    margin-bottom: 0; }

  .article__content-container .rte .article__image-column:last-child img {
    margin-top: 15px; }
}

.article__feature {
  text-align: center;
  background-color: #E8E8E8;
}

.article__feature-inner {
  text-align: center;
  padding: 30px 60px;
}

@media only screen and (max-width: 640px) {
  .article__feature-inner {
    padding: 35px 25px 55px;
  }
}

.article__feature-inner .feature__subtitle {
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: calc(var(--font-size-base) * 0.6px); /* 12px */
  line-height: 1.17; /* 14px */
}

.article__feature-inner h6 {
  margin-top: 95px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .article__feature-inner h6 {
    margin-top: 60px;
    margin-bottom: 30px; }
}

.article__feature-inner h6,
.article__feature-inner h6 span {
  font-size:calc(var(--font-size-base) * 1px);
  line-height: 1.35;
}

.article__feature-inner h6 span {
  font-family: 'Untitled Sans Light';
  font-weight: 200;
}

.article__feature-inner p {
  font-size: calc(var(--font-size-base) * 0.8px); /* 16px */
  line-height: 1.375; /* 22px */ }

.article__feature-inner a.btn--secondary {
  margin-top: 60px; }

@media only screen and (max-width: 640px) {
  .article__feature-inner a.btn--secondary {
    margin-top: 25px; } }

.article__tags li:first-child {
  margin-left: 0; }

.article__tags li:last-child {
  margin-right: 0; }

.article__meta-container .article__tags {
  margin-top: 0; }

.article__meta-container .article__date {
  text-align: right;
  color: var(--color-grey);
  font-size: calc(var(--font-size-base) * 0.6px); /* 12px */
  line-height: 1.17; /* 14px */ }

@media only screen and (min-width: 990px) {
  .article__meta-container .article__tags ul {
    white-space: nowrap; } }

@media only screen and (max-width: 989px) {
  .article__meta-container .article__tags ul.more-than-2 {
    display: flex;
    flex-wrap: wrap; }
  .article__meta-container .article__tags ul.more-than-2 li {
    flex: 1 1 50%;
    display: block;
    margin: 0; } }

@media only screen and (min-width: 990px) {
  .article__image-container {
    position: sticky;
    -webkit-position: sticky;
    top: 39px;
    height: calc(100vh - 39px);
    overflow: hidden; } }

.article__content--collection-container {
  max-width: 500px;
  margin: 0 auto 120px; }
  @media only screen and (max-width: 989px) {
    .article__content--collection-container {
      margin-bottom: 60px; } }

.article__content--collection-container h5 {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: italic;
  margin-top: 60px;
  margin-bottom: 15px; }

.article__content--collection-container .grid__item {
  padding-left: 15px;
  margin-bottom: 40px; }


/*================ Article Previous / Next Module ================*/
.prev-next-article {
  position: relative;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 989px) {
    .prev-next-article {
      flex-direction: column;
      padding-top: 60px;
      padding-bottom: 60px; } }

.prev-next-article__left-column,
.prev-next-article__right-column {
  flex: 0 50%; }
  @media only screen and (max-width: 640px) {
    .prev-next-article__left-column,
    .prev-next-article__right-column {
      flex: 1 0 100%; } }

.prev-next-article__left-column {
  margin-bottom: 60px; }
  @media only screen and (min-width: 641px) {
    .prev-next-article__left-column {
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      margin-bottom: 0; } }

@media only screen and (max-width: 989px) {
  .prev-next-article__right-column {
    padding-top: 60px;
    padding-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15); } }

@media only screen and (min-width: 990px) {
  .prev-next-article__btn-top {
    position: absolute;
    top: 15px; } }

@media only screen and (max-width: 989px) {
  .prev-next-article__btn-top svg {
    margin-bottom: 40px; } }

.prev-next-article__btn-bottom {
  position: absolute;
  bottom: 15px; }
  @media only screen and (max-width: 989px) {
    .prev-next-article__btn-bottom {
      display: none; } }

@media only screen and (min-width: 990px) {
  .prev-next-article__left-column .prev-next-article__btn-top,
  .prev-next-article__left-column .prev-next-article__btn-bottom {
    left: 20px; }

  .prev-next-article__right-column .prev-next-article__btn-top,
  .prev-next-article__right-column .prev-next-article__btn-bottom {
    right: 20px; }
}

.prev-next-article__column-inner {
  max-width: 380px;
  margin: 0 auto; }
  @media only screen and (min-width: 769px) and (max-width: 989px) {
    .prev-next-article__column-inner {
      padding: 0 30px; } }
  @media only screen and (min-width: 641px) and (max-width: 768px) {
    .prev-next-article__column-inner {
      padding: 0 60px; } }
  @media only screen and (max-width: 640px) {
    .prev-next-article__column-inner {
      padding: 0 30px; } }

.prev-next-article__img {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px; }

.prev-next-article__img.ratio-container:after {
  padding-bottom: 120%; } /*134*/
  @media only screen and (max-width: 989px) {
    .prev-next-article__img.ratio-container:after {
      padding-bottom: 106%; } }

.prev-next-article__text-wrapper {
  padding: 0 20px; }
  @media only screen and (min-width: 641px) and (max-width: 768px) {
    .module-eleven__text-wrapper {
      padding: 0; } }

.prev-next-article__column-inner h3 {
  margin: 14px auto 24px; }

.prev-next-article__column-inner .rte {
  margin-bottom: 0; }

.prev-next-article__column-inner .arrow-accent-cta {
  display: inline-block;
  margin-top: 20px; }

.cart-popup-wrapper {
  opacity: 1;
  visibility: visible;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }

.cart-popup-wrapper--hidden {
  opacity: 0;
  visibility: hidden; }

.cart-popup__close {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998; }

.cart-popup {
  width: 250px;
  position: absolute;
  right: 20px;
  top: 162px;
  background-color: var(--color-body);
  border-top: 1px solid #000;
  box-shadow: 0px 3px 6px #0000000D;
  z-index: 999; }

@media only screen and (max-width: 640px) {
  .cart-popup {
    right: 15px;
    top: 45px; } }

.cart-popup:focus,
.cart-popup:active {
  outline: none; }

.cart-popup__header {
  display: flex;
  flex-direction: row;
  align-items: center; }

.cart-popup__heading {
  flex-grow: 1;
  padding: 15px 15px 0;
  margin: 0; }

.cart-popup-item {
  display: flex;
  margin: 15px; }

.cart-popup-item__image-wrapper {
  position: relative;
  flex-basis: 18%;
  flex-shrink: 0;
  margin-right: 1rem;
  text-align: center; }

.cart-popup-item__image {
  display: block;
  margin: 0 auto;
  max-width: 55px;
  border-radius: 2px; }

.cart-popup-item__description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.cart-popup-item__description .product-details {
  text-align: left;
  margin-bottom: 5px; }

.cart-popup-item .product-details {
  padding: 0; }

.cart-popup-item__description .product-details__item {
  margin-bottom: 0;
  margin-right: 5px; }

.cart-popup-item__title {
  margin-bottom: 5px; }

.cart-popup-item__quantity {
  flex-shrink: 0; }

.cart-popup__cta-link {
  width: 100%; }

.cart-popup__dismiss {
  margin-top: 0.5rem;
  text-align: center; }

.cart-popup__dismiss-button {
  font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em); }

.pagination {
  position: relative;
  top: -1px;
  text-align: center;
  list-style: none;
  font-size: calc(((15) / (var(--font-size-base))) * 1em);
  padding-bottom: 90px; /* 165px */ }
  .pagination li {
    display: inline-block;
    margin-left: 0; }
  .pagination li a,
  .pagination li span.ellipsis {
    display: block;
    padding-top: 15px;
    /*padding-right: 10px;*/
    letter-spacing: 1px; }
  .pagination li span.ellipsis {
    color: rgba(0, 0, 0, 0.6); }
  .pagination li.accent {
    margin-left: 10px; }
  .pagination li.accent a {
    color: rgba(0, 0, 0, 0.6);
    border-top: 1px solid transparent;
    padding-right: 5px;
    padding-left: 5px; }
  .pagination li.accent a:hover,
  .pagination li.accent.active a {
    color: var(--color-black);
    border-top: 1px solid var(--color-black);
    margin-top: 0; }

.pagination .btn {
  border: 0;
  background: transparent;
  padding: 0 20px 10px 10px; }
  @media only screen and (max-width: 640px) {
    .pagination .btn {
      border: 0;
      background: transparent;
      padding: 0 15px 10px 5px; } }

.pagination li:first-child,
.pagination li:last-child {
  position: absolute; }

.pagination li:first-child {
  left: 0; }

.pagination li:last-child {
  right: 0; }

.pagination .btn svg {
  position: relative;
  top: 15px; }

.pagination .btn::before,
.pagination .btn::after,
.pagination .btn:hover::before,
.pagination .btn:hover::after {
  width: 0; }

.pagination .btn[disabled] {
  opacity: 0.6; }  

.pagination__text {
  padding: 0 27.5px; }

.pagination-next a {
  padding-right: 10px; }

.pagination-prev,
.pagination-next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; } 

.pagination-prev a {
  padding-left: 10px; }

.pagination li:first-child:hover,
.pagination-prev:hover {
  left: 5px; }

.pagination li:last-child:hover,  
.pagination-next:hover {
  right: 5px; }  

@media only screen and (max-width: 640px) {
  .pagination-prev,
  .pagination-next {
    top: 80px; } }

.comment {
  margin-bottom: 30px; }
  .comment:last-child {
    margin-bottom: 0; }

.comment__content {
  margin-bottom: 5px; }

.comment__meta-item {
  margin-right: 10px;
  font-size: calc(((14) / (var(--font-size-base))) * 1em); }
  .comment__meta-item:first-child::before {
    content: '\2014 \0020'; }

.social-sharing {
  display: flex; }
  .template-password .social-sharing {
    justify-content: center; }

.btn--share {
  background-color: transparent;
  border-color: var(--color-border);
  color: var(--color-text);
  margin-right: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn--share:not([disabled]):hover, .btn--share:focus {
    background-color: transparent;
    border-color: var(--color-btn-social-focus);
    color: var(--color-text); }
  .btn--share .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 4px; }
  .btn--share .icon-facebook {
    fill: #3b5998; }
  .btn--share .icon-twitter {
    fill: #00aced; }
  .btn--share .icon-pinterest {
    fill: #cb2027; }

.share-title {
  display: inline-block;
  vertical-align: middle; }

/*================ Variables ================*/
.search-form__input-wrapper {
  position: relative; }

.search-form__input {
  padding-right: 45px;
  width: 100%;
  min-height: 44px;
  color: var(--color-text-field-text);
  background-color: var(--color-text-field);
  border: none;
  border: 1px solid var(--color-border-form); }
  .search-form__input::-ms-clear {
    display: none; }
  .search-form__input::-webkit-search-cancel-button {
    display: none; }
  .search-form__input::placeholder {
    color: var(--color-text-field-text);
    opacity: 0.6; }
  .search-form__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-text-field-text);
    opacity: 0.6; }
  .search-form__input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-text-field-text);
    opacity: 0.6; }

.search-form__clear-action {
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -12px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  transition-property: opacity, visibility, background-color, transform;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out; }
  .search-form__clear-action .icon-close {
    flex: 1 1 auto;
    width: 12px;
    height: 12px;
    fill: var(--color-text-field-text); }
  .search-form__clear-action:focus, .search-form__clear-action:hover {
    background-color: rgba(var(--color-text-field-text-rgb), 0.2); }
  .search-form__clear-action:active {
    transform: scale(0.9); }
  .search-form__clear-action.predictive-search__clear-button--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .search-bar__form .search-form__clear-action {
    right: 44px; }

.search-form--focus .predictive-search__clear-button--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.search-page-form .predictive-search__clear-button--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.search-form__connected-submit {
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  background-color: var(--color-btn-primary);
  border-radius: 0 2px 2px 0;
  transition: background-color 100ms ease-in-out; }
  .search-form__connected-submit:focus, .search-form__connected-submit:hover {
    background-color: var(--color-btn-primary-darker); }
  .search-form__connected-submit:active {
    background-color: var(--color-btn-primary); }
  .search-form__connected-submit .icon-search {
    fill: var(--color-btn-primary-text);
    width: 20px;
    height: 20px; }

.search-bar {
  z-index: 999;
  background-color: var(--color-body); }

.search-bar__interior {
  height: 100%;
  display: flex;
  flex: 1; }
  @media only screen and (min-width: 990px) {
    .search-bar__interior {
      padding: 0;
      height: auto; } }

.search-form__container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 10px;
  background-color: var(--color-bg); }

.search-bar__form {
  flex: 1 1 100%;
  position: relative;
  max-width: 990px;
  border: 1px solid transparent; }

.search-bar__interior .search-bar__form {
  max-width: 100%;
}

.search-bar__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center; }

.search-bar__submit {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 0;
  height: 100%;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
  margin: 0;
  width: 15px;
  color: var(--color-text-field-text); }
  .search-bar__submit .icon {
    position: relative;
    top: -1px;
    width: 1.2rem;
    height: auto; }
  .search-bar__submit:hover, .search-bar__submit:focus {
    color: rgba(var(--color-text-field-text-rgb), 0.6); }

.search-bar__input {
  padding-right: 45px;
  width: 100%;
  min-height: 44px;
  color: var(--color-text-field-text);
  background-color: var(--color-text-field);
  border: none;
  border: 1px solid var(--color-border-form); }

.search-bar__close {
  padding: calc(10em / 16) 0.75em;
  margin-right: -10px; }
  .search-bar__close .icon {
    width: 1rem;
    height: auto; }

.search--less-than-2-results {
  height: 40vh; }

.predictive-search-wrapper {
  transition-property: opacity, visibility;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
  z-index: 1000;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 18px;
  min-width: 340px;
  border-top: 1px solid var(--color-black);
  background-color: var(--color-bg);
  overflow-y: auto;
  display: none;
  box-shadow: 0px 3px 6px #0000000D;
  max-height: 100% !important; }
  @media only screen and (min-width: 990px) {
    .predictive-search-wrapper {
      max-height: 80vh !important; } }

.search-bar .predictive-search-wrapper {
  position: fixed; }
  @media only screen and (max-width: 989px) {
    .search-bar .predictive-search-wrapper {
      border: none;
      min-width: 100%; } }
  @media only screen and (min-width: 990px) {
    .search-bar .predictive-search-wrapper {
      position: absolute;
      right: auto;
      left: auto;
      max-width: 748px; } }

.search-page-form .predictive-search-wrapper {
    max-height: 60vh; }

@media only screen and (min-width: 1025px) {
  .is-overflowing .predictive-search-wrapper--drawer {
    position: fixed;
    top: 81px !important;
    padding-top: 0;
    margin-top: 0;
    height: calc(100% - 81px); } }

@media only screen and (max-width: 1024px) {
  .predictive-search-wrapper--drawer {
    position: fixed;
    top: 81px !important;
    padding-top: 0;
    margin-top: 0;
    height: calc(100% - 81px); } }

.predictive-search-wrapper--visible {
  display: block; }

.predictive-search {
  height: 100%;
  text-align: left; }
  @media only screen and (max-width: 989px) {
    .search-bar .predictive-search {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }

.predictive-search-loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  text-align: center; }

.icon-predictive-search-spinner::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid;
  border-color: currentColor currentColor currentColor transparent;
  -moz-animation: spin 500ms infinite linear;
  -o-animation: spin 500ms infinite linear;
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear; }

.predictive-search-loading__icon {
  display: inline-block;
  margin: 0;
  color: var(--color-body-text);
  width: 20px;
  height: 20px; }
  .predictive-search-loading__icon .icon-predictive-search-spinner::before {
    width: 100%;
    height: 100%;
    border-width: 3px; }

.predictive-search-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 15px 7.5px; }

.predictive-search-title__content {
  flex: 1 1 auto;
  margin-bottom: 0;
  padding-right: 40px;
  color: var(--color-body-text);
  white-space: normal; }

.predictive-search-title__loading-spinner {
  flex: 0 0 auto;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  color: var(--color-body-text); }
  .predictive-search-title__loading-spinner .icon-predictive-search-spinner::before {
    width: 100%;
    height: 100%;
    border-width: 3px; }

.predictive-search-item {
  font-weight: 400;
  white-space: normal; }
  .predictive-search__list li:nth-last-child(2) .predictive-search-item__link {
    padding-bottom: 15px; }

@media only screen and (min-width: 1025px) {
  .is-overflowing .predictive-search__list {
    padding-bottom: 40px; } }

@media only screen and (max-width: 1024px) { 
  .predictive-search__list {
    padding-bottom: 40px; } } 

.predictive-search-item__details {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0; }

.predictive-search-item__detail--inline {
  display: flex;
  flex-direction: row; }

.predictive-search-item__link {
  display: flex;
  align-items: flex-start;
  padding: 7.5px 15px;
  background-color: transparent;
  transition: background-color 100ms ease-in-out; }
  .predictive-search-item__link:active {
    background-color: transparent; }

.predictive-search-item--selected .predictive-search-item__link,
.predictive-search-item--selected .predictive-search-view-all__button,
.predictive-search-item__link:hover {
  background-color: var(--predictive-search-focus); }

.predictive-search__column {
  flex: 1 1 auto; }

.predictive-search__column--image {
  flex-grow: 0;
  flex-shrink: 0;
  width: 55px;
  height: auto;
  margin-right: 10px;
  position: relative; }

.predictive-search-item__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px; }

.predictive-search__column--content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

.predictive-search__column--center {
  justify-content: center; }

.predictive-search-item__title-text {
  display: inline-block;
  color: var(--color-text); }

.predictive-search-item__vendor {
  color: var(--color-body-text);
  font-size: calc(((var(--font-size-base) - 3) / (var(--font-size-base))) * 1em);
  text-transform: uppercase;
  letter-spacing: 1px; }

.predictive-search-item__price {
  padding-top: 6px;
  flex: 0 0 auto;
  color: var(--color-body-text); }

.predictive-search-item__price--sale {
  color: var(--color-sale-text); }

.predictive-search-item__price--compare {
  text-decoration: line-through; }

@media only screen and (min-width: 1025px) {
  .is-overflowing .predictive-search-view-all {
    position: fixed;
    bottom: 0;
    width: 100%; } }

@media only screen and (max-width: 1024px) { 
  .predictive-search-view-all {
    position: fixed;
    bottom: 0;
    width: 100%; } }

.predictive-search-view-all__button {
  display: block;
  width: 100%;
  border: none;
  padding: 14px;
  text-align: center;
  color: var(--color-white);
  background-color: #262D26;
  white-space: normal; }

.template-search h1 {
  max-width: 680px;
  margin: 50px auto 0; }

.template-search h1 span {
  font-style: italic; }

.template-search .search-page-form {
  max-width: 330px;
  margin: 110px auto 130px; }
  @media only screen and (max-width: 640px) {
  .template-search .search-page-form {
    margin: 80px auto; } }  

.template-search .input-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6); }  

.template-search .search-form__input {
  background-color: transparent;
  border: 0; }

.template-search .search-form__connected-submit {
  background-color: transparent;
  justify-content: flex-end; }

.template-search .search-form__connected-submit .icon-search {
 fill: #000; }

.search--no-results-found {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: italic;
  margin-top: 15px; }

/*================ Mobile Site Nav ================*/
.mobile-nav-overflow {
  overflow-x: hidden;
  overflow-y: scroll; }

.mobile-nav-overflow::-webkit-scrollbar {
  display: none; }

.mobile-nav {
  padding-top: 30px;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.3s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .sub-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

.mobile-nav__header {
  position: sticky; 
  position: -webkit-sticky;
  width: 100%;
  background-color: var(--color-body);
  z-index: 14;
  padding: 20px 15px 15px;
  border-bottom: 1px solid var(--color-border); }

.mobile-nav__header .mobile-nav__search {
  justify-content: center;
  display: none!important;
  align-items: center; }

.mobile-nav__header .search-form__container {
  border: none;
  background: transparent;
  padding: 0; }

.mobile-nav__header .search-bar__input {
  border: none;
  background: transparent;
  padding: 0 0 0 25px;
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  letter-spacing: .275em;
  text-transform: uppercase;
  font-size: calc(var(--font-size-base) * .715px);
  line-height: 1.38; }

.site-header__secondary-row .search-form__input::placeholder {
  color: #000;
  opacity: 1; }

.mobile-nav__header .search-bar__submit {
  width: 15px;
  left: 0; }

.mobile-nav__header .search-bar__submit svg {
  position: relative;
  top: 2px; }

.mobile-nav__header .search-bar__actions {
  display: none; }

.mobile-nav__header .mobile-nav__search svg {
  margin-right: 20px; }

.mobile-nav__header .close-nav {
  position: absolute;
  top: 21px;
  right: 15px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0 3px 6px #0000000D;
  box-shadow: 0 3px 6px #0000000D;
  cursor: pointer; }

.mobile-nav__header .search-form__clear-action {
  right: -1px;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  z-index: 9; }

.mobile-nav__customer {
  margin-top: 60px; }

.mobile-nav__link,
.mobile-nav__sublist-link {
  display: block;
  width: 100%;
  padding: 5px 15px; }

.mobile-nav__link {
  position: relative; }

button.mobile-nav__link {
  display: flex;
  justify-content: space-between; }

.subnav-links .mobile-nav__item {
  display: block;
  width: 100%; }
  .mobile-nav__item .icon {
    height: auto;
    width: 6px;
    margin: 0; }
/*
.subnav-links .mobile-nav__item ul .mobile-nav__item {
  margin-bottom: 2.5rem;
}

.subnav-links .mobile-nav__item:last-child ul {
  margin-bottom: 0;
}

.mobile-nav__dropdown .mobile-nav__sublist-link .mobile-nav__label {
  margin-top: 2.5rem;
}

.mobile-nav__dropdown .mobile-nav__item:first-child .mobile-nav__sublist-link {
  margin-top: 0;
}
*/

@media screen and (max-width: 749px) {
  .mobile-nav__item.p-large {
    font-size: calc(var(--font-size-base) * 1.275px);
  }
}

.mobile-nav__return-btn {
  position: relative;
  padding: 0 15px;
  line-height: 1.375; }

.mobile-nav__return-btn span {
  display: inline-block; }

.mobile-nav__return-btn .icon {
  margin-right: 15px; }

.js-toggle-submenu span {
  display: table-cell;
  vertical-align: middle; }

.mobile-nav__icon {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  pointer-events: none;
  overflow: hidden; }

.mobile-nav__table {
  display: table;
  width: 100%; }

.mobile-nav__table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: left;
  white-space: normal; }

.mobile-nav__toggle-button {
  padding: 20px 15px; }

.mobile-nav__dropdown-columns {
  display: flex;
  padding-bottom: 100px; }

.mobile-nav__dropdown-columns div {
  flex: 1 0 33.333%; }

.mobile-nav__dropdown-columns div.subnav-links {
  flex: 1 0 66.666%;
  border-left: 1px solid var(--color-border); }

.mobile-nav__dropdown-columns div.subnav-links button.mobile-nav__sublist-link .mobile-nav__label {
  padding-top: 40px; }

.mobile-nav__dropdown-columns div.subnav-links li:first-child button.mobile-nav__sublist-link .mobile-nav__label {
  padding-top: 0; }

.mobile-nav__dropdown {
  padding: 35px 0;
  position: absolute;
  z-index: 8;
  width: 100%;
  height: calc(100vh - 80px) /* - 155px*/;
  top: 0;
  right: -100%;
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .mobile-nav__dropdown:focus,
  .mobile-nav__dropdown:active {
    outline: none; }
  .is-active + .mobile-nav__dropdown {
    opacity: 1;
    visibility: visible; }
  .mobile-nav__dropdown.is-closing {
    transition: all 0.3s cubic-bezier(0.29, 0.63, 0.44, 1);
    opacity: 0.99; }
  .mobile-nav__dropdown .mobile-nav__sublist-header {
    font-family: var(--font-stack-header);
    font-style: var(--font-style-header);
    font-weight: var(--font-weight-header);
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px; }
  .mobile-nav__dropdown .mobile-nav__sublist-header--main-nav-parent {
    color: var(--color-body-text); }

.mobile-nav__dropdown .mobile-nav__sublist-link {
  padding: 0 0 2px; }

.mobile-nav__dropdown .mobile-nav__sublist-link .mobile-nav__label {
  padding: 5px 15px;
  display: block; }

.mobile-nav__shop-all {
  display: none;
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 20px 0;
  background-color: var(--color-body);
  border-top: 1px solid var(--color-border); }

/*================ Mobile nav wrapper ================*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-body);
  transition: all 0.3s cubic-bezier(0.29, 0.63, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 14; }
  .mobile-nav-wrapper.js-menu--is-open {
    opacity: 1;
    visibility: visible; }

.mobile-nav--close .icon-hamburger {
  display: none; }

/*================ Site header mobile nav ================*/
.site-header__mobile-nav {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
  border-bottom: 1px solid var(--color-border);
  background-color: var(--color-body);
  padding: 0 20px; }

  @media only screen and (max-width: 1024px) {
    .site-header__mobile-nav {
      display: none; }
  }  


.site-header__mobile-nav .site-nav__link {
  padding-top: 12.5px;
  padding-bottom: 12.5px; }

.site-header__secondary-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 17px 0;
  max-height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body.light-header .site-header__secondary-row .site-header__logo-svg svg path,
body.light-header .site-header__secondary-row .site-header__logo-svg svg rect,
body.light-header .site-header__secondary-row .btn--link,
body.light-header .site-header__secondary-row .site-header__icons-wrapper p,
body.light-header .site-header__secondary-row .site-header__icons-wrapper a,
body.light-header .site-header__secondary-row .btn--link svg path,
body.light-header .site-header__secondary-row .btn--link svg g,
body.light-header .site-header__secondary-row .site-header__icons-wrapper svg path,
body.light-header .site-header__secondary-row .site-header__icons-wrapper svg line,
body.light-header .site-header__secondary-row .site-header__search-wrapper .search-bar__input,
body.light-header .site-header__secondary-row .site-header__search-wrapper .search-bar__input::placeholder,
body.light-header .site-header__secondary-row .site-header__search-wrapper svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

body.light-header .site-header__secondary-row:not(.is-scrolling) .site-header__logo-svg svg path,
body.light-header .site-header__secondary-row:not(.is-scrolling) .site-header__logo-svg svg rect {
  fill: #fff; }

body.light-header .site-header__secondary-row:not(.is-scrolling) .site-header__search-wrapper .search-bar__input,
body.light-header .site-header__secondary-row:not(.is-scrolling) .site-header__search-wrapper .search-bar__input::placeholder,
body.light-header .site-header__secondary-row:not(.is-scrolling) .btn--link,
body.light-header .site-header__secondary-row:not(.is-scrolling) .site-header__icons-wrapper p,
body.light-header .site-header__secondary-row:not(.is-scrolling) .site-header__icons-wrapper a {
  color: #fff; }

body.light-header .site-header__secondary-row:not(.is-scrolling) .site-header__search-wrapper svg path,
body.light-header .site-header__secondary-row:not(.is-scrolling) .btn--link svg path,
body.light-header .site-header__secondary-row:not(.is-scrolling) .btn--link svg g#Ellipse_12,
body.light-header .site-header__secondary-row:not(.is-scrolling) .site-header__icons-wrapper svg path,
body.light-header .site-header__secondary-row:not(.is-scrolling) .site-header__icons-wrapper svg line,
body.light-header .site-header__secondary-row:not(.is-scrolling) .site-header__menu svg line {
  stroke: #fff; }

/* On Scroll/Hover */
@media only screen and (min-width: 641px) {
  .site-header__secondary-row.is-scrolling,
  .site-header:hover .site-header__secondary-row {
    background-color: var(--color-body); }

  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .site-header__logo-svg svg path,
  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .site-header__logo-svg svg rect {
    fill: #000; }

  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .site-header__search-wrapper .search-bar__input,
  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .site-header__search-wrapper .search-bar__input::placeholder,
  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .btn--link,
  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .site-header__icons-wrapper p,
  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .site-header__icons-wrapper a {
    color: #000; }

  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .site-header__search-wrapper svg path,
  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .btn--link svg path,
  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .btn--link svg g#Ellipse_12,
  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .site-header__icons-wrapper svg path,
  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .site-header__icons-wrapper svg line,
  body.light-header .site-header:hover .site-header__secondary-row:not(.is-scrolling) .site-header__menu svg line {
    stroke: #000; } }

@media only screen and (max-width: 640px) {
  .site-header__secondary-row div {
    z-index: 999; }

  .site-header__secondary-row::after {
    content: '';
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    outline: none; }

  .site-header__secondary-row.is-scrolling {
    background-color: transparent;
    /* -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px); */ }

  .is-scrolling.site-header__secondary-row::after {
    background-color: var(--color-body);
    /* -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px); */ } }

/*================ Modals ================*/
.modal {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: var(--color-bg);
  bottom: 0;
  color: var(--color-text);
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0; }

.modal--is-active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden; }

.modal__inner {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%; }

.modal__centered {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%; }

.modal__close {
  border: 0;
  padding: 55px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2; }
  .modal__close .icon {
    font-size: calc(((20) / (var(--font-size-base))) * 1em); }

/*================ Price ================*/

.rrp {
  margin-left: 8px;
  color: rgba(0,0,0,0.6); }

.template-product .rrp {
  display: block;
  margin-left: 0;
  color: rgba(0,0,0,.6);
  font-size: 70%;
  margin-top: 10px; }  

.price {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0; }
  .price dl {
    margin-top: 0; }
  .price dd {
    margin: 0; }

.price--unavailable {
  visibility: hidden; }

.price--compare-price-hidden .price__compare {
  display: none; }

.price__pricing-group {
  display: flex;
  flex-direction: row;
  align-items: center; }

.price__regular {
  display: block; }

.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none; }

.price__availability {
  display: none;
  color: var(--color-body-text);
  font-size: 0.9em;
  font-weight: var(--font-weight-body);
  text-transform: uppercase;
  letter-spacing: 1px; }

.template-product .price--sold-out:after {
  content: '(SOLD OUT)';
  margin-left: 10px; }

.price--sold-out .sold-out-msg {
  color: var(--color-black);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  position: relative;
  z-index: 2;
}

.price--sold-out .price__availability {
  display: block; }

.price__sale {
  display: none; }
  .price--on-sale .price__sale {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }

.template-product .price__sale.with-trade {
  position: relative;
  margin-bottom: 24px; }

.template-product .price__sale.with-trade .price__sale-trade {
  position: absolute; 
  display: block;
  top: 21px; }  

.price__sale.with-trade .price__sale-trade .rrp {
  display: flex; }

.price__compare {
  margin-left: 5px;
  opacity: 0.7;
  /*color: var(--color-grey);*/ }

/*.price__compare .price-item {
    color: var(--color-grey); }*/

.price__vendor {
  color: var(--color-body-text);
  font-size: 0.9em;
  font-weight: var(--font-weight-body);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }

.price__vendor--listing {
  margin: 0 0 4px; }

.price__unit {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: none; }
  .price--unit-available .price__unit {
    display: block; }

.price-item {
  color: var(--color-body-text); }

.price-item--sale {
  color: var(--color-sale-text); }

.price-item--sale.price-item--sale-bfcm {
  color: var(--color-body-text);
}

.price--on-sale .price-item--regular {
  text-decoration: line-through; }

.price-unit-price {
  color: var(--color-body-text);
  font-size: 0.8em; }


.price-item s {
  opacity: 0.7;
  margin-left: 10px;
}

.price-item__label {
  display: inline-block;
  white-space: nowrap;
  font-weight: var(--font-weight-body--bolder); }

.price__badges {
  margin-top: 0; }

.price__badge {
  display: none;
  align-self: center;
  text-align: center;
  font-size: 0.5em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: var(--color-bg);
  border: 1px solid var(--color-text);
  border-radius: 2px;
  padding: 0.2rem 0.5rem; }

.price__badge--sale {
  color: var(--color-bg);
  border-color: var(--color-sale-text);
  background-color: var(--color-sale-text); }
  .price--on-sale .price__badge--sale {
    display: flex; }
  .price--sold-out .price__badge--sale {
    display: none; }

.price__badge--sold-out {
  color: var(--color-body-text);
  border-color: var(--color-body-text); }
  .price--sold-out .price__badge--sold-out {
    display: flex; }

.price__badges--listing {
  margin-top: 0.5rem; }
  .price__badges--listing .price__badge {
    font-size: 0.6em;
    padding: 0.25rem 0.55rem; }

.trade_tooltip_trigger {
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  left: 5px;
  position: relative;
  padding: 0.5px 0.5px 0.5px 3.5px; }

.trade_price {
  position: relative;
  z-index: 2; }

.trade_price:hover + .trade_tooltip {
  opacity: 1;
  z-index: 1; }

.trade_tooltip {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background: #d8c1b4;
  color: #fff;
  padding: 8px 10px 10px;
  text-align: center;
  max-width: 200px;
  position: absolute;
  top: -22px;
  right: 10px; }

.trade_tooltip .arrow-down {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #d8c1b4; }

/*================ Module | Filters and Sort toolbar and selection ================*/
.filters-toolbar-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 768px) {
    .filters-toolbar-wrapper {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 55px; } }

.filters-toolbar {
  padding-top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media only screen and (max-width: 767px) {
  .filter-by__title {
    display: none !important; } }

.filters-toolbar__item {
  min-width: 33%;
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%; }
  @media only screen and (max-width: 989px) {
    .filters-toolbar__item:first-child .filters-toolbar__input {
      padding-left: 0; } }

@media only screen and (max-width: 989px) {
  .filters-toolbar__item-child {
    flex-grow: 0; } }

@media only screen and (max-width: 989px) {
  .filters-toolbar__item-child:first-child {
    margin-right: 2.5rem; } }

@media only screen and (min-width: 990px) {
  .filters-toolbar__item-child:first-child {
    margin-right: 3rem; } }

@media only screen and (max-width: 989px) {
  .filters-toolbar__item-child .filters-toolbar__input {
    padding-left: 0;
    padding-right: 25px;
    width: 100%; } }

.filter-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.filters-toolbar__item--count {
  min-width: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center; }
  @media only screen and (max-width: 989px) {
    .filters-toolbar__item--count {
      -webkit-flex: 0 1 50%;
      -moz-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      text-align: right; } }

.filters-toolbar__label {
  display: inline-block; }
  @media only screen and (max-width: 989px) {
    .filters-toolbar__label {
      display: block;
      margin-bottom: 0;
      margin-top: 8px; } }

.filters-toolbar__input-wrapper {
  display: inline-block; }

.filters-toolbar__input {
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  height: 36px;
  opacity: 1;
  position: relative; }
  .filters-toolbar__item:first-child .filters-toolbar__input {
    padding-left: 0; }
  .filters-toolbar__input.hidden {
    opacity: 0; }
  .filters-toolbar__input option {
    text-overflow: ellipsis;
    overflow: hidden; }

.filters-toolbar__product-count {
  font-family: 'Untitled Sans Light';
  font-weight: 100;
  font-size: calc(var(--font-size-base) * 1px); /* 20px */
  line-height: 1.2; /* 24px */
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 989px) {
    .filters-toolbar__product-count {
      font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
      line-height: 46px; } }

.selected-tags-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between; 
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .selected-tags-wrapper {
      display: none; } }

.selected-tags {
  margin: 0; }

.selected-tags-wrapper a.filter-clear {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--color-grey); }
  .selected-tags-wrapper a.filter-clear:before {
    position: relative;
    content: url('filter-menu-close.svg');
    margin-right: 5px;
    top: -1px;
    opacity: 0.5; }
  .selected-tags-wrapper a.filter-clear:hover,
  .selected-tags-wrappwer a.filter-clear:hover:before {
    color: var(--color-black);
    opacity: 1; }
  @media only screen and (max-width: 989px) {
    .selected-tags-wrapper a.filter-clear {
      position: relative;
      display: block;
      clear: both; } }

.collection-mob__view-by {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 50px; }

.collection-mob__view-by svg {
  margin-left: 20px; }

/*================ MBS Main Collection Modules ================*/
.expanding-overflow-collection {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.collection-made-by-shoppe-main .pagination-hide,
.collection-mbs-main .pagination-hide {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  max-height: 0; }

.collection-made-by-shoppe-main .pagination-hide.show,
.collection-mbs-main .pagination-hide.show {
  opacity: 1;
  visibility: visible;
  max-height: 200px; }  

/* MBS Main Collection Module One */
.collection-mbs-modules__container {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.mbs-col-mod-one {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 640px) {
    .mbs-col-mod-one {
      padding-top: 30px;
      padding-bottom: 30px; } }

.mbs-col-mod-one .mbs-col-mod-one__inner {
  display: flex; }
  @media only screen and (max-width: 640px) {
    .mbs-col-mod-one .mbs-col-mod-one__inner {
      flex-direction: column; } }

.mbs-col-mod-one .mbs__col-mod-one-text-wrapper {
  width: 50%; }
  @media only screen and (max-width: 989px) {
    .mbs-col-mod-one .mbs__col-mod-one-text-wrapper {
      width: 60%;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 640px) {
    .mbs-col-mod-one .mbs__col-mod-one-text-wrapper {
      width: 100%; } }    

@media only screen and (min-width: 641px) and (max-width: 989px) {
  .mbs__col-mod-one-text-wrapper-inner {
      max-width: 345px; } }

@media only screen and (min-width: 990px) {
  .mbs__col-mod-one-wrapper-push .mbs__col-mod-one-text-wrapper-inner {
    position: relative;
    left: 50%; }

  .mbs__col-mod-one-text-wrapper-inner {
    width: 50%; } }

.mbs-col-mod-one .mbs__col-mod-one-text-wrapper .rte.h5 {
  padding-top: 30px;
  margin-bottom: 60px; }

.mbs-col-mod-one .mbs__col-mod-one-text-wrapper .rte {
  margin-bottom: 25px; }

.mbs-col-mod-one .mbs__product-info-video,
.mbs-col-mod-one .mbs__col-mod-one-img-wrapper  {
  width: 50%; }
  @media only screen and (max-width: 989px) {
    .mbs-col-mod-one .mbs__product-info-video,
    .mbs-col-mod-one .mbs__col-mod-one-img-wrapper {
      width: 40%; } }
  @media only screen and (max-width: 640px) {
    .mbs-col-mod-one .mbs__product-info-video,
    .mbs-col-mod-one .mbs__col-mod-one-img-wrapper {
      width: 100%; } }    

.mbs__col-mod-one-img-small-wrapper {
  margin-top: 110px; }
  @media only screen and (max-width: 1024px) {
    .mbs__col-mod-one-img-small-wrapper {
      display: none; } }

.mbs-col-mod-one .mbs__col-mod-one-img-small-wrapper .grid__item {
  max-width: 66.666%; }

.mbs-col-mod-one .mbs__col-mod-one-img,
.mbs-col-mod-one .mbs__col-mod-one-img-small {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px; }

.mbs-col-mod-one .mbs__product-info-video video {
  border-radius: 3px; }  

.mbs-col-mod-one .mbs__col-mod-one-img.ratio-container:after {
  padding-bottom: 75%; }

.mbs-col-mod-one .mbs__col-mod-one-img-small.ratio-container:after {
  padding-bottom: 125%; }

/* MBS Main Collection Module Two */
.mbs-col-mod-two {
  padding-top: 20px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 640px) {
    .mbs-col-mod-two {
      padding-bottom: 60px; } }

.mbs-col-mod-two.minus-margin {
  padding-bottom: 40px; }

.mbs-col-mod-two .rte {
  max-width: 730px; }
  @media only screen and (max-width: 989px) {
    .mbs-col-mod-two .rte {
      margin: 0 auto;
      text-align: center; } }

/* MBS Main Collection Module Three */
.mbs-col-mod-three {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 640px) {
    .mbs-col-mod-three {
      padding-top: 60px;
      padding-bottom: 60px; } }

.mbs-col-mod-three__inner {
  display: flex; }
  @media only screen and (max-width: 989px) {
    .mbs-col-mod-three__inner {
      flex-wrap: wrap; } }

.mbs-col-mod-three__inner .mbs-col-mod-three__column {
  flex: 1 0 25%; /* 0 1 25% */
  padding: 25px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 989px) {
    .mbs-col-mod-three__inner .mbs-col-mod-three__column {
      flex: 1 0 50%; } }

.mbs-col-mod-three__inner .mbs-col-mod-three__column:last-child {
  border-right: 0; }

@media only screen and (max-width: 989px) {
  .mbs-col-mod-three__inner .mbs-col-mod-three__column:nth-child(3),
  .mbs-col-mod-three__inner .mbs-col-mod-three__column:last-child {
    border-top: 1px solid var(--color-border); } 
  .mbs-col-mod-three__inner .mbs-col-mod-three__column:nth-child(2) {
    border-right: 0; } } 

.mbs-col-mod-three__inner img {
  max-width: 70px;
  margin: 0 auto; }

.mbs-col-mod-three__inner .rte {
  margin: 5px auto 0;
  max-width: 195px; }

/* Pre-footer */
@media only screen and (max-width: 640px) {
  #shopify-section-pre-footer {
    border-top: 1px solid var(--color-border); }

  #shopify-section-pre-footer .page-width-narrow {
    padding: 0; } }

.pre-footer__list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  padding: 83px 0 60px; }

.pre-footer__list li {
  flex: 1 0 33.333%; }

.pre-footer__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(0,0,0, 0.7); }

.pre-footer__list li a img {
  width: 35px;
  height: auto;
  margin-bottom: 3px; }

@media only screen and (max-width: 989px) {
  .pre-footer__list {
    padding: 0; }

  .pre-footer__list li {
    width: 50%;
    flex: 1 0 50%;
    padding: 35px 0 38px; }

  .pre-footer__list li:first-child {
    border-right: 1px solid var(--color-border); } }

/* Footer */
.site-footer {
  background-color: #F2F1EE;
  border-top: 1px solid var(--color-border);
  padding: 40px 0 0;
  display: flex;
  flex-flow: row wrap;
  color: rgba(0,0,0,0.7); }

.site-footer h4, .site-footer .h4 {
  margin-bottom: 16px;
  color: rgba(0,0,0,0.7); }

.site-footer__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.site-footer__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 55px; }

.site-footer__item:first-of-type {
  padding-left: 0; }

.site-footer__item:last-of-type {
  padding-right: 0; }

.site-footer__contact-container .rte,
.site-footer__contact-container .rte p,
.site-footer__contact-container .rte p a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(0,0,0,0.7); }

.site-footer__contact-container .p-small {
  line-height: 1.55; }

.site-footer__newsletter {
  margin-top: 110px; }

.site-footer__item-inner--newsletter {
  width: 100%; }

.site-footer__newsletter .input-group {
  border-bottom: 1px solid rgba(0,0,0,0.4);
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }

.site-footer__newsletter .input-group input.input-group__field {
  padding-left: 0;
  border: 0;
  outline: none;
  font-size: 13px;
  padding: 0;
  min-height: 37px;
  margin: 5px 0 0 0;
  width: 100%; }

.site-footer__newsletter .newsletter__submit {
  background-color: transparent;
  padding: 0;
  border: 0; }

.site-footer__newsletter .input-group__btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.4; }  

.site-footer__newsletter .newsletter__input:focus ~ .input-group__btn {
  opacity: 1; }

.site-footer__newsletter p.newsletter-terms-text {
  padding-top: 20px;
  font-size: 9px;
  display: none;
  margin-top: 10px;
  font-size: 9px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.4px; }

.site-footer .newsletter-terms-text.visible {
  display: block; }

.site-footer .mobile-layout {
  display: flex; }

.site-footer__section {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 43px; }

.site-footer__linklist {
  margin-top: 15px; }

.site-footer__linklist li,
.site-footer__linklist li a {

  color: rgba(0,0,0,0.7); }

.site-footer__linklist li a:hover {
  color: rgba(0,0,0,1); }  

.site-footer__linklist li {
  font-size: 13px;
  padding: 0 0 6px; }

.site-footer__linklist li:first-child {
  padding-top: 0; }

.site-footer__linklist-item {
  display: block;
  padding: 15px 0; }

.site-footer__linklist-item:last-of-type {
  padding-right: 0; }

.site-footer__icon-list {
  padding-bottom: 30px; }

.site-footer__social-icons {
  padding-top: 22.5px; }

.social-icons__item {
  padding: 0 15px; }

.social-icons__item:first-of-type {
  padding-left: 0; }

.social-icons__link {
  display: block; }

.site-footer__copyright-content {
  margin-bottom: 25px; }

.site-footer__copyright-content,
.site-footer__copyright-content p,
.site-footer__copyright-content a {
  color: rgba(0,0,0,0.5); }

.site-footer__brand-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.site-footer__brand-image::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 110%; }

@media only screen and (min-width: 990px) {
  .site-footer {
    padding: 0; }

  .site-footer__content {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .site-footer__item {
    padding: 0 15px 0 15px;
    margin-bottom: 45px; }

  .site-footer__contact-container,
  .site-footer__links-container {
    padding-top: 65px; }

  .site-footer__linklist-item {
      padding: 0 30px 5px 0; }

  .site-footer__contact-container {
    max-width: 340px;
    width: 100%; }

  .site-footer__icon-list {
    padding-bottom: 15px; } }

@media only screen and (max-width: 989px) {
  .site-footer__content {
    padding: 0 18px; }

  .site-footer__item:last-of-type {
      margin-bottom: 0; }

  .site-footer__links-container {
    padding-left: 15px;
    padding-right: 15px; }

  .site-footer__newsletter {
    margin-top: 75px; }

  .site-footer__icon-list {
    padding-bottom: 50px; }

  .site-footer__linklist.list--inline > li {
    display: block; }

  .site-footer__copyright-content {
    margin-top: 15px; }

  .site-footer__section {
    padding-bottom: 48px; } }

@media only screen and (min-width: 641px) and (max-width: 989px) {
  .site-footer__newsletter {
    margin-top: 80px; } }

@media only screen and (max-width: 640px) {
  .site-footer__section {
    width: calc(50% - 15px);
    padding-right: 15px; }

  .site-footer__newsletter p.newsletter-terms-text {
    max-width: 210px; } }


/* Feature Row */
.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 989px) {
    .feature-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }
  @media only screen and (max-width: 989px) {
    .feature-row__item {
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100%;
      max-width: 100%; } }

.feature-row__large {
  -webkit-flex: 0 1 58.33333%;
  -moz-flex: 0 1 58.33333%;
  -ms-flex: 0 1 58.33333%;
  flex: 0 1 58.33333%; }

.feature-row__small {
  -webkit-flex: 0 1 41.66667%;
  -moz-flex: 0 1 41.66667%;
  -ms-flex: 0 1 41.66667%;
  flex: 0 1 41.66667%; }

@media only screen and (max-width: 989px) {
  .feature-row__large,
  .feature-row__small {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%; } }

.feature-row__image-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%; }

.feature-row__image {
  display: block;
  margin: 0 auto; }
  .feature-row__image-wrapper .feature-row__image {
    width: 100%;
    position: absolute;
    top: 0; }
  @media only screen and (max-width: 989px) {
    .feature-row__image {
      order: 1; } }

.feature-row__text {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media only screen and (max-width: 989px) {
    .feature-row__text {
      order: 2;
      padding-bottom: 0; } }

@media only screen and (min-width: 990px) {
  .feature-row__text--left {
    padding-left: 15px; }
  .feature-row__text--right {
    padding-left: 15px; } }

@media only screen and (min-width: 990px) {
  .featured-row__subtext {
    font-size: calc((var(--font-size-base) / (var(--font-size-base))) * 1em); } }

.collection__video-container.ratio-container:after {
  padding-bottom: 40%; /* 56.25% */ }
  @media only screen and (max-width: 989px) {
    .collection__video-container.ratio-container:after {
      min-height: 510px;
      padding-bottom: 58%; /* 56.25% */ } }

.collection__video-container .sound-station {
  position: relative;
  z-index: 9;
  text-align: right; }

.collection__video-container .sound-station svg {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: opacity 0.2s ease 0.1s;
  z-index: 99; }

.collection__video-container .sound-station .icon-mute,
.collection__video-container .sound-station .icon-sound.switch {
  visibility: visible;
  opacity: 1; }

.collection__video-container .sound-station .icon-sound,
.collection__video-container .sound-station .icon-mute.switch {
  opacity: 0;
  visibility: hidden; }

.collection__video {
  object-fit: cover; }

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden; }

.collection-grid {
  margin-bottom: -22px;
  overflow: auto; }

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 22px; }
  @media only screen and (min-width: 990px) {
    .collection-grid-item {
      margin-bottom: 30px; } }

.collection-grid-item__title {
  color: var(--color-overlay-title-text);
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  padding: 0 5px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  hyphens: auto; }
  @media only screen and (min-width: 990px) {
    .collection-grid-item__title {
      padding: 0 15px; } }

.collection-grid-item__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .collection-grid-item__link:hover .collection-grid-item__title-wrapper::before, .collection-grid-item__link:focus .collection-grid-item__title-wrapper::before {
    opacity: var(--hover-overlay-opacity); }
  .collection-grid-item__link:focus {
    opacity: 1; }

.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.collection-grid-item__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay); }

.collection-back_to_top {
  padding: 100px 0 25px; /* 25px 0 */
  display: flex;
  justify-content: center; }

.collection-back_to_top svg {
  display: block;
  margin: 0 auto; }

.collection-back_to_top a {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  
.collection-back_to_top a:hover {
  transform: translateY(-5px); }

.collection-recommended__collections {
  padding-bottom: 40px; }

@media only screen and (max-width: 989px) {
.collection-recommended__collections .page-width {
  padding-right: 0; } }

.collection-recommended__collections h3 {
  padding: 55px 0 40px;
  font-family: "freight-display-pro", serif;
  font-weight: 300;
  font-style: italic;
  font-size: calc(((var(--font-h6-desktop)) / (var(--font-size-base))) * 1.04em); /* 32px */
  line-height: 1.31; /* 42px */ }
  @media only screen and (max-width: 989px) {
    .collection-recommended__collections h3 {
    font-size: calc(((var(--font-h6-desktop)) / (var(--font-size-base))) * 0.84em); /* 26px */
    line-height: 1.31; /* 34px */ } }

.collection-recommended__collections_item a {
  position: relative;
  display: block; }

.collection-recommended__collections_item .collection-recommended__collections-img {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px; }

.collection-recommended__collections-img.ratio-container:after {
  padding-bottom: 125%; }

.collection-recommended__collections_item_inner {
  position: absolute;
  bottom: 11px;
  left: 10px;
  width: calc(100% - 25px); }

.collection-recommended__collections_item_inner h4 {
  margin-bottom: 10px; }
  @media only screen and (max-width: 989px) {
    .collection-recommended__collections_item_inner h4 {
    font-size: calc(((var(--font-h4-desktop)) / (var(--font-size-base))) * 1em); /* 42px */
    line-height: 1.29; /* 54px */ } }

.collection-recommended__collections_item_inner h4,
.collection-recommended__collections_item_inner .text {
  color: #fff; }

.collection-recommended__collections_item_inner .cta {
  display: flex;
  align-items: center;
  flex-wrap: none; }

.collection-recommended__collections_item_inner .cta .arrow {
  width: 60px;
  transition: all 0.3s ease;
  margin-top: 0;
  margin-left: 10px;
  height: 1px;
  background: #fff;
  position: relative; }

.collection-recommended__collections_item a:hover .arrow {
  width: 100%; }

.collection-recommended__collections_item_inner .cta .text {
  white-space: nowrap; }

.collection-recommended__collections_item_inner .cta .arrow .head,
.collection-recommended__collections_item_inner .cta .arrow .head:after {
  height: 1px;
  background: #fff;
  width: 7px;
  position: absolute;
  right: -1px;
  top: 2px;
  transform: rotate(-40deg); }

.collection-recommended__collections_item_inner .cta .arrow .head:after {
  content: "";
  border-color: #fff;
  right: -3px;
  top: -3px;
  transform: rotate(80deg); }

/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center; }

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

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center; }

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right; }

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center; }

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right; }

.rich-text__heading--large {
  font-size: 1.4em; }

.rich-text__heading--small {
  font-size: 0.88em; }

.rich-text__text--large {
  font-size: calc(((var(--font-rich-text-large)) / (var(--font-size-base))) * 1em); }

.rich-text__text--small {
  font-size: calc(((var(--font-rich-text-small)) / (var(--font-size-base))) * 1em); }

.product-card {
  position: relative; }

.grid-view-item--sold-out .grid-view-item__image-wrapper:after {
  content: '';
  background-color: rgba(251,249,247, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;}  

.grid-view-item__image-wrapper {
  position: relative;
  padding-bottom: 124%; }

.grid-view-item__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 124%; }

.product-card:hover .grid-view-item__image {
  opacity: 0; }

.product-card:hover .grid-view-item__image-hover {
  opacity: 1; }

.product-card__image-with-placeholder-wrapper {
  position: relative;
  margin: 0 auto 15px;
  border-radius: 3px;
  overflow-y: hidden; }

.product-card .product-card__inventory-items-left {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "freight-display-pro", serif;
  font-weight: 300;
  font-style: italic;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out; }

.product-card:hover .product-card__inventory-items-left {
  opacity: 1;
  visibility: visible; }

.product-card__add-to-cart,
.product-card__view {
  position: absolute;
  bottom: 0;
  padding: 13px 0;
  background: #D5D2CC;
  z-index: 9;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
}

.product-card:hover .product-card__add-to-cart,
.product-card:hover .product-card__view {
  transform: translateY(0%); }

@media only screen and (max-width: 1024px) {
  #collection-swatches .product-card__add-to-cart {
    transform: translateY(0%); }

  #collection-swatches .product-card:hover .product-card__add-to-cart {
    transform: translateY(0%); } }

.product-card__title {
  display: block; }

.product-card__title span {
  display: block; }

.product-card__title span:first-child {
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale; }

#collection-swatches .product-card__title {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.product-card__cto-title {
  display: block; }

.product-card__cto-title span {
  border-bottom: 1px solid rgba(0, 0, 0, 1); }

.fabric-content {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tooltip-fabric-content {
  padding-top: 0;
  position: relative;
  margin-top: -5px;
  padding-bottom: 5px;
  display: block;
}

.more-options {
  margin-top: 10px;
  margin-bottom: 0; }

.product-card__vendor {
  display: inline-block;
  margin-top: 18px;
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.010em; }

.product-card__info-container {
  position: relative;
  color: var(--color-grey);
  padding-top: 10px; }

.product-size__info {
  padding-right: 20px; }

@media only screen and (max-width: 1200px) {
  .product-card__info-container span,
  .product-card__info-container div {
    font-size: calc(var(--font-size-base-mobile) * 0.5882352941px); /* 10px */
    line-height: 1.2; /* 12px */ } }
@media only screen and (max-width: 989px) {
  .product-card__info-container {
    padding-top: 20px; }

  .product-card__info-right {
    margin-top: 5px; }

  .product-card__info-right .price .product-size__info,
  .product-card__info-right .price .price__regular,
  .product-card__info-right .price .price__sale,
  .product-card__info-right .price .price__unit,
  .product-card__info-right .price .price__badges {
    margin: 0 10px; }

  .product-card__info-right .price dd {
    margin: 0; }

  .product-size__info {
    padding-right: 0; } }

.brand-item .brand-item__inner {
  max-width: 745px;
  margin: 0 auto;
  display: block; }
  .brand-item .brand-item__inner span {
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
    max-width: 75%; }
  @media only screen and (min-width: 1025px) {
    .brand-item .brand-item__inner {
      padding: 0 5.1%; } }
  @media only screen and (max-width: 1024px) {
    .brand-item .brand-item__inner {
      max-width: 500px; } }

.product-recommendations__inner {
  padding: 35px 0; }
  @media only screen and (min-width: 990px) {
    .product-recommendations__inner {
      padding: 55px 0; }

    .product-recommendations__inner .grid__item {
      float: right;  } }

.disclosure {
  position: relative;
  line-height: 0; }

.disclosure__toggle {
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap; }

.disclosure-list {
  background-color: var(--color-text-field);
  border: 1px solid var(--color-border);
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  display: none;
  min-height: auto;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 0; }

.disclosure-list--visible {
  display: block; }

.disclosure-list__item {
  font-family: 'Untitled Sans Regular';
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
  padding: 5px 95px 5px 10px;
  text-align: left;
  line-height: 1.2;
  border-bottom: 1px solid var(--color-border); }
  .disclosure-list__item:last-child {
    border-bottom: 0; }
  .disclosure-list__item:active {
    opacity: 0.5; }

.disclosure-list__option {
  color: var(--color-text-field-text); }
  .disclosure-list__option:focus, .disclosure-list__option:hover {
    color: var(--color-text-field-text) !important; }

.disclosure-list__item--current .disclosure-list__option {
  opacity: 0.5; }

/*================ Selectors ================*/
.selectors-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  @media only screen and (min-width: 990px) {
    .selectors-form {
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.site-footer .selectors-form {
  position: relative;
  bottom: -7px;
  margin: 0; }

.selectors-form__item {
  padding-bottom: 15px;
  margin: 0; }
  @media only screen and (min-width: 990px) {
    .selectors-form__item {
      padding-bottom: 0; }
      .selectors-form__item:first-of-type {
        margin-left: 0; } }


/*============================================================================
  Sections and Blocks
==============================================================================*/

/*================ Still needed? ================*/
/*================ Full bleed image with text ================*/
.feature-row__full-bleed__video-container {
  max-height: 100vh; }

.feature-row__full-bleed__video-container.ratio-container:after {
  padding-bottom: 56.25%; }
  @media only screen and (max-width: 990px) {
    .feature-row__full-bleed__video-container.ratio-container:after {
      min-height: 510px; } }

.feature-row__full-bleed__video-container .sound-station {
  position: relative;
  z-index: 9;
  text-align: right; }

.feature-row__full-bleed__video-container .sound-station svg {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: opacity 0.2s ease 0.1s;
  z-index: 99; }

.feature-row__full-bleed__video-container .sound-station .icon-mute,
.feature-row__full-bleed__video-container .sound-station .icon-sound.switch {
  visibility: visible;
  opacity: 1; }

.feature-row__full-bleed__video-container .sound-station .icon-sound,
.feature-row__full-bleed__video-container .sound-station .icon-mute.switch {
  opacity: 0;
  visibility: hidden; }

.feature-row__full-bleed__video {
  object-fit: cover; }

.feature-row__full-bleed .feature-row {
  align-items: stretch; }

@media only screen and (min-width: 990px) {
  .feature-row__full-bleed .feature-row {
  max-height: 100vh; } }

.feature-row__full-bleed .feature-row .feature-row__large {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: start; }

.feature-row__full-bleed .feature-row .feature-row__small {
  background-repeat: no-repeat;
  background-size: cover; }

.feature-row__full-bleed .feature-row .feature-row__large h2.h3 {
  flex-grow: 1;
  margin: 0; }

.feature-row__full-bleed .feature-row .feature-row__large .title-add-padding-top {
  padding-top: 110px; }

.feature-row__full-bleed .feature-row__text {
  padding-top: 15px; }

.feature-row__full-bleed .feature-row__text .featured-row__subtext {
  max-width: 690px;
  margin-right: 15px; }

.feature-row__full-bleed .feature-row__text .featured-row__subtext-narrow {
  max-width: 615px;
  margin-right: 15px; }

@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .feature-row__full-bleed .feature-row__text .featured-row__subtext,
  .feature-row__full-bleed .feature-row__text .featured-row__subtext-narrow {
    max-width: 487px; } }

@media only screen and (max-width: 989px) {
  .feature-row__full-bleed .feature-row {
    flex-direction: column; }
  .feature-row__full-bleed .feature-row__text--left {
    padding-left: 15px; }
  .feature-row__full-bleed .feature-row__text--right {
    padding-left: 15px; } }

@media only screen and (min-width: 641px) and (max-width: 989px) {
  .feature-row__full-bleed .feature-row__text .featured-row__subtext,
  .feature-row__full-bleed .feature-row__text .featured-row__subtext-narrow {
    max-width: 612px; } }

@media only screen and (max-width: 989px) {
  .feature-row__full-bleed .feature-row .feature-row__large {
    order: 1;
    padding-bottom: 20px; }

  .feature-row__full-bleed .feature-row .feature-row__small {
    order: 2; }

  .feature-row__full-bleed .feature-row .feature-row__large.override-mob-order {
    order: 2; }
  .feature-row__full-bleed .feature-row .feature-row__small.override-mob-order {
    order: 1; }

  .feature-row__full-bleed .feature-row .feature-row__large h2.h3 {
    padding-bottom: 320px; } }

@media only screen and (max-width: 640px) {
  .feature-row__full-bleed .feature-row .feature-row__large .title-add-padding-top {
    padding-top: 45px; }

  .feature-row__full-bleed .feature-row .feature-row__large h2.h3 {
    padding-bottom: 250px; } }

/*================ Still needed? ================*/
/*================ Full width image ================*/
.hero-swiper .swiper-slide {
  height: auto;
  background-color: #fff; }
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.hero-swiper:hover .swiper-button-next,
.hero-swiper:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible; }

.page-block-full-width-image__video {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.page-block-full-width-image__video-container.ratio-container:after {
  padding-bottom: 56.25%; }
  @media only screen and (max-width: 990px) {
    .page-block-full-width-image__video-container.ratio-container:after {
      min-height: 510px; } }

.page-block-full-width-image__video-container .sound-station {
  position: relative;
  z-index: 9;
  text-align: right; }

.page-block-full-width-image__video-container .sound-station svg {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: opacity 0.2s ease 0.1s;
  z-index: 99; }

.page-block-full-width-image__video-container .sound-station .icon-mute,
.page-block-full-width-image__video-container .sound-station .icon-sound.switch {
  visibility: visible;
  opacity: 1; }

.page-block-full-width-image__video-container .sound-station .icon-sound,
.page-block-full-width-image__video-container .sound-station .icon-mute.switch {
  opacity: 0;
  visibility: hidden; }

.page-block-full-width-image__video {
  object-fit: cover; }

.page-block-full-width-image {
  position: relative; }

.page-block-full-width-image .page-block-full-width-image__image {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.page-block-full-width-image .page-block-full-width-image__image.has-tint:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(128,119,113,0) 0%, rgba(128,119,113,0.15) 50%, rgba(128,119,113,0.5) 100%); }

.page-block-full-width-image .page-block-full-width-image__text {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 0 100px;
  width: 100%;
  z-index: 9; }
  @media only screen and (min-width: 990px) {
    .page-block-full-width-image .page-block-full-width-image__text {
      justify-content: center;
      align-items: baseline;
      flex-direction: row; } }

.page-block-full-width-image .text-position__top-center .page-block-full-width-image__text,
.page-block-full-width-image .text-position__top-left .page-block-full-width-image__text {
  top: 22% /*165px*/;
  bottom: auto; }  

.page-block-full-width-image .text-position__bottom-center .page-block-full-width-image__text,
.page-block-full-width-image .text-position__bottom-left .page-block-full-width-image__text {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: auto;
  bottom: 21%; /* 160px */ }  

.page-block-full-width-image .text-position__top-left .page-block-full-width-image__text,
.page-block-full-width-image .text-position__bottom-left .page-block-full-width-image__text {
  justify-content: flex-start; }  

.page-block-full-width-image .text-position__top-left .page-block-full-width-image__text .page-block-full-width-image__text-title,
.page-block-full-width-image .text-position__bottom-left .page-block-full-width-image__text .page-block-full-width-image__text-title {
  text-align: left; }

.page-block-full-width-image .page-block-full-width-image__text .page-block-full-width-image__text-title {
  text-align: center; }    

.page-block-full-width-image .page-block-full-width-image__text .page-block-full-width-image__text-title .rte {
  max-width: 580px;
  margin: 0 auto 20px; }
  @media only screen and (max-width: 989px) {
    .page-block-full-width-image .page-block-full-width-image__text .page-block-full-width-image__text-title .rte {
      text-align: center; } }

.page-block-full-width-image p,
.page-block-full-width-image a {
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  color: var(--color-black); }  

.page-block-full-width-image .text-color__light p,
.page-block-full-width-image .text-color__light a {
  color: var(--color-white); }   
  @media only screen and (max-width: 989px) {
    .page-block-full-width-image .text-color__light a {
      margin: 0 auto;
      text-align: center;
      display: block; } }

.page-block-full-width-image .text-color__light .arrow-accent-cta span {
  background: var(--color-white); }

.page-block-full-width-image .text-color__light .arrow-accent-cta span .head,
.page-block-full-width-image .text-color__light .arrow-accent-cta span .head:after {
  background: var(--color-white); }

.page-block-full-width-image .text-color__light .arrow-accent-cta span .head:after {
  border-color: var(--color-black); }  

@media only screen and (max-width: 1199px) {
  .page-block-full-width-image .text-position__top-center .page-block-full-width-image__text,
  .page-block-full-width-image .text-position__top-left .page-block-full-width-image__text {
    top: 18%; }

  .page-block-full-width-image .text-position__bottom-center .page-block-full-width-image__text,
  .page-block-full-width-image .text-position__bottom-left .page-block-full-width-image__text {
    bottom: 12%; } }

@media only screen and (max-width: 640px) {
  .page-block-full-width-image .text-position__top-center .page-block-full-width-image__text,
  .page-block-full-width-image .text-position__top-left .page-block-full-width-image__text {
    top: 20%; }

  .page-block-full-width-image .page-block-full-width-image__text .page-block-full-width-image__text-title .rte {
    max-width: 445px; }

  .page-block-full-width-image .page-block-full-width-image__text {
    padding: 0 15px; } }

/*================ Module One – Full width image ================*/
.module-one__video-container.ratio-container:after {
  padding-bottom: 56.25%; }
  @media only screen and (max-width: 990px) {
    .module-one__video-container.ratio-container:after {
      min-height: 510px; } }

.module-one__video-container .sound-station {
  position: relative;
  z-index: 9;
  text-align: right; }

.module-one__video-container .sound-station svg {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: opacity 0.2s ease 0.1s;
  z-index: 99; }

.module-one__video-container .sound-station .icon-mute,
.module-one__video-container .sound-station .icon-sound.switch {
  visibility: visible;
  opacity: 1; }

.module-one__video-container .sound-station .icon-sound,
.module-one__video-container .sound-station .icon-mute.switch {
  opacity: 0;
  visibility: hidden; }

.module-one__video {
  object-fit: cover; }

.module-one {
  position: relative; }

.module-one .module-one__image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/*================ Module Two – Rich text ================*/
.module-two {
  padding-top: 80px;
  padding-bottom: 115px; }
  .module-two.is-first-block {
    padding-top: 160px;
    padding-bottom: 115px; }

.module-two h5 {
  margin-bottom: 15px; }

.module-two .large-title,
.module-two .h2 {
  max-width: 530px;
  margin: 0 auto; }

.module-two .wide_max_width {
  max-width: 1000px;
}

.module-two .rte {
  max-width: 260px;
  margin: 60px auto 0; }

@media only screen and (max-width: 640px) {
  .module-two{
    padding-top: 20px;
    padding-bottom: 60px; }
    .module-two.is-first-block {
      padding-top: 80px;
      padding-bottom: 60px; }
      .module-two.is-first-block h5 {
        border-top: 1px solid var(--color-border);
        padding-top: 15px; }  

  .module-two h5 {
    margin-bottom: 50px; }

  .module-two .rte {
    margin-top: 30px;
    margin-bottom: 0; } }


/*================ Module Three – Full Image with text ================*/
.module-three {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 989px) {
    .module-three {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.module-three__video-container {
  max-height: 100vh; }

.module-three__video-container.ratio-container:after {
  padding-bottom: 56.25%; }
  @media only screen and (max-width: 990px) {
    .module-three__video-container.ratio-container:after {
      min-height: 510px; } }

.module-three__video-container .sound-station {
  position: relative;
  z-index: 9; 
  text-align: right; }  

.module-three__video-container .sound-station svg {
  position: absolute;
  top: 15px;
  right: 15px; 
  cursor: pointer;
  transition: opacity 0.2s ease 0.1s;
  z-index: 99; }    

.module-three__video-container .sound-station .icon-mute,
.module-three__video-container .sound-station .icon-sound.switch {
  visibility: visible;
  opacity: 1; }

.module-three__video-container .sound-station .icon-sound,
.module-three__video-container .sound-station .icon-mute.switch {
  opacity: 0;
  visibility: hidden; }

.module-three__video {
  object-fit: cover; }

.module-three .feature-row {
  align-items: stretch; }

.module-three.module-three__sticky .feature-row {
  max-height: initial;
  align-items: flex-start; }

.module-three .feature-row .feature-row__text-block {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: start;
  max-width: 450px;
  margin: 100px auto;
  padding: 0;
  gap: 4rem; }

.module-three .feature-row .feature-row__image-block {
  background-repeat: no-repeat;
  background-size: cover; }

.module-three.module-three__sticky .feature-row .feature-row__image-block {
  position: sticky;
  -webkit-position: sticky;
  top: 115px;
  padding-top: 23%;
  min-height: calc(100vh - 115px); }
  @media only screen and (min-width: 1025px) {
    .is-overflowing .module-three.module-three__sticky .feature-row .feature-row__image-block {
      min-height: calc(100vh - 74px); } }

  @media only screen and (min-width: 641px) and (max-width: 1024px) {
    .module-three.module-three__sticky .feature-row .feature-row__image-block {
      min-height: calc(100vh - 74px); } }  

.module-three .feature-row .feature-row__text-block .rte.h2,
.module-three .feature-row .feature-row__text-block .rte.h3 {
  flex-grow: 1;
  margin: 0; }

.module-three .feature-row .feature-row__text-block .title-add-padding-top {
  padding-top: 110px; }

.module-three .feature-row__text {
  padding-top: 15px; }

.module-three .text-two-column {
  display: flex;
  width: 100%; }

.module-three .text-two-column .featured-row__subtext {
  flex: 1 0 50%; }      

.module-three .feature-row__text .featured-row__subtext {
  max-width: 690px;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: calc(var(--font-size-base) * 1.075px); /* 15px */
  line-height: 1.36; /* 20px */ }

.module-three .feature-row__text .featured-row__subtext.with-cta {
  margin-bottom: 40px; }

.module-three.module-three__sticky .feature-row__text .featured-row__subtext {
  margin-top: 240px; }
  @media only screen and (max-width: 989px) {
    .module-three.module-three__sticky .feature-row__text .featured-row__subtext {
      margin-top: 50px; } }

.module-three__sticky .page-content {
  margin-top: 50px; }
  @media only screen and (max-width: 989px) {
    .module-three__sticky .page-content {
      margin-top: 50px; } }

@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .module-three .feature-row__text .featured-row__subtext {
    max-width: 487px; } }

@media only screen and (min-width: 641px) and (max-width: 989px) {
  .module-three .feature-row__text .featured-row__subtext {
    max-width: 612px; } }

@media only screen and (max-width: 989px) {
  .module-three .feature-row {
    flex-direction: column; }
  .module-three .feature-row__text--left {
    padding-left: 15px; }
  .module-three .feature-row__text--right {
    padding-left: 15px; } 

  .module-three .feature-row .feature-row__text-block {
    margin: 60px 0;
    padding: 0 30px;
    max-width: 100%;
    order: 1; }

  .module-three .feature-row .feature-row__image-block {
    order: 2; }

  .module-three .feature-row .feature-row__text-block.override-mob-order {
    order: 2; }
  .module-three .feature-row .feature-row__image-block.override-mob-order {
    order: 1; }

  .module-three .feature-row .feature-row__text-block .rte.h2,
  .module-three .feature-row .feature-row__text-block .rte.h3 {
    padding-bottom: 60px; } }

@media only screen and (max-width: 640px) {
  .module-three .feature-row .feature-row__text-block {
    padding: 0 15px; }

  .module-three .feature-row .feature-row__text-block .title-add-padding-top {
    padding-top: 45px; }

  .module-three .feature-row .feature-row__text-block h2.h3 {
    padding-bottom: 60px; }

  .module-three .feature-row .feature-row__image-block {
    min-height: 400px; } }

/*================ Module Four – Alternate Image with Text ================*/

.module-four {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 640px) {
    .module-four {
      padding-top: 60px;
      padding-bottom: 60px; } }

.module-four .grid {
  display: flex;
  align-items: center; }

.module-four__video-container {
  overflow: hidden; }
  
.module-four__video-container.ratio-container:after {
  padding-bottom: 56.25%; }

.module-four__video-container .sound-station {
  position: relative;
  z-index: 9; 
  text-align: right; }  

.module-four__video-container .sound-station svg {
  position: absolute;
  top: 15px;
  right: 15px; 
  cursor: pointer;
  transition: opacity 0.2s ease 0.1s;
  z-index: 99; }    

.module-four__video-container .sound-station .icon-mute,
.module-four__video-container .sound-station .icon-sound.switch {
  visibility: visible;
  opacity: 1; }

.module-four__video-container .sound-station .icon-sound,
.module-four__video-container .sound-station .icon-mute.switch {
  opacity: 0;
  visibility: hidden; }

.module-four__video {
  object-fit: cover; }

.module-four__image a {
  position: relative; }

.module-four__image a {
  opacity: 1;
  -webkit-transition: ease opacity 350ms;
  -moz-transition: ease opacity 350ms;
  -ms-transition: ease opacity 350ms;
  transition: ease opacity 350ms; }

.module-four__image a:hover {
  opacity: 0.9; }

.module-four__image .module-four__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px; }

.orientation-is-portrait.module-four__image .module-four__img:after {
  padding-bottom: 127%; }
.module-four__image .module-four__img:after {
  padding-bottom: 73%; }  

@media only screen and (min-width: 641px) and (max-width: 989px) {
  .orientation-is-landscape.module-four__image {
    width: 50%; }
  .orientation-is-landscape.module-four__text {
    left: 5%;
    width: 45%; } }

.module-four__text .h4.rte {
  margin-bottom: 50px; }  

.module-four .grid .module-four__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.module-four .grid .module-four__text .h3 {
  flex-grow: 1;
  align-self: flex-start; }

.module-four .module-four__text-paragraph,
.module-four .module-four__subtitle {
  max-width: 460px;
  font-size: calc(var(--font-size-base) * 1.09px);
  line-height: 1.36; }

.module-four .module-four__subtitle {
  margin-top: -35px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .module-four .module-four__subtitle {
    margin-top: -25px;
    margin-bottom: 40px;
  }
}

.module-four.image-on-right .grid .module-four__text {
  align-items: flex-start; } 

@media only screen and (max-width: 640px) {
  .moduFle-four {
    padding-top: 60px;
    padding-bottom: 60px; }

  .module-four .grid {
    flex-direction: column;
    align-items: flex-start; }

  .module-four.image-on-right .module-four__image {
    display: flex;
    align-self: flex-end; 
    flex-direction: column; } 

  .module-four.image-on-right .grid {
    display: flex;
    flex-direction: column-reverse; }

  .module-four.image-on-right .module-four__image div,
  .module-four.image-on-right .module-four__image img {
    position: relative;
    padding-top: 0 !important; }  

  .module-four .module-four__image {
    margin-bottom: 30px; }

  .module-four.image-is-landscape .module-four__image {
    margin-bottom: 80px; }

  .module-four .module-four__text .h4 {
    margin-bottom: 40px; }

  .module-four .module-four__text-paragraph {
    margin-bottom: 30px; } }

/*================ Module Eight – 3 columns image (optional) with text ================*/
.module-eight {
  padding: 120px 0; }
  @media only screen and (max-width: 640px) {
    .module-eight {
      padding: 60px 0; } }

.module-eight__btn-container {
  margin-top: 80px; }

.module-eight__container-inner .rte.link-tint a {
  color: rgba(0, 0, 0, 0.6); }

.module-eight__container-inner .has-two-links {
  display: flex;
  justify-content: center;
  column-gap: 15px; }

.module-eight__container {
  width: 100%;
  margin: 0 auto; }

.module-eight__container h3 {
  margin-bottom: 60px; }

.module-eight__container-inner {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 640px) {
    .module-eight__container-inner {
      flex-direction: column; } }

.module-eight__container-inner div {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 15px; }
  @media only screen and (max-width: 640px) {
    .module-eight__container-inner div {
      margin-bottom: 50px; }
    .module-eight__container-inner div:last-child {
      margin-bottom: 0; } }

.module-eight__container-inner div {
  flex: 1;
}

.module-eight__container-inner div img {
  max-width: 73px;
  width: 100%;
  margin: 0 auto; }

.module-eight__container-inner div img.large-image {
  max-width: 145px;
  margin-bottom: 10px; }

.module-eight__container h5 {
  font-size: calc(var(--font-size-base) * 1px);
  margin-top: 5px;
  margin-bottom: 30px; }

.module-eight__btn-container .btn {
  max-width: 220px;
  width: auto; }

.module-eight__btn-container .rte {
  margin-top: 20px; }

/*================ Module Nine – 3 columns images (middle large) with text ================*/
.module-nine__container {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 640px) {
    .module-nine__container {
      padding-top: 60px;
      padding-bottom: 60px; } }

.module-nine__container .swiper-slide {
  height: auto; }

.module-nine__container h3 {
  margin-bottom: 60px; }

.module-nine__container-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media only screen and (max-width: 640px) {
    .module-nine__container-inner {
      flex-direction: column; } }

@media only screen and (min-width: 990px) {
  .module-nine__item {
    padding: 0 10px; }

  .module-nine__item--small {
    width: 80%;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }

  .module-nine__item--right {  
    float: right; } }

@media only screen and (max-width: 989px) {
  .module-nine__item {
    width: 100%;
    margin: 0 auto;
    padding: 0; }

  .module-nine__img {
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center;
    transform-origin: center; }

  .module-nine__text-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; } }

.module-nine__text-wrapper .h6 {
  margin-top: 15px;
  margin-bottom: -10px;
}

.growth-arrow {
  margin: 0 10px;
}

.swiper-slide-active .module-nine__text-wrapper {
  opacity: 1;
  visibility: visible; }  

.swiper-slide-active .module-nine__img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1); }    

.module-nine__container-inner .module-nine__img {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px; }

.module-nine__container-inner .module-nine__img.ratio-container:after {
  padding-bottom: 134%; }

.module-nine__container-inner h5 {
  font-size: calc(var(--font-size-base) * 1.075px); /* 15px */
  margin-top: 15px;
  margin-bottom: 25px; }

.module-nine__container-inner .with-large-title h5 {
  font-size: var(--font-size-base); /* 14px */
  line-height: 1.35;
  margin-bottom: 40px; }

.module-nine__container-inner .rte {
  max-width: 260px;
  margin: 0 auto 25px; }

.module-nine__container-inner .with-large-title .rte {
  max-width: 100%; }

.module-nine__container-inner .arrow-accent-cta {
  font-family: var(--font-stack-accent-medium);
  font-weight: var(--font-weight-accent-medium);
  display: block;
  margin-top: 30px; }

.module-nine__container-inner .additional-text {
  margin-top: 40px;
}

/*================ Module Ten – Store details ================*/
.module-ten {
  padding-bottom: 110px; }
  @media only screen and (max-width: 989px) {
    .module-ten {
      padding-bottom: 60px; } }

.module-ten__img {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.module-ten__img.ratio-container:after {
  padding-bottom: 36%; }
  @media only screen and (max-width: 989px) {
    .module-ten__img.ratio-container:after {
      padding-bottom: 106%; } }

.module-ten h3 {
  padding-top: 60px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 989px) {
    .module-ten h3 {
      padding-top: 20px; } }

.module-ten__info-link {
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }

.module-ten__store-info-container {
  display: flex;
  justify-content: space-between;
  padding-top: 40px; }
  @media only screen and (max-width: 989px) {
    .module-ten__store-info-container {
      flex-direction: column; } }

.module-ten__store-info-container div {
  flex: 1 0 30%; }
  @media only screen and (max-width: 989px) {
    .module-ten__store-info-container div {
      flex: 1 0 100%; } }

@media only screen and (min-width: 990px) {
  .module-ten__store-info-container div:last-child {
    flex: 1 0 40%; } }

@media only screen and (max-width: 989px) {
  .module-ten__store-phone-email {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px; }

  .module-ten__store-phone-email div {
    flex: 1 0 50%; } }

.module-ten__store-info-container .rte,
.module-ten__store-info-container p {
  margin-bottom: 0; }

.module-ten__store-info-container .arrow-accent-cta {
  display: inline-block;
  margin-top: 20px; }

.module-ten__store-info-container .p-large {
  margin-bottom: 20px; }

.module-ten__opening-times-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.module-ten__opening-times-row p {
  margin-top: 8px;
  margin-bottom: 8px; }
  @media only screen and (max-width: 989px) {
    .module-ten__opening-times-row p {
      margin-top: 6px;
      margin-bottom: 6px; } }

/*================ Module Eleven – Two 50% content blocks ================*/
.module-eleven {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 640px) {
    .module-eleven {
      padding-top: 60px;
      padding-bottom: 60px; } }

.module-eleven h3.accent-x-large {
  text-align: center;
  margin-bottom: 60px;
}

.module-eleven__inner {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .module-eleven__inner {
    flex-direction: column;
  }
}

.module-eleven__left-column,
.module-eleven__right-column {
  flex: 1 0 50%; }
  @media only screen and (max-width: 640px) {
    .module-eleven__left-column,
    .module-eleven__right-column {
      flex: 1 0 100%; } }

.module-eleven__left-column {
  margin-bottom: 60px; }
  @media only screen and (min-width: 641px) {
    .module-eleven__left-column {
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      margin-bottom: 0; } }

.module-eleven__column-inner {
  max-width: 380px;
  margin: 0 auto; }
  @media only screen and (min-width: 769px) and (max-width: 989px) {
    .module-eleven__column-inner {
      padding: 0 30px; } }
  @media only screen and (min-width: 641px) and (max-width: 768px) {
    .module-eleven__column-inner {
      padding: 0 60px; } }
  @media only screen and (max-width: 640px) {
    .module-eleven__column-inner {
      padding: 0 30px; } }

.module-eleven__column-inner.module-eleven__column-inner-narrow {
  max-width: 340px; }

.module-eleven__img {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px; }

.module-eleven__img.ratio-container:after {
  padding-bottom: 120%; } /*134*/
  @media only screen and (max-width: 989px) {
    .module-ten__img.ratio-container:after {
      padding-bottom: 106%; } }

.module-eleven__img.display-as-icon {
  background-size: contain;
  height: auto;
  max-width: 75px;
  margin: 0 auto;
}

.module-eleven__column-inner-multiple {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px; }

.module-eleven__column-inner-multiple .module-eleven__img {
  border-radius: 3px;
  flex: 1 0 calc(50% - 15px);
  margin: 0 7.5px 15px; }

.module-eleven__column-inner-multiple {
  margin-bottom: -14px; }

.module-eleven__column-inner-multiple .module-eleven__img.ratio-container:after {
  padding-bottom: 120.6%; }

.module-eleven__text-wrapper {
  padding: 0 20px; }
  @media only screen and (min-width: 641px) and (max-width: 768px) {
    .module-eleven__text-wrapper {
      padding: 0; } }

.module-eleven__column-inner h3 {
  margin: 14px auto 24px; }

.module-eleven__column-inner .rte {
  margin-bottom: 0; }

.module-eleven__column-inner .arrow-accent-cta {
  display: inline-block;
  margin-top: 20px; }

/*================ Module Twelve – F. Products ================*/
.module-twelve {
  position: relative;
  padding: 60px 0 60px 60px; }
  @media only screen and (max-width: 768px) {
    .module-twelve {
      padding-left: 20px; } }
  @media only screen and (min-width: 641px) {
    .module-twelve.more-padding-bottom {
      padding-bottom: 120px; }
    .module-twelve.more-padding-top {
      padding-top: 120px; } }
  @media only screen and (max-width: 640px) {
    .module-twelve,
    .module-twelve.more-padding-bottom,
    .module-twelve.more-padding-top {
      padding: 60px 0 60px 15px; } }

.module-twelve .grid--view-items {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 20px; }

.module-twelve__inner {
  overflow: hidden; }  

.module-twelve__inner .swiper-button-next, 
.module-twelve__inner .swiper-button-prev {
  top: 40% !important; }  

.module-twelve__inner .swiper-button-prev {
  left: 20px !important; }
  @media only screen and (max-width: 640px) {
    .module-twelve__inner .swiper-button__underlay {
      display: none; }
    .module-twelve__inner .swiper-button-prev {
      left: 15px !important; } }

.module-twelve__inner .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.module-twelve__inner:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible; } 

.collection-swiper.swiper-container {
  overflow: auto; }

.module-twelve .swiper-slide {
  width: 25%; }

.module-twelve .grid--view-items::-webkit-scrollbar {
  display: none; }

/*================ Module Fourteen – Careers List ================*/
.module-fourteen {
  padding: 120px 0; }
  @media only screen and (max-width: 989px) {
    .module-fourteen {
      padding: 60px 0; } }

.module-fourteen__job-container {
  text-align: center; }

.module-fourteen__block-title {
  margin-bottom: 50px; }

.module-fourteen__job-list {
  display: flex;
  flex-wrap: wrap; }

.module-fourteen__job {
  flex: 1 0 33.333%;
  margin-bottom: 90px; }
  @media only screen and (min-width: 641px) and (max-width: 989px) {
    .module-fourteen__job {
      flex: 1 0 50%; } }
  @media only screen and (max-width: 640px) {
    .module-fourteen__job {
      flex: 1 0 100%;
      margin-bottom: 60px; } }

.module-fourteen__job .module-fourteen__job-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
  letter-spacing: 0; }

.module-fourteen__job p:not(.module-fourteen__job-number) {
  max-width: 220px;
  margin: 0 auto 25px; }

.module-fourteen__job a {
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 3px; }

.module-fourteen__outro-container {
  max-width: 690px;
  margin: 0 auto;
  text-align: center; }

.module-fourteen__outro-container p {
  color: rgba(0, 0, 0, 0.6); }

/*================ Module Fifteen – General Information ================*/
.module-fifteen {
  padding: 140px 0; /* 80px 0 */ }
  @media only screen and (max-width: 989px) {
    .module-fifteen {
      padding: 60px 0; } }

.module-fifteen__intro-container h3 {
  margin-bottom: 65px; }
  @media only screen and (min-width: 641px) and (max-width: 989px) {
    .module-fifteen__intro-container h3 {
      max-width: 80%;
      margin: 0 auto 65px; } }
  @media only screen and (max-width: 640px) {
    .module-fifteen__intro-container h3 {
    max-width: 100%;
    margin-bottom: 60px; } }

.module-fifteen__content {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  margin-top: 80px;
  margin-left: -15px; }
  @media only screen and (min-width: 990px) and (max-width: 1024px) {
    .module-fifteen__content {
      margin-left: 0; } }
  @media only screen and (max-width: 989px) {
  .module-fifteen__content {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    margin-left: 0; } }

.module-fifteen__content .left-column,
.module-fifteen__content .right-column {
  width: 40%;
  padding-left: 15px; }
  @media only screen and (min-width: 990px) and (max-width: 1024px) {
    .module-fifteen__content .left-column,
    .module-fifteen__content .right-column {
      width: 45%; 
      padding-left: 0; } }
  @media only screen and (min-width: 641px) and (max-width: 989px) {
    .module-fifteen__content .left-column,
    .module-fifteen__content .right-column {
      width: 80%; 
      padding-left: 0;
      margin: 0 auto; } }
  @media only screen and (max-width: 640px) {
    .module-fifteen__content .left-column,
    .module-fifteen__content .right-column {
      width: 100%; 
      padding-left: 0; } }

.module-fifteen__content .left-column .accent-large,
.module-fifteen__content .right-column .accent-large {
  margin-bottom: 30px; }

@media only screen and (max-width: 989px) {
.module-fifteen__content .right-column {
  margin-top: 30px; } }

/*================ Module Sixteen – Link list ================*/
.module-sixteen {
  padding: 35px 0; }

.module-sixteen__links-container {
  position: relative; }

.module-sixteen__links-container .swiper-button-next,
.module-sixteen__links-container .swiper-button-prev,
.module-sixteen__links-container .swiper-button__underlay {
  display: none; }

.slider-is-overflowing .module-sixteen__links-container .swiper-button-next,
.slider-is-overflowing .module-sixteen__links-container .swiper-button-prev,
.slider-is-overflowing .module-sixteen__links-container .swiper-button__underlay {
  display: flex; }

.slider-is-overflowing .module-sixteen__links-container .swiper-button-prev {
  left: 15px !important; }  

.module-sixteen__links-container .icon-circle-arrow-right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.module-sixteen ul {
  display: flex;
  align-items: center;
  justify-content: center; }

.slider-is-overflowing .module-sixteen ul {
  justify-content: initial; }

.module-sixteen li {
  text-align: center;
  padding: 0 30px;
  flex: 1 0 165px;
  max-width: 165px; }
  @media only screen and (max-width: 640px) {
    .module-sixteen li {
      flex: 1 0 125px;
      max-width: 125px; } }

.module-sixteen li a {
  display: flex;
  flex-direction: column;
  align-items: center; }

.module-sixteen li img {
  max-height: 49px; }

.module-sixteen li span {
  max-width: 100px;
  margin-top: 15px; }

/*================ Module Seventeen – Careers Position ================*/
.module-seventeen {
  padding: 120px 0; }
  @media only screen and (max-width: 989px) {
    .module-seventeen {
      padding: 60px 0; } }

.module-seventeen__intro-container {
  max-width: 575px;
  margin: 0 auto;
  text-align: center; }

.module-seventeen__intro-container .accent-x-large {
  margin-bottom: 15px; }

.module-seventeen__intro-container h3 {
  margin-bottom: 65px; }

.module-seventeen__intro-container .rte {
  max-width: 250px;
  margin: 0 auto; }

.module-seventeen__job-description {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  margin-top: 120px;
  margin-left: -15px; }
  @media only screen and (max-width: 989px) {
  .module-seventeen__job-description {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    margin-left: 0; } }

.module-seventeen__job-description .left-column,
.module-seventeen__job-description .right-column {
  width: 40%;
  padding-left: 15px; }
  @media only screen and (min-width: 990px) and (max-width: 1024px) {
    .module-seventeen__job-description .left-column,
    .module-seventeen__job-description .right-column {
      width: 45%; 
      padding-left: 0; } }
  @media only screen and (min-width: 641px) and (max-width: 989px) {
    .module-seventeen__job-description .left-column,
    .module-seventeen__job-description .right-column {
      width: 80%; 
      padding-left: 0; 
      margin: 0 auto; } }
  @media only screen and (max-width: 640px) {
    .module-seventeen__job-description .left-column,
    .module-seventeen__job-description .right-column {
      width: 100%; 
      padding-left: 0; } }

.module-seventeen__job-description .left-column .accent-large,
.module-seventeen__job-description .right-column .accent-large {
  margin-bottom: 30px; }

@media only screen and (max-width: 989px) {
.module-seventeen__job-description .right-column {
  margin-top: 30px; } }

.module-seventeen hr {
  margin: 60px auto; }

.module-seventeen__outro-container {
  max-width: 670px;
  margin: 0 auto;
  text-align: center; }

.module-seventeen__outro-container .accent-large {
  margin-bottom: 25px; }

/*================ Module Eighteen – Richtext (Large Text) ================*/
.module-eighteen {
  padding-top: 60px;
  padding-bottom: 60px; }

.module-eighteen .rte {
  max-width: 700px;
  margin: 0 auto; }

.module-eighteen .arrow-accent-cta {
  display: block;
  margin-top: 25px; }

/*================ Module Nineteen – Rich text Alternative ================*/
.module-nineteen {
  padding-top: 80px;
  padding-bottom: 115px; }
  .module-nineteen.is-first-block {
    padding-top: 160px;
    padding-bottom: 115px; }

.module-nineteen h5 {
  margin-bottom: 15px; }

.module-nineteen .rte {
  max-width: 655px;
  margin: 60px auto 0; }

.module-nineteen__email-addresses {
  max-width: 460px;
  margin: 65px auto 0; }

.module-nineteen__email-addresses-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.module-nineteen__email-addresses-row p {
  margin-top: 8px;
  margin-bottom: 8px; }
  @media only screen and (max-width: 989px) {
    .module-nineteen__opening-times-row p {
      margin-top: 6px;
      margin-bottom: 6px; } }

.module-nineteen__email-addresses-row p.email::after {
  content: '';
  border-bottom: 1px solid;
  position: relative;
  display: block;
  top: 9px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.module-nineteen__email-addresses-row p.email:hover::after {
  opacity: 1; }

@media only screen and (max-width: 640px) {
  .module-nineteen {
    padding-top: 20px;
    padding-bottom: 60px; }

  .module-nineteen.is-first-block {
    padding-top: 80px;
    padding-bottom: 60px; }

  .module-nineteen.is-first-block h5 {
    border-top: 1px solid var(--color-border);
    padding-top: 15px;
    margin-bottom: 50px; }

  .module-nineteen .rte {
    margin-top: 30px;
    margin-bottom: 0; } }

.block__video {
  position: relative; }

.block__video .sound-icons,
.block__video  .control-icons {
  position: absolute;
  top: em(30);
  right: em(30);
  z-index: 1;
  cursor: pointer; }

.block__video .sound-icons .icon-mute {
  display: inline; }

.block__video .sound-icons .icon-sound {
  display: none; }


.block__video .control-icons.with-sound {
  right: em(70);
}

.block__video .control-icons .icon-play {
  display: inline; }

.block__video .control-icons .icon-pause {
  display: none; }

.block__video.video-playing .icon-play {
  display: none; }

.block__video.video-playing .icon-pause {
  display: inline; }
  
.block__video.play-with-sound .icon-mute {
  display: none; }

.block__video.play-with-sound .icon-sound {
  display: inline; }

.block__video.dark-section svg g, 
.block__video.dark-section svg path, 
.block__video.dark-section svg line {
  stroke: #fff; }

.block__video video {
  width: 100%;
  display: block; }
    
@media only screen and (max-width: 640px) {
  .sound-icons,
  .control-icons {
    right: em(15); }
  .control-icons.with-sound {
    right: em(55); } }

.shopify-challenge__container {
  padding-top: 200px;
  padding-bottom: 200px; }

/* ============================================================================
  Spacing
============================================================================== */
.remove-padding-top {
  padding-top: 0; }
.remove-padding-bottom {
  padding-bottom: 0; }
.reduce-padding-top {
  padding-top: 60px; }
  @media only screen and (min-width: 641px) {
    .increase-padding-top { padding-top: 120px; }
    .reduce-padding-bottom { padding-bottom: 80px; }
    .more-padding-top.remove-padding-top {
      padding-top: 0; }
    .more-padding-bottom.remove-padding-bottom {
      padding-bottom: 0; } }  
  @media only screen and (max-width: 640px) {
    .remove-mobile-padding-top,
    .more-padding-top.remove-mobile-padding-top {
      padding-top: 0; }
    .remove-mobile-padding-bottom,
    .more-padding-bottom.remove-mobile-padding-bottom {
      padding-bottom: 0; } }

/* Karmoon Code Start */
/* ============================================================================
  Swatches
============================================================================== */
.mbs__swatches-header {
  margin: 55px 0 50px;
  max-width: 400px; }

.mbs__swatches-header h3 {
  margin-bottom: 37px; }

.mbs__swatches-header span {
  font-family: "freight-display-pro", serif;
  font-style: italic; }

.mbs-item-tabs {
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }

.mbs-item-tabs__button {
  cursor: pointer;
  padding: 20px 0 0;
  margin: 0 20px;
  position: relative;
  top: -1px;
  border-top: 1px solid transparent; }

.mbs-item-tabs__button.is-active {
  border-top: 1px solid #000; }

.collection-swatches {
  display: block; }

.collection-swatches.is-hidden {
  display: none; }

.mbs-item-sliders {
  padding-left: 20px;
  margin-bottom: 120px; }
  @media only screen and (max-width: 640px) {
    .mbs-item-sliders {
      padding-left: 15px;
      margin-bottom: 60px; } }

.mbs-item {
  text-align: center;
  width: 100%; }

.mbs-item__image {
  background-position: center;
  background-size: cover;
  padding: 0 0 139%;
  margin-bottom: 20px;
  border-radius: 3px; }

.mbs-item__text h4 {
  margin-bottom: 5px; }

.mbs-item__text p {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: italic; }

.mbs-item-sliders .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.mbs-item-sliders:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible; } 

/* ============================================================================
  Quickview
============================================================================== */
.quick-view-wrapper {
  position: fixed;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  opacity: 0;
  visibility: hidden; 
  z-index: 12; }

.quick-view-wrapper.is-active {
  opacity: 1;
  visibility: visible; }

.quick-view {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0;
  min-height: 110px;
  background: #FBF9F7;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%); }

.quick-view-wrapper.is-active .quick-view {
  opacity: 1;
  visibility: visible; } 

.quick-view__mask {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); 
  z-index: 9; }

.quick-view__container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  /*@media only screen and (max-width: 989px) {
    .quick-view__container {
      flex-direction: column; } }*/

.quick-view__details {
  display: flex;
  align-items: center;
  width: 30%; }
  /*@media only screen and (max-width: 989px) {
    .quick-view__details {
      flex-direction: column;
      width: 100%; } }*/

.quick-view__container .product__title,
.quick-view__container .product__price {
  font-size: calc(var(--font-size-base) * 1.143px); /* 16px */
  line-height: 1.36; /* 20px */ }

.quick-view__container .product__price {
  margin-top: 0; }

/*@media only screen and (max-width: 989px) {
  .quick-view__container .product__details {
    padding-top: 25px;
    padding-bottom: 25px; }

  .quick-view__container .product__price .price {
    justify-content: center; } }*/

.quick-view .product__fulldetails {
  padding: 0 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 110px; }
  /*@media only screen and (max-width: 989px) {
    .quick-view .product__fulldetails {
      border-left: 0;
      line-height: 1;
      padding: 20px 35px; } }*/

.quick-view__aside {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%; }
  /*@media only screen and (max-width: 989px) {
    .quick-view__aside {
      flex-direction: column;
      width: 100%; } }*/

.quick-view__aside form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.quick-view__aside .selector-wrapper {
  background: #edebe7;
  margin: 0;
  margin-right: 15px;
  width: 180px; }
  /*@media only screen and (max-width: 989px) {
    .quick-view__aside .selector-wrapper {
      margin-left: 15px;
      margin-bottom: 15px; } }*/

.quick-view__aside .quantity-wrapper {
  margin-bottom: 0;
  margin-right: 30px; }

.quick-view__aside .product-form__cart-submit {
  height: 110px;
  padding: 20px;
  min-width: 255px;
  width: 100%; }
 /* @media only screen and (max-width: 989px) {
    .quick-view__aside .product-form__cart-submit {
    height: 50px; } }*/

.quick-view__aside .product-form__controls-group {
  margin-top: 0;
  flex-wrap: nowrap; }
  /*@media only screen and (max-width: 989px) {
    .quick-view__aside .product-form__controls-group {
      width: 100%; } }*/

.quick-view__loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.quick-view__close {
  padding: 20px;
  cursor: pointer; }
  /*@media only screen and (max-width: 989px) {
    .quick-view__close {
      position: absolute;
      top: -95px; } }*/

.quick-view__close * {
  pointer-events: none; }



.quick-view {
  width: 300px; }

.quick-view__container {
  flex-direction: column;
  justify-content: space-between; }

.quick-view__details {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%; }  

.quick-view__details .product__details {
  padding: 15px; }

.quick-view__close {
  padding: 15px; }  

.quick-view__aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%; }

.product-form__controls-group {
  width: 100%; }

.product-form__inner-wrapper {
  width: 100%;
  padding: 15px; }  

.quick-view__aside .selector-wrapper {
  margin-right: 0;
  width: 100%; }

.quick-view__aside .quantity-wrapper {
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
  margin-top: 10px; }

.quick-view .product__fulldetails {
    padding: 15px;
    border-left: 0;
    line-height: 1; }  

.quick-view__aside .product-form__cart-submit {
    height: auto;
    width: 100%; }


/* ============================================================================
  Module-nine
============================================================================== */
.module-nine-container {
  width: 100%; }

@media only screen and (max-width: 989px) {
  .module-nine-container {
    width: calc(100% + 30px);
    margin-left: -15px; } }

/* ============================================================================
  Table JS
============================================================================== */
.table-js-arrow {
  display: none; }

.table-js .swiper-button__underlay {
  display: none; }

@media only screen and (max-width: 989px) {
  .table-js  {
    position: relative; }

  .accordion-wrapper .table-js {
    margin-bottom: 40px; }

  .table-js__container {
    width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth; }

  .table-js.is-active table {
    min-width: 100%;
    margin: 0!important;
    width: auto!important; }

  .table-js.is-active table td {
    min-width: 120px; }

  .table-js-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease-in; }

    .table-js-arrow:after {
      content: url('swiper-arrow-right.svg')!important;
      width: 44px!important;
      height: 44px!important;
      margin-top: -22px!important;
      right: 20px !important; }

  .table-js-arrow.table-js-arrow--prev {
    left: 0;
    right: initial; }

  .table-js-arrow--prev:after {
    content: url('swiper-arrow-left.svg')!important;
    right: initial !important;
    left: 20px !important; }

  .table-js-arrow.is-active {
    opacity: 1;
    pointer-events: all; }

  .table-js .swiper-button__underlay.is-active {
    display: block; } }

/* ============================================================================
  Loyalty Lion
============================================================================== */

@media only screen and (min-width: 990px) {
.shoppe-perks-container {
  padding-left: 15px; } }

@media only screen and (max-width: 989px) {
  #loyaltylion{
    border-top: 1px solid var(--color-border); } }

#loyaltylion .lion-reward-item--cart-discount-voucher {
  display: none !important; }

#loyaltylion .lion-claimed-rewards-list--empty {
  font-size: calc(var(--font-size-base) * 1px);
  line-height: 1.36;
  letter-spacing: 0.015em;
  border-color: #f6f3ee;
  color: var(--color-black); }

#loyaltylion .lion-integrated-page {
  width: 100%; }

#loyaltylion .lion-header {
  margin-top: 50px;
  background-color: #fbf9f7;
  color: var(--color-black); }

#loyaltylion .lion-claimed-rewards-list, 
#loyaltylion .lion-rewards-list, 
#loyaltylion .lion-rules-list, {
  background-color: #f6f3ee !important;
  border-radius: 0;
  padding: 15px;
  border-radius: 3px; }

#loyaltylion .lion-claimed-rewards-list, #loyaltylion .lion-rewards-list, #loyaltylion .lion-rules-list {
  background-color: #f6f3ee !important; }

#loyaltylion .lion-reward-item__content, 
#loyaltylion .lion-rule-item__content {
  border-radius: 0; }

#loyaltylion .lion-history-table,
#loyaltylion .lion-history-table__header-cell,
#loyaltylion .lion-history-table__row, {
  background-color: #fbf9f7;
  border-color: #fbf9f7; }

#loyaltylion .lion-history-table__row:nth-child(even) {
  background-color: #f6f3ee; }

#loyaltylion .lion-reward-item__title, 
#loyaltylion .lion-rule-item__title {
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  letter-spacing: 0.275em;
  text-transform: uppercase; 
  font-size: calc(var(--font-size-base) * 0.715px);
  line-height: 1.38; /* 14px */
  text-align: center; }

#loyaltylion .lion-action-button--tile {
  position: relative;
  background: transparent;
  border: 1px solid #262D26;
  border-radius: 0;
  width: 100%;
  padding: 12px 20px 10px;
  color: var(--color-btn-primary);
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  font-size: calc(var(--font-size-base) * 0.73px); /* 10px */
  line-height: 1.38; /* 14px */
  letter-spacing: 0.275em;
  text-transform: uppercase;
  display: inline-block;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

#loyaltylion .lion-action-button--tile:not([disabled]):hover, 
#loyaltylion .lion-action-button--tile:focus {
  background-color: #262D26;
  color: var(--color-btn-primary-text); }

#loyaltylion .lion-action-button--tile:hover,
#loyaltylion .lion-action-button--tile:focus,
#loyaltylion .lion-action-button--tile:active {
   background-color: #d4d5d4 !important; 
   outline: none; 
   border-color: #d4d5d4; }

#loyaltylion .lion-earn .lion-claimed-rewards-list, #loyaltylion .lion-earn .lion-rewards-list, #loyaltylion .lion-earn .lion-rules-list {
  -ms-grid-columns: none;
  grid-template-columns: none;
  grid-gap: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px; }

#loyaltylion .lion-earn .lion-reward-item, #loyaltylion .lion-earn .lion-rule-item {
  display: flex;
  box-sizing: border-box;
  flex: 0 0 calc(50% - 20px);
  margin: 10px; }
  @media only screen and (max-width: 640px) {
    #loyaltylion .lion-earn .lion-reward-item, #loyaltylion .lion-earn .lion-rule-item {
      flex: 0 0 calc(100% - 20px); } }

.page-accordion td:nth-child(odd):after, .product-accordion td:nth-child(odd):after, .accordion td:nth-child(odd):after {
  right: 10px; }

#loyaltylion .lion-history-table, #loyaltylion .lion-history-table__header-cell, #loyaltylion .lion-history-table__row {
  border: 0; }

#loyaltylion .lion-history-table__header-cell {
  font-weight: normal;
  font-size: calc(var(--font-size-base) * 0.715px);
  line-height: 1.38; /* 14px */
  background-color: #f6f3ee!important; }

#loyaltylion .lion-history-table__row {
  font-size: calc(var(--font-size-base) * 1px);
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  color: var(--color-text);
  line-height: 1.36;
  letter-spacing: 0.015em;
  text-transform: initial; }

#loyaltylion .lion-history-table__row-cell {
  font-size: 100%; }

#loyaltylion .lion-history-table td {
 display: table-cell; }

#loyaltylion .lion-history-table td::after {
 content: none !important; }

#loyaltylion .lion-integrated-page-section__heading-text:after, #loyaltylion .lion-integrated-page-section__heading-text:before {
  width: 500px; }

#loyaltylion .lion-integrated-page-section__heading-text {
  color: var(--color-black) !important; }

#loyaltylion .lion-integrated-page-section__heading-text:before,
#loyaltylion .lion-integrated-page-section__heading-text:after {
  background: transparent !important; }

#loyaltylion .lion-reward-item__actions:not(:empty), #loyaltylion .lion-rule-item__actions:not(:empty) {
  margin: 25px 10px 0; }

/* ============================================================================
  Navar Returns
============================================================================== */
#nvo_backgroundcontainer {
  background-color: var(--color-body) !important; }

/* ============================================================================
  TO BE REMOVED
============================================================================== */
body {
  overflow-x: hidden;
}
/* Karmoon END */

/* ============================================================================
  Osano
============================================================================== */
.osano-cm-widget { display: none !important; }

.osano-cm-dialog {
  -webkit-box-shadow: 0 3px 6px #0000000D;
  box-shadow: 0 3px 6px #0000000D;
  border: 1px solid var(--color-border); }

.osano-cm-window {
  font-size: 14px;
  /* -webkit-font-smoothing: antialiased; */
  -webkit-backface-visibility:hidden;
  font-family: var(--font-stack-body);
  font-weight: var(--font-weight-body);
  font-style: var(--font-style-body);
  font-size: calc(var(--font-size-base) * 1px); /* 14px */
  line-height: 1.36; /* 19px */ }
  
/* ============================================================================
  Product Inventory Information
============================================================================== */
.inventoryLocationInformation-wrapper {
  overflow: hidden;
  max-height: 65px; 
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -ms-transition: max-height 1s ease;
  transition: max-height 1s ease;
  border-bottom: 1px solid var(--color-border); }

#inventoryLocationInformation {
  margin-top: 15px;
  margin-bottom: 25px; }

.inventoryLocationInformation-toggle {
  cursor: pointer; }

#inventoryLocationInformation p {
  display: flex;
  justify-content: center; }

#tomit_inventory_list,
#tomit_inventory_list .location,
#tomit_inventory_list .distance,
#tomit_inventory_list .stockCount {
  font-size: calc(var(--font-size-base) * 0.94px); /* 13px */
  line-height: 1.375; /* 18px */
  font-weight: var(--font-weight-body);
  font-family: var(--font-stack-body);
  font-weight: var(--font-weight-body);
  font-style: var(--font-style-body);
}

#tomit_inventory_list .stockCount {
  display: flex;
  justify-content: end;
  flex: 1 0 50%;
  text-align: right;
}
  
#tomit_inventory_list .stockCount:after {
 content: 'in stock';
 margin-left: 5px; 
}

#tomit_inventory_list li {
  padding-top: 15px !important;
  padding-bottom: 13px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

#tomit_inventory_list li:first-child {
  padding-top: 30px; }

#tomit_inventory_list li:last-child {
  border-bottom: 0; }

#tomit_inventory_list li .locationLine {
  display: flex;
}

/* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  display: none !important;
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
  bottom: 35px !important;
  z-index: 99 !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}  

.inventoryLocationLoading {
  top: 10px;
  position: relative;
}

.store-info-btn {
  margin-bottom: 40px;
}

/* Product Accessories App */

#w3-product-accessories {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  margin-top: -20px !important;
  margin-bottom: 40px !important;
  padding-top: 15px; }

#accessories-container-heading {
  margin-bottom: 25px !important; }  

#accessories-container-heading h3 {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  font-size: calc(var(--font-size-base) * 0.73px); /* 10px */
  line-height: 1.33; /* 14px */
  text-transform: uppercase;
  letter-spacing: 0.275em; }

.accessories-item {
  display: flex;
  align-items: center; }

.accessories-left.small,
.accessories-left.medium {
  width: auto !important; }

.accessories-left {
  margin-right: 0 !important;
  padding-right: 15px;
  display: flex;
  align-items: center;
  flex: 1 0 33%; }

.accessory-checkbox {
  margin: 0 !important; }

.accessories-img-wrapper {
  width: 100%; }

.accessories-img-wrapper img {
  width: 100%;
  display: block; }

.accessories-right {
  flex: 1 0 67%; }

a.accessories-title {
  pointer-events: none;
  cursor: default; }

.btn-accessories-quick-view,
.btn-accessories-quick-view:hover {
  border-radius: 0 !important;
  bottom: 0 !important;
  padding: 5px !important;
  background-color: #D5D2CC !important;
  color: #000 !important;
  font-family: var(--font-stack-accent) !important;
  font-style: var(--font-style-accent) !important;
  font-weight: var(--font-weight-accent) !important;
  letter-spacing: 0.275em !important;
  text-transform: uppercase !important;
  font-size: calc(var(--font-size-base) * 0.715px) !important;
  line-height: 1.38 !important; /* 14px */ }

.accessories-description {
  font-size: calc(var(--font-size-base) * 0.86px); /* 12px */
  line-height: 1.43;
  margin-bottom: 15px;
  margin-top: 5px; }  

#accessories-modal-right select,
.accessories-item select {
  width: 100% !important;
  background-color: #edebe7 !important;
  padding: 7px 5px 6px !important;
  border-radius: 3px !important;
  min-height: 38px !important; }

#accessories-modal-right select {
  margin: 20px 0 !important; }

input.accessoryQuantity {
  background-color: #edebe7 !important;
  padding: 7px 5px 6px !important;
  border-radius: 3px !important;
  min-height: 38px !important;
  width: 64px;}  

input.accessoryQuantity[type=number]:focus {
  border: 0 !important; }
  
#accessories-modal .accessories-quantity {
  display: block !important;
  background-color: #edebe7 !important;
  padding: 7px 5px 6px !important;
  border-radius: 3px !important;
  min-height: 38px !important;
  margin-top: 10px !important;
  border: 0 !important; }

.btn-accessories-read-more {
  display: none !important; }  

.accessory-price {
  font-size: 14px !important; }  

#accessories-modal-overlay {
  background-color: #9F9F9F !important; }

#accessories-modal {
  overflow: scroll !important;
  max-height: calc(100% - 60px);
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
  border-radius: 0 !important; }  
  @media only screen and (max-width: 640px) {
    #accessories-modal {
      width: 90% !important;
      margin-left: -45% !important; } }

#accessories-modal-close {
  color: #fff !important; }

#accessories-modal-close:hover {
  background-color: transparent !important; }

#accessories-modal-close::after {
  content: url('icon-close.svg');
  position: absolute;
  right: 8px;
}  

.accessories-direction-nav a.accessories-next:before,
.accessories-nav-direction-nav a.accessories-nav-next:before {
  content: url('a-r.svg')!important; }

.accessories-direction-nav a.accessories-prev:before,
.accessories-nav-direction-nav a.accessories-nav-prev:before {
  content: url('a-l.svg')!important; } 

@media only screen and (max-width: 640px) {
  .accessories-control-thumbs li:nth-child(3n+1) {
    clear: both; } }

.accessories-control-thumbs {
  display: none !important; }
  
#accessories-modal h2 {
  font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * 1em); /* 45px */
  line-height: 1.1;
  text-transform: none; }

#accessories-modal h2 a {
  color: #000 !important;
  pointer-events: none;
  cursor: default; }  

#accessories-modal .accessory-modal-price {
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  letter-spacing: 0.275em;
  text-transform: uppercase; 
  font-size: calc(var(--font-size-base) * 1.15px) !important; /* 16px */
  line-height: 1.31 !important; /* 21px */ }

.accessories-modal-submit {
  margin-top: 40px !important; 
  display: block !important;
  background: #262D26 !important;
  border-radius: 0 !important;
  width: 100% !important;
  padding: 12px 20px 10px !important;
  color: var(--color-btn-primary-text) !important;
  font-family: var(--font-stack-accent-medium) !important;
  font-style: var(--font-style-accent) !important;
  font-weight: var(--font-weight-accent-medium) !important;
  font-size: calc(var(--font-size-base) * 0.73px) !important; /* 10px */
  line-height: 1.38 !important; /* 14px */
  letter-spacing: 0.275em !important;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.accessories-modal-submit:not([disabled]):hover,
.accessories-modal-submit:focus,
.accessories-modal-submit:active {
  color: var(--color-btn-primary-text);
  outline: none;
  background-color: var(--color-black); }

.template-cart .right-column #cross-sell {
  border-top: 1px solid var(--color-border);
  margin-top: 60px;
  margin-bottom: 0;
  padding: 30px 0 0 0;
}


/* Locksmith App */

#locksmith-content .locksmith-email-container,
#locksmith_email_form .locksmith-email-container {
  padding: 200px 20px;
  max-width: 485px; }

#locksmith-email-form label[for="locksmith_email"]:before,
#locksmith_email_form label[for="locksmith_email"]:before {
  content: 'Submit your email below to see an exclusive preview of this collection.';
  margin: 0 0 40px;
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  letter-spacing: 0.015em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  font-size: calc(((var(--font-h4-desktop)) / (var(--font-size-base))) * 1em); /* 42px */
  line-height: 1.167; /* 46px */
  text-transform: initial;
  text-align: center;
  display: block; }

@media only screen and (max-width: 640px) {
  #locksmith-email-form label[for="locksmith_email"]:before,
  #locksmith_email_form label[for="locksmith_email"]:before {
    font-size: calc(((var(--font-h4-mobile)) / (var(--font-size-base))) * 1em); /* 37px */
    line-height: 1.11; /* 41px */ }
  }

#locksmith-email-form label[for="locksmith_email"],
#locksmith_email_form label[for="locksmith_email"] {
  margin-bottom: -5px; }

#locksmith-email-form .locksmith-email,
#locksmith_email_form .locksmith-email {
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 3px;
  padding: 7px 5px; }

#locksmith-email-form:after,
#locksmith_email_form:after {
  content: '*By submitting this form you are agreeing to join our email mailing list.';
  display: block;
  text-align: center;
  font-size: 12px;
  color: black;
  padding-top: 15px; }

/* Stamped Thank you page */
.stamped-proxy-thankyou {
  padding-top: 130px !important;
  margin-top: 80px;
  border-top: 1px solid var(--color-border);
  margin-left: 20px;
  margin-right: 20px;
}

.stamped-proxy-thankyou-share #share a {
  width: 29px;
  height: 29px;
  font-size: 16px;
}

.stamped-proxy-thankyou-share .fa {
  font: normal normal normal 10px/1 FontAwesome;
}

.stamped-proxy-thankyou-share .fa:before {
  font-size: 16px;
}

@media only screen and (max-width: 989px) {
  .stamped-proxy-thankyou {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.stamped-proxy-thankyou .fa-heart {
  display: none;
}

.stamped-proxy-thankyou h1 {
  font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * 1em) !important;
  line-height: 1.1 !important;
}

.stamped-proxy-thankyou .subtitle {
  font-size: calc(var(--font-size-base) * 1px) !important;
  max-width: 260px;
  margin: 0 auto;
  padding-top: 40px;
}

.stamped-proxy-thankyou h1.stamped-proxy-thank-you-title {
  max-width: 600px;
  text-align: left;
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  letter-spacing: 0.275em;
  text-transform: uppercase;
  font-size: calc(var(--font-size-base) * 0.715px) !important;
  line-height: 1.45; /* 13px */
  margin-top: 40px;
}

.stamped-proxy-thankyou h1.stamped-proxy-thank-you-title {
  position: relative;
  visibility: hidden;
}

.stamped-proxy-thankyou h1.stamped-proxy-thank-you-title:after {
  position: absolute;
  margin-top: 0;
  top: 0;
  left: 0;
  visibility: visible;
  content: "Other products to review...";
}

.stamped-proxy-products-list,
.stamped-proxy-products hr {
  max-width: 600px;
}

.stamped-proxy-form {
  padding: 15px 0 !important;
}

.stamped-proxy-product-image,
.stamped-product-form {
  width: auto !important;
}

.stamped-product-form {
  margin-left: 15px;
}

.fa-star, .fa-star-checked, .fa-star-half-o, .fa-star-o, .stamped-fa-star, .stamped-fa-star-checked, .stamped-fa-star-half-o, .stamped-fa-star-o {
  color: #7a7256 !important;
}

.stamped-header,
.stamped-header div[data-count="0"] .summary-overview, 
.stamped-header div[data-widget-style*=standard][data-count="0"] .summary-overview,
.stamped-summary .summary-overview {
  margin-bottom: 2.5rem;
}

/* Wallpaper Calculator */

wallpaper-calculator {
  margin-top: 10px;
  display: block;
  width: 100%;
}

.wallpaper-explainer {
  max-width: 300px;
  margin-bottom: 40px;
}

.wallpaper-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}

.wallpaper-inputs .input-group {
  justify-content: flex-start;
}

.wallpaper-inputs .input-group input {
  min-height: 32px;
  border: 1px solid rgba(0,0,0,0.15) !important;
  border-radius: 3px;
  padding: 7px 5px;
  margin-bottom: 30px;
}

.wallpaper-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.wallpaper-popup.is-active {
  pointer-events: all;
  opacity: 1;
}

.wallpaper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.wallpaper-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 450px;
  padding: 30px;
  background-color: #fbf9f7;
  border-radius: 3px;
}

.wallpaper-card .close-drawer {
  top: -5px;
  right: -5px;
}

.wallpaper-header {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.wallpaper-close {
  height: auto;
  padding: 0;
  background: transparent;
  min-width: 0;
  width: auto;
  align-self: flex-start;
  flex: 0 0 auto;
  border: none;
}

.wallpaper-result {
  margin-bottom: 0;
}

.wallpaper-result .form-message--error {
  margin: 10px 0;
}

.wallpaper-terms {
  margin-top: 30px;
  margin-bottom: 15px;
}

.wallpaper-terms span {
  border-bottom: 1px solid;
}

.wallpaper-actions {
  display: flex;
  gap: 10px;
}

.wallpaper-actions .quantity-wrapper__wallpaper {
  margin-bottom: 0;
}

.quantity-wrapper__wallpaper {
  flex: 0 0 140px;
}

.wallpaper-header-title {
  font-size: 30px;
}

.product-single__drawer {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 710px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease-out; 
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  padding: 40px 80px;
  cursor: default;
}

sample-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  cursor: pointer;
}

sample-drawer.product-single__drawer--open {
  opacity: 1;
  pointer-events: all;
}

.product-single__drawer--open .product-single__drawer {
  transform: translateX(0);
  box-shadow: 0 15px 25px #00000329;
}

.product-single__drawer-close,
.care-details__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  border-radius: 50%;
  background: #FBF9F7;
  border: 1px solid #00000027;
  width: 44px;
  height: 44px; 
  box-shadow: 0px 3px 6px #00000026;
}

.care-details__close {
  background: #F2EBE5;
}

.product-single__drawer-close::after,
.product-single__drawer-close::before {
  content: none;
}

.product-single__drawer-close svg,
.care-details__close svg {
  width: 10px;
  height: 10px;
}

.product-single__drawer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-bottom: 40px;
}

.product-single__drawer-header {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 70px;
}

.product-single__drawer-header h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3.3px;
  font-family: var(--font-stack-accent);
}

.product-single__drawer-header p {
  letter-spacing: 0.21px;
  margin: 0;
  font-size: 14px;
  margin-top: 80px;
}

.product-single__drawer-item {
  cursor: pointer;
}

.product-single__drawer-item__image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.product-single__drawer-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-single__drawer-item__button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  pointer-events: none;
  background-color: #D5D2CC;
  color: #000;
}

.product-single__drawer-item:hover .product-single__drawer-item__button {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.product-single__drawer-item__title {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 10px;
  color: #262D26;
  font-family: var(--font-stack-accent);
  letter-spacing: 2.75px;
}

.product-single__drawer-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #d5d3d1;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-bottom: 10px;
  gap: 30px;
}

.product-single__drawer-tab {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
}

.product-single__drawer-tab:hover {
  opacity: 0.7;
}

.product-single__drawer-collection {
}

.product-single__drawer-collection__texts {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.product-single__drawer-collection__title {
  font-size: 31px;
  margin-bottom: 0;
}

.product-single__drawer-collection__details,
.care-details__trigger {
  display: flex;
  justify-content: flex-end;
  line-height: 16px;
  cursor: pointer;
  user-select: none;
  align-items: flex-end;
  padding-bottom: 10px;
}

.product-single__drawer-collection__details-title,
.care-details__trigger-title {
  text-decoration: underline;
}

.product-single__drawer-collection__details-icon,
.care-details__trigger-icon {
  border: 1px solid black;
  border-radius: 50%;
  margin-left: 6px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 15px;
}

.product-single__drawer-collection__description {
  margin-bottom: 35px;
  display: block;
}

.product-single__drawer-collection__description a {
  text-decoration: underline;
}

.swatch-trigger {
  margin-top: 20px;
}

body.no-scroll {
  overflow: hidden;
}

.product-single__drawer-item__info {
  font-style: italic;
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: 0.13px;
  cursor: pointer;
}

.product-single__drawer-item__info svg {
  transition: transform 0.3s ease-out;
  transform: rotate(180deg);
}

.product-single__drawer-item__info.is-active svg {
  transform: rotate(360deg);
}

.product-single__drawer-item__info-dropdown {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  font-style: normal;
}

.product-single__drawer-item__info-dropdown.is-active {
  max-height: 300px;
  margin-bottom: 15px;
}

.product-single__swatch-collection-link {
  margin-bottom: 30px;
}

@media screen and (max-width: 749px) {
  .product-single__swatch-collection-link {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.product-single__drawer-item__info-dropdown__row {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d3d1;
  font-size: 13px;
  letter-spacing: 0.13px;
}

.product-single__drawer-item__info-dropdown__row:first-child {
  margin-top: 35px;
}

.product-single__drawer-item__info-dropdown__row:last-child {
  border-bottom: none;
}

.product-single__drawer-item__info-dropdown__row span:last-child {
  text-align: right;
}

.product-single__drawer-item__view-all {
  margin-top: 15px;
  display: block;
  text-decoration: underline;
  letter-spacing: 0.12px;
  font-size: 12px;
}

.care-details {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.care-details--active {
  opacity: 1;
  pointer-events: all;
}

.care-details__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.care-details__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 720px;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  background-color: #F2EBE5;
  padding: 120px 40px;
  overflow: scroll;
}

@media screen and (min-width: 750px) {
  .care-details__content {
      min-width: 400px;
  }
}

.care-details__content-inner {
  max-width: 59rem;
  margin: 0 auto;
}

.care-details__title.accent-medium {
  font-size: 12px;
}

.care-details__description {
  max-width: 460px;
  margin: 80px auto 0;
}

.care-details__grid {
  margin-top: 70px;
}

.care-details__item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 0 30px;
}

.care-details__item span:first-of-type {
  flex: 1 0 20%;
}

.care-details--active .care-details__content {
  transform: translateX(0);
}

.product-card--swatch .grid-view-item__link {
  display: none;
}

.template-collection .grid-view-item.product-card--swatch {
  margin-bottom: 0;
}

.template-collection.collection-swatches .grid-view-item.product-card--swatch {
  margin-bottom: 50px;
}.

span[data-care-details-icon] {
  border: 1px solid black;
  border-radius: 50%;
  margin-left: 6px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 15px;
}

.care-details__button {
  display: flex;
  align-items: center;
}

.care-details__table {
  max-width: 450px;
  margin: 0 auto;
}

.care-details__table table tr {
  display: flex;
}

.care-details__table table td {
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.15);
  padding-top: 10px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.care-details__table table tr td:first-child {
  flex: 1 0 15%;
}

.care-details__table table {
  margin-top: 70px;
}

.product-form__secondary-buttons {
  display: flex;
  gap: 20px;
}

.wallpaper-popup__button,
.swatch-trigger {
  flex-grow: 1;
}

.wallpaper-popup__button {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  .product-single__drawer {
    width: 100%;
    padding: 40px 20px;
  }

  .product-single__drawer-content {
    gap: 15px;
  }

  .product-single__drawer-item__button {
    transform: translateY(0);
    opacity: 1;d
    pointer-events: all;
    font-size: 10px;
  }

  .product-single__drawer-item__info-dropdown__row span:last-child {
    text-align: right;
  }
}

#shop-hcaptcha-badge-container { visibility: hidden; }

.module-two__custom-liquid {
  max-width: 40rem;
  margin: 0 auto;
}

.template-product .module-fifteen {
  max-width: 60rem;
  margin: 0 auto;
}

.template-product .module-fifteen .module-fifteen__intro-container {
  text-align: center;
}

.employee-dropship-message {
  margin-top: 2rem;
  background-color: #E9DDD4;
  border: 1px solid transparent;
  border-radius: 3px;
  color: rgba(0, 0, 0, 1);
  padding: 10px;
}

.employee-dropship-message p {
  margin-top: 1rem;
}

.newsletter-form__message.newsletter-form__message--success {
  font-size: 1rem;
  margin-top: 1rem;
}

.site-footer__newsletter .newsletter-form__field-wrapper .field {
  border-bottom: 1px solid rgba(0,0,0,0.4);
  display: flex;
  justify-content: space-between;
  min-height: 37px;
}

.site-footer__newsletter .newsletter-form__field-wrapper .field input {
  min-width: 75%;
}

.site-footer__newsletter .newsletter-form__field-wrapper button {
  background: none;
  border: 0;
  padding-right: 0;
  transition: all 0.3s ease;
  opacity: 0.4;
}

.site-footer__newsletter .newsletter-form__field-wrapper #NewsletterForm--footer:focus ~ .button {
  opacity: 1;
}

.klaviyo-form-NKYbCv {
  border-bottom: 1px solid rgba(0,0,0,0.4);
}

.klaviyo-form-NKYbCv input[type="email"] {
  padding: 0 !important;
  border: 0 !important;
  font-family: var(--font-stack-body) !important;
  font-style: var(--font-style-body) !important;
  font-weight: var(--font-weight-body) !important;
}

.klaviyo-form-NKYbCv input[type="email"]:focus-visible {
  outline: none !important;
}

.page-module-multicolumn .grid--blog {
  margin-bottom: 0;
}

#shopify-section-page-template-shoppe-the-look {
  margin-bottom: 10rem; 
}

.meganav-open {
   background: #FBF9F7;
  color:#000;
}

.meganav-open .site-header__logo-svg svg path {
  fill:#000 !important;
  stroke: transparent  !important;
}
.meganav-open .search-bar__submit svg path, .meganav-open svg path {
stroke: #000  !important;
}
.meganav-open .accent, .meganav-open input::placeholder {
  color: #000 !important;
}

.mobile-nav__item ul {
  margin-bottom: 2.5rem;
}

.mobile-nav__item:last-child ul {
  margin-bottom: 0;
}

#loyaltylion .lion-rule-item[data-rule-id="204308"] .lion-icon__rule--clickthrough {
  background: #fff url(/cdn/shop/files/sai-tiktok.png?v=1750107848) no-repeat 50% 50%;
  background-size: 30px;
  -webkit-mask-image: none;
}

#loyaltylion .lion-rule-item[data-rule-id="204309"] .lion-icon__rule--clickthrough {
  background: #fff url(/cdn/shop/files/sai-youtube.png?v=1750107848) no-repeat 50% 50%;
  background-size: 35px;
  -webkit-mask-image: none;
}
