/*============================================================================
	Boundless Theme by Shopify
==============================================================================*/
/*================ THEME FUNCTIONS ================*/
/*============================================================================
	Strip units off number to have a safe working base, then append units.
	Add unit by multiplying by 1 (ex. 20 * 1px = 20px)
==============================================================================*/
/*================ VARIABLES ================*/
/*============================================================================
	Table of Contents:
		*Color Variables
		*Action Bar
		*Logo Width
		*Navigation Header
		*Sale Badges
		*Sizing Variables
		*Typography Variables
		*Z-Index
		*Site Header
		*Forms
		*Misc
		*Drawers
		*Hero
		*Collection Grid
==============================================================================*/
/*============================================================================
	Grid Breakpoints and Class Names
		- Do not change the variable names
==============================================================================*/
/*============================================================================
	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 ================*/
/*================ Logo Width ================*/
/*================ Navigation Header ================*/
/*================ #Action Bar ================*/
/*================ Sale badges ================*/
/*================ #Sizing Variables ================*/
/*================ #Typography Variables ================*/
@font-face {
  font-family: 'MAXIMO';
  src: url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/MAXIMO-Normal.eot?v=6070261609430015967#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/MAXIMO-Normal.woff?v=5895531814978732975") format("woff"), url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/MAXIMO-Normal.ttf?v=6697318880204067737") format("truetype"), url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/MAXIMO-Normal.otf?v=6795680060234273234") format("opentype"), url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/MAXIMO-Normal.svg?v=13633405444354418969#MAXIMO-Normal") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CaviarDreams';
  src: url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/CaviarDreams-webfont.eot?v=1935852420886250037#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/CaviarDreams-webfont.woff?v=3074213820830685389") format("woff"), url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/CaviarDreams-webfont.ttf?v=1753280510691254517") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PetitaLight';
  src: url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/PetitaLight.eot?v=11448065309136433769?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/PetitaLight.woff?v=12245974822116654714") format("woff"), url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/PetitaLight.ttf?v=1290990799798703449") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icons';
  src: url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/icons.eot?v=4803958720232721399");
  src: url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/icons.eot?v=4803958720232721399#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/icons.woff?v=12876033152100121074") format("woff"), url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/icons.ttf?v=1129655490620033727") format("truetype"), url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/icons.svg?v=10803676232854333189#shop-icons") format("svg");
  font-weight: 400;
  font-style: normal; }

/*================ #Z-Index ================*/
/*================ Misc ================*/
/*================ #Site Header ================*/
/*================ #Forms ================*/
/*================ #Drawers ================*/
/*================ Hero ================*/
/*================ #Collection Grid ================*/
/*================ CANVAS ================*/
/*============================================================================
	Shopify Canvas
	Copyright 2015 Shopify Inc.

	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 @imports in this file
		- The font icons are prepared using https://icomoon.io/app
==============================================================================*/
/*============================================================================
	Table of Contents

	#Normalize
	#Variables
		*Color Variables
		*Sizing Variables
		*Typography Variables
		*Z-Index
	#Mixins and Functions
		*Clear Fix
		*Prefix
		*Em
		*Strip-units
		*Backface
		*User-select
	#Helper Classes
	#Breakpoint Variables
	#Media Query
	#Responsive Helper Mixins
		*Show/Hide Helper
		*Text Align Helper
		*Float Helper
	#Grid
		*Grid Setup
		*Reverse Grid
		*Gutterless Grid
		*Grid Columns
		*Uniform Grid
	#Basic Styles
	#Typography
	#Icons
		*Fallback Text
		*Icon Mapping
	#Lists
	#Rich Text Editor
	#Links and Buttons
	#Tables
	#Reponsive Tables
	#Images and Iframes
	#Forms
		*Error States
		*Labels
	#Site Nav and Dropdowns
	#Section Headers
==============================================================================*/
/*============================================================================
	#Normalize

	Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
*, *:before, *:after {
  box-sizing: border-box; }

body {
  margin: 0; }

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

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: 700; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

input[type="search"] {
  -webkit-appearance: textfield; }

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

td,
th {
  padding: 0; }

textarea {
  overflow: auto; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
	#Mixins and Functions
==============================================================================*/
/*================ #Clear Fix ================*/
/*============================================================================
	Prefix mixin for generating vendor prefixes:

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

		// Output:
		.element {
			-ms-transform: scale(1);
			-webkit-transform: scale(1);
			transform: scale(1);
		}

	Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
==============================================================================*/
/*============================================================================
	Convert pixels to ems

	eg. for a relational value of 12px write em(12) when the parent is 16px
	if the parent is another value say 24px write em(12, 24)

	Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
	Strips the unit from a number.

	@param {Number (With Unit)} $value
	@example scss - Usage
		$dimension: strip-units(10em);
	@example css - CSS Output
		$dimension: 10;
	@return {Number (Unitless)}

	based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*============================================================================
	#Media Query Mixin
==============================================================================*/
/*============================================================================
	#Responsive Helper Mixins
==============================================================================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
	#Grid
==============================================================================*/
/*============================================================================
	Grid Setup
		1. Allow the grid system to be used on lists.
		2. Remove any margins and paddings that might affect the grid system.
		3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid {
  *zoom: 1; }
  .grid:after {
    content: '';
    display: table;
    clear: both; }

.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }

.grid__item[class*="--push"] {
  position: relative; }

.grid__item--instafeed {
  margin-bottom: 10px; }
  .grid__item--instafeed a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block; }

.grid--center {
  margin-left: 0; }
  .grid--center .grid__item {
    float: none;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -3px; }

/*============================================================================
	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:first-child {
    direction: ltr;
    text-align: left; }
    @media only screen and (min-width: 700px) {
      .grid--rev > .grid__item:first-child {
        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 ================*/
@media only screen and (max-width: 699px) {
  /** 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--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

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

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

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 700px) and (max-width: 1023px) {
  /** 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--two-eighths:nth-child(4n+1),
  .grid--uniform .medium--four-eighths:nth-child(2n+1),
  .grid--uniform .medium--five-tenths:nth-child(2n+1),
  .grid--uniform .medium--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; }

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

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

  .medium--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 700px) {
  /** 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--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

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

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

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1024px) {
  /** 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--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; } }
@media only screen and (min-width: 1440px) {
  /** Whole */
  .xlarge-up--one-whole {
    width: 100%; }

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

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

  .xlarge-up--two-thirds {
    width: 66.66667%; }

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

  .xlarge-up--two-quarters {
    width: 50%; }

  .xlarge-up--three-quarters {
    width: 75%; }

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

  .xlarge-up--two-fifths {
    width: 40%; }

  .xlarge-up--three-fifths {
    width: 60%; }

  .xlarge-up--four-fifths {
    width: 80%; }

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

  .xlarge-up--two-sixths {
    width: 33.33333%; }

  .xlarge-up--three-sixths {
    width: 50%; }

  .xlarge-up--four-sixths {
    width: 66.66667%; }

  .xlarge-up--five-sixths {
    width: 83.33333%; }

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

  .xlarge-up--two-eighths {
    width: 25%; }

  .xlarge-up--three-eighths {
    width: 37.5%; }

  .xlarge-up--four-eighths {
    width: 50%; }

  .xlarge-up--five-eighths {
    width: 62.5%; }

  .xlarge-up--six-eighths {
    width: 75%; }

  .xlarge-up--seven-eighths {
    width: 87.5%; }

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

  .xlarge-up--two-tenths {
    width: 20%; }

  .xlarge-up--three-tenths {
    width: 30%; }

  .xlarge-up--four-tenths {
    width: 40%; }

  .xlarge-up--five-tenths {
    width: 50%; }

  .xlarge-up--six-tenths {
    width: 60%; }

  .xlarge-up--seven-tenths {
    width: 70%; }

  .xlarge-up--eight-tenths {
    width: 80%; }

  .xlarge-up--nine-tenths {
    width: 90%; }

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

  .xlarge-up--two-twelfths {
    width: 16.66667%; }

  .xlarge-up--three-twelfths {
    width: 25%; }

  .xlarge-up--four-twelfths {
    width: 33.33333%; }

  .xlarge-up--five-twelfths {
    width: 41.66667%; }

  .xlarge-up--six-twelfths {
    width: 50%; }

  .xlarge-up--seven-twelfths {
    width: 58.33333%; }

  .xlarge-up--eight-twelfths {
    width: 66.66667%; }

  .xlarge-up--nine-twelfths {
    width: 75%; }

  .xlarge-up--ten-twelfths {
    width: 83.33333%; }

  .xlarge-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .xlarge-up--one-half:nth-child(2n+1),
  .grid--uniform .xlarge-up--one-third:nth-child(3n+1),
  .grid--uniform .xlarge-up--one-quarter:nth-child(4n+1),
  .grid--uniform .xlarge-up--one-fifth:nth-child(5n+1),
  .grid--uniform .xlarge-up--one-sixth:nth-child(6n+1),
  .grid--uniform .xlarge-up--two-sixths:nth-child(3n+1),
  .grid--uniform .xlarge-up--three-sixths:nth-child(2n+1),
  .grid--uniform .xlarge-up--two-eighths:nth-child(4n+1),
  .grid--uniform .xlarge-up--four-eighths:nth-child(2n+1),
  .grid--uniform .xlarge-up--five-tenths:nth-child(2n+1),
  .grid--uniform .xlarge-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .xlarge-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .xlarge-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .xlarge-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .xlarge-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .xlarge-up--show {
    display: block !important; }

  .xlarge-up--hide {
    display: none !important; }

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

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

  .xlarge-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1680px) {
  /** Whole */
  .xxlarge--one-whole {
    width: 100%; }

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

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

  .xxlarge--two-thirds {
    width: 66.66667%; }

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

  .xxlarge--two-quarters {
    width: 50%; }

  .xxlarge--three-quarters {
    width: 75%; }

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

  .xxlarge--two-fifths {
    width: 40%; }

  .xxlarge--three-fifths {
    width: 60%; }

  .xxlarge--four-fifths {
    width: 80%; }

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

  .xxlarge--two-sixths {
    width: 33.33333%; }

  .xxlarge--three-sixths {
    width: 50%; }

  .xxlarge--four-sixths {
    width: 66.66667%; }

  .xxlarge--five-sixths {
    width: 83.33333%; }

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

  .xxlarge--two-eighths {
    width: 25%; }

  .xxlarge--three-eighths {
    width: 37.5%; }

  .xxlarge--four-eighths {
    width: 50%; }

  .xxlarge--five-eighths {
    width: 62.5%; }

  .xxlarge--six-eighths {
    width: 75%; }

  .xxlarge--seven-eighths {
    width: 87.5%; }

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

  .xxlarge--two-tenths {
    width: 20%; }

  .xxlarge--three-tenths {
    width: 30%; }

  .xxlarge--four-tenths {
    width: 40%; }

  .xxlarge--five-tenths {
    width: 50%; }

  .xxlarge--six-tenths {
    width: 60%; }

  .xxlarge--seven-tenths {
    width: 70%; }

  .xxlarge--eight-tenths {
    width: 80%; }

  .xxlarge--nine-tenths {
    width: 90%; }

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

  .xxlarge--two-twelfths {
    width: 16.66667%; }

  .xxlarge--three-twelfths {
    width: 25%; }

  .xxlarge--four-twelfths {
    width: 33.33333%; }

  .xxlarge--five-twelfths {
    width: 41.66667%; }

  .xxlarge--six-twelfths {
    width: 50%; }

  .xxlarge--seven-twelfths {
    width: 58.33333%; }

  .xxlarge--eight-twelfths {
    width: 66.66667%; }

  .xxlarge--nine-twelfths {
    width: 75%; }

  .xxlarge--ten-twelfths {
    width: 83.33333%; }

  .xxlarge--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .xxlarge--one-half:nth-child(2n+1),
  .grid--uniform .xxlarge--one-third:nth-child(3n+1),
  .grid--uniform .xxlarge--one-quarter:nth-child(4n+1),
  .grid--uniform .xxlarge--one-fifth:nth-child(5n+1),
  .grid--uniform .xxlarge--one-sixth:nth-child(6n+1),
  .grid--uniform .xxlarge--two-sixths:nth-child(3n+1),
  .grid--uniform .xxlarge--three-sixths:nth-child(2n+1),
  .grid--uniform .xxlarge--two-eighths:nth-child(4n+1),
  .grid--uniform .xxlarge--four-eighths:nth-child(2n+1),
  .grid--uniform .xxlarge--five-tenths:nth-child(2n+1),
  .grid--uniform .xxlarge--one-twelfth:nth-child(12n+1),
  .grid--uniform .xxlarge--two-twelfths:nth-child(6n+1),
  .grid--uniform .xxlarge--three-twelfths:nth-child(4n+1),
  .grid--uniform .xxlarge--four-twelfths:nth-child(3n+1),
  .grid--uniform .xxlarge--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .xxlarge--show {
    display: block !important; }

  .xxlarge--hide {
    display: none !important; }

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

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

  .xxlarge--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 699px) {
  /* 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%; } }
@media only screen and (min-width: 700px) and (max-width: 1023px) {
  /* 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%; } }
@media only screen and (min-width: 700px) {
  /* 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%; } }
@media only screen and (min-width: 1024px) {
  /* 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%; } }
@media only screen and (min-width: 1680px) {
  /* Halves */
  .xxlarge--push-one-half {
    left: 50%; }

  /* Thirds */
  .xxlarge--push-one-third {
    left: 33.33333%; }

  .xxlarge--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .xxlarge--push-one-quarter {
    left: 25%; }

  .xxlarge--push-two-quarters {
    left: 50%; }

  .xxlarge--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .xxlarge--push-one-fifth {
    left: 20%; }

  .xxlarge--push-two-fifths {
    left: 40%; }

  .xxlarge--push-three-fifths {
    left: 60%; }

  .xxlarge--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .xxlarge--push-one-sixth {
    left: 16.66667%; }

  .xxlarge--push-two-sixths {
    left: 33.33333%; }

  .xxlarge--push-three-sixths {
    left: 50%; }

  .xxlarge--push-four-sixths {
    left: 66.66667%; }

  .xxlarge--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .xxlarge--push-one-eighth {
    left: 12.5%; }

  .xxlarge--push-two-eighths {
    left: 25%; }

  .xxlarge--push-three-eighths {
    left: 37.5%; }

  .xxlarge--push-four-eighths {
    left: 50%; }

  .xxlarge--push-five-eighths {
    left: 62.5%; }

  .xxlarge--push-six-eighths {
    left: 75%; }

  .xxlarge--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .xxlarge--push-one-tenth {
    left: 10%; }

  .xxlarge--push-two-tenths {
    left: 20%; }

  .xxlarge--push-three-tenths {
    left: 30%; }

  .xxlarge--push-four-tenths {
    left: 40%; }

  .xxlarge--push-five-tenths {
    left: 50%; }

  .xxlarge--push-six-tenths {
    left: 60%; }

  .xxlarge--push-seven-tenths {
    left: 70%; }

  .xxlarge--push-eight-tenths {
    left: 80%; }

  .xxlarge--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .xxlarge--push-one-twelfth {
    left: 8.33333%; }

  .xxlarge--push-two-twelfths {
    left: 16.66667%; }

  .xxlarge--push-three-twelfths {
    left: 25%; }

  .xxlarge--push-four-twelfths {
    left: 33.33333%; }

  .xxlarge--push-five-twelfths {
    left: 41.66667%; }

  .xxlarge--push-six-twelfths {
    left: 50%; }

  .xxlarge--push-seven-twelfths {
    left: 58.33333%; }

  .xxlarge--push-eight-twelfths {
    left: 66.66667%; }

  .xxlarge--push-nine-twelfths {
    left: 75%; }

  .xxlarge--push-ten-twelfths {
    left: 83.33333%; }

  .xxlarge--push-eleven-twelfths {
    left: 91.66667%; } }
/*================ Helper Mixin ================*/
/*============================================================================
	#Helper Classes
==============================================================================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden, .supports-fontface .icon__fallback-text, .modern .shopify-name {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.background-cover, .three-columns-block__block > div, .two-columns-block__block .block-banner-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.background-contain, .product-item__image--hover {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.display-table {
  display: table;
  width: 100%;
  height: 100%; }

.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }

.pull-right {
  float: right !important; }

.section {
  margin: 90px 0; }
  @media only screen and (min-width: 700px) {
    .section {
      margin: 100px 0; } }
  @media only screen and (min-width: 1024px) {
    .section {
      margin: 120px 0; } }
  .section:last-child {
    margin-bottom: 0 !important; }

[data-sm-responsive-background-image] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  [data-sm-responsive-background-image] img {
    /* 		display: none; */ }

.square-graphic {
  position: relative; }
  .square-graphic:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .square-graphic > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.rectangle-graphic {
  position: relative; }
  .rectangle-graphic:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 71.42857%; }
  .rectangle-graphic > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.content-wrapper {
  padding: 20px; }

.content-block {
  padding: 20px; }
  @media only screen and (min-width: 700px) {
    .content-block {
      padding: 30px 50px; } }
  .content-block > *:last-child {
    margin: 0; }
  .content-block img {
    max-height: 80px;
    max-width: 110px; }
    @media only screen and (max-width: 699px) {
      .content-block img {
        margin-bottom: 20px; } }

.black-triarchy-box {
  background-color: #0a0a0a;
  background-image: url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/pattern_grey_waves.png?v=661644572456887134");
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding: 30px;
  color: #fff;
  max-width: 620px;
  margin: 0 auto; }
  @media only screen and (max-width: 699px) {
    .black-triarchy-box {
      padding: 15px; } }
  .black-triarchy-box h1, .black-triarchy-box .h1 {
    color: #fff;
    font-family: "MAXIMO", "PetitaLight", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  .black-triarchy-box > div {
    padding: 30px;
    border: 2px solid #895121;
    height: 100%;
    overflow: hidden; }
    @media only screen and (max-width: 699px) {
      .black-triarchy-box > div {
        padding: 15px; } }
    .black-triarchy-box > div *:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 699px) {
    .black-triarchy-box a.btn, .black-triarchy-box a.btn--secondary {
      margin-top: 10px; } }
  @media only screen and (min-width: 1024px) {
    .black-triarchy-box a.btn, .black-triarchy-box a.btn--secondary {
      margin-top: 10px; } }

.triarchy-box {
  background-color: #c7d1da;
  padding: 30px; }
  @media only screen and (min-width: 700px) {
    .triarchy-box {
      padding: 40px; } }
  @media only screen and (min-width: 1680px) {
    .triarchy-box {
      padding: 60px; } }
  .triarchy-box h3, .triarchy-box .h3 {
    color: white; }
  .triarchy-box * {
    margin: 0; }

.sand-box {
  background-color: #efede6;
  padding: 30px; }
  @media only screen and (min-width: 1024px) {
    .sand-box {
      padding: 60px; } }

.hexagon {
  display: block;
  position: relative;
  width: 220px;
  height: calc(220px * 0.57735026919);
  margin: 5em auto;
  text-decoration: none;
  background-size: auto !important;
  /* Make the hexagon */ }
  @media only screen and (min-width: 700px) {
    .hexagon {
      width: 220px;
      height: calc(220px * 0.57735026919); } }
  @media only screen and (min-width: 1024px) {
    .hexagon {
      width: 360px;
      height: calc(360px * 0.57735026919);
      margin: 7em auto; } }
  @media only screen and (min-width: 1680px) {
    .hexagon {
      width: 500px;
      height: calc(500px * 0.57735026919);
      margin: 10em auto; } }
  .hexagon .hexagon__mask1,
  .hexagon .hexagon__mask2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .hexagon .hexagon__mask1:before,
    .hexagon .hexagon__mask2:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 200%;
      background: inherit;
      transition: .3s all ease-out; }
  .hexagon .hexagon__mask1 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
    .hexagon .hexagon__mask1:before {
      content: '';
      left: 0;
      -webkit-transform-origin: left top;
      -webkit-transform: rotate(-60deg) translate(-50%, 0);
      transform-origin: left top;
      transform: rotate(-60deg) translate(-50%, 0); }
  .hexagon .hexagon__mask2 {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg); }
    .hexagon .hexagon__mask2:before {
      content: '';
      right: 0;
      -webkit-transform-origin: right top;
      -webkit-transform: rotate(60deg) translate(50%, 0);
      transform-origin: right top;
      transform: rotate(60deg) translate(50%, 0); }

/*============================================================================
	#Basic Styles
==============================================================================*/
body {
  background-color: white; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    body {
      letter-spacing: 0.02em; } }

body.atelier {
  background-image: none; }

.atelier-pattern {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 340px;
  width: 585px;
  background-image: url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/background_pattern_v2.png?v=17602987873356258152");
  background-repeat: repeat-x;
  background-size: 350px;
  background-position: center top; }
  @media only screen and (max-width: 1023px) {
    .atelier-pattern {
      background: none; } }
  @media screen and (min-height: 900px) {
    .atelier-pattern {
      height: 620px; } }

.template-collection .atelier-pattern {
  background-position: center;
  position: absolute;
  bottom: 0px; }
  @media screen and (min-height: 900px) {
    .template-collection .atelier-pattern {
      height: 340px; } }

.page-width, .page-width--wide, .rte--description {
  *zoom: 1;
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto; }
  .page-width:after, .page-width--wide:after, .rte--description:after {
    content: '';
    display: table;
    clear: both; }

/*============================================================================
	#Typography
==============================================================================*/
blockquote p + cite {
  margin-top: 10px; }
blockquote cite {
  display: block; }
  blockquote cite:before {
    content: '\2014 \0020'; }

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

pre {
  overflow: auto; }

/*============================================================================
	#Icons
==============================================================================*/
.icon {
  display: inline-block; }
  .supports-no-fontface .icon {
    display: none; }

/*============================================================================
	A generic way to visually hide content while
	remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon:before {
  display: inline;
  font-family: "icons";
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.supports-no-fontface .icon:before {
  display: none; }

/*================ Icon mapping ================*/
.icon-amazon_payments:before {
  content: "\e906"; }

.icon-american_express:before {
  content: "\41"; }

.icon-apple_pay:before {
  content: "\e907"; }

.icon-arrow-down:before {
  content: "\e607"; }

.icon-arrow-left:before {
  content: "\e608"; }

.icon-arrow-right:before {
  content: "\e609"; }

.icon-bitcoin:before {
  content: "\42"; }

.icon-cart:before {
  content: "\e600"; }

.icon-cirrus:before {
  content: "\43"; }

.icon-dankort:before {
  content: "\64"; }

.icon-diners_club:before {
  content: "\63"; }

.icon-discover:before {
  content: "\44"; }

.icon-dogecoin:before {
  content: "\e900"; }

.icon-dwolla:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\66"; }

.icon-fancy:before {
  content: "\46"; }

.icon-forbrugsforeningen:before {
  content: "\e902"; }

.icon-google_plus:before {
  content: "\e904"; }

.icon-grid-view:before {
  content: "\e603"; }

.icon-hamburger:before {
  content: "\e601"; }

.icon-instagram:before {
  content: "\e905"; }

.icon-interac:before {
  content: "\49"; }

.icon-jcb:before {
  content: "\4a"; }

.icon-list-view:before {
  content: "\e604"; }

.icon-litecoin:before {
  content: "\e903"; }

.icon-maestro:before {
  content: "\6d"; }

.icon-master:before {
  content: "\4d"; }

.icon-minus:before {
  content: "\e602"; }

.icon-paypal:before {
  content: "\50"; }

.icon-pinterest:before {
  content: "\70"; }

.icon-plus:before {
  content: "\e605"; }

.icon-rss:before {
  content: "\72"; }

.icon-search:before {
  content: "\73"; }

.icon-snapchat:before {
  content: "\e908"; }

.icon-stripe:before {
  content: "\53"; }

.icon-tumblr:before {
  content: "\74"; }

.icon-twitter:before {
  content: "\54"; }

.icon-vimeo:before {
  content: "\76"; }

.icon-visa:before {
  content: "\56"; }

.icon-x:before {
  content: "\e606"; }

.icon-youtube:before {
  content: "\79"; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }
  .payment-icons .icon {
    font-size: 20px; }

/*================ Social Icons ================*/
.social-icons .icon {
  font-size: 16px; }

/*============================================================================
	#Lists
==============================================================================*/
ul, ol {
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

.list--inline {
  padding: 0;
  margin: 0; }
  .list--inline li {
    display: inline-block;
    margin-bottom: 0; }

.rte ul, .rte ol {
  margin: 0 0 10px 20px; }
  .rte ul:last-child, .rte ol:last-child {
    margin-bottom: 0; }
  .rte ul li, .rte ol li {
    margin-bottom: 4px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }
.rte p:last-child {
  margin-bottom: 0; }

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

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

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

.btn, .btn--secondary,
.rte .btn--secondary,
.rte .btn,
.rte .btn--secondary {
  transition: all 0.2s ease;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: black;
  color: white; }
  .btn:hover, .btn--secondary:hover,
  .rte .btn:hover,
  .rte .btn--secondary:hover {
    background-color: #333333;
    color: white; }
  .btn:active, .btn--secondary:active, .btn:focus, .btn--secondary:focus,
  .rte .btn:active,
  .rte .btn--secondary:active,
  .rte .btn:focus,
  .rte .btn--secondary:focus {
    background-color: #666666;
    color: white;
    outline: none; }
  @media only screen and (max-width: 699px) {
    .btn, .btn--secondary,
    .rte .btn--secondary,
    .rte .btn,
    .rte .btn--secondary {
      display: block;
      width: 80%;
      margin-left: auto;
      margin-right: auto; } }

.btn--secondary,
.rte .btn--secondary {
  background-color: transparent;
  color: white;
  border: 2px solid white; }
  .btn--secondary:hover,
  .rte .btn--secondary:hover {
    background-color: black;
    border: 2px solid transparent;
    color: white; }
  .btn--secondary:active, .btn--secondary:focus,
  .rte .btn--secondary:active,
  .rte .btn--secondary:focus {
    background-color: #895121;
    border: 2px solid transparent;
    color: white; }

/*============================================================================
	#Tables
==============================================================================*/
th {
  font-weight: 700; }

th, td {
  text-align: left;
  border: 1px solid #895121; }

/*============================================================================
	Responsive tables, defined with .table on table element.
==============================================================================*/
@media only screen and (max-width: 699px) {
  .responsive-table thead {
    display: none; }
  .responsive-table tr {
    display: block; }
  .responsive-table tr,
  .responsive-table td {
    float: left;
    clear: both;
    width: 100%; }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    padding: 10px;
    border: none;
    margin: 0; }
  .responsive-table td:before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px; }

  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 20px; }
    .responsive-table__row + .responsive-table__row:after,
    tfoot > .responsive-table__row:first-child:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 10px;
      right: 10px; } }
/*============================================================================
	#Images and Iframes
==============================================================================*/
svg:not(:root) {
  overflow: hidden; }

video {
  width: 100%;
  display: block; }

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

/*============================================================================
	#Forms
==============================================================================*/
@media only screen and (max-width: 1023px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
fieldset {
  border: 1px solid #895121;
  padding: 10px; }

legend {
  border: 0;
  padding: 0; }

button,
input[type="submit"] {
  cursor: pointer; }
  button:focus,
  input[type="submit"]:focus {
    outline: none; }

input,
textarea,
select {
  max-width: 100%;
  padding: 5px 0; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #603917;
    outline: none; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #e0e0e0;
    border-color: black; }

textarea {
  min-height: 100px; }

/*================ Error styles ================*/
input.error,
select.error,
textarea.error {
  border-color: #b62b2b;
  background-color: #fff0f0;
  color: #b62b2b; }

label.error {
  color: #b62b2b; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/ico-select.svg?v=6451271813213128031");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

optgroup {
  font-weight: 700; }

option {
  color: #000;
  background-color: #fff; }

select::-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); }
  .ie9 .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial; }

label[for] {
  cursor: pointer; }

/*============================================================================
	#Site Nav and Dropdowns
==============================================================================*/
.site-nav li {
  display: inline-block; }

/*================ Site Nav Links ================*/
.site-nav__link {
  display: block;
  white-space: nowrap; }
  .site-nav__link .icon-arrow-down {
    position: relative; }

/*================ Dropdowns ================*/
.site-nav--has-dropdown {
  position: relative; }

.action-bar--has-dropdown:hover .site-nav__dropdown {
  clip: auto;
  opacity: 1;
  transform: translateY(0) scaleY(1); }

.site-nav__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  background-color: white;
  border: 1px solid #f0f0f0;
  text-align: left;
  margin: 0;
  padding: 10px;
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
  transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  transform: translateY(0) scaleY(1);
  transform-origin: top; }
  .site-nav__dropdown li {
    display: block;
    margin: 5px 0;
    padding: 0; }
  .site-nav__dropdown .action-bar__link {
    font-size: 17px;
    color: black !important; }

/*============================================================================
	#Section Headers
==============================================================================*/
.section-header {
  margin-bottom: 30px; }

/*================ THEME MIXINS ================*/
/*================ Theme mixins ================*/
/*================ Keyframe animations ================*/
@-webkit-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  40% {
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

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

@keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  40% {
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

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

@-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); } }

@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); } }

/*================ THEME FUNCTIONS ================*/
/*============================================================================
	Strip units off number to have a safe working base, then append units.
	Add unit by multiplying by 1 (ex. 20 * 1px = 20px)
==============================================================================*/
/*================ GLOBAL ================*/
/*================ Grid | No gutters ================*/
.grid--no-gutters {
  margin-left: 0; }
  .grid--no-gutters > .grid__item {
    padding-left: 0; }

/*================ Grid | Half gutters ================*/
.grid--half-gutters {
  margin-left: -10px; }
  .grid--half-gutters > .grid__item {
    padding-left: 10px; }

/*================ Grid | Vertically centered items ================*/
.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: 0; }
  .grid--table > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle;
    min-height: 1px;
    padding-left: 0; }

@media only screen and (min-width: 1024px) {
  .large-up--grid--table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: 0; }
    .large-up--grid--table > .grid__item {
      float: none;
      display: table-cell;
      vertical-align: middle;
      min-height: 1px;
      padding-left: 0; } }
/*================ General theme related layout ================*/
.page-gutter {
  padding-left: 5px;
  padding-right: 5px; }
  @media only screen and (min-width: 700px) {
    .page-gutter {
      padding-left: 10px;
      padding-right: 10px; } }

.main-content {
  position: relative;
  padding-top: 88px; }
  .with-transparent-header .main-content {
    padding-top: 0; }

.page-width--wide {
  max-width: 1680px; }

hr {
  margin-bottom: 60px; }
  hr.hr--clear {
    border: 0 none;
    height: 1px;
    margin-top: -1px; }

.page-content__content {
  margin: 0 10%; }

/*================ Page template ================*/
.page-container {
  padding-bottom: 20px; }
  @media only screen and (min-width: 700px) {
    .page-container {
      padding-bottom: 60px; } }

/*================ 404 ================*/
.template-404 .main-content {
  margin-top: 120px;
  padding-bottom: 120px; }

/*================ Search ================*/
.search-title {
  text-align: center;
  padding: 100px 10px;
  margin-bottom: 0; }

.search-title--form {
  padding-bottom: 0px; }

.search-item__table {
  height: 100%; }
  .search-item__table > .search-item__cell {
    padding: 20px; }

/*================ Customer login/register form ================*/
.customer__account-form {
  margin: 0 auto;
  max-width: 380px; }

/*================ Tables ================*/
.responsive-table th,
.responsive-table td {
  padding: 20px 0;
  border: none; }
.responsive-table th {
  padding-bottom: 20px; }
@media only screen and (max-width: 699px) {
  .responsive-table td:before {
    font-family: "MAXIMO", "PetitaLight", sans-serif;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.05em;
    font-size: 0.88235em;
    color: black; } }

/*================ Cart page ================*/
.cart__footer {
  padding-top: 40px; }
  @media only screen and (min-width: 700px) {
    .cart__footer {
      padding-top: 80px; } }

.responsive-table__row .js-qty, .responsive-table__row .ajaxcart__qty {
  display: inline-block;
  margin-bottom: 0; }

@media only screen and (min-width: 700px) {
  .cart__row td:first-child {
    width: 200px; }
  .cart__row td:nth-child(2) {
    max-width: 300px; } }
.cart__row p {
  margin-bottom: 0.58824em; }

.cart__image {
  vertical-align: middle;
  padding-right: 20px; }

.cart__subtotal {
  padding-left: 20px; }

.cart--no-cookies .cart--continue-browsing {
  display: none; }

.cart--no-cookies .cart--empty-message {
  display: none; }

.cart--cookie-message {
  display: none;
  padding-bottom: 25px; }
  .cart--no-cookies .cart--cookie-message {
    display: block; }

body,
input,
textarea,
button,
select {
  font-size: 17px;
  font-family: "MAXIMO", "PetitaLight", sans-serif;
  color: #646464;
  line-height: 1.4; }

@media only screen and (max-width: 1023px) {
  input,
  textarea {
    font-size: 16px; } }
/*================ Headings ================*/
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "MAXIMO", "PetitaLight", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  margin: 0 0 0.58824em;
  line-height: 1.2;
  color: black;
  font-weight: normal !important; }
  h1 a, .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: black;
    text-decoration: none;
    font-weight: inherit; }

h1, .h1 {
  font-size: 2.17647em; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    h1, .h1 {
      letter-spacing: 0.09em; } }
  h1.special, .special.h1 {
    font-family: 'CaviarDreams'; }
  h1.heading-to-highlight, .heading-to-highlight.h1 {
    position: relative;
    padding: 20px 20px 20px 0;
    display: inline-block;
    color: white !important; }
    h1.heading-to-highlight:after, .heading-to-highlight.h1:after {
      content: '';
      background-color: #c7d1da;
      width: 800%;
      height: 100%;
      position: absolute;
      left: -690%;
      right: 0;
      top: 0;
      z-index: -1; }

header h1, header .h1 {
  position: relative;
  padding: 20px 20px 20px 0;
  display: inline-block;
  color: white !important; }
  header h1:after, header .h1:after {
    content: '';
    background-color: #c7d1da;
    width: 800%;
    height: 100%;
    position: absolute;
    left: -690%;
    right: 0;
    top: 0;
    z-index: -1; }

h2, .h2 {
  font-size: 1.52941em;
  font-family: 'CaviarDreams'; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    h2, .h2 {
      letter-spacing: 0.09em; } }
  h2.heading-to-highlight, .heading-to-highlight.h2 {
    position: relative;
    padding: 20px 20px 20px 0;
    display: inline-block;
    color: white !important; }
    h2.heading-to-highlight:after, .heading-to-highlight.h2:after {
      content: '';
      background-color: #c7d1da;
      width: 800%;
      height: 100%;
      position: absolute;
      left: -690%;
      right: 0;
      top: 0;
      z-index: -1; }
  @media only screen and (min-width: 700px) {
    h2, .h2 {
      font-size: 1.70588em; } }

h3, .h3 {
  font-family: 'CaviarDreams';
  font-weight: normal;
  font-style: normal;
  font-size: 1.41176em; }
  h3.heading-to-highlight, .heading-to-highlight.h3 {
    position: relative;
    padding: 20px 20px 20px 0;
    display: inline-block;
    color: white !important; }
    h3.heading-to-highlight:after, .heading-to-highlight.h3:after {
      content: '';
      background-color: #c7d1da;
      width: 800%;
      height: 100%;
      position: absolute;
      left: -690%;
      right: 0;
      top: 0;
      z-index: -1; }

h4, .h4 {
  font-size: 1.17647em;
  line-height: 1.3; }
  h4.heading-to-highlight, .heading-to-highlight.h4 {
    position: relative;
    padding: 20px 20px 20px 0;
    display: inline-block;
    color: white !important; }
    h4.heading-to-highlight:after, .heading-to-highlight.h4:after {
      content: '';
      background-color: #c7d1da;
      width: 800%;
      height: 100%;
      position: absolute;
      left: -690%;
      right: 0;
      top: 0;
      z-index: -1; }

h5, .h5,
h6,
.h6 {
  font-family: 'CaviarDreams';
  font-size: 0.94118em;
  line-height: 1.3; }

/*================ RTE headings ================*/
.rte h1, .rte .h1,
.rte h2,
.rte .h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
  margin-top: 70px;
  margin-bottom: 20px; }
  .rte h1:first-child, .rte .h1:first-child,
  .rte h2: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: 20px; }

/*================ Lists ================*/
.list--inline__separator {
  position: relative;
  padding-left: 18px;
  margin-left: 10px; }
  .list--inline__separator:before {
    content: '\2022';
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/*================ Paragraph styles ================*/
p {
  margin: 0 0 20px; }

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

/*================ Blockquote ================*/
blockquote {
  font-family: "MAXIMO", "PetitaLight", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  font-size: 1.52941em;
  text-align: center;
  margin: 20px;
  color: black; }
  blockquote cite {
    font-family: "MAXIMO", "PetitaLight", sans-serif;
    font-size: 0.85em;
    font-weight: 400; }

/*================ Tables ================*/
th {
  font-family: "MAXIMO", "PetitaLight", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  font-size: 0.94118em;
  color: black; }

/*================ Theme links and buttons ================*/
.btn, .btn--secondary,
.rte .btn--secondary {
  position: relative;
  padding: 8px 26px;
  font-size: 0.94118em; }
  @media only screen and (max-width: 699px) {
    .btn, .btn--secondary,
    .rte .btn--secondary {
      font-size: 18px; } }
  .btn.btn--ajax-disabled:before, .btn--ajax-disabled.btn--secondary:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: black; }
  .btn.btn--ajax-disabled:after, .btn--ajax-disabled.btn--secondary:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -webkit-animation: spin 0.65s infinite linear;
    -moz-animation: spin 0.65s infinite linear;
    left: 50%; }
  .btn[disabled], [disabled].btn--secondary, .btn.btn--disabled, .btn--disabled.btn--secondary {
    opacity: 0.5; }

.btn--full {
  display: block;
  width: 100%; }

/*================ Default link styles ================*/
a {
  color: #895121;
  text-decoration: none;
  transition: .2s all ease-out; }
  a:hover, a:focus {
    opacity: 0.9; }
  a.btn:hover, a.btn--secondary:hover, a.btn:focus, a.btn--secondary:focus {
    opacity: 1; }
  a.btn.btn--disabled, a.btn--disabled.btn--secondary {
    opacity: 0.5; }

/*================ Text links ================*/
.link-body-color {
  color: #646464; }
  .link-body-color:hover, .link-body-color:focus {
    opacity: 0.9; }

.btn--link {
  background-color: transparent;
  border: none;
  color: #895121; }
  .btn--link:hover, .btn--link:focus {
    opacity: 0.9; }

.text-link {
  color: #895121; }
  .text-link:hover, .text-link:focus {
    opacity: 0.9; }

/*================ Action Links (back buttons) ================*/
.link--action {
  font-family: "MAXIMO", "PetitaLight", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.94118em; }

/*================ Footer ================*/
.site-footer {
  color: black;
  padding: 40px 20px;
  max-width: 1680px;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (min-width: 700px) {
    .site-footer {
      text-align: left; } }
  .site-footer a {
    color: black; }
    .site-footer a:hover, .site-footer a:focus {
      opacity: 0.9; }

.site-footer__linklist {
  margin: 10px 0; }
  .site-footer__linklist a {
    display: inline-block;
    font-size: 15px; }
  .site-footer__linklist li {
    margin-right: 20px; }
    .site-footer__linklist li:last-child {
      margin-right: 0; }

.site-footer__linklist--social li {
  margin-right: 3px; }
  .site-footer__linklist--social li:last-child {
    margin-right: 0; }
.site-footer__linklist--social a {
  color: #c7d1da; }

.payment-icons,
.social-icons {
  margin-top: 10px; }
  .payment-icons li,
  .social-icons li {
    margin-bottom: 10px; }
  .payment-icons li + li,
  .social-icons li + li {
    margin-left: 10px; }

@media only screen and (min-width: 1024px) {
  .payment-icons {
    margin-left: 30px; }

  .social-icons {
    margin-right: 30px; } }
.site-footer__copyright {
  font-size: 12px; }

@media only screen and (max-width: 1023px) {
  .payment-icons--footer,
  .social-icons--footer,
  .site-footer__copyright {
    display: block;
    margin-bottom: 20px; } }
.icon--placeholder {
  fill: rgba(100, 100, 100, 0.35);
  background-color: rgba(100, 100, 100, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(100, 100, 100, 0.2); }

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

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

.helper-section .icon--placeholder {
  display: block;
  border-width: 0px; }

/*================ TEMPLATES ================*/
/*================ MODULES ================*/
/*================ Forms and inputs ================*/
input,
textarea,
select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
  max-width: 100%; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #646464;
    opacity: 0.6; }
  input::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: #646464;
    opacity: 0.6; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #646464;
    opacity: 0.6; }
  input[disabled], input.disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    color: rgba(0, 0, 0, 0.5);
    background-color: #e0e0e0;
    border-color: black; }
  input.input-full,
  textarea.input-full,
  select.input-full {
    width: 100%; }
  input.input--error,
  textarea.input--error,
  select.input--error {
    border: 1px solid #b62b2b;
    background-color: #fff0f0;
    color: #b62b2b; }
    input.input--error::-webkit-input-placeholder,
    textarea.input--error::-webkit-input-placeholder,
    select.input--error::-webkit-input-placeholder {
      color: #b62b2b;
      opacity: 0.6; }
    input.input--error::-moz-placeholder,
    textarea.input--error::-moz-placeholder,
    select.input--error::-moz-placeholder {
      color: #b62b2b;
      opacity: 0.6; }
    input.input--error:-ms-input-placeholder,
    textarea.input--error:-ms-input-placeholder,
    select.input--error:-ms-input-placeholder {
      color: #b62b2b;
      opacity: 0.6; }

select {
  padding-top: 5px; }

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  margin-bottom: 5px; }
.form-vertical input[type="radio"],
.form-vertical input[type="checkbox"] {
  display: inline-block; }
.form-vertical input[type="submit"],
.form-vertical .btn,
.form-vertical .btn--secondary {
  display: inline-block; }

textarea {
  min-height: 150px; }

/*================ Individual block elements ================*/
.label--block {
  display: block; }

.input--block {
  display: block;
  width: 100%; }

/*================ Error & Success states ================*/
.errors,
.form--success {
  border: 1px solid;
  padding: 5px;
  margin: 5px 0; }
  .errors li,
  .form--success li {
    list-style-position: inside; }

.errors {
  border-color: #b62b2b;
  background: #fff0f0; }
  .errors li {
    color: #b62b2b; }

.form--success {
  margin-top: 40px;
  border-color: #56ad6a;
  background: #ecfef0;
  color: #56ad6a; }
  .form--success li {
    list-style-type: none; }

/*================ Contact Form ================*/
@media only screen and (min-width: 700px) {
  .contact-form .contact-form__email {
    padding-left: 5px; } }
/*================ Newsletter Form ================*/
.newsletter {
  border: 1px solid #ececec;
  margin: 0 auto; }
  .newsletter .form--success {
    width: 50%;
    margin: 0 auto; }
    @media only screen and (max-width: 699px) {
      .newsletter .form--success {
        width: 80%; } }
  .newsletter .btn--secondary {
    color: black; }
    .newsletter .btn--secondary:hover {
      color: white; }
  .newsletter [data-sm-responsive-background-image] {
    position: relative; }
    .newsletter [data-sm-responsive-background-image]:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .newsletter [data-sm-responsive-background-image] > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

/*================ Inline Forms ================*/
.form--success {
  margin-top: 40px; }

.input-group {
  display: block;
  width: 100%; }

.input-group__field,
.input-group__btn {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }

.input-group__btn {
  margin-left: -4px;
  border-width: 0; }
  .input-group__btn .btn, .input-group__btn .btn--secondary {
    padding: 4px 20px;
    width: 100% !important; }

.input-group__field {
  width: 230px; }
  @media only screen and (max-width: 699px) {
    .input-group__field {
      width: 220px; } }

/*============================================================================
	To update Slick slider to a new version,
	scroll down to #Slick Slider SCSS and follow the instructions

	Default Slick classes all start with '.slick'
	Custom classes all start with '.hero'

	Extra specificity in selectors is used to override default
	styles before including the default Slick CSS
==============================================================================*/
/*================ Prev/next and pagination ================*/
.slick-slider .slick-dots {
  margin: 0;
  bottom: 10px; }
  .slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle; }
    .slick-slider .slick-dots li button {
      position: relative; }
    .slick-slider .slick-dots li button:before {
      text-indent: -9999px;
      background-color: #c7d1da;
      border-radius: 100%;
      border: 2px solid transparent;
      width: 10px;
      height: 10px;
      margin: 5px 0 0 5px;
      opacity: 1;
      transition: all 0.2s; }
    .slick-slider .slick-dots li.slick-active button:before {
      background-color: transparent;
      border-color: #c7d1da;
      opacity: 1;
      width: 12px;
      height: 12px;
      margin: 4px 0 0 4px; }
    .slick-slider .slick-dots li button:active:before {
      opacity: 0.5; }

.hero__site-header .site-header__inner {
  border-bottom: none; }

/*============================================================================
	Hero logo
==============================================================================*/
.hero-wrapper {
  position: relative; }
  .hero-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4; }

.hero__logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5; }

.hero__logo {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
  .hero__logo:after {
    opacity: 1;
    content: '';
    display: block;
    left: 50%;
    -webkit-animation: spin 0.65s infinite linear;
    -moz-animation: spin 0.65s infinite linear; }
  .hero-initialized .hero__logo:after {
    content: none;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.29, 0.63, 0.44, 1); }

.hero__logo-centered {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 30px;
  transition-property: all;
  transition-delay: 0.2s;
  transition-timing-function: ease;
  opacity: 0; }
  .supports-js .hero-initialized .hero__logo-centered {
    opacity: 1;
    -webkit-animation: heroContentIn 1.2s cubic-bezier(0.29, 0.63, 0.44, 1);
    -moz-animation: heroContentIn 1.2s cubic-bezier(0.29, 0.63, 0.44, 1); }

.hero__logo-text {
  font-size: 1.17647em; }
  @media only screen and (min-width: 700px) {
    .hero__logo-text {
      font-size: 1.52941em; } }

.hero__logo-image {
  max-width: 100%; }
  @media only screen and (max-width: 699px) {
    .hero__logo-image {
      width: 100%;
      max-width: 85%; } }

/*============================================================================
	General slide styles
		- Sizes based on height of image when 100% of container width
==============================================================================*/
.hero__slide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 4; }

.hero__image {
  position: relative;
  opacity: 0;
  height: 100vh;
  width: 100%; }
  .hero__image.image-loaded {
    opacity: 1; }
  .hero__image > div {
    height: 100%;
    width: 100%; }

.supports-touch .hero__slide--hidden {
  visibility: visible; }

.ie9 .hero__slide {
  z-index: 1 !important; }
.ie9 .slick-dots {
  z-index: 2; }

/*============================================================================
	Full screen hero styles
		- Uses css background image
==============================================================================*/
.hero {
  overflow: hidden; }
  .hero .slick-list,
  .hero .slick-track {
    height: 100%; }

.photo {
  overflow: hidden; }
  .photo .slick-list,
  .photo .slick-track {
    height: 100%; }
  .photo .photo__image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .photo .photo__image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 70.58824%; }
    .photo .photo__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.photo__slide {
  position: relative;
  display: block !important; }
  @media only screen and (min-width: 700px) {
    .photo__slide {
      display: flex; } }

@media only screen and (min-width: 700px) {
  .slideshow__caption {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    max-width: 40%;
    margin-bottom: 30px; } }

.slideshow__caption-content {
  background: #fff;
  padding: 2px;
  margin-top: 0;
  border: 2px solid #895121; }
  @media only screen and (min-width: 700px) {
    .slideshow__caption-content {
      margin-top: 170px; } }
  .slideshow__caption-content > div {
    padding: 20px;
    border: 2px solid #895121; }
    .slideshow__caption-content > div *:last-child {
      margin-bottom: 0; }

/*================ Hero header ================*/
.hero__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/*============================================================================
	#Slick Slider overrides
		- If upgrading Slick's styles, use the following variables/functions
			instead of the slick defaults
		- Only overwrite slick's default styles starting at #Slick Slider SCSS
==============================================================================*/
/*============================================================================
	#Slick Slider SCSS
		- Everything below this line is unchanged from Slick's scss file
		- When updating to a new version, don't include the variables/function
			that were modified above
==============================================================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: white url(//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/ajax-loader.gif?v=4135686330247201572) center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: flex;
    flex-direction: column; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  text-align: center;
  background: white;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  opacity: 0.7; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick-icons, sans-serif";
  font-size: 30px;
  line-height: 60px;
  color: darkgrey;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 30px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 30px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: 30px; }
  [dir="rtl"] .slick-next {
    left: 30px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick-icons, sans-serif";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

.site-header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition-timing-function: ease-in;
  background-color: white;
  border-bottom: 1px solid #f0f0f0; }
  .with-transparent-header .site-header-wrapper {
    background-color: transparent;
    border-bottom: 1px solid transparent; }
  .js-sticky-action-bar .site-header-wrapper {
    background-color: white;
    border-bottom: 1px solid #f0f0f0; }

.site-header-container {
  padding: 0; }

.site-header__link {
  display: inline-block;
  color: #1a1a1a; }
  .with-transparent-header .site-header__link {
    color: white; }
  .js-sticky-action-bar .site-header__link {
    color: #1a1a1a; }
  .site-header__link:hover, .site-header__link:focus {
    opacity: 1; }

.site-header__toggle-nav {
  border: 0;
  vertical-align: middle;
  margin-right: 15px; }
  .site-header__toggle-nav .icon {
    font-size: 1.17647em;
    padding: 5px; }

.site-header__logo {
  margin: 0;
  display: inline-block; }
  .site-header__logo .site-header__logo-link {
    color: #1a1a1a;
    display: inline-block;
    position: relative; }
    .site-header__logo .site-header__logo-link:hover, .site-header__logo .site-header__logo-link:focus, .site-header__logo .site-header__logo-link:active {
      opacity: 1; }

.site-header__logo-white,
.site-header__logo-dark {
  padding: 15px 0;
  vertical-align: middle; }

.with-transparent-header .site-header__logo-dark {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.site-header__cart .icon,
.site-header__search .icon {
  vertical-align: middle;
  font-size: 1.17647em;
  padding: 5px; }
  @media only screen and (max-width: 699px) {
    .site-header__cart .icon,
    .site-header__search .icon {
      font-size: 1.17647em;
      padding: 5px; } }

.site-header__search .icon {
  padding-right: 0; }

.cart-link {
  position: relative; }
  .cart-link.cart-bubble--visible:before {
    content: '';
    position: absolute;
    top: 7px;
    right: 5px;
    width: 10px;
    height: 10px;
    background-color: #895121;
    border-radius: 50%; }
    @media only screen and (max-width: 699px) {
      .cart-link.cart-bubble--visible:before {
        top: 14px;
        right: 0; } }

.action-area {
  position: relative; }

.action-area {
  z-index: 5; }
  .js-sticky-action-bar--open .action-area {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }

.action-bar-wrapper {
  display: inline-block; }
  .supports-pointerevents .action-bar-wrapper.scrollable-js:before, .supports-pointerevents .action-bar-wrapper.scrollable-js:after {
    content: '';
    pointer-events: none;
    z-index: 8;
    width: 125px;
    height: 32px;
    color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .supports-pointerevents .action-bar-wrapper.scrollable-js:before {
    background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    right: 0; }
  .supports-pointerevents .action-bar-wrapper.scrollable-js:after {
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
    left: 0;
    opacity: 0; }
  .supports-pointerevents .action-bar-wrapper.scrollable-js.scrolled:after {
    opacity: 1; }

.action-bar {
  position: relative; }
  .scrollable-js .action-bar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

.action-bar__menu--main,
.action-bar__menu--sub {
  min-width: 100%;
  margin-top: 0;
  text-align: center;
  white-space: nowrap;
  transition: all 200ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  display: block; }
  .action-bar__menu--main.action-bar--show,
  .action-bar__menu--sub.action-bar--show {
    top: 0;
    visibility: visible;
    display: block; }
    .scrollable-js .action-bar__menu--main.action-bar--show, .scrollable-js
    .action-bar__menu--sub.action-bar--show {
      padding-right: 100px; }

.action-bar--active {
  position: relative; }
  .action-bar--active .action-bar__link {
    opacity: 0.5; }
  @media only screen and (min-width: 700px) {
    .action-bar--active:after {
      left: 15px;
      right: 15px; } }

.action-bar__link {
  font-family: "MAXIMO", "PetitaLight", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  font-size: 17px;
  position: relative;
  display: inline-block;
  padding: 0 5px;
  border: 0 none;
  line-height: 30px;
  color: black; }
  .with-transparent-header .action-bar__link {
    color: white; }
  @media only screen and (max-width: 699px) {
    .action-bar__link {
      font-size: 18px; } }
  @media only screen and (min-width: 1440px) {
    .action-bar__link {
      font-size: 19px; } }
  .action-bar__link:hover, .action-bar__link:active, .action-bar__link:focus {
    opacity: 1;
    outline: none;
    color: #895121; }
    .with-transparent-header .action-bar__link:hover, .with-transparent-header .action-bar__link:active, .with-transparent-header .action-bar__link:focus {
      color: white; }
  .action-bar--active .action-bar__link:hover, .action-bar--active .action-bar__link:active, .action-bar--active .action-bar__link:focus {
    opacity: 1; }
  .js-sticky-action-bar .action-bar__link {
    color: black; }
    .js-sticky-action-bar .action-bar__link:hover, .js-sticky-action-bar .action-bar__link:active, .js-sticky-action-bar .action-bar__link:focus {
      color: #895121; }

span.action-bar__link {
  cursor: default; }

.action-bar__back {
  border: 0px solid transparent;
  background-color: white; }
  .action-bar__back:hover, .action-bar__back:focus, .action-bar__back:active {
    background-color: transparent !important; }

@media only screen and (min-width: 700px) {
  .action-bar__link {
    padding-left: 15px;
    padding-right: 15px; } }
.action-bar__menu-item {
  position: relative;
  padding: 20px 0; }

/*================ Secondary action bar ================*/
.action-bar-secondary {
  *zoom: 1;
  position: relative;
  margin: 20px; }
  .action-bar-secondary:after {
    content: '';
    display: table;
    clear: both; }

@media only screen and (max-width: 699px) {
  .action-bar-secondary__dropdown {
    text-align: center; }
    .action-bar-secondary__dropdown:first-of-type {
      margin-bottom: 20px; } }
@media only screen and (min-width: 700px) {
  .action-bar-secondary--left {
    float: left; }

  .action-bar-secondary--right {
    float: right; } }
.search-bar {
  color: #1a1a1a;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 88px;
  padding: 0 10px; }

.search-bar__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 88px; }

.search-bar__table-cell {
  display: table-cell;
  vertical-align: middle; }

.supports-fontface .search-bar__icon-cell {
  width: 40px; }

.search-bar__form {
  width: 90%; }

.search-bar__input {
  background: none;
  border: none;
  color: #1a1a1a;
  width: 100%;
  padding: 0 10px;
  height: 78px; }
  .search-bar__input::-webkit-input-placeholder {
    color: #1a1a1a;
    opacity: 0.8; }
  .search-bar__input::-moz-placeholder {
    color: #1a1a1a;
    opacity: 0.8; }
  .search-bar__input:-ms-input-placeholder {
    color: #1a1a1a;
    opacity: 0.8; }

.search-bar__icon-button {
  background: none;
  border: none;
  display: inline-block;
  color: #1a1a1a;
  padding: 0 10px;
  height: 78px; }
  .search-bar__icon-button .icon {
    font-size: 1.17647em; }

.search__results-count {
  color: black;
  line-height: 30px;
  color: #895121; }

@media only screen and (max-width: 1023px) {
  .product-item {
    margin-bottom: 40px; } }
.product-item {
  margin-bottom: 60px; }

.product-item__link {
  position: relative;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #646464; }
  .product-item__link:hover, .product-item__link:focus {
    opacity: 1; }
    .product-item__link:hover .product-item__image--hover, .product-item__link:focus .product-item__image--hover {
      opacity: 1 !important; }
  .product-item__link p:last-child {
    margin-bottom: 0; }
  .product-item__link .product-item__image-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden; }

.image-wrapper {
  position: relative;
  background-color: #fff; }

.product-item__image {
  transition: opacity 0.5s ease; }
  .product-item__image img {
    width: 100%; }

.product-item__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%; }

.product-item__image--margins {
  margin: 8%;
  max-width: 84%; }
  @media only screen and (max-width: 699px) {
    .product-item__image--margins {
      margin-bottom: 0; } }

.product-item__title {
  font-family: "MAXIMO", "PetitaLight", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  color: black;
  font-size: 1.17647em;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 699px) {
    .product-item__title {
      height: auto; } }
  @media only screen and (min-width: 700px) and (max-width: 1023px) {
    .product-item__title {
      width: 90%;
      font-size: 1em; } }
  @media only screen and (min-width: 1024px) {
    .product-item__title {
      width: 80%; } }

.product-item__meta {
  position: relative;
  z-index: 1;
  margin-top: 20px; }

.product-item__meta__inner {
  text-align: center; }
  @media only screen and (max-width: 699px) {
    .product-item__meta__inner {
      min-height: auto; } }
  @media only screen and (min-width: 700px) and (max-width: 1023px) {
    .product-item__meta__inner {
      min-height: 90px; } }
  @media only screen and (min-width: 1024px) {
    .product-item__meta__inner {
      min-height: 80px; } }

@media only screen and (min-width: 1024px) {
  .product-item__meta {
    display: block;
    transition: opacity 0.4s ease; } }
.product-item__vendor,
.product-item__price-wrapper {
  font-size: 14px; }
  @media only screen and (max-width: 1023px) {
    .product-item__vendor,
    .product-item__price-wrapper {
      font-size: 15px; } }

/*================ Price styles ================*/
.product-item__price--reg {
  opacity: 0.7; }

.product-item__price--sale {
  color: #895121;
  padding-left: 5px; }

/*================ Availability badges ================*/
.product-item__badge {
  text-transform: uppercase;
  position: absolute;
  top: -15px;
  right: -88px;
  width: 200px;
  padding: 40px 4px 4px;
  text-align: center;
  background-color: #895121;
  color: white;
  font-size: 0.64706em;
  font-weight: 700;
  letter-spacing: 0.1em;
  -ms-transform: rotate(45deg) translateZ(0);
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0); }
  .ie9 .product-item__badge {
    padding-top: 4px;
    top: 0;
    right: 0; }

.product-item__badge--large {
  top: -10px;
  right: -75px;
  width: 200px; }

/*================ Articles ================*/
.article-meta {
  margin-bottom: 20px; }
  .article-meta li + li {
    position: relative;
    padding-left: 18px;
    margin-left: 10px; }
    .article-meta li + li:before {
      content: '\2022';
      display: block;
      position: absolute;
      left: 0; }

/*================ Comments ================*/
.comment-list {
  margin: 0 0 20px;
  padding: 0; }

.comment {
  list-style: none;
  padding: 0;
  margin: 0 0 40px; }

.comment__content p:last-child {
  margin-bottom: 10px; }

.comment__textarea {
  min-height: 150px; }

@media only screen and (max-width: 699px) {
  .comments-wrapper :target {
    padding-top: 30px; } }
/*================ Indented article/page images and blockquotes ================*/
@media only screen and (min-width: 700px) {
  .rte--indented-images img:not([style]),
  .rte--indented-images img[style="float: none;"] {
    max-width: 100%;
    margin-left: -20%; }
    .rte--indented-images img:not([style]).rte__no-indent,
    .rte--indented-images img[style="float: none;"].rte__no-indent {
      margin: 0 auto;
      max-width: 100%;
      display: block; }
  .rte--indented-images img[style="float: right;"] {
    margin: 0 -10% 10px 10px; }
  .rte--indented-images img[style="float: left;"] {
    margin: 0 10px 10px -10%; } }
/*================ RTE collection description ================*/
@media only screen and (min-width: 700px) {
  .rte--description {
    padding: 60px 0; } }
.rte--description ol,
.rte--description ul {
  list-style-position: inside;
  margin-left: 0; }
.rte--description h1, .rte--description .h1 {
  color: #895121; }

/*================ General ================*/
.rte table {
  margin-bottom: 20px; }
.rte th,
.rte td {
  border: 1px solid #895121;
  padding: 10px 26.66667px; }
.rte.text-center ul,
.rte.text-center ol, .text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.social-sharing {
  margin-left: -10px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #a0a0a0; }
  .social-sharing span {
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 11px; }

.social-icons--drawer {
  margin-top: 30px; }
  @media only screen and (max-width: 1023px) {
    .social-icons--drawer {
      margin-left: 10px; } }

.social-sharing a {
  display: inline-block;
  color: #a0a0a0;
  margin-left: 6.66667px;
  margin-bottom: 6.66667px; }
  .social-sharing a .icon {
    margin-right: 5px; }

.share-facebook .icon {
  color: #3b5998; }
.share-facebook .icon {
  color: #3b5998; }
.share-twitter .icon {
  color: #00aced; }
.share-pinterest .icon {
  color: #cb2027; }

/*============================================================================
	Drawer skeleton
==============================================================================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.js-drawer-open {
  overflow: hidden; }

.drawer {
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  z-index: 100;
  color: #1a1a1a;
  background-color: white;
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1); }

.drawer--left,
.drawer--right {
  top: 0;
  max-width: 95%; }

.drawer--left {
  width: 300px;
  left: -300px;
  overflow: hidden; }
  .js-drawer-open-left .drawer--left {
    display: block;
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px); }
  .drawer--left .drawer__header {
    border: none; }
  .drawer--left img {
    position: absolute;
    right: -30px;
    top: -30px; }

.drawer--right {
  width: 450px;
  right: -450px; }
  @media only screen and (max-width: 699px) {
    .drawer--right {
      width: 320px;
      right: -320px; } }
  .js-drawer-open-right .drawer--right {
    display: block;
    -ms-transform: translateX(-450px);
    -webkit-transform: translateX(-450px);
    transform: translateX(-450px); }
    @media only screen and (max-width: 699px) {
      .js-drawer-open-right .drawer--right {
        -ms-transform: translateX(-320px);
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px); } }
  .drawer--right .drawer__close {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%); }

.drawer--top {
  width: 100%;
  height: 88px;
  top: -88px; }
  .js-drawer-open-top .drawer--top {
    display: block;
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }

#PageContainer {
  position: relative; }

.drawer-page-content:after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .js-drawer-open .drawer-page-content:after {
    visibility: visible;
    opacity: 1; }

.drawer__title {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.drawer__title {
  font-family: "MAXIMO", "PetitaLight", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  font-size: 1.11765em;
  width: 100%; }

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  height: 100%;
  color: inherit;
  font-size: 1.05882em; }
  .drawer--left .drawer__close-button {
    right: auto;
    left: -15px; }
  .drawer--product .drawer__close-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    z-index: 9; }
  .drawer__close-button:active, .drawer__close-button:focus {
    color: #895121; }

/*================ Drawer loader ================*/
.supports-csstransforms .drawer--is-loading .drawer__cart {
  min-height: 100px; }
  .supports-csstransforms .drawer--is-loading .drawer__cart:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -12px;
    border-radius: 50%;
    border: 3px solid #f2f2f2;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear; }

/*============================================================================
	Theme-specific drawer styles
==============================================================================*/
.drawer input[type="text"],
.drawer textarea {
  background-color: white;
  color: #646464; }
.drawer a {
  color: #1a1a1a; }
  .drawer a:hover, .drawer a:focus {
    opacity: 0.9; }

.drawer__header {
  position: absolute;
  top: 0;
  display: table;
  height: 88px;
  width: 100%;
  padding: 0 10px;
  border-bottom: 1px solid #f0f0f0; }

.drawer__inner {
  position: absolute;
  top: 88px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 1024px) {
    .drawer__inner {
      padding-left: 20px;
      padding-right: 20px; } }
  .drawer--has-fixed-footer .drawer__inner {
    overflow: hidden; }
  .drawer--product .drawer__inner {
    top: 0; }

/*================ Drawer Fixed Cart Footer ================*/
.ajaxcart__inner {
  margin-bottom: 20px; }

.ajaxcart__inner--has-fixed-footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 10px;
  bottom: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 1024px) {
    .ajaxcart__inner--has-fixed-footer {
      padding: 0 20px; } }

.ajaxcart__footer {
  padding-top: 20px; }

.ajaxcart__footer--fixed {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  min-height: 240px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 699px) {
    .ajaxcart__footer--fixed {
      padding-bottom: 10px; } }
  @media only screen and (min-width: 1024px) {
    .ajaxcart__footer--fixed {
      left: 20px;
      right: 20px; } }

/*================ Drawer rows and products ================*/
.ajaxcart__row {
  position: relative;
  max-height: 500px; }
  .ajaxcart__row.is-removed {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -webkit-backface-visiblity: hidden;
    backface-visiblity: hidden; }

.ajaxcart__product {
  padding-top: 10px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 700px) {
    .ajaxcart__product {
      padding-top: 20px;
      margin-bottom: 20px; } }

.ajaxcart__product-image {
  display: block;
  overflow: hidden; }
  .ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.ajaxcart__product-name,
.ajaxcart__product-meta {
  display: block; }

.ajaxcart__product-meta,
.ajaxcart__price {
  font-size: 0.82353em; }

.ajaxcart__product-name-wrapper,
.ajaxcart__product-name {
  margin-bottom: 5px; }

.ajaxcart__product-name-wrapper {
  padding-left: 10px; }

.ajaxcart__subtotal {
  margin-bottom: 20px; }

.ajaxcart__subtotal-title {
  margin-bottom: 0;
  color: #1a1a1a; }

/*================ Cart discounts ================*/
.cart-item__original-price,
.cart-item__discount {
  margin-bottom: 0 !important; }

.ajaxcart-item__price-strikethrough {
  float: right; }

.ajaxcart__savings {
  margin-top: 15px; }

/*================ Drawer Nav ================*/
.drawer-nav {
  padding: 0;
  margin: -10px -10px 0; }
  @media only screen and (min-width: 1024px) {
    .drawer-nav {
      margin-left: -20px;
      margin-right: -20px; } }
  .drawer-nav li {
    margin-bottom: 0;
    list-style: none; }

.drawer-nav__search {
  padding: 10px; }

.drawer-nav__item {
  display: block; }

.social-icons--drawer a {
  color: #895121; }
@media only screen and (max-width: 699px) {
  .social-icons--drawer {
    margin-left: 10px; } }

.drawer-nav__item a,
.drawer-nav__toggle button {
  color: #1a1a1a;
  padding: 13.33333px 10px;
  text-decoration: none; }
  .drawer-nav__item a:active,
  .drawer-nav__toggle button:active {
    color: black;
    background-color: #f2f2f2; }

.drawer-nav__item a {
  display: block;
  padding-left: 20px;
  font-size: 1.35294em; }

.drawer-nav__link {
  margin-bottom: 0; }

.drawer-nav__toggle-button {
  background: none;
  border: none;
  margin-right: 15px; }

.drawer-nav__item--secondary a {
  color: #1a1a1a;
  font-size: 17px;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px; }

.drawer-nav__spacer {
  height: 20px; }

.drawer-nav__has-sublist {
  display: table;
  width: 100%; }
  .drawer-nav__has-sublist .drawer-nav__link {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.drawer-nav__toggle {
  display: table-cell;
  vertical-align: middle;
  width: 1%; }

.drawer-nav__toggle-open {
  display: block; }
  .drawer-nav--expanded .drawer-nav__toggle-open {
    display: none; }

.drawer-nav__toggle-close {
  display: none;
  visibility: hidden; }
  .drawer-nav--expanded .drawer-nav__toggle-close {
    display: block;
    visibility: visible; }

.drawer-nav__sublist {
  margin: 0;
  padding: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95); }
  .drawer-nav--expanded + .drawer-nav__sublist {
    visibility: visible;
    max-height: 1000px;
    margin-bottom: 20px;
    transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95); }
  .drawer-nav__sublist .drawer-nav__link {
    color: #1a1a1a;
    font-size: 17px;
    padding: 8px 10px 8px 40px;
    font-weight: 400; }

/*============================================================================
	Quantity selectors
	- js-qty replaces input[type="number"] where it's used
	- ajaxcart__qty is used solely in the drawer
==============================================================================*/
.js-qty, .ajaxcart__qty {
  position: relative;
  margin-bottom: 10px;
  max-width: 100px;
  min-width: 75px;
  overflow: visible; }
  .js-qty input[type="text"], .ajaxcart__qty input[type="text"] {
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 2px;
    background-color: transparent;
    font-size: 14px; }

.js-qty__adjust, .ajaxcart__qty-adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 12%;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: none;
  text-align: center;
  overflow: hidden;
  transition: all 0.2s ease-out;
  padding: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-backface-visiblity: hidden;
  backface-visiblity: hidden; }
  .js-qty__adjust .icon, .ajaxcart__qty-adjust .icon {
    font-size: 8px;
    vertical-align: middle;
    display: block; }
  .js-qty__adjust:hover, .ajaxcart__qty-adjust:hover {
    background-color: #e2e2e2; }
  .js-qty__adjust:active, .ajaxcart__qty-adjust:active {
    background-color: #dbdbdb; }

.js-qty__adjust--plus, .ajaxcart__qty--plus {
  right: 0; }

.js-qty__adjust--minus, .ajaxcart__qty--minus {
  left: 0; }

/*================ Quantity Selectors in Ajax Cart ================*/
.ajaxcart__qty {
  margin: 0;
  max-width: 85px;
  margin-left: 10px; }
  .is-loading .ajaxcart__qty {
    opacity: 0.5;
    transition: none; }

.ajaxcart__qty-num[type="text"] {
  color: #1a1a1a; }

.ajaxcart__qty-adjust {
  color: #646464; }
  .ajaxcart__qty-adjust:hover {
    background-color: #d9d9d9; }
  .ajaxcart__qty-adjust:active {
    background-color: #d9d9d9; }

/*================ Product details wrapper ================*/
.product__details {
  margin: 0 auto 30px;
  width: 86%; }
  @media only screen and (min-width: 1024px) {
    .product__details {
      width: 40%;
      max-width: 680px;
      top: 88px;
      right: 5%;
      position: -webkit-sticky;
      /* Safari */
      position: sticky;
      align-self: flex-start; } }
  @media only screen and (min-width: 1440px) {
    .product__details {
      width: 33%; } }

.product__details-content {
  padding-bottom: 40px; }
  .product__details-content a {
    text-decoration: underline; }

.product__details-box {
  padding: 20px 0;
  position: relative;
  background-color: #fff;
  text-align: center; }
  .product__details-box img {
    margin-bottom: 10px; }
  @media only screen and (min-width: 1024px) {
    .product__details-box {
      padding: 40px 0;
      text-align: left; } }

/*================ Product images ================*/
.product {
  margin-bottom: 60px; }
  .product img {
    max-height: 100%; }
    @media only screen and (min-width: 1024px) and (max-width: 1679px) {
      .product img {
        max-height: 900px; } }
    @media only screen and (min-width: 1440px) {
      .product img {
        max-height: 100%; } }

.product__photo {
  position: relative;
  margin-bottom: 5px;
  margin-right: 5px; }
  .product__photo img {
    display: block;
    margin: 0 auto; }

.product__photo--thumbnails {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  align-self: flex-start;
  top: 88px;
  left: 10px; }
  .product__photo--thumbnails a {
    opacity: 0.5;
    display: block; }
    .product__photo--thumbnails a:hover, .product__photo--thumbnails a:focus {
      opacity: 1; }
  .product__photo--thumbnails a.is-active {
    opacity: 1; }

.product__quantity {
  margin-bottom: 30px; }
  .product__quantity .js-qty, .product__quantity .ajaxcart__qty {
    margin: 0 auto; }

.product__links a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: black;
  text-align: center;
  margin-top: 20px; }
  @media only screen and (min-width: 700px) {
    .product__links a {
      text-align: right;
      margin-top: 3px; } }

.product__quantity-label {
  display: none; }

.product__price {
  font-size: 0.76471em;
  color: black;
  letter-spacing: 0.15em; }

.product__price--reg.on-sale .money {
  opacity: 0.7;
  text-decoration: line-through; }

.product__price--sale {
  color: #895121;
  padding-left: 5px; }

.product__no-js-cart-form {
  display: none; }
  .no-js .product__no-js-cart-form {
    display: block; }

.product__drawer-toggle {
  font-style: italic;
  margin-bottom: 12px; }

.return-link {
  margin-top: 20px;
  margin-bottom: 20px; }

.product__form .btn, .product__form .btn--secondary {
  display: block;
  width: 100%; }

.product__details-drawer {
  width: 100%;
  background-color: #fff; }

.product__details-drawer__heading {
  transition: all 0.2s ease;
  cursor: pointer;
  color: #895121;
  padding: 15px 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #895121;
  border-right: 2px solid #895121;
  border-left: 2px solid #895121;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1em; }
  .product__details-drawer__heading:after {
    display: block;
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 15px; }
  .product__details-drawer__heading.open:after {
    content: '\f107'; }
  .product__details-drawer__heading:hover, .product__details-drawer__heading.open {
    background: #895121;
    color: #fff; }

.product__details-drawer__content {
  display: none;
  padding: 20px;
  border-bottom: 2px solid #895121;
  border-right: 2px solid #895121;
  border-left: 2px solid #895121;
  max-height: 400px;
  overflow-y: auto; }
  @media screen and (max-height: 750px) {
    .product__details-drawer__content {
      max-height: 250px; } }
  .product__details-drawer__content *:last-child {
    margin-bottom: 0; }
  .product__details-drawer__content li {
    margin-bottom: 5px;
    margin-left: 15px; }

@media only screen and (max-width: 699px) {
  .product__form {
    margin-bottom: 20px; } }
.add-to-cart {
  white-space: normal; }

#ProductSelect {
  display: none; }
  .no-js #ProductSelect {
    display: block; }

.selector-wrapper {
  width: 100%;
  margin: 10px auto;
  display: flex;
  justify-content: space-between; }
  .selector-wrapper label {
    color: black;
    padding-bottom: 6px; }
  .selector-wrapper select {
    white-space: normal;
    border: none;
    max-width: 60px; }
    @media only screen and (min-width: 1024px) {
      .selector-wrapper select {
        margin: 0; } }

.single-option-selector {
  color: black;
  background-color: transparent;
  border-radius: 0;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-top: 2px; }

/*================ Modules | Theme collection grid item ================*/
.collection-grid__item {
  overflow: hidden;
  margin-bottom: 30px; }

.collection-grid__link {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: block; }

.collection-grid__link-overlay {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative; }
  .collection-grid__link-overlay:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%; }
  .collection-grid__link-overlay > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

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

.collection-grid__link-overlay {
  position: relative; }

/*================ Module | Pagination ================*/
.pagination {
  font-family: "MAXIMO", "PetitaLight", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  font-size: 0.94118em;
  margin: 0;
  padding: 40px 0;
  text-align: center; }
  .pagination > span {
    display: inline-block;
    line-height: 1;
    padding: 8px 0 8px 16px; }
  .pagination a {
    display: block; }
  .pagination .current {
    color: #7e7e7e; }

.pagination--infinite {
  margin: 60px 0;
  text-align: center; }

/*============= Templates | Password page =============*/
.template-password {
  height: 100vh; }

.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: #646464;
  background-color: white; }

.password-page-section {
  display: table-row;
  width: 100%; }

.password-header {
  height: 88px;
  background: white;
  display: table-cell;
  vertical-align: middle; }

.password-logo .logo {
  color: #1a1a1a;
  width: initial;
  max-width: 100%; }

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

.password-main {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px; }

.password-hero {
  margin-top: 80px; }

.password-login-form,
.password-signup-form,
.password-message {
  max-width: 500px;
  margin: 0 auto; }

.password-message {
  font-size: 0.94118em;
  margin-top: 30px; }

.password-login-form {
  text-align: center;
  padding: 20px; }

.password-signup-form__heading,
.password-social-sharing__heading {
  margin-top: 40px;
  margin-bottom: 20px; }

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

.password-login,
.admin-login {
  margin-top: 10px; }

.password-login {
  font-family: "MAXIMO", "PetitaLight", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  margin: 60px 0; }

.password-footer {
  background-color: #fffef6;
  display: table-cell;
  vertical-align: bottom;
  padding: 20px;
  color: black; }

.shopify-logo-svg {
  width: 87.42857px;
  height: 25.5px;
  display: inline-block;
  line-height: 0;
  vertical-align: top; }
  .shopify-logo-svg path {
    fill: black; }

/* =========
	 Hiding the word 'Shopify' but not from screen readers.
	 IE8 does not support SVG, so in it we hide the logo and show the word.
	 To target all browsers except IE8, we use the class 'modern',
	 which needs to be added to the html element.
	 ========= */
/*================ Modals ================*/
.modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  color: #646464;
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all ease-in-out 0.2s;
  overflow: hidden; }

.modal--is-active {
  display: block;
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow: hidden; }

.modal__inner {
  height: 100%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.modal__centered {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  .modal__centered .supports-no-csstransforms {
    top: 20%; }

.modal__close {
  position: fixed;
  top: 20px;
  right: 0;
  padding: 20px;
  border: 0; }
  .modal__close .icon {
    font-size: 1.17647em; }

/*================ PARTIALS ================*/
/*
* Styles for sections
*/
/* General */
.index-section {
  padding-top: 30px; }
  .index-section.shopify-section:last-of-type {
    padding-bottom: 30px; }

.image-with-text.shopify-section:last-of-type {
  padding-bottom: 0px; }

.featured-collection-section {
  padding-bottom: 0px; }

.featured-collection-section.shopify-section:nth-of-type(n+3) {
  padding-top: 60px; }

.hero-wrapper + .image-with-text.shopify-section,
.featured-collection-section.shopify-section + .image-with-text,
.image-with-text.shopify-section + .featured-collection-section {
  padding-top: 0px; }

/* Feature row */
.feature-row .feature-row__item img {
  width: 100%;
  display: block; }
.feature-row .feature-row__content {
  max-width: 780px;
  padding: 0px 35px; }
  @media only screen and (max-width: 1023px) {
    .feature-row .feature-row__content {
      padding: 0px 20px; } }
.feature-row .feature-row__text--left .feature-row__content {
  margin-right: auto;
  margin-left: 0px; }
.feature-row .feature-row__text--right .feature-row__content {
  margin-left: auto;
  margin-right: 0px; }
.feature-row .feature-row__text--left {
  margin-top: 20px; }

/*================ GIFT CARD ================*/
/*============================================================================
	#General Variables
==============================================================================*/
/*================ Base styles ================*/
.template-giftcard {
  background: white; }

.template-giftcard .wrapper {
  max-width: 588px; }
  .template-giftcard .wrapper img, .template-giftcard .wrapper object, .template-giftcard .wrapper iframe {
    max-width: 100%; }

.shop-url {
  display: none; }

.giftcard-wrapper {
  max-width: 488px;
  margin: 0 auto; }

.giftcard {
  padding-top: 100px; }

.giftcard__header {
  margin-bottom: 40px; }

.giftcard__tag--active {
  opacity: 0.6; }

/*================ Gift Card image ================*/
.giftcard__wrap {
  position: relative;
  margin: 10px 10px 20px; }
  .giftcard__wrap img {
    position: relative;
    display: block;
    border-radius: 10px;
    z-index: 2; }
  .giftcard__wrap:before, .giftcard__wrap:after {
    content: "";
    position: absolute;
    width: 47px;
    height: 47px;
    z-index: 3; }
  .giftcard__wrap:before {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDdweCIgaGVpZ2h0PSI0N3B4IiB2aWV3Qm94PSIwIDAgNDcgNDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ3IDQ3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBvcGFjaXR5PSIwLjEiPgoJCTxwYXRoIGQ9Ik00NC41ODYsMUwxLDQ0LjU4NlYxMGMwLTQuOTYzLDQuMDM3LTksOS05SDQ0LjU4NiBNNDcsMEgxMEM0LjQ3NywwLDAsNC40NzcsMCwxMHYzN0w0NywwTDQ3LDB6Ii8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDQuNTg2LDFMMSw0NC41ODZWMTBjMC00Ljk2Myw0LjAzNy05LDktOUg0NC41ODYiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K") 0 0 no-repeat;
    top: -1px;
    left: -1px; }
  .giftcard__wrap:after {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDdweCIgaGVpZ2h0PSI0N3B4IiB2aWV3Qm94PSIwIDAgNDcgNDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ3IDQ3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBvcGFjaXR5PSIwLjEiPgoJCTxwYXRoIGQ9Ik0yLjQxNCw0Nkw0NiwyLjQxNFYzN2MwLDQuOTYzLTQuMDM3LDktOSw5SDIuNDE0IE0wLDQ3aDM3YzUuNTIzLDAsMTAtNC40NzcsMTAtMTBWMEwwLDQ3TDAsNDd6Ii8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMi40MTQsNDZMNDYsMi40MTRWMzdjMCw0Ljk2My00LjAzNyw5LTksOUgyLjQxNCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=") 0 0 no-repeat;
    bottom: -1px;
    right: -1px; }

/*================ Gift card code ================*/
.giftcard__code {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  z-index: 5; }

.giftcard__code--medium {
  font-size: 0.875em; }

.giftcard__code--small {
  font-size: 0.75em; }

.giftcard__code__inner {
  display: inline-block;
  vertical-align: baseline;
  background-color: #fff;
  padding: 0.5em;
  border-radius: 4px;
  max-width: 450px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }

.giftcard__code__text {
  font-weight: 400;
  font-size: 1.875em;
  text-transform: uppercase;
  border: 1px dashed #895121;
  padding: 0.4em 0.5em;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1; }
  .giftcard__code__text.disabled {
    color: #999;
    text-decoration: line-through; }

/*================ Gift card amount ================*/
.giftcard__amount {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 2.75em;
  line-height: 1.2;
  padding: 20px;
  z-index: 5; }
  .giftcard__amount strong {
    display: block;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }

.giftcard__amount--medium {
  font-size: 2em; }

/*================ Tooltip ================*/
.giftcard__tooltip {
  display: block;
  position: absolute;
  top: -50%;
  right: 50%;
  margin-top: 16px;
  z-index: 4;
  color: #fff;
  text-align: center;
  white-space: nowrap; }
  .giftcard__tooltip:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: -5px;
    margin-bottom: -5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 5px solid #333333;
    border-top: 5px solid rgba(0, 0, 0, 0.9); }

.giftcard__tooltip-label {
  display: block;
  position: relative;
  right: -50%;
  border: none;
  border-radius: 4px;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.9);
  min-height: 14px;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  line-height: 16px;
  text-shadow: none;
  padding: 0.5em 0.75em;
  margin-left: 0.25em; }
  .giftcard__tooltip-label small {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #b3b3b3;
    font-size: 0.875em; }

/*================ QR code (print only) ================*/
.giftcard__qr-code img {
  padding: color_body_bg0px;
  border: 1px solid #895121;
  border-radius: 4px;
  margin: 0 auto 20px; }

/*================ Medium-down width ================*/
@media screen and (max-width: 580px) {
  .giftcard {
    padding-top: 40px; }

  .print-link {
    display: none; } }
/*================ Small width ================*/
@media screen and (max-width: 400px) {
  .giftcard__wrap:before,
  .giftcard__wrap:after {
    display: none; }

  .giftcard__code {
    font-size: 0.75em; }

  .giftcard__code--medium {
    font-size: 0.65em; }

  .giftcard__code--small {
    font-size: 0.55em; } }
/*============================================================================
	#Print Styles
==============================================================================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  .giftcard__actions,
  .giftcard__wrap:before,
  .giftcard__wrap:after,
  .giftcard__tooltip {
    display: none; }

  .shop-url {
    display: block;
    text-align: center; }

  .qr-code {
    display: block; }

  .print-link {
    display: none; } }
/*================ Loading Overlay ================*/
.loading-overlay {
  transition: all 0.5s ease;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  max-height: 100vh;
  height: 100%;
  z-index: 999999; }

.remove-overlay {
  opacity: 0; }

#triarchy-overlay, #triarchy-newsletter {
  background-color: transparent;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999999; }
  #triarchy-overlay .message, #triarchy-newsletter .message {
    background-color: white; }
  @media only screen and (max-width: 699px) {
    #triarchy-overlay h2, #triarchy-newsletter h2, #triarchy-overlay .h2, #triarchy-newsletter .h2 {
      font-size: 18px; } }

#triarchy-newsletter {
  transition: none; }
  #triarchy-newsletter .message {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }
  #triarchy-newsletter .triarchy-newsletter__close {
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 22px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    display: inline-block; }
  #triarchy-newsletter .section {
    padding: 0;
    margin: 0; }

/*============= Templates | Homepage =============*/
.three-columns-block__block {
  margin-top: 30px;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .three-columns-block__block {
      margin-top: 0; } }
  .three-columns-block__block > div {
    position: relative;
    background-position: center;
    text-align: center;
    transition: all 0.5s ease;
    position: relative; }
    .three-columns-block__block > div:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 135%; }
    .three-columns-block__block > div > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .three-columns-block__block > div > div {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .three-columns-block__block h3, .three-columns-block__block .h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0; }
  .three-columns-block__block .btn, .three-columns-block__block .btn--secondary {
    background-color: rgba(255, 255, 255, 0.8); }
    .three-columns-block__block .btn:hover, .three-columns-block__block .btn--secondary:hover {
      background-color: #895121; }
  .three-columns-block__block a {
    opacity: 1 !important; }

.two-columns-block__block:last-child {
  margin-top: 30px; }
  @media only screen and (min-width: 1024px) {
    .two-columns-block__block:last-child {
      margin-top: 0; } }
.two-columns-block__block .block-banner-img {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  height: 100%;
  position: relative;
  background-position: bottom center; }
  .two-columns-block__block .block-banner-img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%; }
  .two-columns-block__block .block-banner-img > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .two-columns-block__block .block-banner-img > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block; }
.two-columns-block__block .btn, .two-columns-block__block .btn--secondary {
  background-color: rgba(255, 255, 255, 0.8); }
  .two-columns-block__block .btn:hover, .two-columns-block__block .btn--secondary:hover {
    background-color: #895121; }
.two-columns-block__block a {
  opacity: 1 !important; }

.press-brands:before, .press-brands:after, .landing-page-partner-content:before, .landing-page-partner-content:after, .impact-brands:before, .impact-brands:after {
  content: '';
  width: 100px;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 100; }
.press-brands:before, .landing-page-partner-content:before, .impact-brands:before {
  left: 0;
  top: 0;
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, white 100%); }
.press-brands:after, .landing-page-partner-content:after, .impact-brands:after {
  right: 0;
  top: 0;
  background-image: linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0) 100%); }
.press-brands blockquote, .landing-page-partner-content blockquote, .impact-brands blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.press-brands img, .landing-page-partner-content img, .impact-brands img {
  max-height: 40px;
  width: auto;
  margin: 0 auto;
  opacity: 0.4;
  cursor: pointer; }
  .press-brands img:hover, .landing-page-partner-content img:hover, .impact-brands img:hover {
    opacity: 1; }
.press-brands .slick-slide, .landing-page-partner-content .slick-slide, .impact-brands .slick-slide {
  margin: 20px 40px; }
.press-brands .slick-current img, .landing-page-partner-content .slick-current img, .impact-brands .slick-current img {
  opacity: 1; }

.banner {
  position: relative; }
  .banner img {
    display: block;
    width: 100%; }
  .banner a {
    display: block; }

.banner__caption {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%; }
  @media only screen and (min-width: 700px) {
    .banner__caption {
      width: 40%; } }
  .banner__caption * {
    color: white; }

.hero-split-banner {
  height: 100vh;
  position: relative; }
  .hero-split-banner [data-sm-responsive-background-image] {
    width: 100%;
    height: 100vh; }

.hero-split-banner__caption,
.campaign-video__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%; }
  @media only screen and (min-width: 700px) {
    .hero-split-banner__caption,
    .campaign-video__caption {
      width: 65%; } }
  .hero-split-banner__caption h1, .hero-split-banner__caption .h1,
  .hero-split-banner__caption .h1,
  .campaign-video__caption h1,
  .campaign-video__caption .h1,
  .campaign-video__caption .h1 {
    font-size: 40px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 700px) {
      .hero-split-banner__caption h1, .hero-split-banner__caption .h1,
      .hero-split-banner__caption .h1,
      .campaign-video__caption h1,
      .campaign-video__caption .h1,
      .campaign-video__caption .h1 {
        font-size: 48px;
        line-height: 1; } }
    @media only screen and (min-width: 1024px) {
      .hero-split-banner__caption h1, .hero-split-banner__caption .h1,
      .hero-split-banner__caption .h1,
      .campaign-video__caption h1,
      .campaign-video__caption .h1,
      .campaign-video__caption .h1 {
        font-size: 72px;
        line-height: 1; } }
  .hero-split-banner__caption h2, .hero-split-banner__caption .h2,
  .campaign-video__caption h2,
  .campaign-video__caption .h2 {
    margin-bottom: 40px; }
  .hero-split-banner__caption > *,
  .campaign-video__caption > * {
    color: white; }

.feature {
  margin-bottom: 40px;
  display: block;
  position: relative;
  opacity: 1 !important; }
  @media only screen and (min-width: 1024px) {
    .feature {
      margin-bottom: 0; } }
  .feature:hover > div:last-child {
    opacity: 0; }
  .feature .h2 {
    color: white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 1023px) {
      .feature .h2 {
        z-index: 1;
        color: black;
        transform: none;
        top: auto;
        bottom: -30%; } }
    @media only screen and (max-width: 699px) {
      .feature .h2 {
        bottom: -7%; } }
  .feature div[data-sm-responsive-background-image] {
    position: relative; }
    .feature div[data-sm-responsive-background-image]:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 130%; }
    .feature div[data-sm-responsive-background-image] > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .feature div:last-child {
    transition: opacity .3s ease-out;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white; }

.campaign-video {
  position: relative; }

@media only screen and (max-width: 699px) {
  .campaign-video__caption {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    padding: 60px;
    background-color: #c7d1da;
    width: 100%; } }

.instafeed-lightbox .lightbox-instagram .sub-header {
  display: none !important; }

@media only screen and (max-width: 699px) {
  #insta-feed {
    width: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; } }
@media only screen and (max-width: 699px) {
  #insta-feed a:not(.instafeed-lightbox) {
    width: 50%; } }
@media only screen and (max-width: 699px) {
  #insta-feed .instafeed-container {
    width: 100% !important;
    padding-top: 100% !important; } }

/*============= Templates | About page =============*/
.hero-banner {
  overflow: hidden; }
  .hero-banner .photo__image {
    position: relative; }
    .hero-banner .photo__image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 60%; }
    .hero-banner .photo__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .hero-banner .btn, .hero-banner .btn--secondary {
    opacity: 0.8; }
    .hero-banner .btn:hover, .hero-banner .btn--secondary:hover {
      opacity: 1; }
  .hero-banner .slick-dots {
    display: none !important; }

.hero-banner__caption {
  background-color: #0a0a0a;
  background-image: url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/pattern_grey_waves.png?v=661644572456887134");
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding: 30px;
  color: #fff; }
  @media only screen and (max-width: 699px) {
    .hero-banner__caption {
      padding: 15px; } }
  .hero-banner__caption h1, .hero-banner__caption .h1 {
    color: #fff;
    font-family: "MAXIMO", "PetitaLight", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  .hero-banner__caption > div {
    padding: 30px;
    border: 2px solid #895121;
    height: 100%;
    overflow: hidden; }
    @media only screen and (max-width: 699px) {
      .hero-banner__caption > div {
        padding: 15px; } }
    .hero-banner__caption > div *:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 699px) {
    .hero-banner__caption a.btn, .hero-banner__caption a.btn--secondary {
      margin-top: 10px; } }
  @media only screen and (min-width: 1024px) {
    .hero-banner__caption a.btn, .hero-banner__caption a.btn--secondary {
      margin-top: 10px; } }

.team {
  margin-bottom: 30px; }
  @media only screen and (max-width: 699px) {
    .team {
      padding: 0;
      margin-bottom: 60px; } }
  .team h4, .team .h4 {
    margin-bottom: 0; }

.team__name {
  margin: 30px 0 5px 0;
  padding: 0 30px; }

.team__job-title {
  text-transform: capitalize;
  padding: 0 30px; }

.team__ig {
  margin-top: 5px;
  padding: 0 30px; }

.team__bio {
  margin-top: 30px;
  padding: 0 30px; }

/*============= Templates | Sustainability page =============*/
.story-block__content {
  margin: 60px auto;
  max-width: 320px; }
  @media only screen and (min-width: 1024px) {
    .story-block__content {
      max-width: 450px; } }
  @media only screen and (min-width: 1024px) {
    .story-block__content {
      margin: 0 auto;
      max-width: 550px; } }

/*============= Templates | Lookbook =============*/
.campaign-page {
  padding: 30px;
  border: 1px solid #eaeaea;
  box-shadow: 6px 4px 10px #ececec;
  background: #fff;
  margin-bottom: 30px; }
  .campaign-page:last-child {
    margin-bottom: 0; }

/*============= Templates | Contact page =============*/
.triarchy-box--narrow {
  width: 90%;
  margin: 0 auto;
  max-width: 740px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  opacity: 0.8; }
  @media only screen and (max-width: 699px) {
    .triarchy-box--narrow {
      width: 90%; } }
  @media only screen and (min-width: 700px) {
    .triarchy-box--narrow {
      background-image: url("//cdn.shopify.com/s/files/1/2032/6229/t/18/assets/icon_waterdrop.png?v=5403776665545920920");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100px; } }

.contact {
  margin: 15px 0;
  text-transform: lowercase; }
  .contact .contact__name {
    margin-bottom: 0; }
  .contact .contact__email {
    margin-top: 5px;
    margin-bottom: 0; }
    .contact .contact__email a {
      color: #895121; }

[data-sm-responsive-background-image]:before {
  display: none !important; }

.hero-split-banner [data-sm-responsive-background-image] img {
  height: -webkit-fill-available;
  object-fit: scale-down; }

.newsletter [data-sm-responsive-background-image] img {
  object-fit: scale-down; }

#shopify-section-collections [data-sm-responsive-background-image] img, .collection-grid__link-overlay[data-sm-responsive-background-image] img, #shopify-section-contact-blocks [data-sm-responsive-background-image] img {
  height: 100%;
  object-fit: cover;
  object-position: 75%; }

.hero-split-banner [data-sm-responsive-background-image], .hero-split-banner {
  height: auto !important; }

@media only screen and (max-width: 768px) {
  #shopify-section-collection-template .align-middle {
    align-items: flex-start; }

  .product-item__badge {
    font-size: 10px;
    top: -12px;
    right: -85px;
    letter-spacing: normal; } }
@media only screen and (min-width: 768px) {
  #shopify-section-contact-blocks div {
    height: auto !important; } }
a.btn--secondary {
  font-weight: 800;
  /*     font-family: sans-serif; */
  border: 3px solid; }

.best-sellers .slick-slide {
  margin: 0px 15px; }

@media (max-width: 768px) {
  .best-sellers .slick-slide {
    margin: 0px 5px; } }
@media (max-width: 768px) {
  #triarchy-newsletter .triarchy-newsletter__close {
    font-size: 50px;
    top: 0px; } }
.best-sellers {
  transition: transform 0.3s ease-out; }

@media (max-width: 768px) {
  .best-sellers {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* Hides the scrollbar. */
    -ms-scroll-chaining: none;
    /* Prevents Metro from swiping to the next tab or app. */
    -ms-scroll-snap-type: mandatory;
    /* Forces a snap scroll behavior on your images. */
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
    /* Defines the y and x intervals to snap to when scrolling. */ } }
@media (min-width: 1200px) {
  .action-bar__link {
    font-size: 21px; } }
.eam-non-refundable {
  font-weight: 800;
  margin-bottom: 10px;
  color: black;
  text-decoration: underline; }
