@charset "UTF-8";
/******************************************************************
Theme Name: Turbo fork for Lunchbox "5.0.3"
Theme URI: https://outofthesandbox.com/collections/turbo-theme
Author: Out of the Sandbox (https://outofthesandbox.com)
Description: Shopify Theme (https://www.shopify.com/&ref=out-of-the-sandbox)
******************************************************************/
/* Table of Contents
==================================================
#Variables
#Mixins
#Functions
#Reset
#Basic Styles
#Typography
#Links
#Lists
#Menu
#Images
#Placeholders
#Videos
#Buttons
#Tabs
#Accordions
#Forms
#Contact Form
#Newsletter
#Tables
#Misc
#Testimonials
#FAQ Template
#Team Template
#Logo-list
#Gallery Section
#Recently Viewed
#Search autocomplete
#Search page
#Search Section
#Site Styles
#Header
#Swatch Styles
#Flickity
#Layout
#Password Page
#Account
#Page Details
#Product Details
#Product Recommendations
#Home page - general
#Home page - slideshow
#Home page - image with text
#Home page - featured promotions
#Home page - featured collection
#Home page - image with text overlay
#Home page - video
#Home page - Text column with images
#Home page - Social feeds
#Font-Face
#Custom Styles */
/* #Variables
================================================== */
/*============================================================================
  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
==============================================================================*/
/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
/* #Mixins
================================================== */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
   or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/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);
    }
*/
/* #Functions
================================================== */
/* #Reset & Basics
================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

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

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

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

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

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

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
  @media only screen and (max-width: 798px) {
    .clear {
      display: none; } }

/* #Fonts
================================================== */
/* #Basic Styles
================================================== */
body {
  font-family: "SF Pro Display";
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  color: #a0d7f0;
  line-height: 1.49;
  letter-spacing: 0.11px;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background-color: #ffffff; }
  @media only screen and (min-width: 481px) {
    body {
      line-height: 1.89; } }

body.blocked-scroll {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

body.blocked-overflow {
  overflow: hidden; }

::-moz-selection {
  background-color: #000;
  color: #fff; }

::selection {
  background: #FFF7B6;
  color: black; }

abbr {
  border-bottom: 1px dotted #a0d7f0; }

/* Theme editor */
.editor-visible--true {
  display: block !important; }

/* Lazyloading styles */
.transition--fade-in {
  opacity: 0;
  transition: opacity 0.2s ease-in; }
  .transition--fade-in.lazyloaded {
    opacity: 1; }

img[data-sizes="auto"].lazyloaded {
  height: auto; }

img[data-sizes="auto"],
img[data-sizes="100vw"] {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

img {
  border-radius: 20px; }

.image__container {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-element__wrap {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.image-element__wrap img {
  height: auto; }

/*============================================================================
  Grid - full width columns, no gutter
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid__item {
  float: left;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }

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

/*================ Build Base Grid Classes ================*/
/* Base Grid */
.one {
  width: calc(6.25% - 20px); }

.two {
  width: calc(12.5% - 20px); }

.three {
  width: calc(18.75% - 20px); }

.four {
  width: calc(25% - 20px); }

.five {
  width: calc(31.25% - 20px); }

.six {
  width: calc(37.5% - 20px); }

.seven {
  width: calc(43.75% - 20px); }

.eight {
  width: calc(50% - 20px); }

.nine {
  width: calc(56.25% - 20px); }

.ten {
  width: calc(62.5% - 20px); }

.eleven {
  width: calc(68.75% - 20px); }

.twelve {
  width: calc(75% - 20px); }

.thirteen {
  width: calc(81.25% - 20px); }

.fourteen {
  width: calc(87.5% - 20px); }

.fifteen {
  width: calc(93.75% - 20px); }

.sixteen {
  width: calc(100% - 20px); }

/** Whole */
.one-whole {
  width: calc(100% - 20px);
  left: auto !important; }

/* Halves */
.one-half {
  width: calc(50% - 20px); }

/* Thirds */
.one-third {
  width: calc(33.33333% - 20px); }

.two-thirds {
  width: calc(66.66667% - 20px); }

/* Fourths */
.one-fourth {
  width: calc(25% - 20px); }

.two-fourths {
  width: calc(50% - 20px); }

.three-fourths {
  width: calc(75% - 20px); }

/* Fifths */
.one-fifth {
  width: calc(20% - 20px); }

.two-fifths {
  width: calc(40% - 20px); }

.three-fifths {
  width: calc(60% - 20px); }

.four-fifths {
  width: calc(80% - 20px); }

/* Sixths */
.one-sixth {
  width: calc(16.66667% - 20px); }

.two-sixths {
  width: calc(33.33333% - 20px); }

.three-sixths {
  width: calc(50% - 20px); }

.four-sixths {
  width: calc(66.66667% - 20px); }

.five-sixths {
  width: calc(83.33333% - 20px); }

/* Sevenths */
.one-seventh {
  width: calc(14.28571% - 20px); }

.two-sevenths {
  width: calc(28.57143% - 20px); }

.three-sevenths {
  width: calc(42.85714% - 20px); }

.four-sevenths {
  width: calc(57.14286% - 20px); }

.five-sevenths {
  width: calc(71.42857% - 20px); }

/* Eighths */
.one-eighth {
  width: calc(12.5% - 20px); }

.two-eighths {
  width: calc(25% - 20px); }

.three-eighths {
  width: calc(37.5% - 20px); }

.four-eighths {
  width: calc(50% - 20px); }

.five-eighths {
  width: calc(62.5% - 20px); }

.six-eighths {
  width: calc(75% - 20px); }

.seven-eighths {
  width: calc(87.5% - 20px); }

/* Tenths */
.one-tenth {
  width: calc(10% - 20px); }

.two-tenths {
  width: calc(20% - 20px); }

.three-tenths {
  width: calc(30% - 20px); }

.four-tenths {
  width: calc(40% - 20px); }

.five-tenths {
  width: calc(50% - 20px); }

.six-tenths {
  width: calc(60% - 20px); }

.seven-tenths {
  width: calc(70% - 20px); }

.eight-tenths {
  width: calc(80% - 20px); }

.nine-tenths {
  width: calc(90% - 20px); }

/* Twelfths */
.one-twelfth {
  width: calc(8.33333% - 20px); }

.two-twelfths {
  width: calc(16.66667% - 20px); }

.three-twelfths {
  width: calc(25% - 20px); }

.four-twelfths {
  width: calc(33.33333% - 20px); }

.five-twelfths {
  width: calc(41.66667% - 20px); }

.six-twelfths {
  width: calc(50% - 20px); }

.seven-twelfths {
  width: calc(58.33333% - 20px); }

.eight-twelfths {
  width: calc(66.66667% - 20px); }

.nine-twelfths {
  width: calc(75% - 20px); }

.ten-twelfths {
  width: calc(83.33333% - 20px); }

.eleven-twelfths {
  width: calc(91.66667% - 20px); }

.equal-columns--clear .one-half:nth-of-type(2n+1),
.equal-columns--clear .eight:nth-of-type(2n+1),
.equal-columns--clear .one-third:nth-of-type(3n+1),
.equal-columns--clear .one-fourth:nth-of-type(4n+1),
.equal-columns--clear .four:nth-of-type(4n+1),
.equal-columns--clear .one-fifth:nth-of-type(5n+1),
.equal-columns--clear .one-sixth:nth-of-type(6n+1),
.equal-columns--clear .one-seventh:nth-of-type(7n+1) {
  clear: both; }

.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .eight:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .four:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .two:nth-of-type(8n) {
  margin-right: 0; }
.equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .eight:nth-of-type(2n+1),
.equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .four:nth-of-type(4n+1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .two:nth-of-type(8n+1) {
  margin-left: 0; }
.equal-columns--outside-trim .one-whole:nth-of-type(1n+1) {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }
.equal-columns--outside-trim .one-half {
  width: calc(50% - (20px - (20px / 2))); }
.equal-columns--outside-trim .one-third {
  width: calc(33.33333% - (20px - (20px / 3))); }
.equal-columns--outside-trim .one-fifth {
  width: calc(20% - (20px - (20px / 5))); }
.equal-columns--outside-trim .one-fourth {
  width: calc(25% - (20px - (20px / 4))); }
.equal-columns--outside-trim .one-sixth {
  width: calc(16.66667% - (20px - (20px / 6))); }
.equal-columns--outside-trim .one-seventh {
  width: calc(14.28571% - (20px - (20px / 7))); }
.equal-columns--outside-trim .two {
  width: calc(12.5% - (20px - (20px / 8))); }
.equal-columns--outside-trim .four {
  width: calc(25% - (20px - (20px / 4))); }
.equal-columns--outside-trim .seven {
  width: calc(43.75% - (20px - (20px / 2))); }
.equal-columns--outside-trim .eight {
  width: calc(50% - (20px / 2)); }
.equal-columns--outside-trim .nine {
  width: calc(56.25% - (20px - (20px / 2))); }

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

/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
@media only screen and (max-width: 1024px) {
  /* Base Grid */
  .large-down--one {
    width: calc(6.25% - 20px); }

  .large-down--two {
    width: calc(12.5% - 20px); }

  .large-down--three {
    width: calc(18.75% - 20px); }

  .large-down--four {
    width: calc(25% - 20px); }

  .large-down--five {
    width: calc(31.25% - 20px); }

  .large-down--six {
    width: calc(37.5% - 20px); }

  .large-down--seven {
    width: calc(43.75% - 20px); }

  .large-down--eight {
    width: calc(50% - 20px); }

  .large-down--nine {
    width: calc(56.25% - 20px); }

  .large-down--ten {
    width: calc(62.5% - 20px); }

  .large-down--eleven {
    width: calc(68.75% - 20px); }

  .large-down--twelve {
    width: calc(75% - 20px); }

  .large-down--thirteen {
    width: calc(81.25% - 20px); }

  .large-down--fourteen {
    width: calc(87.5% - 20px); }

  .large-down--fifteen {
    width: calc(93.75% - 20px); }

  .large-down--sixteen {
    width: calc(100% - 20px); }

  /** Whole */
  .large-down--one-whole {
    width: calc(100% - 20px);
    left: auto !important; }

  /* Halves */
  .large-down--one-half {
    width: calc(50% - 20px); }

  /* Thirds */
  .large-down--one-third {
    width: calc(33.33333% - 20px); }

  .large-down--two-thirds {
    width: calc(66.66667% - 20px); }

  /* Fourths */
  .large-down--one-fourth {
    width: calc(25% - 20px); }

  .large-down--two-fourths {
    width: calc(50% - 20px); }

  .large-down--three-fourths {
    width: calc(75% - 20px); }

  /* Fifths */
  .large-down--one-fifth {
    width: calc(20% - 20px); }

  .large-down--two-fifths {
    width: calc(40% - 20px); }

  .large-down--three-fifths {
    width: calc(60% - 20px); }

  .large-down--four-fifths {
    width: calc(80% - 20px); }

  /* Sixths */
  .large-down--one-sixth {
    width: calc(16.66667% - 20px); }

  .large-down--two-sixths {
    width: calc(33.33333% - 20px); }

  .large-down--three-sixths {
    width: calc(50% - 20px); }

  .large-down--four-sixths {
    width: calc(66.66667% - 20px); }

  .large-down--five-sixths {
    width: calc(83.33333% - 20px); }

  /* Sevenths */
  .large-down--one-seventh {
    width: calc(14.28571% - 20px); }

  .large-down--two-sevenths {
    width: calc(28.57143% - 20px); }

  .large-down--three-sevenths {
    width: calc(42.85714% - 20px); }

  .large-down--four-sevenths {
    width: calc(57.14286% - 20px); }

  .large-down--five-sevenths {
    width: calc(71.42857% - 20px); }

  /* Eighths */
  .large-down--one-eighth {
    width: calc(12.5% - 20px); }

  .large-down--two-eighths {
    width: calc(25% - 20px); }

  .large-down--three-eighths {
    width: calc(37.5% - 20px); }

  .large-down--four-eighths {
    width: calc(50% - 20px); }

  .large-down--five-eighths {
    width: calc(62.5% - 20px); }

  .large-down--six-eighths {
    width: calc(75% - 20px); }

  .large-down--seven-eighths {
    width: calc(87.5% - 20px); }

  /* Tenths */
  .large-down--one-tenth {
    width: calc(10% - 20px); }

  .large-down--two-tenths {
    width: calc(20% - 20px); }

  .large-down--three-tenths {
    width: calc(30% - 20px); }

  .large-down--four-tenths {
    width: calc(40% - 20px); }

  .large-down--five-tenths {
    width: calc(50% - 20px); }

  .large-down--six-tenths {
    width: calc(60% - 20px); }

  .large-down--seven-tenths {
    width: calc(70% - 20px); }

  .large-down--eight-tenths {
    width: calc(80% - 20px); }

  .large-down--nine-tenths {
    width: calc(90% - 20px); }

  /* Twelfths */
  .large-down--one-twelfth {
    width: calc(8.33333% - 20px); }

  .large-down--two-twelfths {
    width: calc(16.66667% - 20px); }

  .large-down--three-twelfths {
    width: calc(25% - 20px); }

  .large-down--four-twelfths {
    width: calc(33.33333% - 20px); }

  .large-down--five-twelfths {
    width: calc(41.66667% - 20px); }

  .large-down--six-twelfths {
    width: calc(50% - 20px); }

  .large-down--seven-twelfths {
    width: calc(58.33333% - 20px); }

  .large-down--eight-twelfths {
    width: calc(66.66667% - 20px); }

  .large-down--nine-twelfths {
    width: calc(75% - 20px); }

  .large-down--ten-twelfths {
    width: calc(83.33333% - 20px); }

  .large-down--eleven-twelfths {
    width: calc(91.66667% - 20px); }

  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0; }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0; }
  .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .equal-columns--outside-trim .large-down--one-half {
    width: calc(50% - (20px - (20px / 2))); }
  .equal-columns--outside-trim .large-down--one-third {
    width: calc(33.33333% - (20px - (20px / 3))); }
  .equal-columns--outside-trim .large-down--one-fifth {
    width: calc(20% - (20px - (20px / 5))); }
  .equal-columns--outside-trim .large-down--one-fourth {
    width: calc(25% - (20px - (20px / 4))); }
  .equal-columns--outside-trim .large-down--one-sixth {
    width: calc(16.66667% - (20px - (20px / 6))); }
  .equal-columns--outside-trim .large-down--one-seventh {
    width: calc(14.28571% - (20px - (20px / 7))); }
  .equal-columns--outside-trim .large-down--two {
    width: calc(12.5% - (20px - (20px / 8))); }
  .equal-columns--outside-trim .large-down--four {
    width: calc(25% - (20px - (20px / 4))); }
  .equal-columns--outside-trim .large-down--seven {
    width: calc(43.75% - (20px - (20px / 2))); }
  .equal-columns--outside-trim .large-down--eight {
    width: calc(50% - (20px / 2)); }
  .equal-columns--outside-trim .large-down--nine {
    width: calc(56.25% - (20px - (20px / 2))); }

  .large-down--show {
    display: block !important; }

  .large-down--hide {
    display: none !important; }

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

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

  .large-down--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .equal-columns--clear .large-down--one-half.large-down--one-half,
  .equal-columns--clear .large-down--eight.large-down--eight,
  .equal-columns--clear .large-down--one-third.large-down--one-third,
  .equal-columns--clear .large-down--one-fourth.large-down--one-fourth,
  .equal-columns--clear .large-down--four.large-down--four,
  .equal-columns--clear .large-down--one-fifth.large-down--one-fifth,
  .equal-columns--clear .large-down--one-sixth.large-down--one-sixth,
  .equal-columns--clear .large-down--one-seventh.large-down--one-seventh {
    clear: none; }
  .equal-columns--clear .large-down--one-half:nth-of-type(2n+1),
  .equal-columns--clear .large-down--eight:nth-of-type(2n+1),
  .equal-columns--clear .large-down--one-third:nth-of-type(3n+1),
  .equal-columns--clear .large-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--clear .large-down--four:nth-of-type(4n+1),
  .equal-columns--clear .large-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--clear .large-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--clear .large-down--one-seventh:nth-of-type(7n+1) {
    clear: both; } }

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
  .equal-columns--outside-trim .large-down--eight.large-down--eight,
  .equal-columns--outside-trim .large-down--one-third.large-down--one-third,
  .equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
  .equal-columns--outside-trim .large-down--four.large-down--four,
  .equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
  .equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
  .equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
  .equal-columns--outside-trim .large-down--two.large-down--two {
    margin-right: 10px;
    margin-left: 10px; }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0; }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0; } }
@media only screen and (max-width: 798px) {
  /* Base Grid */
  .medium-down--one {
    width: calc(6.25% - 20px); }

  .medium-down--two {
    width: calc(12.5% - 20px); }

  .medium-down--three {
    width: calc(18.75% - 20px); }

  .medium-down--four {
    width: calc(25% - 20px); }

  .medium-down--five {
    width: calc(31.25% - 20px); }

  .medium-down--six {
    width: calc(37.5% - 20px); }

  .medium-down--seven {
    width: calc(43.75% - 20px); }

  .medium-down--eight {
    width: calc(50% - 20px); }

  .medium-down--nine {
    width: calc(56.25% - 20px); }

  .medium-down--ten {
    width: calc(62.5% - 20px); }

  .medium-down--eleven {
    width: calc(68.75% - 20px); }

  .medium-down--twelve {
    width: calc(75% - 20px); }

  .medium-down--thirteen {
    width: calc(81.25% - 20px); }

  .medium-down--fourteen {
    width: calc(87.5% - 20px); }

  .medium-down--fifteen {
    width: calc(93.75% - 20px); }

  .medium-down--sixteen {
    width: calc(100% - 20px); }

  /** Whole */
  .medium-down--one-whole {
    width: calc(100% - 20px);
    left: auto !important; }

  /* Halves */
  .medium-down--one-half {
    width: calc(50% - 20px); }

  /* Thirds */
  .medium-down--one-third {
    width: calc(33.33333% - 20px); }

  .medium-down--two-thirds {
    width: calc(66.66667% - 20px); }

  /* Fourths */
  .medium-down--one-fourth {
    width: calc(25% - 20px); }

  .medium-down--two-fourths {
    width: calc(50% - 20px); }

  .medium-down--three-fourths {
    width: calc(75% - 20px); }

  /* Fifths */
  .medium-down--one-fifth {
    width: calc(20% - 20px); }

  .medium-down--two-fifths {
    width: calc(40% - 20px); }

  .medium-down--three-fifths {
    width: calc(60% - 20px); }

  .medium-down--four-fifths {
    width: calc(80% - 20px); }

  /* Sixths */
  .medium-down--one-sixth {
    width: calc(16.66667% - 20px); }

  .medium-down--two-sixths {
    width: calc(33.33333% - 20px); }

  .medium-down--three-sixths {
    width: calc(50% - 20px); }

  .medium-down--four-sixths {
    width: calc(66.66667% - 20px); }

  .medium-down--five-sixths {
    width: calc(83.33333% - 20px); }

  /* Sevenths */
  .medium-down--one-seventh {
    width: calc(14.28571% - 20px); }

  .medium-down--two-sevenths {
    width: calc(28.57143% - 20px); }

  .medium-down--three-sevenths {
    width: calc(42.85714% - 20px); }

  .medium-down--four-sevenths {
    width: calc(57.14286% - 20px); }

  .medium-down--five-sevenths {
    width: calc(71.42857% - 20px); }

  /* Eighths */
  .medium-down--one-eighth {
    width: calc(12.5% - 20px); }

  .medium-down--two-eighths {
    width: calc(25% - 20px); }

  .medium-down--three-eighths {
    width: calc(37.5% - 20px); }

  .medium-down--four-eighths {
    width: calc(50% - 20px); }

  .medium-down--five-eighths {
    width: calc(62.5% - 20px); }

  .medium-down--six-eighths {
    width: calc(75% - 20px); }

  .medium-down--seven-eighths {
    width: calc(87.5% - 20px); }

  /* Tenths */
  .medium-down--one-tenth {
    width: calc(10% - 20px); }

  .medium-down--two-tenths {
    width: calc(20% - 20px); }

  .medium-down--three-tenths {
    width: calc(30% - 20px); }

  .medium-down--four-tenths {
    width: calc(40% - 20px); }

  .medium-down--five-tenths {
    width: calc(50% - 20px); }

  .medium-down--six-tenths {
    width: calc(60% - 20px); }

  .medium-down--seven-tenths {
    width: calc(70% - 20px); }

  .medium-down--eight-tenths {
    width: calc(80% - 20px); }

  .medium-down--nine-tenths {
    width: calc(90% - 20px); }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: calc(8.33333% - 20px); }

  .medium-down--two-twelfths {
    width: calc(16.66667% - 20px); }

  .medium-down--three-twelfths {
    width: calc(25% - 20px); }

  .medium-down--four-twelfths {
    width: calc(33.33333% - 20px); }

  .medium-down--five-twelfths {
    width: calc(41.66667% - 20px); }

  .medium-down--six-twelfths {
    width: calc(50% - 20px); }

  .medium-down--seven-twelfths {
    width: calc(58.33333% - 20px); }

  .medium-down--eight-twelfths {
    width: calc(66.66667% - 20px); }

  .medium-down--nine-twelfths {
    width: calc(75% - 20px); }

  .medium-down--ten-twelfths {
    width: calc(83.33333% - 20px); }

  .medium-down--eleven-twelfths {
    width: calc(91.66667% - 20px); }

  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0; }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0; }
  .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .equal-columns--outside-trim .medium-down--one-half {
    width: calc(50% - (20px - (20px / 2))); }
  .equal-columns--outside-trim .medium-down--one-third {
    width: calc(33.33333% - (20px - (20px / 3))); }
  .equal-columns--outside-trim .medium-down--one-fifth {
    width: calc(20% - (20px - (20px / 5))); }
  .equal-columns--outside-trim .medium-down--one-fourth {
    width: calc(25% - (20px - (20px / 4))); }
  .equal-columns--outside-trim .medium-down--one-sixth {
    width: calc(16.66667% - (20px - (20px / 6))); }
  .equal-columns--outside-trim .medium-down--one-seventh {
    width: calc(14.28571% - (20px - (20px / 7))); }
  .equal-columns--outside-trim .medium-down--two {
    width: calc(12.5% - (20px - (20px / 8))); }
  .equal-columns--outside-trim .medium-down--four {
    width: calc(25% - (20px - (20px / 4))); }
  .equal-columns--outside-trim .medium-down--seven {
    width: calc(43.75% - (20px - (20px / 2))); }
  .equal-columns--outside-trim .medium-down--eight {
    width: calc(50% - (20px / 2)); }
  .equal-columns--outside-trim .medium-down--nine {
    width: calc(56.25% - (20px - (20px / 2))); }

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

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

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

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

  .medium-down--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 798px) and (max-width: 798px) {
  .equal-columns--clear .medium-down--one-half.medium-down--one-half,
  .equal-columns--clear .medium-down--eight.medium-down--eight,
  .equal-columns--clear .medium-down--one-third.medium-down--one-third,
  .equal-columns--clear .medium-down--one-fourth.medium-down--one-fourth,
  .equal-columns--clear .medium-down--four.medium-down--four,
  .equal-columns--clear .medium-down--one-fifth.medium-down--one-fifth,
  .equal-columns--clear .medium-down--one-sixth.medium-down--one-sixth,
  .equal-columns--clear .medium-down--one-seventh.medium-down--one-seventh {
    clear: none; }
  .equal-columns--clear .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--clear .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--clear .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--clear .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--clear .medium-down--four:nth-of-type(4n+1),
  .equal-columns--clear .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--clear .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--clear .medium-down--one-seventh:nth-of-type(7n+1) {
    clear: both; } }

@media only screen and (max-width: 798px) and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
  .equal-columns--outside-trim .medium-down--eight.medium-down--eight,
  .equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
  .equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
  .equal-columns--outside-trim .medium-down--four.medium-down--four,
  .equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
  .equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
  .equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
  .equal-columns--outside-trim .medium-down--two.medium-down--two {
    margin-right: 10px;
    margin-left: 10px; }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0; }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0; } }
@media only screen and (max-width: 480px) {
  /* Base Grid */
  .small-down--one {
    width: calc(6.25% - 20px); }

  .small-down--two {
    width: calc(12.5% - 20px); }

  .small-down--three {
    width: calc(18.75% - 20px); }

  .small-down--four {
    width: calc(25% - 20px); }

  .small-down--five {
    width: calc(31.25% - 20px); }

  .small-down--six {
    width: calc(37.5% - 20px); }

  .small-down--seven {
    width: calc(43.75% - 20px); }

  .small-down--eight {
    width: calc(50% - 20px); }

  .small-down--nine {
    width: calc(56.25% - 20px); }

  .small-down--ten {
    width: calc(62.5% - 20px); }

  .small-down--eleven {
    width: calc(68.75% - 20px); }

  .small-down--twelve {
    width: calc(75% - 20px); }

  .small-down--thirteen {
    width: calc(81.25% - 20px); }

  .small-down--fourteen {
    width: calc(87.5% - 20px); }

  .small-down--fifteen {
    width: calc(93.75% - 20px); }

  .small-down--sixteen {
    width: calc(100% - 20px); }

  /** Whole */
  .small-down--one-whole {
    width: calc(100% - 20px);
    left: auto !important; }

  /* Halves */
  .small-down--one-half {
    width: calc(50% - 20px); }

  /* Thirds */
  .small-down--one-third {
    width: calc(33.33333% - 20px); }

  .small-down--two-thirds {
    width: calc(66.66667% - 20px); }

  /* Fourths */
  .small-down--one-fourth {
    width: calc(25% - 20px); }

  .small-down--two-fourths {
    width: calc(50% - 20px); }

  .small-down--three-fourths {
    width: calc(75% - 20px); }

  /* Fifths */
  .small-down--one-fifth {
    width: calc(20% - 20px); }

  .small-down--two-fifths {
    width: calc(40% - 20px); }

  .small-down--three-fifths {
    width: calc(60% - 20px); }

  .small-down--four-fifths {
    width: calc(80% - 20px); }

  /* Sixths */
  .small-down--one-sixth {
    width: calc(16.66667% - 20px); }

  .small-down--two-sixths {
    width: calc(33.33333% - 20px); }

  .small-down--three-sixths {
    width: calc(50% - 20px); }

  .small-down--four-sixths {
    width: calc(66.66667% - 20px); }

  .small-down--five-sixths {
    width: calc(83.33333% - 20px); }

  /* Sevenths */
  .small-down--one-seventh {
    width: calc(14.28571% - 20px); }

  .small-down--two-sevenths {
    width: calc(28.57143% - 20px); }

  .small-down--three-sevenths {
    width: calc(42.85714% - 20px); }

  .small-down--four-sevenths {
    width: calc(57.14286% - 20px); }

  .small-down--five-sevenths {
    width: calc(71.42857% - 20px); }

  /* Eighths */
  .small-down--one-eighth {
    width: calc(12.5% - 20px); }

  .small-down--two-eighths {
    width: calc(25% - 20px); }

  .small-down--three-eighths {
    width: calc(37.5% - 20px); }

  .small-down--four-eighths {
    width: calc(50% - 20px); }

  .small-down--five-eighths {
    width: calc(62.5% - 20px); }

  .small-down--six-eighths {
    width: calc(75% - 20px); }

  .small-down--seven-eighths {
    width: calc(87.5% - 20px); }

  /* Tenths */
  .small-down--one-tenth {
    width: calc(10% - 20px); }

  .small-down--two-tenths {
    width: calc(20% - 20px); }

  .small-down--three-tenths {
    width: calc(30% - 20px); }

  .small-down--four-tenths {
    width: calc(40% - 20px); }

  .small-down--five-tenths {
    width: calc(50% - 20px); }

  .small-down--six-tenths {
    width: calc(60% - 20px); }

  .small-down--seven-tenths {
    width: calc(70% - 20px); }

  .small-down--eight-tenths {
    width: calc(80% - 20px); }

  .small-down--nine-tenths {
    width: calc(90% - 20px); }

  /* Twelfths */
  .small-down--one-twelfth {
    width: calc(8.33333% - 20px); }

  .small-down--two-twelfths {
    width: calc(16.66667% - 20px); }

  .small-down--three-twelfths {
    width: calc(25% - 20px); }

  .small-down--four-twelfths {
    width: calc(33.33333% - 20px); }

  .small-down--five-twelfths {
    width: calc(41.66667% - 20px); }

  .small-down--six-twelfths {
    width: calc(50% - 20px); }

  .small-down--seven-twelfths {
    width: calc(58.33333% - 20px); }

  .small-down--eight-twelfths {
    width: calc(66.66667% - 20px); }

  .small-down--nine-twelfths {
    width: calc(75% - 20px); }

  .small-down--ten-twelfths {
    width: calc(83.33333% - 20px); }

  .small-down--eleven-twelfths {
    width: calc(91.66667% - 20px); }

  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0; }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0; }
  .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .equal-columns--outside-trim .small-down--one-half {
    width: calc(50% - (20px - (20px / 2))); }
  .equal-columns--outside-trim .small-down--one-third {
    width: calc(33.33333% - (20px - (20px / 3))); }
  .equal-columns--outside-trim .small-down--one-fifth {
    width: calc(20% - (20px - (20px / 5))); }
  .equal-columns--outside-trim .small-down--one-fourth {
    width: calc(25% - (20px - (20px / 4))); }
  .equal-columns--outside-trim .small-down--one-sixth {
    width: calc(16.66667% - (20px - (20px / 6))); }
  .equal-columns--outside-trim .small-down--one-seventh {
    width: calc(14.28571% - (20px - (20px / 7))); }
  .equal-columns--outside-trim .small-down--two {
    width: calc(12.5% - (20px - (20px / 8))); }
  .equal-columns--outside-trim .small-down--four {
    width: calc(25% - (20px - (20px / 4))); }
  .equal-columns--outside-trim .small-down--seven {
    width: calc(43.75% - (20px - (20px / 2))); }
  .equal-columns--outside-trim .small-down--eight {
    width: calc(50% - (20px / 2)); }
  .equal-columns--outside-trim .small-down--nine {
    width: calc(56.25% - (20px - (20px / 2))); }

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

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

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

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

  .small-down--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .equal-columns--clear .small-down--one-half.small-down--one-half,
  .equal-columns--clear .small-down--eight.small-down--eight,
  .equal-columns--clear .small-down--one-third.small-down--one-third,
  .equal-columns--clear .small-down--one-fourth.small-down--one-fourth,
  .equal-columns--clear .small-down--four.small-down--four,
  .equal-columns--clear .small-down--one-fifth.small-down--one-fifth,
  .equal-columns--clear .small-down--one-sixth.small-down--one-sixth,
  .equal-columns--clear .small-down--one-seventh.small-down--one-seventh {
    clear: none; }
  .equal-columns--clear .small-down--one-half:nth-of-type(2n+1),
  .equal-columns--clear .small-down--eight:nth-of-type(2n+1),
  .equal-columns--clear .small-down--one-third:nth-of-type(3n+1),
  .equal-columns--clear .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--clear .small-down--four:nth-of-type(4n+1),
  .equal-columns--clear .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--clear .small-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--clear .small-down--one-seventh:nth-of-type(7n+1) {
    clear: both; } }

@media only screen and (max-width: 480px) and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
  .equal-columns--outside-trim .small-down--eight.small-down--eight,
  .equal-columns--outside-trim .small-down--one-third.small-down--one-third,
  .equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
  .equal-columns--outside-trim .small-down--four.small-down--four,
  .equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
  .equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
  .equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
  .equal-columns--outside-trim .small-down--two.small-down--two {
    margin-right: 10px;
    margin-left: 10px; }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0; }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0; } }
.container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .container {
      /*     width: calc(90% + 20px); */ } }
  @media only screen and (max-width: 480px) {
    .container {
      /*     width: calc(100% - 40px); */ } }

.container .container {
  width: 100%; }

[class*="offset-by"] {
  position: relative; }
  @media only screen and (max-width: 480px) {
    [class*="offset-by"] {
      position: static; } }

.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.column,
.columns {
  float: left;
  display: inline;
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  box-sizing: border-box; }

@media only screen and (max-width: 480px) {
  .column:not([class*="small-down--one-half"]),
  .columns:not([class*="small-down--one-half"]) {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 480px) {
  .even {
    margin-left: 0; } }

@media only screen and (max-width: 480px) {
  .odd {
    margin-right: 0; } }

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

.flex-container:after {
  visibility: hidden;
  display: none;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.row {
  margin-bottom: 20px; }

.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.container-border--top::before {
  display: block;
  content: '';
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid #a0d7f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: left; }
  @media only screen and (max-width: 480px) {
    .container-border--top::before {
      width: 100%; } }

.container-border--bottom::after {
  display: block;
  content: '';
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid #a0d7f0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  clear: both; }
  @media only screen and (max-width: 480px) {
    .container-border--bottom::after {
      width: 100%; } }

.narrow-width--true.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.container.full-width--true,
.full-width--true > .container {
  width: 100%;
  max-width: 100%; }

@media only screen and (max-width: 480px) {
  .container.fullWidthMobile--true,
  .column.fullWidthMobile--true,
  .columns.fullWidthMobile--true {
    width: 100% !important;
    max-width: 100%; } }

@media only screen and (min-width: 481px) {
  /* Nested Column Classes */
  .column.alpha, .columns.alpha {
    margin-left: 0; }

  .column.omega, .columns.omega {
    margin-right: 0; }

  /* Offsets */
  .offset-by-one {
    left: calc(6.25%); }

  .offset-by-two {
    left: calc(12.5%); }

  .offset-by-three {
    left: calc(18.75%); }

  .offset-by-four {
    left: calc(25%); }

  .offset-by-five {
    left: calc(31.25%); }

  .offset-by-six {
    left: calc(37.5%); }

  .offset-by-seven {
    left: calc(43.75%); }

  .offset-by-eight {
    left: calc(50%); }

  .offset-by-nine {
    left: calc(56.25%); }

  .offset-by-ten {
    left: calc(62.5%); }

  .offset-by-eleven {
    left: calc(68.75%); }

  .offset-by-twelve {
    left: calc(75%); }

  .offset-by-thirteen {
    left: calc(81.25%); }

  .offset-by-fourteen {
    left: calc(87.5%); }

  .offset-by-fifteen {
    left: calc(93.75%); } }
/* #Typography
================================================== */
@font-face {
  font-family: 'Goldplay';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Thin.woff2?v=101648082212630737821682524765) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Thin.woff?v=55593490027713593561682524765) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Thin.ttf?v=21526600953888946321682524764) format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Goldplay';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Light.woff2?v=111873119522014292481682524758) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Light.woff?v=79084297317924969641682524757) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Light.ttf?v=99549535260007070861682524757) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Goldplay';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Regular.woff2?v=165546877490903777241682524761) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Regular.woff?v=151642336634083226431682524761) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Regular.ttf?v=11422401804276722891682524760) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Goldplay';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Bold.woff2?v=122826834750230667231682524756) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Bold.woff?v=63327026994645257241682524755) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Bold.ttf?v=134308866254887581781682524755) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Goldplay';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Medium.woff2?v=61502255896623423531682524760) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Medium.woff?v=77792611507963816151682524759) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Medium.ttf?v=56517254140903595861682524758) format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Goldplay';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-SemiBold.woff2?v=67895837686016128211682524763) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-SemiBold.woff?v=74048192746692159951682524763) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-SemiBold.ttf?v=162687267237025959231682524762) format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Goldplay';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Black.woff2?v=150726194684729586391682524754) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Black.woff?v=183990820813291973751682524754) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/Goldplay-Black.ttf?v=101563844589428100441682524753) format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Greycliff CF Demi';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-DemiBold.woff2?v=24265431353847447011682524771) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-DemiBold.woff?v=183213294881936081621682524770) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-DemiBold.ttf?v=10681942630320810251682524770) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Bold.woff2?v=10414553201015969281682524767) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Bold.woff?v=110615124927920888181682524766) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Bold.ttf?v=153885097733428287741682524766) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF Demi';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-DemiBoldOblique.woff2?v=70862594511081054781682524773) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-DemiBoldOblique.woff?v=167322486947373102541682524772) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-DemiBoldOblique.ttf?v=46507605207404129621682524771) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-BoldOblique.woff2?v=71951987719323300611682524769) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-BoldOblique.woff?v=119952643614108971051682524768) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-BoldOblique.ttf?v=95917022956801292641682524768) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF Extra';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ExtraBold.woff2?v=89434173275177321941682524774) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ExtraBold.woff?v=139870472325495856251682524774) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ExtraBold.ttf?v=13889071697971251631682524773) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Heavy.woff2?v=41008074297345119441682524781) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Heavy.woff?v=142766766759524092891682524781) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Heavy.ttf?v=120063842836107668351682524780) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF Extra';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ExtraLight.woff2?v=140090009032402483141682524778) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ExtraLight.woff?v=178979446929000951291682524777) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ExtraLight.ttf?v=112402081590534600931682524777) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF Extra';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ExtraLightOblique.woff2?v=52620911092221285231682524780) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ExtraLightOblique.woff?v=20096562298110799201682524779) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ExtraLightOblique.ttf?v=38379255595524866821682524778) format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-HeavyOblique.woff2?v=15591629298814868241682524783) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-HeavyOblique.woff?v=183670329825749425411682524782) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-HeavyOblique.ttf?v=150376869489577504371682524782) format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF Extra';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ExtraBoldOblique.woff2?v=21732110203295411401682524776) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ExtraBoldOblique.woff?v=164786918903728549391682524775) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ExtraBoldOblique.ttf?v=40754750904274457961682524775) format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-RegularOblique.woff2?v=55004490317959046341682524794) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-RegularOblique.woff?v=100307059625233653991682524794) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-RegularOblique.ttf?v=34267186149380593921682524793) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-MediumOblique.woff2?v=122685970404182545641682524791) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-MediumOblique.woff?v=139940981228970752081682524790) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-MediumOblique.ttf?v=11659978196536391451682524789) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Light.woff2?v=33807627635902794471682524785) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Light.woff?v=96944618844466400381682524784) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Light.ttf?v=97818181305443551481682524784) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Medium.woff2?v=24927034178477147151682524789) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Medium.woff?v=26582286337767758901682524788) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Medium.ttf?v=135909364064383203981682524788) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Regular.woff2?v=5790975317691137471682524793) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Regular.woff?v=60954743087773917371682524792) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Regular.ttf?v=58833689865583530001682524791) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-LightOblique.woff2?v=123278699179886502291682524787) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-LightOblique.woff?v=177955158707617876091682524786) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-LightOblique.ttf?v=100927982356609553871682524786) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ThinOblique.woff2?v=116102655452852812371682524798) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ThinOblique.woff?v=78587420366518967031682524797) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-ThinOblique.ttf?v=12696012005171189001682524797) format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Greycliff CF';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Thin.woff2?v=44970221890162278151682524796) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Thin.woff?v=156109902883734952651682524796) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/GreycliffCF-Thin.ttf?v=149446138222899550101682524795) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/SFProDisplay-Regular.woff2?v=81695765273266015231682524843) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/SFProDisplay-Regular.woff?v=10782417441911720181682524842) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/SFProDisplay-Regular.ttf?v=176250724293660208921682524842) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/SFProDisplay-Bold.woff2?v=178642142005238243021682524841) format("woff2"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/SFProDisplay-Bold.woff?v=137795476285278235891682524840) format("woff"), url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/SFProDisplay-Bold.ttf?v=79763191572203978841682524840) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.logo {
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.3px;
  line-height: 1.33; }

/*  Headings  */
h1 {
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 48px;
  text-transform: none;
  line-height: 1.32;
  color: #4f4f4f;
  display: block;
  text-align: center;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 15px;
  clear: both;
  font-weight: 900;
  padding-top: 4px; }
  h1.cart_title {
    margin-bottom: 30px; }
    @media only screen and (min-width: 481px) {
      h1.cart_title {
        margin-top: 70px; } }
  h1 a:link, h1 a:visited {
    font-weight: inherit;
    color: #4f4f4f; }
  h1 a:hover, h1 a:active {
    color: #a0d7f0; }
  h1.collection_title_tags {
    padding-right: 25px;
    border-right: solid 1px #a0d7f0; }
  @media only screen and (max-width: 798px) {
    h1 {
      font-size: 32px; } }

h2, .h2, h2.title {
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  text-transform: none;
  line-height: 1.32;
  color: #4f4f4f;
  display: block;
  text-align: center;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0.75em; }
  h2 a, .h2 a, h2.title a {
    font-weight: inherit; }
  h2.collection_title, .h2.collection_title, h2.title.collection_title {
    margin-bottom: 0;
    display: inline; }
  h2.product_name a, .h2.product_name a, h2.title.product_name a {
    color: #4f4f4f; }
  @media only screen and (max-width: 798px) {
    h2, .h2, h2.title {
      font-size: 32px; } }

.cart h2 {
  margin-top: 0; }

h3, .h3, h4, .h4 {
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  text-transform: none;
  line-height: 1.32;
  color: #4f4f4f;
  display: block;
  text-align: center;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 15px 0; }
  h3 a, .h3 a, h4 a, .h4 a {
    font-weight: inherit;
    color: #4f4f4f; }
  h3.primary, .h3.primary, h4.primary, .h4.primary {
    color: #a0d7f0; }
  h3.title, .h3.title, h4.title, .h4.title {
    line-height: 1.25;
    margin: 0 auto 15px;
    clear: both;
    padding-top: 4px; }
    h3.title a, .h3.title a, h4.title a, .h4.title a {
      color: #4f4f4f; }
  h3.sub_title, .h3.sub_title, h4.sub_title, .h4.sub_title {
    padding: 5px 0;
    color: #4f4f4f; }
    h3.sub_title a, .h3.sub_title a, h4.sub_title a, .h4.sub_title a {
      color: #4f4f4f; }
  @media only screen and (max-width: 798px) {
    h3, .h3, h4, .h4 {
      font-size: 40px; } }

h4, .h4 {
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  text-transform: none;
  line-height: 1.32;
  color: #4f4f4f;
  display: block;
  text-align: center;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0.5em 0;
  padding: 7px 0; }
  h4 a, .h4 a {
    font-weight: inherit; }
  h4.title a, .h4.title a {
    border: 0;
    padding: 0;
    margin: 0; }
  h4.subtitle, .h4.subtitle {
    font-size: 24px; }
    @media only screen and (min-width: 481px) {
      h4.subtitle, .h4.subtitle {
        font-size: 28px; } }

h5, .h5 {
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  text-transform: none;
  line-height: 1.32;
  color: #4f4f4f;
  display: block;
  text-align: center;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0.5em 0;
  padding: 7px 0; }
  h5 a, .h5 a {
    font-weight: inherit; }
  h5.sub_title, .h5.sub_title {
    padding: 5px 0;
    color: #4f4f4f; }
    h5.sub_title a, .h5.sub_title a {
      color: #4f4f4f; }
  @media only screen and (max-width: 798px) {
    h5, .h5 {
      font-size: 18px; } }

h6, .h6 {
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  text-transform: none;
  line-height: 1.32;
  color: #4f4f4f;
  display: block;
  text-align: center;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
  margin: 0 0 0.5em 0;
  padding: 7px 0; }
  h6 a, .h6 a {
    font-weight: inherit; }
  h6.title, .h6.title {
    line-height: 32px;
    margin: 0 0 0.5em 0;
    color: #4f4f4f; }
  @media only screen and (max-width: 798px) {
    h6, .h6 {
      font-size: 18px; } }

.cart h6 {
  margin-top: 0; }

.collection_title {
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 34px;
  text-transform: none;
  line-height: 1.32;
  color: #4f4f4f;
  display: block;
  text-align: center;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 15px;
  clear: both;
  padding-top: 4px; }
  .collection_title a {
    font-weight: inherit;
    color: #4f4f4f; }
    .collection_title a:hover, .collection_title a:active {
      color: #a0d7f0; }

.lb-collection-menu {
  margin: 0;
  padding: 0px; }
  @media only screen and (max-width: 798px) {
    .lb-collection-menu {
      display: flex;
      flex-direction: row;
      width: 100%;
      overflow-x: scroll;
      scrollbar-width: none; }
      .lb-collection-menu::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */ }
      .lb-collection-menu a {
        white-space: nowrap; } }

.lb-collection-navigation {
  background: #514a4a;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 99; }

.lb-collection-navigation li {
  margin: 0 15px;
  padding: 0;
  line-height: 60px;
  z-index: 2;
  position: relative;
  vertical-align: top;
  display: inline-block; }

.lb-collection-navigation li a {
  border-bottom: 3px solid transparent;
  text-transform: lowercase;
  display: flex;
  font-size: 14px;
  font-family: SF Pro Display;
  font-weight: 900;
  font-style: normal;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.lb-collection-navigation li a:hover {
  border-bottom: 3px solid #ffffff; }

div.collection_title {
  margin-bottom: 0;
  line-height: 1.25;
  display: inline; }
div.collection_title_tags {
  padding-right: 25px;
  border-right: solid 1px #a0d7f0; }

.headline,
.empty_cart,
.promo_banner,
.title {
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 34px;
  text-transform: none;
  line-height: 1.32;
  color: #4f4f4f;
  display: block;
  text-align: center;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (max-width: 798px) {
  .title.insta,
  .title.twitter {
    text-align: center; } }
.title.insta a,
.title.twitter a {
  color: #4f4f4f; }

.title.center.blog a {
  color: #4f4f4f; }

/*  Content  */
p {
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.9; }
  p img {
    margin: 0; }

sub {
  font-size: 60%; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: 900;
  /*     font-size: large; */ }

small {
  font-size: 90%; }

.feature img {
  position: relative;
  top: 7px;
  margin-right: 5px;
  width: 25px;
  height: 25px; }

.onboard-text {
  margin: 0; }

.page-divider {
  opacity: 0;
  border-color: #dfe3e7;
  border-top: 0; }

.active-divider {
  opacity: 1; }

.feature p {
  font-size: smaller; }

#featured_links {
  padding: 20px 0; }
  #featured_links h2 {
    padding-top: 15px; }

#featured_links .column, #featured_links .columns {
  opacity: 1; }

.slider-gallery .shopify-product-reviews-badge {
  height: 30px;
  display: block; }

.spr-badge + .feature_divider {
  margin-top: 15px; }

.spr-badge {
  padding: 5px 0; }

.thumbnail .spr-badge-caption {
  display: none; }

div#shopry-review-photos a {
  display: block !important; }

.feature_divider {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  border: 0;
  border-color: #dfe3e7;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  .feature_divider.no-margin {
    margin-bottom: 0px; }
  @media only screen and (max-width: 798px) {
    .feature_divider {
      margin-bottom: 14px; } }

div.container.bottom-fix {
  padding-bottom: 0px; }

.page .feature_divider,
.page h2.title + .feature_divider {
  margin-bottom: 15px; }

/*  Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #a0d7f0; }
  blockquote cite {
    display: block;
    font-size: 12px;
    color: #555; }
    blockquote cite a {
      color: #555; }
    blockquote cite:before {
      content: "\2014 \0020"; }

hr {
  border-color: #dfe3e7;
  border-width: 1px;
  border-style: solid;
  clear: both;
  margin: 12px 0;
  height: 0; }

.cart_container hr {
  border-top-width: 0px; }

div.section.collection_description {
  margin: 0 0 1.5em 0; }

/* #Links
================================================== */
a, a span {
  color: #a0d7f0;
  text-decoration: none;
  position: relative;
  transition: color .1s linear; }

a:hover {
  color: #ffffff; }

a,
button,
input,
select,
textarea,
label,
summary {
  touch-action: manipulation; }

/* #Lists
================================================== */
ul, ol {
  margin-bottom: 20px; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 4px 0 5px 30px; }
    ul ul li, ul ol li, ol ul li, ol ol li {
      margin-bottom: 6px; }
  ul li, ol li {
    margin-bottom: 12px; }

ul {
  list-style: disc outside; }
  ul.square {
    list-style: square outside; }
  ul.circle {
    list-style: circle outside; }
  ul.disc {
    list-style: disc outside; }
  ul.large li {
    line-height: 21px; }
  ul.none {
    list-style: none outside;
    margin-left: 0; }
  ul.border {
    list-style: none outside;
    line-height: 26px; }
    ul.border li {
      border-bottom: 1px solid #a0d7f0;
      list-style: none outside none;
      padding: 12px 0;
      margin-bottom: 0; }

ol {
  list-style: decimal; }

/* #Menu
================================================== */
.header {
  z-index: 1000;
  width: 100%;
  top: 0; }
  .header a,
  .header a span,
  .header select.currencies {
    color: #ffffff;
    text-shadow: none; }
  .header div.container {
    padding-bottom: 5px;
    padding-top: 5px; }

#header .top_bar a span.lb-mobile-cart-counter {
  height: 16px;
  width: 16px;
  font-size: 0.75rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: black;
  background: white;
  border-radius: 100%;
  left: 13px;
  bottom: 5px; }

.lb-sticky-header {
  position: sticky;
  top: 0;
  z-index: 100; }

body.is-active, .body-is-active {
  overflow-y: hidden; }
  body.is-active #header, .body-is-active #header {
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }

#header.mobile_nav-fixed--true,
.mobile_nav-fixed--false.is-active #header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  top: 0;
  left: 0; }

.mobile_nav-fixed--false.is-active #header::-webkit-scrollbar {
  width: 0px;
  background: transparent; }

#header {
  display: none; }
  #header .top_bar {
    text-align: center;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    #header .top_bar .icon-search {
      z-index: 3; }
      #header .top_bar .icon-search:before {
        font-size: 18px; }
    #header .top_bar a.right {
      left: auto;
      right: 15px;
      font-size: 20px;
      padding-top: 8px;
      top: 4px;
      z-index: 1; }
    #header .top_bar a.mobile_nav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      z-index: 1;
      position: absolute;
      right: 15px;
      float: right; }
    #header .top_bar > a, #header .top_bar > a:active {
      display: block;
      font-size: 25px;
      outline: 0;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    #header .top_bar a span {
      color: #ffffff;
      display: inline-block;
      padding-left: 4px;
      position: relative; }

#header .top_bar a.icon-bag:before,
#header .top_bar a.icon-cart:before {
  font-size: 24px !important; }

.nav ul.mobile_menu li a {
  display: inline-block; }

.menu .vertical-menu li {
  position: relative; }

.vertical-menu {
  display: inline-flex; }
  .vertical-menu a {
    cursor: pointer; }

.menu .vertical-menu li:hover .vertical-menu_submenu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in;
  pointer-events: all;
  z-index: 2000; }

.menu .vertical-menu_submenu li:hover .vertical-menu_sub-submenu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in;
  pointer-events: all;
  z-index: 2000; }

.menu .vertical-menu_submenu {
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  pointer-events: none;
  text-align: left;
  width: 270px;
  background: #333333;
  background: #333333; }
  .menu .vertical-menu_submenu li {
    padding: 0 20px;
    display: block; }
  .menu .vertical-menu_submenu a {
    display: block;
    font-size: 14px;
    letter-spacing: 0.3px; }
    .menu .vertical-menu_submenu a:active {
      font-size: 14px;
      letter-spacing: 0.3px; }
  .menu .vertical-menu_submenu span.icon-down-arrow {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.icon-down-arrow {
  display: flex;
  align-items: center;
  padding-right: 20px; }

.menu .vertical-menu_submenu.is-visible,
.menu .vertical-menu_sub-submenu.is-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in;
  pointer-events: all;
  z-index: 2000; }

.menu .vertical-menu_sub-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 5s ease-in;
  pointer-events: none;
  width: 270px;
  background: #333333;
  background: #333333; }
  .menu .vertical-menu_sub-submenu li {
    padding: 0 20px;
    display: block; }
  .menu .vertical-menu_sub-submenu a {
    display: block; }

.vertical-menu_submenu.vertical-menu--align-right {
  right: 0;
  left: auto; }

.vertical-menu_sub-submenu.vertical-menu--align-right {
  right: 100%;
  left: auto; }

/*  Mobile nav  */
#header .mobile_nav.dropdown_link span.menu_title {
  position: absolute;
  left: 40px; }

.mobile_nav div {
  width: 30px;
  height: 40px;
  position: relative;
  float: left;
  margin: 0 8px 0 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .1s ease-in-out;
  cursor: pointer; }

.mobile_nav div span {
  display: block !important;
  position: absolute !important;
  height: 3px !important;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  padding: 0 !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .1s ease-in-out; }

.mobile_nav div span:nth-child(1) {
  top: 10px; }

.mobile_nav div span:nth-child(2), .mobile_nav div span:nth-child(3) {
  top: 20px; }

.mobile_nav div span:nth-child(4) {
  top: 30px; }

.mobile_nav div.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%; }

.mobile_nav div.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mobile_nav div.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mobile_nav div.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%; }

#mobile_menu {
  margin: 0px 20px 10px 20px;
  transform: translate3d(0, 0, 0);
  text-align: left;
  min-height: calc(100vh - (86.81px)); }
  #mobile_menu .icon-down-arrow {
    padding-right: 0; }
  #mobile_menu .icon-down-arrow:before {
    height: 100%; }
  #mobile_menu .SecondaryMenu:first-of-type {
    margin-top: 1rem; }
  #mobile_menu li {
    padding-right: 0;
    padding-left: 0px;
    display: block;
    border-bottom: 3px solid black; }
    #mobile_menu li.mega-open {
      border-bottom: 3px solid #a0d7f0; }
    #mobile_menu li:hover, #mobile_menu li:active {
      border-bottom: 3px solid #a0d7f0; }
    #mobile_menu li > a {
      font-size: 34px;
      text-transform: lowercase;
      line-height: 3rem; }
      #mobile_menu li > a:hover, #mobile_menu li > a:active {
        color: #a0d7f0; }
    #mobile_menu li.SecondaryMenu a {
      font-size: 20px;
      line-height: 2rem; }
    #mobile_menu li:not(.SecondaryMenu) {
      margin-bottom: 10px; }
    #mobile_menu li .icon-cart {
      font-size: 17px;
      vertical-align: bottom; }
      #mobile_menu li .icon-cart:hover, #mobile_menu li .icon-cart:active {
        color: #a0d7f0; }
    #mobile_menu li a span.icon-down-arrow {
      padding-right: 20px;
      display: flex;
      justify-content: center;
      align-items: center; }
  #mobile_menu .sublink ul {
    display: none;
    margin-left: 0;
    padding-left: 50px; }
    #mobile_menu .sublink ul li {
      margin-bottom: 0;
      line-height: 50px; }
      #mobile_menu .sublink ul li a {
        font-size: 18px; }
  #mobile_menu .star-clickable {
    display: flex !important; }

.feature_image.editor-hover--true .main_nav,
.feature_image.editor-hover--true .dropdown {
  background: black;
  background: black;
  clear: both;
  transition: all 0.3s linear;
  animation: fadeIn 0.3s linear none; }

.cart_container {
  float: right; }

.top_bar {
  height: 15px;
  background-color: #000000;
  padding: 10px; }
  .top_bar .social_icons {
    float: left;
    margin: 0;
    padding-left: 10px; }
    .top_bar .social_icons li {
      padding: 5px; }
  .top_bar a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .top_bar ul.social_icons a {
    display: inline;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }
  .top_bar .top_bar--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: auto;
    height: 40px; }
    .top_bar .top_bar--right .icon-search {
      display: inline-block;
      line-height: 0;
      padding-right: 15px; }
    .top_bar .top_bar--right .cart_container {
      display: inline-block; }
  .top_bar .mini-cart__item__title a {
    display: block; }
  .top_bar .mini-cart__item__title span {
    color: #a0d7f0; }
  .top_bar .mini-cart__item__title .sale {
    color: #d54d4d; }
  .top_bar .mini-cart__item__title .was_price {
    color: #c3c9e2; }

.main_nav,
.dropdown {
  background: black;
  background: black;
  clear: both;
  transition: all 0.3s linear;
  animation: fadeIn 0.3s linear none; }

.main_nav .dropdown {
  background: black;
  left: 0;
  border-top: solid 1px white;
  border-bottom: solid 1px white; }

.sticky_nav {
  position: fixed;
  width: 100%;
  z-index: 35;
  top: 0;
  left: 0;
  padding: 0;
  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 300ms ease-in-out; }
  .sticky_nav .mini_cart {
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 15px; }
    .sticky_nav .mini_cart:before {
      padding-top: 3px;
      margin: 0; }
    .sticky_nav .mini_cart .cart_count {
      margin: 0;
      padding: 0 0 0 8px;
      border-bottom: 0 !important; }
  .sticky_nav .main_nav.menu-position--inline div.logo {
    width: 16%; }
  .sticky_nav .main_nav.menu-position--block .logo {
    padding-left: 20px;
    width: 16%;
    text-align: left; }
    .sticky_nav .main_nav.menu-position--block .logo a {
      padding-top: 12px;
      padding-bottom: 12px; }
  .sticky_nav .main_nav.menu-position--block .nav {
    width: 84%;
    clear: none;
    float: left; }

.is-active .sticky_nav {
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden; }

.sticky_nav--stick {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1; }
  @media only screen and (max-width: 798px) {
    .sticky_nav--stick {
      display: none; } }

.sticky_nav--unstick {
  opacity: 0;
  transition: opacity 0s; }

.sticky_nav ul.menu,
.sticky_nav .mini_cart {
  font-size: 14px;
  padding-bottom: 0 !important; }

.menu.center,
.menu.align_right,
.menu.align_left {
  margin: 0 40px; }

.menu.align_left li:first-child {
  padding-left: 0; }

.menu {
  display: block;
  border: none;
  padding: 0;
  margin: 0; }
  .menu li {
    display: inline-block;
    margin: 0;
    border: 0; }

.nav ul li a.sub-menu {
  padding: 10px 4px 10px 4px;
  z-index: 1001; }

.nav ul li:hover a.sub-menu {
  color: #ffffff; }

.menu a,
.menu a:active,
#header span.menu_title,
.menu a span,
select.currencies,
.mini_cart span {
  font-family: 'Greycliff CF';
  font-weight: 600;
  font-style: normal;
  text-transform: lowercase;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0; }
  @media only screen and (max-width: 798px) {
    .menu a,
    .menu a:active,
    #header span.menu_title,
    .menu a span,
    select.currencies,
    .mini_cart span {
      font-size: 14px; } }

.feature_image .main_nav a,
.feature_image .main_nav a span {
  color: #d9d9d9; }

#header span.menu_title,
.menu a span, select.currencies,
.mini_cart span {
  padding-left: 5px;
  padding-right: 5px; }
  #header span.menu_title.icon-cart,
  .menu a span.icon-cart, select.currencies.icon-cart,
  .mini_cart span.icon-cart {
    font-size: 20px;
    border-bottom: none !important; }

#header span.menu_title {
  cursor: pointer;
  height: 40px;
  line-height: 20px;
  margin-top: -2px; }

.menu li {
  z-index: 2;
  position: relative;
  vertical-align: top;
  padding-left: 50px;
  text-transform: lowercase; }

.shopify-currency-form {
  margin-bottom: 0; }

select.currencies {
  height: 40px;
  min-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  background-image: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/select_light.png?v=153136132513795776861682524839); }
  @media only screen and (max-width: 798px) {
    select.currencies {
      font-size: 16px; } }

#mobile_menu select.currencies {
  padding-left: 0; }

.feature_image .header .menu a,
.feature_image .header .menu a span {
  color: #d9d9d9; }

.feature_image .header .menu a[href]:hover,
.menu a.active,
.feature_image .header .menu a.active,
.header_bar a.active,
.feature_image .header .menu a:focus {
  color: #a0d7f0; }
  .feature_image .header .menu a[href]:hover.icon-cart,
  .menu a.active.icon-cart,
  .feature_image .header .menu a.active.icon-cart,
  .header_bar a.active.icon-cart,
  .feature_image .header .menu a:focus.icon-cart {
    font-size: 20px;
    border-bottom: none !important; }
  .feature_image .header .menu a[href]:hover.cart_count,
  .menu a.active.cart_count,
  .feature_image .header .menu a.active.cart_count,
  .header_bar a.active.cart_count,
  .feature_image .header .menu a:focus.cart_count {
    border-bottom: none !important; }

.menu li a[href]:hover,
.menu a[href]:hover span {
  color: #a0d7f0; }

.menu a.top_link,
.menu a.dropdown_link {
  display: flex;
  border-bottom: solid 3px transparent; }

.feature_image a.top_link:hover {
  border-bottom: solid 1px #a0d7f0; }

.menu a span {
  display: inline;
  vertical-align: top; }

.top_bar a,
.top_bar a:active,
.top_bar a span,
.top_bar select.currencies,
a.mini_cart,
a.mini_cart span,
.feature_image .header .top_bar .menu a,
.feature_image .header .top_bar .menu a span {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px; }

.top_bar li a:hover,
.top_bar li a[href]:hover,
.top_bar li a[href]:hover span,
.top_bar li a:active,
.top_bar li a:hover span,
.top_bar a:active span,
.top_bar .currencies:hover,
.feature_image .header .top_bar .menu a:hover,
.feature_image .header .top_bar .menu a:hover span {
  color: #f47e78; }

.top_bar li {
  padding-left: 10px;
  padding-right: 10px; }

.top_bar .menu a, .top_bar .social_icons a {
  height: 40px;
  line-height: 40px;
  padding: 0; }

/*  Mini cart  */
.mini_cart,
.nav a.mini_cart {
  float: right;
  text-align: center;
  cursor: pointer;
  background-color: #d54d4d;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  height: 40px;
  z-index: 2001; }
  @media only screen and (min-width: 799px) {
    .mini_cart,
    .nav a.mini_cart {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 798px) {
    .mini_cart,
    .nav a.mini_cart {
      right: 0; } }

.cart_container li.mini-cart__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.top_bar a.mini_cart span {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px; }

a.tos_icon,
.cart_content a.tos_icon {
  font-size: 13px;
  color: #a0d7f0; }
  a.tos_icon:visited,
  .cart_content a.tos_icon:visited {
    color: #a0d7f0; }
  a.tos_icon:hover,
  .cart_content a.tos_icon:hover {
    color: #ffffff; }

.cart_content__continue-shopping {
  display: none; }

.no-touchevents a.cart_content__continue-shopping.secondary_button {
  display: none; }

.no-touchevents a.cart_content__continue-shopping.secondary_button,
.touchevents a.cart_content__continue-shopping.secondary_button {
  display: none; }
  @media only screen and (max-width: 798px) {
    .no-touchevents a.cart_content__continue-shopping.secondary_button,
    .touchevents a.cart_content__continue-shopping.secondary_button {
      display: block;
      border-top: 0;
      margin: 0 auto;
      padding-top: 0;
      padding-bottom: 10px;
      margin-bottom: 10px;
      position: static;
      font-size: inherit;
      letter-spacing: inherit; } }

.mini_cart span {
  display: inline-block; }

.cart_container .cart_content {
  display: none; }

.cart_container.active_link .cart_content {
  display: block;
  overflow-y: auto;
  max-height: calc(90vh - 100px); }

.cart_container.active_link .cart_content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.cart_container.active_link .cart_content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

html.touchevents .cart .cart_container {
  pointer-events: none; }

#cart_form p.modal_price {
  margin-bottom: 0;
  padding-bottom: 0; }

#cart_form .product-quantity-box {
  margin: 0;
  width: 100px;
  display: inline-block; }

.cart_content .product-quantity-box {
  margin: 15px 0 0;
  width: 100px;
  display: inline-block; }

.cart_content .product-plus.is-disabled,
.cart_content .product-minus.is-disabled,
#cart_form .product-plus.is-disabled,
#cart_form .product-minus.is-disabled {
  pointer-events: none; }

.cart_content .product-quantity-box .quantity,
#cart_form .product-quantity-box .quantity {
  padding: 0 5px;
  width: 40px;
  min-height: 30px;
  height: 30px;
  font-weight: bold; }

.cart_content .product-quantity-box .product-plus,
#cart_form .product-quantity-box .product-plus {
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  padding-right: 2px;
  width: 30px; }

.cart_content .product-quantity-box .product-minus,
#cart_form .product-quantity-box .product-minus {
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  padding-right: 2px;
  width: 30px; }

#cart_form .product-quantity-box .product-minus,
#cart_form .product-quantity-box .product-plus,
.nav .product-quantity-box .product-minus,
.nav .product-quantity-box .product-plus {
  padding-right: 0; }

#cart_form .icon-minus,
#cart_form .icon-plus {
  position: relative;
  left: 1px; }

.product-quantity-box .product-plus {
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%; }

.product-quantity-box .product-minus {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }

.cart_container.active_link .mini_cart,
.cart_container.active_link .mini_cart span {
  background-color: #ffffff;
  color: #a0d7f0 !important; }

.cart_content {
  top: 40px;
  right: 0;
  position: absolute;
  z-index: 2000;
  background-color: #ffffff;
  font-family: "SF Pro Display";
  font-weight: 900;
  font-style: normal;
  text-transform: none;
  color: #a0d7f0;
  border: 1px solid #a0d7f0;
  border-top: 0;
  border-right: 0;
  width: 100%;
  max-width: 320px; }
  @media only screen and (min-width: 799px) {
    .cart_content {
      max-width: 420px; } }

div.cart_content form {
  margin: 15px 0 0 0;
  padding: 0; }

.mini-cart__item.animated,
.cart__item.animated {
  animation-duration: 0.7s; }

.mini-cart__item--image {
  width: 40%; }

.cart_content li.mini-cart__item {
  position: relative; }
.cart_content li.mini-cart__item a.cart__remove-btn {
  position: absolute;
  top: 0;
  right: 0; }
  .cart_content li.mini-cart__item a.cart__remove-btn:active {
    position: absolute; }
  .cart_content li.mini-cart__item a.cart__remove-btn span {
    color: #a0d7f0; }
  .cart_content li.mini-cart__item a.cart__remove-btn .remove-icon {
    margin-left: 0; }
    .cart_content li.mini-cart__item a.cart__remove-btn .remove-icon:before {
      font-size: 25px; }

#header .top_bar a span.remove-icon {
  color: #a0d7f0; }
#header li.mini-cart__item a.cart__remove-btn {
  top: 0; }
#header a.icon-cart {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 30px;
  padding-left: 30px; }

.cart_content .mini-cart__item--content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  .cart_content .mini-cart__item--content .mini-cart__item__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 20px; }
  .cart_content .mini-cart__item--content .price {
    padding-top: 10px;
    line-height: 1;
    text-align: left; }

.cart__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 10px 0;
  padding: 10px 0;
  position: relative; }
  .cart__item .cart__item--content .modal_price {
    font-size: 16px;
    font-weight: bold;
    color: #4f4f4f; }
  .cart__item .cart__item--title {
    margin-right: 15%;
    padding: 0;
    text-align: left; }
    @media only screen and (max-width: 480px) {
      .cart__item .cart__item--title {
        text-align: center;
        margin-right: 0 !important; } }
    .cart__item .cart__item--title a {
      color: #4f4f4f; }
  @media only screen and (max-width: 798px) {
    .cart__item .cart__item--image {
      max-width: 33%; }
    .cart__item .cart__item--content {
      margin-left: 10px; }
    .cart__item .cart__item--title {
      padding-top: 5px;
      margin-right: 20px; }
    .cart__item .cart__item--subtitle {
      font-size: 14px; }
    .cart__item .cart__item--details {
      width: 60%; } }
  .cart__item .cart__item--discount,
  .cart__item .cart__item--discount .label {
    color: #d54d4d;
    margin-top: 15px; }

.cart_discounts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  line-height: 1; }
  .cart_discounts .cart_discounts--title {
    width: 60%;
    margin-right: 20px; }
  .cart_discounts .cart_discounts--price {
    width: calc(40% - 20px);
    text-align: right; }

.cart__remove-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  float: right; }
  .cart__remove-btn span.remove-text,
  .cart__remove-btn span.remove-icon {
    color: #a0d7f0; }
  .cart__remove-btn:hover span, .cart__remove-btn:active span {
    color: #ffffff; }
  @media only screen and (max-width: 1024px) {
    .cart__remove-btn .remove-text {
      display: none; } }
  .cart__remove-btn .remove-icon {
    margin-left: 5px; }
    .cart__remove-btn .remove-icon:before {
      font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
      font-size: 32px;
      line-height: 1em;
      display: block;
      content: "\00d7"; }

.cart .cart_subtotal {
  font-weight: bold;
  font-size: larger; }

.cart_content .cart_subtotal {
  text-align: left;
  font-weight: bold; }

.cart_content a, .cart_content a:hover, .cart_content a .price, .cart_content a .price span {
  color: #a0d7f0 !important; }

.cart_content a .price span {
  padding-left: 5px; }

.cart_content ul {
  list-style: none;
  margin: 0;
  padding: 15px 20px; }
  .cart_content ul li {
    padding-left: 0;
    padding-right: 0; }
    .cart_content ul li:empty {
      margin-bottom: 0; }
    .cart_content ul li .cart_discounts--title {
      text-align: left; }

.cart_content ul li {
  list-style: none;
  clear: both; }

.cart_content .action_button {
  width: 100%; }

.top_bar [class^="icon-"]:before, .top_bar [class*=" icon-"]:before, .mini_cart {
  font-size: 18px; }

#customer_login_guest,
#customer_login {
  display: inline; }
  @media only screen and (max-width: 480px) {
    #customer_login_guest,
    #customer_login {
      display: block; } }

input[type="submit"].guest_button, input[type="button"].guest_button {
  color: #a0d7f0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left; }
  input[type="submit"].guest_button:hover, input[type="button"].guest_button:hover {
    background: transparent;
    border: 0;
    color: #ffffff; }
  @media only screen and (min-width: 799px) {
    input[type="submit"].guest_button, input[type="button"].guest_button {
      text-align: center; } }

.menu ul li .mini_cart span {
  padding-left: 5px;
  top: -1px; }

.sticky_nav div.logo img {
  width: 60%;
  display: inline-block !important;
  text-align: center; }

.dropdown_container {
  clear: both;
  width: 100%;
  display: none; }

.dropdown_container img {
  max-width: 100%; }

.dropdown {
  position: absolute;
  width: 100%;
  z-index: 1000;
  overflow: hidden; }

.dropdown_content {
  display: flex;
  max-width: 1440px;
  margin: 0 auto; }

.dropdown_container.mega-menu .dropdown_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 798px) {
    .dropdown_container.mega-menu .dropdown_content {
      flex-direction: column-reverse;
      flex-wrap: wrap; } }

.mega-menu__richtext a,
.mega-menu__richtext a:active,
.mega-menu__richtext a:hover {
  display: inline-block;
  text-transform: none; }

.mega-menu__image-caption-link {
  text-align: center;
  margin-bottom: 1rem; }
  .mega-menu__image-caption-link a, .mega-menu__image-caption-link a:active, .mega-menu__image-caption-link a:hover {
    text-transform: none;
    display: block; }

.mega-menu__image-caption,
.mobile-mega-menu__image-caption {
  margin: 10px 0; }

.dropdown_content a p,
.mobile-mega-menu a p {
  padding: 0; }

.dropdown_content p,
.mobile-mega-menu p {
  font-family: "Greycliff CF";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: block;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  margin-bottom: 0; }

.dropdown_content p,
.dropdown_content a,
.dropdown_content a:hover,
.dropdown_content a:active {
  font-size: 14px;
  letter-spacing: 0.3px; }

.dropdown_column__menu + .dropdown_column__menu {
  margin-top: 10px; }

.dropdown_narrow {
  width: 60%; }

.dropdown_column {
  width: calc(25%);
  vertical-align: top; }
  @media only screen and (max-width: 798px) {
    .dropdown_column {
      min-width: 180px; } }
  .dropdown_column img {
    max-width: 100%; }
  .dropdown_column ul {
    margin: 0;
    padding: 0; }
  .dropdown_column ul.dropdown_title {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 10px; }
  .dropdown_column ul.dropdown_item {
    text-align: center; }

.dropdown_container.mega-menu .dropdown_column {
  display: inline-block;
  padding: 30px 20px 30px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: top; }
  @media only screen and (max-width: 798px) {
    .dropdown_container.mega-menu .dropdown_column {
      min-width: 185px; } }

.dropdown_column li {
  display: block; }

.dropdown_column li a, .dropdown_column li a:hover, .dropdown_column li a:active {
  padding-bottom: 0;
  text-transform: none; }

.dropdown_row {
  display: table-row; }

select.currencies {
  border: 0 !important;
  background-color: transparent;
  margin-bottom: 0 !important;
  min-width: 65px;
  outline: 0;
  background-position: 96.5% 55%;
  background-size: 18px 12px;
  text-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none; }

select.currencies:active {
  border: 0;
  outline: 0;
  text-shadow: 0;
  box-shadow: 0; }

select.currencies option {
  background: black;
  background: black;
  color: #ffffff; }

.menu li.currencies {
  padding: 0; }

.container div.collection_nav {
  margin-bottom: 1.5em; }

.collection_menu, .collection_menu li {
  display: inline;
  list-style: none;
  border: none;
  position: relative;
  top: -3px;
  margin: 0; }

.collection_menu li {
  padding-left: 25px; }

.sidebar-wrap {
  border-right: 1px solid #a0d7f0;
  margin-right: 0px;
  padding-right: 20px; }
  @media only screen and (max-width: 798px) {
    .sidebar-wrap {
      border: none;
      margin: 0;
      padding-right: 0; } }

.sidebar-wrap h4,
.sidebar-wrap h4.toggle {
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 798px) {
  .sidebar-wrap h4.toggle {
    margin: 10px 0; } }

.sidebar a, .sidebar :visited {
  color: #a0d7f0; }

.sidebar a:hover, .sidebar a:active {
  color: #a0d7f0; }

.sidebar .meta {
  margin-left: 2px; }

.sidebar .spr-badge {
  color: #a0d7f0; }

.sidebar .recently-viewed-list .brand {
  color: #a0d7f0; }

.toggle-all--true h4.toggle {
  cursor: pointer;
  pointer-events: all; }
.toggle-all--true .toggle span {
  display: block; }
.toggle-all--true .toggle_list {
  display: none; }

.content_block.toggle_list a {
  display: inline;
  position: static;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  color: #a0d7f0; }
  .content_block.toggle_list a:hover {
    border-left: none;
    color: white; }

.toggle_list {
  margin: 0;
  padding: 10px 0 15px 0; }

.toggle_list a {
  display: inline-block;
  position: relative;
  margin-left: 0;
  max-width: 80%;
  border-left: solid 2px transparent;
  transition: border 200ms ease-out; }

.toggle_list a.active,
.toggle_list a.active--default {
  padding-left: 8px;
  border-left: solid 2px; }

ul.toggle_list li ul {
  display: none; }
  ul.toggle_list li ul.active {
    display: block; }

.sidebar .toggle_list a.active {
  border-left: solid 9px #a0d7f0; }

.toggle_list li {
  list-style: none;
  line-height: 1.4em;
  padding: 8px 0 8px 0; }

.toggle_list .meta span {
  line-height: 2.5; }

.sidebar_text {
  margin-bottom: 12px;
  padding-top: 10px; }

.sidebar_content {
  border-left: solid 1px #a0d7f0;
  padding-left: 20px; }

.sidebar_content .toggle_list li {
  line-height: 1.2; }

.sidebar .newsletter {
  margin-bottom: 20px; }
  .sidebar .newsletter form {
    width: 100%; }

.sidebar li ul {
  margin: 8px 0 0 15px; }

.sidebar .toggle_list li ul {
  padding-left: 0; }

.sidebar ul li {
  margin-bottom: 0; }

.sidebar input.sign_up[type="submit"],
.sidebar input.contact_email[type="email"] {
  width: 100% !important;
  margin-left: 0; }

.blog_search {
  position: relative; }

.sidebar-block {
  margin-bottom: 15px;
  border-bottom: 1px solid #a0d7f0; }
  .sidebar-block:last-child {
    border-bottom: none; }
  .sidebar-block:empty {
    border-bottom: none; }
  .sidebar-block:blank {
    border-bottom: none; }
  .sidebar-block:first-child h4.toggle {
    padding-top: 0; }
  .sidebar-block h4.toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 0;
    padding: 15px 0;
    line-height: 1.5; }

.sidebar .filter-active-tag {
  position: relative; }

.color-filter--true label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.sidebar__collection-filter a, .sidebar__collection-filter label {
  cursor: pointer; }
.sidebar__collection-filter label {
  text-transform: none;
  font-weight: normal;
  font-size: inherit; }
.sidebar__collection-filter label:hover {
  color: white; }
.sidebar__collection-filter input[type="checkbox"] {
  display: none; }
.sidebar__collection-filter input.styled-checkbox[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  background-size: cover;
  margin-right: 15px; }
.sidebar__collection-filter button.clear-active-filter, .sidebar__collection-filter button.clear-active-filter:active {
  color: #a0d7f0;
  background-color: transparent;
  border: none;
  outline: 0;
  box-shadow: 0;
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
  position: absolute;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
  right: 0;
  left: auto;
  padding: 2px 4px;
  line-height: 1.2;
  display: block;
  height: auto;
  min-height: auto; }
.sidebar__collection-filter button.clear-active-filter:hover {
  color: #ffffff; }
.sidebar__collection-filter .x-icon {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 15px;
  height: 15px;
  margin: 0 2px 0 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  font-style: normal;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: middle;
  top: -1px; }
  .sidebar__collection-filter .x-icon:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    content: "\00d7";
    text-align: center; }

::-webkit-input-placeholder {
  color: #888; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #888; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #888; }

:-ms-input-placeholder {
  color: #888; }

/* Sub Collections */
.featured_collections.sub-collection {
  margin-bottom: 10px; }
  .featured_collections.sub-collection .thumbnail {
    margin-bottom: 10px; }
    @media only screen and (max-width: 798px) {
      .featured_collections.sub-collection .thumbnail {
        width: 100%; } }

.sub-collection--2 .thumbnail {
  width: calc(50% - 20px); }
  .sub-collection--2 .thumbnail:nth-child(2n+1) {
    clear: both; }

.sub-collection--3 .thumbnail {
  width: calc(33.33333% - 20px); }
  .sub-collection--3 .thumbnail:nth-child(3n+1) {
    clear: both; }

.sub-collection--4 .thumbnail {
  width: calc(25% - 20px); }
  .sub-collection--4 .thumbnail:nth-child(4n+1) {
    clear: both; }

.list-collection-wrapper img[src*='/no-image'] {
  opacity: 0; }
.list-collection-wrapper img[src*='/no-image'] ~ .thumbnail-overlay {
  opacity: 1 !important; }
  .list-collection-wrapper img[src*='/no-image'] ~ .thumbnail-overlay .collection-details {
    opacity: 1;
    transform: none; }
@media only screen and (max-width: 798px) {
  .list-collection-wrapper img[src*='/no-image'] ~ .collection-info__caption {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; } }
.list-collection-wrapper .img {
  width: 100%; }
.list-collection-wrapper .collection-info__caption {
  margin-top: 20px; }
  @media only screen and (max-width: 798px) {
    .list-collection-wrapper .collection-info__caption {
      display: block;
      position: static; } }
.list-collection-wrapper .product-wrap {
  text-align: center;
  position: relative; }
  .list-collection-wrapper .product-wrap:hover .collection-details {
    opacity: 1;
    transform: none; }
  .list-collection-wrapper .product-wrap:hover .view_all {
    opacity: 1;
    transform: none; }
  .list-collection-wrapper .product-wrap:hover .thumbnail-overlay {
    opacity: 1; }
.list-collection-wrapper .thumbnail-overlay .info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50.1%);
  -ms-transform: translateY(-50.1%);
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto; }
.list-collection-wrapper .thumbnail-overlay .collection-details {
  position: relative;
  opacity: 0;
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  display: block; }
.list-collection-wrapper .thumbnail-overlay .title {
  display: block;
  padding: 0 2em;
  position: relative;
  color: #ffffff; }

.blog-header {
  margin-bottom: 5px; }
  .blog-header .blog-title.blog-tags--true {
    float: none; }
  .blog-header .blog-title {
    float: left; }
    @media only screen and (max-width: 798px) {
      .blog-header .blog-title {
        width: 100%;
        margin-bottom: 0; } }
  .blog-header .subtitle {
    clear: both; }

.blog-header .feature_divider {
  clear: both;
  width: 100%; }

/* Blog Article Styling */
.article .icon-slash {
  padding-right: 5px; }

/* Styles for blog, collections */
.section_select {
  padding: 0;
  text-align: right;
  float: right; }
  .section_select .blog_filter, .section_select .tag_filter, .section_select .sort_by {
    color: #333333;
    display: inline-block;
    border: none;
    padding-right: 30px;
    background-position: 100% 50%;
    background-color: #ffffff;
    font-family: "SF Pro Display";
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 1.25;
    text-transform: none;
    width: auto;
    margin-bottom: 0;
    max-width: 80%; }
    @media only screen and (max-width: 798px) {
      .section_select .blog_filter, .section_select .tag_filter, .section_select .sort_by {
        float: none;
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        padding-left: 0; } }

div.breadcrumb-collection {
  margin-bottom: 20px; }
  div.breadcrumb-collection + div.section {
    margin-top: 0; }
  @media only screen and (max-width: 798px) {
    div.breadcrumb-collection {
      margin-top: 15px;
      text-align: center; } }

.breadcrumb_text,
.article-pagination {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0; }
  @media only screen and (max-width: 798px) {
    .breadcrumb_text,
    .article-pagination {
      margin-top: 0; } }
  .breadcrumb_text .breadcrumb-divider,
  .article-pagination .breadcrumb-divider {
    color: #a0d7f0;
    margin: 0 5px; }

.breadcrumb_link:hover span {
  color: #ffffff; }

.breadcrumb {
  font-size: 18px; }
  @media only screen and (max-width: 798px) {
    .breadcrumb {
      margin-bottom: 20px; } }

/* #Images
================================================== */
/*
  The purpose of the below declaration is to make sure images don't
  exceed the width of columns they are put into when resizing window.
  Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
  so the best solution is to individually call these properties on images that
  are children of the grid that you want to resize with grid.
*/
.product_row img,
.product_image_col img,
.article img,
.section img,
.thumbnail img,
.page img,
.sidebar img,
.logo img,
.cart_image img,
.footer img,
#target img,
.column img,
.columns img {
  max-width: 100%;
  height: auto; }

.image-crop--left img,
.image-crop--left .image-element__wrap {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  font-family: "object-fit: cover; object-position: left";
  height: 100% !important; }

.image-crop--right img,
.image-crop--right .image-element__wrap {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  font-family: "object-fit: cover; object-position: right";
  height: 100% !important; }

.image-crop--center img,
.image-crop--center .image-element__wrap {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  height: 100% !important; }

/* #Placeholders
================================================== */
.featured-products-section .section {
  margin: 30px 0px; }

.placeholder-svg {
  fill: rgba(79, 79, 79, 0.9);
  background-color: rgba(79, 79, 79, 0.5);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  display: block; }

.placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
  max-height: 600px; }

.placeholder-instagram .instas:nth-child(even) .placeholder-svg--instagram,
.featured-promotions-section .feature-section:nth-child(even) .placeholder-svg--promotions {
  background-color: rgba(79, 79, 79, 0.6); }

.image-with-text-section .featured-link--image:nth-child(odd) .placeholder-svg--promotions {
  background-color: rgba(160, 215, 240, 0.6);
  fill: rgba(79, 79, 79, 0.9); }

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n + 1) .placeholder-svg--slideshow {
  background-color: rgba(79, 79, 79, 0.6); }

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n) .placeholder-svg--slideshow {
  background-color: rgba(79, 79, 79, 0.8); }

/* #Videos
================================================== */
.product_gallery .video-container > div {
  position: relative; }
.product_gallery .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.product_gallery .vimeo {
  max-width: 830px;
  margin: 0 auto; }
.product_gallery .vimeo > div {
  padding-top: 56.26506%; }
.product_gallery .youtube {
  max-width: 853px;
  margin: 0 auto; }
.product_gallery .youtube > div {
  padding-top: 56.271981%; }

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

.video-section,
.block__featured_video {
  position: relative; }

.video-section .mediaWrapper {
  height: 100% !important; }

/* #Buttons
================================================== */
a.button,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.action_button,
a.action_button,
input.action_button[type="submit"],
input.action_button[type="button"],
input.action_button[type="button"],
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background: linear-gradient(#a0d7f0, #a9a9ee);
  color: #ffffff;
  padding: 0 22px;
  text-align: center;
  cursor: pointer;
  min-height: 44px;
  height: 50px;
  line-height: 1.33;
  vertical-align: top;
  font-family: "SF Pro Display";
  font-weight: 900;
  font-style: normal;
  font-size: 17px;
  text-transform: lowercase;
  letter-spacing: 0.05px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  border-radius: 100px; }

.ie a.button,
.ie .button,
.ie button,
.ie input[type="submit"],
.ie input[type="reset"],
.ie input[type="button"],
.ie .action_button,
.ie a.action_button,
.ie input.action_button[type="submit"],
.ie input.action_button[type="button"] {
  line-height: 40px; }

a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.action_button:hover,
input.action_button[type="submit"]:hover,
input.action_button[type="button"]:hover,
input.action_button[type="button"]:hover,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
  background: #333; }

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.action_button:active,
input.action_button[type="submit"]:active,
input.action_button[type="button"]:active,
input.action_button[type="button"]:active,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0; }

.add_to_cart,
.product_form input.add_to_cart {
  margin-bottom: 0px;
  font-size: 12.8px; }

input[type="submit"],
input[type="reset"],
input[type="button"],
input.action_button[type="submit"],
input.action_button[type="button"],
button.action_button {
  display: inline-block;
  border-radius: 100px; }

/* Animation for checkmark on add to cart button */
button.add_to_cart {
  position: relative; }
  button.add_to_cart .text {
    color: #333;
    display: block;
    width: 100%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  button.add_to_cart .fadeInDown.text {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s; }
  button.add_to_cart:hover a {
    color: #fff; }

button .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }
  button .checkmark path {
    stroke-dasharray: 19.79 19.79;
    stroke-dashoffset: 19.79;
    stroke: #ffffff;
    opacity: 0; }
  button .checkmark.checkmark-active path {
    -webkit-animation: drawCheckmark 0.5s linear alternate forwards;
    animation: drawCheckmark 0.5s linear alternate forwards; }

@keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1; }

  to {
    stroke-dashoffset: 0;
    opacity: 1; } }

@-webkit-keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1; }

  to {
    stroke-dashoffset: 0;
    opacity: 1; } }

.ie
button
.checkmark path {
  stroke-dashoffset: 0;
  opacity: 0; }
.ie
button
.checkmark.checkmark-active path {
  -webkit-animation: fadeCheckmark 0.5s linear alternate forwards;
  animation: fadeCheckmark 0.5s linear alternate forwards; }

@-webkit-keyframes fadeCheckmark {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeCheckmark {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  button
  .checkmark path {
    stroke-dashoffset: 0;
    opacity: 0; }
  button
  .checkmark.checkmark-active path {
    animation: fadeCheckmark 0.5s linear alternate forwards; }

  @keyframes fadeCheckmark {
    from {
      opacity: 0; }

    to {
      opacity: 1; } } }
label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
  padding-left: 5px; }

.tos {
  text-align: center;
  margin: 15px 20px 15px 0; }

.cart_text {
  text-align: center; }

.disabled {
  pointer-events: none; }

.add_to_cart span.icon-lock {
  margin-right: 10px;
  font-size: larger; }
  .add_to_cart span.icon-lock:before {
    margin: 0; }

.shopify-product-form {
  margin-bottom: 0; }

.add_to_cart.action_button {
  min-height: 40px;
  margin-bottom: 0;
  height: 100%;
  width: 150px;
  font-family: 'Greycliff CF'; }

.shopify-payment-button {
  position: relative;
  height: 44px; }

.shopify-payment-button div {
  height: 100%; }

.shopify-payment-button button {
  line-height: 1.2;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0; }

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

div.shopify-payment-button__button {
  border-radius: 100px;
  max-height: 44px; }

.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
  overflow: hidden;
  min-height: 44px; }

button.shopify-payment-button__more-options {
  color: #a0d7f0;
  box-shadow: none;
  text-transform: none;
  font-size: 0.8rem;
  letter-spacing: 0;
  padding: 16px 0 28px;
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  font-weight: normal;
  font-family: "SF Pro Display";
  font-style: normal;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  button.shopify-payment-button__more-options:hover {
    background-color: transparent;
    border: none; }

.purchase-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product_section .smart-payment-button--true.product_form {
  max-width: 100%; }

.smart-payment-button--true .purchase-details {
  padding-bottom: 50px; }
  .smart-payment-button--true .purchase-details .shopify-payment-button__button--branded {
    padding-bottom: 30px; }
  .smart-payment-button--true .purchase-details .shopify-payment-button__more-options {
    top: 70%; }

.smart-payment-button--true button .checkmark path {
  stroke: #a0d7f0; }

.smart-payment-button--false .purchase-details {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.smart-payment-button--false {
  margin-bottom: 10px; }

.product-quantity-box.purchase-details__quantity {
  margin-right: 5px;
  width: calc(50% - 12px); }
  @media only screen and (max-width: 480px) {
    .product-quantity-box.purchase-details__quantity {
      width: 100%; } }
  .product-quantity-box.purchase-details__quantity input.quantity {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1.4;
    min-height: 44px;
    margin-bottom: 0;
    width: calc(100% - 88px); }

.smart-payment-button--true .product-quantity-box.purchase-details__quantity {
  width: calc(50% - 6px); }
  @media only screen and (max-width: 798px) {
    .smart-payment-button--true .product-quantity-box.purchase-details__quantity {
      width: 100%;
      margin-right: 0; }
      .smart-payment-button--true .product-quantity-box.purchase-details__quantity .input.quantity {
        width: calc(100% - 88px); } }

p.checkout_button {
  margin-top: 10px;
  margin-bottom: 0; }
  @media only screen and (max-width: 480px) {
    p.checkout_button button {
      width: 100%;
      max-width: 1000px; } }

.purchase-details__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 0 calc(50% - 12px);
  -moz-box-flex: 1 0 calc(50% - 12px);
  -webkit-flex: 1 0 calc(50% - 12px);
  -ms-flex: 1 0 calc(50% - 12px);
  flex: 1 0 calc(50% - 12px);
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 6px; }
  @media only screen and (max-width: 798px) {
    .purchase-details__buttons {
      margin-top: 20px;
      margin-left: 12px;
      -webkit-box-flex: 1 0 calc(50% - 12px);
      -moz-box-flex: 1 0 calc(50% - 12px);
      -webkit-flex: 1 0 calc(50% - 12px);
      -ms-flex: 1 0 calc(50% - 12px);
      flex: 1 0 calc(50% - 12px); } }
  @media only screen and (max-width: 480px) {
    .purchase-details__buttons {
      margin-top: 12px;
      margin-left: 0;
      -webkit-box-flex: 1 0 100%;
      -moz-box-flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; } }
  .purchase-details__buttons .shopify-payment-button {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 0;
    max-width: 100%; }
    @media only screen and (min-width: 1401px) {
      .purchase-details__buttons .shopify-payment-button {
        -webkit-box-flex: 1 0 calc(50% - 4px);
        -moz-box-flex: 1 0 calc(50% - 4px);
        -webkit-flex: 1 0 calc(50% - 4px);
        -ms-flex: 1 0 calc(50% - 4px);
        flex: 1 0 calc(50% - 4px);
        max-width: calc(50% - 4px); } }
  .purchase-details__buttons .action_button.action_button--secondary {
    background-color: transparent;
    border: 1px solid #a0d7f0;
    color: #a0d7f0;
    box-shadow: none;
    line-height: 1.2;
    padding: 10px 0;
    min-height: 44px;
    height: 100%;
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
    max-width: 100%; }
    @media only screen and (min-width: 1401px) {
      .purchase-details__buttons .action_button.action_button--secondary {
        -webkit-box-flex: 1 0 calc(50% - 4px);
        -moz-box-flex: 1 0 calc(50% - 4px);
        -webkit-flex: 1 0 calc(50% - 4px);
        -ms-flex: 1 0 calc(50% - 4px);
        flex: 1 0 calc(50% - 4px);
        max-width: calc(50% - 4px); } }
    @media only screen and (max-width: 798px) {
      .purchase-details__buttons .action_button.action_button--secondary {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 799px) {
      .purchase-details__buttons .action_button.action_button--secondary:hover {
        background-color: #a0d7f0;
        color: #ffffff; } }
    .purchase-details__buttons .action_button.action_button--secondary:focus {
      background-color: #a0d7f0;
      color: #ffffff; }

.purchase-details__buttons.purchase-details__spb--true {
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-top: 10px;
  margin-left: 0; }
  @media only screen and (max-width: 798px) {
    .purchase-details__buttons.purchase-details__spb--true {
      margin-left: 0;
      margin-bottom: 0; } }
  .purchase-details__buttons.purchase-details__spb--true .action_button.action_button--secondary {
    -webkit-box-flex: 1 0 50%;
    -moz-box-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: calc(50% - 6px); }
    @media only screen and (max-width: 798px) {
      .purchase-details__buttons.purchase-details__spb--true .action_button.action_button--secondary {
        -webkit-box-flex: 1 0 100%;
        -moz-box-flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-right: 0px;
        margin-top: 0;
        margin-bottom: 10px;
        max-width: 100%; } }
  .purchase-details__buttons.purchase-details__spb--true .shopify-payment-button {
    margin-left: 6px;
    max-width: calc(50% - 6px);
    height: inherit; }
    @media only screen and (max-width: 798px) {
      .purchase-details__buttons.purchase-details__spb--true .shopify-payment-button {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 10px;
        max-width: 100%; } }

.purchase-details__buttons.product-is-unavailable .add_to_cart,
.purchase-details__buttons.product-is-unavailable .shopify-payment-button {
  opacity: 0.5;
  pointer-events: none; }

@media only screen and (max-width: 1024px) {
  .sidebar--true .purchase-details {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .sidebar--true .purchase-details .purchase-details__quantity,
    .sidebar--true .purchase-details .purchase-details__buttons {
      margin: 0 0 10px;
      width: 100%; }
    .sidebar--true .purchase-details .action_button.action_button--secondary,
    .sidebar--true .purchase-details .shopify-payment-button {
      -webkit-box-flex: 1 0 100%;
      -moz-box-flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin: 0 0 10px;
      max-width: 100%; } }

#checkout {
  min-height: 54px;
  /* Match the height of additional checkout buttons. */ }

.additional-checkout-button + .additional-checkout-button {
  margin-left: 0 !important;
  max-width: 100% !important; }

.additional-checkout-button,
.additional-checkout-button.additional-checkout-button--paypal,
.additional-checkout-button.additional-checkout-button--google-pay {
  min-width: 100% !important;
  /* Overwrite inline style */ }

/* #Tabs
================================================== */
ul.tabs {
  display: block;
  margin: 25px 0;
  border-bottom: solid 1px #a0d7f0;
  border-top: 0;
  list-style: none outside;
  margin-left: 0;
  text-transform: uppercase;
  padding-left: 0; }
  @media only screen and (max-width: 480px) {
    ul.tabs.extended li {
      width: auto;
      text-align: center; } }
  ul.tabs.extended li a {
    margin-right: 45px; }
    @media only screen and (max-width: 480px) {
      ul.tabs.extended li a {
        margin-right: 25px; } }

ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    ul.tabs li {
      width: 33%;
      text-align: center; } }

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  line-height: 30px;
  margin-right: 60px;
  font-size: 20px;
  font-weight: 900;
  text-transform: initial;
  outline: none; }
  @media (max-width: 960px) {
    ul.tabs li a {
      margin-right: 30px; } }
  @media only screen and (max-width: 798px) {
    ul.tabs li a {
      font-size: 12px; } }
  @media only screen and (max-width: 480px) {
    ul.tabs li a {
      margin-right: 20px; } }

ul.tabs li a.active {
  border-bottom: solid 3px #a0d7f0;
  background-color: #ffffff;
  height: 31px;
  position: relative;
  border-right-width: 1px;
  color: #a0d7f0; }

ul.tabs li:last-child a {
  margin: 0; }

ul.tabs-content {
  margin: 0;
  display: block;
  border: 0;
  padding-left: 0; }

ul.tabs-content > li {
  display: none;
  border: 0; }

ul.tabs-content > li.active {
  display: block;
  border: 0;
  padding-left: 0px; }

ul.tabs-content ul {
  padding-left: 0; }

ul.tabs-content li#tab4.active h5 {
  text-align: left; }
ul.tabs-content li#tab4.active img {
  height: 100px; }
ul.tabs-content li#tab4.active a {
  font-weight: 900; }
@media only screen and (max-width: 480px) {
  ul.tabs-content li#tab4.active {
    text-align: center; }
    ul.tabs-content li#tab4.active h5 {
      text-align: center; }
    ul.tabs-content li#tab4.active div {
      max-width: 225px;
      width: 225px;
      margin-bottom: 40px;
      float: none;
      display: inline-block; } }

/* #Accordions
================================================== */
button {
  border: none;
  appearance: none; }

.faqAccordion > dt > button {
  background: transparent;
  position: relative;
  padding: 20px 20px 20px 40px;
  color: #4f4f4f;
  border-bottom: 1px solid #a0d7f0;
  text-align: left;
  display: block;
  cursor: pointer;
  width: 100%;
  outline: none;
  text-transform: initial;
  min-height: auto;
  height: auto;
  line-height: inherit;
  font-weight: normal;
  font-family: "Greycliff CF";
  font-style: normal;
  box-shadow: none;
  border-radius: 0px;
  font-size: 18px; }
  .faqAccordion > dt > button:hover, .faqAccordion > dt > button:focus {
    background: #f7f7f7;
    border: none;
    border-bottom: 1px solid #a0d7f0;
    color: #ffffff; }
  .faqAccordion > dt > button::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    left: 15px;
    font-size: 25px;
    content: "\002b";
    color: inherit; }
  .faqAccordion > dt > button[aria-expanded="true"]::after {
    content: "\002d";
    font-size: 30px; }
.faqAccordion > dt:first-child > button {
  border-top: none; }
.faqAccordion > dd {
  color: #a0d7f0;
  padding: 20px 0px 20px 0px; }
  .faqAccordion > dd[aria-hidden="true"] {
    display: none; }
  @media only screen and (max-width: 798px) {
    .faqAccordion > dd {
      margin-left: 15px; } }

.accordion-tabs > a {
  display: block;
  background-color: #D1D3D4;
  margin: 10px 0;
  padding: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000; }
  .accordion-tabs > a :hover {
    cursor: pointer; }
.accordion-tabs > li[id*=tab] {
  display: none;
  list-style: none; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

ul.tabs:after {
  clear: both; }

ul.tabs {
  zoom: 1; }

/* #Forms
================================================== */
form {
  margin-bottom: 20px; }

fieldset {
  margin-bottom: 20px; }

input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="range"], input[type="color"], select, textarea {
  display: block;
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 10px;
  margin: 0;
  line-height: 22px;
  border: 1px solid #a0d7f0;
  outline: none;
  background: #fff;
  color: #4f4f4f;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  -webkit-appearance: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 3px; }
  @media only screen and (max-width: 480px) {
    input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="range"], input[type="color"], select, textarea {
      font-size: 16px; } }

input[type="text"]:active, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="url"]:active, input[type="url"]:focus, input[type="tel"]:active, input[type="tel"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="month"]:active, input[type="month"]:focus, input[type="week"]:active, input[type="week"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="range"]:active, input[type="range"]:focus, input[type="color"]:active, input[type="color"]:focus, select:active, select:focus, textarea:active, textarea:focus {
  border: 1px solid #aaa;
  color: #444; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

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

input[type=number] {
  -moz-appearance: textfield !important; }

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

select {
  background: white url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/select.png?v=163443801653745187891682524838) no-repeat 96% 50%;
  background-size: 18px 12px;
  padding: 8px 14px 8px;
  border-radius: 3px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

label,
legend,
.option_title {
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  margin-bottom: 5px;
  text-transform: uppercase; }

input[type="checkbox"] {
  display: inline; }

label span,
legend span {
  font-weight: bold;
  font-size: 13px;
  color: #444; }

textarea {
  min-height: 120px;
  padding: 15px 9px; }

.acceptsMarketing {
  margin-bottom: 20px; }
  .acceptsMarketing label {
    display: inline;
    margin-left: 5px; }

input.sign_up[type="submit"] {
  margin-left: 5px;
  display: inline-block; }

input.contact_email[type="email"] {
  width: 320px;
  display: inline-block;
  float: left; }

.btn.action_button, input.btn.action_button[type="submit"], input.btn.action_button[type="button"] {
  width: inherit; }

/* #Contact Form
================================================== */
div.container.contact-form-container {
  padding-top: 0; }

.contact-form .contact-form__content {
  margin-bottom: 20px; }

.contact-form label,
.custom-contact-form label {
  margin-bottom: 12px; }
.contact-form ul li label,
.custom-contact-form ul li label {
  font-family: "Greycliff CF";
  text-transform: none;
  font-weight: 900; }

.contact-form__position--right,
.custom-contact-form__position--right {
  float: right; }

.custom-contact-form .contact-block {
  margin-bottom: 20px; }
.custom-contact-form .custom-contact-form__image {
  margin-bottom: 20px; }
.custom-contact-form .custom-contact-form__social .social_icons {
  padding: 0;
  margin-bottom: 40px; }
.custom-contact-form .custom-contact-form__logo {
  max-width: 150px;
  margin: 0 auto 20px auto; }
.custom-contact-form .contact-block--checkbox ul,
.custom-contact-form .contact-block--radio ul {
  padding: 0;
  margin: 0; }
  .custom-contact-form .contact-block--checkbox ul li,
  .custom-contact-form .contact-block--radio ul li {
    margin-bottom: 8px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline; }
    .custom-contact-form .contact-block--checkbox ul li input,
    .custom-contact-form .contact-block--radio ul li input {
      margin-right: 10px;
      position: relative;
      top: 2px; }
    .custom-contact-form .contact-block--checkbox ul li label,
    .custom-contact-form .contact-block--radio ul li label {
      margin-bottom: 0; }
    .custom-contact-form .contact-block--checkbox ul li:last-child label,
    .custom-contact-form .contact-block--radio ul li:last-child label {
      margin-bottom: 0; }

.page-contact .footer {
  margin-top: 0; }
.page-contact .custom-contact-form {
  margin-top: 25px; }

#target {
  padding: 20px;
  text-align: center; }

.items_left {
  color: #c3c9e2; }

.quantity_label {
  display: inline;
  font-size: smaller; }

.remove_item a {
  font-size: smaller;
  color: #a0d7f0; }

input.quantity {
  width: 48px;
  display: inline;
  margin-bottom: 0;
  padding: 8px 5px; }

ul.cart_items {
  padding-top: 0;
  padding-bottom: 0; }

.cart_content li.mini-cart__item {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #a0d7f0; }

.cart_content .notification-discount {
  color: #d54d4d;
  padding: 15px 0 0;
  margin: 0;
  line-height: 1; }

li.mini-cart__item a, li.mini-cart__item a:active,
#header li.mini-cart__item a, #header li.mini-cart__item a:active {
  position: relative;
  font-size: inherit;
  text-align: left; }

.cart_image {
  float: left;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  padding-right: 20px; }
  .cart_image img {
    display: block; }
  @media only screen and (max-width: 480px) {
    .cart_image {
      padding-right: 10px; } }

a.continue {
  text-align: right;
  font-size: 32px;
  margin-right: 15px !important;
  padding: 10px 0 5px 0 !important;
  opacity: 0.8; }

a.continue:hover {
  opacity: 1; }

.empty_cart {
  text-align: center;
  font-size: 18px;
  padding: 40px 0 25px 0;
  color: inherit; }

#shipping-calculator.columns {
  float: none; }

.cart__blocks {
  margin-top: 30px; }

input[type="button"].get-rates.action_button {
  margin-top: 0; }

#get-rates-submit {
  margin-top: -1px; }

#customer_login {
  margin-bottom: 2px; }

.multi_select {
  display: none; }

/* Product Page Elements */
.container .align_right--images > div.columns {
  float: right; }

.vendor {
  margin-bottom: 6px; }

.section.product_section {
  margin-top: 0; }
  @media only screen and (max-width: 480px) {
    .section.product_section .purchase-details .add_to_cart {
      margin: 0 auto; } }
  @media only screen and (min-width: 481px) {
    .section.product_section h1 {
      text-align: left; } }

.product_section .description {
  margin-bottom: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word; }

.read-more {
  font-size: 18px;
  font-weight: 900;
  color: #a0d7f0; }

.modal_price {
  padding-bottom: 8px;
  display: block; }

@media only screen and (min-width: 481px) {
  .product_section #specification {
    font-size: 18px; } }

.product_section .specification-title {
  font-size: 18px;
  font-weight: 900;
  color: #4f4f4f; }
  @media only screen and (min-width: 481px) {
    .product_section .specification-title {
      font-size: 20px; } }

.product_section .description.bottom {
  margin-top: 15px;
  border-bottom: none; }

.sale_banner_product,
.new_banner_product,
.preorder_banner_product {
  font-family: "Greycliff CF";
  font-weight: 900;
  font-size: 14px;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.3px;
  line-height: 1.33;
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 13px;
  display: inline-block;
  font-size: 15px;
  white-space: nowrap; }

.sale_banner_product {
  background: #d54d4d; }

.new_banner_product,
.preorder_banner_product {
  background: #03a196; }

.preorder_banner_product,
.product-list .thumbnail .preorder_banner {
  font-size: 12px; }
  @media only screen and (max-width: 798px) {
    .preorder_banner_product,
    .product-list .thumbnail .preorder_banner {
      font-size: 8px; } }

.product_links {
  margin-bottom: 8px;
  font-size: 0.9em;
  border-top: 1px solid #a0d7f0;
  padding: 10px 0 5px 0; }
  .product_links p {
    margin: 2px 0; }

.social_buttons {
  border-top: 1px solid #a0d7f0;
  padding-top: 20px;
  font-size: 1em;
  margin-bottom: 25px; }
  @media only screen and (max-width: 798px) {
    .social_buttons {
      text-align: center; } }

.share_article .social_buttons {
  border-top: none;
  padding-top: 0; }
  @media only screen and (max-width: 798px) {
    .share_article .social_buttons {
      padding-top: 15px; } }

.share-btn {
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  margin-right: 6px;
  margin-bottom: 10px; }
  .share-btn a {
    color: #fff;
    padding: 10px 10px 8px 10px;
    border: solid 1px #e2e2e2;
    display: inline-block;
    transition: all 500ms ease 0s;
    border-radius: 100px;
    width: 44px;
    height: 44px; }

.icon-twitter-share:before {
  color: #09AEEC; }

.icon-twitter-share:hover {
  background-color: #09AEEC;
  border-color: #09AEEC;
  color: #fff; }

.icon-twitter-share:hover:before {
  color: #fff; }

.icon-facebook-share:before {
  color: #49659D; }

.icon-facebook-share:hover {
  background-color: #49659D;
  border-color: #49659D;
  color: #fff; }

.icon-facebook-share:hover:before {
  color: #fff; }

.icon-pinterest-share:before {
  color: #CB1F2A; }

.icon-pinterest-share:hover {
  background-color: #CB1F2A;
  border-color: #CB1F2A;
  color: #fff; }

.icon-pinterest-share:hover:before {
  color: #fff; }

.icon-mail-share:before {
  color: #888; }

.icon-mail-share:hover {
  background-color: #888;
  border-color: #888;
  color: #fff; }

.icon-mail-share:hover:before {
  color: #fff; }

.product-quantity-box label {
  margin-bottom: 0.5em; }

.product-quantity-box {
  margin-right: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .product-quantity-box label {
    text-align: left; }
  .product-quantity-box .quantity {
    text-align: center;
    padding: 6px 15px;
    width: 38%;
    height: 44px;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    float: left; }
    @media only screen and (max-width: 798px) {
      .product-quantity-box .quantity {
        width: calc(100% - 88px); } }
  .product-quantity-box .product-plus,
  .product-quantity-box .product-minus {
    font-weight: 300;
    position: relative;
    cursor: pointer;
    height: 44px;
    display: block;
    width: 44px;
    text-align: center;
    float: left;
    border: none; }
    @media only screen and (max-width: 798px) {
      .product-quantity-box .product-plus,
      .product-quantity-box .product-minus {
        display: inline;
        display: initial;
        margin: 0; } }
  .product-quantity-box .product-plus {
    border-left: 0;
    font-size: 16px;
    line-height: 44px; }
  .product-quantity-box .product-minus {
    border-right: 0;
    line-height: 44px;
    font-size: 18px; }

.product-quantity-box + .inline_purchase {
  margin-top: 31.5px;
  width: 55%;
  float: left; }

.product_section .product_form,
.product_section .contact-form {
  width: 100%; }
  @media only screen and (max-width: 798px) {
    .product_section .product_form,
    .product_section .contact-form {
      max-width: 100%; } }

.product_section .purchase-details__buttons {
  margin-left: 0; }

.product_section .product_form .add_to_cart {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  min-width: 146px;
  width: 100%;
  border-radius: 25px;
  font-size: 15px;
  text-transform: lowercase; }

/* Full width product image template */
.product-full_width_images .product_section .description img {
  display: none; }

.full-width-product-images img {
  display: block;
  width: 100%; }
@media only screen and (max-width: 480px) {
  .full-width-product-images .caption.align-center,
  .full-width-product-images .caption.align-right,
  .full-width-product-images .caption.align-left {
    text-align: center; } }

/* #Blog
================================================== */
.sidebar .sidebar_content .input-row {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px; }
  .sidebar .sidebar_content .input-row input {
    margin: 5px 0; }

/* #Newsletter
================================================== */
.newsletter {
  margin: 0px auto;
  max-width: 550px; }

.newsletter_section h4.primary {
  color: #ffffff; }

.input-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%; }
  .input-row input {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    max-height: 40px; }
  .input-row input.sign_up {
    display: inline-block;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-height: 40px; }
    @media only screen and (max-width: 798px) {
      .input-row input.sign_up {
        width: 100%; } }

.newsletter-both-names--true input.firstName {
  margin-right: 5px; }

/*--- Newsletter popup ---*/
.js-newsletter-popup {
  display: none; }

.newsletter__lightbox .fancybox-content {
  width: 100%;
  max-width: 740px;
  padding: 0; }

.newsletter__lightbox .fancybox-close-small {
  display: none; }
  @media only screen and (max-width: 480px) {
    .newsletter__lightbox .fancybox-close-small {
      display: block; } }
  @media only screen and (max-width: 798px) {
    .newsletter__lightbox .fancybox-close-small svg path {
      fill: white; } }

.newsletter__lightbox .fancybox-toolbar {
  display: none; }

.newsletter-popup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #ffffff;
  padding: 0;
  width: 100%; }
  @media only screen and (max-width: 798px) {
    .newsletter-popup {
      line-height: 0;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .popup-signup-show--true input.sign_up {
    margin-left: 0px; } }

.popup-signup-show--false {
  display: none; }

.newsletter-both-names--false .newsletter input[type="text"] {
  width: 100%; }

.newsletter-img {
  width: 40%; }
  @media only screen and (max-width: 798px) {
    .newsletter-img {
      width: 100%; } }
  .newsletter-img img {
    width: 100%;
    display: block; }

.newsletter-info {
  text-align: left;
  color: #ffffff;
  background-color: #ffffff;
  height: auto;
  float: left; }
  @media only screen and (max-width: 798px) {
    .newsletter-info {
      padding: 20px;
      width: 100% !important;
      position: relative; } }
  .newsletter-info input.contact_email[type="email"] {
    width: 65%;
    float: left; }
    @media only screen and (max-width: 1024px) {
      .newsletter-info input.contact_email[type="email"] {
        width: 100%; } }
  .newsletter-info #contact_form input.sign_up[type="submit"] {
    width: calc(35% - 10px); }
    @media only screen and (max-width: 1024px) {
      .newsletter-info #contact_form input.sign_up[type="submit"] {
        width: 100%; } }
  .newsletter-info .input-row {
    margin-right: 0;
    margin-left: 0; }
  .newsletter-info .popup-signup-show--true {
    margin-top: 20px; }

.newsletter-image--true .newsletter-popup__content {
  width: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media only screen and (max-width: 798px) {
    .newsletter-image--true .newsletter-popup__content {
      width: 100%;
      display: block; } }
@media only screen and (min-width: 1025px) {
  .newsletter-image--true {
    max-height: 875px; } }

@media only screen and (min-width: 1025px) {
  .newsletter-image--true.object-fit--none {
    height: auto; } }

.newsletter-image--false {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .newsletter-image--false .newsletter-info {
    width: 100%;
    position: relative;
    height: auto;
    float: none; }

.align-left .newsletter-info {
  right: 0; }

.newsletter-description h2 {
  color: #ffffff;
  margin-top: 0; }

.newsletter-description {
  padding: 40px;
  margin: 0 auto; }
  @media only screen and (max-width: 798px) {
    .newsletter-description {
      font-size: inherit;
      width: auto; } }
  @media only screen and (max-width: 480px) {
    .newsletter-description {
      padding: 20px; } }
  @media only screen and (min-width: 1025px) {
    .newsletter-description {
      min-width: 350px; } }
  @media only screen and (min-width: 1401px) {
    .newsletter-description {
      font-size: inherit; } }

.newsletter-buttons .button {
  height: auto;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 15px; }
  .newsletter-buttons .button:hover, .newsletter-buttons .button.highlight-true {
    background-color: #ffffff;
    color: #ffffff;
    border: 1px solid #ffffff; }
  @media only screen and (max-width: 480px) {
    .newsletter-buttons .button {
      margin-top: 5px; } }

.shopify-section.page-details-section {
  overflow: hidden; }

/*--- Newsletter section above footer ---*/
.newsletter_section {
  -webkit-transform: translate3d(0, 0, 0);
  background-color: #ffffff;
  margin-top: -40px; }
  @media only screen and (max-width: 480px) {
    .newsletter_section {
      margin-top: -20px; } }

.newsletter_section.newsletter-bgr-true {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .newsletter_section.newsletter-bgr-true input.contact_email[type="email"] {
    border: 0; }
  @media only screen and (max-width: 480px) {
    .newsletter_section.newsletter-bgr-true {
      text-align: center !important; } }

.section_form {
  padding: 10px 20px; }
  .section_form input[type="email"], .section_form input[type="text"] {
    border: 1px solid #96a7d6; }
  @media only screen and (max-width: 480px) {
    .section_form {
      padding: 0; } }
  .section_form .newsletter-text + .newsletter, .section_form h5 + .newsletter {
    margin-top: 15px; }

.newsletter_section {
  padding-top: 1rem; }

.newsletter_section h5 {
  color: #000000 !important;
  padding-top: 0px;
  margin: 0; }

.newsletter_section .newsletter-text {
  position: relative;
  margin: 0 auto; }
  .newsletter_section .newsletter-text:before {
    content: ' ';
    position: absolute;
    width: 100px;
    height: 100px;
    top: 25px;
    left: -100px;
    background-image: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/newsletter_arrow_small.png?v=82001262241581524271682524818); }
    @media only screen and (max-width: 798px) {
      .newsletter_section .newsletter-text:before {
        top: initial;
        bottom: -30px;
        left: -70px; } }

.lb-newsletter-byline {
  font-size: 1rem;
  font-family: 'Goldplay';
  margin: auto; }
  @media only screen and (min-width: 481px) {
    .lb-newsletter-byline {
      max-width: 350px; } }
  @media only screen and (min-width: 799px) {
    .lb-newsletter-byline {
      max-width: unset; } }

.newsletter_section .lb-newsletter-heading {
  max-width: 276px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin: 10px auto;
  font-family: 'Goldplay'; }
  @media only screen and (min-width: 481px) {
    .newsletter_section .lb-newsletter-heading {
      max-width: 350px; } }
  @media only screen and (min-width: 799px) {
    .newsletter_section .lb-newsletter-heading {
      max-width: unset; } }

.lb-newsletter-content {
  max-width: 276px;
  font-weight: 500;
  font-family: 'Goldplay';
  margin: auto;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 481px) {
    .lb-newsletter-content {
      font-weight: 600;
      max-width: 350px; } }
  @media only screen and (min-width: 799px) {
    .lb-newsletter-content {
      max-width: unset; } }

.newsletter_section .newsletter-text p {
  margin-top: 10px;
  margin-bottom: 0; }

.lb-newsletter-input-col {
  display: flex;
  flex-direction: column;
  max-width: 275px;
  margin: auto; }
  @media only screen and (min-width: 481px) {
    .lb-newsletter-input-col {
      padding: 0 20px;
      max-width: 390px; } }
  @media only screen and (min-width: 799px) {
    .lb-newsletter-input-col {
      padding: 0;
      max-width: 475px;
      max-width: unset; } }

.newsletter_section .newsletter,
.password-page-row form {
  display: inline-block;
  padding-top: 0 !important;
  width: 450px; }
  @media only screen and (min-width: 481px) and (max-width: 798px) {
    .newsletter_section .newsletter,
    .password-page-row form {
      width: 100%;
      max-width: 100%; } }
  @media only screen and (max-width: 480px) {
    .newsletter_section .newsletter,
    .password-page-row form {
      width: 100%; } }

.shopify-challenge__container {
  padding: 150px 0; }

/*--- Newsletter in footer ---*/
.footer-section {
  margin-top: 50px; }
  .footer-section .newsletter_section {
    background-color: transparent;
    color: #ffffff; }
    .footer-section .newsletter_section h6 {
      color: #ffffff;
      font-size: 8.5px; }
    .footer-section .newsletter_section .newsletter {
      width: 100%; }
      .footer-section .newsletter_section .newsletter input {
        width: 100%; }
      .footer-section .newsletter_section .newsletter .action_button {
        margin-left: 0; }

/* #Tables
================================================== */
table tr.order_summary td.label {
  text-align: right; }

table {
  margin-bottom: 20px; }
  table th {
    font-weight: 700;
    text-align: left; }

#customer_orders {
  text-align: center; }

#order_details,
#customer_orders table {
  width: 100%; }
  #order_details th,
  #customer_orders table th {
    background: #F9F9F9; }
  #order_details th,
  #order_details td,
  #customer_orders table th,
  #customer_orders table td {
    padding: 4px;
    border-top: none;
    border-left: none;
    border-right: none; }
  #order_details tr,
  #customer_orders table tr {
    border-bottom: 1px solid #e1e1e1; }
  #order_details .em,
  #customer_orders table .em {
    font-weight: 700; }

table {
  width: 100%; }
  table th {
    background: #F9F9F9; }
  table th,
  table td {
    padding: 4px;
    border-top: none;
    border-left: none;
    border-right: none; }
  table tr {
    border-bottom: 1px solid #e1e1e1; }
  table .em {
    font-weight: 700; }

/* #Misc
================================================== */
.allow-clickthrough {
  pointer-events: none !important; }

.hidden {
  display: none; }

@media only screen and (max-width: 480px) {
  .hidden--mobile {
    display: none; } }

.remove {
  color: #a0d7f0; }

.relative {
  position: relative; }

.half-bottom {
  margin-bottom: 10px !important; }

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

.right {
  float: right;
  position: relative; }

.left {
  float: left; }

.inline {
  display: inline; }

.center {
  text-align: center; }

.relative {
  position: relative; }

.align_right {
  text-align: right; }

.align_left {
  text-align: left; }

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

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

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

p.warning {
  text-align: center;
  font-weight: bold; }

.warning--quantity {
  clear: both;
  display: inline-block;
  margin-top: 15px;
  width: auto;
  text-align: left; }

@media only screen and (min-width: 799px) {
  .large--right {
    float: right;
    position: relative; } }

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

.mini-cart__item p.warning {
  margin-top: 5px;
  text-align: left; }

.container div.mobile_only, span.mobile_only, .mobile_only {
  display: none; }

.no_border {
  border: none !important; }

.extra_padding {
  padding-top: 4px; }

div.hidden {
  display: none; }

div.is-absolute {
  position: absolute !important;
  top: 0;
  margin-top: 0; }

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

#instantclick-bar {
  background: #a0d7f0;
  z-index: 100000;
  height: 4px; }

#grid .column,
#grid .columns {
  background: #ddd;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px; }

#grid .column:hover,
#grid .columns:hover {
  background: #bbb;
  color: #333; }

#grid .example-grid {
  overflow: hidden; }

.items_left {
  margin: 0 0 15px;
  line-height: 1.6em;
  font-size: normal;
  font-style: italic;
  color: #c3c9e2; }

.cart .paypal-button + .paypal-button {
  display: none; }

.shopify-reviews.reviewsVisibility--false {
  display: none; }

/* #Testimonials
================================================== */
.testimonial-section {
  position: relative; }
  .testimonial-section .set-static {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .testimonial-section .set-static .caption {
      position: static;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      padding: 40px 10px;
      margin: auto; }
      @media only screen and (min-width: 376px) {
        .testimonial-section .set-static .caption {
          padding: 40px 20px; } }
  .testimonial-section .set-testimonial-height {
    height: 95%; }
  @media only screen and (min-width: 799px) {
    .testimonial-section .darken-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(0, 0, 0, 0.6); } }
  .testimonial-section .feature_divider {
    margin: 25px auto;
    width: 10%;
    display: inline-block; }
    @media only screen and (max-width: 480px) {
      .testimonial-section .feature_divider {
        margin: 5px auto; } }
  .testimonial-section .use-mobile-color .animated {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s; }

.testimonial-block.gallery-cell.use-mobile-color {
  background-color: #333333; }
  @media only screen and (max-width: 480px) {
    .testimonial-block.gallery-cell.use-mobile-color .caption .caption-content p {
      text-shadow: none; } }

.caption-content.testimonial-text {
  width: 100%; }
  @media only screen and (min-width: 799px) {
    .caption-content.testimonial-text {
      text-align: center !important; } }
  .caption-content.testimonial-text .subtitle {
    text-transform: none;
    color: #4f4f4f; }
    @media only screen and (max-width: 480px) {
      .caption-content.testimonial-text .subtitle {
        font-weight: normal;
        font-size: 14px; } }
  .caption-content.testimonial-text h2,
  .caption-content.testimonial-text p.headline {
    font-size: 40px;
    color: #333;
    /* &:before {
      content: ' ';
      position: absolute;
      width: 60px;
      height: 45px;
      top: 0;
      background-image: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/icon-quote_small.png?v=159688848796940056011682524799);

      @include respond-to('medium-down') {
        top: -40px;
        left: calc(50% - 30px);
      }
    } */ }
    @media only screen and (min-width: 799px) {
      .caption-content.testimonial-text h2,
      .caption-content.testimonial-text p.headline {
        text-align: center !important;
        margin-top: 1rem; } }
    @media only screen and (max-width: 480px) {
      .caption-content.testimonial-text h2,
      .caption-content.testimonial-text p.headline {
        font-size: 32px;
        text-shadow: none; } }

@media only screen and (max-width: 480px) {
  .caption-content.testimonial-text-mobile h2,
  .caption-content.testimonial-text-mobile .subtitle,
  .caption-content.testimonial-text-mobile p.headline {
    color: #4f4f4f; } }

@media only screen and (max-width: 480px) {
  .testimonial-block .caption {
    margin: auto;
    padding-top: 5%;
    padding-bottom: 5%; } }

.testimonial-slideshow,
.testimonial-block.gallery-cell {
  margin-bottom: 20px;
  background-color: transparent; }

/* #FAQ Template
================================================== */
.page-faq .faq--heading {
  padding-top: 30px; }

/* #Team Template
================================================== */
.team-page__content--left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 798px) {
    .team-page__content--left {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.team-page__content--right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media only screen and (max-width: 798px) {
    .team-page__content--right {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.team-page__text,
.team-page__image,
.team-page__image img {
  width: 100%; }

.team-page__content--multiple .team-page__text,
.team-page__content--multiple .team-page__image {
  max-width: 50%;
  width: 100%; }
  @media only screen and (max-width: 798px) {
    .team-page__content--multiple .team-page__text,
    .team-page__content--multiple .team-page__image {
      max-width: 100%; } }
  .team-page__content--multiple .team-page__text:first-child,
  .team-page__content--multiple .team-page__image:first-child {
    margin-right: 20px; }

.team-page__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.team-page__container {
  max-width: 70%; }

.team-member__profile.columns,
.team-member__profile.column {
  margin-bottom: 30px; }

.team-member__name {
  padding-top: 10px; }

.team-member__wrap {
  position: relative; }
  .team-member__wrap:hover .team-member__overlay {
    opacity: 1; }

.team-member__overlay {
  opacity: 0;
  transition: opacity 0.3s linear;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.team-member__details {
  -ms-transform: translateY(-50.1%);
  -webkit-transform: translateY(-50.1%);
  transform: translateY(-50.1%);
  top: 50%;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  padding: 20px; }
  .team-member__details img {
    display: block; }
  .team-member__details p {
    margin-top: 10px;
    line-height: 1.3; }
  .team-member__details .icon-twitter {
    display: inline-block;
    vertical-align: middle; }

.team-member__title {
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1; }
  .team-member__title:after {
    width: 30%;
    display: block;
    margin: 0 auto;
    content: '';
    height: 3px;
    margin-top: 20px; }

/* #Logo-list
================================================== */
.logo-bar {
  text-align: center;
  margin-bottom: 20px; }
  .logo-bar a {
    transition: ease all 0.6s; }
    .logo-bar a:hover {
      opacity: 0.6; }

.logo-bar-landing {
  text-align: center;
  margin-bottom: 20px; }
  .logo-bar-landing a {
    transition: ease all 0.6s; }
    .logo-bar-landing a:hover {
      opacity: 0.6; }

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  width: 160px;
  margin-top: 20px; }
  .logo-bar__item img {
    width: 125px !important; }
  @media only screen and (max-width: 480px) {
    .logo-bar__item {
      margin-left: 25px;
      margin-right: 25px;
      display: block;
      padding-bottom: 25px;
      margin: 0 auto; }
      .logo-bar__item img {
        width: 125px !important; } }

.logo-bar__item-landing {
  vertical-align: middle;
  max-width: 160px;
  margin-top: 20px;
  margin: 0 30px; }
  .logo-bar__item-landing img {
    width: 100px;
    /*     margin: 10px; */ }
  @media only screen and (max-width: 480px) {
    .logo-bar__item-landing {
      display: inline-block; }
      .logo-bar__item-landing img {
        width: 90px !important; }
      .logo-bar__item-landing .logo-bar-landing {
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px;
        column-count: 2; } }
  @media only screen and (min-width: 481px) {
    .logo-bar__item-landing {
      display: inline-block; } }

/* #Gallery Section
================================================== */
div.container.gallery-content {
  margin-top: 0;
  padding-top: 0; }

.gallery-section {
  text-align: center; }
  .gallery-section .container {
    padding: 0px; }
  .gallery-section .gallery-break {
    width: 100%;
    clear: both; }
  .gallery-section .display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%; }
  .gallery-section .display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; }
  .gallery-section .gallery-image-wrapper,
  .gallery-section .gallery-empty-wrapper {
    margin: 5px;
    position: relative; }
  .gallery-section .gallery-empty-wrapper {
    min-height: 150px; }
  .gallery-section .gallery-empty-wrapper:nth-child(even) .placeholder-svg {
    background-color: rgba(79, 79, 79, 0.3); }
  .gallery-section a {
    display: block; }

.gallery-image-wrapper .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in; }
  .gallery-image-wrapper .overlay .icon-zoom {
    color: white;
    font-size: 1.5em;
    top: 50%; }
.gallery-image-wrapper:hover .overlay {
  opacity: 1; }

.two-per-row .overlay .icon-zoom {
  font-size: 2.5em; }

.three-per-row .overlay .icon-zoom {
  font-size: 2em; }

.gallery-section.gallery-horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gallery-section.gallery-horizontal i {
    display: block; }
  .gallery-section.gallery-horizontal img {
    position: absolute;
    top: 0;
    width: 100%;
    vertical-align: bottom;
    width: 100%;
    height: auto;
    display: block; }
  @media only screen and (min-width: 2000px) {
    .gallery-section.gallery-horizontal .gallery-image-wrapper:last-child {
      width: 15%;
      flex-basis: initial !important;
      flex-grow: initial !important; } }
  .gallery-section.gallery-horizontal .gallery-empty-wrapper {
    width: 190px; }

.gallery-full {
  display: inline-block;
  width: 100%; }
  .gallery-full .gallery-image-wrapper, .gallery-full .gallery-empty-wrapper {
    margin: 0; }
  .gallery-full .gallery-empty-wrapper {
    width: 25%; }

.gallery-section.gallery-classic .gallery-image-wrapper,
.gallery-section.gallery-classic .gallery-empty-wrapper {
  display: block;
  float: left;
  margin: 0; }
  .gallery-section.gallery-classic .gallery-image-wrapper img, .gallery-section.gallery-classic .gallery-image-wrapper svg,
  .gallery-section.gallery-classic .gallery-empty-wrapper img,
  .gallery-section.gallery-classic .gallery-empty-wrapper svg {
    width: 100%;
    display: block; }
.gallery-section.gallery-classic .add-padding {
  padding: 5px; }
.gallery-section.gallery-classic .two-per-row {
  width: 50%; }
  @media only screen and (max-width: 798px) {
    .gallery-section.gallery-classic .two-per-row {
      width: 100%; } }
.gallery-section.gallery-classic .three-per-row {
  width: 33.333%; }
  @media only screen and (max-width: 798px) {
    .gallery-section.gallery-classic .three-per-row {
      width: 100%; } }
.gallery-section.gallery-classic .four-per-row {
  width: 25%; }
  @media only screen and (max-width: 798px) {
    .gallery-section.gallery-classic .four-per-row {
      width: 100%; } }
.gallery-section.gallery-classic .five-per-row {
  width: 20%; }
  @media only screen and (max-width: 798px) {
    .gallery-section.gallery-classic .five-per-row {
      width: 100%; } }

.gallery-section.gallery-masonry .masonry {
  font-size: .85em;
  line-height: 0px;
  margin: 0;
  column-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px; }
.gallery-section.gallery-masonry .gallery-empty-wrapper {
  min-height: 100px;
  overflow: hidden; }
  .gallery-section.gallery-masonry .gallery-empty-wrapper svg {
    min-width: 800px; }
    .gallery-section.gallery-masonry .gallery-empty-wrapper svg path {
      display: none; }
.gallery-section.gallery-masonry .adjust-columns {
  column-gap: 0px;
  -moz-column-gap: 0px;
  -webkit-column-gap: 0px;
  overflow: hidden; }
.gallery-section.gallery-masonry .gallery-image-wrapper,
.gallery-section.gallery-masonry .gallery-empty-wrapper {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden; }
  .gallery-section.gallery-masonry .gallery-image-wrapper img,
  .gallery-section.gallery-masonry .gallery-image-wrapper svg,
  .gallery-section.gallery-masonry .gallery-empty-wrapper img,
  .gallery-section.gallery-masonry .gallery-empty-wrapper svg {
    width: 100%;
    display: block; }
.gallery-section.gallery-masonry .two-per-row {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }
  @media only screen and (max-width: 798px) {
    .gallery-section.gallery-masonry .two-per-row {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3; } }
  @media only screen and (max-width: 400px) {
    .gallery-section.gallery-masonry .two-per-row {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
.gallery-section.gallery-masonry .three-per-row {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }
  @media only screen and (max-width: 798px) {
    .gallery-section.gallery-masonry .three-per-row {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3; } }
  @media only screen and (max-width: 400px) {
    .gallery-section.gallery-masonry .three-per-row {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
.gallery-section.gallery-masonry .four-per-row {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }
  @media only screen and (max-width: 798px) {
    .gallery-section.gallery-masonry .four-per-row {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3; } }
  @media only screen and (max-width: 400px) {
    .gallery-section.gallery-masonry .four-per-row {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
.gallery-section.gallery-masonry .five-per-row {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }
  @media only screen and (max-width: 798px) {
    .gallery-section.gallery-masonry .five-per-row {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3; } }
  @media only screen and (max-width: 400px) {
    .gallery-section.gallery-masonry .five-per-row {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
.gallery-section.gallery-masonry.gallery-full .gallery-image-wrapper,
.gallery-section.gallery-masonry.gallery-full .gallery-empty-wrapper {
  margin: 0px;
  margin-bottom: 0px !important; }

/* #Recently Viewed
================================================== */
.rv-container {
  display: block; }
  .rv-container .thumbnail:empty {
    margin-bottom: 0; }

.rv-main .flickity-page-dots {
  bottom: 25px; }
  @media only screen and (max-width: 798px) {
    .rv-main .flickity-page-dots {
      display: none; } }

.sidebar .collection_swatches .swatch {
  float: left; }
.sidebar .toggle_list .rv-container a:hover {
  border-color: transparent; }
.sidebar .toggle_list .rv-container a.product-info__caption.hidden {
  display: none; }
  @media only screen and (max-width: 798px) {
    .sidebar .toggle_list .rv-container a.product-info__caption.hidden {
      display: block; } }
.sidebar .recently-viewed__title {
  display: none; }
.sidebar .rv-sidebar-element {
  max-width: 75%; }
  .sidebar .rv-sidebar-element .product_image a {
    display: block;
    min-width: 100%; }
  .sidebar .rv-sidebar-element .product_image img {
    height: auto; }
@media only screen and (max-width: 798px) {
  .sidebar .product-list .thumbnail .title,
  .sidebar .product-list .thumbnail .price,
  .sidebar .product-list .thumbnail .brand {
    text-align: left;
    display: block; } }
.sidebar .product-list .thumbnail .thumbnail-overlay {
  position: relative;
  opacity: 1;
  background: transparent; }
  .sidebar .product-list .thumbnail .thumbnail-overlay .product-details {
    position: relative;
    transform: none;
    transition: none;
    opacity: 1;
    text-align: left; }
    .sidebar .product-list .thumbnail .thumbnail-overlay .product-details .title {
      color: #a0d7f0;
      padding: 0; }
    .sidebar .product-list .thumbnail .thumbnail-overlay .product-details .title,
    .sidebar .product-list .thumbnail .thumbnail-overlay .product-details .price {
      font-size: 0.9vw; }
  .sidebar .product-list .thumbnail .thumbnail-overlay .info {
    position: relative;
    font-size: 12px;
    opacity: 1;
    top: 0;
    transform: translateY(0);
    padding-bottom: 0; }
    .sidebar .product-list .thumbnail .thumbnail-overlay .info .quick_shop {
      display: none; }

.product-description-bottom .js-recently-viewed.rv-main {
  clear: both; }

.rv-box-element .js-recently-viewed-product:nth-child(2),
.rv-sidebar-element .js-recently-viewed-product:nth-child(2) {
  display: none; }

/* #Search autocomplete
================================================== */
.dropdown .header_search_form .search__results .item-result,
.main_nav .search__results .item-result {
  left: 0;
  width: 100%;
  background: #000000;
  border-left: 0;
  border-right: 0; }
  .dropdown .header_search_form .search__results .item-result a .title,
  .main_nav .search__results .item-result a .title {
    color: #ffffff;
    transition: all 0.3s ease-in-out; }
  .dropdown .header_search_form .search__results .item-result a:hover,
  .main_nav .search__results .item-result a:hover {
    background: #000000; }
  .dropdown .header_search_form .search__results .item-result a:hover .title,
  .main_nav .search__results .item-result a:hover .title {
    color: #a0d7f0; }
  .dropdown .header_search_form .search__results .item-result a:hover span,
  .main_nav .search__results .item-result a:hover span {
    color: #ffffff; }
.dropdown .header_search_form li.all-results a:hover,
.main_nav li.all-results a:hover {
  color: #ffffff; }

.nav .search__results {
  width: 350px;
  right: 0;
  left: auto; }
  .nav .search__results li a:active {
    transition: ease-in-out 0s all; }

.search_container input {
  z-index: 29; }

.search__results {
  z-index: 30;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position: absolute; }
  .search__results li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #a0d7f0;
    overflow: hidden; }
    .search__results li:first-child {
      border-top: none; }
    .search__results li a,
    .search__results li a:active {
      width: 100%;
      transition: ease-in-out 0.3s all;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding: 15px 20px; }
    .search__results li a:hover {
      background-color: rgba(160, 215, 240, 0.1); }
    .search__results li a:active {
      background-color: rgba(160, 215, 240, 0.3); }
    .search__results li img {
      display: block; }
  .search__results .title {
    text-transform: none;
    padding-left: 8px;
    text-align: left;
    font-size: 14px; }
  .search__results .thumbnail {
    padding: 0;
    text-align: center; }
    .search__results .thumbnail img {
      max-width: 70px;
      max-height: 70px; }
  .search__results .result--page .title {
    padding-left: 0; }
  .search__results .result--page span.item-pricing {
    text-transform: none;
    font-weight: lighter;
    font-size: 0.8rem; }

.menu a span.item-pricing,
span.item-pricing {
  padding: 0; }
  .menu a span.item-pricing span,
  span.item-pricing span {
    padding: 0; }

.all-results {
  width: 100%;
  margin: 0; }
  .all-results span {
    display: block;
    width: 100%;
    text-align: center; }
  .all-results span.item-pricing {
    color: #a0d7f0; }
  .all-results a {
    color: #ffffff;
    background-color: #a0d7f0; }
    .all-results a:hover {
      background-color: #04736b; }

/* #Search page
================================================== */
.search-template-section form {
  position: relative; }
.search-template-section .search_container {
  position: relative; }
  .search-template-section .search_container .search-submit {
    z-index: 900; }
  .search-template-section .search_container input {
    border-radius: 100px;
    padding-left: 15px; }

.search-matrix .product_row {
  padding: 20px 0;
  border-bottom: 1px solid #a0d7f0; }

.search-matrix .product_row:last-child {
  border-bottom: none; }

/* #Search Section
================================================== */
.search-bgr-true {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.search-section {
  background-color: #cccccc;
  width: 100%;
  display: inline-block; }
  .search-section h2 {
    margin-bottom: 0.25em; }
  .search-section h2,
  .search-section p {
    color: #000000; }
  .search-section .container {
    padding: 40px 0; }

.text-align--center .search__container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.text-align--left .search__container {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.text-align--right .search__container {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.search__container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .search__container .search__wrapper {
    display: inline-block;
    position: relative;
    max-width: 650px;
    width: 100%; }
  .search__container input[type="text"] {
    font-size: 18px;
    display: inline-block;
    border: 1px solid #000;
    min-height: 50px;
    height: 50px;
    margin-bottom: 0; }
    .search__container input[type="text"]:active, .search__container input[type="text"]:focus {
      border: 1px solid #000; }

.search__form {
  width: 100%;
  max-width: 650px;
  position: relative;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.search__results {
  top: 100%;
  width: 100%; }
  .search__results li {
    border-left: 1px solid #a0d7f0;
    border-right: 1px solid #a0d7f0; }
  .search__results .all-results {
    border: 0;
    background-color: #a0d7f0;
    width: 100%;
    margin: 0; }
    .search__results .all-results span {
      display: block;
      width: 100%;
      text-align: center;
      padding-left: 0; }
    .search__results .all-results span.item-pricing {
      color: #a0d7f0; }
    .search__results .all-results a,
    .search__results .all-results a:active {
      color: #ffffff;
      padding: 20px;
      text-align: center;
      display: block;
      line-height: 1; }
    .search__results .all-results:hover {
      background-color: #04736b; }

.search__button {
  position: absolute;
  margin-top: 0;
  top: 0;
  height: 50px;
  width: 50px;
  right: 0px;
  padding: 0;
  background-color: #000;
  border-color: transparent;
  color: white;
  font-size: 24px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  .search__button:hover {
    color: white;
    background-color: #48b2e2;
    border: 1px solid #000;
    border-left: 0px; }

/* #Site Styles
================================================== */
div.container {
  margin: 0 auto;
  padding: 5px 0; }

@media only screen and (max-width: 798px) {
  .collection-page.container {
    margin-top: 43px; } }
.collection-page h4 {
  text-align: center;
  font-size: 28px;
  width: 80%;
  margin: 0 auto; }
  @media only screen and (max-width: 798px) {
    .collection-page h4 {
      font-size: 24px;
      width: 100%; } }

.featured_text {
  font-size: 18px;
  line-height: 36px; }

.large_text {
  font-size: 28px;
  line-height: 50px; }

div.content {
  padding: 5px 0px 15px 0; }

/* #Header
================================================== */
@media only screen and (max-width: 798px) {
  .dropdown .header_search_form .search__results {
    margin-top: 30px; } }
.dropdown .header_search_form .search-terms {
  height: 50px;
  min-height: 50px; }

.main_nav div.logo a {
  display: block;
  color: #a0d7f0 !important;
  outline: 0; }

.menu-position--inline.logo-position--left div.logo {
  padding-left: 20px;
  text-align: left; }

.menu-position--inline.logo-position--left div.logo.logo--text a {
  padding-top: 12px;
  padding-bottom: 12px; }

.menu-position--inline.logo-position--center div.logo {
  text-align: center; }

.menu-position--block.logo-align--left div.logo {
  padding-left: 20px;
  text-align: left; }

.menu-position--block.logo-align--center div.logo {
  text-align: center;
  width: 100%; }
  .menu-position--block.logo-align--center div.logo img {
    margin: 0 auto; }

div.logo {
  width: 16%;
  float: left; }
  div.logo img {
    width: 100%;
    margin: 0; }

.primary_logo {
  display: block; }

.secondary_logo {
  display: none; }

header.feature_image.secondary_logo--true img.primary_logo,
header.feature_image.secondary_logo--true img.secondary_logo {
  display: none; }

header.secondary_logo--true:not(.feature_image) img.secondary_logo {
  display: none !important; }
header.secondary_logo--true:not(.feature_image) img.primary_logo {
  display: inline !important; }

.featured_content,
.featured_content h1,
.featured_content h2,
.featured_content h3,
.featured_content h4,
.featured_content h5,
.featured_content h6 {
  color: #363636; }

.featured_content {
  background-color: #ffffff; }

.nav_arrows {
  float: left;
  font-size: 18px;
  font-weight: 900;
  text-transform: initial; }

.sku {
  margin: 0; }

#category {
  width: 100%; }

/* Pagination & infinite scrolling */
.paginate,
.load-more {
  text-align: center; }

.paginate .page a,
.paginate .current,
a.tag {
  border: solid 1px #a0d7f0;
  margin: 10px 5px;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 50%; }
  .paginate .page a:hover,
  .paginate .current:hover,
  a.tag:hover {
    color: #fff;
    background-color: #ffffff;
    border: solid 1px #ffffff; }

.paginate .current {
  font-weight: bold;
  color: #fff;
  background-color: #ffffff;
  border: solid 1px #ffffff; }

.paginate .next,
.paginate .prev {
  display: inline-block;
  margin: 10px 0;
  padding: 0.5rem 1rem; }

.load-more {
  display: none;
  width: 100%; }

.collection-template-section .load-more,
.search-template-section .load-more {
  display: block;
  clear: both; }

.load-more__icon {
  opacity: 0;
  height: 0;
  width: 0;
  transition: all 0.3s linear;
  background: url("//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/loader.gif") center center no-repeat;
  background-size: 32px 32px;
  margin: 0 auto; }

.collection-matrix.loading-in-progress.filter-loading {
  height: 0; }

.collection-matrix.loading-in-progress + .load-more__icon {
  width: 44px;
  height: 44px;
  opacity: 1; }

a.tag {
  font-size: smaller;
  padding: 4px 6px;
  margin: 5px 2px 5px 0; }

.paginate .deco {
  border: none; }

/* Product list - collections */
.product-list .thumbnail,
.slider-gallery .thumbnail,
.list-collections .thumbnail {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  display: block; }
  .product-list .thumbnail .thumbnail-overlay,
  .slider-gallery .thumbnail .thumbnail-overlay,
  .list-collections .thumbnail .thumbnail-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in; }
    .product-list .thumbnail .thumbnail-overlay > a,
    .slider-gallery .thumbnail .thumbnail-overlay > a,
    .list-collections .thumbnail .thumbnail-overlay > a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media only screen and (max-width: 798px) {
      .product-list .thumbnail .thumbnail-overlay,
      .slider-gallery .thumbnail .thumbnail-overlay,
      .list-collections .thumbnail .thumbnail-overlay {
        display: none; } }
    @media only screen and (min-width: 1401px) {
      .product-list .thumbnail .thumbnail-overlay,
      .slider-gallery .thumbnail .thumbnail-overlay,
      .list-collections .thumbnail .thumbnail-overlay {
        line-height: 1.5; } }
  .product-list .thumbnail .thumbnail-overlay,
  .slider-gallery .thumbnail .thumbnail-overlay,
  .list-collections .thumbnail .thumbnail-overlay {
    background-color: rgba(0, 0, 0, 0.7); }
  .product-list .thumbnail img,
  .slider-gallery .thumbnail img,
  .list-collections .thumbnail img {
    vertical-align: bottom;
    transition: opacity .3s ease-in;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: contain; object-position: top center"; }
  .product-list .thumbnail .product-info__caption,
  .slider-gallery .thumbnail .product-info__caption,
  .list-collections .thumbnail .product-info__caption {
    margin-top: 20px; }
    @media only screen and (max-width: 798px) {
      .product-list .thumbnail .product-info__caption,
      .slider-gallery .thumbnail .product-info__caption,
      .list-collections .thumbnail .product-info__caption {
        display: block; } }

@media only screen and (max-width: 1024px) {
  .touchevents .product-info__caption {
    display: block; }
  .touchevents .thumbnail-overlay {
    display: none; } }
.hidden-product-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.featured_collections .thumbnail {
  text-align: center; }

/* Thumbnail overlay */
.quick_shop,
.view_all {
  font-family: "SF Pro Display";
  font-weight: 900;
  font-size: 18px;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.05px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  margin-top: 2rem;
  color: #ffffff;
  opacity: 0;
  pointer-events: all;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out,color 0.3s linear, background-color 0.3s linear;
  border-radius: 100px; }
  .quick_shop:hover,
  .view_all:hover {
    color: #000000;
    background-color: #ffffff; }

.product-wrap {
  position: relative; }
  .product-wrap:hover .product-details {
    opacity: 1;
    transform: none; }
  .product-wrap:hover .quick_shop {
    opacity: 1;
    transform: none; }
  .product-wrap:hover .thumbnail-overlay {
    opacity: 1; }

.thumbnail-overlay .info {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
.thumbnail-overlay .product-details {
  position: relative;
  opacity: 0;
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  display: block; }
.thumbnail-overlay .title {
  display: block;
  padding: 0 2em;
  position: relative;
  color: #ffffff; }
.thumbnail-overlay .brand {
  color: #ffffff; }
.thumbnail-overlay .price {
  display: block;
  color: #a0d7f0; }
  .thumbnail-overlay .price:hover {
    color: #ffffff; }
.thumbnail-overlay .was_price,
.thumbnail-overlay .was_price span.money {
  color: #c3c9e2; }

.thumbnail .price span.money {
  color: #a0d7f0; }
  .thumbnail .price span.money:hover {
    color: #ffffff; }
.thumbnail .sale span.money {
  color: #d54d4d; }
.thumbnail .was_price span.money {
  color: #c3c9e2; }

/* Product banners */
.new {
  position: relative;
  display: inline;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px; }

/* Sold out and coming soon text */
.thumbnail .sold-out,
.thumbnail .coming-soon {
  opacity: 0.5;
  color: #a0d7f0; }

.thumbnail-overlay .sold-out,
.thumbnail-overlay .coming-soon {
  opacity: 0.5;
  color: #ffffff; }

/* Sale text */
.thumbnail .sale, .sale {
  color: #d54d4d; }

.banner_holder {
  position: absolute;
  top: 0;
  right: 0; }

.sale_banner, .new_banner, .preorder_banner {
  background: #d54d4d;
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  letter-spacing: normal;
  padding: 8px 12px;
  text-align: center;
  color: #fff;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }
  @media only screen and (max-width: 798px) {
    .sale_banner, .new_banner, .preorder_banner {
      padding: 4px 10px;
      font-size: smaller; } }

.new_banner, .preorder_banner {
  background: #03a196; }

a.secondary_button, input.secondary_button {
  display: block;
  padding: 15px 0;
  text-align: center;
  border-top: solid 1px #a0d7f0;
  border-bottom: solid 1px #a0d7f0;
  margin: 10px 0;
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.05px;
  color: #a0d7f0;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }
  a.secondary_button:hover, a.secondary_button:active, a.secondary_button:visited, input.secondary_button:hover, input.secondary_button:active, input.secondary_button:visited {
    color: #ffffff; }

.thumbnail .price,
.thumbnail .title {
  display: block;
  margin-bottom: 5px;
  font-size: inherit;
  line-height: 1.2; }

.thumbnail .title {
  word-break: break-word; }

.cart_price {
  float: right;
  text-align: right;
  padding-left: 20px;
  font-weight: bold;
  display: none; }

#estimated-shipping, .excluding_tax {
  display: block; }

.cart_page_image {
  text-align: center;
  margin: 10px 0 20px;
  display: block; }
  .cart_page_image img {
    width: 100%;
    display: block; }

.cart_content_info {
  padding: 0; }
  .cart_content_info h5 {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 0; }
  .cart_content_info .price_total {
    clear: both;
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px; }

.subtotal {
  padding-top: 20px;
  padding-left: 40px;
  text-align: right; }
  @media only screen and (max-width: 798px) {
    .subtotal {
      padding-left: 0; } }
  .subtotal h4 {
    text-align: right; }
  .subtotal .money {
    font-size: 30px;
    font-weight: 900;
    color: #4f4f4f; }
    @media only screen and (min-width: 481px) {
      .subtotal .money {
        font-size: 38px; } }

.continue-shopping {
  display: block;
  color: #a0d7f0;
  text-align: center;
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  text-transform: normal;
  letter-spacing: normal;
  margin-top: 20px; }

.subtotal_amount {
  font-size: 1.4em;
  font-weight: bold; }

button.update {
  width: 30%;
  float: right; }

.size_chart {
  display: block;
  margin-top: -1em;
  margin-bottom: 1em;
  color: #a0d7f0 !important;
  font-size: 14px; }

#size-chart {
  display: none; }

#size-chart h5 {
  padding: 15px 0 0 0;
  text-align: center; }

.js-sizechart-lightbox {
  cursor: default !important; }

.price_total_text {
  font-weight: normal;
  display: none; }

.was_price {
  color: #c3c9e2;
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
  text-shadow: none;
  font-weight: bold; }

.cart_savings {
  text-align: left; }

.savings {
  font-size: 18px;
  display: block; }

.thumbnails a {
  display: block;
  margin-bottom: 1em; }

/* #Instagram Feed
================================================== */
#instafeed .instagram__item {
  position: relative;
  margin-bottom: 20px; }

.instagram__item:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.instagram__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.instagram__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover; }

.instagram__video-link:after, .instagram__video-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2; }
.instagram__video-link:after {
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -18px;
  margin-left: -7px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25)); }
.instagram__video-link:before {
  margin-top: -34px;
  margin-left: -34px;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.42);
  transition: background 0.3s ease; }
.instagram__video-link:hover:before {
  background: rgba(0, 0, 0, 0.7); }

.arrow {
  position: relative;
  top: -1px;
  left: 2px;
  opacity: 1; }

.modal {
  margin: 10px 0;
  display: none;
  background-color: #ffffff; }

.modal_product {
  width: auto;
  line-height: 0px;
  max-width: 940px; }

.modal_product img {
  cursor: pointer; }

.modal_image {
  text-align: center; }

.modal a {
  padding-bottom: 0; }

.product_section .modal_price,
.quick-shop__text-wrap .modal_price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start; }
  .product_section .modal_price .price__container,
  .product_section .modal_price .sold-out__container,
  .quick-shop__text-wrap .modal_price .price__container,
  .quick-shop__text-wrap .modal_price .sold-out__container {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-top: 3px;
    font-family: "Greycliff CF"; }
  .product_section .modal_price .price__container--display-price-true.has-margin-right,
  .quick-shop__text-wrap .modal_price .price__container--display-price-true.has-margin-right {
    margin-right: 10px; }
  .product_section .modal_price .sold_out__container,
  .quick-shop__text-wrap .modal_price .sold_out__container {
    min-width: 150px; }

.quick-shop__text-wrap .modal_price.variant-unavailable .price__container {
  display: none; }

.modal form {
  margin-bottom: 10px; }

.notify_form #contact_form .action_button {
  width: 100%; }

.product_image_col {
  margin-top: 15px;
  text-align: center; }

.meta {
  font-size: 13px; }

.meta p {
  font-size: 13px;
  margin-bottom: 0px; }

p.meta {
  margin-bottom: 10px; }

.comment-body p.meta {
  margin-bottom: 5px; }

.comment-body h6 {
  padding: 0; }

.sidebar_title {
  padding-bottom: 0px; }

.blog-section h2 {
  margin-bottom: 0;
  line-height: 1.2; }

.blog-section h2 a {
  color: #4f4f4f; }

.blog_meta {
  margin-bottom: 0; }

.blog_meta span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: smaller;
  color: #c3c9e2; }

.blog_meta span:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  margin: -1px 5px 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #c3c9e2; }

.blog_meta span:last-child:after {
  background-color: transparent; }

.tags span a {
  color: #a0d7f0; }

.article-wrap {
  padding-bottom: 25px; }
  .article-wrap button.add_to_cart {
    background: inherit; }
  .article-wrap .article_header {
    margin: 0 auto;
    color: white; }
  @media only screen and (min-width: 799px) {
    .article-wrap .article__title {
      margin-top: 0; } }
  .article-wrap .article_content {
    margin: 0 auto;
    padding: 0 15px; }
    .article-wrap .article_content img {
      border-radius: 21px; }
  @media only screen and (min-width: 799px) {
    .article-wrap .continue-button {
      margin-bottom: 0; } }

.article h3.sub_title {
  letter-spacing: 0;
  margin: 10px auto 0; }

.article_content {
  margin-top: 20px; }

.excerpt {
  line-height: 1.5;
  margin: 1em 0; }

#comment_form .action_button, #contact_form .action_button {
  display: block;
  padding-left: 40px;
  padding-right: 40px; }
  @media only screen and (max-width: 798px) {
    #comment_form .action_button, #contact_form .action_button {
      width: 100%; } }

#contact_form .action_button.sign_up {
  display: inline-block;
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  float: none; }

body.article {
  padding-bottom: 0; }

.toggle span {
  color: #c3c9e2;
  font-weight: bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: smaller;
  float: right;
  display: none; }

.sidebar .blog_search {
  margin-bottom: 15px; }
  .sidebar .blog_search input {
    width: 100%;
    border-radius: 100px;
    padding-left: 15px; }

.meta .label, .label {
  color: #c3c9e2; }

.blog_meta, .blog_meta a {
  color: #c3c9e2; }

.blog_meta a:hover {
  color: #ffffff; }

.count {
  font-style: normal;
  font-size: 13px; }

.checkout {
  display: block;
  float: right;
  margin-top: 0px; }

.additional-checkout-buttons {
  text-align: center;
  margin-top: 0; }
  .additional-checkout-buttons > *:not(script) {
    padding: 10px 0 0 10px;
    vertical-align: top;
    line-height: 1; }
    @media only screen and (max-width: 480px) {
      .additional-checkout-buttons > *:not(script) {
        padding: 10px 0 0 5px; } }
    .additional-checkout-buttons > *:not(script):first-child, .additional-checkout-buttons > *:not(script):empty {
      padding-left: 0px; }

.or {
  line-height: 40px;
  font-style: normal;
  font-size: 14px;
  padding: 0 10px;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .or {
      line-height: initial;
      text-align: left; } }

.comment {
  margin-bottom: 20px; }

/*--Author Bio + Social Share Buttons--*/
.author_share_wrap {
  width: 100%;
  border-top: 1px solid #a0d7f0;
  min-height: 40px;
  padding: 15px 0;
  margin-top: 15px;
  overflow: auto; }

.blog_author {
  width: 60%;
  float: left; }
  @media only screen and (max-width: 798px) {
    .blog_author {
      width: 100%;
      border-bottom: 1px solid #a0d7f0;
      padding-bottom: 15px; } }

.blog_author img {
  width: 80px;
  height: 80px;
  border: 1px solid #a0d7f0;
  float: left;
  margin-right: 15px; }

.author_bio {
  text-align: left; }

.author_bio h6 {
  padding-top: 0; }

.author_bio p {
  font-size: 0.9em; }

.blog_share {
  width: 38%;
  float: right;
  text-align: right; }
  @media only screen and (max-width: 798px) {
    .blog_share {
      width: 100%;
      float: left; } }

.red {
  color: #C33; }

.address p {
  margin-bottom: 5px; }

div#disqus_thread ul, div#disqus_thread li {
  border: none; }

.search_page {
  padding: 100px 0; }

/* #Swatch Styles
================================================== */
/* SASS variables for swatch dimensions */
.swatch-element.swatch--active {
  border-color: black;
  box-shadow: 0px 0px 0px 2px white; }

.selector-wrapper label {
  margin-bottom: 0.5em; }

.product_section .product_form {
  opacity: 0;
  transition: opacity 0.2s ease; }

.product_section .product_form.is-visible {
  opacity: 1; }

.selector-wrapper, .select {
  display: none; }

.swatch_options {
  margin-bottom: 1em; }

.swatch .option_title {
  margin: 0.5em 0; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  float: left;
  min-width: 40px;
  height: 40px;
  margin: 0;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 50%; }

.swatch .color label {
  min-width: 34px;
  height: 34px !important;
  line-height: 34px;
  background-position: center;
  background-size: cover; }

.swatch-element {
  min-width: 40px;
  min-height: 40px; }

.swatch-element.color {
  padding: 3px; }

.swatch-element.color label {
  padding: 0;
  margin: 0;
  width: 34px;
  height: 34px; }

.swatch_options input:checked + .swatch-element {
  border-color: black;
  box-shadow: 0px 0px 0px 2px white; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px 8px 8px 0;
  position: relative;
  border-radius: 50%;
  outline: none; }

.crossed-out {
  background-image: linear-gradient(to bottom left, transparent 50%, #999999 50%, #999999 calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, #999999 50%, #999999 calc(50% + 1px), transparent 50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none;
  -o-object-fit: fill;
  object-fit: fill;
  font-family: "object-fit: fill"; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6; }

/* Tooltips */
.swatch .tooltip {
  text-align: center;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  bottom: 100%;
  padding: 5px 10px;
  display: block;
  position: absolute;
  width: 120px;
  font-size: 13px;
  left: -35px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  transition: all .25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid rgba(51, 51, 51, 0.9) 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.fancybox-bg {
  opacity: 1;
  background-color: rgba(43, 46, 56, 0.9); }
  @media only screen and (max-width: 480px) {
    .fancybox-bg {
      background-color: rgba(255, 255, 255, 0.99); } }

@media only screen and (min-width: 481px) {
  .fancybox-toolbar {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancybox-slide {
    padding: 44px 0; } }

/* Add border around images */
@media only screen and (min-width: 481px) {
  .fancybox-slide--image {
    padding: 44px; } }
.fancybox-slide--image .fancybox-image {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  height: 100%; }
.fancybox-slide--image .fancybox-image-wrap {
  position: absolute;
  width: 100%;
  height: 100%; }
.fancybox-slide--image .fancybox-content {
  padding: 0;
  background-color: white; }
  @media only screen and (min-width: 481px) {
    .fancybox-slide--image .fancybox-content {
      box-shadow: 0px 0px 0px 30px white; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fancybox-slide--image .fancybox-content {
      position: relative !important;
      width: 100%;
      height: 100%; } }
.fancybox-slide--image .fancybox-close-small {
  top: -30px;
  right: -30px; }

.fancybox-is-scaling .fancybox-image-wrap,
.fancybox-can-pan .fancybox-image-wrap {
  width: 100%;
  height: 100%;
  margin: 0; }

/* Hide elements while zooming or when zoomed-in */
.fancybox-is-scaling .fancybox-item,
.fancybox-can-pan .fancybox-item {
  display: none !important; }

/* Style close button */
.fancybox-close,
.fancybox-close-small {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  z-index: 2;
  color: #95979c;
  background-color: transparent; }
  .fancybox-close svg,
  .fancybox-close-small svg {
    display: none; }
  .fancybox-close:hover,
  .fancybox-close-small:hover {
    color: black; }
  @media only screen and (max-width: 480px) {
    .fancybox-close,
    .fancybox-close-small {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fancybox-close,
    .fancybox-close-small {
      display: block !important; } }

.fancybox-close:before,
.fancybox-close-small:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 54px;
  font-weight: 300;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

.fancybox-button {
  min-height: auto; }
  @media only screen and (max-width: 480px) {
    .fancybox-button {
      background-color: white; }
      .fancybox-button svg path {
        fill: #95979c; } }

/* Style navigation elements */
.fancybox-content:hover .fancybox-nav {
  opacity: 1; }

.fancybox-nav {
  transition: opacity 0.2s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center; }
  .fancybox-nav span {
    pointer-events: none; }
  .fancybox-nav svg path {
    fill: #a0d7f0; }

.fancybox-next {
  right: 0; }

.fancybox-prev {
  left: 0; }

.fancybox-nav span {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer; }

@media only screen and (max-width: 1024px) {
  .touchevents .fancybox-nav {
    display: none; } }

.size-chart-wrap img {
  height: auto;
  max-width: 100%; }

/* #Footer
================================================== */
.footer {
  font-size: 16px;
  padding: 0;
  background-color: #000000;
  background-position: center center;
  color: #ffffff; }
  @media only screen and (min-width: 481px) {
    .footer {
      font-size: 17px; } }
  .footer p {
    margin: 0; }
  .footer .input-row {
    margin-left: 0px;
    margin-right: 0px; }
    .footer .input-row input {
      margin: 5px 0; }

.footer-text .toggle_content {
  padding-top: 15px; }

.no-footer-title.footer-text .toggle_content {
  padding-top: 0; }
  @media only screen and (max-width: 798px) {
    .no-footer-title.footer-text .toggle_content {
      display: block;
      padding-top: 20px; } }

/* If no shop logo used, apply text styling as per theme settings */
.footer .logo {
  color: #a0d7f0 !important;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
  width: 100%;
  word-wrap: break-word;
  float: none; }
  @media only screen and (max-width: 798px) {
    .footer .logo {
      text-align: center; } }

img.footer-logo {
  width: 75%;
  max-width: 250px;
  margin-bottom: 10px;
  display: inline-block; }
  @media only screen and (max-width: 798px) {
    img.footer-logo {
      max-width: 50% !important;
      margin: 0 25% 25px; } }

.footer .empty-column {
  width: 100%;
  height: 1px; }

.footer .footer-menu-wrap h6 {
  margin: 0;
  padding: 0 0 5px 0;
  color: #ffffff;
  font-size: 17px; }
  @media only screen and (max-width: 798px) {
    .footer .footer-menu-wrap h6 {
      border-top: 1px solid #1b1f23;
      margin-bottom: 5px;
      padding: 10px 0 5px; } }

.footer .footer-menu-wrap h6 > span {
  display: none; }
  @media only screen and (max-width: 798px) {
    .footer .footer-menu-wrap h6 > span {
      display: inline-block;
      transition: transform 0.3s linear;
      perspective: 1000; } }

@media only screen and (min-width: 799px) {
  .footer .toggle_content {
    display: block !important; } }

.footer a,
.footer a:visited {
  color: #a0d7f0;
  font-size: 17px; }

.footer a:hover,
.footer a:active {
  color: #a0d7f0; }

.footer ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0; }

.footer ul li {
  margin: 0 15px;
  line-height: 1; }

.footer form {
  margin-bottom: 0; }

.footer-menu-wrap {
  text-align: center; }

.page-landing .maps {
  position: relative;
  bottom: -7px; }

.maps iframe {
  pointer-events: none;
  display: block; }

.newsletter form {
  margin-bottom: 0; }

.footer_credits {
  margin-top: 10px; }

.payment_methods {
  margin: 10px 0 6px 0;
  padding-top: 10px; }
  @media only screen and (min-width: 799px) {
    .payment_methods {
      float: right;
      text-align: right; } }

.payment_methods svg {
  padding-right: 4px;
  height: 30px;
  width: 48px; }

.credits {
  color: #ffffff;
  text-align: center;
  padding-top: 20px; }

h6 span, h4 span, .sublink span {
  transition: transform 0.3s linear;
  perspective: 1000; }

.footer-menu-wrap, .sidebar {
  -webkit-transform: translate3d(0, 0, 0); }
  .footer-menu-wrap .active span, .footer-menu-wrap span.active, .sidebar .active span, .sidebar span.active {
    transform: rotateX(180deg); }

.sidebar span.menu-toggle {
  float: right;
  display: inline-block;
  cursor: pointer;
  padding: 0 6px 0 6px;
  margin-right: 0;
  transition: transform 0.3s linear;
  perspective: 1000;
  transform: none; }
  .sidebar span.menu-toggle.active {
    transform: rotateX(180deg); }

/* Footer and mobile menu accordion (mobile only) */
@media only screen and (max-width: 798px) {
  .footer-menu-wrap h6, .sidebar h6, #mobile_menu h6 {
    padding-top: 8px;
    cursor: pointer;
    border-top: 1px solid #ffffff;
    margin-top: 0; }
  .footer-menu-wrap h6 span, .footer-menu-wrap h4 span, .footer-menu-wrap .sublink span, .sidebar h6 span, .sidebar h4 span, .sidebar .sublink span, #mobile_menu h6 span, #mobile_menu h4 span, #mobile_menu .sublink span {
    display: inline-block;
    transition: transform 0.3s linear;
    perspective: 1000; }
  .footer-menu-wrap .columns > ul, .sidebar .columns > ul, #mobile_menu .columns > ul {
    display: none;
    padding-left: 20px; }
    .footer-menu-wrap .columns > ul li, .sidebar .columns > ul li, #mobile_menu .columns > ul li {
      line-height: 1.7; }

  .toggle_content {
    display: none;
    padding: 0 20px; } }
@media only screen and (min-width: 799px) {
  h4.toggle {
    pointer-events: none; }

  .footer-menu-wrap h6 {
    pointer-events: none; }
  .footer-menu-wrap .columns > ul {
    display: block !important; } }
/* Promo banner */
.header .promo_banner a,
.header .promo_banner a:hover,
#header .promo_banner a,
#header .promo_banner a:hover {
  color: #333333; }

.promo_banner {
  background-color: #f2f2f2;
  text-align: center;
  color: #333333;
  font-size: 12px;
  position: relative;
  width: 100%;
  height: 0;
  line-height: 0;
  z-index: 5000;
  top: 0;
  transition: all 0.3s linear;
  overflow: hidden; }
  .promo_banner .promo_banner__content {
    margin: 0px auto;
    padding: 0 1.5rem; }
    @media only screen and (max-width: 798px) {
      .promo_banner .promo_banner__content {
        font-size: 10px;
        max-height: 50px; } }
  .promo_banner p {
    margin-bottom: 0;
    display: inline;
    line-height: 1; }
  .promo_banner .promo_banner-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: #333333;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 1000; }
    .promo_banner .promo_banner-close:before {
      font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
      font-size: 20px;
      line-height: 30px;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 35px;
      content: "\00d7";
      text-align: center; }

.promo_banner-show .promo_banner {
  transition: all 0s linear;
  height: auto;
  min-height: 30px;
  line-height: 1.1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.top_bar {
  position: relative;
  transition: padding-top 0.3s linear; }

@media only screen and (max-width: 798px) {
  .mobile_nav-fixed--true #pagecontent,
  .mobile_nav-fixed--false #pagecontent {
    display: block; }
  .mobile_nav-fixed--true .page_banner,
  .mobile_nav-fixed--false .page_banner {
    margin-top: 40px; }
  .mobile_nav-fixed--true .page_banner + #pagecontent,
  .mobile_nav-fixed--false .page_banner + #pagecontent {
    padding-bottom: 0; }

  /*   .index-sections .under-menu:nth-child(1) {
      margin-top: 43px;
    } */
  .page-details-section .under-menu:nth-child(1) {
    margin-top: 0; }

  .page-banner .under-menu:nth-child(1) {
    margin-top: 0; }

  .promo_banner-show.mobile_nav-fixed--true #pagecontent,
  .promo_banner-show.mobile_nav-fixed--false #pagecontent {
    padding-bottom: calc(40px + 30px); }
  .promo_banner-show.mobile_nav-fixed--true .page_banner,
  .promo_banner-show.mobile_nav-fixed--false .page_banner {
    margin-top: calc(40px + 30px); }
  .promo_banner-show.mobile_nav-fixed--true .page_banner + #pagecontent,
  .promo_banner-show.mobile_nav-fixed--false .page_banner + #pagecontent {
    padding-bottom: 0; } }
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

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

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

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

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

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

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: #fff; }

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f; }

.flickity-prev-next-button:active {
  opacity: .6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.flickity-enabled {
  position: relative;
  overflow: hidden; }

.flickity-enabled:focus {
  outline: none; }

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

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

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 11%;
  border: none;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  border-radius: 0;
  height: auto;
  max-width: 100px;
  transform: none; }

.flickity-prev-next-button:hover {
  background: white;
  border: none; }

.flickity-prev-next-button:focus {
  outline: none; }

.flickity-prev-next-button:hover, .flickity-prev-next-button:active {
  filter: alpha(opacity=80);
  opacity: 0.8; }

.flickity-prev-next-button.previous {
  left: -1px; }

.flickity-prev-next-button.next {
  right: -1px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: -1px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: -1px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=10);
  /* IE8 */
  opacity: 0.1;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50.1%);
  -ms-transform: translateY(-50.1%);
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #a0d7f0; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #a0d7f0;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  background: #a0d7f0;
  opacity: 1; }

/* Custom sliders */
.flickity-slider > li {
  list-style-type: none;
  width: 100%;
  text-align: center; }

/* General Flickity styling */
img[data-flickity-lazyload] {
  width: auto; }

.slideshow_animation--fade .flickity-slider {
  transform: none !important; }
.slideshow_animation--fade .gallery-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1; }
.slideshow_animation--fade .gallery-cell.is-selected {
  opacity: 1;
  z-index: 0; }

/* Gallery page */
.lightbox-gallery .gallery-cell {
  width: 100%; }
  .lightbox-gallery .gallery-cell img {
    width: auto;
    max-height: 90vh;
    max-width: 100%;
    display: inline-block; }

/* Product gallery */
.gallery-arrows--true .product_gallery .flickity-prev-next-button {
  transition: opacity 0.3s linear;
  display: block; }
  @media only screen and (min-width: 799px) {
    .gallery-arrows--true .product_gallery .flickity-prev-next-button {
      opacity: 0; } }

.gallery-arrows--true .product_gallery:hover .flickity-prev-next-button {
  opacity: 0.5; }

.product_gallery {
  margin-lefT: auto;
  margin-right: auto;
  max-width: 600px;
  max-height: 600px;
  margin-bottom: 15px;
  position: relative;
  opacity: 0;
  transition: opacity 0.2s; }
  @media only screen and (min-width: 799px) and (max-width: 1024px) {
    .product_gallery {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 798px) {
    .product_gallery {
      margin-bottom: 0;
      padding-bottom: 10px;
      margin-right: -20px;
      margin-left: -20px; }
      .product_gallery .flickity-page-dots {
        bottom: 15px; }
      .product_gallery.indicator-dots .gallery-cell {
        margin: 0 6px 0 0;
        display: inline-block;
        width: auto; } }
  .product_gallery .gallery-cell {
    width: 100%;
    text-align: center;
    display: block;
    margin-right: 10px; }
    .product_gallery .gallery-cell span {
      width: 100%;
      display: block !important; }
  .product_gallery.flickity-enabled {
    opacity: 1; }
  .product_gallery.single-image .flickity-prev-next-button {
    display: none; }
  .product_gallery .flickity-prev-next-button {
    display: none; }
  .product_gallery img {
    background-color: #ffffff; }

.product_gallery_nav {
  text-align: center;
  margin-bottom: 18px; }
  .product_gallery_nav.product_gallery_nav--bottom-thumbnails .gallery-cell {
    width: auto; }
  .product_gallery_nav.product_gallery_nav--bottom-thumbnails img {
    height: 80px;
    width: auto; }
  @media only screen and (min-width: 481px) and (max-width: 798px) {
    .product_gallery_nav.product_gallery_nav--bottom-slider {
      margin-bottom: 30px; } }
  .product_gallery_nav.product_gallery_nav--bottom-slider .flickity-prev-next-button {
    opacity: 1;
    background: #ffffff; }
  .product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: auto;
    opacity: 0.5;
    margin-bottom: 0; }
    .product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell.is-nav-selected {
      opacity: 1; }
    .product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell img {
      width: auto;
      height: 80px;
      max-width: none;
      min-width: 50px; }
  .product_gallery_nav .gallery-cell {
    width: 20%;
    margin: 0 3px 0 0;
    opacity: 0.7;
    display: inline-block; }
    @media only screen and (min-width: 799px) {
      .product_gallery_nav .gallery-cell {
        margin: 0 8px 0 0; } }
    .product_gallery_nav .gallery-cell.is-nav-selected {
      opacity: 1; }
    .product_gallery_nav .gallery-cell img {
      cursor: pointer; }

.product_gallery .gallery-cell a {
  cursor: zoom-in; }

@media only screen and (max-width: 1024px) {
  .description {
    font-size: 11.333333px !important; } }

.gallery-wrap.right-thumbnails .multi-image {
  width: 83%;
  float: left; }
.gallery-wrap.right-thumbnails .product_gallery_nav {
  width: 12%;
  float: left;
  margin-left: 4%; }
  .gallery-wrap.right-thumbnails .product_gallery_nav .gallery-cell {
    width: 100%;
    margin: 0 0 10px 0; }

.gallery-wrap.left-thumbnails .multi-image {
  width: 83%;
  float: right; }
.gallery-wrap.left-thumbnails .product_gallery_nav {
  width: 12%;
  float: right;
  margin-right: 5%; }
  .gallery-wrap.left-thumbnails .product_gallery_nav .gallery-cell {
    width: 100%;
    margin: 0 0 10px 0; }

.gallery-wrap .flickity-viewport {
  margin-top: 0; }

.product-section__lightbox .zoom-wrap {
  width: 100%;
  height: 100%; }

/* Quick Shop */
.js-quick-shop {
  display: none; }

.quickshop-forms__container {
  display: none; }

.quick-shop__lightbox .fancybox-content {
  width: 90%;
  max-width: 900px;
  background-color: #ffffff;
  cursor: pointer !important; }

.quick-shop__lightbox .fancybox-close-small svg path {
  fill: #2b2e38; }
  .quick-shop__lightbox .fancybox-close-small svg path:hover {
    fill: #292c36; }

.quick-shop .product_gallery img {
  background-color: #ffffff; }
.quick-shop .container {
  max-width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  color: #2b2e38; }
  .quick-shop .container .gallery-wrap.eight.columns {
    width: calc(55% - 40px);
    margin: 0;
    margin-right: 40px;
    min-height: 1px;
    transition: opacity 1s 0.3s linear; }
    .quick-shop .container .gallery-wrap.eight.columns.align-gallery-right {
      float: right;
      margin-right: 0;
      margin-left: 40px; }
  .quick-shop .container .text-modal-wrap.six.columns {
    width: 45%;
    margin: 0;
    min-height: 1px;
    transition: opacity 0.3s linear; }
  .quick-shop .container .new_banner_product:empty,
  .quick-shop .container .sale_banner_product:empty,
  .quick-shop .container .preorder_banner_product:empty {
    display: none; }
.quick-shop img[alt*="[right]"],
.quick-shop img[alt*="[left]"],
.quick-shop img[alt*="[center]"] {
  display: none; }

h3.quick-shop__title a {
  color: #2b2e38; }

.quick-shop .product_gallery {
  opacity: 0;
  transition: opacity 0.3s; }

.quick-shop .product_gallery.flickity-enabled {
  opacity: 1; }

/* Inline quick shop */
.quick-shop-style--inline .collection_swatches {
  display: none; }
.quick-shop-style--inline .inline-quickshop {
  margin-top: 10px; }
.quick-shop-style--inline .product-quantity-box,
.quick-shop-style--inline .items_left {
  display: none; }
.quick-shop-style--inline .purchase-details__spb--false {
  margin-left: 0; }

.quick-shop-style--popup .product-details .title,
.quick-shop-style--popup .product-details .brand,
.quick-shop-style--popup .product-details .shopify-review,
.quick-shop-style--popup .product-details .price,
.quick-shop-style--popup .product-details .sold_out,
.quick-shop-style--inline .product-details .title,
.quick-shop-style--inline .product-details .brand,
.quick-shop-style--inline .product-details .shopify-review,
.quick-shop-style--inline .product-details .price,
.quick-shop-style--inline .product-details .sold_out {
  padding: 0;
  margin: 5px 0; }

.quick-shop-style--popup .quick_shop {
  margin: 5px 0; }

.quick-shop-style--inline.four .action_button--secondary, .quick-shop-style--inline.one-fifth .action_button--secondary {
  margin-bottom: 10px; }
.quick-shop-style--inline.four .action_button--secondary,
.quick-shop-style--inline.four .shopify-payment-button, .quick-shop-style--inline.one-fifth .action_button--secondary,
.quick-shop-style--inline.one-fifth .shopify-payment-button {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0; }

/* Related Items Gallery */
.related-products--grid {
  font-size: 0;
  text-align: center; }
  .related-products--grid.container {
    padding-top: 0; }
  .related-products--grid .product-list .thumbnail.column,
  .related-products--grid .product-list .thumbnail.columns {
    font-size: initial;
    display: inline-block;
    float: none;
    vertical-align: top; }

.related-products__title {
  clear: both; }

.title.slider-gallery {
  padding-top: 40px; }
  @media only screen and (max-width: 480px) {
    .title.slider-gallery {
      padding-top: 0;
      font-size: 1.5em; } }

.slider-gallery {
  margin: 0 auto 40px; }
  .slider-gallery .gallery-cell {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 480px) {
      .slider-gallery .gallery-cell {
        padding: 0;
        margin-right: 5px; } }
    .slider-gallery .gallery-cell .product-details {
      line-height: 1.2;
      letter-spacing: 0; }
      @media only screen and (max-width: 798px) {
        .slider-gallery .gallery-cell .product-details {
          font-size: 3vw; } }
    .slider-gallery .gallery-cell img {
      display: block;
      max-width: 100%; }
  .slider-gallery .gallery-cell-heading {
    font-size: 0.8rem;
    line-height: 1.2;
    text-transform: none;
    margin-top: 10px; }
  .slider-gallery .flickity-prev-next-button {
    border-radius: 0;
    opacity: 0;
    width: 5%; }

.slider-gallery:hover .flickity-prev-next-button {
  opacity: 0.5; }

.transparentBackground--false .dot {
  background: #a0d7f0; }
.transparentBackground--false .flickity-prev-next-button {
  background: transparent; }
  .transparentBackground--false .flickity-prev-next-button .arrow {
    fill: #a0d7f0;
    opacity: 1; }

.homepage-slideshow.transparentBackground--false:hover .flickity-prev-next-button,
.testimonial-slideshow.transparentBackground--false:hover .flickity-prev-next-button,
.product-slider.transparentBackground--false:hover .flickity-prev-next-button,
.slider-gallery.transparentBackground--false:hover .flickity-prev-next-button {
  opacity: 1; }
.homepage-slideshow.transparentBackground--false .flickity-page-dots .dot.is-selected,
.testimonial-slideshow.transparentBackground--false .flickity-page-dots .dot.is-selected,
.product-slider.transparentBackground--false .flickity-page-dots .dot.is-selected,
.slider-gallery.transparentBackground--false .flickity-page-dots .dot.is-selected {
  background: black; }

/* Lazyframe */
.lazyframe {
  position: relative;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover; }

.lazyframe__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 17px;
  z-index: 3; }

.lazyframe__title:after {
  z-index: -1; }

.lazyframe:hover {
  cursor: pointer; }

.lazyframe:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }

.lazyframe[data-ratio="16:9"]:before {
  padding-top: 56.25%; }

.lazyframe[data-ratio="4:3"]:before {
  padding-top: 75%; }

.lazyframe[data-ratio="1:1"]:before {
  padding-top: 100%; }

.lazyframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%; }

.lazyframe[data-vendor="youtube"], .lazyframe[data-vendor="youtube_nocookie"] {
  background-color: #e52d27;
  font-family: Roboto, Arial, Helvetica, sans-serif; }

.lazyframe[data-vendor="youtube"] .lazyframe__title, .lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title {
  color: #eee;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.49804) 0px 0px 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.1s cubic-bezier(0.4, 0, 1, 1); }

.lazyframe[data-vendor="youtube"] .lazyframe__title:hover, .lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:hover {
  color: #fff; }

.lazyframe[data-vendor="youtube"] .lazyframe__title:before, .lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:before {
  content: '';
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  height: 98px;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-tap-highlight-color: transparent; }

.lazyframe[data-vendor="youtube"]:before, .lazyframe[data-vendor="youtube_nocookie"]:before {
  padding-top: 56.25%; }

.lazyframe[data-vendor="youtube"][data-ratio="16:9"]:before, .lazyframe[data-vendor="youtube_nocookie"][data-ratio="16:9"]:before {
  padding-top: 56.25%; }

.lazyframe[data-vendor="youtube"][data-ratio="4:3"]:before, .lazyframe[data-vendor="youtube_nocookie"][data-ratio="4:3"]:before {
  padding-top: 75%; }

.lazyframe[data-vendor="youtube"][data-ratio="1:1"]:before, .lazyframe[data-vendor="youtube_nocookie"][data-ratio="1:1"]:before {
  padding-top: 100%; }

.lazyframe[data-vendor="youtube"]:after, .lazyframe[data-vendor="youtube_nocookie"]:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjIzFmMWYxZiIvPjxwYXRoIGQ9Ik0yMDMuMiAzNDRWMTg1LjVMMzQ4IDI2NC44IDIwMy4yIDM0NHoiIGZpbGw9IiNGRUZERkQiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: .81;
  border: none;
  z-index: 4; }

.lazyframe[data-vendor="youtube"]:hover:after, .lazyframe[data-vendor="youtube_nocookie"]:hover:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjREQyQzI4Ii8+PHBhdGggZD0iTTIwMy4yIDM0NFYxODUuNUwzNDggMjY0LjggMjAzLjIgMzQ0eiIgZmlsbD0iI0ZFRkRGRCIvPjwvc3ZnPg==");
  opacity: 1; }

.lazyframe[data-vendor="vimeo"] {
  background-color: #00adef; }

.lazyframe[data-vendor="vimeo"] .lazyframe__title {
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #00adef;
  font-size: 20px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  user-select: none;
  -webkit-font-smoothing: auto;
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(0, 0, 0, 0.5); }

.lazyframe[data-vendor="vimeo"]:before {
  padding-top: 48.25%; }

.lazyframe[data-vendor="vimeo"][data-ratio="16:9"]:before {
  padding-top: 56.25%; }

.lazyframe[data-vendor="vimeo"][data-ratio="4:3"]:before {
  padding-top: 75%; }

.lazyframe[data-vendor="vimeo"][data-ratio="1:1"]:before {
  padding-top: 100%; }

.lazyframe[data-vendor="vimeo"]:after {
  content: '';
  height: 40px;
  width: 65px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative; }

.lazyframe[data-vendor="vimeo"]:hover:after {
  background-color: #00adef; }

.lazyframe[data-vendor="vine"] {
  background-color: #00bf8f; }

.lazyframe[data-vendor="vine"] .lazyframe__title {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  z-index: 3;
  positon: relative; }

.lazyframe[data-vendor="vine"] .lazyframe__title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 115px;
  padding: 24px 70px 24px 24px;
  background: linear-gradient(to top, rgba(23, 23, 23, 0) 0, rgba(23, 23, 23, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3171717", endColorstr="#00171717", GradientType=0 ); }

.lazyframe[data-vendor="vine"]:before {
  padding-top: 100%; }

.lazyframe[data-vendor="vine"][data-ratio="16:9"]:before {
  padding-top: 56.25%; }

.lazyframe[data-vendor="vine"][data-ratio="4:3"]:before {
  padding-top: 75%; }

.lazyframe[data-vendor="vine"][data-ratio="1:1"]:before {
  padding-top: 100%; }

.lazyframe[data-vendor="vine"]:after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzYiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM2IDEzNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU2IDQ0Yy0uNyAwLTEuNC4yLTIgLjUtMS4yLjgtMiAyLTIgMy41djQwYzAgMS40LjggMi44IDIgMy41LjYuMyAxLjMuNSAyIC41czEuNC0uMiAyLS41bDM0LjYtMjBjMS4zLS43IDItMiAyLTMuNSAwLTEuNC0uNy0yLjgtMi0zLjVMNTggNDQuNWMtLjYtLjMtMS4zLS41LTItLjV6Ii8+PC9zdmc+");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%; }

.lazyframe[data-vendor="vine"]:hover:after {
  background-color: rgba(0, 0, 0, 0.75); }

/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.size-chart-remodal {
  max-height: calc(100vh - 20px); }
  .size-chart-remodal .size-chart-wrap {
    max-height: calc(100vh - 70px);
    overflow-y: scroll; }

.remodal img {
  max-width: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -ms-transform: translateY(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }
  @media only screen and (max-width: 480px) {
    .remodal {
      overflow-x: scroll; } }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }

  to {
    transform: none;
    opacity: 1; } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }

  to {
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  #contact_form input.sign_up[type="submit"] {
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%; }

  input.contact_email[type="email"] {
    width: 100%; }

  .collection_menu {
    display: none; }

  h1.collection_title_tags,
  div.collection_title_tags {
    border-right: 0;
    margin-right: 0;
    padding-right: 0; }

  input.sign_up {
    margin: 0px; }

  .newsletter-both-names--true input.firstName {
    margin-right: 5px; } }
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 799px) and (max-width: 959px) {
  .nav a,
  .menu a:hover,
  .nav a:active,
  .nav a:focus {
    font-size: 14px; }

  .menu a,
  .menu a:hover,
  .menu a:active,
  .menu a:focus {
    font-size: 14px; }

  .menu li.search_container {
    display: none; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 798px) {
  .article_image {
    padding-bottom: 0; }

  .sidebar_content {
    border: 0;
    padding: 0; }

  .nav_arrows .prev {
    float: left; }

  .nav_arrows .next {
    float: right; }

  #header .top_bar a.mobile_logo {
    margin: auto;
    font-size: 18px;
    line-height: 34px;
    z-index: 5;
    width: 50%;
    height: auto;
    color: #a0d7f0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

  #header a.mobile_logo img {
    width: auto;
    max-width: 150px;
    max-height: 30px; }

  .payment_methods {
    text-align: center;
    float: none;
    display: block; }

  .credits {
    float: none;
    display: block;
    text-align: center; }

  .is-absolute {
    top: 0px !important; }

  .blog_filter {
    margin-top: 1em;
    width: 100% !important; }

  .section_select {
    text-align: center; }

  .flex-control-nav {
    bottom: 10px; }

  .featured_links a span {
    font-size: 14px; }

  .or {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 5px; }

  .mobile_hidden {
    display: none !important; }

  table tr.order_summary td.label {
    text-align: left; }

  .featured_text {
    font-size: 14px;
    line-height: 1.7em; }

  #header {
    display: block; }

  .header {
    display: none; }

  h4.toggle {
    cursor: pointer; }

  .toggle span {
    display: block; }

  .toggle_list {
    display: none; }

  select {
    width: 100%;
    margin-left: 0; }

  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input.action_button[type="submit"],
  input.action_button[type="button"],
  .sign_up {
    margin-left: 0;
    width: 100%;
    outline: 0; }

  .credits_right {
    text-align: left; }

  td {
    padding: 4px !important; }

  .title_column {
    float: left; }

  .container div.mobile_only, .mobile_only {
    display: block; }

  span.mobile_only {
    display: inline; }

  .price_total {
    text-align: right; }

  .price_total_text {
    display: block; }

  .update_subtotal, .price_total, .remove_column, .checkout_table_header {
    display: none; }

  .mobile_right {
    text-align: right; }

  .quick_shop {
    display: none !important; }

  .cart_price {
    display: block;
    margin-bottom: 0; }

  table tr th, table tr td {
    padding: 2px; }

  input.action_button {
    margin-bottom: 1em !important; }

  .multiple_product_images {
    display: none; }

  .headline {
    font-size: 1.3em;
    line-height: 1.2;
    position: relative; }

  p.subtitle {
    position: relative; } }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 798px) {
  .mobile_hidden {
    display: none !important; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  h1, h1.home, .title a, h2 {
    padding: 0; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%; } }
@font-face {
  font-family: 'turbo';
  src: url("//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/turbo.eot?v=48734892740725754481682524865");
  src: url("//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/turbo.eot?v=48734892740725754481682524865") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/turbo.woff?v=150966577236684244781682524867") format("woff"), url("//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/turbo.ttf?v=77481909974496710951682524866") format("truetype"), url("//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/turbo.svg?v=173366358466109711321682524866") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "turbo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 0.5em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-cart:before {
  content: "";
  margin-top: -0.5rem;
  background: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/solid-cart.svg?v=22639374556035489201682524849) no-repeat;
  background-size: contain;
  font-size: 24px !important;
  width: 30px;
  position: absolute;
  /* display: block; */
  top: 15px;
  left: -8px;
  height: 30px; }

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

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

.icon-up-arrow:before {
  content: "\e917"; }

.icon-down-arrow:before {
  background: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/plus.svg?v=91431705598257062121682524824) no-repeat;
  content: '';
  background-size: contain;
  background-position: center;
  height: 24px;
  width: 24px; }

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

.icon-right-arrow:before {
  content: "\e912";
  margin-right: 0; }

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

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

.icon-menu:before {
  content: "\e90d"; }

.icon-email:before {
  content: "\e906"; }

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

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

.icon-houzz:before {
  content: "\e90a"; }

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

.icon-phone:before {
  content: "\e90f"; }

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

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

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

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

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

.icon-lock:before {
  content: "\e916";
  color: #ffffff; }

.icon-user:before {
  content: "\e918"; }

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

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

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

.icon-linkedin:before {
  content: "\eaca"; }

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

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

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

.icon-mail-share:before {
  content: "\e906"; }

span.icon-down-arrow {
  font-size: 15px !important; }

.menu a span.icon-down-arrow {
  display: inline-flex;
  height: 24px; }

.lb-active-parent .icon-down-arrow:before {
  background: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/minus.svg?v=165746342846140890981682524817) no-repeat;
  content: '';
  background-size: contain;
  background-position: center;
  height: 24px;
  width: 24px; }

.menu li.search_link {
  display: none;
  padding-left: 10px;
  padding-right: 10px; }

.sticky_nav .menu li.search_link {
  display: inline-block;
  float: right; }

.menu li.search_container {
  float: right;
  padding-top: 3px; }
  @media only screen and (min-width: 1401px) {
    .menu li.search_container {
      margin-left: 15px; } }

.menu-position--block .menu li.search_container {
  float: none; }

form.search_form,
.search_form input {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

.search_form input,
.search_form input:active,
.search_form input:focus {
  font-family: "SF Pro Display";
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  color: #ffffff;
  background-color: transparent;
  padding-right: 35px;
  border-color: #ffffff;
  border-radius: 100px;
  padding-left: 15px; }

.feature_image .search_form input,
.feature_image .search_form input:active,
.feature_image .search_form input:focus {
  color: #d9d9d9;
  border-color: #d9d9d9; }
  .feature_image .search_form input::-webkit-input-placeholder,
  .feature_image .search_form input:active::-webkit-input-placeholder,
  .feature_image .search_form input:focus::-webkit-input-placeholder {
    color: #d9d9d9; }
  .feature_image .search_form input::-moz-placeholder,
  .feature_image .search_form input:active::-moz-placeholder,
  .feature_image .search_form input:focus::-moz-placeholder {
    color: #d9d9d9; }
  .feature_image .search_form input:-ms-input-placeholder,
  .feature_image .search_form input:active:-ms-input-placeholder,
  .feature_image .search_form input:focus:-ms-input-placeholder {
    color: #d9d9d9; }

.feature_image .search-submit {
  color: #d9d9d9; }

.header_search_form {
  width: 60%;
  margin: 0 auto 30px auto;
  padding: 30px 0 0 0;
  position: relative;
  border-bottom: solid 1px #ffffff; }
  @media only screen and (max-width: 480px) {
    .header_search_form {
      width: 90%;
      margin: 30px auto;
      padding: 0; } }

.header_search_form input,
.header_search_form input:focus,
.header_search_form input:active {
  background-color: transparent;
  font-family: "SF Pro Display";
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  letter-spacing: normal;
  border: none;
  font-size: 36px;
  line-height: 36px; }
  @media only screen and (max-width: 480px) {
    .header_search_form input,
    .header_search_form input:focus,
    .header_search_form input:active {
      font-size: 22px;
      line-height: 22px;
      margin-bottom: 0px; } }

.header_search_form .search-submit {
  top: 38px;
  font-size: 30px; }
  @media only screen and (max-width: 480px) {
    .header_search_form .search-submit {
      top: 50%;
      position: absolute;
      transform: translateY(-50%);
      font-size: 20px; } }

.feature_image .search_form input,
.feature_image .search_form input:active,
.feature_image .search_form input:focus {
  color: #d9d9d9;
  border: 1px solid #d9d9d9; }

.feature_image .search_form input::-webkit-input-placeholder {
  color: #d9d9d9; }

.feature_image .search_form input:-moz-placeholder {
  /* Firefox 18- */
  color: #d9d9d9; }

.feature_image .search_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d9d9d9; }

.feature_image .search_form input:-ms-input-placeholder {
  color: #d9d9d9; }

.search_form input::-webkit-input-placeholder {
  color: #ffffff; }

.search_form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff; }

.search_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff; }

.search_form input:-ms-input-placeholder {
  color: #ffffff; }

.search_form input:focus::-webkit-input-placeholder {
  color: #a0d7f0; }

.search_form input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #a0d7f0; }

.search_form input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0d7f0; }

.search_form input:focus:-ms-input-placeholder {
  color: #a0d7f0; }

.feature_image .search_form input,
.feature_image .search_form input:active,
.feature_image .search_form input:focus {
  color: #d9d9d9;
  border: 1px solid #d9d9d9; }

.feature_image .search_form input::-webkit-input-placeholder {
  color: #d9d9d9; }

.feature_image .search_form input:-moz-placeholder {
  /* Firefox 18- */
  color: #d9d9d9; }

.feature_image .search_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d9d9d9; }

.feature_image .search_form input:-ms-input-placeholder {
  color: #d9d9d9; }

.search-submit {
  position: absolute;
  z-index: 1000;
  color: #ffffff;
  font-size: 20px;
  top: 9px;
  right: 7px;
  cursor: pointer; }

.feature_image .search-submit {
  color: #d9d9d9; }

.blog_search .search-submit {
  color: #333333;
  top: 10px;
  right: 8px;
  z-index: 1; }

.social_icons {
  margin-left: 0;
  margin-top: 0; }

.social_icons li {
  display: inline;
  padding-right: 2px; }

@media only screen and (max-width: 798px) {
  footer .footer-social-icons {
    display: none; } }

footer .footer-social-icons--mobile.columns {
  display: none;
  padding-left: 0; }
  @media only screen and (max-width: 798px) {
    footer .footer-social-icons--mobile.columns {
      display: block; }
      footer .footer-social-icons--mobile.columns > ul {
        display: block;
        padding-left: 0; } }

footer .social_icons {
  display: block;
  margin-top: 15px; }
  @media only screen and (max-width: 798px) {
    footer .social_icons {
      padding-left: 0;
      text-align: center; } }

footer .social_icons a, footer .social_icons a:visited {
  color: #ffffff;
  border-radius: 50%;
  padding: 9px 5px 8px 6px;
  background-color: #a0d7f0;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 1em; }
  @media only screen and (max-width: 480px) {
    footer .social_icons a, footer .social_icons a:visited {
      margin-bottom: 0;
      padding: 3px 5px 1px 7px; } }

footer .social_icons a:active, footer .social_icons a:hover {
  background-color: #a0d7f0;
  font-size: 24px;
  color: black; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: .75s; }

@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  animation-name: bounceIn; }

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

  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.delay-0s {
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

.delay-025s {
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
  opacity: 0; }

.delay-05s {
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  opacity: 0; }

.delay-075s {
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
  opacity: 0; }

.delay-1s {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0; }

.animate_right, .animate_left, .animate_up, .animate_down {
  opacity: 0; }

.ie .animated, .ie .animate_right, .ie .animate_left, .ie .hsContent, .ie #slide-1 .animated {
  opacity: 1 !important; }

.ie delay-025s, .ie .delay-0s, .ie .delay-025s, .ie .delay-05s, .ie .delay-075s, .ie .delay-1s {
  opacity: 1 !important; }

.ie select {
  background-image: none !important; }

@media only screen and (max-width: 798px) {
  .delay-0s, .delay-025s, .delay-05s, .delay-075s, .delay-1s,
  .animate_right, .animate_left, .animate_up, .animate_down {
    opacity: 1; } }
/* #Password Page
================================================== */
#password-container {
  margin: 75px auto 0;
  max-width: 100%;
  display: table;
  text-align: center;
  display: table; }
  @media only screen and (max-width: 798px) {
    #password-container {
      margin-top: 10px; } }
  #password-container #contact_form input.sign_up[type="submit"] {
    width: calc(35% - 10px); }
    @media only screen and (max-width: 1024px) {
      #password-container #contact_form input.sign_up[type="submit"] {
        width: 100%; } }
  #password-container #contact_form input.contact_email[type="email"] {
    max-width: 100%; }

.password-page-message {
  font-size: 3em;
  line-height: 1.2;
  margin: 10px auto;
  padding: 12px 0; }

.password-page-follow {
  margin: 5px 0; }

.password-social .social_icons a,
.password-social .social_icons a:visited,
.password-social .social_icons a:active {
  font-size: 25px; }

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

.password-page-col {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 30px;
  width: 100%; }

.password-logo {
  max-width: 200px;
  /* Allows logo to be more prominent*/
  margin: 0px auto; }

.password-message {
  max-width: 600px;
  font-size: 1.2em;
  color: #a0d7f0; }

.hr-small {
  margin: 20px auto;
  width: 50px; }

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

.password-social ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px; }

.password-social .social_icons li {
  display: inline;
  margin-left: 0; }

.password-social .social_icons a:hover {
  color: #ffffff; }

.password-footer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
  color: #ffffff;
  text-align: center; }

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

.shopify a {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
  padding-left: 21px;
  color: #a0d7f0;
  text-decoration: none; }

.password-footer a {
  color: #a0d7f0;
  text-decoration: none; }

/* Password Page Modal CSS */
.controls {
  display: block;
  margin: 1em;
  text-align: right;
  text-transform: uppercase;
  position: relative; }

#open-me {
  text-align: center;
  margin-bottom: 35px; }
  #open-me a:hover {
    color: #ffffff; }

.close-me {
  z-index: 8000; }

.modalbox {
  position: absolute;
  height: 100%;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5000; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95); }

.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px; }

.overlay-data {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }

.overlay-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s; }

.inputbox {
  margin: 0px auto;
  max-width: 80%;
  display: table;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000; }

@media only screen and (max-width: 798px) {
  #password-page-bg .modalbox .inputbox {
    top: 50%; } }

.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em 0;
  text-align: center; }

.storefront-password-form .actions {
  display: inline-block; }

.storefront-password-form #password {
  width: 50%;
  display: inline-block; }
  @media only screen and (max-width: 480px) {
    .storefront-password-form #password {
      width: 100%; } }

#owner {
  font-size: 0.9em;
  margin-top: -1em;
  opacity: 0.8; }

.pass-close {
  color: #000 !important;
  padding: 0 !important;
  margin: 1em !important;
  position: inherit !important; }

@media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
  .modalbox {
    display: block;
    width: 414px !important;
    max-width: 100%;
    text-align: center; }

  .pass-close {
    display: block;
    margin: 0.65em -0.15em 1em 0 !important; } }
/* #Page Details
================================================== */
.page-details-section .container {
  padding: 0; }
.page-details-section .article {
  padding-bottom: 0; }
.page-details-section div.container .featured_products {
  padding-top: 0; }
@media only screen and (max-width: 480px) {
  .page-details-section .caption.position-center,
  .page-details-section .caption.position-left,
  .page-details-section .caption.position-right {
    margin: 5% 0 0 0; } }

/* #Product Details
================================================== */
.product-details-section .gallery-image-wrapper {
  margin-bottom: 20px; }

.quote {
  padding: 10px 0px;
  text-align: center;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #dfe3e7; }

.grey-map {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */ }

/* #Product Recommendations
================================================== */
.recommended-products-section {
  display: none; }

/* Home page - general
================================================== */
/* Full-width product slider */
.homepage-product-slider {
  margin: 0 10px; }
  .homepage-product-slider object.placeholder-image {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    padding-top: 100%; }
  .homepage-product-slider .placeholder-svg--product {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.homepage-product-slider.even-num-slides {
  padding-left: 10px;
  width: calc(100% - 20px); }
  @media only screen and (max-width: 798px) {
    .homepage-product-slider.even-num-slides {
      padding-left: 0;
      width: 100%; } }

.products-slider.slider-gallery.products-length-6 .gallery-cell {
  width: calc(16.6% - 10px); }
  @media only screen and (max-width: 798px) {
    .products-slider.slider-gallery.products-length-6 .gallery-cell {
      width: calc(40% - 10px); } }
.products-slider.slider-gallery.products-length-5 .gallery-cell {
  width: calc(20% - 10px); }
  @media only screen and (max-width: 798px) {
    .products-slider.slider-gallery.products-length-5 .gallery-cell {
      width: calc(40% - 10px); } }
.products-slider.slider-gallery.products-length-4 .gallery-cell {
  width: calc(25% - 10px); }
  @media only screen and (max-width: 798px) {
    .products-slider.slider-gallery.products-length-4 .gallery-cell {
      width: calc(40% - 10px); } }
.products-slider.slider-gallery.products-length-3 .gallery-cell, .products-slider.slider-gallery.products-length-2 .gallery-cell, .products-slider.slider-gallery.products-length-1 .gallery-cell {
  width: calc(33.33% - 10px); }

.products-slider.slider-gallery .gallery-cell.visible-2 {
  width: calc(50% - 10px); }
  @media only screen and (max-width: 798px) {
    .products-slider.slider-gallery .gallery-cell.visible-2 {
      width: calc(50% - 10px); } }
.products-slider.slider-gallery .gallery-cell.visible-3 {
  width: calc(33.33% - 10px); }
  @media only screen and (max-width: 798px) {
    .products-slider.slider-gallery .gallery-cell.visible-3 {
      width: calc(40% - 10px); } }
.products-slider.slider-gallery .gallery-cell.visible-4 {
  width: calc(25% - 10px); }
  @media only screen and (max-width: 798px) {
    .products-slider.slider-gallery .gallery-cell.visible-4 {
      width: calc(40% - 10px); } }
.products-slider.slider-gallery .gallery-cell.visible-5 {
  width: calc(20% - 10px); }
  @media only screen and (max-width: 798px) {
    .products-slider.slider-gallery .gallery-cell.visible-5 {
      width: calc(40% - 10px); } }
.products-slider.slider-gallery .gallery-cell.visible-6 {
  width: calc(16.666% - 10px); }
  @media only screen and (max-width: 798px) {
    .products-slider.slider-gallery .gallery-cell.visible-6 {
      width: calc(40% - 10px); } }
.products-slider.slider-gallery .gallery-cell.visible-7 {
  width: calc(14.2% - 10px); }
  @media only screen and (max-width: 798px) {
    .products-slider.slider-gallery .gallery-cell.visible-7 {
      width: calc(40% - 10px); } }
  .products-slider.slider-gallery .gallery-cell.visible-7 .product-details {
    font-size: 0.7rem; }

.featured_products.product-slider {
  padding-bottom: 0; }
  .featured_products.product-slider .columns {
    padding-bottom: 0; }

.banner-full-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.banner-full-link + .caption {
  pointer-events: none;
  cursor: pointer; }

@media only screen and (max-width: 480px) {
  .full-width--true .caption {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (min-width: 1025px) {
  .full-width--true .caption {
    max-width: 960px;
    padding: 0; } }
@media only screen and (min-width: 1401px) {
  .full-width--true .caption {
    max-width: 1200px;
    padding: 0; } }

.caption {
  width: 100%;
  position: absolute;
  top: 50%;
  padding: 0 5%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media only screen and (min-width: 799px) {
    .caption {
      max-width: 960px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 1025px) {
    .caption {
      padding: 0 30px; } }
  @media only screen and (max-width: 798px) {
    .caption {
      width: 100%; } }
  @media only screen and (max-width: 480px) {
    .caption {
      margin: 20px auto;
      font-size: 3vw;
      position: static;
      transform: none;
      width: 100%; } }
  .caption a {
    pointer-events: all; }
  .caption.position-center {
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .caption.position-left {
    left: 0;
    right: 0;
    text-align: left; }
  .caption.position-right {
    left: 0;
    right: 0;
    text-align: right; }
  .caption .pretext {
    color: #a0d7f0;
    font-family: "Greycliff CF";
    font-weight: 900;
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    margin-bottom: 10px; }
    @media only screen and (max-width: 480px) {
      .caption .pretext {
        font-size: 1.4em;
        color: #a0d7f0;
        text-shadow: none; } }
    @media only screen and (max-width: 798px) {
      .caption .pretext {
        font-size: 12.0px; } }
    @media only screen and (min-width: 799px) {
      .caption .pretext {
        font-size: 15.0px; } }
    @media only screen and (min-width: 799px) {
      .caption .pretext {
        font-size: 18px; } }
  .caption .headline {
    color: #a0d7f0;
    font-family: "Greycliff CF";
    font-weight: 900;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    letter-spacing: px;
    line-height: 1.4em;
    margin-bottom: 15px; }
    @media only screen and (max-width: 480px) {
      .caption .headline {
        font-size: 2.6em;
        color: #a0d7f0;
        text-shadow: none; } }
    @media only screen and (max-width: 798px) {
      .caption .headline {
        font-size: 37.333333333333336px; } }
    @media only screen and (min-width: 799px) {
      .caption .headline {
        font-size: 46.666666666666664px; } }
    @media only screen and (min-width: 1025px) {
      .caption .headline {
        font-size: 50px; } }
  .caption .subtitle {
    color: #a0d7f0;
    font-family: "SF Pro Display";
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    font-size: 18px;
    letter-spacing: normal;
    position: relative; }
    @media only screen and (max-width: 480px) {
      .caption .subtitle {
        font-size: 1.4em;
        color: #a0d7f0;
        text-shadow: none; } }
    @media only screen and (max-width: 798px) {
      .caption .subtitle {
        font-size: 12.0px; } }
    @media only screen and (min-width: 799px) {
      .caption .subtitle {
        font-size: 15.0px; } }
    @media only screen and (min-width: 1025px) {
      .caption .subtitle {
        font-size: 18px; } }
  .caption .pretext:empty,
  .caption .headline:empty,
  .caption .subtitle:empty {
    display: none; }
    .caption .pretext:empty:before,
    .caption .headline:empty:before,
    .caption .subtitle:empty:before {
      height: 0; }

.subtitle p a {
  pointer-events: all; }

.caption-content {
  min-width: 100%;
  display: inline-block;
  float: none;
  font-size: 0; }
  .caption-content .action_button {
    display: flex;
    border-radius: 50px;
    text-transform: lowercase;
    color: #333;
    background: linear-gradient(#a0d7f0, #a9a9ee);
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    width: 45% !important;
    margin: 0 auto;
    line-height: 1.89;
    font-family: 'Greycliff CF';
    height: 65px; }
    @media only screen and (max-width: 798px) {
      .caption-content .action_button {
        width: 90% !important;
        height: 45px; } }
    @media only screen and (max-width: 480px) {
      .caption-content .action_button {
        font-size: 16px; } }
  .caption-content.align-center {
    text-align: center; }
    @media only screen and (max-width: 798px) {
      .caption-content.align-center {
        max-width: 80%; } }
    @media only screen and (max-width: 480px) {
      .caption-content.align-center {
        width: 100%;
        max-width: 100%; } }
  .caption-content.align-left {
    text-align: left; }
    .caption-content.align-left:first-child .action_button {
      margin-left: 0; }
    .caption-content.align-left .subtitle:before {
      margin-left: 0; }
  .caption-content.align-right {
    text-align: right; }
    .caption-content.align-right:last-child .action_button {
      margin-right: 0; }
    .caption-content.align-right .subtitle:before {
      margin-right: 0; }
  .caption-content.caption-background-true {
    padding: 30px; }
    @media only screen and (max-width: 480px) {
      .caption-content.caption-background-true {
        padding: 0; } }

/* Transparency settings for each type of caption */
.caption-background-true {
  background-color: #1e1e1e; }

.homepage-video .caption-background-true {
  background-color: #1e1e1e; }
  @media only screen and (max-width: 480px) {
    .homepage-video .caption-background-true {
      background-color: transparent; } }

.caption-background-true {
  background-color: #1e1e1e; }
  .caption-background-true.caption-transparency-true {
    background-color: rgba(30, 30, 30, 0.6); }
    @media only screen and (max-width: 480px) {
      .caption-background-true.caption-transparency-true {
        background-color: transparent; } }
  @media only screen and (max-width: 480px) {
    .caption-background-true {
      background-color: transparent; } }

a.highlight-false, input[type="button"].highlight-false,
a.highlight-true, input[type="button"].highlight-true,
a.continue-button {
  background-color: rgba(255, 255, 255, 0);
  color: #a0d7f0;
  border-radius: 50px;
  transition: background-color 0.2s linear, color 0.2s linear;
  margin: 25px 0; }
  a.highlight-false:hover, input[type="button"].highlight-false:hover,
  a.highlight-true:hover, input[type="button"].highlight-true:hover,
  a.continue-button:hover {
    background-color: #a0d7f0;
    color: #333; }
  @media only screen and (max-width: 480px) {
    a.highlight-false, input[type="button"].highlight-false,
    a.highlight-true, input[type="button"].highlight-true,
    a.continue-button {
      color: #a0d7f0;
      border-color: #a0d7f0;
      background-color: transparent; }
      a.highlight-false:hover, input[type="button"].highlight-false:hover,
      a.highlight-true:hover, input[type="button"].highlight-true:hover,
      a.continue-button:hover {
        border-color: #ffffff;
        background-color: #ffffff;
        color: #fff; } }

a.highlight-true, input[type="button"].highlight-true {
  background: linear-gradient(163deg, #a0d7f0 0%, #a9a9ee 100%);
  color: #fff; }
  a.highlight-true:hover, input[type="button"].highlight-true:hover {
    background: #ffffff;
    color: #000;
    border: 0; }
  @media only screen and (max-width: 480px) {
    a.highlight-true, input[type="button"].highlight-true {
      background-color: #a0d7f0;
      color: #fff; } }

a.continue-button,
a.highlight-false--dark,
input[type="button"].highlight-false--dark {
  color: #a0d7f0;
  border-color: #a0d7f0;
  background-color: transparent; }
  a.continue-button:hover,
  a.highlight-false--dark:hover,
  input[type="button"].highlight-false--dark:hover {
    border-color: #a0d7f0;
    background-color: #a0d7f0;
    color: #ffffff; }

/* Slideshow */
.homepage-slideshow .gallery-cell:not(:first-child) {
  height: 0; }

.homepage-slideshow.flickity-enabled .gallery-cell:not(:first-child) {
  height: auto; }

.homepage-slideshow a.highlight-false:hover, .homepage-slideshow input[type="button"].highlight-false:hover,
.homepage-slideshow a.highlight-true:hover, .homepage-slideshow input[type="button"].highlight-true:hover {
  color: #333; }
@media only screen and (max-width: 480px) {
  .homepage-slideshow a.highlight-false, .homepage-slideshow input[type="button"].highlight-false,
  .homepage-slideshow a.highlight-true, .homepage-slideshow input[type="button"].highlight-true {
    color: #a0d7f0;
    border-color: #a0d7f0;
    background-color: transparent; }
    .homepage-slideshow a.highlight-false:hover, .homepage-slideshow input[type="button"].highlight-false:hover,
    .homepage-slideshow a.highlight-true:hover, .homepage-slideshow input[type="button"].highlight-true:hover {
      border-color: #ffffff;
      color: #333; } }
.homepage-slideshow a.highlight-true, .homepage-slideshow input[type="button"].highlight-true {
  background-color: #a0d7f0;
  border-color: #a0d7f0;
  color: #333; }
  @media only screen and (max-width: 480px) {
    .homepage-slideshow a.highlight-true, .homepage-slideshow input[type="button"].highlight-true {
      border-color: #a0d7f0;
      background-color: #a0d7f0;
      color: #333; } }

/* #Account
================================================== */
.account-header-logout {
  text-align: right;
  text-transform: uppercase; }
  .account-header-logout span {
    margin-right: 20px; }

.account-sidebar {
  border-right: 1px solid #dfe3e7;
  box-sizing: border-box;
  padding-right: 10px;
  text-align: center; }
  @media only screen and (max-width: 798px) {
    .account-sidebar {
      border: 0;
      padding-right: 0; } }
  .account-sidebar .loyalty {
    background: linear-gradient(163deg, #a0d7f0 0%, #a9a9ee 100%);
    color: #fff;
    border-radius: 6px; }
    .account-sidebar .loyalty:hover {
      color: #000;
      border: 0; }
    .account-sidebar .loyalty.mobile {
      display: none; }
    @media only screen and (max-width: 798px) {
      .account-sidebar .loyalty.desktop {
        display: none; }
      .account-sidebar .loyalty.mobile {
        display: inline-flex; } }

.customers-addresses .account-sidebar {
  border-right: 0;
  padding-right: 0; }
.customers-addresses .account-main {
  box-sizing: border-box;
  border-left: 1px solid #dfe3e7;
  padding-left: 20px; }
  @media only screen and (max-width: 798px) {
    .customers-addresses .account-main {
      border: 0;
      padding-left: 0; } }

.action_bottom .note {
  vertical-align: middle;
  line-height: 40px; }

.address_title {
  margin-bottom: 0;
  padding-bottom: 0; }

.action_edit {
  background-color: #a0d7f0;
  border-color: #a0d7f0; }
  .action_edit a {
    color: #ffffff; }
  .action_edit:hover {
    background-color: #a0d7f0;
    border-color: #a0d7f0; }
    .action_edit:hover a {
      color: #ffffff; }

.action_delete {
  background-color: #ffffff;
  border-color: #a0d7f0; }
  .action_delete a {
    color: #a0d7f0; }
  .action_delete:hover {
    background-color: #a0d7f0;
    border-color: #a0d7f0; }
    .action_delete:hover a {
      color: #ffffff; }

.order-details__discount {
  display: block; }

/* #Home page - collection in detail
================================================== */
.collection-in-detail .section {
  margin: 0; }
.collection-in-detail .half {
  width: 50%;
  float: left;
  position: relative; }
  @media only screen and (max-width: 798px) {
    .collection-in-detail .half {
      width: 100%; } }
.collection-in-detail .product-details {
  padding: 40px 2rem; }
.collection-in-detail .frontpage_product_stagger--true .section:nth-of-type(even) .half {
  float: right; }
.collection-in-detail .product_gallery.multi-image {
  width: 100%;
  display: block;
  margin-bottom: 0; }

/* #Home page - text columns with images
================================================== */
.text-columns-with-images-section .border-style--box {
  padding: 10%;
  border: 1px solid #dfe3e7; }
.text-columns-with-images-section .border-style--quote {
  padding-left: 20px;
  border-left: 1px solid #dfe3e7;
  margin-bottom: 10%; }
.text-columns-with-images-section .large_text {
  font-family: "Greycliff CF";
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  text-transform: none;
  line-height: 1.32;
  color: #4f4f4f;
  display: block;
  text-align: center;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333; }
.text-columns-with-images-section p {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: bold; }
.text-columns-with-images-section .text-column {
  margin-bottom: 25px; }
.text-columns-with-images-section a.continue-button {
  margin-top: 10px; }
.text-columns-with-images-section h2.title + .feature_divider {
  margin-bottom: 40px; }
.text-columns-with-images-section img {
  width: 200px; }

/* OOTS Content Creator slideshow */
.flexslider img {
  display: block;
  margin: 0 auto; }

/* #Home page - Social feeds
================================================== */
.twitter-timeline {
  max-width: 520px !important;
  /* Overwrite timeline width */ }

/* #Home page - slideshow
================================================== */
.homepage-slideshow:hover .flickity-prev-next-button, .testimonial-section:hover .flickity-prev-next-button {
  opacity: 0.5; }

.homepage-slideshow.text-animation--false .caption {
  opacity: 0;
  transition: opacity 0.3s linear; }

.homepage-slideshow.text-animation--false.flickity-enabled .caption {
  opacity: 1; }

.text-animation--true .caption-content {
  opacity: 0; }
  @media only screen and (max-width: 480px) {
    .text-animation--true .caption-content {
      opacity: 1;
      animation-duration: 0s; } }

.homepage-slideshow,
.testimonial-section {
  position: relative;
  overflow: hidden; }
  .homepage-slideshow.single-image .flickity-prev-next-button,
  .testimonial-section.single-image .flickity-prev-next-button {
    display: none; }
  .homepage-slideshow .gallery-cell,
  .testimonial-section .gallery-cell {
    width: 50%;
    background-color: #666666; }
    @media only screen and (max-width: 480px) {
      .homepage-slideshow .gallery-cell,
      .testimonial-section .gallery-cell {
        background-color: transparent; } }
    @media only screen and (max-width: 798px) {
      .homepage-slideshow .gallery-cell,
      .testimonial-section .gallery-cell {
        width: 100%; } }
  .homepage-slideshow .flickity-prev-next-button,
  .testimonial-section .flickity-prev-next-button {
    opacity: 0;
    width: 5%;
    height: 100%;
    border-radius: 0;
    margin: 0 -10px; }
    @media only screen and (min-width: 799px) {
      .homepage-slideshow .flickity-prev-next-button,
      .testimonial-section .flickity-prev-next-button {
        opacity: 0; } }
  .homepage-slideshow .flickity-page-dots,
  .testimonial-section .flickity-page-dots {
    bottom: 1em; }
    .homepage-slideshow .flickity-page-dots .dot,
    .testimonial-section .flickity-page-dots .dot {
      height: 12px;
      width: 12px;
      margin-right: 3px;
      border-radius: 100%;
      background: white; }
    @media only screen and (max-width: 798px) {
      .homepage-slideshow .flickity-page-dots,
      .testimonial-section .flickity-page-dots {
        bottom: 0; } }
    @media only screen and (max-width: 480px) {
      .homepage-slideshow .flickity-page-dots,
      .testimonial-section .flickity-page-dots {
        display: block;
        bottom: 5px; } }

/* Home - product slider */
.js-product-slider .product_clear {
  display: none; }
.js-product-slider .column.alpha, .js-product-slider .columns.alpha {
  margin: 0 10px 0 20px; }
.js-product-slider .flickity-prev-next-button {
  border-radius: 0; }

/* #Home page - image with text
================================================== */
.image-with-text .featured-link--half a[href] img {
  box-shadow: #000 0em 0em 0em;
  transition: opacity 0.2s linear; }

.image-with-text .featured-link--half:hover a[href] img.lazyloaded {
  opacity: 0.8; }

.image-with-text .feature-link--half info {
  text-align: left; }
  @media only screen and (max-width: 798px) {
    .image-with-text .feature-link--half info {
      text-align: center; } }

.standard--width .image-with-text .featured-link--image,
.full-width--false.image-with-text .featured-link--image {
  background-color: transparent; }

.featured-link--section {
  width: 100%;
  box-sizing: border-box;
  float: left;
  min-height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.featured-link--half.featured-link__imageHalf {
  background-color: transparent;
  text-align: center; }
  .featured-link--half.featured-link__imageHalf a {
    width: 100%;
    display: block; }
    .featured-link--half.featured-link__imageHalf a img {
      width: 100%; }

.featured-link--half {
  box-sizing: border-box;
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
  display: table;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media only screen and (max-width: 480px) {
    .featured-link--half {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; } }
  .featured-link--half .featured-link--wrap {
    width: 100%;
    height: 100%;
    /* Fix for SVG set at 2 images per row */
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .featured-link--half img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%; }
    @media only screen and (max-width: 480px) {
      .featured-link--half img {
        width: 100%;
        max-width: auto; } }
  .featured-link--half .info {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    text-align: left; }
    .featured-link--half .info .collection_title {
      text-align: left; }
    @media only screen and (max-width: 480px) {
      .featured-link--half .info {
        width: 95%;
        text-align: center;
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        padding: 1em 0; }
        .featured-link--half .info .collection_title {
          text-align: center; } }
  .featured-link--half .collection_title {
    margin: 10px 0 10px 0;
    display: block;
    color: #a0d7f0; }
  .featured-link--half .description {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #a0d7f0; }
    @media only screen and (max-width: 1024px) {
      .featured-link--half .description {
        font-size: 2vw; } }
    @media only screen and (max-width: 798px) {
      .featured-link--half .description {
        font-size: 1.6vw; } }
    @media only screen and (max-width: 480px) {
      .featured-link--half .description {
        font-size: 1.6vw; } }
    @media only screen and (min-width: 1401px) {
      .featured-link--half .description {
        font-size: 1.6vw; } }
  .featured-link--half .button {
    height: auto;
    background-color: transparent;
    color: #a0d7f0;
    border: 1px solid #a0d7f0;
    transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px; }
    .featured-link--half .button:hover {
      background-color: #a0d7f0;
      color: #f8fafc;
      border: 1px solid #a0d7f0; }

.image-align--right.featured_collections.across-1 .featured-link--section:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .image-align--right.featured_collections.across-1 .featured-link--section:nth-child(odd) .featured-link--half {
    float: right; }

.image-align--left.featured_collections.across-1 .featured-link--section:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .image-align--left.featured_collections.across-1 .featured-link--section:nth-child(even) .featured-link--half {
    float: right; }

.featured_collections.across-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.image-align--left.featured_collections.across-2 .featured-link--section {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media only screen and (max-width: 798px) {
    .image-align--left.featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
.image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media only screen and (max-width: 798px) {
    .image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
.image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.image-align--right.featured_collections.across-2 .featured-link--section {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media only screen and (max-width: 798px) {
    .image-align--right.featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
.image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media only screen and (max-width: 798px) {
    .image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
.image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.featured_collections.across-2 .featured-link--section {
  width: 50%; }
  @media only screen and (max-width: 798px) {
    .featured_collections.across-2 .featured-link--section {
      width: 100%; } }
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--half {
    width: 50%; } }
@media only screen and (max-width: 480px) {
  .featured_collections.across-2 .featured-link--half {
    width: 100%; } }
.featured_collections.across-2 .description {
  font-size: 1.2vw; }
  @media only screen and (max-width: 798px) {
    .featured_collections.across-2 .description {
      font-size: inherit; } }
.featured_collections.across-2 .button {
  font-size: 1.2vw; }
  @media only screen and (max-width: 480px) {
    .featured_collections.across-2 .button {
      font-size: 14px; } }
.featured_collections.across-2 .featured-link--image:nth-of-type(2n+1) {
  clear: both; }
.featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
  float: left; }
  @media only screen and (max-width: 798px) {
    .featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
      float: right; } }
.featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
  float: right; }
  @media only screen and (max-width: 798px) {
    .featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
      float: left; } }
.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) .featured-link--half {
  float: right; }

/* #Home page - featured products
================================================== */
.featured-products-section .product_gallery {
  margin-bottom: 0;
  padding-bottom: 0; }
  .featured-products-section .product_gallery img {
    width: 100%;
    vertical-align: bottom; }

/* #Home page - featured promotions
================================================== */
.promo-animation--true {
  opacity: 0; }

.featured-promotions .feature-section {
  text-align: center;
  float: left;
  margin: 0 10px 10px;
  position: relative; }
  @media only screen and (max-width: 798px) {
    .featured-promotions .feature-section {
      opacity: 1; } }
  .featured-promotions .feature-section .link-promo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }
  .featured-promotions .feature-section .feature-inner {
    display: block;
    position: relative;
    overflow: hidden; }
  .featured-promotions .feature-section .feature-style--circle {
    border-radius: 50%; }
    .featured-promotions .feature-section .feature-style--circle img {
      border-radius: 50%; }
  .featured-promotions .feature-section .feature-style--rounded {
    border-radius: 10px; }
    .featured-promotions .feature-section .feature-style--rounded img {
      border-radius: 10px; }
  .featured-promotions .feature-section .feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 0.25s linear; }
    @media only screen and (max-width: 798px) {
      .featured-promotions .feature-section .feature-overlay {
        background: black;
        background: rgba(0, 0, 0, 0.5); } }
  .featured-promotions .feature-section .feature-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    padding: 10px 0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    pointer-events: none; }
  .featured-promotions .feature-section .feature-details {
    display: none;
    opacity: 0;
    transition: opacity 0.3s linear; }
    @media only screen and (max-width: 798px) {
      .featured-promotions .feature-section .feature-details {
        opacity: 1;
        display: block !important; } }
    .featured-promotions .feature-section .feature-details.reveal-details {
      opacity: 1; }
    .featured-promotions .feature-section .feature-details .button {
      margin-top: 15px; }
  .featured-promotions .feature-section .description {
    color: #fff;
    transition: all 0.3s linear;
    margin-bottom: 0; }
  .featured-promotions .feature-section .description a {
    pointer-events: auto; }
  .featured-promotions .feature-section.title-overlay-true .title {
    transition: all 0.3s linear;
    color: #fff; }
    @media only screen and (max-width: 798px) {
      .featured-promotions .feature-section.title-overlay-true .title {
        margin-bottom: 10px; } }
    .featured-promotions .feature-section.title-overlay-true .title:after {
      content: '';
      display: block;
      height: 1px;
      width: 0;
      background: #fff;
      transition: width .5s ease, background-color .5s ease;
      margin: 10px auto auto auto; }
      @media only screen and (max-width: 798px) {
        .featured-promotions .feature-section.title-overlay-true .title:after {
          display: none; } }
  .featured-promotions .feature-section.title-overlay-false .feature-wrap .title {
    display: none; }
  .featured-promotions .feature-section:hover .feature-overlay {
    background: black;
    background: rgba(0, 0, 0, 0.5); }
  .featured-promotions .feature-section.title-overlay-true:hover .title:after {
    width: 50%;
    background: #fff; }
  .featured-promotions .feature-section.title-overlay-true:hover .title {
    color: #fff; }
  .featured-promotions .feature-section.title-overlay-true:hover .description {
    color: #fff; }
  .featured-promotions .feature-section.title-overlay-false:hover .description {
    color: #fff; }
  .featured-promotions .feature-section img {
    width: 100%;
    display: block;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05); }

.promo-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.promo-2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.promo-3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.promo-4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.promo-5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.promo-6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.promo-7 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.promo-8 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s; }

.promo-9 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.promo-10 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s; }

.promo-11 {
  -webkit-animation-delay: 3.0s;
  animation-delay: 3.0s; }

.promo-12 {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s; }

.featured-promotions.full-width--false .promo-per-row-2 .feature-section {
  width: calc(50% - 20px); }
  @media only screen and (max-width: 798px) {
    .featured-promotions.full-width--false .promo-per-row-2 .feature-section {
      width: 100%;
      margin: 0 0 10px; } }
  .featured-promotions.full-width--false .promo-per-row-2 .feature-section:nth-child(2n+1) {
    clear: both; }
.featured-promotions.full-width--false .promo-per-row-3 .feature-section {
  width: calc(33.3333% - 20px); }
  @media only screen and (max-width: 798px) {
    .featured-promotions.full-width--false .promo-per-row-3 .feature-section {
      width: 100%;
      margin: 0 0 10px; } }
  .featured-promotions.full-width--false .promo-per-row-3 .feature-section:nth-child(3n+1) {
    clear: both; }
.featured-promotions.full-width--false .promo-per-row-4 .feature-section {
  width: calc(25% - 20px); }
  .featured-promotions.full-width--false .promo-per-row-4 .feature-section:nth-child(4n+1) {
    clear: both; }
  @media only screen and (max-width: 798px) {
    .featured-promotions.full-width--false .promo-per-row-4 .feature-section {
      width: calc(50% - 20px); }
      .featured-promotions.full-width--false .promo-per-row-4 .feature-section:nth-child(2n+1) {
        clear: both; } }
  @media only screen and (max-width: 480px) {
    .featured-promotions.full-width--false .promo-per-row-4 .feature-section {
      width: 100%;
      margin: 0 0 10px; } }

.featured-promotions.full-width--true {
  padding-top: 0; }
  .featured-promotions.full-width--true .js-featured-promotions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .featured-promotions.full-width--true .promo-per-row-2 .feature-section {
    width: 50%;
    margin: 0; }
    @media only screen and (max-width: 480px) {
      .featured-promotions.full-width--true .promo-per-row-2 .feature-section {
        width: 100%; } }
  .featured-promotions.full-width--true .promo-per-row-3 .feature-section {
    width: 33.333333%;
    margin: 0; }
    @media only screen and (max-width: 798px) {
      .featured-promotions.full-width--true .promo-per-row-3 .feature-section {
        width: 100%; } }
  .featured-promotions.full-width--true .promo-per-row-4 .feature-section {
    width: 25%;
    margin: 0; }
    @media only screen and (max-width: 798px) {
      .featured-promotions.full-width--true .promo-per-row-4 .feature-section {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .featured-promotions.full-width--true .promo-per-row-4 .feature-section {
        width: 100%; } }

/* #Home page - featured collection
================================================== */
.featured-collection__description.section {
  padding: 0 20px;
  margin: 20px 0; }

.featured-collection__products.container {
  padding: 0; }

/* #Home page - image with text overlay
================================================== */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f8fafc; }
  @media only screen and (max-width: 480px) {
    .banner {
      max-height: inherit;
      background-color: transparent; } }
  .banner img {
    width: 100%;
    display: block;
    border-radius: 0; }

.mobile_banner img {
  border-radius: 0; }

@media only screen and (max-width: 480px) {
  .mobile-text-below--false {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px auto;
    position: absolute; } }

/* #Home page - video
================================================== */
.block__featured_video .caption,
.video-section .caption {
  z-index: 30;
  pointer-events: none; }
@media only screen and (max-width: 480px) {
  .block__featured_video .caption,
  .video-section .caption {
    margin: 0;
    height: 0; }
  .block__featured_video .caption.caption--has-content,
  .video-section .caption.caption--has-content {
    margin: 20px 0;
    height: auto; } }
.block__featured_video .video-text--outside-video,
.video-section .video-text--outside-video {
  height: auto; }

.homepage-video {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  background-color: #666666; }
  @media only screen and (max-width: 480px) {
    .homepage-video {
      background-color: transparent; } }
  .homepage-video img {
    width: 100%;
    display: block; }
  .homepage-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; }
  .homepage-video video {
    background-color: #ffffff; }
  .homepage-video video[poster] {
    object-fit: cover; }
  .homepage-video video.video-autoplay--true.html-video {
    display: none; }
  .homepage-video .homepage-video--media {
    width: 100%;
    height: auto;
    padding-top: 0; }
  .homepage-video .placeholder-image--true a.video__play-button {
    pointer-events: none; }
  .homepage-video .caption.text-on-video {
    pointer-events: none; }
  @media only screen and (max-width: 480px) {
    .homepage-video .caption.text-on-video {
      position: absolute;
      height: auto;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0; }
      .homepage-video .caption.text-on-video a.highlight-false {
        color: white;
        border-color: white; } }

.homepage-video .mobile-video__buttons {
  display: block;
  text-align: center;
  top: 55%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  position: absolute; }
  .homepage-video .mobile-video__buttons.text-on-video {
    z-index: 20; }
  .homepage-video .mobile-video__buttons a.highlight-false {
    background-color: rgba(255, 255, 255, 0);
    color: #a0d7f0;
    border: 1px solid #a0d7f0; }
  .homepage-video .mobile-video__buttons a.highlight-true {
    background-color: #a0d7f0;
    border-color: #a0d7f0;
    color: #333; }
  .homepage-video .mobile-video__buttons .action_button {
    margin: 5px; }
  @media only screen and (min-width: 481px) {
    .homepage-video .mobile-video__buttons {
      display: none; } }

.darken-video {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 20; }

/* #Page Banners
================================================== */
.page_banner {
  overflow: hidden;
  max-height: 100vh; }

.caption.captionOverlay--true {
  max-width: 960px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3; }
  .caption.captionOverlay--true .headline, .caption.captionOverlay--true .subtitle {
    color: #a0d7f0; }
  @media only screen and (max-width: 798px) {
    .caption.captionOverlay--true {
      top: 50%; } }

.dark-overlay-true:after {
  content: '';
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */
/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/
/* #Custom Styles
================================================== */
/* #Page styling */
.card-wrap {
  padding: 5px;
  border-radius: 10px;
  background: #ffffff;
  transition: box-shadow 0.2s ease-in-out; }
  @media only screen and (min-width: 481px) {
    .card-wrap {
      padding: 15px;
      border-radius: 25px; } }
  @media only screen and (min-width: 481px) {
    .card-wrap.featured {
      border-radius: 45px; } }
  .card-wrap:hover {
    box-shadow: 0 2px 7px 0 rgba(20, 35, 78, 0.09); }

.article-wrap .article_image {
  padding: 5px; }
  .article-wrap .article_image.featured {
    padding: 25px; }
  .article-wrap .article_image .image-element__wrap {
    border-radius: 15px; }
    @media only screen and (min-width: 481px) {
      .article-wrap .article_image .image-element__wrap {
        border-radius: 28px; } }
.article-wrap .article_details {
  padding: 5px;
  text-align: left; }
  .article-wrap .article_details.featured {
    padding: 25px; }
    .article-wrap .article_details.featured h4 {
      font-size: 32px; }
      @media only screen and (min-width: 481px) {
        .article-wrap .article_details.featured h4 {
          font-size: 48px; } }
  .article-wrap .article_details h4 {
    text-align: left;
    font-size: 14px;
    margin: 0; }
    @media only screen and (min-width: 481px) {
      .article-wrap .article_details h4 {
        font-size: 20px; } }
    .article-wrap .article_details h4 a {
      color: #4f4f4f; }
  .article-wrap .article_details h4 {
    text-align: left;
    margin: 0; }
    .article-wrap .article_details h4 a {
      color: #4f4f4f; }
  .article-wrap .article_details .article_date {
    font-size: 14px; }

.page h3 {
  margin-top: 15px; }
  @media only screen and (min-width: 481px) {
    .page h3 {
      margin-top: 15px; } }
.page p.subtitle {
  text-align: center;
  max-width: 600px;
  margin: 30px auto; }
.page .rest-of-articles {
  margin-top: 55px;
  margin-bottom: 100px; }
  .page .rest-of-articles > div:nth-child(2n+1) {
    margin-top: 60px;
    margin-bottom: -45px; }
  .page .rest-of-articles > div:nth-child(2n+0) {
    margin-top: 0;
    margin-bottom: 0; }
  @media only screen and (min-width: 481px) {
    .page .rest-of-articles > div:nth-child(3n+2) {
      margin-top: 0;
      margin-bottom: 0; }
    .page .rest-of-articles > div:nth-child(3n+1) {
      margin-top: 100px;
      margin-bottom: -75px; }
    .page .rest-of-articles > div:nth-child(3n+0) {
      margin-top: 100px;
      margin-bottom: -75px; } }

/* #Custom Collection Page Styling */
.product-card {
  margin-top: 8px;
  margin-bottom: 8px; }
  @media only screen and (min-width: 481px) {
    .product-card {
      margin-top: 15px;
      margin-bottom: 15px; } }

.product-wrap {
  padding: 13px;
  border-radius: 25px;
  background: #ffffff;
  transition: box-shadow 0.2s ease-in-out; }
  @media only screen and (min-width: 481px) {
    .product-wrap {
      border-radius: 45px; } }
  .product-wrap .image-element__wrap {
    border-radius: 29px; }
  .product-wrap:hover {
    box-shadow: 0 2px 7px 0 rgba(20, 35, 78, 0.09); }
  .product-wrap .product_details {
    margin-top: 10px;
    height: 70px;
    text-align: center;
    font-size: 14px;
    font-weight: bold; }
    .product-wrap .product_details.expanded {
      height: 130px; }
    @media only screen and (min-width: 481px) {
      .product-wrap .product_details {
        font-size: 16px; } }
    .product-wrap .product_details .title {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 10px; }
      @media only screen and (max-width: 798px) {
        .product-wrap .product_details .title {
          height: 30px; } }
      @media only screen and (min-width: 481px) {
        .product-wrap .product_details .title {
          border-radius: 16px; } }
    .product-wrap .product_details .variants {
      display: flex;
      width: 30%;
      margin: 10px auto;
      justify-content: space-around; }
      .product-wrap .product_details .variants img {
        width: 25px;
        padding: 2px;
        border: 1px solid; }
    .product-wrap .product_details .price {
      color: #a0d7f0;
      display: block;
      margin-bottom: 10px; }

a.primary, button.primary, input.primary {
  color: #333;
  background: linear-gradient(#a0d7f0, #a9a9ee);
  border-radius: 50px;
  width: 150px;
  font-family: 'Greycliff CF'; }
  a.primary:hover, button.primary:hover, input.primary:hover {
    background: #fff;
    border: none;
    color: black; }

button.add_to_cart {
  margin-top: 5px;
  background: linear-gradient(#a0d7f0, #a9a9ee);
  color: #0E0E0E;
  border: none;
  border-radius: 50px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
  min-height: 40px;
  height: 40px;
  line-height: 1.33;
  vertical-align: top;
  font-family: "SF Pro Display";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.05px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }
  button.add_to_cart:hover {
    color: #fff;
    border: 1px solid #333;
    background: #333; }

.content_type_tooltip {
  font-size: 12px;
  color: white;
  font-weight: 900; }
  .content_type_tooltip.featured {
    font-size: 14px; }
    @media only screen and (min-width: 481px) {
      .content_type_tooltip.featured {
        font-size: 28px; } }

.blog_articles {
  margin-top: 40px; }
  .blog_articles h2 {
    font-size: 40px; }
  .blog_articles .article-wrap {
    margin-top: 15px; }

.back_button {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 900;
  color: #a0d7f0; }

.popup-wrap {
  padding: 35px; }
  @media only screen and (min-width: 481px) {
    .popup-wrap {
      padding: 70px; }
      .popup-wrap .member-details {
        padding-top: 35px; } }

.lost-your-way-page-header {
  margin-bottom: 1.5em; }
  .lost-your-way-page-header h1 {
    font-size: 120px;
    line-height: 1;
    margin: 0; }
  .lost-your-way-page-header h2 {
    line-height: 1; }
  @media only screen and (min-width: 481px) {
    .lost-your-way-page-header h1 {
      font-size: 175px; } }

@media only screen and (max-width: 480px) {
  .cart__wrapper .cart__item .cart__item--title-container {
    width: 60%;
    text-align: center; }
    .cart__wrapper .cart__item .cart__item--title-container h4 {
      font-size: 16px; }
  .cart__wrapper .cart__item .cart__item--details {
    text-align: center;
    margin-left: 10px; }
  .cart__wrapper .cart__item .cart__item--quantity-selector {
    width: 60%;
    text-align: center; }
  .cart__wrapper .cart__item .cart__item--remove-container {
    position: absolute;
    margin-left: 0;
    top: 10px;
    right: 0; } }
@media only screen and (min-width: 481px) {
  .cart__wrapper .cart__item .centered {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 150px; }
  .cart__wrapper .cart__item .cart__item--remove-container .centered {
    justify-content: flex-end;
    flex-direction: row;
    align-items: center; } }
.cart__wrapper .shipping-promo {
  font-size: 14px; }
@media only screen and (min-width: 481px) {
  .cart__wrapper .subtotal_section {
    margin-right: 70px; }
  .cart__wrapper .shipping-promo {
    font-size: 16px; } }
@media only screen and (max-width: 798px) {
  .cart__wrapper .featured-collection__products .product-card:nth-child(3) {
    display: block;
    float: none;
    margin: 0 auto; } }

#wave_mobile {
  display: block; }
  @media only screen and (min-width: 481px) {
    #wave_mobile {
      display: none; } }

#wave_desktop {
  display: none; }
  @media only screen and (min-width: 481px) {
    #wave_desktop {
      display: block; } }

.nav.subnavigation {
  width: 100%;
  float: none;
  text-align: center;
  background: #333; }
  .nav.subnavigation .menu {
    margin: 0;
    padding-top: 0; }
    .nav.subnavigation .menu li {
      margin: 0 15px;
      padding: 0;
      line-height: 60px; }
      @media only screen and (max-width: 480px) {
        .nav.subnavigation .menu li {
          margin: 0 10px; } }
      .nav.subnavigation .menu li a {
        border-bottom: 3px solid transparent;
        text-transform: lowercase; }
        .nav.subnavigation .menu li a:hover {
          border-bottom: 3px solid #a0d7f0; }

@media only screen and (max-width: 798px) {
  .cart_count {
    font-weight: 900;
    vertical-align: middle; } }
.flickity-button {
  opacity: 1 !important;
  background: none !important; }

.main_nav_wrapper,
#header {
  color: #2f50b0;
  text-align: center;
  z-index: 250;
  background: black; }

.fancybox-content {
  background: inherit; }

.fancybox-navigation .fancybox-button {
  visibility: visible;
  opacity: 0.9; }

#fancybox-container-2 .fancybox-navigation .fancybox-button {
  visibility: visible;
  opacity: 0; }

.fancybox-infobar {
  opacity: 0; }

.fancybox-slide--html .fancybox-close-small {
  color: #a0d7f0; }
  .fancybox-slide--html .fancybox-close-small:hover {
    color: #ffffff; }

.fancybox-button {
  background: inherit;
  transition: color .2s; }
  .fancybox-button svg path {
    fill: #a0d7f0; }

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0; }
  @media only screen and (max-width: 480px) {
    .fancybox-navigation .fancybox-button--arrow_left,
    .fancybox-navigation .fancybox-button--arrow_right {
      padding: 10px; } }

body.page-team .fancybox-slide--html .fancybox-close-small {
  right: 15px;
  top: 15px; }

.announcement_text {
  background: white;
  width: 100%;
  font-weight: bold; }
  @media only screen and (max-width: 480px) {
    .announcement_text {
      font-size: 14px; } }

.yotpo .text-m, .yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label {
  font-family: "Greycliff CF" !important; }

.star-clickable {
  /*   &.pull-left {
      float: none !important;
    }
  
    .pull-left {
      float: none !important;
    } */ }
  @media only screen and (max-width: 480px) {
    .star-clickable {
      display: block !important;
      text-align: center !important; } }
  .star-clickable .text-m {
    font-size: 14px !important;
    line-height: 22px;
    padding-left: 5px; }

.blog-post-section .article-wrap a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word; }

/* -----------LANDING PAGE CSS----------- */
.top-bar {
  background: grey;
  width: 100%; }

@media only screen and (max-width: 798px) {
  .card-wrap-2 {
    position: relative;
    top: 46px; } }

@media only screen and (max-width: 480px) {
  .card-wrap-2 {
    position: relative;
    top: 40px; } }

.top-1 {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
  background: #b6b3b3;
  float: left;
  width: 50%;
  text-align: center;
  height: 29px;
  top: -10px; }

.top-2 {
  border-bottom: 1px solid #000;
  position: relative;
  background: #b6b3b3;
  float: left;
  width: 50%;
  text-align: center;
  height: 29px;
  top: -10px; }

.move {
  position: relative;
  top: 190px; }

@media only screen and (max-width: 798px) {
  .move {
    position: relative;
    top: 100px; } }

@media only screen and (max-width: 480px) {
  .move {
    position: relative;
    top: 100px; } }

@media only screen and (max-width: 480px) {
  .top-2 {
    font-size: 10px;
    top: -10px;
    padding: 5px; } }

@media only screen and (max-width: 480px) {
  .top-1 {
    font-size: 10px;
    top: -10px;
    padding: 5px; } }

.container-2 {
  padding: 5px; }

.mobile-writing {
  position: relative;
  padding: 15px; }

.mobile-writing-2 {
  position: relative; }

@media only screen and (min-width: 481px) {
  .mobile-writing {
    display: none;
    text-align: center;
    padding: 5px; } }

@media only screen and (max-width: 480px) {
  .mobile-writing p {
    text-align: center;
    font-size: 14px !important; } }

@media only screen and (max-width: 480px) {
  .mobile-writing-2 {
    display: none; } }

.landing-button {
  position: relative;
  top: 14px;
  width: 150px;
  height: 50px;
  background: #f47e78;
  color: black;
  margin: 0 auto;
  padding: 9px;
  border-radius: 4px; }

.landing-button a {
  padding: 12px;
  color: #fff;
  font-weight: bold; }

.gap {
  padding: 5px 0;
  background: #fff; }

.gap-top {
  padding-top: 150px;
  background: #fff; }

.container-landing {
  background: #f8fafc;
  margin: 0 auto; }

.hero-gallery-landing .image-element__wrap img {
  border-radius: 30px; }

img.transition--blur-up.mobile-banner--crop-none.lazyautosizes.lazyloaded {
  /*     border-radius: 25px; */ }

@media only screen and (max-width: 1024px) {
  .description {
    font-size: 11.333333px !important; } }

@media only screen and (max-width: 480px) {
  .caption-landing {
    position: absolute !important;
    top: 20% !important; } }

@media only screen and (max-width: 798px) {
  .description {
    font-size: 14.333333px !important; } }

@media only screen and (max-width: 798px) {
  .description {
    font-size: 8.333333px !important; } }

@media only screen and (max-width: 480px) {
  .description {
    font-size: 14.333333px !important; } }

@media only screen and (max-width: 798px) {
  .collection_title {
    font-size: 19.333333px !important; } }

@media only screen and (max-width: 480px) {
  .mobile-padding {
    padding-top: 90px; } }

@media only screen and (max-width: 480px) {
  .caption .headline {
    font-size: 40px; } }

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

.info-landing {
  display: inline-block !important;
  width: 100% !important;
  padding: 0 15px !important;
  text-align: center !important; }

.graphic-button {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.graphic-button-2 {
  display: flex;
  align-items: center;
  justify-content: center; }

.action_button-2 {
  color: white !important;
  background: #1c216e !important;
  border: 1px solid #1c216e !important;
  border-radius: 6px !important; }

@media only screen and (max-width: 480px) {
  .logo-bar__item-landing {
    margin: 0 5px; } }

.background-color {
  background: linear-gradient(0deg, #acb6f2 0%, #9cdff2 100%) !important; }

.width-section {
  width: 60%;
  margin: 0 auto; }

.padding-section {
  padding-top: 40px !important; }

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

.font-winter {
  color: black;
  font-weight: 600 !important; }

.space-section {
  justify-content: space-between;
  display: flex;
  padding: 0 5%; }

@media only screen and (max-width: 798px) {
  .space-section {
    justify-content: normal;
    display: block;
    padding: 0px 4%; } }
.border-radius {
  overflow: hidden;
  position: relative;
  border-radius: 25px; }

.compare-at {
  text-decoration: line-through; }

/*======================================================== 
 ===================== Custom Styles =====================
 =========================================================*/
/* ------------------- Product Page ----------------- */
.product-template .gray {
  background-color: #333; }
  .product-template .gray * {
    color: white; }
.product-template .black {
  background-color: #0E0E0E; }
  .product-template .black * {
    color: white; }
.product-template .light_gray {
  background-color: #828282; }
  .product-template .light_gray * {
    color: white; }
.product-template .white {
  background-color: #F2F2F2; }
  .product-template .white * {
    color: #0E0E0E; }
.product-template .product_name {
  font-weight: 600;
  font-family: 'Greycliff CF';
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 5px; }
  @media only screen and (min-width: 799px) {
    .product-template .product_name {
      text-align: auto;
      font-size: 34px; } }
  @media only screen and (min-width: 1025px) {
    .product-template .product_name {
      font-size: 40px; } }
  @media only screen and (max-width: 798px) {
    .product-template .product_name {
      text-align: left; } }
.product-template .list-title {
  cursor: pointer;
  display: flex;
  text-align: left;
  font-size: 24px;
  text-transform: lowercase; }
  .product-template .list-title .icon-down-arrow {
    margin-left: 20px; }
  .product-template .list-title span {
    transition: transform 0.3s linear; }
  .product-template .list-title.active span {
    transform: rotateX(180deg); }
  .product-template .list-title.active .icon-down-arrow:before {
    background: url(//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/minus.svg?v=165746342846140890981682524817) no-repeat;
    content: ''; }
.product-template .features-list {
  display: none;
  font-weight: 500; }
  .product-template .features-list ul {
    padding-left: 0;
    list-style-position: inside; }
  .product-template .features-list .description p {
    font-family: 'Greycliff CF';
    font-weight: 500;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-size: 18px; }
.product-template .yotpo .text-m {
  color: white !important;
  font-weight: 500; }
.product-template .return-shipping {
  text-align: center; }
  .product-template .return-shipping a {
    text-transform: lowercase;
    font-weight: bold; }
.product-template .upsell-title {
  text-align: left;
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 24px;
  text-transform: lowercase; }
.product-template .upsell-products {
  display: flex; }
  .product-template .upsell-products a {
    margin-right: 20px; }
.product-template .product_gallery_nav .flickity-button {
  display: none; }
.product-template .description {
  font-family: 'Greycliff CF';
  font-weight: 500; }

/* Image with Text Block  */
.image-with-text.gray {
  background-color: #f2f2f2; }
  .image-with-text.gray .featured-link--half .collection_title {
    color: #0E0E0E; }
  .image-with-text.gray .featured-link--half .description {
    color: #0E0E0E;
    font-weight: 500; }
.image-with-text.black {
  background-color: #000; }
  .image-with-text.black .featured-link--half .collection_title {
    color: #fff; }
  .image-with-text.black .featured-link--half .description {
    color: #fff;
    font-weight: 500; }
.image-with-text.wide-image .featured-link--image {
  width: 60%; }
.image-with-text.wide-image .featured-link--text {
  width: 40%; }
.image-with-text img {
  border-radius: 0; }

.product-spec {
  padding: 55px;
  padding-top: 0;
  color: #0E0E0E; }
  @media only screen and (max-width: 798px) {
    .product-spec {
      padding: 20px 15px; } }
  .product-spec .product-spec--heading {
    color: #0E0E0E; }
  .product-spec .product-spec--content {
    display: flex;
    justify-content: space-around;
    font-weight: 500; }
    @media only screen and (max-width: 798px) {
      .product-spec .product-spec--content {
        flex-direction: column; } }
    .product-spec .product-spec--content .content_materials {
      text-align: center; }
    .product-spec .product-spec--content .content_spec {
      text-align: center; }

.featured-image {
  padding: 55px; }
  .featured-image .mobile-image {
    display: none; }
  @media only screen and (max-width: 798px) {
    .featured-image {
      padding: 20px 15px; }
      .featured-image .mobile-image {
        display: flex;
        flex-direction: column; }
        .featured-image .mobile-image .image-element__wrap {
          width: 100%; }
          .featured-image .mobile-image .image-element__wrap img {
            border-radius: 0; }
      .featured-image .desktop-image {
        display: none; } }

/* ------------------- What's lunchbox Page ----------------- */
.lunchbox-hero .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  flex-direction: column;
  padding: 70px 0; }
  @media only screen and (max-width: 798px) {
    .lunchbox-hero .banner {
      height: 80vh;
      padding: 50px 0; } }
  .lunchbox-hero .banner .image-element__wrap {
    width: 100%; }
  .lunchbox-hero .banner .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 798px) {
      .lunchbox-hero .banner .title {
        flex-direction: column; }
        .lunchbox-hero .banner .title img {
          width: 220px; } }
    .lunchbox-hero .banner .title img {
      margin-top: 5px;
      width: 340px; }
    .lunchbox-hero .banner .title h2 {
      font-size: 74px;
      color: white;
      white-space: nowrap;
      margin: 0;
      line-height: 74px; }
      @media only screen and (max-width: 798px) {
        .lunchbox-hero .banner .title h2 {
          font-size: 45px; } }
  .lunchbox-hero .banner .text-wrapper {
    max-width: 40%; }
    @media only screen and (max-width: 798px) {
      .lunchbox-hero .banner .text-wrapper {
        max-width: 90%; } }
    .lunchbox-hero .banner .text-wrapper p {
      font-size: 34px;
      font-weight: bold;
      color: white;
      text-align: center;
      line-height: 38px; }
      @media only screen and (max-width: 798px) {
        .lunchbox-hero .banner .text-wrapper p {
          font-size: 24px;
          line-height: 30px; } }
  .lunchbox-hero .banner .btn {
    border-radius: 6px;
    text-transform: lowercase;
    color: black;
    background: linear-gradient(163deg, #a0d7f0 0%, #a9a9ee 100%);
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    width: 25%;
    margin-top: 40px; }
    @media only screen and (max-width: 798px) {
      .lunchbox-hero .banner .btn {
        font-size: 18px;
        bottom: 20px;
        width: 90%; } }
    .lunchbox-hero .banner .btn:hover {
      background: white; }
  @media only screen and (max-width: 798px) {
    .lunchbox-hero .banner {
      flex-direction: column;
      justify-content: flex-end; } }

.lunchbox-about section {
  padding: 150px 0 250px 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 798px) {
    .lunchbox-about section {
      padding: 20px; } }
  .lunchbox-about section .heading {
    font-size: 50px;
    color: white;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 798px) {
      .lunchbox-about section .heading {
        font-size: 40px;
        margin-bottom: 0; } }
  .lunchbox-about section .text {
    font-size: 28px;
    color: white;
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center; }
    @media only screen and (max-width: 798px) {
      .lunchbox-about section .text {
        font-size: 18px;
        width: 100%;
        line-height: 1.5; } }

.pack-feature section {
  background: linear-gradient(163deg, #0e0e0e 0%, #333333 100%);
  display: flex;
  color: white; }
  @media only screen and (max-width: 798px) {
    .pack-feature section {
      flex-direction: column-reverse; } }
  .pack-feature section .text-wrapper {
    color: white;
    margin-left: 75px;
    margin-bottom: 130px;
    width: 50%; }
    @media only screen and (max-width: 798px) {
      .pack-feature section .text-wrapper {
        margin: 0;
        padding: 20px;
        margin-bottom: 100px;
        width: 100%; } }
    .pack-feature section .text-wrapper h2 {
      color: white;
      text-align: left;
      font-size: 50px; }
      @media only screen and (max-width: 798px) {
        .pack-feature section .text-wrapper h2 {
          font-size: 22px; } }
    .pack-feature section .text-wrapper p {
      font-size: 24px;
      font-weight: 500; }
      @media only screen and (max-width: 798px) {
        .pack-feature section .text-wrapper p {
          font-size: 14px; } }
    .pack-feature section .text-wrapper .block-wrapper {
      padding: 30px 40px;
      background: #333333;
      border-radius: 25px;
      margin-top: 50px; }
      .pack-feature section .text-wrapper .block-wrapper .block-feature {
        display: flex;
        align-items: center; }
        .pack-feature section .text-wrapper .block-wrapper .block-feature:not(:last-child) {
          margin-bottom: 20px; }
        .pack-feature section .text-wrapper .block-wrapper .block-feature img {
          margin-right: 25px; }
          @media only screen and (max-width: 798px) {
            .pack-feature section .text-wrapper .block-wrapper .block-feature img {
              margin-right: 15px; } }
        .pack-feature section .text-wrapper .block-wrapper .block-feature p {
          margin: 0; }
          @media only screen and (max-width: 798px) {
            .pack-feature section .text-wrapper .block-wrapper .block-feature p {
              font-size: 18px; } }
  .pack-feature section .image-wrapper {
    margin-top: 70px;
    width: 50%; }
    .pack-feature section .image-wrapper .mobile {
      display: none; }
    @media only screen and (max-width: 798px) {
      .pack-feature section .image-wrapper {
        width: 100%; }
        .pack-feature section .image-wrapper .desktop {
          display: none; }
        .pack-feature section .image-wrapper .mobile {
          display: block; } }
    .pack-feature section .image-wrapper img {
      border-radius: 0; }

.pack-image-text section {
  display: flex;
  background: #F2F2F2; }
  @media only screen and (max-width: 798px) {
    .pack-image-text section {
      flex-direction: column; } }
  .pack-image-text section .image-wrapper {
    margin-left: -70px;
    margin-top: -70px;
    margin-bottom: 70px;
    width: 50%; }
    @media only screen and (max-width: 798px) {
      .pack-image-text section .image-wrapper {
        margin: 0 auto;
        margin-top: -100px;
        width: 90%; } }
  .pack-image-text section .text-wrapper {
    padding: 50px 80px;
    color: #0E0E0E;
    font-size: 24px;
    width: 50%; }
    @media only screen and (max-width: 798px) {
      .pack-image-text section .text-wrapper {
        padding: 20px;
        width: 100%; } }
    .pack-image-text section .text-wrapper .pack-sub-heading {
      font-weight: 500; }
      @media only screen and (max-width: 798px) {
        .pack-image-text section .text-wrapper .pack-sub-heading {
          font-size: 14px; } }
    .pack-image-text section .text-wrapper .pack-text-heading {
      font-weight: bold; }
      @media only screen and (max-width: 798px) {
        .pack-image-text section .text-wrapper .pack-text-heading {
          font-size: 22px; } }
    .pack-image-text section .text-wrapper .pack-text-btn {
      width: 100%;
      display: block;
      background: #0E0E0E;
      text-align: center;
      border-radius: 50px;
      text-transform: lowercase;
      color: white;
      padding: 20px 0;
      margin-top: 35px; }
      @media only screen and (max-width: 798px) {
        .pack-image-text section .text-wrapper .pack-text-btn {
          font-size: 18px; } }

.lunchbox-fam section {
  background: #333333;
  color: white;
  padding: 80px; }
  @media only screen and (max-width: 798px) {
    .lunchbox-fam section {
      padding: 20px; } }
  .lunchbox-fam section h2 {
    color: white; }
    @media only screen and (max-width: 798px) {
      .lunchbox-fam section h2 {
        text-align: left;
        font-size: 24px; } }
  .lunchbox-fam section .fam-description {
    text-align: center;
    font-size: 24px;
    padding: 0 120px;
    font-weight: 500; }
    @media only screen and (max-width: 798px) {
      .lunchbox-fam section .fam-description {
        font-size: 14px;
        text-align: left;
        padding: 0; } }

.join-fam section {
  background: #0E0E0E;
  padding: 90px 50px; }
  @media only screen and (max-width: 798px) {
    .join-fam section {
      padding: 50px 15px; } }
  .join-fam section h2 {
    color: white;
    margin-top: 0;
    font-size: 50px; }
    @media only screen and (max-width: 798px) {
      .join-fam section h2 {
        font-size: 24px; } }
  .join-fam section .product-wrapper {
    display: flex;
    justify-content: space-around; }
    @media only screen and (max-width: 798px) {
      .join-fam section .product-wrapper {
        flex-direction: column; } }
    .join-fam section .product-wrapper .pack-product {
      text-align: center;
      color: white;
      font-size: 24px;
      font-weight: bold;
      padding: 20px;
      border-radius: 20px; }
      @media only screen and (max-width: 798px) {
        .join-fam section .product-wrapper .pack-product {
          font-size: 18px;
          margin-bottom: 20px; } }
      .join-fam section .product-wrapper .pack-product:hover {
        background-color: #f2f2f2;
        color: #333; }
      .join-fam section .product-wrapper .pack-product img {
        width: 364px; }
        @media only screen and (max-width: 798px) {
          .join-fam section .product-wrapper .pack-product img {
            width: 309px; } }
      .join-fam section .product-wrapper .pack-product .btn {
        width: 60%;
        display: block;
        border-radius: 25px;
        text-transform: lowercase;
        color: #333;
        background: linear-gradient(#a0d7f0, #a9a9ee);
        padding: 10px 0;
        margin: 0 auto;
        font-size: 18px; }
        .join-fam section .product-wrapper .pack-product .btn:hover {
          background: white; }

.page-landing-page .footer-section {
  margin: 0; }
  .page-landing-page .footer-section svg {
    background: #0E0E0E; }
  .page-landing-page .footer-section .submit_button {
    background-color: transparent; }

/* ------------------- Homepage Sections ----------------- */
.products-list section {
  padding: 50px 50px;
  background: #333333;
  text-align: center; }
  @media only screen and (max-width: 798px) {
    .products-list section {
      padding: 50px 15px; } }
  .products-list section .heading {
    color: #a0d7f0;
    margin-top: 0;
    font-size: 50px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 798px) {
      .products-list section .heading {
        font-size: 40px; } }
  .products-list section .sub-text {
    color: white;
    font-size: 24px; }
    @media only screen and (max-width: 798px) {
      .products-list section .sub-text {
        font-size: 18px; } }
  .products-list section p {
    font-size: 24px; }
    @media only screen and (max-width: 798px) {
      .products-list section p {
        font-size: 18px;
        line-height: 1.5rem; } }
  .products-list section .product-wrapper {
    display: grid;
    max-width: 1440px;
    margin: auto;
    column-gap: 2rem;
    row-gap: 1.5rem;
    margin-bottom: 50px;
    margin-top: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
    @media only screen and (max-width: 798px) {
      .products-list section .product-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    .products-list section .product-wrapper .homepage-product {
      text-align: center;
      color: white;
      font-size: 20px;
      font-weight: bold;
      display: grid;
      grid-template-rows: auto 45px auto auto 1fr; }
      @media only screen and (max-width: 798px) {
        .products-list section .product-wrapper .homepage-product {
          font-size: 18px;
          width: 100%; } }
      .products-list section .product-wrapper .homepage-product .variants {
        display: flex;
        width: 30%;
        margin: 0 auto;
        justify-content: space-around; }
        .products-list section .product-wrapper .homepage-product .variants img {
          width: 25px;
          padding: 2px;
          border: 1px solid; }
      .products-list section .product-wrapper .homepage-product img {
        width: 100%; }
  .products-list section .lb-product-badge {
    font-size: 14px; }
    @media only screen and (min-width: 1025px) {
      .products-list section .lb-product-badge {
        font-size: 16px; } }
  .products-list section .btn {
    text-transform: lowercase;
    font-size: 24px;
    font-weight: bold;
    width: 25%;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: white;
    background: linear-gradient(#a0d7f0, #a9a9ee);
    padding: 10px 0;
    font-family: 'GREYCLIFF CF'; }
    @media only screen and (max-width: 798px) {
      .products-list section .btn {
        font-size: 18px;
        width: 80%; } }
    .products-list section .btn:hover {
      background: white;
      color: black; }

.btn-secondary:hover {
  background: white;
  color: black !important; }

.btn-tertiary {
  text-transform: lowercase;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: white;
  background: black;
  padding: 10px 0; }
  @media only screen and (max-width: 798px) {
    .btn-tertiary {
      font-size: 18px;
      width: 80%; } }
  .btn-tertiary:hover {
    background: white;
    color: black; }

.homepage-featured-text .featured_text p {
  font-size: 28px;
  font-weight: 900;
  color: white;
  line-height: 1.25; }
@media only screen and (max-width: 480px) {
  .homepage-featured-text .featured_text p {
    font-size: 24px; } }

.featured-content-ugc .subtitle {
  color: #333; }
.featured-content-ugc .featured_text {
  color: #4f4f4f;
  font-weight: bold;
  max-width: 80%;
  margin: 0 auto; }

.homepage-image-with-text .collection_title {
  font-size: 50px; }
  @media only screen and (max-width: 798px) {
    .homepage-image-with-text .collection_title {
      font-size: 40px; } }
.homepage-image-with-text .description {
  font-size: 24px; }
  @media only screen and (max-width: 798px) {
    .homepage-image-with-text .description {
      font-size: 14px; } }

/* ------------------- Newsletter Popups ----------------- */
.newsletter-popup-product {
  background-image: url("//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/products-newsletter_800x.png?v=1648304628479968451682524827");
  background-position: right;
  background-size: cover; }
  @media only screen and (max-width: 798px) {
    .newsletter-popup-product {
      background: black;
      max-height: 80vh; } }
  .newsletter-popup-product .newsletter-popup_body {
    display: flex;
    flex-direction: column;
    padding: 20px; }
  .newsletter-popup-product .popup-logo {
    position: absolute;
    right: 20px;
    bottom: 20px; }
    @media only screen and (max-width: 798px) {
      .newsletter-popup-product .popup-logo {
        position: initial;
        width: 200px;
        margin: 0 auto; } }
  .newsletter-popup-product .heading {
    width: 60%;
    text-align: left;
    color: white;
    font-size: 40px; }
    @media only screen and (max-width: 798px) {
      .newsletter-popup-product .heading {
        width: 100%;
        font-size: 30px;
        text-align: center; } }
  .newsletter-popup-product .text {
    color: white;
    width: 50%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5; }
    @media only screen and (max-width: 798px) {
      .newsletter-popup-product .text {
        width: 100%;
        text-align: center; } }
  .newsletter-popup-product .input-group {
    display: flex;
    flex-direction: column; }
    .newsletter-popup-product .input-group .klaviyo-form {
      width: 30%;
      margin: 0 auto; }
      @media only screen and (max-width: 798px) {
        .newsletter-popup-product .input-group .klaviyo-form {
          width: 100%; } }
      .newsletter-popup-product .input-group .klaviyo-form input[name="email"] {
        font-family: 'SF Pro Display' !important;
        font-size: 15px !important;
        text-align: center !important;
        padding: 0 !important; }
        .newsletter-popup-product .input-group .klaviyo-form input[name="email"]::placeholder {
          font-family: "SF Pro Display" !important;
          font-size: 15px !important;
          text-align: center !important; }
      .newsletter-popup-product .input-group .klaviyo-form button {
        background: linear-gradient(163deg, #a0d7f0 0%, #a9a9ee 100%) !important; }
    .newsletter-popup-product .input-group .close {
      font-size: 15px;
      text-decoration: underline;
      font-weight: 500;
      margin-left: 10px;
      margin-top: 10px; }
      @media only screen and (max-width: 798px) {
        .newsletter-popup-product .input-group .close {
          margin: 10px auto;
          display: block; } }
  .newsletter-popup-product .mobile-image {
    display: none; }
    @media only screen and (max-width: 798px) {
      .newsletter-popup-product .mobile-image {
        display: block; } }
  .newsletter-popup-product .fancybox-close-small {
    background: initial; }

.newsletter-popup-page {
  background-image: url("//cdn.shopify.com/s/files/1/0018/3166/5728/t/129/assets/page-newsletter_800x.png?v=101352194538946761621682524821");
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 798px) {
    .newsletter-popup-page {
      max-height: 80vh; } }
  .newsletter-popup-page .newsletter-popup_body {
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7); }
  .newsletter-popup-page .popup-logo {
    margin: 0 auto;
    display: block; }
  .newsletter-popup-page .heading {
    width: 100%;
    color: white;
    font-size: 40px;
    margin-bottom: 0; }
    @media only screen and (max-width: 798px) {
      .newsletter-popup-page .heading {
        width: 100%;
        font-size: 30px; } }
  .newsletter-popup-page .subheading {
    white-space: pre-wrap;
    word-break: break-word;
    width: 100%;
    font-size: 25px;
    color: white; }
  .newsletter-popup-page .text {
    color: white;
    width: 60%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto; }
    @media only screen and (max-width: 798px) {
      .newsletter-popup-page .text {
        width: 100%; } }
  .newsletter-popup-page .input-group {
    display: flex;
    flex-direction: column; }
    .newsletter-popup-page .input-group .klaviyo-form {
      width: 30%;
      margin: 0 auto; }
      @media only screen and (max-width: 798px) {
        .newsletter-popup-page .input-group .klaviyo-form {
          width: 100%; } }
      .newsletter-popup-page .input-group .klaviyo-form input[name="email"] {
        font-family: 'SF Pro Display' !important;
        font-size: 15px !important;
        text-align: center !important;
        padding: 0 !important; }
        .newsletter-popup-page .input-group .klaviyo-form input[name="email"]::placeholder {
          font-family: "SF Pro Display" !important;
          font-size: 15px !important;
          text-align: center !important; }
      .newsletter-popup-page .input-group .klaviyo-form button {
        background: linear-gradient(163deg, #a0d7f0 0%, #a9a9ee 100%) !important; }
    .newsletter-popup-page .input-group .close {
      font-size: 15px;
      text-decoration: underline;
      font-weight: 500;
      margin: 10px auto; }
      @media only screen and (max-width: 798px) {
        .newsletter-popup-page .input-group .close {
          margin-bottom: -20px; } }
  .newsletter-popup-page .fancybox-close-small {
    background: initial; }

.cart-popup {
  display: none;
  background: #F2F2F2; }

.cart-popup.fancybox-content {
  display: none;
  width: 90%;
  max-width: 800px !important;
  padding: 5rem 20px 3rem; }
  @media only screen and (max-width: 480px) {
    .cart-popup.fancybox-content {
      padding: 30px 10px 20px;
      width: 100%; } }
  .cart-popup.fancybox-content .cart-popup_header {
    display: none;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: black; }
    .cart-popup.fancybox-content .cart-popup_header.active {
      display: block; }
    @media only screen and (max-width: 798px) {
      .cart-popup.fancybox-content .cart-popup_header {
        width: 100%; } }
    .cart-popup.fancybox-content .cart-popup_header .heading {
      margin-bottom: 1rem;
      margin-top: 0; }
    .cart-popup.fancybox-content .cart-popup_header .ship-date {
      font-size: 25px;
      line-height: 1; }
    .cart-popup.fancybox-content .cart-popup_header .description {
      line-height: 1.3; }
  .cart-popup.fancybox-content .cart-popup_body {
    text-align: center; }
    .cart-popup.fancybox-content .cart-popup_body .cart_popup-img {
      object-fit: cover;
      max-width: 350px; }
      @media only screen and (max-width: 480px) {
        .cart-popup.fancybox-content .cart-popup_body .cart_popup-img {
          width: 150px; } }
    .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .success-message {
      position: relative;
      box-shadow: inset 0px 3px 3px #a9a8a8;
      border-radius: 50px;
      background: white;
      height: 40px;
      line-height: 40px;
      color: #a0d7f0;
      margin: 20px auto 30px;
      font-size: 12px;
      letter-spacing: 1px;
      font-weight: bold;
      max-width: 400px; }
      .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .success-message .check_mark {
        margin-right: 5px;
        position: absolute;
        top: 1px;
        font-size: 18px; }
      .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .success-message .success_text {
        padding-left: 20px;
        text-transform: uppercase; }
    .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .item_title {
      font-weight: 600;
      color: #333; }
    .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .actions {
      max-width: 560px;
      display: flex;
      margin: auto;
      flex-wrap: wrap;
      justify-content: space-around; }
      @media only screen and (max-width: 798px) {
        .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .actions .go-to-cart {
          display: flex;
          flex-direction: column; }
        .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .actions .select-other {
          display: flex;
          flex-direction: column; } }
      .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .actions .action_button {
        margin: 10px 0;
        border-radius: 50px;
        width: 48%; }
        .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .actions .action_button.action_button--secondary {
          background: white;
          color: black;
          border: 2px solid; }
        @media only screen and (max-width: 798px) {
          .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .actions .action_button {
            font-size: 16px;
            padding: 0 7px; } }
      .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .actions .accessory-button {
        width: 80%; }
        @media only screen and (max-width: 798px) {
          .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .actions .accessory-button {
            width: 100%; } }
    .cart-popup.fancybox-content .cart-popup_body .cart-popup_content .pre-order-actions {
      display: flex;
      flex-direction: column; }
  .cart-popup.fancybox-content .cart-popup_notification {
    width: 100%;
    margin-top: 20px;
    padding: 10px 15px;
    text-align: center; }
    .cart-popup.fancybox-content .cart-popup_notification p {
      font-size: 12px;
      margin-bottom: 0;
      margin-left: 15px;
      font-weight: 600; }

.original-product .footer-section {
  margin-top: 0; }
  .original-product .footer-section svg {
    background: #333; }

.product_section .afterpay-paragraph {
  font-size: 11px !important;
  max-width: 80%;
  font-weight: 600;
  font-family: 'Goldplay'; }

/* ------------------- How it works page Sections ----------------- */
.how-lunchbox-works {
  background: #0E0E0E;
  padding-top: 75px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 798px) {
    .how-lunchbox-works {
      padding-top: 65px; } }
  .how-lunchbox-works .title {
    margin-bottom: 10px; }
    .how-lunchbox-works .title h2 {
      margin: 0;
      color: white; }
  .how-lunchbox-works .subtext {
    display: flex;
    text-align: center;
    justify-content: center;
    color: white;
    width: 60%;
    margin: 0 auto; }
    @media only screen and (max-width: 798px) {
      .how-lunchbox-works .subtext {
        width: 100%; } }
  .how-lunchbox-works .video-wrapper {
    width: 100%;
    max-width: 900px;
    height: 500px;
    margin: 0 auto; }
    @media only screen and (max-width: 798px) {
      .how-lunchbox-works .video-wrapper {
        height: 300px; } }
    .how-lunchbox-works .video-wrapper iframe {
      width: 100%;
      height: 100%;
      border-radius: 35px; }

.lunchbox-top-features {
  background: #333;
  padding: 30px 0 50px 0; }
  .lunchbox-top-features .title h2 {
    color: white; }
  .lunchbox-top-features .image-wrapper {
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 798px) {
      .lunchbox-top-features .image-wrapper {
        flex-direction: column; } }
    .lunchbox-top-features .image-wrapper .image-element__wrap {
      width: 100%; }
      .lunchbox-top-features .image-wrapper .image-element__wrap img {
        border-radius: 0; }

.deeper-looks {
  background: #0e0e0e;
  padding: 50px 0;
  color: white; }
  .deeper-looks .title h2 {
    color: white; }
  .deeper-looks .block-wrapper {
    display: flex;
    padding: 50px;
    border-radius: 20px;
    position: relative;
    background: linear-gradient(to bottom, #a0d7f0, #a9a9ee);
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 798px) {
      .deeper-looks .block-wrapper {
        padding: 30px;
        flex-direction: column; } }
    .deeper-looks .block-wrapper > * {
      z-index: 2; }
    .deeper-looks .block-wrapper:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      margin: 5px;
      /* !importanté */
      border-radius: inherit;
      /* !importanté */
      background: #0E0E0E; }
    .deeper-looks .block-wrapper.icon .title {
      text-align: left; }
    .deeper-looks .block-wrapper.icon .icon-wrapper {
      width: 30%; }
      @media only screen and (max-width: 798px) {
        .deeper-looks .block-wrapper.icon .icon-wrapper {
          width: 100%; } }
    .deeper-looks .block-wrapper.icon .text-wrapper {
      width: 60%; }
      @media only screen and (max-width: 798px) {
        .deeper-looks .block-wrapper.icon .text-wrapper {
          width: 100%; } }
    .deeper-looks .block-wrapper.gallery {
      flex-direction: column; }
    .deeper-looks .block-wrapper .text-wrapper {
      width: 100%; }
      .deeper-looks .block-wrapper .text-wrapper .title {
        color: white;
        margin-bottom: 20px;
        cursor: pointer; }
      .deeper-looks .block-wrapper .text-wrapper .description {
        font-weight: normal; }
      .deeper-looks .block-wrapper .text-wrapper .video-wrapper {
        width: 100%;
        max-width: 700px;
        height: 400px;
        margin: 40px auto; }
        @media only screen and (max-width: 798px) {
          .deeper-looks .block-wrapper .text-wrapper .video-wrapper {
            height: 300px; } }
        .deeper-looks .block-wrapper .text-wrapper .video-wrapper iframe {
          width: 100%;
          height: 100%; }
    .deeper-looks .block-wrapper .gallery-wrapper {
      display: flex;
      width: 100%;
      justify-content: space-between; }
    .deeper-looks .block-wrapper.collapse {
      padding: 20px 50px;
      margin: 20px 10px; }
      .deeper-looks .block-wrapper.collapse:hover:before {
        background: #333; }
      .deeper-looks .block-wrapper.collapse .icon-wrapper {
        display: none; }
      .deeper-looks .block-wrapper.collapse .text-wrapper {
        width: 100%; }
        .deeper-looks .block-wrapper.collapse .text-wrapper .title {
          margin: 0;
          line-height: 1;
          text-align: center; }
        .deeper-looks .block-wrapper.collapse .text-wrapper .description {
          display: none; }
      .deeper-looks .block-wrapper.collapse .video-wrapper {
        display: none; }
      .deeper-looks .block-wrapper.collapse .gallery-wrapper {
        display: none; }

.lunchbox-faqs {
  background: #333333;
  padding: 50px 60px;
  color: white; }
  @media only screen and (max-width: 798px) {
    .lunchbox-faqs {
      padding: 50px 10px; } }
  .lunchbox-faqs .title h2 {
    color: white; }
  .lunchbox-faqs .faq-wrapper {
    margin-bottom: 50px; }
    .lunchbox-faqs .faq-wrapper .question {
      border-left: 4px;
      border-color: #A0D7F0;
      border-left-style: solid;
      padding-left: 15px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 798px) {
        .lunchbox-faqs .faq-wrapper .question {
          padding-bottom: 15px; } }
      .lunchbox-faqs .faq-wrapper .question .mark {
        color: #A0D7F0;
        margin-right: 15px;
        font-size: 30px; }
    .lunchbox-faqs .faq-wrapper .answer {
      border-left: 4px;
      border-color: #A9A9EE;
      border-left-style: solid;
      padding-left: 15px;
      display: flex;
      align-items: center;
      line-height: 1.3;
      font-weight: normal; }
      @media only screen and (max-width: 798px) {
        .lunchbox-faqs .faq-wrapper .answer {
          padding-top: 15px; } }
      .lunchbox-faqs .faq-wrapper .answer .mark {
        color: #A9A9EE;
        margin-right: 15px;
        font-size: 30px; }
  .lunchbox-faqs .extra-content {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    margin-top: 30px; }
    @media only screen and (max-width: 798px) {
      .lunchbox-faqs .extra-content {
        width: 100%;
        padding: 50px 10px;
        font-size: 20px; } }
    .lunchbox-faqs .extra-content strong {
      color: #A0D7F0; }

.page-how-works .footer-section {
  margin: 0; }
  .page-how-works .footer-section svg {
    background: #333; }

.BIS_trigger {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 30px;
  color: black;
  width: 100%;
  text-transform: lowercase; }

.page {
  background: #0E0E0E;
  color: white; }
  .page h1, .page h2, .page h3 {
    color: white; }

.pre-order-alert {
  margin-bottom: 1em;
  display: flex;
  align-items: center; }
  .pre-order-alert img {
    height: 70px; }
  .pre-order-alert p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1; }
  .pre-order-alert span {
    display: block;
    font-weight: 300; }

/* ------------------------------------ 
 ----------- Homepage Sections --------
 -------------------------------------- */
.features-section .container {
  padding: 50px; }
  @media only screen and (max-width: 798px) {
    .features-section .container {
      padding: 15px; } }
  .features-section .container .primary {
    color: white; }
    @media only screen and (max-width: 798px) {
      .features-section .container .primary {
        font-size: 40px; } }
  .features-section .container .blocks-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .features-section .container .blocks-wrapper .text-column {
      width: 50%; }
      @media only screen and (max-width: 798px) {
        .features-section .container .blocks-wrapper .text-column {
          width: 100%;
          margin-bottom: 20px; } }
      .features-section .container .blocks-wrapper .text-column .block {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .features-section .container .blocks-wrapper .text-column .block .image-element__wrap {
          width: 100px;
          height: 100px;
          margin: 0; }
          @media only screen and (max-width: 798px) {
            .features-section .container .blocks-wrapper .text-column .block .image-element__wrap {
              width: 90px;
              height: 90px;
              margin-right: 15px; } }
        .features-section .container .blocks-wrapper .text-column .block .text-wrapper {
          width: 80%; }
          .features-section .container .blocks-wrapper .text-column .block .text-wrapper .large_text {
            margin: 0;
            padding: 0;
            color: white;
            text-align: left; }
            @media only screen and (max-width: 798px) {
              .features-section .container .blocks-wrapper .text-column .block .text-wrapper .large_text {
                font-size: 22px;
                line-height: 1;
                margin-bottom: 10px; } }
          .features-section .container .blocks-wrapper .text-column .block .text-wrapper .text {
            width: 80%;
            color: white;
            font-size: 16px;
            text-align: left; }
            @media only screen and (max-width: 798px) {
              .features-section .container .blocks-wrapper .text-column .block .text-wrapper .text {
                width: 100%; } }

.lunchbox-home-hero .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  flex-direction: column;
  padding: 70px 0; }
  @media only screen and (max-width: 798px) {
    .lunchbox-home-hero .banner {
      padding: 50px 15px; } }
  .lunchbox-home-hero .banner .image-wrapper {
    width: 100%; }
    .lunchbox-home-hero .banner .image-wrapper .mobile {
      display: none; }
    .lunchbox-home-hero .banner .image-wrapper .desktop {
      display: block; }
    .lunchbox-home-hero .banner .image-wrapper .image-element__wrap {
      width: 100%; }
    @media only screen and (max-width: 798px) {
      .lunchbox-home-hero .banner .image-wrapper .mobile {
        display: block; }
      .lunchbox-home-hero .banner .image-wrapper .desktop {
        display: none; } }
  .lunchbox-home-hero .banner .title {
    align-items: center;
    margin-bottom: 20px; }
    .lunchbox-home-hero .banner .title h2 {
      font-size: 50px;
      color: white;
      margin: 0;
      line-height: 1; }
      @media only screen and (max-width: 798px) {
        .lunchbox-home-hero .banner .title h2 {
          font-size: 40px; } }
  .lunchbox-home-hero .banner .text-wrapper {
    max-width: 80%; }
    @media only screen and (max-width: 798px) {
      .lunchbox-home-hero .banner .text-wrapper {
        max-width: 100%; } }
    .lunchbox-home-hero .banner .text-wrapper p {
      font-size: 24px;
      font-weight: bold;
      color: white;
      text-align: center; }
      @media only screen and (max-width: 798px) {
        .lunchbox-home-hero .banner .text-wrapper p {
          font-size: 18px; } }
  .lunchbox-home-hero .banner .btn {
    border-radius: 50px;
    text-transform: lowercase;
    color: #333;
    background: linear-gradient(#a0d7f0, #a9a9ee);
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    width: 25%;
    margin-top: 40px; }
    @media only screen and (max-width: 798px) {
      .lunchbox-home-hero .banner .btn {
        font-size: 18px;
        bottom: 20px;
        width: 90%; } }
    .lunchbox-home-hero .banner .btn:hover {
      background: white;
      color: #333; }
  @media only screen and (max-width: 798px) {
    .lunchbox-home-hero .banner {
      flex-direction: column;
      justify-content: flex-end; } }

@media only screen and (max-width: 798px) {
  .homepage-testimonial > div {
    padding-top: 30px; } }
.homepage-testimonial .full-stars {
  display: inline-flex;
  overflow: hidden; }
.homepage-testimonial .full-stars svg {
  display: inline;
  margin-right: 3px;
  min-width: 18px;
  fill: white; }
.homepage-testimonial .reviews-heading {
  color: white;
  font-weight: 500;
  margin-left: 0.1rem;
  font-size: 1rem;
  font-family: 'Greycliff CF'; }
.homepage-testimonial .primary {
  color: white;
  margin-bottom: 2rem; }
.homepage-testimonial .caption-content.testimonial-text {
  background: black;
  border-radius: 20px;
  padding: 50px 50px 20px; }
  @media only screen and (max-width: 798px) {
    .homepage-testimonial .caption-content.testimonial-text {
      padding: 60px 25px 20px; } }
  .homepage-testimonial .caption-content.testimonial-text .headline {
    color: white;
    text-align: left;
    font-size: 24px; }
  .homepage-testimonial .caption-content.testimonial-text .subtitle {
    color: white;
    font-size: 12px;
    font-weight: normal; }
    @media only screen and (min-width: 481px) {
      .homepage-testimonial .caption-content.testimonial-text .subtitle {
        font-size: 1rem; } }
  .homepage-testimonial .caption-content.testimonial-text .quotes {
    font-size: 100px;
    border: 0;
    font-family: "Greycliff CF";
    line-height: 30px;
    margin-bottom: 0;
    color: white; }
  .homepage-testimonial .caption-content.testimonial-text .image-element__wrap {
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(to bottom, #a0d7f0, #a9a9ee);
    border-radius: 50%;
    padding: 5px; }
    .homepage-testimonial .caption-content.testimonial-text .image-element__wrap:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      margin: 5px;
      border-radius: inherit;
      background: transparent; }
    .homepage-testimonial .caption-content.testimonial-text .image-element__wrap img {
      width: 100px;
      height: 100px; }

.home-rewards {
  background: #15161A;
  color: white; }
  .home-rewards section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px; }
    @media only screen and (max-width: 798px) {
      .home-rewards section {
        padding: 15px;
        padding-bottom: 70px; } }
  .home-rewards .heading {
    margin: 0;
    color: white; }
    @media only screen and (max-width: 798px) {
      .home-rewards .heading {
        font-size: 40px; } }
  .home-rewards .subheading {
    font-size: 24px;
    margin: 0;
    text-align: center; }
    @media only screen and (max-width: 798px) {
      .home-rewards .subheading {
        font-size: 18px; } }
  .home-rewards .content-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0; }
    @media only screen and (max-width: 798px) {
      .home-rewards .content-wrapper {
        flex-direction: column; } }
    .home-rewards .content-wrapper .image-wrapper {
      width: 45%; }
      @media only screen and (max-width: 798px) {
        .home-rewards .content-wrapper .image-wrapper {
          width: 100%;
          order: 1; } }
    .home-rewards .content-wrapper .block-wrapper {
      display: flex;
      flex-wrap: wrap;
      width: 45%;
      align-items: flex-start; }
      @media only screen and (max-width: 798px) {
        .home-rewards .content-wrapper .block-wrapper {
          width: 100%;
          margin-bottom: 20px; } }
      .home-rewards .content-wrapper .block-wrapper .block {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .home-rewards .content-wrapper .block-wrapper .block .image-element__wrap {
          width: 90px;
          height: 90px; }
          @media only screen and (max-width: 798px) {
            .home-rewards .content-wrapper .block-wrapper .block .image-element__wrap {
              width: 60px;
              height: 60px; } }
        .home-rewards .content-wrapper .block-wrapper .block .text {
          font-size: 18px;
          font-weight: bold;
          text-align: center;
          width: 90%; }
          @media only screen and (max-width: 798px) {
            .home-rewards .content-wrapper .block-wrapper .block .text {
              line-height: 1.2; } }
  .home-rewards .btn {
    border-radius: 50px;
    text-transform: lowercase;
    color: white;
    background: linear-gradient(#a0d7f0, #a9a9ee);
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    width: 25%;
    margin-top: 40px; }
    @media only screen and (max-width: 798px) {
      .home-rewards .btn {
        width: 80%;
        font-size: 18px; } }
    .home-rewards .btn:hover {
      background: white;
      color: black; }

.products-select {
  background: url("bg.png");
  background-size: cover;
  background-position: bottom; }
  .products-select section {
    padding: 50px 50px;
    text-align: center; }
    @media only screen and (max-width: 798px) {
      .products-select section {
        padding: 50px 15px; } }
    .products-select section .heading {
      color: white;
      margin-top: 0;
      font-size: 50px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 798px) {
        .products-select section .heading {
          font-size: 40px; } }
    .products-select section .sub-text {
      color: white;
      font-size: 28px; }
      @media only screen and (max-width: 798px) {
        .products-select section .sub-text {
          font-size: 24px; } }
    .products-select section p {
      font-size: 24px; }
      @media only screen and (max-width: 798px) {
        .products-select section p {
          font-size: 18px; } }
    .products-select section .product-wrapper {
      display: flex;
      justify-content: space-around;
      margin-bottom: 50px;
      align-items: center; }
      @media only screen and (max-width: 798px) {
        .products-select section .product-wrapper {
          display: block;
          margin-bottom: 0; } }
      .products-select section .product-wrapper .homepage-product {
        text-align: center;
        color: white;
        font-size: 20px;
        font-weight: bold;
        padding: 20px;
        border-radius: 20px; }
        @media only screen and (max-width: 798px) {
          .products-select section .product-wrapper .homepage-product {
            font-size: 18px;
            margin-bottom: 20px; } }
        .products-select section .product-wrapper .homepage-product img {
          width: 364px;
          height: 440px; }
          @media only screen and (max-width: 798px) {
            .products-select section .product-wrapper .homepage-product img {
              width: 309px;
              height: 370px; } }
        @media only screen and (max-width: 798px) {
          .products-select section .product-wrapper .homepage-product .btn {
            display: none; } }
    .products-select section .btn {
      font-size: 24px;
      font-weight: bold;
      width: 80%;
      text-align: center;
      margin: 0 auto;
      display: block;
      border-radius: 50px;
      color: white;
      background: linear-gradient(163deg, #a0d7f0 0%, #a9a9ee 100%);
      padding: 10px 0;
      text-transform: lowercase; }
      @media only screen and (max-width: 798px) {
        .products-select section .btn {
          font-size: 18px; } }
      .products-select section .btn:hover {
        background: white;
        color: black; }
    .products-select section .section-btn {
      display: none; }
      @media only screen and (max-width: 798px) {
        .products-select section .section-btn {
          display: block; } }

.blog-post-section {
  background: black; }
  .blog-post-section .card-wrap {
    background: black;
    color: white;
    font-weight: 400; }
  .blog-post-section .image-element__wrap {
    max-width: 100%;
    width: 900px;
    height: 450px; }
  .blog-post-section .article_title {
    color: white; }
  .blog-post-section img {
    object-fit: cover;
    display: block;
    margin: 0 auto; }

.article .footer-section {
  margin-top: 0; }

.blog_articles h2 {
  color: white; }
.blog_articles .article_details .article__title a {
  color: white; }

.yotpo-widget-my-rewards-widget .yotpo-tile-box .yotpo-info .yotpo-inner-text {
  text-transform: lowercase; }

.yotpo-widget-campaign-widget .yotpo-container-headline {
  text-transform: lowercase; }

.yotpo-widget-referral-widget .yotpo-title-text {
  text-transform: lowercase; }

.yotpo-widget-referral-widget .yotpo-header-text {
  text-transform: lowercase; }

.yotpo-vip-tiers-widget .yotpo-vip-tiers-headline.yotpo-headline-no-margin {
  text-transform: lowercase; }

.yotpo-coupons-redemption-widget .yotpo-headline {
  text-transform: lowercase; }

.yotpo-coupons-redemption-widget .yotpo-login-button .yopto-widget-button-text {
  text-transform: lowercase; }

.yotpo-coupons-redemption-widget .yotpo-description {
  text-transform: lowercase; }

.yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta, .yotpo-hover-enable .yotpo-single-image-container .hover-preview .yotpo-hover-cta {
  border-radius: 100px !important; }

button.checkout-button:hover {
  background-color: #333333;
  color: white; }

.home-banner section {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .home-banner section .banner-caption {
    display: flex;
    padding-top: 50px;
    align-items: center; }
    @media only screen and (max-width: 798px) {
      .home-banner section .banner-caption {
        flex-direction: column-reverse;
        padding-right: 20px;
        padding-left: 20px;
        gap: 30px; } }
    .home-banner section .banner-caption .hero-image {
      width: 55%; }
      @media only screen and (max-width: 798px) {
        .home-banner section .banner-caption .hero-image {
          width: 100%; } }
    .home-banner section .banner-caption .banner-caption-content {
      margin-left: 30px;
      width: 40%; }
      @media only screen and (max-width: 798px) {
        .home-banner section .banner-caption .banner-caption-content {
          margin: 0;
          width: 100%; } }
      .home-banner section .banner-caption .banner-caption-content .headline {
        line-height: 1;
        color: black; }
      .home-banner section .banner-caption .banner-caption-content .subheading {
        white-space: pre-wrap;
        word-break: break-word;
        color: #333333;
        font-size: 25px;
        text-align: center;
        width: 80%;
        margin: 0 auto; }
        @media only screen and (max-width: 798px) {
          .home-banner section .banner-caption .banner-caption-content .subheading {
            font-size: 20px; } }
      .home-banner section .banner-caption .banner-caption-content .button-wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 50px;
        gap: 20px; }
        .home-banner section .banner-caption .banner-caption-content .button-wrapper .btn {
          font-size: 24px;
          color: white;
          padding: 10px;
          background: black;
          border-radius: 50px;
          line-height: 1.2;
          display: block;
          width: 60%;
          margin: 0 auto;
          box-shadow: #64646f 0px 3px 14px 1px; }
          @media only screen and (max-width: 798px) {
            .home-banner section .banner-caption .banner-caption-content .button-wrapper .btn {
              font-size: 18px; } }
          .home-banner section .banner-caption .banner-caption-content .button-wrapper .btn.second_button {
            background: #575757; }
  .home-banner section #wave_desktop, .home-banner section #wave_mobile {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: inherit !important;
    transform: translateY(0%); }

.menu.align_right {
  display: flex;
  min-height: 96px;
  align-items: center;
  padding: 0;
  justify-content: flex-end; }

.mega-menu-parent {
  align-items: center;
  display: flex; }

#header .top_bar a.mobile_nav {
  position: static; }

.mega-menu-container {
  width: 100%; }

.dropdown_container.lb-active-menu {
  display: flex !important; }

.mega-menu__richtext h1, .mega-menu__richtext h2, .mega-menu__richtext h3, .mega-menu__richtext h4 {
  text-align: left;
  font-size: 1rem; }

.mega-menu__richtext {
  color: white;
  font-family: Goldplay;
  font-weight: 600;
  font-size: 1rem; }

.mega-menu .image-element__wrap {
  padding-bottom: 100%;
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.2);
  overflow: hidden;
  border-radius: 20px; }

.mega-menu img {
  transition: all;
  transition-duration: 0.3s;
  position: absolute;
  height: 100% !important;
  width: 100%;
  object-fit: cover; }
  @media only screen and (max-width: 798px) {
    .mega-menu img {
      font-size: 18px; } }

.mega-menu img:hover {
  transform: scale(1.05); }

.mega-menu {
  text-align: left; }
  .mega-menu .star-clickable .text-m {
    font-weight: 300;
    opacity: 0.5;
    color: #fff !important;
    font-size: 13px !important; }
  .mega-menu .lb-price {
    font-weight: 400;
    color: white;
    font-family: 'Greycliff CF';
    font-size: 1rem;
    margin: 0.25rem 0; }

.lb-desktop-mega-menu .lb-prod-wrapper {
  display: flex;
  width: 75%; }
  @media only screen and (max-width: 1024px) {
    .lb-desktop-mega-menu .lb-prod-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      width: 60%; }
      .lb-desktop-mega-menu .lb-prod-wrapper .dropdown_column {
        width: 100%; } }

.btn-secondary {
  border: solid 1px white;
  font-size: 00.8rem;
  padding: 0.3rem 0.5rem;
  border-radius: 9999px;
  font-family: "Goldplay";
  font-weight: 600;
  cursor: pointer; }

.btn.btn-secondary {
  text-align: center;
  padding: 10px 1rem;
  line-height: 1.75rem; }

#mobile_menu .mega-menu-parent {
  font-size: 34px;
  text-transform: lowercase;
  flex-direction: row-reverse; }

.mobile-mega-menu {
  display: none;
  padding-top: 1.5rem; }
  .mobile-mega-menu .lb-prod-wrapper {
    padding: 0 20px; }
  .mobile-mega-menu .dropdown_column {
    margin-right: 1rem; }
  .mobile-mega-menu .dropdown {
    position: relative;
    overflow: visible; }
  .mobile-mega-menu .dropdown_content {
    overflow-x: scroll;
    margin-right: -20px;
    margin-left: -20px; }
  .mobile-mega-menu .btn.btn-secondary {
    font-size: 24px !important; }
  .mobile-mega-menu .std-btn {
    cursor: pointer;
    border-radius: 50px;
    color: #333333 !important;
    background: linear-gradient(#a0d7f0, #a9a9ee);
    padding: 10px 0;
    text-align: center;
    font-size: 24px !important;
    font-weight: 900 !important;
    width: 25%;
    margin-top: 40px;
    width: 100%;
    margin-bottom: 1.2rem !important;
    line-height: 1.75rem !important; }

.mega-open .mobile-mega-menu {
  display: block; }

.dropdown_content {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */ }
  .dropdown_content::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ }

.dropdown_column-one {
  width: 25%;
  border-right: solid 1px white;
  padding-right: 4rem !important; }
  .dropdown_column-one .mega-menu__richtext {
    font-size: 1.3rem;
    margin-bottom: .75rem; }
  @media only screen and (max-width: 1400px) {
    .dropdown_column-one {
      padding-right: 3rem !important; } }
  @media only screen and (max-width: 1024px) {
    .dropdown_column-one {
      width: 40%; } }
  @media only screen and (max-width: 798px) {
    .dropdown_column-one {
      width: 100%;
      display: none; } }

*::-webkit-scrollbar {
  width: 12px;
  background: transparent;
  position: relative; }

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 10px; }

.testimonial-section .stars-wrapper {
  max-width: 100px; }

.shopify-section.products-list p {
  margin: 0;
  font-size: 0.9rem; }
.shopify-section.products-list .lb-heading {
  color: white;
  margin: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 40px; }
.shopify-section.products-list .lb-add-to-cart {
  font-size: 0.8rem; }
.shopify-section.products-list .lb-reviews-count {
  font-size: 0.8rem;
  margin-top: 0.2rem;
  margin-lefT: 0.25rem; }
.shopify-section.products-list .lb-reviews-wrap {
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100; }
.shopify-section.products-list .text-m {
  /*     display: none; */
  color: white !important;
  opacity: .5; }
.shopify-section.products-list .image-element__wrap {
  width: 100%; }
.shopify-section.products-list .lb-ratings {
  display: flex;
  justify-content: center; }
.shopify-section.products-list .stars-wrapper {
  display: flex;
  align-items: center;
  max-width: 100px; }
.shopify-section.products-list .full-stars {
  display: inline-flex;
  overflow: hidden; }
.shopify-section.products-list .full-stars svg {
  display: inline;
  margin-right: 3px;
  min-width: 15px;
  fill: white; }
.shopify-section.products-list .reviews-heading {
  color: white;
  font-weight: 500;
  margin-left: 0.5rem;
  font-size: 1rem;
  font-family: 'Greycliff CF'; }
.shopify-section.products-list .sub-text {
  line-height: 1.25rem;
  font-size: 1rem; }
.shopify-section.products-list .lb-subtle-text {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Goldplay'; }
.shopify-section.products-list .lb-button-wrapper {
  margin-top: 1rem; }

.lb-desktop-cart {
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
  padding-left: 50px;
  position: relative;
  display: flex;
  align-items: center; }
  .lb-desktop-cart > span {
    pointer-events: none;
    position: absolute;
    color: black;
    background: white;
    border: solid 1px white;
    padding: 1px;
    text-align: center;
    min-width: 27.5px;
    display: block;
    margin-bottom: 4px;
    font-size: 0.7rem;
    border-radius: 100%;
    right: -15px;
    top: 14px; }
  .lb-desktop-cart svg {
    pointer-events: none;
    height: 32px;
    width: 32px; }

.home-banner section {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .home-banner section .banner-caption {
    display: flex;
    padding-top: 50px;
    align-items: center; }
    @media only screen and (max-width: 798px) {
      .home-banner section .banner-caption {
        flex-direction: column-reverse;
        padding-right: 20px;
        padding-left: 20px;
        gap: 30px; } }
    .home-banner section .banner-caption .hero-image {
      width: 55%; }
      @media only screen and (max-width: 798px) {
        .home-banner section .banner-caption .hero-image {
          width: 100%; } }
    .home-banner section .banner-caption .banner-caption-content {
      margin-left: 30px;
      width: 40%; }
      @media only screen and (max-width: 798px) {
        .home-banner section .banner-caption .banner-caption-content {
          margin: 0;
          width: 100%; } }
      .home-banner section .banner-caption .banner-caption-content .headline {
        line-height: 1;
        color: black; }
      .home-banner section .banner-caption .banner-caption-content .subheading {
        color: #333333;
        font-size: 25px;
        text-align: center;
        word-break: break-all;
        width: 80%;
        margin: 0 auto; }
        @media only screen and (max-width: 798px) {
          .home-banner section .banner-caption .banner-caption-content .subheading {
            font-size: 20px; } }
      .home-banner section .banner-caption .banner-caption-content .button-wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 50px;
        gap: 20px; }
        .home-banner section .banner-caption .banner-caption-content .button-wrapper .btn {
          font-size: 24px;
          color: white;
          padding: 10px;
          background: black;
          border-radius: 50px;
          line-height: 1.2;
          display: block;
          width: 60%;
          margin: 0 auto;
          box-shadow: #64646f 0px 3px 14px 1px; }
          @media only screen and (max-width: 798px) {
            .home-banner section .banner-caption .banner-caption-content .button-wrapper .btn {
              font-size: 18px; } }
          .home-banner section .banner-caption .banner-caption-content .button-wrapper .btn.second_button {
            background: #575757; }
  .home-banner section #wave_desktop, .home-banner section #wave_mobile {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: inherit !important;
    transform: translateY(0%); }

.page-fam {
  background: black; }

.fam-banner section {
  position: relative; }
  .fam-banner section .wave_desktop, .fam-banner section .wave_mobile {
    position: absolute;
    width: 100%;
    height: inherit !important;
    transform: translateY(0%); }
    .fam-banner section .wave_desktop.up, .fam-banner section .wave_mobile.up {
      bottom: 0; }

.fam-video {
  padding: 100px 0; }
  @media only screen and (max-width: 798px) {
    .fam-video {
      padding: 50px 0; } }
  .fam-video .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%; }
    .fam-video .content .text-wrapper {
      width: 45%; }
    .fam-video .content .video-wrapper {
      width: 45%; }
      .fam-video .content .video-wrapper video {
        height: 45vw;
        border-radius: 20px;
        object-fit: cover; }
        @media only screen and (max-width: 798px) {
          .fam-video .content .video-wrapper video {
            height: 100%; } }
  .fam-video .heading {
    font-size: 50px;
    line-height: 60px;
    color: white;
    text-align: left; }
    .fam-video .heading.mobile {
      display: none;
      font-size: 36px;
      line-height: 43px;
      text-align: center; }
    @media only screen and (max-width: 798px) {
      .fam-video .heading {
        display: none; }
        .fam-video .heading.mobile {
          display: block; } }
  .fam-video .text {
    color: white;
    font-size: 28px;
    line-height: 33px; }
    @media only screen and (max-width: 798px) {
      .fam-video .text {
        font-size: 16px;
        line-height: 19px; } }

.fam-carousel {
  padding: 60px 0; }
  @media only screen and (max-width: 798px) {
    .fam-carousel {
      padding: 30px 0; } }
  .fam-carousel .heading {
    width: 30%;
    margin: 0 auto; }
    @media only screen and (max-width: 798px) {
      .fam-carousel .heading {
        width: 60%; } }
    .fam-carousel .heading img {
      border-radius: 0; }
  .fam-carousel .fam-carousel-slideshow {
    padding: 0 5%;
    padding-top: 50px; }
    @media only screen and (max-width: 798px) {
      .fam-carousel .fam-carousel-slideshow {
        padding-top: 20px; } }
    .fam-carousel .fam-carousel-slideshow .fam-carousel-block {
      width: 25%;
      padding: 0 10px; }
      @media only screen and (max-width: 798px) {
        .fam-carousel .fam-carousel-slideshow .fam-carousel-block {
          width: 33%;
          padding: 0 5px; }
          .fam-carousel .fam-carousel-slideshow .fam-carousel-block img {
            border-radius: 10px; } }

.fam-join section {
  padding: 50px 0; }
.fam-join .heading {
  color: white; }
.fam-join .buttons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .fam-join .buttons-wrapper .btn {
    border-radius: 50px;
    text-transform: lowercase;
    color: #333;
    background: linear-gradient(#a0d7f0, #a9a9ee);
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    width: 25%;
    margin-top: 40px; }
    @media only screen and (max-width: 798px) {
      .fam-join .buttons-wrapper .btn {
        width: 70%;
        font-size: 20px; } }

.lb-reviews-count {
  font-size: 0.8rem;
  margin-top: 0.2rem;
  margin-lefT: 0.25rem; }

.lb-reviews-wrap {
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100; }

.lb-ratings {
  display: flex;
  justify-content: center; }

.product_section .stars-wrapper {
  width: 108px;
  display: flex;
  align-items: center; }
.product_section .full-stars {
  display: inline-flex;
  overflow: hidden; }
.product_section .full-stars svg {
  display: inline;
  margin-right: 3px;
  min-width: 18px;
  fill: white; }
.product_section .lb-ratings {
  margin-top: -0.3rem; }
.product_section .reviews-heading {
  color: white;
  opacity: 0.5;
  font-weight: 500;
  margin-left: 0.1rem;
  font-size: 1rem;
  font-family: 'Greycliff CF'; }

.collection-content {
  max-width: 984px;
  margin: auto; }
  .collection-content h4 {
    color: white;
    font-weight: 500; }

.indicator-dots {
  display: flex; }
  .indicator-dots.product_gallery_nav {
    max-width: 600px;
    margin-right: auto; }
    @media screen and (min-width: 1450px) {
      .indicator-dots.product_gallery_nav {
        margin-left: auto; } }

.indicator-dots .flickity-viewport {
  width: 100%; }

.lb-dot {
  height: 16px;
  width: 16px;
  border: solid 2px #b0a4ea;
  border-radius: 100%;
  cursor: pointer; }
  @media only screen and (max-width: 798px) {
    .lb-dot {
      height: 12px;
      width: 12px; } }

.is-nav-selected .lb-dot {
  background-color: #b0a4ea; }

@media only screen and (max-width: 700px) {
  .lb-gallery-fixed-height {
    height: 300px; }
    .lb-gallery-fixed-height .gallery-cell {
      width: 290px;
      height: 100%; }
    .lb-gallery-fixed-height .flickity-viewport {
      height: 100% !important; } }
@media only screen and (min-width: 701px) and (max-width: 798px) {
  .lb-gallery-fixed-height .gallery-cell {
    width: 50%; } }
.lb-gallery-fixed-height .gallery-cell {
  min-height: 100%;
  display: flex;
  margin-left: 10px;
  margin-right: 10px; }
  .lb-gallery-fixed-height .gallery-cell .image__container {
    display: flex;
    width: 100%; }
  .lb-gallery-fixed-height .gallery-cell img {
    object-fit: cover; }

.product_gallery {
  overflow: visible; }
  .product_gallery .flickity-viewport {
    overflow: hidden !important; }

@media only screen and (max-width: 700px) {
  .product-template .product_gallery .flickity-slider {
    left: 20px !important; } }

.pre-order-alert {
  font-family: "Goldplay";
  font-weight: 500; }

.swiper:not(.mini-cart_cross-sells):not(.swiper-testimonials) {
  padding-bottom: 44px !important;
  max-width: 355px;
  width: 90%;
  min-height: 425px;
  overflow: visible !important;
  margin-left: 0px !important; }
  @media only screen and (min-width: 799px) {
    .swiper:not(.mini-cart_cross-sells):not(.swiper-testimonials) {
      min-height: 475px; } }
  .swiper:not(.mini-cart_cross-sells):not(.swiper-testimonials) .image-element__wrap {
    width: 100%;
    height: 212px; }
  .swiper:not(.mini-cart_cross-sells):not(.swiper-testimonials) img {
    border-radius: 0px;
    object-fit: cover !important;
    height: 100% !important; }
  .swiper:not(.mini-cart_cross-sells):not(.swiper-testimonials) .swiper-wrapper {
    margin-left: 20px; }
    @media only screen and (min-width: 799px) {
      .swiper:not(.mini-cart_cross-sells):not(.swiper-testimonials) .swiper-wrapper {
        margin-left: 80px; } }

.swiper-button-prev {
  left: 26px;
  color: transparent;
  background: -webkit-linear-gradient(#a0d7f0, #a9a9ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.swiper-button-next {
  left: calc(100vw - 70px);
  background: -webkit-linear-gradient(#a0d7f0, #a9a9ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.detail-slider-section .swiper-pagination {
  left: calc(50vw - 50%);
  padding: 0;
  display: flex;
  justify-content: center; }

.testimonial-pagination.swiper-pagination {
  padding: 0;
  top: -50px;
  display: flex !important;
  justify-content: center; }

.swiper-pagination-bullets {
  top: 30px; }

.swiper-pagination-bullet {
  margin: 0 !important;
  margin-right: 5px !important; }

.swiper-pagination > .swiper-pagination-bullet:first-of-type {
  margin-left: 0 !important; }

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: transparent !important;
  opacity: 0.5 important; }

.swiper-pagination-bullet {
  border: solid 2px #b0a4ea;
  border-radius: 100%;
  width: 16px !important;
  height: 16px !important; }

.swiper-pagination-bullet-active {
  background: #b0a4ea !important; }

.swiper:not(.mini-cart_cross-sells):not(.swiper-testimonials) .swiper-slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 20px;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.4); }

.swiper-pagination {
  display: flex !important;
  padding-left: 20px; }
  @media only screen and (min-width: 799px) {
    .swiper-pagination {
      padding-left: 80px; } }

.cross-sell-_image {
  width: 100%; }

.mini-cart_cross-sell-wrapper .swiper-wrapper {
  margin-left: 30px; }

.mini-cart_cross-sell-wrapper {
  margin-top: 1rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
  margin-left: -20px;
  margin-right: -20px;
  border-top: solid 2px rgba(160, 215, 240, 0.25);
  border-bottom: solid 2px rgba(160, 215, 240, 0.25); }

.mini-cart_cross-sell-heading {
  font-family: 'Goldplay';
  font-size: 1rem;
  opacity: 0.75;
  padding: 0 20px;
  margin-bottom: 1rem; }

.cross-sell_title {
  text-align: center; }

.mini-cart_cross-sells {
  margin-right: auto;
  margin-left: 0;
  margin-bottom: -10px; }

.mini-cart_cross-sell-wrapper .cross-sell_price {
  font-size: 0.9rem; }

.lb-slider-image-wrapper {
  display: flex; }

.lb-slider-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px; }

.swiper-pagination {
  position: relative; }

.detail-slider-section {
  padding-top: 60px;
  padding-bottom: 14px; }
  @media only screen and (min-width: 799px) {
    .detail-slider-section {
      padding-top: 80px; } }

.lb-slide-header {
  font-family: Greycliff CF;
  font-weight: 900;
  font-style: normal;
  font-size: 19.33333px !important;
  text-transform: none;
  display: block;
  text-align: center;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5px;
  clear: both;
  padding-top: 4px; }

.lb-slide-content {
  font-family: SF Pro Display;
  letter-spacing: .11px;
  font-weight: 500;
  font-size: 14.33333px !important;
  word-break: break-word;
  text-align: center; }

.contact_email {
  width: 100%;
  border-radius: 8px !important;
  border: none !important;
  padding: 0 20px !important; }
  .contact_email::placeholder {
    color: #333;
    font-weight: 500;
    font-family: 'Goldplay';
    text-transform: lowercase;
    font-size: 1rem; }

.mega-menu-container .lb-ratings {
  flex-direction: column;
  width: 60%; }
.mega-menu-container .stars-wrapper {
  position: relative; }
.mega-menu-container .ratings-container {
  display: flex;
  align-items: flex-start;
  max-width: 175px; }
.mega-menu-container .full-stars svg {
  width: 20%;
  position: absolute; }

.mm-reviews-heading {
  position: relative;
  color: #fff;
  opacity: 0.5;
  font-size: .9rem;
  font-family: Greycliff CF; }
  .mm-reviews-heading span {
    position: absolute;
    top: 0;
    line-height: 1rem;
    font-weight: 500 !important; }

.lb-absolute {
  position: absolute; }

.lb-text-left {
  text-align: left; }

.lb-disabled {
  pointer-events: none !important;
  opacity: 0.5; }

.lb-post-description {
  font-weight: 600;
  font-family: 'Goldplay';
  font-size: 1rem; }

.lb-my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.lb-py-1 {
  padding-top: 4px;
  padding-bottom: 4px; }

.lb-pt-18-75 {
  padding-top: 4.6875rem; }

.lb-pt-8 {
  padding-top: 2rem; }

.lb-pl-2 {
  padding-left: 0.5rem; }

.h-6 {
  height: 1.25rem; }

.w-6 {
  width: 1.25rem; }

.lb-h-full {
  height: 100%; }

.lb-force-subtle-font, .lb-force-subtle-font h1, .lb-force-subtle-font h2, .lb-force-subtle-font h3, .lb-force-subtle-font h4, .lb-force-subtle-font h5, .lb-force-subtle-font p, .lb-force-subtle-font strong {
  font-weight: 400 !important;
  color: #fff !important;
  font-family: Greycliff CF !important;
  font-size: 11.5px !important;
  margin: 0.25rem 0 !important;
  text-align: left !important; }

.lb-list-text {
  display: flex;
  align-items: center;
  font-size: 1rem !important;
  font-weight: 500;
  font-family: 'Goldplay';
  margin-bottom: 6px; }
  @media only screen and (max-width: 1024px) {
    .lb-list-text {
      font-size: 0.75rem !important; } }
  .lb-list-text svg {
    margin-right: 1rem; }

.lb-flex {
  display: flex; }

.lb-grid {
  display: grid; }

.lb-grid-rows-2 {
  grid-template-rows: 212px 1fr; }

.lb-flex-i {
  display: flex !important; }

.lb-align-center {
  align-items: center; }

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

.lb-w-full {
  width: 100%; }

.lb-w-3-4 {
  width: 75%; }

.lb-justify-between {
  justify-content: space-between; }

.lb-mm-text {
  line-height: 1.75rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-family: 'Greycliff CF';
  font-weight: 600; }

.lb-font-subtitle {
  font-size: 0.9rem; }

.lb-primary-border {
  border: solid 3px white; }

.lb-primary-border:hover {
  border: solid 3px #a0d7f0; }

.lb-font-emphasis {
  color: white;
  font-size: 1.3rem;
  font-family: 'Greycliff CF';
  font-weight: 600;
  margin: 0.25rem 0; }

.lb-mr-1 {
  margin-right: 0.25rem; }

.lb-mb-4 {
  margin-bottom: 1rem; }

.lb-mb-8 {
  margin-bottom: 2rem; }

.lb-max-screen {
  max-width: 1440px; }

.lb-flex-col {
  flex-direction: column; }

.std-btn {
  cursor: pointer;
  border-radius: 50px;
  color: #333333 !important;
  background: linear-gradient(#a0d7f0, #a9a9ee);
  padding: 10px 0;
  text-align: center;
  font-size: 1.1rem !important;
  font-weight: 900 !important;
  width: 25%;
  margin-top: 40px;
  width: 100%;
  margin-bottom: 1.2rem !important;
  line-height: 1.75rem !important;
  padding-left: 1rem;
  padding-right: 1rem; }

.std-btn:hover {
  background: white;
  color: black; }

.std-btn-primary {
  border-radius: 50px;
  text-transform: lowercase !important;
  color: black !important;
  background: linear-gradient(#a0d7f0, #a9a9ee);
  padding: 10px 0;
  text-align: center;
  font-size: 1.1rem !important;
  font-weight: 700;
  width: 25%;
  width: 100%;
  line-height: 1.75rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 300px; }

.std-btn-primary:hover {
  background: white;
  color: black; }

.lb-product-badge {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background: linear-gradient(#a0d7f0, #a9a9ee);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #333333; }

.lb-tertiary-btn {
  background: black;
  padding: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9) !important;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Goldplay';
  font-size: 1.1rem;
  cursor: pointer;
  text-align: center; }
  .lb-tertiary-btn:hover {
    color: black !important;
    background: white; }

.lb-active-parent {
  color: #a0d7f0 !important; }

.testimonial-block.gallery-cell.use-mobile-color {
  width: 330px; }
  @media only screen and (min-width: 799px) {
    .testimonial-block.gallery-cell.use-mobile-color {
      width: 50%; } }

.testimonial-slideshow {
  overflow: visible; }
  .testimonial-slideshow .flickity-viewport, .testimonial-slideshow .flickity-slider {
    overflow: visible; }
  @media only screen and (min-width: 376px) and (max-width: 798px) {
    .testimonial-slideshow .flickity-page-dots {
      left: calc(-25vw + 80.75px); } }
  @media only screen and (min-width: 799px) {
    .testimonial-slideshow {
      margin-left: 0px; } }

@media only screen and (min-width: 376px) and (max-width: 798px) {
  .testimonial-slideshow {
    overflow: visible; }
    .testimonial-slideshow .flickity-viewport, .testimonial-slideshow .flickity-slider {
      overflow: visible; } }
.testimonial-block {
  transition: transform;
  transition-duration: .4s;
  background: transparent !important; }

.testimonial-block.is-selected {
  transform: scale(1.05); }
  @media only screen and (min-width: 376px) {
    .testimonial-block.is-selected {
      transform: scale(1.1); } }
  @media only screen and (min-width: 799px) {
    .testimonial-block.is-selected {
      transform: none; } }

.testimonial-section .flickity-button-icon {
  background: -webkit-linear-gradient(#a0d7f0, #333333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.yotpo-stars {
  display: inline-flex; }

.yotpo .yotpo-icon-star {
  display: flex; }

/* .std-btn:not(.lb-lc) {
 text-transform: uppercase !important; 
} */
.product_section .modal_price {
  display: flex;
  flex-direction: column-reverse; }
  .product_section .modal_price .price-container {
    font-size: 1.5rem !important; }

.product_section {
  padding-top: 1rem; }

.lb-notify-me-pretext {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Greycliff CF";
  font-weight: 100;
  margin-bottom: 2rem; }

.lb-notify-me-pretext {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Greycliff CF";
  font-weight: 100; }

.lb-waitlist-cta {
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all;
  transition-duration: .2s;
  cursor: pointer; }

.lb-waitlist-cta:hover {
  opacity: 0.75; }

.lb-lc {
  text-transform: lowercase; }

.lb-font-goldplay {
  font-family: 'Goldplay'; }

.lb-font-semibold {
  font-weight: 600; }

.lb-hidden {
  display: none; }

.lb-text-md {
  font-size: 1rem;
  line-height: 1.5rem; }

.lb-heading-small {
  margin-bottom: 12px; }

.lb-opacity-0 {
  opacity: 0; }

.lb-cancel {
  color: white;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 1.25rem;
  margin-top: 1.25rem;
  transition: all;
  transition-duration: .2s; }

.lb-cancel:hover {
  opacity: 0.75; }

.lb-modal-wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.lb-modal {
  position: relative;
  background-color: #333333;
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 16px;
  max-width: 575px;
  margin: auto;
  width: calc(100% - 40px); }

body, .lol {
  overflow-x: hidden; }

@media screen and (max-width: 480px) {
  .product_section {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media only screen and (min-width: 799px) {
  .product_gallery {
    overflow: hidden; } }
@media (min-width: 701px) and (max-width: 798px) {
  .product_gallery {
    padding-left: 20px !important; } }

.lb-align-items-end {
  align-items: flex-end; }

.lb-top-auto {
  margin-top: auto; }

.lb-mt-0 {
  margin-top: 0; }

.lb-mt-4 {
  margin-top: 1rem; }

.lb-mt-6 {
  margin-top: 1.5rem; }

.lb-mt-8 {
  margin-top: 2rem; }

@media only screen and (min-width: 799px) {
  .md\:lb-mt-8 {
    margin-top: 2rem; }

  .md\:lb-mb-4 {
    margin-bottom: 1rem; } }
.lb-text-grey-400 {
  color: #DFE3E7; }

.lb-mx-auto {
  margin: auto; }

.lb-mx-4 {
  margin-left: 16px;
  margin-right: 16px; }

.lb-px-4 {
  padding: 1rem; }

.lb-pb-12 {
  padding-bottom: 3rem; }

body.index div#shopify-section-footer svg#wave_desktop {
  background: #15161a !important; }

body.index div#shopify-section-footer svg#wave_mobile {
  background: #15161a !important; }

#banner-1631912312d4c2127f svg, #banner-mobile-1631912312d4c2127f svg {
  z-index: 1 !important; }

@media only screen and (max-width: 798px) {
  .home-banner section .banner-caption .banner-caption-content .subheading {
    font-size: 18px; } }
@media only screen and (min-width: 768px) {
  .dropdown.menu .dropdown_content .dropdown_column-one a.btn.btn-secondary {
    font-size: 17px; } }
#shopify-section-collection-merch-template .lb-add-to-cart {
  display: none; }

a.btn.std-btn-primary.font-grey-clif.text-lowercase.lb-mx-auto.lb-lc.lb-tertiary-btn {
  padding: .7rem;
  background: linear-gradient(#a0d7f0, #a9a9ee);
  color: #333 !important;
  font-weight: 900; }

a.btn.std-btn-primary.font-grey-clif.text-lowercase.lb-mx-auto.lb-lc.lb-tertiary-btn:hover {
  background: white;
  color: #333 !important; }

.prods-list .yotpo-bottomline.pull-left.star-clickable {
  margin-top: 10px;
  justify-content: center;
  float: unset !important; }

@media only screen and (max-width: 798px) {
  .prods-list .yotpo-bottomline.pull-left.star-clickable {
    margin-top: 8px; }

  .star-clickable .text-m {
    font-size: 13px !important;
    line-height: 15px; } }
#shopify-section-Yotpo .static-footer {
  display: none !important; }

/* globo css */
.gsw-swatch-installed .product_section .product_form.is-visible .select {
  display: none !important; }

.gsw-swatch-installed .swatches-globo,
.gsw-swatch-installed .swatches-globo .swatch--gl {
  margin-bottom: 0px !important; }

.container--sticky.active-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px; }

.gsw-swatch-installed button.btn.btn-globo.globo--add-to-cart {
  border: solid 1px white;
  font-size: 0.8rem;
  border-radius: 9999px;
  font-family: "Goldplay";
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  background: transparent;
  height: auto;
  min-height: 100%;
  padding: 10px; }

.gsw-swatch-installed button.btn.btn-globo.globo--add-to-cart:hover {
  background: white;
  color: black !important; }

.globo-swatch-container.globo-swatch-product-item {
  margin-top: auto; }

.gsw-swatch-installed .shopify-section.products-list .lb-subtle-text {
  margin-bottom: 5px; }

.gsw-swatch-installed .homepage-product .lb-button-wrapper {
  display: none; }
