/** Shopify CDN: Minification failed

Line 5239:2 Unexpected "@"

**/
/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ Color Variables ================*/
/*================ TOOLS ================*/
/*============================================================================
  line-height: line-height(28, 18)
  Expected arguments are px values and unitless.
==============================================================================*/
/*============================================================================
  font-size: rem(24)
  Expected argument is a px value and unitless.
==============================================================================*/
/*================ Mixins ================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*============================================================================
  Add vendor classes for setting placeholder text.

  Parameters:
    $color - CSS color value

  Usage:
    .container {
      @include placeholder(#777)
    }
==============================================================================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss

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

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ Overlay ================*/
/*================ Animatins ================*/
/*================ Separator ================*/
/* Chr, Saf */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
	}

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

/* IE >9, Fx >15, Op >12.0 */
@keyframes fadeInUp {
	0% {
		opacity: 0;
	}

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

/*================ SETTINGS ================*/
/*========================================================================================
  Liquid Variables
    - All liquid variables abstracted in one place, so linting can be run everywhere else
=========================================================================================*/
/*============================================================================
  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
    - Will not work if `theme/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Typography Variables ================*/
/*================ Anchor Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ AJAX Cart ================*/
/*================ Product and Collection Cards ================*/
/*================ Section Vertical Spacing ================*/
/*================ GLOBAL ================*/
/*============================================================================
  #Normalize
  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
/* *,
*::before,
*::after {
	box-sizing: border-box;
} */

body {
	margin: 0;
}

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

body,
input,
textarea,
button,
select {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

a {
	background-color: transparent;
}

b,
strong {
	font-weight: 600;
}

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,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

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

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

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

td,
th {
	padding: 0;
}

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

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

/*================ Headings ================*/
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: black;
	margin: 0 0 20px;
}

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: inherit;
	text-decoration: none;
	font-weight: inherit;
}

/*================ RTE headings ================*/
.rte {
	zoom: 1;
	margin-bottom: 20px;
}

.rte::after {
	content: '';
	display: table;
	clear: both;
}

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

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

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

.rte p {
	margin: 0 0 20px;
}

.rte li {
	margin-bottom: 10px;
}

.rte li:last-child {
	margin-bottom: 0;
}

.rte--contact {
	margin-bottom: 40px;
}

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

p:last-child {
	margin-bottom: 0;
}

.text-small, .shopify-payment-button .shopify-payment-button__more-options {
	font-size: 1.2rem;
	line-height: 1.5;
}

@media only screen and (min-width: 750px) {
	.text-small, .shopify-payment-button .shopify-payment-button__more-options {
		font-size: 1.4rem;
		line-height: 1.42857;
	}
}

.text-small--uppercase {
	font-size: 1.2rem;
	letter-spacing: 1.7px;
	line-height: 1.66667;
	text-transform: uppercase;
}

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

/*================ Blockquote ================*/
blockquote {
	font-weight: 600;
	border-left: 2px solid grey;
	margin: 0;
	padding-left: 20px;
}

cite {
	font-style: normal;
}

/*================ Form elements ================*/
label {
	font-size: 1.4rem;
	line-height: 1.71429;
	display: inline-block;
	color: white;
	margin-bottom: 10px;
}

label.label--full {
	display: block;
}

label.input--error {
	color: #eb4f47;
}

/*================ Hero and slideshow headers ================*/
@media only screen and (min-width: 750px) {
	.mega-subtitle {
		margin: 0 auto;
		max-width: 75%;
	}
}

.mega-subtitle p {
	color: inherit;
}

.mega-subtitle--large {
	font-size: 2rem;
	font-weight: 400;
}

/*================ Strikethrough Style ================*/
s {
	position: relative;
	text-decoration: none;
}

s:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -5%;
	width: 110%;
	height: 1px;
	background-color: grey;
}

/*================ Slate specific reset ================*/


body,
input,
textarea,
button,
select {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

form {
	margin: 0;
}

@media only screen and (max-width: 989px) {
	input,
  textarea,
  select {
		font-size: 16px;
	}
}

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

optgroup {
	font-weight: 600;
}

option {
	color: white;
	background-color: black;
}

.placeholder-svg {
	display: block;
	fill: rgba(255, 255, 255, 0.35);
	background-color: black;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

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

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

.placeholder-background .icon {
	border: 0;
}

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*

/*================ Custom select style ================*/
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 28px;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	background-image: linear-gradient(45deg, transparent 50%, grey 50%), linear-gradient(135deg, grey 50%, transparent 50%);
	background-position: calc(100% - 27px) calc(1rem + 10px), calc(100% - 23px) calc(1rem + 10px);
	background-size: 4px 4px, 4px 4px;
	background-repeat: no-repeat;
}

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

/*================ Input Group ================*/
.input-group, .input-group--underline {
	position: relative;
	display: table;
	width: 100%;
	border-collapse: separate;
}

.input-group--underline {
	border-bottom: 2px solid white;
}

.input-group--underline input[type='text'],
  .input-group--underline input[type='email'],
  .input-group--underline input[type='tel'],
  .input-group--underline input[type='password'],
  .input-group--underline input[type='search'],
  .input-group--underline input[type='number'] {
	padding-left: 10px;
	margin: 0;
	background-color: transparent;
	border: 0;
}

.input-group--underline .icon {
	fill: white;
}

.input-group--underline .btn, .input-group--underline .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group--underline .shopify-payment-button__button--unbranded {
	color: white;
}

.input-group__field,
.input-group__btn {
	display: table-cell;
	margin: 0;
	vertical-align: top;
}

.input-group__field input,
.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button
.input-group__btn .shopify-payment-button__button--unbranded {
	height: 50px;
}

.input-group__field {
	width: 100%;
}

/*================ Miscellaneous Form Styles ================*/
fieldset {
	font-size: 1.2rem;
	margin-bottom: 20px;
	padding: 20px;
	text-transform: uppercase;
}

/*================ Form feedback messages ================*/
.note,
.form-success,
.form-error,
.errors {
	padding: 0;
	margin: 0 0 20px;
	text-align: left;
}

.note {
	border: 1px solid rgba(255, 255, 255, 0.03);
}

.form-success {
	color: #54ca80;
}

.form-error,
.errors {
	color: #eb4f47;
}

.errors ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
	zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -20px;
}

.grid::after {
	content: '';
	display: table;
	clear: both;
}

.grid--gutter-large {
	margin-left: -60px;
}

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

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

.grid--gutter-large .grid__item {
	padding-left: 60px;
}

.grid--rows > .grid__item {
	padding-bottom: 60px;
}

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
	direction: rtl;
	text-align: left;
}

.grid--rev > .grid__item {
	direction: ltr;
	text-align: left;
	float: right;
}

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

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

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

.two-thirds {
	width: 66.66667%;
}

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

.two-quarters {
	width: 50%;
}

.three-quarters {
	width: 75%;
}

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

.two-fifths {
	width: 40%;
}

.three-fifths {
	width: 60%;
}

.four-fifths {
	width: 80%;
}

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

.two-sixths {
	width: 33.33333%;
}

.three-sixths {
	width: 50%;
}

.four-sixths {
	width: 66.66667%;
}

.five-sixths {
	width: 83.33333%;
}

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

.two-eighths {
	width: 25%;
}

.three-eighths {
	width: 37.5%;
}

.four-eighths {
	width: 50%;
}

.five-eighths {
	width: 62.5%;
}

.six-eighths {
	width: 75%;
}

.seven-eighths {
	width: 87.5%;
}

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

.two-tenths {
	width: 20%;
}

.three-tenths {
	width: 30%;
}

.four-tenths {
	width: 40%;
}

.five-tenths {
	width: 50%;
}

.six-tenths {
	width: 60%;
}

.seven-tenths {
	width: 70%;
}

.eight-tenths {
	width: 80%;
}

.nine-tenths {
	width: 90%;
}

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

.two-twelfths {
	width: 16.66667%;
}

.three-twelfths {
	width: 25%;
}

.four-twelfths {
	width: 33.33333%;
}

.five-twelfths {
	width: 41.66667%;
}

.six-twelfths {
	width: 50%;
}

.seven-twelfths {
	width: 58.33333%;
}

.eight-twelfths {
	width: 66.66667%;
}

.nine-twelfths {
	width: 75%;
}

.ten-twelfths {
	width: 83.33333%;
}

.eleven-twelfths {
	width: 91.66667%;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /** Whole */
	.small--one-whole {
		width: 100%;
	}
  /* Halves */
	.small--one-half {
		width: 50%;
	}
  /* Thirds */
	.small--one-third {
		width: 33.33333%;
	}

	.small--two-thirds {
		width: 66.66667%;
	}
  /* Quarters */
	.small--one-quarter {
		width: 25%;
	}

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

	.small--three-quarters {
		width: 75%;
	}
  /* Fifths */
	.small--one-fifth {
		width: 20%;
	}

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

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

	.small--four-fifths {
		width: 80%;
	}
  /* Sixths */
	.small--one-sixth {
		width: 16.66667%;
	}

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

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

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

	.small--five-sixths {
		width: 83.33333%;
	}
  /* Eighths */
	.small--one-eighth {
		width: 12.5%;
	}

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

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

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

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

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

	.small--seven-eighths {
		width: 87.5%;
	}
  /* Tenths */
	.small--one-tenth {
		width: 10%;
	}

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

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

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

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

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

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

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

	.small--nine-tenths {
		width: 90%;
	}
  /* Twelfths */
	.small--one-twelfth {
		width: 8.33333%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 750px) {
  /** Whole */
	.medium-up--one-whole {
		width: 100%;
	}
  /* Halves */
	.medium-up--one-half {
		width: 50%;
	}
  /* Thirds */
	.medium-up--one-third {
		width: 33.33333%;
	}

	.medium-up--two-thirds {
		width: 66.66667%;
	}
  /* Quarters */
	.medium-up--one-quarter {
		width: 25%;
	}

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

	.medium-up--three-quarters {
		width: 75%;
	}
  /* Fifths */
	.medium-up--one-fifth {
		width: 20%;
	}

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

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

	.medium-up--four-fifths {
		width: 80%;
	}
  /* Sixths */
	.medium-up--one-sixth {
		width: 16.66667%;
	}

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

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

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

	.medium-up--five-sixths {
		width: 83.33333%;
	}
  /* Eighths */
	.medium-up--one-eighth {
		width: 12.5%;
	}

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

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

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

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

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

	.medium-up--seven-eighths {
		width: 87.5%;
	}
  /* Tenths */
	.medium-up--one-tenth {
		width: 10%;
	}

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

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

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

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

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

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

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

	.medium-up--nine-tenths {
		width: 90%;
	}
  /* Twelfths */
	.medium-up--one-twelfth {
		width: 8.33333%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*================ Build Grid Push Classes ================*/
@media only screen and (min-width: 750px) {
  /* 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%;
	}
}

/*================ Helper Classes ================*/
.clearfix {
	zoom: 1;
}

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

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

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

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

.supports-no-placeholder .label--hidden {
	position: static;
	height: auto;
	width: auto;
	margin-bottom: 2px;
	overflow: visible;
	clip: initial;
}

.supports-js--hide:not(html) {
	display: none;
}

html.supports-no-js .supports-no-js:not(html) {
	display: initial;
}

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

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

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

/*=============== Image Transitions ===================*/
.blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 400ms, -webkit-filter 400ms;
}

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

.fade-in {
	opacity: 0;
	transition: opacity 250ms ease-out;
}

.fade-in.lazyloaded {
	opacity: 1;
}

/*================ Icons ================*/
.icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.supports-no-svg .icon {
	display: none;
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
	fill: inherit;
	stroke: inherit;
}

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.supports-no-svg .icon__fallback-text {
	position: static !important;
	overflow: inherit;
	clip: none;
	height: auto;
	width: auto;
	margin: 0;
}

/*================ General layout styles ================*/
body {
    background-color: white;
    color: black;
}

.main-content--no-template {
	padding-top: 50px;
}

.content-for-layout {
	padding-bottom: 60px;
	background-color: white;
}

@media only screen and (min-width: 750px) {
	.content-for-layout {
		padding-bottom: 120px;
	}
}

body.template-index .content-for-layout,
  body.template-product .content-for-layout,
  body.template-article .content-for-layout {
	padding-bottom: 0;
}

.page-width {
	zoom: 1;
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}

.page-width::after {
	content: '';
	display: table;
	clear: both;
}

.page-width--narrow {
	max-width: 780px;
}

.page-width--no-gutter {
	padding: 0;
}

.hide-page-content .content-for-layout,
.hide-page-content .site-footer {
	visibility: hidden;
	overflow: hidden;
	max-height: 0;
}

.disable-scroll,
.disable-scroll body {
	overflow: hidden;
}

.disable-scroll--ios,
.disable-scroll--ios body {
	height: 100%;
}

hr {
	margin: 60px 0;
}

table {
	width: 100%;
}

table th {
	text-align: left;
}

.outline-disabled :focus {
	outline: 0;
}

.shopify-challenge__container {
	margin-top: 80px;
}

.shopify-challenge__button {
	margin-top: 40px !important;
}

/*================ Links & Buttons ================*/
a[href^="tel"] {
	color: inherit;
}

.text-link {
	display: inline;
	border: 0 none;
	background: none;
	padding: 0;
	margin: 0;
}

.btn--secondary {
	background-color: transparent;
	color: black;
}

.btn--secondary::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 2px solid black;
	transition: outline 0.1s linear;
}

.btn--secondary:not(.disabled):hover::after {
	outline: 4px solid grey;
}

.btn--to-secondary .secondary-text {
	display: none;
}

.btn--to-secondary::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.2s ease-out;
}

.btn--to-secondary-transitioned {
	-webkit-animation-name: buttonText;
	animation-name: buttonText;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: steps(1, start);
	animation-timing-function: steps(1, start);
	line-height: 1.9;
	color: black;
	border: 2px solid black;
	background-color: black;
}

.btn--to-secondary-transitioned .primary-text {
	display: none;
}

.btn--to-secondary-transitioned .secondary-text {
	display: inline;
}

.btn--to-secondary-transitioned::before {
	-webkit-animation-name: buttonBackground;
	animation-name: buttonBackground;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	background-color: black;
}

.btn--to-secondary-transitioned:not(.disabled):hover::after {
	outline: 4px solid grey;
}

.btn--to-secondary-transitioned:not(.disabled):active::after {
	outline: 2px solid grey;
}

/* Chr, Saf */
@-webkit-keyframes buttonBackground {
	0% {
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 0;
	}

	20% {
		-ms-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}

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

/* IE >9, Fx >15, Op >12.0 */
@keyframes buttonBackground {
	0% {
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 0;
	}

	20% {
		-ms-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}

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

/* Chr, Saf */
@-webkit-keyframes buttonText {
	0% {
		background-color: transparent;
	}

	20% {
		background-color: black;
	}

	100% {
		background-color: black;
	}
}

/* IE >9, Fx >15, Op >12.0 */
@keyframes buttonText {
	0% {
		background-color: transparent;
	}

	20% {
		background-color: black;
	}

	100% {
		background-color: black;
	}
}

.btn--large {
	font-size: 1.8rem;
	padding: 20px 60px;
}

.btn--small {
	padding: 0 20px;
}

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

.btn--clear {
	position: relative;
	background-color: transparent;
	border: 0;
	color: white;
	transition: 0.15s opacity ease-out;
}

.btn--clear:hover {
	opacity: 0.5;
}

.btn--clear:hover::after, .btn--clear::after {
	outline: 0 !important;
}

.btn--primary-color {
	color: grey;
}

.btn--hover-border::after {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	width: auto;
	height: auto;
	border-radius: 50px;
	border: 2px solid white;
	opacity: 0;
	transition: opacity 0.15s ease-out;
	pointer-events: none;
}

@media only screen and (min-width: 750px) {
	.btn--hover-border::after {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

.btn--hover-border:hover {
	opacity: 1;
}

.btn--hover-border:hover::after {
	opacity: 1;
}

.btn--hover-scale {
	transition: transform 0.15s ease-out;
}

.btn--hover-scale:hover {
	opacity: 1;
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.btn--hover-scale:active {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn--square {
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
	line-height: 50px;
}

.supports-no-svg .btn--square {
	width: auto;
}

.btn-link {
	padding: 0;
	color: grey;
	border: 0;
	border-bottom: 1px solid grey;
	background-color: transparent;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1;
}

.btn-link:hover {
	opacity: 0.5;
}

.btn-link--wide {
	font-weight: 600;
	border: 0;
	letter-spacing: 1.5px;
}

.btn-group .btn, .btn-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .btn-group .shopify-payment-button__button--unbranded {
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 10px;
}

.btn-group .btn:last-child, .btn-group .shopify-payment-button .shopify-payment-button__button--unbranded:last-child, .shopify-payment-button .btn-group .shopify-payment-button__button--unbranded:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.btn--loader-active {
	color: transparent;
}

/* Spinner 3Balls Scale */
.btn--loader-balls,
.btn--loader-balls:before,
.btn--loader-balls:after {
	display: inline-block;
	border-radius: 50%;
	background-color: white;
	width: 8px;
	height: 8px;
	transform-origin: center center;
}

.btn--loader .btn--loader-balls, .btn--loader
  .btn--loader-balls:before, .btn--loader
  .btn--loader-balls:after {
	display: none;
}

.btn--loader-active .btn--loader-balls, .btn--loader-active
  .btn--loader-balls:before, .btn--loader-active
  .btn--loader-balls:after {
	display: block;
}

.btn--loader-balls {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
	background-color: white;
	opacity: 1;
	-webkit-animation: spScaleAlpha 1s infinite linear;
	animation: spScaleAlpha 1s infinite linear;
}

.btn--loader-balls:before,
.btn--loader-balls:after {
	content: "";
	position: relative;
	opacity: 0.25;
}

.btn--loader-balls:before {
	left: 21px;
	top: 0;
	-webkit-animation: spScaleAlphaBefore 1s infinite linear;
	animation: spScaleAlphaBefore 1s infinite linear;
}

.btn--loader-balls:after {
	left: -21px;
	top: -8px;
	-webkit-animation: spScaleAlphaAfter 1s infinite linear;
	animation: spScaleAlphaAfter 1s infinite linear;
}

/* Chr, Saf */
@-webkit-keyframes spScaleAlpha {
	0% {
		opacity: 1;
	}

	33% {
		opacity: 0.25;
	}

	66% {
		opacity: 0.25;
	}

	100% {
		opacity: 1;
	}
}

/* IE >9, Fx >15, Op >12.0 */
@keyframes spScaleAlpha {
	0% {
		opacity: 1;
	}

	33% {
		opacity: 0.25;
	}

	66% {
		opacity: 0.25;
	}

	100% {
		opacity: 1;
	}
}

/* Chr, Saf */
@-webkit-keyframes spScaleAlphaBefore {
	0% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
	}

	66% {
		opacity: 0.25;
	}
}

/* IE >9, Fx >15, Op >12.0 */
@keyframes spScaleAlphaBefore {
	0% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
	}

	66% {
		opacity: 0.25;
	}
}

/* Chr, Saf */
@-webkit-keyframes spScaleAlphaAfter {
	33% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
	}

	100% {
		opacity: 0.25;
	}
}

/* IE >9, Fx >15, Op >12.0 */
@keyframes spScaleAlphaAfter {
	33% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
	}

	100% {
		opacity: 0.25;
	}
}

/* ----------------------- Smart Payment Buttons ---------------------------- */
.product-form__item ~ .shopify-payment-btn {
	margin-top: 30px;
}

.shopify-payment-btn[disabled], .shopify-payment-btn.disabled {
	background-color: black;
	color: white;
}

.shopify-payment-button {
	margin-top: 10px;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
	width: 100%;
}

.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
	background-color: black;
}

.shopify-payment-button .shopify-payment-button__button--branded {
	min-height: 50px;
	transition: 0.25s transform ease-out;
}

.shopify-payment-button .shopify-payment-button__button--branded:hover {
	-ms-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	transform: scale(1.01);
}

.shopify-payment-button .shopify-payment-button__more-options {
	color: grey;
	width: auto;
	margin: 12px auto 0;
	text-decoration: underline;
}

.shopify-payment-button .shopify-payment-button__more-options:hover {
	opacity: 0.5;
}

/*================ Lists ================*/
.list--inline {
	padding: 0;
	margin: 0;
}

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

/*================ General media helpers ================*/
img {
	max-width: 100%;
}

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

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

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

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (min-width: 750px) {
	.responsive-table th,
  .responsive-table td {
		padding: 20px 5px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	}
}

@media only screen and (max-width: 749px) {
	.responsive-table thead {
		display: none;
	}

	.responsive-table tr {
		display: block;
	}

	.responsive-table th,
  .responsive-table td {
		display: block;
		text-align: right;
		padding: 10px;
		margin: 0;
	}

	.responsive-table td::before {
		content: attr(data-label);
		float: left;
		text-align: left;
		padding-right: 10px;
		max-width: 50%;
	}

	.responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
		position: relative;
		margin-top: 10px;
		padding-top: 10px;
	}

	.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;
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	}
}

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

.rte table {
	table-layout: fixed;
}

.rte ul,
.rte ol {
	margin: 0 0 10px 20px;
}

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

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

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

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

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

.rte a,
.rte-setting a,
.text-link {
	position: relative;
	color: grey;
	text-decoration: none;
}

.rte a:not(.image-link)::after,
  .rte-setting a:not(.image-link)::after,
  .text-link:not(.image-link)::after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 2px;
	border-bottom: 1px solid grey;
}

.rte a:hover, .rte a:focus,
  .rte-setting a:hover,
  .rte-setting a:focus,
  .text-link:hover,
  .text-link:focus {
	opacity: 0.5;
}

.critical-hide {
	display: inherit;
}

.critical-clear {
	opacity: 1;
	visibility: visible;
}

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

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

/*================ MODULES ================*/
.article__wrapper {
	position: relative;
	padding: 60px 0;
}

@media only screen and (min-width: 990px) {
	.article__wrapper {
		padding: 100px 0;
	}
}

@media only screen and (min-width: 990px) {
	.article__content--large {
		width: 75%;
	}
}

.article__header::before {
	content: '';
	display: block;
	width: 0;
	height: 6px;
	margin-bottom: 20px;
	background-color: grey;
	transition: width 0.5s ease-out;
	margin: 0 0 20px;
}

.article__header.has-animated::before,
.supports-no-js .article__header::before,
.animations--disabled .article__header::before {
	width: 80px;
}

.article__date,
.article__author {
	display: block;
	color: #4d4d4d;
}

@media only screen and (min-width: 750px) {
	.article__date,
    .article__author {
		display: inline-block;
	}
}

@media only screen and (min-width: 750px) {
	.article__author::before {
		content: '-';
		margin: 0 5px;
	}
}

.article__title {
	line-height: 1.125;
	margin-top: 20px;
}

.article__body {
	margin-top: 30px;
}

.article__share-desktop {
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	width: 16.66667%;
}

@media only screen and (min-width: 990px) {
	.article__share-desktop {
		display: block;
		top: 100px;
	}
}

.article__share-desktop--fixed .article__share-desktop-wrapper {
	position: fixed;
	top: 70px;
}

@media only screen and (min-width: 990px) {
	.article__share-desktop--fixed .article__share-desktop-wrapper {
		top: 100px;
	}
}

.article__share-desktop--bottom {
	top: auto;
	bottom: 70px;
}

@media only screen and (min-width: 990px) {
	.article__share-desktop--bottom {
		bottom: 100px;
	}
}

@media only screen and (max-width: 989px) {
	.article__share-button--fixed {
		display: none;
	}
}

.article__share-button--fixed .icon {
	fill: grey;
	margin-right: 10px;
}

.article__share-mobile {
	margin-bottom: 40px;
	text-align: center;
}

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

.card-list {
	position: relative;
	box-sizing: content-box;
}

.card-list .sk-fading-circle {
	position: relative;
	left: auto;
	top: 50px;
	margin: 0 auto;
	clear: left;
}

.card-list__column {
	margin-left: 0;
}

.card-list__column--center {
	margin: 0 auto;
	float: none;
}

.card-list__column--half-left {
	float: none;
}

@media only screen and (min-width: 750px) {
	.card-list__column--half-left {
		float: left;
	}
}

.card-list__column--half-right {
	float: left;
	clear: none;
}

.card-list__sub-actions {
	display: none;
	opacity: 0;
	padding-left: 0;
	transition: all 500ms ease-out;
}

.card {
	width: 100%;
	opacity: 0;
	transition: all 500ms ease-out;
	-ms-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

@media only screen and (min-width: 750px) {
	.card {
		float: left;
	}
}

.card--reveal,
.animations--disabled .card {
	opacity: 1;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.supports-no-js .card,
.supports-no-js .card-list__sub-actions,
.card-list__sub-actions--loaded {
	display: block;
	opacity: 1;
	transition: opacity 0.25s ease-out, transform 0.25s ease-out;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.card-list__sub-actions--no-results {
	margin-top: -70px;
}

.card-list__view-all {
	text-align: center;
	margin: 10px 0 40px;
}

@media only screen and (min-width: 750px) {
	.card-list__view-all {
		margin: 30px 0 50px;
	}
}

@media only screen and (min-width: 750px) {
	.card--right {
		float: right;
		clear: right;
	}
}

.card__wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: white;
	color: white;
	text-decoration: none;
}

@media only screen and (min-width: 750px) {
	.card__wrapper {
		margin-bottom: 20px;
	}
}

.card__wrapper--padding {
	padding: 30px 30px 0;
}

@media only screen and (min-width: 750px) {
	.card__wrapper--padding {
		padding: 40px 40px 0;
	}
}

.card__image-wrapper,
.card__image {
	display: block;
	width: 100%;
}

.card__image-wrapper {
	position: relative;
	overflow: hidden;
}

.card__image-wrapper .placeholder-svg {
	border: 2px solid rgba(255, 255, 255, 0.35);
}

.card__image-wrapper--aligned {
	width: 100%;
	padding-top: 100%;
}

.card__preloader {
	position: absolute;
	margin-left: -7px;
	margin-top: -7px;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: grey;
	-webkit-animation: pulse 1.2s infinite;
	animation: pulse 1.2s infinite;
}

.card__image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 500ms ease-out;
}

.card__wrapper:hover .card__image {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.card__image.lazyloaded + .card__preloader {
	display: none;
}

.supports-no-js .card__image {
	position: relative;
}

.card__image--align {
	object-position: center center;
	background-color: black;
	object-fit: contain;
	font-family: 'object-fit: contain';
}

.card__image--align.lazyloaded {
	background-color: transparent;
}

.card__info {
	clear: both;
	padding: 22px;
	background-color: white;
}

@media only screen and (min-width: 750px) {
	.card__info {
		padding: 26px;
	}
}

@media only screen and (min-width: 750px) {
	.card__info--aligned {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

.card--article .card__info {
	padding: 30px 20px;
}

@media only screen and (min-width: 750px) {
	.card--article .card__info {
		padding: 40px;
	}
}

@media only screen and (min-width: 750px) {
	.card--article:hover .card__read-more > .icon {
		-ms-transform: translate(7px, -50%);
		-webkit-transform: translate(7px, -50%);
		transform: translate(7px, -50%);
	}
}

.card__date {
	color: #4d4d4d;
	display: block;
	margin-bottom: 15px;
}

.card__availability {
	font-size: 1.2rem;
	letter-spacing: 1.2px;
}

.card__brand,
.card__price {
	color: black;
	font-size: 1.4rem;
	letter-spacing: 1.7px;
}

.card__price--sale {
	margin-right: 10px;
	font-size: 1.6rem;
	letter-spacing: 2.2px;
	line-height: 1;
	color: grey;
}

.card__price--regular-strike {
	text-decoration: line-through;
	color: grey;
}

.card__price--regular-strike + .product-price-unit {
	margin-left: 10px;
}

.card__price--regular {
	color: black;
}

.card__name {
	margin: 5px 0;
}

.card__description {
	font-size: 1.4rem;
	padding: 10px 0;
}

.card__read-more {
	position: relative;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	color: grey;
}

.card__read-more .icon-arrow-right {
	width: 7px;
	height: 7px;
	position: absolute;
	right: -17px;
	top: 50%;
	fill: grey;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 500ms ease-out;
}

.card__badge {
	position: absolute;
	top: -20px;
	right: -90px;
	width: 200px;
	padding: 40px 4px 4px;
	text-align: center;
	background-color: black;
	color: white;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	-ms-transform: rotate(45deg) translateZ(0);
	-webkit-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0);
}

.card__badge--large {
	top: -20px;
	right: -80px;
	padding-top: 70px;
}

/* Chr, Saf */
@-webkit-keyframes pulse {
	30% {
		-ms-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0.8;
	}

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

	70% {
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0.8;
	}
}

/* IE >9, Fx >15, Op >12.0 */
@keyframes pulse {
	30% {
		-ms-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0.8;
	}

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

	70% {
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0.8;
	}
}

/*================ AJAX Cart ================*/
.cart-drawer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%;
	height: 100%;
	background-color: #2F2F2F;
}

.cart-drawer__content {
	display: block;
	-webkit-flex: 1 100;
	-moz-flex: 1 100;
	-ms-flex: 1 100;
	flex: 1 100;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: white;
}

.cart-drawer--checkout-select-active .cart-drawer__content {
	-webkit-flex: 0 100;
	-moz-flex: 0 100;
	-ms-flex: 0 100;
	flex: 0 100;
}

.cart-drawer__content-container {
	overflow: hidden;
	padding: 40px 0;
}

@media only screen and (max-width: 749px) {
	.cart-drawer__content-container {
		padding: 20px 0;
	}
}

.cart-drawer__empty-text {
	opacity: 0;
	height: 0;
	pointer-events: none;
	transition: opacity 0.25s ease-out;
}

.cart-drawer--empty .cart-drawer__empty-text {
	height: auto;
	opacity: 1;
	pointer-events: auto;
	margin-top: 60px;
}

.cart-drawer--no-cookies .cart-drawer__empty-text {
	display: none;
}

.cart-drawer__no-cookies {
	display: none;
}

.cart-drawer--no-cookies .cart-drawer__no-cookies {
	display: block;
	margin-top: 60px;
	padding: 0 40px;
}

@media only screen and (max-width: 749px) {
	.cart-drawer--no-cookies .cart-drawer__no-cookies {
		padding: 0 20px;
	}
}

/*================ AJAX Cart Header ================*/
.cart-drawer__header {
	position: relative;
	height: 60px;
	padding: 0 20px;
	box-sizing: content-box;
	border-bottom: 1px solid #404040;
}

@media only screen and (min-width: 750px) {
	.cart-drawer__header {
		padding: 0 40px;
	}
}

.cart-drawer__header-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.cart-drawer__header-title {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 215px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
}

.cart-drawer__close-button {
	position: absolute;
	top: 50%;
	right: -16px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cart-drawer__close-button .icon {
	width: 14px;
	fill: grey;
}

@media only screen and (min-width: 750px) {
	.cart-drawer__close-button .icon {
		width: 18px;
	}
}

/*================ AJAX Cart Items ================*/
.cart-drawer__item-list {
	transition: opacity 0.25s ease-out;
}

.cart-drawer--empty .cart-drawer__item-list,
  .cart--no-cookies .cart-drawer__item-list {
	display: none;
}

@media only screen and (min-width: 750px) {
	.cart-drawer__item-list {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 749px) {
	.cart-drawer__item-list {
		padding: 0 20px;
	}
}

.cart-drawer__item {
	position: relative;
	font-size: 1.2rem;
	padding-bottom: 40px;
	opacity: 0;
	transition: 0.25s all ease-out;
	-ms-transform: translateX(20%);
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
}

.cart-drawer__item.ajax-cart__item--remove {
	-webkit-animation: remove 0.25s ease-out;
	animation: remove 0.25s ease-out;
	-ms-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: none;
}

.cart-drawer__item:nth-of-type(1) {
	transition-delay: 0.28s;
	-webkit-transition-delay: 0.28s;
}

.drawer--active .cart-drawer__item:nth-of-type(1) {
	opacity: 1;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.cart-drawer__item:nth-of-type(2) {
	transition-delay: 0.36s;
	-webkit-transition-delay: 0.36s;
}

.drawer--active .cart-drawer__item:nth-of-type(2) {
	opacity: 1;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.cart-drawer__item:nth-of-type(3) {
	transition-delay: 0.44s;
	-webkit-transition-delay: 0.44s;
}

.drawer--active .cart-drawer__item:nth-of-type(3) {
	opacity: 1;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.cart-drawer__item:nth-of-type(4) {
	transition-delay: 0.52s;
	-webkit-transition-delay: 0.52s;
}

.drawer--active .cart-drawer__item:nth-of-type(4) {
	opacity: 1;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.cart-drawer__item:nth-of-type(5) {
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}

.drawer--active .cart-drawer__item:nth-of-type(5) {
	opacity: 1;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.cart-drawer__item:nth-of-type(6) {
	transition-delay: 0.68s;
	-webkit-transition-delay: 0.68s;
}

.drawer--active .cart-drawer__item:nth-of-type(6) {
	opacity: 1;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.cart-drawer__item:nth-of-type(7) {
	transition-delay: 0.76s;
	-webkit-transition-delay: 0.76s;
}

.drawer--active .cart-drawer__item:nth-of-type(7) {
	opacity: 1;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.cart-drawer__item:nth-of-type(8) {
	transition-delay: 0.84s;
	-webkit-transition-delay: 0.84s;
}

.drawer--active .cart-drawer__item:nth-of-type(8) {
	opacity: 1;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.cart-drawer__item:nth-of-type(9) {
	transition-delay: 0.92s;
	-webkit-transition-delay: 0.92s;
}

.drawer--active .cart-drawer__item:nth-of-type(9) {
	opacity: 1;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.cart-drawer__item:nth-of-type(10) {
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}

.drawer--active .cart-drawer__item:nth-of-type(10) {
	opacity: 1;
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

/* Chr, Saf */
@-webkit-keyframes remove {
	0% {
		-ms-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		max-height: 250px;
		opacity: 1;
	}

	33% {
		-ms-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		max-height: 250px;
		opacity: 0;
	}

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

/* IE >9, Fx >15, Op >12.0 */
@keyframes remove {
	0% {
		-ms-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		max-height: 250px;
		opacity: 1;
	}

	33% {
		-ms-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		max-height: 250px;
		opacity: 0;
	}

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

.cart-drawer__item-image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	padding-top: 15%;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-color: grey;
}

@media only screen and (min-width: 750px) {
	.cart-drawer__item-image {
		width: 20%;
		padding-top: 20%;
	}
}

.cart-drawer__item-content {
	margin-left: 20%;
	padding-left: 20px;
	padding-right: 70px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 749px) {
	.cart-drawer__item-content {
		margin-left: 15%;
		padding-bottom: 20px;
	}
}

.cart-drawer__item-title {
	margin-bottom: 0;
	display: inline-block;
	font-size: 1.8rem;
    text-decoration: none;
    color: white;
}

@media only screen and (max-width: 749px) {
	.cart-drawer__item-title {
		font-size: 1.6rem;
	}
}

.cart-drawer__item-subtitle {
	margin-bottom: 0;
	letter-spacing: 1px;
}

.cart-drawer__item-property {
	letter-spacing: 1px;
}

.cart-drawer__item-discount {
	color: grey;
	margin-bottom: 6px;
	letter-spacing: 1px;
}

.cart-drawer__item-properties {
	list-style: none;
	padding: 0;
	margin: 0;
}

input[type="number"].cart-drawer__item-quantity {
	position: absolute;
	top: 60px;
	right: 0;
	width: 50px;
	padding: 5px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.cart-drawer__item-delete {
	position: absolute;
	font-size: 1.2rem;
	top: 10px;
	right: 0;
	margin: 0 0 20px 20px;
	color: white;
	border-bottom-color: currentColor;
}

.cart-drawer__item-price-container {
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: 600;
	letter-spacing: 1px;
}

.cart-drawer__item-template {
	display: none;
}

.cart-drawer__note {
	resize: vertical;
	margin-bottom: 0;
}

/*================ AJAX Cart Footer ================*/
.cart-drawer__footer {
	min-height: 230px;
	padding: 0 20px;
    border-top: 1px solid grey;
    color: white;
	background-color: #2F2F2F;
	text-align: center;
	opacity: 1;
	transition: opacity 0.25s ease-out, min-height 0.25s ease-out;
}

.cart-drawer--empty .cart-drawer__footer {
	opacity: 0;
	pointer-events: none;
	min-height: 0;
	max-height: 0;
}

@media only screen and (min-width: 750px) {
	.cart-drawer__footer {
		padding: 0 40px;
	}
}

.cart-drawer__footer-container {
	padding: 20px 0;
}

@media only screen and (min-width: 750px) {
	.cart-drawer__footer-container {
		padding: 40px 0;
	}
}

.cart-drawer__message-container {
	opacity: 0;
}

.ajax-cart--error .cart-drawer__message-container {
	opacity: 1;
}

.cart-drawer__message {
	text-align: center;
	font-size: 14px;
	color: #eb4f47;
}

.ajax-cart--error .cart-drawer__message {
	padding-bottom: 40px;
}

.cart-drawer__subtotal {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.cart-drawer__subtotal-label {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: left;
}

.cart-drawer__subtotal-label span {
	font-size: 2rem;
	margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
	.cart-drawer__subtotal-label span {
		font-size: 2.4rem;
	}
}

.cart-drawer__subtotal-price {
	display: table-cell;
	width: 50%;
	text-align: right;
	font-weight: 600;
	vertical-align: middle;
	letter-spacing: 1px;
}

.cart-drawer__disclaimer {
	margin-bottom: 20px;
	font-size: 1.4rem;
	text-align: center;
}

@media only screen and (min-width: 750px) {
	.cart-drawer__disclaimer {
		margin-bottom: 40px;
	}
}

.cart-drawer__checkout {
	display: block;
	margin: 0 auto 80px;
}

@media only screen and (min-width: 750px) {
	.cart-drawer__checkout {
		margin-bottom: 40px;
	}
}

/*================ Cart Header ================*/
.cart-header {
	padding: 80px 0 60px;
}

@media only screen and (max-width: 749px) {
	.cart-header {
		padding: 40px 0 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	}
}

/*================ Cart Template ================*/
.cart__empty {
	display: none;
}

.cart--empty .cart__empty {
	display: block;
}

.cart--no-cookies .cart__empty {
	display: none;
}

.cart__no-cookies {
	display: none;
}

.cart--no-cookies .cart__no-cookies {
	display: block;
}

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

.cart__table {
	width: 100%;
}

.cart__table tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.cart__table th,
  .cart__table td {
	border: 0;
}

.cart__table td {
	padding: 30px 0 20px;
	vertical-align: top;
}

.cart__table td.cart-item__price-wrapper {
	padding-right: 20px;
}

.cart__table th {
	font-weight: 400;
	padding: 10px 20px;
}

.cart__table th:first-child {
	padding-left: 0;
}

.cart__table th:last-child {
	padding-right: 0;
}

@media only screen and (max-width: 749px) {
	.cart__table thead {
		position: absolute !important;
		overflow: hidden;
		clip: rect(0 0 0 0);
		height: 1px;
		width: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
	}

	.cart__table tr,
    .cart__table tbody {
		border-bottom: 0;
		width: 100%;
	}

	.cart__table tbody {
		display: block;
	}
}

/*================ Cart Item ================*/
.cart-item p {
	margin-bottom: 0;
}

@media only screen and (max-width: 749px) {
	.cart-item {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-o-align-items: flex-start;
		align-items: flex-start;
	}
}

.cart-item__image-wrapper {
	max-width: 100px;
}

@media only screen and (max-width: 749px) {
	.cart-item__image-wrapper {
		-webkit-flex: 0 0 60px;
		-moz-flex: 0 0 60px;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
	}
}

@media only screen and (max-width: 749px) {
	.cart-item__image-link {
		display: inline-block;
		width: 60px;
		height: 60px;
		background-size: cover;
		background-color: grey;
		border-radius: 50%;
	}
}

@media only screen and (min-width: 750px) {
	.cart-item__image-link {
		background-size: 0 0;
	}
}

@media only screen and (max-width: 749px) {
	.cart-item__image {
		position: absolute !important;
		overflow: hidden;
		clip: rect(0 0 0 0);
		height: 1px;
		width: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
	}
}

@media only screen and (min-width: 750px) {
	.cart-item__image {
		max-width: 100px;
	}
}

td.cart-item__meta {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 750px) {
	td.cart-item__meta {
		width: 300px;
	}
}

@media only screen and (max-width: 749px) {
	td.cart-item__meta {
		-webkit-flex: 3 1 0%;
		-moz-flex: 3 1 0%;
		-ms-flex: 3 1 0%;
		flex: 3 1 0%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: auto;
	}
}

.cart-item__meta-title {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 1.8rem;
	line-height: 1;
	text-decoration: none;
}

@media only screen and (max-width: 749px) {
	.cart-item__meta-title {
		font-size: 1.6rem;
	}
}

.cart-item__meta-variant {
	font-size: 1.2rem;
}

.cart-item__remove {
	padding: 0;
	font-size: 1.2rem;
	color: white;
	border-bottom-color: currentColor;
	margin-bottom: 20px;
	display: inline-block;
}

.cart-item__message {
	opacity: 0;
	font-size: 14px;
	color: #eb4f47;
	transition: opacity 0.25s ease-out;
}

.ajax-cart--error .cart-item__message {
	opacity: 1;
}

.cart-item__property {
	letter-spacing: 1px;
}

.cart-item__qty {
	text-align: center;
}

@media only screen and (max-width: 749px) {
	.cart-item__qty {
		text-align: right;
	}
}

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

@media only screen and (max-width: 749px) {
	.cart-item__qty-label {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}
}

input.cart-item__qty-input {
	text-align: center;
	width: 60px;
	padding: 10px 5px;
	margin-bottom: 0;
}

@media only screen and (max-width: 749px) {
	input.cart-item__qty-input {
		width: 50px;
		padding: 5px;
		line-height: 1.5;
	}
}

@media only screen and (min-width: 750px) {
	input.cart-item__qty-input {
		height: 50px;
		margin-top: -15px;
	}
}

@media only screen and (max-width: 749px) {
	.cart-item__price-wrapper {
		-webkit-flex: 0 1 24%;
		-moz-flex: 0 1 24%;
		-ms-flex: 0 1 24%;
		flex: 0 1 24%;
		text-align: right;
	}
}

@media only screen and (min-width: 750px) {
	.cart-item__price-wrapper {
		text-align: center;
	}
}

.cart-item__price,
.cart-item__original-price {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 1px;
}

@media only screen and (max-width: 749px) {
	.cart-item__price,
    .cart-item__original-price {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 749px) {
	.cart-item__original-price {
		margin-top: 10px;
	}
}

.cart-item__original-price ~ .product-price-unit {
	color: white;
}

.cart-item__properties {
	margin: 0;
}

@media only screen and (max-width: 749px) {
	.cart-item__update-wrapper {
		text-align: right;
	}
}

@media only screen and (max-width: 749px) {
	.cart-item__update--show .cart-item__update-wrapper,
  .supports-no-js .cart-item__update-wrapper {
		padding-top: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-flex: 1 1 100%;
		-moz-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
}

/*================ Cart Footer ================*/
.cart-footer {
	padding-top: 40px;
}

@media only screen and (min-width: 750px) {
	.cart-footer {
		padding-top: 80px;
	}
}

.cart-footer__note-label,
.cart-footer__note-input {
	display: block;
}

@media only screen and (max-width: 749px) {
	.cart-footer__note-label,
    .cart-footer__note-input {
		margin: 0 auto;
	}
}

.cart-footer__note-label {
	margin-bottom: 20px;
}

.cart-footer__note-input {
	min-height: 50px;
	width: 100%;
}

@media only screen and (max-width: 749px) {
	.cart-footer__note-input {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 749px) {
	.cart-subtotal__title {
		font-size: 2rem;
	}
}

.cart-policies {
	margin-top: 20px;
}

.order-discount-cart-wrapper,
.cart-subtotal {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

@media only screen and (min-width: 750px) {
	.order-discount-cart-wrapper,
    .cart-subtotal {
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 749px) {
	.order-discount-cart-wrapper {
		margin-bottom: 6.66667px;
	}
}

.order-discount-cart-drawer-wrapper {
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 10px;
}

.order-discount--cart-price {
	padding-left: 20px;
	font-weight: 600;
}

.cart-subtotal__price {
	padding-left: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}

.cart-footer__message-container {
	opacity: 0;
	transition: opacity 0.25s ease-out;
}

.ajax-cart--error .cart-footer__message-container {
	opacity: 1;
}

.cart-footer__message {
	text-align: right;
	font-size: 14px;
	color: #eb4f47;
}

.ajax-cart--error .cart-footer__message {
	padding-top: 40px;
}

/*================ Cart Empty Message ================*/
@media only screen and (max-width: 749px) {
	.cart-message {
		padding-top: 20px;
	}
}

.collection-dropdowns {
	margin-top: 50px;
}

@media only screen and (min-width: 750px) {
	.collection-dropdowns {
		margin-top: 60px;
	}
}

.collection-sort {
	display: inline-block;
	text-align: left;
	width: 100%;
}

@media only screen and (min-width: 750px) {
	.collection-sort {
		max-width: 280px;
	}
}

.collection-sort__label {
	display: block;
	text-align: center;
}

@media only screen and (min-width: 750px) {
	.collection-sort__label {
		text-align: left;
		padding-left: 6.66667px;
		margin-bottom: 0;
	}
}

.collection-sort__input {
	padding: 14px 20px;
	margin-bottom: 5px;
	font-weight: 600;
}

.comments-wrapper,
.comments-form-wrapper {
	margin-bottom: 2px;
	padding: 70px 0;
	background-color: black;
}

@media only screen and (min-width: 750px) {
	.comments-wrapper,
    .comments-form-wrapper {
		padding-bottom: 70px;
	}
}

@media only screen and (min-width: 990px) {
	.comments-wrapper,
    .comments-form-wrapper {
		padding: 100px 0;
	}
}

.comment {
	margin: 15px 0 25px;
}

@media only screen and (min-width: 750px) {
	.comment {
		margin-bottom: 30px;
	}
}

.comment:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 990px) {
	.comment__meta--large {
		width: 25%;
	}
}

.comment__author {
	line-height: 1.25;
}

.comment__date {
	display: block;
	color: black;
	margin-top: 5px;
}

@media only screen and (min-width: 990px) {
	.comment__content--large {
		width: 50%;
		left: 8.33333%;
	}
}

@media only screen and (max-width: 749px) {
	.comment__content {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 750px) {
	.template-article .pagination {
		margin-top: 40px;
	}
}

.comments-form-wrapper {
	margin-bottom: 0;
}

@media only screen and (max-width: 749px) {
	.comments-form-wrapper input {
		margin-bottom: 4px;
	}
}

.comments-form-wrapper textarea {
	margin-bottom: 40px;
}

@media only screen and (max-width: 749px) {
	.comments-form-wrapper textarea {
		height: 22rem;
	}
}

@media only screen and (min-width: 750px) {
	.comments-form-wrapper textarea {
		height: 15rem;
	}
}

.comments-form__title {
	margin-bottom: 30px;
}

.comments__moderated {
	margin-top: 20px;
}

/*================ Account ================*/
.account-summary {
	margin-top: 60px;
	margin-bottom: 60px;
}

.account-details {
	float: right;
}

/*================ Activate Account ================*/
.customers-activate-account {
	min-height: 50vh;
}

@media only screen and (min-width: 750px) {
	.customers-activate-account__container {
		margin: 20vh 0;
	}
}

/*================ Addresses ================*/
#AddressNewForm {
	margin-bottom: 60px;
}

.new-address--hidden #AddressNewForm {
	display: none;
}

.new-address-open {
	display: none;
}

.new-address--hidden .new-address-open {
	display: inline-block;
}

.current-addresses {
	margin-bottom: 60px;
}

.current-addresses .current-addresses__item {
	padding-bottom: 40px;
}

.edit-address {
	display: none;
}

.edit-address--show {
	display: block;
}

/*================ Login ================*/
.customer-login {
	min-height: 50vh;
}

#ResetSuccess {
	margin-top: 20px;
}

@media only screen and (min-width: 750px) {
	.customer-login__login,
  .customer-login__recover {
		margin: 20vh 0;
	}
}

@media only screen and (max-width: 749px) {
	.customer-login__sign-in,
  .customer-login__register,
  .customer-login__recover-password {
		display: block;
		width: 100%;
	}
}

.customer-login__recover-password {
	float: right;
}

/*================ Register ================*/
.customers-register {
	min-height: 50vh;
}

@media only screen and (min-width: 750px) {
	.customers-register__container {
		margin: 15vh 0;
	}
}

/*================ Reset Password ================*/
.customers-reset-password {
	min-height: 50vh;
}

@media only screen and (min-width: 750px) {
	.form-reset-password {
		margin: 20vh 0;
	}
}

/*================ Misc ================*/
@media only screen and (max-width: 749px) {
	.customer-form__title {
		margin: 40px 0;
		text-align: center;
	}
}

.custom-content-wrapper--top-margin {
	padding-top: 80px;
}

@media only screen and (min-width: 750px) {
	.custom-content-wrapper--top-margin {
		padding-top: 140px;
	}
}

.custom-content-wrapper--bottom-margin {
	padding-bottom: 80px;
}

@media only screen and (min-width: 750px) {
	.custom-content-wrapper--bottom-margin {
		padding-bottom: 140px;
	}
}

.custom-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: auto;
	margin-left: -20px;
}

.custom__item {
	-webkit-flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 20px 0;
	padding-left: 20px;
	max-width: 100%;
}

@media only screen and (max-width: 749px) {
	.custom__item.small--one-half {
		-webkit-flex: 1 0 50%;
		-moz-flex: 1 0 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

.custom__item .collection-grid-item {
	margin-bottom: 0;
}

.custom__item-inner {
	position: relative;
	text-align: left;
	max-width: 100%;
}

.custom__item-inner--image {
	text-align: center;
}

.custom__block-image-container {
	position: relative;
	width: 100%;
}

.custom__block-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
}

.custom__block-image.lazyloaded {
	background-color: transparent;
}

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
	display: block;
}

.custom__item-inner--product .card__wrapper,
.custom__item-inner--collection .card__wrapper {
	margin-bottom: 0;
}

.custom__block-heading-text,
.custom__block-body-text {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/*================ Flex item alignment ================*/
.align--top,
.align--center,
.align--bottom {
	text-align: center;
}

.align--top {
	-ms-flex-item-align: flex-start;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.align--center {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}

.align--bottom {
	-ms-flex-item-align: flex-end;
	-webkit-align-self: flex-end;
	align-self: flex-end;
}

.feature-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
}

@media only screen and (max-width: 749px) {
	.feature-row {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.feature-row__item {
	-webkit-flex: 0 1 50%;
	-moz-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

@media only screen and (max-width: 749px) {
	.feature-row__item {
		-webkit-flex: 1 1 auto;
		-moz-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media only screen and (max-width: 749px) {
	.feature-row__image-crop--circle,
  .feature-row__image-crop--square {
		padding: 80px 0;
	}
}

@media only screen and (max-width: 749px) {
	.feature-row__heading::before {
		content: '';
		display: block;
		width: 0;
		height: 6px;
		margin-bottom: 20px;
		background-color: grey;
		transition: width 0.5s ease-out;
		margin: 0 auto 20px;
	}

	.feature-row__heading.has-animated::before,
  .supports-no-js .feature-row__heading::before,
  .animations--disabled .feature-row__heading::before {
		width: 80px;
	}
}

@media only screen and (min-width: 750px) {
	.feature-row__heading::before {
		content: '';
		display: block;
		width: 0;
		height: 6px;
		margin-bottom: 20px;
		background-color: grey;
		transition: width 0.5s ease-out;
		margin: 0 0 20px;
	}

	.feature-row__heading.has-animated::before,
  .supports-no-js .feature-row__heading::before,
  .animations--disabled .feature-row__heading::before {
		width: 80px;
	}
}

.feature-row__image-wrapper {
	position: relative;
	overflow: hidden;
	width: 50%;
}

@media only screen and (max-width: 749px) {
	.feature-row__image-wrapper {
		width: 100%;
		order: 0;
	}

	.feature-row-mobile--bottom .feature-row__image-wrapper {
		order: 1;
	}
}

.feature-row__image {
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}

@media only screen and (max-width: 749px) {
	.feature-row__image {
		margin-bottom: 60px;
	}

	.feature-row-mobile--bottom .feature-row__image {
		margin-bottom: 0;
		margin-top: 80px;
	}

	.feature-row__image-crop--none .feature-row__image {
		height: 200px;
	}
}

@media only screen and (min-width: 750px) {
	.feature-row__image {
		position: absolute;
		height: 100%;
		width: 100%;
		margin: 0;
	}
}

.feature-row__image-crop {
	overflow: hidden;
}

@media only screen and (min-width: 750px) {
	.feature-row__image-crop {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.feature-row__image-crop--circle .feature-row__image-crop,
  .feature-row__image-crop--square .feature-row__image-crop {
	height: 200px;
	width: 200px;
}

@media only screen and (min-width: 750px) {
	.feature-row__image-crop--circle .feature-row__image-crop,
      .feature-row__image-crop--square .feature-row__image-crop {
		width: 320px;
		height: 320px;
	}
}

.feature-row__image-crop--circle .feature-row__image-crop {
	border-radius: 50%;
}

.feature-row__image-crop .placeholder-svg {
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.feature-row__text {
	padding: 140px 40px;
	margin: 0 auto;
	max-width: 500px;
}

@media only screen and (max-width: 749px) {
	.feature-row__text {
		text-align: center;
		padding: 0 20px;
		order: 1;
	}

	.feature-row__image-crop--none .feature-row__text {
		padding-bottom: 80px;
	}

	.feature-row__image-crop--none.feature-row-mobile--bottom .feature-row__text {
		padding-top: 80px;
	}

	.feature-row-mobile--bottom .feature-row__text {
		order: 0;
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 750px) {
	.feature-row__text {
		width: 50%;
	}

	.feature-row--small .feature-row__text {
		padding: 60px 40px;
	}

	.feature-row--large .feature-row__text {
		padding: 220px 40px;
	}

	.feature-row--x-large .feature-row__text {
		padding: 300px 40px;
	}
}

.feature-row__btn {
	margin-top: 20px;
}

html {
	background-color: white;
}

html.site-footer--hidden {
	background-color: black;
}

html.supports-no-js {
	background-color: black;
}

.site-footer {
	text-align: center;
	background-color: black;
	color: white;
	padding: 40px 0;
}

.site-footer--hidden .site-footer {
	display: none;
}

.supports-no-js .site-footer {
	display: block;
}

.site-footer a {
	color: white;
}

.site-footer a:hover, .site-footer a:focus {
	opacity: 0.5;
}

.site-footer .input-group--underline {
	border-color: white;
}

.site-footer .input-group--underline .btn, .site-footer .input-group--underline .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .site-footer .input-group--underline .shopify-payment-button__button--unbranded {
	color: white;
}

.site-footer .icon {
	fill: white;
}

.site-footer--parallax .site-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.site-footer--parallax .content-for-layout {
	position: relative;
	z-index: 3;
	margin-bottom: 400px;
}

.site-footer__drawer-cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: black;
}

.flex-footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: auto;
}

@media only screen and (min-width: 750px) {
	.flex-footer {
		padding-bottom: 40px;
	}
}

.flex-footer__item {
	-webkit-flex: 1 1 100%;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 0 0 20px;
}

@media only screen and (max-width: 749px) {
	.flex-footer--full .flex-footer__item {
		-webkit-flex: 1 0 100%;
		-moz-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}

	.flex-footer--full .flex-footer__item:first-child {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 750px) {
	.flex-footer__item {
		-webkit-flex: 1 1 25%;
		-moz-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
		padding: 0 10px;
	}

	.flex-footer--full .flex-footer__item {
		-webkit-flex: 1 0 100%;
		-moz-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
}

@media only screen and (min-width: 750px) {
	.flex-footer__item--one-third {
		flex: 0 0 33%;
	}
}

.flex-footer__item--newsletter {
	margin: 0 auto 20px;
	max-width: 450px;
}

@media only screen and (min-width: 750px) {
	.flex-footer__item--newsletter {
		flex: 0 1 50%;
		margin: 0;
	}
}

.site-footer__linklist {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media only screen and (min-width: 750px) {
	.site-footer__linklist {
		margin-top: 5px;
		text-align: left;
	}

	.flex-footer--full .site-footer__linklist {
		text-align: center;
	}
}

.site-footer__linklist-item {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media only screen and (min-width: 750px) {
	.site-footer__linklist-item {
		display: block;
		padding: 0 20px 0 0;
	}

	.flex-footer--full .site-footer__linklist-item {
		display: inline-block;
		padding: 5px 10px;
	}
}

.site-footer__newsletter .input-group__btn {
	text-align: right;
	opacity: 1;
}

.site-footer__newsletter input[type="email"]::-webkit-input-placeholder {
	color: white;
	opacity: 1;
}

.site-footer__newsletter input[type="email"]::-moz-placeholder {
	color: white;
	opacity: 1;
}

.site-footer__newsletter input[type="email"]:-ms-input-placeholder {
	color: white;
	opacity: 1;
}

.site-footer__newsletter input[type="email"]::placeholder {
	color: white;
	opacity: 1;
}

.site-footer__newsletter .btn--newsletter__submit {
	color: white;
}

@media only screen and (max-width: 749px) {
	.site-footer__newsletter {
		margin: 0 20px;
	}
}

.site-footer__newsletter-label {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
}

@media only screen and (min-width: 750px) {
	.site-footer__newsletter-label {
		text-align: left;
	}
}

.site-footer__newsletter-subheading {
	font-size: 1.4rem;
	margin-bottom: 2rem;
}

@media only screen and (min-width: 750px) {
	.site-footer__newsletter-subheading {
		text-align: left;
	}
}

.site-footer__newsletter-message {
	padding-top: 20px;
}

.site-footer__newsletter-message .form-success {
	color: white;
}

.site-footer__bottom {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media only screen and (min-width: 750px) {
	.site-footer__bottom {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.site-footer__bottom--center {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

@media only screen and (max-width: 749px) {
	.site-footer__social-icons {
		text-align: center !important;
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 750px) {
	.site-footer__social-icons {
		text-align: left;
	}
}

.site-footer__copyright small {
	font-size: em(-2em);
}

@media only screen and (max-width: 749px) {
	.site-footer__copyright small {
		display: block;
	}
}

.site-footer__powered-by {
	padding-top: 5px;
}

@media only screen and (max-width: 749px) {
	.site-footer__payment-icons {
		padding-top: 30px;
	}
}

.payment-icon {
	margin-right: 8px;
	line-height: 30px;
}

@media only screen and (min-width: 750px) {
	.payment-icons {
		text-align: right;
	}
}

.payment-icons .icon {
	width: 38px;
	height: 24px;
}

.image-bar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.image-bar .image-bar__flex:nth-child(1) .image-bar__text.has-animated .icon {
	-webkit-animation: fadeIn 0.75s ease-out 0.35s 1 forwards;
	animation: fadeIn 0.75s ease-out 0.35s 1 forwards;
}

.image-bar .image-bar__flex:nth-child(1) .image-bar__text.has-animated .image-bar__caption {
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-animation: fadeInUp 0.5s ease-out 0.3s 1 forwards;
	animation: fadeInUp 0.5s ease-out 0.3s 1 forwards;
}

.image-bar .image-bar__flex:nth-child(2) .image-bar__text.has-animated .icon {
	-webkit-animation: fadeIn 0.75s ease-out 0.55s 1 forwards;
	animation: fadeIn 0.75s ease-out 0.55s 1 forwards;
}

.image-bar .image-bar__flex:nth-child(2) .image-bar__text.has-animated .image-bar__caption {
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-animation: fadeInUp 0.5s ease-out 0.45s 1 forwards;
	animation: fadeInUp 0.5s ease-out 0.45s 1 forwards;
}

.image-bar .image-bar__flex:nth-child(3) .image-bar__text.has-animated .icon {
	-webkit-animation: fadeIn 0.75s ease-out 0.75s 1 forwards;
	animation: fadeIn 0.75s ease-out 0.75s 1 forwards;
}

.image-bar .image-bar__flex:nth-child(3) .image-bar__text.has-animated .image-bar__caption {
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-animation: fadeInUp 0.5s ease-out 0.6s 1 forwards;
	animation: fadeInUp 0.5s ease-out 0.6s 1 forwards;
}

.image-bar__flex {
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 290px;
	overflow: hidden;
	position: relative;
}

.image-bar__item {
	transition: all 500ms ease-out;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color: black;
}

.image-bar__item.lazyloaded {
	background-color: transparent;
}

@media only screen and (min-width: 750px) {
	.image-bar__item.image-bar__link:hover {
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.image-bar__link {
	display: block;
}

.image-bar__content {
	display: block;
	position: relative;
	width: 100%;
}

.image-bar--x-small .image-bar__content {
	height: 94px;
}

.image-bar--small .image-bar__content {
	height: 225px;
}

.image-bar--medium .image-bar__content {
	height: 357px;
}

.image-bar--large .image-bar__content {
	height: 488px;
}

.image-bar--x-large .image-bar__content {
	height: 582px;
}

@media only screen and (min-width: 750px) {
	.image-bar--x-small .image-bar__content {
		height: 125px;
	}

	.image-bar--small .image-bar__content {
		height: 300px;
	}

	.image-bar--medium .image-bar__content {
		height: 475px;
	}

	.image-bar--large .image-bar__content {
		height: 650px;
	}

	.image-bar--x-large .image-bar__content {
		height: 775px;
	}
}

.image-bar__overlay::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.image-bar__text {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	pointer-events: none;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.image-bar__text .icon {
	border: 3px solid grey;
	border-radius: 100%;
	fill: grey;
	width: 40px;
	height: 40px;
	margin-bottom: 30px;
	opacity: 0;
}

.supports-no-js .image-bar__text .icon,
    .animations--disabled .image-bar__text .icon {
	opacity: 1;
}

.image-bar__caption {
	padding: 0 20px;
	opacity: 0;
}

.supports-no-js .image-bar__caption,
  .animations--disabled .image-bar__caption {
	opacity: 1;
}

.image-bar__placeholder {
	width: 100%;
	height: 100%;
}

.image-bar__placeholder::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 2px solid rgba(255, 255, 255, 0.25);
}

@media only screen and (min-width: 870px) {
	.image-bar__placeholder::after {
		border-right: 2px solid rgba(255, 255, 255, 0.25);
		border-bottom: 2px solid rgba(255, 255, 255, 0.25);
	}
}

.image-bar__flex:last-child .image-bar__placeholder::after {
	border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

@media only screen and (min-width: 580px) and (max-width: 869px) {
	.image-bar__flex:first-child .image-bar__placeholder::after {
		border-right: 2px solid rgba(255, 255, 255, 0.25);
	}

	.image-bar__flex:nth-child(2) .image-bar__placeholder::after {
		border-right: 0;
	}
}

@media only screen and (min-width: 750px) {
	.image-bar__flex:last-child .image-bar__placeholder::after {
		border-right: 0;
	}
}

.image-bar__placeholder .placeholder-svg {
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

/* Chr, Saf */
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* IE >9, Fx >15, Op >12.0 */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*================ Giftcard Template ================*/
.giftcard-header {
	margin-bottom: 60px;
	padding: 10px 0;
	background-color: black;
}

@media only screen and (min-width: 750px) {
	.giftcard-header {
		margin-bottom: 50px;
	}
}

.giftcard-header__shop-name {
	margin: 0;
}

.giftcard__qr-code {
	margin: 40px 0;
}

.giftcard__qr-code img {
	margin: 0 auto;
}

.giftcard__apple-wallet-image {
	display: block;
	margin: 0 auto;
}

.giftcard__content {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 20px;
}

.giftcard__wrap {
	position: relative;
	max-width: 360px;
	margin: 60px auto 20px;
}

.giftcard__shop-url {
	display: none;
}

.giftcard__instructions {
	margin: 40px 0;
}

.giftcard__amount {
	position: absolute;
	top: 0;
	right: 10px;
	color: black;
}

.giftcard__code {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
}

@media only screen and (min-width: 750px) {
	.giftcard__code {
		bottom: 30px;
	}
}

.giftcard__code-bubble {
	position: relative;
	display: inline-block;
	background-color: black;
	color: white;
	padding: 10px 20px;
	font-size: 0.9375em;
	border-radius: 4px;
}

.giftcard__start-shopping {
	margin: 40px 0;
	color: grey;
}

.giftcard__start-shopping .icon-arrow-right {
	width: 7px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	fill: grey;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.giftcard__print {
	margin-top: 30px;
}

/*================ Print Giftcard Styles ================*/
@media print {
  @	page {
		margin: 0.5cm;
	}

	p {
		orphans: 3;
		widows: 3;
	}

	html,
  body {
		background-color: white;
		color: black;
	}

	.giftcard__print-link,
  .giftcard__apple-wallet {
		display: none;
	}
}

.hero__overlay::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.hero__overlay-title::before {
	content: '';
	display: block;
	width: 0;
	height: 6px;
	margin-bottom: 20px;
	background-color: grey;
	transition: width 0.5s ease-out;
	margin: 0 auto 20px;
}

.hero__overlay-title.has-animated::before,
.supports-no-js .hero__overlay-title::before,
.animations--disabled .hero__overlay-title::before {
	width: 80px;
}

.hero__inner {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 5;
}

.hero--x-small .hero__inner {
	padding: 20px 0;
}

.hero--small .hero__inner {
	padding: 40px 0;
}

.hero--medium .hero__inner {
	padding: 80px 0;
}

.hero--large .hero__inner {
	padding: 120px 0;
}

.hero--x-large .hero__inner {
	padding: 160px 0;
}

@media only screen and (min-width: 750px) {
	.hero--x-small .hero__inner {
		padding: 20px 0;
	}

	.hero--small .hero__inner {
		padding: 60px 0;
	}

	.hero--medium .hero__inner {
		padding: 140px 0;
	}

	.hero--large .hero__inner {
		padding: 220px 0;
	}

	.hero--x-large .hero__inner {
		padding: 300px 0;
	}
}

.hero__btn {
	margin-top: 30px;
}

/*================ Navigation ================*/
.nnavigation {
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	max-height: 0;
	width: 100%;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	transition: opacity 0.25s ease-out;
	pointer-events: none;
	z-index: 5;
}

html.supports-no-js .nnavigation {
	max-height: none;
	position: relative;
	opacity: 1;
	pointer-events: auto;
}

.nnavigation__container {
	width: 100%;
	min-height: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.nnavigation-open .nnavigation {
	min-height: 100vh;
	max-height: 100vh;
	opacity: 1;
	pointer-events: auto;
}

.nnavigation-open .content-for-layout {
	display: none;
}

.nnavigation-open .site-footer {
	display: none;
}

.nnavigation--is-transitioning .navigation {
	position: absolute;
	max-height: none;
	height: 100vh;
	width: 100%;
}

.nnavigation--is-transitioning .content-for-layout {
	display: block !important;
}

.nnavigation--is-transitioning .site-footer {
	display: block !important;
}

.nnavigation__entrance-animation {
	max-height: 1000px;
	opacity: 0;
	-ms-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	transition: max-height 0.01s, transform 0.25s ease-out, opacity 0.25s ease-out;
}

.nnavigation__entrance-animation.nnavigation__entrance-animation--active,
  .nnavigation-open--editor .nnavigation__entrance-animation {
	max-height: 1001px;
	opacity: 1;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

html.supports-no-js .nnavigation__entrance-animation {
	opacity: 1;
}

/*================ Navigation Links ================*/
.nnavigation__links {
	list-style: none;
	padding-left: 0;
	margin: 0 0 20px;
}

@media only screen and (min-width: 750px) {
	.nnavigation__links {
		margin-bottom: 60px;
	}
}

.nnavigation__link a {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	line-height: 3.55556;
	font-weight: 600;
	letter-spacing: 0.25rem;
	color: white;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 1;
}

@media only screen and (min-width: 750px) {
	.nnavigation__link a {
		font-size: 2rem;
		line-height: 2.4;
		font-weight: 600;
	}
}

.nnavigation__link > a,
.nnavigation__link.nnavigation__has-sublinks--collapsed > button {
	transition: transform 0.25s ease-out;
}

.nnavigation__link > a:after,
  .nnavigation__link.nnavigation__has-sublinks--collapsed > button:after {
	content: '';
	display: block;
	position: relative;
	bottom: 0.9rem;
	width: 0;
	margin: 0 auto;
	height: 2px;
	background-color: white;
	transition: all 0.25s;
}

@media only screen and (min-width: 750px) {
	.nnavigation__link > a:hover,
    .nnavigation__link.nnavigation__has-sublinks--collapsed > button:hover {
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	.nnavigation__link > a:hover:after,
      .nnavigation__link.nnavigation__has-sublinks--collapsed > button:hover:after {
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		width: 100%;
	}

	.nnavigation__link > a:hover:active,
    .nnavigation__link.nnavigation__has-sublinks--collapsed > button:hover:active {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.nnavigation__link > a:hover:active:after,
      .nnavigation__link.nnavigation__has-sublinks--collapsed > button:hover:active:after {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.nnavigation__expand-sublinks {
	-moz-user-select: "none";
	-ms-user-select: "none";
	-webkit-user-select: "none";
	user-select: "none";
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	padding: 0 10px;
	font-size: 1.4rem;
	line-height: 3.55556;
	font-weight: 600;
	letter-spacing: 0.25rem;
	color: white;
	background-color: transparent;
	border: 0;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 1;
	transition: all 0.25s ease-out;
}

.nnavigation__expand-sublinks:after {
	content: '';
	display: block;
	position: relative;
	bottom: 0.9rem;
	width: 0;
	margin: 0 auto;
	height: 2px;
	background-color: white;
	transition: all 0.25s;
}

@media only screen and (min-width: 750px) {
	.nnavigation__expand-sublinks {
		font-size: 2rem;
		line-height: 2.4;
		font-weight: 600;
	}

	.nnavigation__expand-sublinks:hover {
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	.nnavigation__expand-sublinks:hover:after {
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	.nnavigation__expand-sublinks:hover:active {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.nnavigation__expand-sublinks:hover:active:after {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.nnavigation__expand-sublinks svg {
	width: 10px;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	fill: grey;
	-ms-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	transition: transform 0.25s ease-out;
}

.nnavigation__has-sublinks--collapsed .nnavigation__expand-sublinks svg {
	-ms-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.nnavigation__expand-sublinks--third-level {
	font-weight: 400;
	line-height: 3;
	text-transform: none;
}

@media only screen and (min-width: 750px) {
	.nnavigation__expand-sublinks--third-level {
		font-size: 1.6rem;
		line-height: 2.625;
	}

	.nnavigation__expand-sublinks--third-level:hover {
		opacity: 0.5;
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.nnavigation__expand-sublinks--third-level:hover:after {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.nnavigation__sublinks-container {
	transition: all 0.15s ease-out;
	background-color: black;
	overflow: hidden;
	visibility: visible;
}

.nnavigation__has-sublinks--collapsed .nnavigation__sublinks-container {
	max-height: 0 !important;
	visibility: hidden;
}

html.supports-no-js .nnavigation__sublinks-container {
	max-height: none !important;
	visibility: visible;
}

.nnavigation__sublinks {
	overflow: hidden;
	list-style: none;
	padding: 20px 0;
}

.nnavigation__sublinks--third-level {
	overflow: hidden;
	list-style: none;
	padding: 0 0 10px;
}

@media only screen and (min-width: 750px) {
	.nnavigation__sublinks--third-level {
		margin-top: -5px;
	}
}

.nnavigation__sublink a {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 3;
	text-transform: none;
	transition: opacity 0.25s ease-out;
}

@media only screen and (min-width: 750px) {
	.nnavigation__sublink a {
		font-size: 1.6rem;
		line-height: 2.625;
	}

	.nnavigation__sublink a:hover {
		opacity: 0.5;
	}
}

.nnavigation__sublink--third-level a {
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: none;
	opacity: 0.8;
}

@media only screen and (min-width: 750px) {
	.nnavigation__sublink--third-level a {
		line-height: 2.69231;
	}

	.nnavigation__sublink--third-level a:hover {
		opacity: 0.5;
	}
}

.nnavigation__link--secondary {
	padding: 0;
}

.nnavigation__link--secondary a {
	font-size: 1.4rem;
	line-height: 3.42857;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0.2rem;
	padding: 0 10px;
	transition: opacity 0.25s ease-out;
}

@media only screen and (min-width: 750px) {
	.nnavigation__link--secondary a {
		line-height: 2.4;
	}

	.nnavigation__link--secondary a:hover {
		opacity: 0.5;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.nnavigation__link--secondary a:after {
	content: none;
}

/*================ Navigation Social Sharing ================*/
.nnavigation__social-sharing {
	position: relative;
	margin: 0 auto 60px;
}

@media only screen and (max-width: 749px) {
	.nnavigation__social-sharing {
		margin: 40px auto 60px;
	}
}

/*================ Navigation Search ================*/
.nnavigation__search {
	position: relative;
	max-width: 250px;
	margin: 0 auto;
}

.newsletter-wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

@media only screen and (min-width: 750px) {
	.newsletter-wrapper {
		padding-top: 160px;
		padding-bottom: 160px;
	}
}

.newsletter__heading {
	margin-bottom: 40px;
}

.newsletter__subheading {
	margin: -20px 0 50px;
}

.newsletter-wrapper input {
	font-size: 1.6rem;
	line-height: 1.63636;
}

.newsletter-wrapper input::placeholder {
	opacity: 1 !important;
}

.newsletter-wrapper input::-webkit-input-placeholder {
	opacity: 1 !important;
}

.newsletter-wrapper input::-moz-placeholder {
	opacity: 1 !important;
}

.newsletter-wrapper input:-ms-input-placeholder {
	opacity: 1 !important;
}

.newsletter-wrapper .input-group--underline.has-animated .input-group__btn--newsletter {
	-webkit-animation: fadeIn 0.75s ease-out 0.35s 1 forwards;
	animation: fadeIn 0.75s ease-out 0.35s 1 forwards;
}

.newsletter-wrapper .input-group--underline.has-animated .input-group__field, .newsletter-wrapper .input-group--underline.has-animated .input-group__btn {
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-animation: fadeInUp 0.5s ease-out 0.35s 1 forwards;
	animation: fadeInUp 0.5s ease-out 0.35s 1 forwards;
}

@media only screen and (max-width: 749px) {
	.newsletter-wrapper .input-group--underline,
  .site-footer__newsletter .input-group--underline,
  .input-group__btn--newsletter,
  .btn--newsletter__submit {
		display: flex;
	}
}

.newsletter-wrapper .input-group__field {
	opacity: 0;
}

.supports-no-js .newsletter-wrapper .input-group__field,
  .animations--disabled .newsletter-wrapper .input-group__field {
	opacity: 1;
}

.input-group__btn--newsletter {
	vertical-align: middle;
	opacity: 0;
}

.supports-no-js .input-group__btn--newsletter,
  .animations--disabled .input-group__btn--newsletter {
	opacity: 1;
}

.btn--newsletter__submit {
	position: relative;
	padding: 2px 7px 0;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	float: right;
	border: none;
	background-color: transparent;
}

.btn--newsletter__submit .icon-arrow-right {
	height: 0.7rem;
	padding-left: 1.5rem;
	position: relative;
	top: 2px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 500ms ease-out;
}

@media only screen and (max-width: 749px) {
	.btn--newsletter__submit .icon-arrow-right {
		top: 7px;
	}
}

@media only screen and (min-width: 750px) {
	.btn--newsletter__submit:hover > .icon {
		-ms-transform: translate(7px, -50%);
		-webkit-transform: translate(7px, -50%);
		transform: translate(7px, -50%);
	}
}

.newsletter__message {
	padding-top: 20px;
}

/*================ Pagination ================*/
.pagination {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 10px;
	text-align: center;
}

@media only screen and (min-width: 750px) {
	.pagination {
		max-width: 280px;
		margin: 80px auto 0;
	}
}

.pagination__btn {
	width: 40px;
	height: 40px;
	fill: grey;
	padding: 0;
	line-height: 2.5;
}

.pagination__btn .icon {
	width: 4px;
	height: 7px;
}

.pagination__page {
	padding-right: 20px;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 1.5px;
	color: grey;
	text-decoration: none;
}

.pagination__page:last-child {
	padding-right: 0;
}

.pagination__page:hover, .pagination__page:focus {
	color: currentColor;
}

.pagination__page--current {
	color: white;
}

.password-html {
	background-color: black;
}

.password-header {
	margin-bottom: 60px;
	padding: 10px 0;
	background-color: black;
}

@media only screen and (min-width: 750px) {
	.password-header {
		margin-bottom: 100px;
	}
}

.password-header__shop-name {
	margin: 0;
}

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

.password-sub-heading {
	margin-bottom: 20px;
	font-size: 2rem;
}

@media only screen and (min-width: 750px) {
	.password-sub-heading {
		font-size: 2.2rem;
	}
}

.password-newsletter-subheading {
	margin-bottom: 3.5rem;
}

.password-signup {
	margin: 40px auto;
	padding: 0 20px;
}

.password-sub-action {
	margin: 60px 0;
}

@media only screen and (min-width: 750px) {
	.password-sub-action {
		margin: 120px 0;
	}
}

.password-sub-action .icon-arrow-right {
	width: 7px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	fill: grey;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.password-footer {
	width: 100%;
	padding: 20px 0;
	line-height: 40px;
}

@media only screen and (min-width: 750px) {
	.password-footer {
		padding: 40px 0;
	}
}

.password-footer .icon-shopify-logo {
	width: 120px;
	height: 40px;
	margin-left: 6.66667px;
	margin-top: -5px;
	fill: white;
}

.password-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: black;
	opacity: 0;
	transition: opacity 0.15s ease-out;
}

.password-modal.password-modal--open {
	display: block;
	opacity: 1;
}

.password-modal__content {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0 20px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.password-modal__close {
	position: absolute;
	right: 0;
	top: 20px;
}

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

@media only screen and (min-width: 990px) {
	.product__image-container {
		margin-top: 80px;
	}
}

.product__image-wrapper {
	display: block;
	width: 100%;
}

.product__image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: transform 0.25s ease-out;
}

.product__image:hover,
  a:focus > .product__image {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.product__image-wrapper--empty .product__image {
	cursor: default;
}

.product__vendor {
	color: #4d4d4d;
	font-size: 1.2rem;
	display: block;
	letter-spacing: 1.7px;
	margin-bottom: 10px;
}

.product__content-header {
	padding: 48px 0;
}

@media only screen and (min-width: 750px) {
	.product__content-header {
		padding: 90px 0;
	}
}

.product__title {
	margin-bottom: 5px;
}

.product__price {
	font-size: 1.6rem;
	letter-spacing: 1.5px;
	margin-bottom: 0px;
}

.product__sale-price-label {
	display: none;
}

.product__price--sale .product__sale-price-label {
	display: inline;
}

.product__price--sale .product__regular-price-label {
	display: none;
}

.product__price--sale .product__current-price {
	color: grey;
	margin-right: 10px;
}

.product__compare-price-label,
.product__compare-price {
	display: none;
}

.product__price--sale .product__compare-price-label, .product__price--sale
  .product__compare-price {
	display: inline;
}

.product-price-unit {
	display: block;
	font-size: 1.2rem;
	color: white;
	font-weight: normal;
}

.product-price-unit--unavailable {
	display: none;
}

.product__policies {
	text-align: center;
	font-size: 1.4rem;
	margin-top: 2px;
}

.product__notification {
	margin: 10px;
	opacity: 0;
	transition: all 0.35s ease-out;
}

.product__notification--success,
.product__notification--error {
	margin: 12px 20px 20px;
	opacity: 1;
}

.product__notification--error {
	color: #eb4f47;
}

.product__content {
	padding-bottom: 80px;
}

.product__content-main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}

@media only screen and (max-width: 749px) {
	.product__content-main {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.product__description {
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
}

@media only screen and (min-width: 750px) {
	.product__description {
		width: calc(50% - 30px);
	}
}

@media only screen and (max-width: 749px) {
	.product__description {
		width: 100%;
		margin-top: 80px;
	}
}

.product__form-container {
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
}

@media only screen and (min-width: 750px) {
	.product__form-container {
		width: calc(50% - 30px);
	}
}

@media only screen and (max-width: 749px) {
	.product__form-container {
		width: 100%;
	}
}

@media only screen and (min-width: 750px) {
	.product__form-wrapper--fixed {
		position: fixed;
		top: 80px;
	}
}

@media only screen and (min-width: 750px) {
	.product__form-wrapper--bottom {
		position: absolute;
		bottom: 0;
	}
}

.product-form__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	background-color: grey;
}

.product-form__item:last-of-type {
	margin-bottom: 40px;
}

.product-form__master-select {
	display: none;
}

.single-option-selector,
.product-form__quantity-input {
	opacity: 0;
	margin-bottom: 0;
}

.supports-no-js .single-option-selector, .supports-no-js
  .product-form__quantity-input {
	opacity: 1;
}

input[type='number'].product-form__quantity-input {
	margin-bottom: 0;
}

.single-option-selector__label,
.product-form__quantity-label {
	display: inline-block;
	position: absolute;
	padding: 10px 20px;
	margin-bottom: 0;
	font-weight: 600;
	pointer-events: none;
}

.single-option-selector__label::after,
  .product-form__quantity-label::after {
	content: ' - ';
	display: block;
	position: absolute;
	top: 50%;
	right: 7px;
	line-height: 1px;
	font-weight: 600;
}

@media only screen and (max-width: 749px) {
	.single-option-selector__label,
    .product-form__quantity-label {
		font-size: 1.6rem;
	}
}

.single-option-selector__label--hidden,
.product-form__quantity-label--hidden {
	width: 15px;
	padding: 0;
	opacity: 0;
}

.single-option-selector--padding {
	padding-left: 100px;
}

.product__share-wrapper {
	text-align: center;
	padding: 20px 0;
}

.product__subimage-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	margin-bottom: 80px;
}

.product__subimage-list--single {
	display: block;
}

.product__subimage-list-item {
	-webkit-flex: 1 1 50%;
	-moz-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	text-align: center;
	overflow: hidden;
}

.product__subimage-list--single .product__subimage-list-item {
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.product__subimage-container {
	display: block;
	position: relative;
	padding-top: 100%;
}

.product__subimage-list--single .product__subimage-container {
	padding-top: 0;
}

.product__subimage {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	transition: 0.25s transform ease-out, 0.25s opacity ease-out;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover';
}

.product__subimage.lazyloaded {
	opacity: 1;
}

.product__subimage:hover,
  a:focus > .product__subimage {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.product__subimage-list--single .product__subimage {
	position: relative;
}

@media only screen and (min-width: 750px) {
	.product__subimage-list-item {
		-webkit-flex: 1 1 33%;
		-moz-flex: 1 1 33%;
		-ms-flex: 1 1 33%;
		flex: 1 1 33%;
	}

	.product__subimage-list--r2 .product__subimage-list-item:nth-last-of-type(2),
  .product__subimage-list--r2 .product__subimage-list-item:nth-last-of-type(2)
+ .product__subimage-list-item {
		-webkit-flex: 1 1 50%;
		-moz-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}

	.product__subimage-list--r1 .product__subimage-list-item:nth-last-of-type(4),
  .product__subimage-list--r1 .product__subimage-list-item:nth-last-of-type(4)
~ .product__subimage-list-item {
		-webkit-flex: 1 1 50%;
		-moz-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}
}

.product-slideshow {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background-color: black;
	opacity: 0;
	pointer-events: none;
	z-index: 15;
	overflow: hidden;
	transition: opacity 0.25s ease-out;
}

.product-slideshow--show {
	height: auto;
	opacity: 1;
	overflow: auto;
	pointer-events: auto;
}

.product-slideshow__close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.product-slideshow__close .icon {
	fill: grey;
}

.product-slideshow__content {
	height: 100%;
	padding: 80px 0 140px;
}

.product-slideshow--single .product-slideshow__slide {
	cursor: default;
}

.product-slideshow__slide-image-wrapper {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}

.product-slideshow--show .product-slideshow__slide-image-wrapper {
	display: block;
}

.product-slideshow__slide-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain';
	pointer-events: none;
}

.product-slideshow__slide-image.lazyloaded + .sk-fading-circle {
	display: none;
}

.product-slideshow__controls {
	text-align: center;
	padding: 40px 0;
}

.product-slideshow__slide-select-list {
	display: inline-block;
	padding: 0 20px;
}

.product-slideshow__slide-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: white;
	border-radius: 6px;
	border-width: 0;
	margin: 0 4px;
	padding: 0;
	height: 4px;
	width: 4px;
	opacity: 0.7;
	transition: opacity 0.15s ease-out;
}

.product-slideshow__slide-select--active {
	background-color: grey;
	opacity: 1;
}

.product-slideshow__next .icon,
.product-slideshow__previous .icon {
	width: 6px;
	margin-top: -4px;
	fill: grey;
}

.quotes-slide {
	padding: 0 20px;
	position: absolute;
	width: 100%;
	max-width: 85%;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: 0;
	pointer-events: auto;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity 0.5s ease-out;
}

.quotes-slide--visible {
	opacity: 1;
	z-index: 5;
}

.quote {
	margin-bottom: 20px;
}

.quote__author {
	letter-spacing: 1px;
}

.quote__heading {
	text-align: center;
	margin-bottom: 60px;
}

.search-again-button,
.navigation__search {
	margin: 40px auto 0;
}

@media only screen and (min-width: 750px) {
	.search-again-button,
    .navigation__search {
		margin: 70px auto 0;
	}
}

.supports-no-js .search-again-button {
	display: none;
}

.supports-no-js .navigation__search {
	position: relative !important;
	overflow: initial;
}

/*================ Section header ================*/
.section-header-image-wrapper {
	height: 278px;
	overflow: hidden;
	background-color: black;
}

@media only screen and (min-width: 750px) {
	.section-header-image-wrapper {
		height: 390px;
	}
}

@media only screen and (min-width: 1400px) {
	.section-header-image-wrapper {
		height: 560px;
	}
}

.section-header-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

@media only screen and (min-width: 750px) {
	.section-header-image--parallax {
		background-attachment: fixed;
	}
}

.is-mobile-os .section-header-image--parallax {
	background-attachment: scroll;
}

.section-header {
	padding: 50px 0;
}

@media only screen and (min-width: 750px) {
	.section-header {
		padding: 60px 0;
	}
}

.section-header--small {
	padding: 40px 0;
}

@media only screen and (min-width: 750px) {
	.section-header--small {
		padding: 50px 0;
	}
}

.section-header__title {
	margin-bottom: 0;
}

.section-header__description,
.section-header__btn {
	margin-top: 20px;
}

.section-header__subtext {
	display: block;
}

@media only screen and (min-width: 750px) {
	.section-header__subtext {
		margin: -10px 0 70px;
	}
}

.slideshow {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	overflow: hidden;
	max-height: calc(100vh - 35px);
}

.slideshow--adapt {
	background-color: black;
}

.slideshow--full .slideshow {
	height: calc(100vh - 35px);
}

@media only screen and (max-width: 749px) {
	.slideshow--adapt .slideshow {
		max-height: 125vw;
		min-height: 75vw;
	}
}

.slideshow__overlay::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.slideshow__slide {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 0;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}

.slideshow__slide--active {
	transition: all 0.5s cubic-bezier(0, 0, 0, 1);
	opacity: 1;
	z-index: 7;
}

.slideshow__slide--transitioning {
	opacity: 1;
	z-index: 6;
}

.slideshow__image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 6;
	transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87), filter 400ms, -webkit-filter 400ms;
	font-family: "object-fit: cover";
}

.slideshow__image .placeholder-background {
	background-color: black;
}

.slideshow__image .placeholder-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-height: none;
	max-width: none;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slideshow__video,
.slideshow__video iframe {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	visibility: hidden;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1);
	pointer-events: none;
}

.slideshow--adapt .slideshow__video, .slideshow--adapt
  .slideshow__video iframe {
	min-height: 56.25vw;
}

@media only screen and (max-width: 749px) {
	.slideshow__video,
    .slideshow__video iframe {
		display: none;
	}
}

@media (min-aspect-ratio: 16 / 9) {
	.slideshow__video,
    .slideshow__video iframe {
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 16 / 9) {
	.slideshow__video,
    .slideshow__video iframe {
		width: 300%;
		left: -100%;
	}
}

.slideshow__video--loaded:not(.slideshow__video--paused) .slideshow__video, .slideshow__video--loaded:not(.slideshow__video--paused)
  .slideshow__video iframe {
	opacity: 1;
	visibility: visible;
}

.slideshow__video::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.slideshow__play-button {
	opacity: 0;
	position: relative;
	margin: 0 auto;
	height: 50px;
	width: 50px;
	padding: 0;
	transition: transform 0.5s ease;
}

.slideshow__play-button:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow__play-button:hover, .slideshow__play-button:disabled {
	opacity: 0;
}

.slideshow__video--loaded .slideshow__play-button {
	opacity: 1;
}

@media only screen and (max-width: 749px) {
	.slideshow__play-button {
		display: none;
	}
}

.slideshow__play-button-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-color: transparent transparent transparent #fff;
	border-width: 0 0 0 7px;
	border-style: double;
	transition: border 0.1s ease;
	-ms-transform: translate(-42%, -50%);
	-webkit-transform: translate(-42%, -50%);
	transform: translate(-42%, -50%);
}

.is-paused .slideshow__play-button-icon {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 4px solid transparent;
}

.slideshow__play-button-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: transparent;
	border: 2px solid #fff;
	height: 30px;
	width: 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slideshow__text-container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	z-index: 7;
	width: 100%;
	max-width: 100%;
}

.slideshow__text-content {
	opacity: 0;
}

.slideshow__text-content.has-animated {
	-webkit-animation: fadeUp 0.5s ease-out 0.5s 1 forwards;
	animation: fadeUp 0.5s ease-out 0.5s 1 forwards;
}

.supports-no-js .slideshow__text-content,
  .animations--disabled .slideshow__text-content {
	opacity: 1;
}

@media only screen and (max-width: 749px) {
	.slideshow--adapt:not(.slideshow--center-cta) .slideshow__text-content {
		display: none;
	}
}

.slideshow__text-container-mobile {
	position: relative;
	transform: none;
}

@media only screen and (min-width: 750px) {
	.slideshow__text-container-mobile {
		display: none;
	}
}

.slideshow__text-content-mobile {
	text-align: center;
	margin: 15px 0 50px;
}

@media only screen and (min-width: 750px) {
	.slideshow__text-content-mobile {
		display: none;
	}
}

.slideshow__heading {
	display: none;
	margin: 0 auto;
}

.slideshow--full .slideshow__heading,
  .slideshow--adapt .slideshow__text-content-mobile .slideshow__heading {
	display: block;
}

@media only screen and (min-width: 750px) {
	.slideshow__heading {
		display: block;
		max-width: 800px;
	}
}

.slideshow__heading-cta {
	opacity: 0;
	margin-top: 40px;
	transition: opacity 0.6s ease-in;
}

@media only screen and (min-width: 750px) {
	.slideshow__heading-cta {
		margin-top: 60px;
	}
}

.slideshow__slide--active .slideshow__heading-cta {
	opacity: 1;
}

@media only screen and (max-width: 749px) {
	.slideshow--adapt.slideshow--center-cta .slideshow__heading-cta {
		margin-top: 0;
	}
}

@media only screen and (max-width: 749px) {
	.slideshow--adapt:not(.slideshow--center-cta) .slideshow__heading-cta {
		display: none;
	}
}

.slideshow__heading-cta-text {
	min-width: 90px;
	min-height: 0px;
	display: flex;
	justify-content: center;
	opacity: 0;
	transition: min-height 0.20s ease-out, min-width 0.20s ease-out, opacity 0.15s ease-out;
}

.slideshow__heading-cta-text--active {
	opacity: 1;
}

.slideshow__button-cta-single {
	display: inline-block;
	margin-top: 0;
	position: absolute;
	transform: translateX(-50%) translateY(calc(-50% - 15px));
}

@media only screen and (min-width: 750px) {
	.slideshow__button-cta-single {
		display: none;
	}
}

.slideshow__buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	align-items: flex-end;
	position: absolute;
	bottom: 0;
	z-index: 9;
	transition: all 0.35s cubic-bezier(0, 0, 0, 1);
	overflow: visible;
	transform-style: flat;
}

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

.slideshow__button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	position: relative;
	text-align: center;
	white-space: initial;
	transition: all 0.35s cubic-bezier(0, 0, 0, 1);
}

@media only screen and (max-width: 749px) {
	.slideshow__button {
		-ms-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 750px) {
	.slideshow__button {
		-webkit-flex: 1 1 100%;
		-moz-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.slideshow__button:hover:not(.slideshow__button--active) {
		-ms-transform: translate3d(0, -16px, 0);
		-webkit-transform: translate3d(0, -16px, 0);
		transform: translate3d(0, -16px, 0);
	}
}

.slideshow__button:not(.slideshow__button--active) {
	-ms-flex-item-align: flex-end;
	-webkit-align-self: flex-end;
	align-self: flex-end;
}

@media only screen and (min-width: 750px) {
	.slideshow__button--4,
  .slideshow__button--5 {
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.slideshow__button--4.slideshow__button--active,
    .slideshow__button--5.slideshow__button--active {
		-ms-transform: translate3d(-50%, -60px, 0);
		-webkit-transform: translate3d(-50%, -60px, 0);
		transform: translate3d(-50%, -60px, 0);
	}

	.slideshow--center-cta .slideshow__button--4.slideshow__button--active, .slideshow__button--4:hover:not(.slideshow__button--active), .slideshow--center-cta
    .slideshow__button--5.slideshow__button--active,
    .slideshow__button--5:hover:not(.slideshow__button--active) {
		-ms-transform: translate3d(-50%, -16px, 0);
		-webkit-transform: translate3d(-50%, -16px, 0);
		transform: translate3d(-50%, -16px, 0);
	}
}

@media only screen and (min-width: 750px) {
	.slideshow__button--4 {
		-webkit-flex: 1 0 33%;
		-moz-flex: 1 0 33%;
		-ms-flex: 1 0 33%;
		flex: 1 0 33%;
	}
}

@media only screen and (min-width: 750px) {
	.slideshow__button--5 {
		-webkit-flex: 1 0 25%;
		-moz-flex: 1 0 25%;
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
	}
}

.slideshow__button--active {
	-ms-transform: translate3d(50%, -60px, 0);
	-webkit-transform: translate3d(50%, -60px, 0);
	transform: translate3d(50%, -60px, 0);
}

.slideshow__button--active:not(.slideshow__button--link) {
	-ms-transform: translate3d(50%, -16px, 0);
	-webkit-transform: translate3d(50%, -16px, 0);
	transform: translate3d(50%, -16px, 0);
}

@media only screen and (min-width: 750px) {
	.slideshow__button--active:not(.slideshow__button--link) {
		-ms-transform: translate3d(0, -16px, 0);
		-webkit-transform: translate3d(0, -16px, 0);
		transform: translate3d(0, -16px, 0);
	}

	.slideshow__button--active:not(.slideshow__button--link).slideshow__button--4, .slideshow__button--active:not(.slideshow__button--link).slideshow__button--5 {
		-ms-transform: translate3d(-50%, -16px, 0);
		-webkit-transform: translate3d(-50%, -16px, 0);
		transform: translate3d(-50%, -16px, 0);
	}
}

.slideshow--center-cta .slideshow__button--active {
	-ms-transform: translate3d(50%, -16px, 0);
	-webkit-transform: translate3d(50%, -16px, 0);
	transform: translate3d(50%, -16px, 0);
}

@media only screen and (min-width: 750px) {
	.slideshow--center-cta .slideshow__button--active {
		-ms-transform: translate3d(0, -16px, 0);
		-webkit-transform: translate3d(0, -16px, 0);
		transform: translate3d(0, -16px, 0);
	}

	.slideshow--center-cta .slideshow__button--active.slideshow__button--4, .slideshow--center-cta .slideshow__button--active.slideshow__button--5 {
		-ms-transform: translate3d(-50%, -16px, 0);
		-webkit-transform: translate3d(-50%, -16px, 0);
		transform: translate3d(-50%, -16px, 0);
	}
}

@media only screen and (min-width: 750px) {
	.slideshow__button--active {
		-ms-transform: translate3d(0, -60px, 0);
		-webkit-transform: translate3d(0, -60px, 0);
		transform: translate3d(0, -60px, 0);
	}
}

.slideshow__navigation-item {
	position: absolute;
	height: 100%;
	width: 10vh;
	background: transparent;
	border: 0;
	z-index: 11;
}

@media only screen and (min-width: 750px) {
	.slideshow__navigation-item {
		visibility: hidden;
		z-index: 9;
	}
}

.slideshow__navigation-item.slideshow__navigation-item--no-focus {
	outline: none;
}

.slideshow__button-next {
	right: 0;
}

.slideshow__button-label {
	color: white;
}

@media only screen and (min-width: 750px) {
	.slideshow__button-label {
		padding: 20px 40px;
		margin: 4px 0 35px 0;
	}
}

.slideshow__button-label-text {
	line-height: 3rem;
}

.slideshow--center-cta .slideshow__button--active .slideshow__button-label-text,
  .slideshow--center-cta .slideshow__button:hover .slideshow__button-label-text {
	border-bottom: 2px solid;
	padding-bottom: 5px;
}

.slideshow__button-cta {
	position: absolute;
	left: 50%;
	bottom: -62px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (min-width: 750px) {
	.slideshow__button-cta {
		bottom: -30px;
	}
}

.slideshow__button:not(.slideshow__button--active) .slideshow__button-cta {
	pointer-events: none;
}

.slideshow__button--active.slideshow__button--link .slideshow__button-cta {
	bottom: -50px;
}

.slideshow__button--active:not(.slideshow__button--link) .slideshow__button-cta {
	bottom: -80px;
}

@media only screen and (min-width: 750px) {
	.slideshow__button--active:not(.slideshow__button--link) .slideshow__button-cta {
		bottom: -60px;
	}
}

.slideshow__button-cta--multiple {
	padding: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: 0;
}

.slideshow__button-cta--multiple .icon-plus {
	height: 8px;
	width: 8px;
	fill: white;
}

.slideshow__indicators {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	z-index: 9;
}

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

@media only screen and (max-width: 749px) {
	.slideshow__indicators {
		height: 35px;
	}
}

@media only screen and (min-width: 750px) {
	.slideshow__indicators {
		display: none;
	}
}

.slideshow__indicator {
	display: block;
	background-color: white;
	border-radius: 6px;
	border-width: 0;
	margin: 0 5px;
	padding: 0;
	height: 4px;
	width: 4px;
	opacity: 0.7;
	transition: opacity 0.15s ease-out;
}

.slideshow__indicator--active {
	background-color: grey;
	opacity: 1;
}

/* Chr, Saf */
@-webkit-keyframes fadeUp {
	0% {
		-ms-transform: translate3d(0, 10%, 0);
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
		opacity: 0;
	}

	100% {
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

/* IE >9, Fx >15, Op >12.0 */
@keyframes fadeUp {
	0% {
		-ms-transform: translate3d(0, 10%, 0);
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
		opacity: 0;
	}

	100% {
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

/*================ Site Header ================*/
.site-header {
	position: relative;
	transition: transform 0.25s ease-out;
	z-index: 12;
}

.site-header--transparent,
.site-header--homepage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
}

html.supports-no-js .site-header--transparent, html.supports-no-js
  .site-header--homepage {
	position: relative;
}

.site-header--fixed {
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-animation: slideDown 0.25s ease-out;
	animation: slideDown 0.25s ease-out;
}

.site-header__wrapper {
	position: relative;
	width: 100%;
	background-color: black;
	z-index: 12;
	transition: background-color 0.25s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
}

.site-header--transparent .site-header__wrapper {
	background-color: transparent;
}

.navigation-open .site-header__wrapper,
  html.supports-no-js .site-header__wrapper {
	background-color: black;
}

.site-header--fixed .site-header__wrapper {
	background-color: black;
}

.site-header__wrapper svg {
	fill: white;
}

.site-header__wrapper--transitioning {
	transition: background-color 0.25s ease-out, margin-top 0.25s ease-out;
}

.announcement-bar {
	display: none;
	text-align: center;
	position: relative;
	text-decoration: none;
	z-index: 12;
}

.announcement-bar--visible {
	display: block;
}

.announcement-bar__message {
	font-size: em(16);
	font-weight: 400;
	padding: 10px 20px;
	margin-bottom: 0;
}

@media only screen and (max-width: 749px) {
	.announcement-bar__message {
		padding: 10px calc(20px + 30px);
	}
}

.announcement-bar__message .icon {
	fill: currentColor;
}

.announcement-bar__close {
	position: absolute;
	right: 20px;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 749px) {
	.announcement-bar__close {
		right: 10px;
	}
}

.announcement-bar__close .icon {
	width: 12px;
	height: 12px;
	fill: currentColor;
}

.site-header-sections {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.site-header__section--title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.site-header__logo-wrapper {
	display: inline-block;
	margin-bottom: 0;
	padding: 10px 0;
	text-align: center;
	line-height: 1.2;
}

.site-header__logo {
	display: block;
}

.site-header__logo-image {
	display: block;
	margin: 0 auto;
}

.site-header--transparent .site-header__logo-image {
	display: none;
}

.navigation-open .site-header__logo-image,
  html.supports-no-js .site-header__logo-image {
	display: block;
}

.site-header--fixed .site-header__logo-image {
	display: block;
}

.site-header__logo-image--transparent {
	display: none;
}

.site-header--transparent .site-header__logo-image--transparent {
	display: block;
}

.navigation-open .site-header__logo-image--transparent,
  html.supports-no-js .site-header__logo-image--transparent {
	display: none;
}

.site-header--fixed .site-header__logo-image--transparent {
	display: none;
}

.site-header__cart svg {
	width: 22px;
	height: 30px;
	margin: -2px 0 0 -2px;
}

@media only screen and (min-width: 750px) {
	.site-header__cart svg {
		width: 26px;
	}
}

.site-header__cart::after {
	border-color: white;
}

.site-header__cart-bubble {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.25s ease-out;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

@media only screen and (min-width: 750px) {
	.site-header__cart-bubble {
		top: 15px;
		right: 9px;
	}
}

.site-header__cart .site-header__cart-bubble {
	top: 13px;
}

@media only screen and (min-width: 750px) {
	.site-header__cart .site-header__cart-bubble {
		top: 12px;
	}
}

.site-header__cart-bubble--visible {
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.site-header__cart-bubble--visible.bubble-pulse {
	-webkit-animation: bubble-pulse 0.5s ease-out;
	animation: bubble-pulse 0.5s ease-out;
}

/* Chr, Saf */
@-webkit-keyframes bubble-pulse {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-ms-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}

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

	75% {
		-ms-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}

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

/* IE >9, Fx >15, Op >12.0 */
@keyframes bubble-pulse {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-ms-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}

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

	75% {
		-ms-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}

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

.burger-icon {
	display: block;
	height: 2px;
	width: 18px;
	left: 50%;
	margin-left: -9px;
	background: white;
	position: absolute;
	transition: all 0.25s ease-out;
}

.navigation-open .burger-icon {
	width: 24px;
	top: calc(50% - 1px);
	left: calc(50% - 4px);
}

@media only screen and (min-width: 750px) {
	.burger-icon {
		height: 2px;
		width: 24px;
		left: 50%;
		margin-left: -12px;
	}

	.navigation-open .burger-icon {
		width: 30px;
		top: calc(50% - 1px);
		left: calc(50% - 2px);
	}
}

.burger-icon--top {
	top: 17px;
}

.navigation-open .burger-icon--top {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (min-width: 750px) {
	.burger-icon--top {
		top: 16px;
	}

	.site-header__navigation:hover .burger-icon--top {
		-ms-transform: translateY(-2px);
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	.navigation-open .site-header__navigation:hover .burger-icon--top {
		width: 35px;
		left: calc(50% - 4px);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.burger-icon--mid {
	top: 24px;
}

@media only screen and (min-width: 750px) {
	.burger-icon--mid {
		top: 24px;
	}
}

.navigation-open .burger-icon--mid {
	opacity: 0;
}

.burger-icon--bottom {
	top: 31px;
}

.navigation-open .burger-icon--bottom {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (min-width: 750px) {
	.burger-icon--bottom {
		top: 32px;
	}

	.site-header__navigation:hover .burger-icon--bottom {
		-ms-transform: translateY(2px);
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}

	.navigation-open .site-header__navigation:hover .burger-icon--bottom {
		width: 35px;
		left: calc(50% - 4px);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.site-header__navigation {
	position: relative;
	transition: transform 0.15s ease-out;
}

.site-header__navigation:hover {
	opacity: 1;
}

.site-header__navigation svg {
	width: 20px;
	height: 30px;
}

.site-header__navigation::after {
	border-color: white;
}

.social-links .icon {
	fill: white;
}

.social-links a {
	margin-right: 20px;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.15s ease-out;
}

.social-links a:hover,
.social-links a:focus {
	opacity: 0.5;
}

.social-links a:last-child {
	margin-right: 0;
}

.social-links--large .icon {
	width: 24px;
	height: 24px;
	margin-top: 6px;
}

.social-links__icon {
	margin-right: 10px;
}

.social-links__icon:last-child {
	margin-right: 0;
}

/*================ Social Sharing ================*/
.social-sharing {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

.social-sharing--product {
	margin-bottom: 80px;
}

.social-sharing--article.social-sharing--1 {
	height: 145px;
}

.social-sharing--article.social-sharing--2 {
	height: 215px;
}

.social-sharing--article.social-sharing--3 {
	height: 285px;
}

.social-sharing__toggle {
	padding: 20px;
	z-index: 5;
	cursor: pointer;
}

.social-sharing--article .social-sharing__toggle {
	padding: 0;
}

.social-sharing__item-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.social-sharing--mobile .social-sharing__item-list {
	box-sizing: content-box;
	max-height: 50px;
}

.social-sharing__item {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: 0 0 0 -25px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.15s ease-out;
}

.social-sharing--active .social-sharing__item {
	opacity: 1;
	pointer-events: auto;
}

.social-sharing__link {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	border: solid 2px rgba(255, 255, 255, 0.1);
	transition: all 0.15s ease-out;
	pointer-events: none;
	background-color: black;
}

.social-sharing__link:hover {
	border: solid 2px rgba(255, 255, 255, 0.1);
}

.social-sharing--active .social-sharing__link {
	opacity: 1;
	pointer-events: auto;
}

.social-sharing__link .icon {
	fill: white;
}

.social-sharing--product .social-sharing__icon {
	margin-right: 10px;
}

.social-sharing--mobile .social-sharing__icon {
	display: block;
	width: 50px;
	height: 50px;
	padding: 8px 0;
	margin: 0 auto 10px;
	text-align: center;
	border: 2px solid grey;
	border-radius: 50px;
}

.social-sharing--article .social-sharing__icon {
	display: block;
	width: 100%;
	height: 15px;
	padding: 0;
	margin-bottom: 15px;
	text-align: center;
}

.social-sharing--article .social-sharing__icon .icon {
	vertical-align: top;
}

.social-sharing__icon .icon {
	fill: grey;
	height: 15px;
}

.social-sharing__icon .icon-share {
	display: inline-block;
	transition: all 0.15s ease-out;
	-ms-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.social-sharing--active .social-sharing__icon .icon-share {
	opacity: 0;
	-ms-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.social-sharing__icon .icon-close {
	display: inline-block;
	margin-left: -25px;
	opacity: 0;
	transition: all 0.15s ease-out;
	-ms-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.social-sharing--active .social-sharing__icon .icon-close {
	opacity: 1;
	-ms-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.social-sharing__icon .icon-facebook {
	height: 22px;
}

.social-sharing--1.social-sharing--mobile.social-sharing--active .social-sharing__item:nth-of-type(1) {
	-ms-transform: translate(0, -60px);
	-webkit-transform: translate(0, -60px);
	transform: translate(0, -60px);
}

.social-sharing--1.social-sharing--product.social-sharing--active .social-sharing__item:nth-of-type(1) {
	-ms-transform: translate(0, 65px);
	-webkit-transform: translate(0, 65px);
	transform: translate(0, 65px);
}

.social-sharing--2.social-sharing--mobile.social-sharing--active .social-sharing__item:nth-of-type(1) {
	-ms-transform: translate(-30px, -60px);
	-webkit-transform: translate(-30px, -60px);
	transform: translate(-30px, -60px);
}

.social-sharing--2.social-sharing--product.social-sharing--active .social-sharing__item:nth-of-type(1) {
	-ms-transform: translate(-30px, 65px);
	-webkit-transform: translate(-30px, 65px);
	transform: translate(-30px, 65px);
}

.social-sharing--3.social-sharing--mobile.social-sharing--active .social-sharing__item:nth-of-type(1) {
	-ms-transform: translate(-60px, -45px);
	-webkit-transform: translate(-60px, -45px);
	transform: translate(-60px, -45px);
}

.social-sharing--3.social-sharing--product.social-sharing--active .social-sharing__item:nth-of-type(1) {
	-ms-transform: translate(-65px, 65px);
	-webkit-transform: translate(-65px, 65px);
	transform: translate(-65px, 65px);
}

.social-sharing--article.social-sharing--active .social-sharing__item:nth-of-type(1) {
	-ms-transform: translate(0, 105px);
	-webkit-transform: translate(0, 105px);
	transform: translate(0, 105px);
}

.social-sharing__item:nth-of-type(2) {
	transition-delay: 0.05s;
	-webkit-transition-delay: 0.05s;
}

.social-sharing--active .social-sharing__item:nth-of-type(2) {
	opacity: 1;
}

.social-sharing--2.social-sharing--mobile.social-sharing--active .social-sharing__item:nth-of-type(2) {
	-ms-transform: translate(30px, -60px);
	-webkit-transform: translate(30px, -60px);
	transform: translate(30px, -60px);
}

.social-sharing--2.social-sharing--product.social-sharing--active .social-sharing__item:nth-of-type(2) {
	-ms-transform: translate(30px, 65px);
	-webkit-transform: translate(30px, 65px);
	transform: translate(30px, 65px);
}

.social-sharing--3.social-sharing--mobile.social-sharing--active .social-sharing__item:nth-of-type(2) {
	-ms-transform: translate(0, -60px);
	-webkit-transform: translate(0, -60px);
	transform: translate(0, -60px);
}

.social-sharing--3.social-sharing--product.social-sharing--active .social-sharing__item:nth-of-type(2) {
	-ms-transform: translate(0, 65px);
	-webkit-transform: translate(0, 65px);
	transform: translate(0, 65px);
}

.social-sharing--article.social-sharing--active .social-sharing__item:nth-of-type(2) {
	-ms-transform: translate(0, 165px);
	-webkit-transform: translate(0, 165px);
	transform: translate(0, 165px);
}

.social-sharing__item:nth-of-type(3) {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.social-sharing--active .social-sharing__item:nth-of-type(3) {
	opacity: 1;
}

.social-sharing--3.social-sharing--mobile.social-sharing--active .social-sharing__item:nth-of-type(3) {
	-ms-transform: translate(60px, -45px);
	-webkit-transform: translate(60px, -45px);
	transform: translate(60px, -45px);
}

.social-sharing--3.social-sharing--product.social-sharing--active .social-sharing__item:nth-of-type(3) {
	-ms-transform: translate(65px, 65px);
	-webkit-transform: translate(65px, 65px);
	transform: translate(65px, 65px);
}

.social-sharing--article.social-sharing--active .social-sharing__item:nth-of-type(3) {
	-ms-transform: translate(0, 225px);
	-webkit-transform: translate(0, 225px);
	transform: translate(0, 225px);
}

/*================ Slider ================*/
.slider {
	position: relative;
	width: 100%;
	height: 100%;
}

.slider__slide {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.slider__slide--active {
	display: block;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.slider__slide--previous {
	display: block;
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.slider__slide--next {
	display: block;
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.slider__slide--transitioning {
	transition: transform 0.2s ease-out;
}

.slider__slide--dragging {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.sk-fading-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -10px;
	width: 40px;
	height: 40px;
}

.supports-no-js .sk-fading-circle {
	display: none;
}

.sk-fading-circle--top {
	margin-top: 50px;
}

.sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-circle::before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: grey;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-circle2::before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-circle3::before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-circle4::before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-circle5::before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-circle6::before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-circle7::before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-circle8::before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-circle9::before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-circle10::before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-circle11::before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-circle12::before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

.sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

/* Chr, Saf */
@-webkit-keyframes sk-circleFadeDelay {
	0%,
  39%,
  100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

/* IE >9, Fx >15, Op >12.0 */
@keyframes sk-circleFadeDelay {
	0%,
  39%,
  100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

/* Chr, Saf */
@-webkit-keyframes sk-circleFadeDelay {
	0%,
  39%,
  100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

/* IE >9, Fx >15, Op >12.0 */
@keyframes sk-circleFadeDelay {
	0%,
  39%,
  100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.video-section {
	position: relative;
	height: 56.25vw;
	min-height: 300px;
	max-height: 810px;
	background-size: cover;
	background-color: black;
}

.video-section.lazyloaded {
	background-color: transparent;
}

.video-section__body-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease-out;
}

.video-section--loaded .video-section__body-overlay {
	height: 100%;
	opacity: 1;
	pointer-events: auto;
	z-index: 25;
}

.video-section__player,
.video-section__player iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.video-section--loaded .video-section__player, .video-section--loaded
  .video-section__player iframe {
	z-index: 26;
}

.video-section__player-close {
	display: none;
	position: absolute;
	left: 20px;
	top: 20px;
	background-color: #fff;
	border-radius: 50%;
}

.video-section--loaded .video-section__player-close {
	z-index: 27;
}

.video-section__player-close .icon {
	fill: #4a4a4a;
	width: 15px;
	height: 15px;
}

@media only screen and (max-width: 749px) {
	.video-section__player-close {
		top: 10px;
		left: 10px;
	}
}

.video-section__cover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	opacity: 1;
	transition: all 0.25s ease-out;
}

.video-section__cover.video-section--loaded {
	display: none;
	opacity: 0;
}

.video-section__cover-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.25s ease-out;
}

.video-section__cover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}

.video-section__cover-content {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	opacity: 1;
	transition: opacity 0.25s ease-out;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.video-section__cover-text {
	color: #fff;
	text-align: center;
	margin: 0 auto 40px;
	max-width: 750px;
}

@media only screen and (max-width: 749px) {
	.video-section__cover-text {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
}

.video-section__error {
	display: none;
	position: absolute;
	bottom: -40px;
	width: 50vw;
	min-width: 340px;
	left: 50%;
	color: #fff;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.video-section--error .video-section__error {
	display: block;
}

.video-section__load-player-button {
	position: relative;
	margin: 0 auto;
	height: 70px;
	width: 70px;
	padding: 0;
	transition: all 0.5s ease;
}

.video-section__load-player-button:hover {
	opacity: 1;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.video-section__load-player-button.animated.pulse {
	outline: none;
	-ms-animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-ms-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-ms-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@media only screen and (max-width: 749px) {
	.video-section__load-player-button {
		height: 50px;
		width: 50px;
	}
}

.video-section__load-player-button-triangle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 15px solid #fff;
	border-bottom: 8px solid transparent;
	-ms-transform: translate(-42%, -50%);
	-webkit-transform: translate(-42%, -50%);
	transform: translate(-42%, -50%);
}

.video-section__load-player-button-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: transparent;
	border: 2px solid #fff;
	height: 70px;
	width: 70px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-top-right-radius: 75px;
	border-top-left-radius: 75px;
	border-bottom-right-radius: 75px;
	border-bottom-left-radius: 75px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 749px) {
	.video-section__load-player-button-circle {
		height: 50px;
		width: 50px;
	}
}

.video-section__load-player-button.animated .video-section__load-player-button-circle {
	position: absolute;
	top: 0;
	left: 0;
	border: 3px dotted #fff;
	-ms-animation-name: spin;
	-webkit-animation-name: spin;
	-moz-animation-name: spin;
	animation-name: spin;
	-ms-animation-duration: 4s;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	animation-duration: 4s;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* Chr, Saf */
@-webkit-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* IE >9, Fx >15, Op >12.0 */
@keyframes spin {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Chr, Saf */
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

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

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

/* IE >9, Fx >15, Op >12.0 */
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

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

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

/*================ General ================*/
.featured-slider {
	position: relative;
	overflow: hidden;
	background-color: black;
}

/*================ Cover ================*/
.featured-slider__cover-background {
	position: absolute;
	left: 0;
	width: 50%;
	height: 100vh;
	overflow: hidden;
	z-index: 5;
}

.featured-slider__cover-background:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 101%;
}

.featured-slider__cover-background .placeholder-svg {
	width: 150vw;
	height: 50vw;
	max-width: none;
	max-height: none;
	transform-origin: 0 0;
	-ms-transform: rotate(90deg) translate(-10%, -100%);
	-webkit-transform: rotate(90deg) translate(-10%, -100%);
	transform: rotate(90deg) translate(-10%, -100%);
}

@media only screen and (max-width: 749px) {
	.featured-slider__cover-background {
		display: block;
		width: 100%;
		height: 50vh;
		transition: transform 0.25s ease-out, opacity 0.25s ease-out;
	}

	.featured-slider__cover-background .placeholder-svg {
		width: 300vw;
		height: 100vw;
	}
}

.featured-slider__cover-background--top {
	top: 0;
}

@media only screen and (min-width: 750px) {
	.side-scroller--fixed .featured-slider__cover-background--top {
		position: fixed;
		will-change: transform;
	}

	.side-scroller--fixed-bottom .featured-slider__cover-background--top {
		top: auto;
		bottom: 0;
	}
}

@media only screen and (max-width: 749px) {
	.open .featured-slider__cover-background--top {
		-ms-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.featured-slider__cover-background--top .placeholder-svg {
		position: absolute;
		bottom: 0;
		-ms-transform: rotate(90deg) translate(-16.7%, -100%);
		-webkit-transform: rotate(90deg) translate(-16.7%, -100%);
		transform: rotate(90deg) translate(-16.7%, -100%);
	}
}

.featured-slider__cover-background--bottom {
	display: none;
	bottom: 0;
	height: 50%;
}

@media only screen and (max-width: 749px) {
	.featured-slider__cover-background--bottom {
		display: block;
	}

	.open .featured-slider__cover-background--bottom {
		transition: transform 0.25s ease-out, opacity 0.25s ease-out;
		-ms-transform: translateY(100%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	.featured-slider__cover-background--bottom .placeholder-svg {
		position: absolute;
		top: 0;
		left: 0;
		-ms-transform: rotate(90deg) translate(-50%, -100%);
		-webkit-transform: rotate(90deg) translate(-50%, -100%);
		transform: rotate(90deg) translate(-50%, -100%);
	}
}

.featured-slider__cover-background-image {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-color: black;
}

@media only screen and (max-width: 749px) {
	.featured-slider__cover-background-image {
		height: 200%;
	}

	.featured-slider__cover-background--top .featured-slider__cover-background-image {
		top: 0;
	}

	.featured-slider__cover-background--bottom .featured-slider__cover-background-image {
		bottom: 0;
	}
}

.featured-slider__cover-content {
	position: absolute;
	top: 50vh;
	left: 50%;
	width: 33%;
	opacity: 1;
	transition: opacity 0.25s ease-out;
	z-index: 15;
	text-align: center;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (min-width: 750px) {
	.side-scroller--fixed .featured-slider__cover-content {
		position: fixed;
		will-change: transform;
	}

	.side-scroller--fixed-bottom .featured-slider__cover-content {
		top: auto;
		bottom: 50vh;
		-ms-transform: translate(-50%, 50%);
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}
}

@media only screen and (max-width: 749px) {
	.featured-slider__cover-content {
		width: 80%;
	}

	.open .featured-slider__cover-content {
		opacity: 0;
		pointer-events: none;
	}
}

@media only screen and (min-width: 750px) {
	.featured-slider__cover-content--left {
		left: 25%;
	}
}

.featured-slider__cover-title {
	padding-bottom: 4px;
	cursor: default;
	opacity: 0;
	-ms-transform: translateY(20%);
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
}

.featured-slider__cover-title.has-animated {
	-webkit-animation: fadeInUp 0.5s ease-out 0.25s 1 forwards;
	animation: fadeInUp 0.5s ease-out 0.25s 1 forwards;
}

.supports-no-js .featured-slider__cover-title,
  .animations--disabled .featured-slider__cover-title {
	opacity: 1;
}

@media only screen and (max-width: 749px) {
	.featured-slider__cover-title {
		border-bottom: 2px solid #fff;
		cursor: pointer;
	}
}

.pinch-indicator {
	position: absolute;
	left: 50%;
	width: 25px;
	height: 25px;
	background-color: #fff;
	opacity: 0.66;
	border-radius: 20px;
	pointer-events: none;
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	-ms-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-ms-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media only screen and (min-width: 750px) {
	.pinch-indicator {
		display: none;
	}
}

.pinch-indicator--top {
	top: -40px;
	-ms-animation-name: pinch-up;
	-webkit-animation-name: pinch-up;
	-moz-animation-name: pinch-up;
	animation-name: pinch-up;
}

.pinch-indicator--bottom {
	bottom: -40px;
	-ms-animation-name: pinch-down;
	-webkit-animation-name: pinch-down;
	-moz-animation-name: pinch-down;
	animation-name: pinch-down;
}

/* Chr, Saf */
@-webkit-keyframes pinch-up {
	0%,
  15% {
		opacity: 0;
	}

	15%,
  30% {
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		opacity: 0.66;
	}

	70%,
  100% {
		-ms-transform: translate(-50%, -100px);
		-webkit-transform: translate(-50%, -100px);
		transform: translate(-50%, -100px);
		opacity: 0;
	}
}

/* IE >9, Fx >15, Op >12.0 */
@keyframes pinch-up {
	0%,
  15% {
		opacity: 0;
	}

	15%,
  30% {
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		opacity: 0.66;
	}

	70%,
  100% {
		-ms-transform: translate(-50%, -100px);
		-webkit-transform: translate(-50%, -100px);
		transform: translate(-50%, -100px);
		opacity: 0;
	}
}

/* Chr, Saf */
@-webkit-keyframes pinch-down {
	0%,
  15% {
		opacity: 0;
	}

	15%,
  30% {
		-ms-transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		opacity: 0.66;
	}

	70%,
  100% {
		-ms-transform: translate(-50%, 100px);
		-webkit-transform: translate(-50%, 100px);
		transform: translate(-50%, 100px);
		opacity: 0;
	}
}

/* IE >9, Fx >15, Op >12.0 */
@keyframes pinch-down {
	0%,
  15% {
		opacity: 0;
	}

	15%,
  30% {
		-ms-transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		opacity: 0.66;
	}

	70%,
  100% {
		-ms-transform: translate(-50%, 100px);
		-webkit-transform: translate(-50%, 100px);
		transform: translate(-50%, 100px);
		opacity: 0;
	}
}

/*================ Close ================*/
.featured-slider__close {
	display: none;
	position: absolute;
	top: 40px;
	left: 50%;
	height: 50px;
	width: 50px;
	padding: 0;
	transition: all 0.5s ease;
	z-index: 25;
	-ms-transform: scale(1) translateX(-50%);
	-webkit-transform: scale(1) translateX(-50%);
	transform: scale(1) translateX(-50%);
}

.featured-slider__close:hover {
	opacity: 1;
	-ms-transform: scale(1.1) translateX(-50%);
	-webkit-transform: scale(1.1) translateX(-50%);
	transform: scale(1.1) translateX(-50%);
}

@media only screen and (max-width: 749px) {
	.featured-slider__close {
		display: block;
	}
}

.featured-slider__close-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.featured-slider__close-icon .icon {
	fill: #fff;
}

.featured-slider__close-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: transparent;
	border: 2px solid #fff;
	height: 70px;
	width: 70px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-top-right-radius: 75px;
	border-top-left-radius: 75px;
	border-bottom-right-radius: 75px;
	border-bottom-left-radius: 75px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 749px) {
	.featured-slider__close-circle {
		height: 50px;
		width: 50px;
	}
}

/*================ Slides ================*/
.featured-slider__slides-container {
	transition: background-color 1s ease-out;
}

@media only screen and (max-width: 749px) {
	.featured-slider__slides-container {
		height: 100vh;
		overflow: hidden;
	}
}

@media only screen and (min-width: 750px) {
	.featured-slider__slides-container {
		min-height: 100vh;
		width: 50%;
		margin-left: 50%;
	}
}

@media only screen and (min-width: 750px) {
	.featured-slider__slide-list {
		padding: 20vh 0;
	}
}

.featured-slider__slide {
	position: relative;
	text-align: center;
}

@media only screen and (min-width: 750px) {
	.featured-slider__slide {
		display: block;
		cursor: default;
	}
}

@media only screen and (max-width: 749px) {
	.featured-slider__slide {
		height: 100vh;
		display: none;
		position: absolute;
	}

	.featured-slider__slide.slider__slide--active, .featured-slider__slide.slider__slide--previous, .featured-slider__slide.slider__slide--next {
		display: block;
	}
}

.featured-slider__slide-content {
	position: relative;
	margin: 0 auto;
	max-width: 45%;
}

@media only screen and (min-width: 750px) {
	.featured-slider__slide-content {
		padding: 20vh 0;
	}
}

@media only screen and (max-width: 749px) {
	.featured-slider__slide-content {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		max-width: 65vw;
		-ms-transform: translate(-50%, -45%);
		-webkit-transform: translate(-50%, -45%);
		transform: translate(-50%, -45%);
	}
}

.featured-slider__slide-image-container {
	position: relative;
	pointer-events: none;
}

.featured-slider__slide-image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.featured-slider__slide-image.placeholder-svg {
	position: relative;
	max-width: 450px;
	margin: 0 auto;
	background-color: transparent;
	transform: scale(1.5);
}

.featured-slider__slide-title {
	margin: 40px 0 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*================ Mobile Reveal Slider ================*/
.reveal-slider__nav {
	display: none;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (max-width: 749px) {
	.reveal-slider__nav {
		display: block;
	}
}

.reveal-slider__nav-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 6px;
	border-width: 0;
	margin: 0 4px;
	padding: 0;
	height: 4px;
	width: 4px;
	opacity: 0.7;
	transition: opacity 0.15s ease-out;
}

.reveal-slider__nav-button.active {
	opacity: 1;
}

.reveal-slider__previous,
.reveal-slider__next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 45px;
	opacity: 0;
}

@media only screen and (min-width: 750px) {
	.reveal-slider__previous,
    .reveal-slider__next {
		display: none;
	}
}

.reveal-slider__previous {
	left: 0;
}

.reveal-slider__next {
	right: 0;
}

.reveal-slider__previous-button,
.reveal-slider__next-button {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.map-section {
	position: relative;
	height: 650px;
	width: 100%;
	overflow: hidden;
}

@media only screen and (min-width: 750px) {
	.map-section {
		height: 500px;
	}
}

.map-section .page-width {
	height: 100%;
}

.map-section__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}

.map-section__error-message {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 400px;
	padding: 20px;
	color: #eb4f47;
	border: 3px solid #eb4f47;
	background-color: #fde9e8;
	font-weight: 600;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 749px) {
	.map-section__error-message {
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		margin-top: 20px;
		text-align: center;
	}
}

.map-section__content-wrapper {
	position: relative;
	text-align: center;
	height: 100%;
}

.map-section__content {
	position: relative;
	display: inline-block;
	background-color: black;
	padding: 40px;
	margin-top: 20px;
	width: 100%;
	text-align: center;
	z-index: 5;
}

@media only screen and (min-width: 750px) {
	.map-section__content {
		position: absolute;
		left: 0;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: 0;
		width: 33.33333%;
	}
}

.map-section__link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.map-section__container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	margin-bottom: -50%;
}

@media only screen and (min-width: 750px) {
	.map-section__container {
		width: 130%;
		height: 100%;
		margin: 0 -30% 0 0;
	}
}

.map-section__button {
	display: inline-block;
	margin-top: 20px;
	white-space: normal;
}

.gm-style-cc,
.gm-style-cc + div {
	visibility: hidden;
}

.highlight {
	padding: 120px 0 80px;
}

@media only screen and (min-width: 750px) {
	.highlight {
		padding: 140px 0;
	}
}

.highlight__wrapper {
	position: relative;
	padding: 60px 40px;
}

@media only screen and (min-width: 750px) {
	.highlight__wrapper {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
}

@media only screen and (min-width: 750px) {
	.highlight__content-container,
  .highlight__image-container {
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 50%;
	}

	.highlight--align-top .highlight__content-container, .highlight--align-top
    .highlight__image-container {
		-ms-flex-item-align: flex-start;
		-webkit-align-self: flex-start;
		align-self: flex-start;
	}

	.highlight--align-middle .highlight__content-container, .highlight--align-middle
    .highlight__image-container {
		-ms-flex-item-align: center;
		-webkit-align-self: center;
		align-self: center;
	}

	.highlight--align-bottom .highlight__content-container, .highlight--align-bottom
    .highlight__image-container {
		-ms-flex-item-align: flex-end;
		-webkit-align-self: flex-end;
		align-self: flex-end;
	}
}

@media only screen and (min-width: 750px) {
	.highlight__content-container {
		-webkit-order: 2;
		-ms-order: 2;
		order: 2;
	}
}

@media only screen and (max-width: 749px) {
	.highlight__content-container {
		width: 100%;
		margin-top: 60px;
	}
}

.highlight__border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 5;
}

.highlight__border.has-animated .highlight__line--top,
  .highlight__border.has-animated .highlight__line--bottom,
  .supports-no-js .highlight__border .highlight__line--top,
  .supports-no-js .highlight__border .highlight__line--bottom,
  .animations--disabled .highlight__border .highlight__line--top,
  .animations--disabled .highlight__border .highlight__line--bottom {
	transition: width 0.5s ease-out 0.75s;
	width: 100%;
}

.highlight__border.has-animated .highlight__line--right,
  .highlight__border.has-animated .highlight__line--left,
  .supports-no-js .highlight__border .highlight__line--right,
  .supports-no-js .highlight__border .highlight__line--left,
  .animations--disabled .highlight__border .highlight__line--right,
  .animations--disabled .highlight__border .highlight__line--left {
	transition: height 0.5s ease-out 0.75s;
	height: 100%;
}

.highlight__line {
	position: absolute;
}

.highlight__line--top {
	top: 0;
	left: 0;
	height: 3px;
	width: 0;
}

.highlight__line--right {
	top: 0;
	right: 0;
	height: 0;
	width: 3px;
}

.highlight__line--bottom {
	bottom: 0;
	right: 0;
	height: 3px;
	width: 0;
}

.highlight__line--left {
	bottom: 0;
	left: 0;
	height: 0;
	width: 3px;
}

.highlight__image-container {
	position: relative;
}

@media only screen and (min-width: 750px) {
	.highlight__image-container {
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
	}
}

@media only screen and (max-width: 749px) {
	.highlight__image-container {
		position: relative;
		width: 100%;
		margin-top: -100px;
		z-index: 6;
	}
}

@media only screen and (min-width: 750px) {
	.highlight__image-container--front {
		z-index: 7;
	}
}

@media only screen and (min-width: 750px) {
	.highlight__image-container--back {
		z-index: 0;
	}
}

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

@media only screen and (max-width: 749px) {
	.highlight__image {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 750px) {
	.highlight__image {
		margin-left: -25%;
	}
}

.highlight__image--placeholder {
	position: relative;
}

.drawer {
	position: fixed;
	top: 70px;
	right: -300px;
	width: 300px;
	height: 100vh;
	transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	z-index: 25;
}

@media only screen and (min-width: 750px) {
	.drawer {
		right: -400px;
		width: 400px;
	}
}

.drawer--active .drawer {
	display: block;
	transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}

@media only screen and (min-width: 750px) {
	.drawer--active .drawer {
		-ms-transform: translateX(-400px);
		-webkit-transform: translateX(-400px);
		transform: translateX(-400px);
	}
}

[data-drawer-push] {
	transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.drawer--active [data-drawer-push] {
	transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}

@media only screen and (min-width: 750px) {
	.drawer--active [data-drawer-push] {
		-ms-transform: translateX(-400px);
		-webkit-transform: translateX(-400px);
		transform: translateX(-400px);
	}
}

.drawer-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #4a4a4a;
	opacity: 0;
	pointer-events: none !important;
	z-index: 25;
	transition: opacity 0.25s ease-out;
}

.drawer--active .drawer-cover {
	opacity: 0.3;
	height: 100%;
	pointer-events: auto !important;
}

.ajax-cart__template {
	display: none;
}

.ajax-cart__discount-container--active {
	max-height: 100px;
	opacity: 1;
}

.featured-product__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	max-width: 980px;
	padding: 140px 20px;
	margin: 0 auto;
}

@media only screen and (max-width: 749px) {
	.featured-product__wrapper {
		padding: 80px 20px;
	}
}

@media only screen and (max-width: 989px) {
	.featured-product__wrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.featured-product__wrapper--full-width {
	max-width: none;
	padding: 0;
}

@media only screen and (max-width: 749px) {
	.featured-product__wrapper--full-width {
		padding-bottom: 80px;
	}
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
	.featured-product__wrapper--full-width {
		margin: 0;
		padding-bottom: 140px;
	}
}

@media only screen and (min-width: 990px) {
	.featured-product__wrapper--full-width {
		-ms-flex-align: stretch;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		-ms-align-items: stretch;
		-o-align-items: stretch;
		align-items: stretch;
	}
}

.featured-product__image-column,
.featured-product__content-column {
	position: relative;
	-webkit-flex: 0 1 50%;
	-moz-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

@media only screen and (max-width: 989px) {
	.featured-product__image-column,
    .featured-product__content-column {
		-webkit-flex: 1 1 auto;
		-moz-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 100%;
		max-width: 650px;
	}
}

.featured-product__wrapper--full-width .featured-product__image-column {
	position: relative;
	width: 100%;
	max-width: none;
	padding: 0;
}

@media only screen and (max-width: 749px) {
	.featured-product__wrapper--full-width .featured-product__content-column {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
	.featured-product__wrapper--full-width .featured-product__content-column {
		padding: 0 60px;
	}
}

@media only screen and (min-width: 990px) {
	.featured-product__content-column {
		padding: 0 60px;
		margin: 0 auto;
	}

	.featured-product__wrapper--full-width .featured-product__content-column {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		max-width: 540px;
	}
}

.featured-product__content-wrapper {
	width: 100%;
}

.featured-product__content-header {
	margin: 60px 0;
}

@media only screen and (min-width: 990px) {
	.featured-product__content-header {
		margin-top: 0;
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 990px) {
	.featured-product__wrapper--full-width .featured-product__content-header {
		margin-top: 60px;
	}
}

@media only screen and (min-width: 750px) {
	.featured-product__wrapper--full-width .featured-product__content-header--sharing {
		margin: 120px 0 60px;
	}
}

.feature-product__image-padding {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.featured-product__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center center;
	background-color: black;
}

.featured-product__image.lazyloaded {
	background-color: transparent;
}

.featured-product__share-wrapper {
	text-align: center;
	padding-top: 20px;
}

.featured-product__share-wrapper .social-sharing {
	margin-bottom: 0;
}

@media only screen and (min-width: 990px) {
	.featured-product__wrapper--full-width .featured-product__share-wrapper .social-sharing {
		margin-bottom: 80px;
	}
}

.product__more-details {
	padding: 20px;
	margin-left: -10px;
}

.product__more-details-icon {
	margin-right: 10px;
}

.product__more-details-icon .icon {
	fill: grey;
	height: 15px;
	margin-top: -3px;
}

.featured-collection {
	padding: 80px 0;
}

@media only screen and (min-width: 750px) {
	.featured-collection {
		padding: 140px 0;
	}
}

.featured-collection .card-list {
	margin-bottom: 60px;
}

.featured-collection__heading {
	margin-bottom: 20px;
}

@media only screen and (min-width: 750px) {
	.featured-collection__heading {
		margin-bottom: 60px;
	}
}

.featured-collection__view-all {
	text-align: center;
}

.featured-blog {
	padding: 80px 0;
}

@media only screen and (min-width: 750px) {
	.featured-blog {
		padding: 140px 0;
	}
}

@media only screen and (min-width: 750px) {
	.featured-blog .card__wrapper {
		margin-bottom: 0;
	}
}

.featured-blog__heading {
	margin-bottom: 20px;
}

.featured-blog__heading::before {
	content: '';
	display: block;
	width: 0;
	height: 6px;
	margin-bottom: 20px;
	background-color: grey;
	transition: width 0.5s ease-out;
	margin: 0 auto 20px;
}

.featured-blog__heading.has-animated::before,
  .supports-no-js .featured-blog__heading::before,
  .animations--disabled .featured-blog__heading::before {
	width: 80px;
}

@media only screen and (min-width: 750px) {
	.featured-blog__heading {
		margin-bottom: 60px;
	}
}

.featured-blog__view-all {
	text-align: center;
	margin-top: 20px;
}

@media only screen and (min-width: 750px) {
	.featured-blog__view-all {
		margin-top: 60px;
	}
}

.collection-list {
	padding: 80px 0;
}

@media only screen and (min-width: 750px) {
	.collection-list {
		padding: 140px 0;
	}
}

.collection-list-grid__image-item {
	margin-bottom: 40px;
}

.collection-list-grid__image-container {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.collection-list-grid__link {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	text-decoration: none;
	transition: all 500ms ease-out;
}

.collection-list-grid__link:hover {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.collection-list-grid__image-wrapper {
	height: 100%;
	width: 100%;
	position: relative;
}

.collection-grid-item__image {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.collection-grid-item__title {
	margin-bottom: 20px;
}

.rich-text {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media only screen and (min-width: 750px) {
	.rich-text {
		padding-top: 140px;
	}
}

@media only screen and (min-width: 750px) {
	.rich-text {
		padding-bottom: 140px;
	}
}

.rich-text__heading {
	text-align: center;
}

@media only screen and (max-width: 749px) {
	.rich-text__heading::before {
		content: '';
		display: block;
		width: 0;
		height: 6px;
		margin-bottom: 20px;
		background-color: grey;
		transition: width 0.5s ease-out;
		margin: 0 auto 20px;
	}

	.rich-text__heading.has-animated::before,
    .supports-no-js .rich-text__heading::before,
    .animations--disabled .rich-text__heading::before {
		width: 80px;
	}
}

@media only screen and (min-width: 750px) {
	.rich-text__heading::before {
		content: '';
		display: block;
		width: 0;
		height: 6px;
		margin-bottom: 20px;
		background-color: grey;
		transition: width 0.5s ease-out;
		margin: 0 auto 20px;
	}

	.rich-text__heading.has-animated::before,
    .supports-no-js .rich-text__heading::before,
    .animations--disabled .rich-text__heading::before {
		width: 80px;
	}
}

.rich-text__body-text {
	max-width: 100%;
}

.rich-text__body-text--small {
	font-size: 1.4rem;
}

@media only screen and (max-width: 749px) {
	.rich-text__body-text--small {
		font-size: 1.3rem;
	}
}

.rich-text__body-text--large {
	font-size: 2rem;
}

@media only screen and (max-width: 749px) {
	.rich-text__body-text--large {
		font-size: 1.7rem;
	}
}

.order-table {
	margin-bottom: 40px;
}

.order-table a {
	color: white;
}

.order-table th, .order-table td {
	border: 0;
	padding: 1em 0.5em;
}

.order-table tbody th,
  .order-table tfoot th {
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
}

.order-table tbody tr + tr {
	border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.order-table thead {
	border-bottom: 1px solid white;
}

.order-table tfoot {
	border-top: 1px solid white;
}

.order-table tfoot tr:first-child th,
    .order-table tfoot tr:first-child td {
	padding-top: 1.25em;
}

.order-table tfoot tr:nth-last-child(2) th,
    .order-table tfoot tr:nth-last-child(2) td {
	padding-bottom: 1.25em;
}

.order-table tfoot tr:last-child th,
    .order-table tfoot tr:last-child td {
	border-top: 1px solid white;
	font-weight: 600;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}

@media only screen and (min-width: 750px) {
	.order-table tbody tr:first-child th,
    .order-table tbody tr:first-child td {
		padding-top: 1.25em;
	}

	.order-table tbody tr:last-child th,
    .order-table tbody tr:last-child td {
		padding-bottom: 1.25em;
	}

	.order-table tbody tr:last-child th .order-discount--list,
      .order-table tbody tr:last-child td .order-discount--list {
		margin-bottom: 0;
	}

	.order-table tfoot tr td, .order-table tfoot tr th {
		vertical-align: bottom;
	}
}

@media only screen and (max-width: 749px) {
	.order-table {
		border: 0;
	}

	.order-table thead {
		display: none;
	}

	.order-table th,
      .order-table td {
		float: left;
		clear: left;
		width: 100%;
		text-align: right;
		border: 0;
		margin: 0;
	}

	.order-table th::before,
      .order-table td::before {
		content: attr(data-label);
		float: left;
		text-align: left;
		padding-right: 2em;
		max-width: 80%;
	}

	.order-table tbody tr th:first-child {
		padding-top: 1.5em;
	}

	.order-table tbody tr td:last-child {
		padding-bottom: 1.5em;
	}

	.order-table tbody th::before,
      .order-table tbody td::before {
		font-weight: 600;
	}

	.order-table tfoot tr td, .order-table tfoot tr th {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
}

@media only screen and (max-width: 749px) {
	.order-table__product-line {
		display: flex;
		justify-content: space-between;
	}
}

.order-table__product {
	font-size: 1.6rem;
	color: inherit;
	text-decoration: none;
}

.order-table__variant {
	font-size: 1.4rem;
	margin-bottom: 0;
}

.order-discount {
	text-transform: uppercase;
	color: grey;
	display: block;
	line-height: 1.2em;
}

.order-discount .icon-saletag {
	fill: currentColor;
	width: 1em;
	height: 1em;
	min-width: 12px;
	min-height: 12px;
	margin-right: 0.4em;
}

.order-discount--title {
	word-break: break-word;
	padding-right: 1em;
}

.order-discount--cart-title {
	padding-right: 0;
	text-align: left;
}

@media only screen and (min-width: 750px) {
	.order-discount--cart-title {
		font-size: 0.85em;
	}
}

.order-discount--cart {
	font-size: 1.4rem;
}

.order-discount--list {
	margin: 0.8em 0 0.6em 1.3em;
	padding: 0;
	list-style: none;
}

.order-discount__item {
	text-indent: -1.3em;
}

.order-discount__item + .order-discount__item {
	margin-top: 0.6em;
}

@media only screen and (max-width: 749px) {
	.order-discount-wrapper {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
}

.product-recommendations {
	padding-bottom: 80px;
	max-width: 980px;
	margin: 0 auto;
}

.product-recommendations__heading {
	margin-bottom: 20px;
}

@media only screen and (min-width: 750px) {
	.product-recommendations__heading {
		margin-bottom: 60px;
	}
}

.product-recommendations__slider {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow-x: auto;
	padding: 0 5rem;
	-webkit-overflow-scrolling: touch;
	list-style-type: none;
}

@media only screen and (min-width: 750px) {
	.product-recommendations__slider {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		padding: 0;
		-webkit-overflow-scrolling: auto;
	}
}

.product-recommendations__slide {
	-webkit-flex: 0 0 100%;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.product-recommendations__slide:nth-child(n+2):last-child {
	padding-right: 4rem;
}

.product-recommendations__slide:not(:first-of-type) {
	margin-left: 4rem;
}

@media only screen and (min-width: 750px) {
	.product-recommendations__slide {
		-webkit-flex: 0 0 calc(50% - 4rem);
		-moz-flex: 0 0 calc(50% - 4rem);
		-ms-flex: 0 0 calc(50% - 4rem);
		flex: 0 0 calc(50% - 4rem);
		margin: 2rem;
	}

	.product-recommendations__slide:nth-child(n+2):last-child {
		padding-right: 0;
	}

	.product-recommendations__slide:not(:first-of-type) {
		margin-left: 2rem;
	}
}

.product-recommendations__slide .card {
	opacity: 1;
	height: 100%;
	transform: none;
}

.product-recommendations__slide .card__wrapper {
	height: 100%;
	margin-bottom: 0;
}

.product-recommendations__indicators-wrapper {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin-top: 3rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

@media only screen and (min-width: 750px) {
	.product-recommendations__indicators-wrapper {
		display: none;
	}
}

.product-recommendations__slide-indicator {
	width: 0.8rem;
	height: 0.8rem;
	margin: 0.4rem;
	border: 1px solid white;
	border-radius: 50%;
}

.product-recommendations__slide-indicator--active {
	background-color: white;
}




/* Vehicle for Sale */
/* ======================================================== */
/* == Responsive Snap-point Variables ===================== */
/* ======================================================== */
.u-inline-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .u-inline-list > li {
      display: inline-block;
      vertical-align: middle; }
  
  .u-static {
    position: static; }
  
  .u-relative {
    position: relative; }
  
  .u-text-center {
    text-align: center; }
  
  .u-text-light {
    font-weight: 300; }
  
  .u-text-left {
    text-align: left; }
  
  .u-text-right {
    text-align: right; }
  
  .u-naked-link {
    color: #1e1e1e; }
  
  .u-scrollbar::-webkit-scrollbar {
    width: 6px; }
  
  .u-scrollbar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  
  .u-scrollbar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #7C7C7C; }
  
  .u-table-bordered td {
    padding: 5px 10px; }
  
  .u-strikethrough {
    text-decoration: line-through; }
  
  .u-sale-colour {
    color: #c72626; }
  
  .pagination {
    padding: 40px 0 34px;
    text-align: center; }
    .pagination-link {
      display: inline-block;
      width: 40px;
      line-height: 40px;
      margin: 0 3px 6px;
      font-weight: bold;
      background: #EAEAEA;
      color: #1e1e1e; }
      .pagination-link.is-active {
        background: #B46A1F;
        color: #ffffff; }
  
  h1 {
    margin: 0 0 20px;
    font-size: 20px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      h1 {
        margin-bottom: 5px; } }
  
  .content {
    padding-bottom: 0;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .content {
        padding-top: 35px; } }
    @media (min-width: 1200px) {
      .content {
        padding-top: 60px; } }
  
  @media (min-width: 768px) {
    .breadcrumbs {
      text-align: center; } }
  
  @media (min-width: 1200px) {
    .breadcrumbs {
      position: absolute;
      top: -35px;
      left: 10px;
      right: 10px;
      text-align: left; } }
  
  .secondary-nav {
    border: 1px solid #eaeaea; }
    .secondary-nav-fixed {
      position: absolute;
      top: 256px;
      left: -10px;
      right: -10px;
      /*&.mod-offset-xs {
              @media ($upto-small-displays) {
                  top: 315px;
              }
          }*/ }
      @media (min-width: 768px) {
        .secondary-nav-fixed {
          top: 210px; } }
      @media (min-width: 1200px) {
        .secondary-nav-fixed {
          top: 135px; } }
      .secondary-nav-fixed .secondary-nav {
        margin-left: -10px;
        margin-right: -10px; }
        @media (min-width: 768px) {
          .secondary-nav-fixed .secondary-nav {
            margin-left: 0;
            margin-right: 0; } }
      .secondary-nav-fixed.is-fixed {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 100; }
        @media (min-width: 768px) {
          .secondary-nav-fixed.is-fixed {
            top: 86px; } }
        @media (min-width: 992px) {
          .secondary-nav-fixed.is-fixed {
            top: 66px; } }
        @media (min-width: 1500px) {
          .secondary-nav-fixed.is-fixed {
            top: 86px; } }
        .secondary-nav-fixed.is-fixed .secondary-nav {
          border-top: 0;
          border-left: 0;
          border-right: 0; }
          @media (min-width: 768px) {
            .secondary-nav-fixed.is-fixed .secondary-nav {
              margin: 0; } }
    .secondary-nav-list-item {
      width: 33.33%; }
      @media (min-width: 1200px) {
        .secondary-nav-list-item {
          width: auto; } }
    .secondary-nav-link, .secondary-nav-radio-link {
      padding: 18px 8px; }
      @media (min-width: 350px) {
        .secondary-nav-link, .secondary-nav-radio-link {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (min-width: 992px) {
        .secondary-nav-link, .secondary-nav-radio-link {
          padding-left: 29px;
          padding-right: 29px; } }
      @media (min-width: 1200px) {
        .secondary-nav-link, .secondary-nav-radio-link {
          padding-left: 50px;
          padding-right: 50px; } }
      @media (min-width: 1500px) {
        .secondary-nav-link, .secondary-nav-radio-link {
          padding-left: 63px;
          padding-right: 63px; } }
      @media (min-width: 1600px) {
        .secondary-nav-link, .secondary-nav-radio-link {
          padding-left: 70px;
          padding-right: 70px; } }
      @media (min-width: 1820px) {
        .secondary-nav-link, .secondary-nav-radio-link {
          padding-left: 90px;
          padding-right: 90px; } }
  
  /*# sourceMappingURL=list.css.map */
  
  /* ======================================================== */
  /* == Responsive Snap-point Variables ===================== */
  /* ======================================================== */
  .u-inline-list, .vehicle-detail-tab-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .u-inline-list > li, .vehicle-detail-tab-list > li {
      display: inline-block;
      vertical-align: middle; }
  
  .u-static {
    position: static; }
  
  .u-relative {
    position: relative; }
  
  .u-text-center {
    text-align: center; }
  
  .u-text-light {
    font-weight: 300; }
  
  .u-text-left {
    text-align: left; }
  
  .u-text-right {
    text-align: right; }
  
  .u-naked-link {
    color: #1e1e1e; }
  
  .u-scrollbar::-webkit-scrollbar {
    width: 6px; }
  
  .u-scrollbar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  
  .u-scrollbar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #7C7C7C; }
  
  .u-table-bordered td {
    padding: 5px 10px; }
  
  .u-strikethrough {
    text-decoration: line-through; }
  
  .u-sale-colour {
    color: #c72626; }
  
  @media (min-width: 1200px) {
    .content {
      background-image: url("/cdn/shop/files/watermark.png");
      background-position: bottom right;
      background-repeat: no-repeat; } }
  
  @media (min-width: 1200px) {
    .breadcrumbs {
      position: absolute;
      top: 22px;
      left: 10px; } }
  
  @media (max-width: 1199px) {
    .breadcrumbs {
      text-align: center; } }
  
  .vehicles-heading {
    margin-top: 5px; }
    @media (min-width: 1200px) {
      .vehicles-heading-links {
        margin-top: 16px; } }
  
  @media (max-width: 1199px) {
    .vehicles-title {
      margin-top: 0; } }
  
  .vehicle-detail-title {
    margin: 28px 0 50px;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    color: #000; }
    .content .vehicle-detail-title {
      letter-spacing: 0;
      text-indent: 0; }
  
  .vehicle-detail-heading {
    padding: 0 10px; }
    @media (min-width: 768px) {
      .vehicle-detail-heading {
        padding: 0; } }
  
  @media (min-width: 768px) {
    .vehicle-detail-gallery {
      margin: 0 0 20px; } }
  
  @media (min-width: 1200px) {
    .vehicle-detail-gallery {
      margin: 0 -10px; } }
  
  .vehicle-detail-gallery-img {
    max-width: 100%;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .vehicle-detail-gallery-img {
        margin: 0 0 20px; } }
  
  @media (min-width: 1200px) {
    .vehicle-detail-gallery .media-item {
      display: block;
      float: left;
      width: 100%;
      padding: 0 10px; } }
  
  @media (min-width: 1200px) {
    .vehicle-detail-gallery .media-item .media-img-bg {
      height: 320px;
      background-size: cover;
      background-position: center center; } }
  
  @media (min-width: 1500px) {
    .vehicle-detail-gallery .media-item .media-img-bg {
      height: 430px; } }
  
  @media (min-width: 1600px) {
    .vehicle-detail-gallery .media-item .media-img-bg {
      height: 465px; } }
  
  @media (min-width: 1820px) {
    .vehicle-detail-gallery .media-item .media-img-bg {
      height: 535px; } }
  
  @media (min-width: 1200px) {
    .vehicle-detail-gallery .media-item:nth-child(5n-3) {
      width: 33.33333%; } }
  
  @media (min-width: 1200px) {
    .vehicle-detail-gallery .media-item:nth-child(5n-2) {
      width: 66.66667%; } }
  
  @media (min-width: 1200px) {
    .vehicle-detail-gallery .media-item:nth-child(5n-3) .media-img-bg, .vehicle-detail-gallery .media-item:nth-child(5n-2) .media-img-bg {
      height: 185px; } }
  
  @media (min-width: 1500px) {
    .vehicle-detail-gallery .media-item:nth-child(5n-3) .media-img-bg, .vehicle-detail-gallery .media-item:nth-child(5n-2) .media-img-bg {
      height: 240px; } }
  
  @media (min-width: 1600px) {
    .vehicle-detail-gallery .media-item:nth-child(5n-3) .media-img-bg, .vehicle-detail-gallery .media-item:nth-child(5n-2) .media-img-bg {
      height: 260px; } }
  
  @media (min-width: 1820px) {
    .vehicle-detail-gallery .media-item:nth-child(5n-3) .media-img-bg, .vehicle-detail-gallery .media-item:nth-child(5n-2) .media-img-bg {
      height: 300px; } }
  
  @media (min-width: 1200px) {
    .vehicle-detail-gallery .media-item:nth-child(5n-1), .vehicle-detail-gallery .media-item:nth-child(5n) {
      width: 50%; } }
  
  @media (min-width: 1200px) {
    .vehicle-detail-gallery .media-item:nth-child(5n-1) .media-img-bg, .vehicle-detail-gallery .media-item:nth-child(5n) .media-img-bg {
      height: 140px; } }
  
  @media (min-width: 1500px) {
    .vehicle-detail-gallery .media-item:nth-child(5n-1) .media-img-bg, .vehicle-detail-gallery .media-item:nth-child(5n) .media-img-bg {
      height: 185px; } }
  
  @media (min-width: 1600px) {
    .vehicle-detail-gallery .media-item:nth-child(5n-1) .media-img-bg, .vehicle-detail-gallery .media-item:nth-child(5n) .media-img-bg {
      height: 200px; } }
  
  @media (min-width: 1820px) {
    .vehicle-detail-gallery .media-item:nth-child(5n-1) .media-img-bg, .vehicle-detail-gallery .media-item:nth-child(5n) .media-img-bg {
      height: 230px; } }
  
  @media (min-width: 1200px) {
    .vehicle-detail-info {
      margin-left: 40px; } }
  
  .vehicle-detail-bordered {
    position: relative; }
    @media (min-width: 768px) {
      .vehicle-detail-bordered {
        border: 1px solid #C9C9C9; } }
  
  .vehicle-detail-info {
    position: relative;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .vehicle-detail-info {
        padding: 0; } }
  
  .vehicle-detail-cta {
    padding: 40px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .vehicle-detail-cta {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 27%;
        padding: 25px; } }
    @media (min-width: 1200px) {
      .vehicle-detail-cta {
        width: 37%; } }
    @media (min-width: 1500px) {
      .vehicle-detail-cta {
        width: 27%; } }
    .vehicle-detail-cta:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; }
    .vehicle-detail-cta-centered {
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .vehicle-detail-cta-centered {
          width: 98%;
          margin-left: 1%; } }
    .vehicle-detail-cta-hr {
      margin: 30px 0;
      height: 1px;
      background: #C9C9C9; }
      @media (min-width: 768px) {
        .vehicle-detail-cta-hr {
          margin: 60px 0; } }
    .vehicle-detail-cta-btn {
      padding-left: 12px;
      padding-right: 12px;
      border: 1px solid #1e1e1e;
      background: none;
      color: #1e1e1e; }
      .vehicle-detail-cta-btn:hover, .vehicle-detail-cta-btn:focus {
        color: #1e1e1e; }
      .vehicle-detail-cta-btn:hover, .vehicle-detail-cta-btn:focus {
        background: rgba(0, 0, 0, 0.1); }
    .vehicle-detail-cta-img {
      max-width: 100%; }
  
  .vehicle-detail-price {
    margin: 0 0 18px;
    line-height: 1.25;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase; }
    .vehicle-detail-price-value {
      font-size: 30px;
      font-weight: bold; }
    .vehicle-detail-price-lang {
      display: inline-block;
      margin: -5px 3px 0 0;
      max-width: 18px; }
  
  .vehicle-detail-offer {
    margin: -15px 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    text-align: center; }
  
  .vehicle-detail-spec {
    font-size: 15px; }
    @media (min-width: 768px) {
      .vehicle-detail-spec {
        width: 73%;
        margin-left: 27%;
        padding: 35px 40px;
        border-left: 1px solid #C9C9C9; } }
    @media (min-width: 1200px) {
      .vehicle-detail-spec {
        width: 63%;
        margin-left: 37%;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px; } }
    @media (min-width: 1500px) {
      .vehicle-detail-spec {
        width: 73%;
        margin-left: 27%;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 15px; } }
    .vehicle-detail-spec-table {
      width: 100%;
      border: 0; }
    .vehicle-detail-spec-item:first-child .vehicle-detail-spec-label,
    .vehicle-detail-spec-item:first-child .vehicle-detail-spec-value {
      border-top: 1px solid transparent; }
    .vehicle-detail-spec-item:first-child .vehicle-detail-spec-label {
      border-top-color: #EAEAEA; }
    .vehicle-detail-spec-title {
      margin: 0 0 16px;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .vehicle-detail-spec-label, .vehicle-detail-spec-value {
      width: 50%;
      padding: 12px 0;
      border-bottom: 1px solid transparent;
      line-height: 1; }
    .vehicle-detail-spec-label {
      position: relative;
      padding-right: 10px;
      text-transform: uppercase;
      border-bottom: 1px solid #EAEAEA; }
      .vehicle-detail-spec-label:after {
        content: ':';
        position: absolute;
        top: 50%;
        right: 0;
        line-height: 18px;
        margin-top: -9px; }
    .vehicle-detail-spec-value {
      padding-left: 10px;
      font-weight: bold; }
  
  .vehicle-detail-options {
    list-style-type: none;
    padding: 0; }
  
  .vehicle-detail-option {
    margin: 0 0 15px;
    line-height: 1.1; }
  
  .vehicle-detail-slogan {
    padding: 50px 0;
    border-bottom: 1px solid #C9C9C9;
    text-align: center; }
    .vehicle-detail-slogan-text {
      display: block;
      font-size: 28px;
      line-height: 0.9;
      font-weight: bold;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .vehicle-detail-slogan-text {
          width: 475px;
          margin: 0 auto; } }
  
  .vehicle-detail-description, .vehicle-detail-cap {
    padding: 50px 0 36px;
    border-bottom: 1px solid #C9C9C9; }
  
  .vehicle-detail-cap {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase; }
  
  .vehicle-detail-tabs {
    margin: 45px 0 0; }
  
  .vehicle-detail-tab {
    padding: 20px;
    background: rgba(201, 201, 201, 0.5); }
    @media (min-width: 1600px) {
      .vehicle-detail-tab {
        padding: 30px; } }
    .vehicle-detail-tab-list-item {
      width: 100%;
      border: 1px solid rgba(201, 201, 201, 0.5);
      border-bottom: 0; }
      @media (min-width: 768px) {
        .vehicle-detail-tab-list-item {
          width: 50%; } }
      .vehicle-detail-tab-list-item.is-active {
        background: rgba(201, 201, 201, 0.5); }
    .vehicle-detail-tab-link {
      display: block; }
    .vehicle-detail-tab-label {
      display: block;
      padding: 17px 20px;
      font-size: 14px;
      line-height: 1.2;
      text-transform: uppercase;
      color: #1e1e1e; }
      @media (min-width: 1600px) {
        .vehicle-detail-tab-label {
          padding-left: 30px;
          padding-right: 30px; } }
  
  /*# sourceMappingURL=detail.css.map */
  