/** Shopify CDN: Minification failed

Line 72:3 Unexpected "zoom"
Line 299:3 Unexpected "zoom"
Line 1807:3 Unexpected "zoom"
Line 3218:5 Unexpected "zoom"
Line 9082:4 "margi-top" is not a known CSS property

**/
@charset "UTF-8";
/*============================================================================
============= Pipeline theme is built on Timber 2.0.2 ======================
============================================================================

Shopify Timber v2.0.2
Copyright 2015 Shopify Inc.
Author Carson Shold @cshold
Built with Sass - http://sass-lang.com/

Some things to know about this file:
- Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
- The output CSS is compressed and comments are removed
- You cannot use @imports in this file
* Use grunt or gulp tasks to enable @imports - https://github.com/Shopify/shopify-css-import
- Helpers variables, mixins, and starter classes are provided. Change as needed.
- The file is prepped with a CSS reset
- The font icons are prepared using https://icomoon.io/app

==============================================================================

Table of Contents

#Breakpoint and Grid Variables
#General Variables
#Typography
#Sass Mixins
#Normalize
#Grid Setup
#Basic Styles
#Helper Classes
#Rich Text Editor
#Links and Buttons
#Lists
#Tables
#OOCSS Media Object
#Images and Iframes
#Forms
#Icons
#Pagination
#Site Header
#Site Nav and Dropdowns
#Site Footer
#Product and Collection Grids
#Collections
#Breadcrumbs
#Product Page
#Blogs and Comments
#Notes and Form Feedback
#Cart Page
==============================================================================*/
/*============================================================================
#Breakpoint and Grid Variables
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*============================================================================
#General Variables
==============================================================================*/
/*============================================================================
#Sass Mixins
==============================================================================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: '';
    display: table;
    clear: both; }

/*============================================================================
Dependency-free breakpoint mixin
- http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*============================================================================
#Typography
==============================================================================*/
.title, h1, .h1, .h1--body, h2, .h2, .h2--body, h3, .h3, .h3--body, h4, .h4, .h4--body, h5, .h5, .h5--body, h6, .h6, .h6--body, .btn--large, .header-logo, .home__title, .title--flex {
  font-family: "agenda", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased; }

.uppercase, .home__subtitle, .share__link, .collection-nav > li a {
  font-family: "agenda", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em; }

@font-face {
  font-family: 'Baby Brezza';
  src: url("/cdn/shop/t/212/assets/BabyBrezza-Bold.otf?v=167829031372151955881647743238") format("opentype"), url("/cdn/shop/t/212/assets/BabyBrezza-Bold.ttf?v=75750017998311571311647743237") format("truetype");
  font-weight: bold; }

@font-face {
  font-family: 'icons';
  font-display: auto;
  src: url("/cdn/shop/t/212/assets/icons.eot?v=158399200609435563841647743238");
  src: url("/cdn/shop/t/212/assets/icons.eot?v=158399200609435563841647743238#iefix") format("embedded-opentype"), url("/cdn/shop/t/212/assets/icons.woff?v=169945158533379702731647743238") format("woff"), url("/cdn/shop/t/212/assets/icons.ttf?v=152698340250222789721647743237") format("truetype"), url("/cdn/shop/t/212/assets/icons.svg?v=1632698112070928441647743238#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

body,
input,
textarea,
button,
select {
  font-size: 14px;
  line-height: 1.6;
  font-family: "agenda", "sans-serif";
  color: black;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

h1, .h1, .h1--body, h2, .h2, .h2--body, h3, .h3, .h3--body, h4, .h4, .h4--body, h5, .h5, .h5--body, h6, .h6, .h6--body {
  font-weight: normal;
  margin: 0 0 0.75em;
  line-height: 1.4; }
  h1 a, .h1 a, .h1--body a, h2 a, .h2 a, .h2--body a, h3 a, .h3 a, .h3--body a, h4 a, .h4 a, .h4--body a, h5 a, .h5 a, .h5--body a, h6 a, .h6 a, .h6--body a {
    text-decoration: none;
    font-weight: inherit; }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1, .h1--body {
  font-size: 2.57143em; }
  @media screen and (max-width: 480px) {
    h1, .h1, .h1--body {
      font-size: 2em; } }

h2, .h2, .h2--body {
  font-size: 2em; }
  @media screen and (max-width: 480px) {
    h2, .h2, .h2--body {
      font-size: 1.57143em; } }

h3, .h3, .h3--body {
  font-size: 1.57143em; }
  @media screen and (max-width: 480px) {
    h3, .h3, .h3--body {
      font-size: 1.42857em; } }

h4, .h4, .h4--body {
  font-size: 1.42857em; }
  @media screen and (max-width: 480px) {
    h4, .h4, .h4--body {
      font-size: 1.28571em; } }

h5, .h5, .h5--body {
  font-size: 1.14286em; }

h6, .h6, .h6--body {
  font-size: 1em; }

.h1--body,
.h2--body,
.h3--body,
.h4--body,
.h5--body,
.h6--body {
  text-transform: none;
  letter-spacing: 0px;
  font-family: "agenda", "sans-serif"; }

p {
  margin: 0 0 16px 0; }
  p img {
    margin: 0; }

em,
.em {
  font-style: italic; }

b, strong, .strong {
  font-weight: bold; }

small,
.small {
  font-size: 0.9em; }

sup, sub, .sup, .sub {
  position: relative;
  font-size: 25%;
  vertical-align: super; }

sup, .sup {
  top: -0.5em; }

sub, .sub {
  bottom: -0.5em; }

s, .s {
  text-decoration: line-through;
  opacity: 0.5; }

/*================ Blockquotes ================*/
blockquote {
  font-size: 1.125em;
  line-height: 1.71;
  font-style: italic;
  margin: 0 0 32px;
  padding: 16px 32px;
  border-left: 1px solid #bcbec0; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 16px; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: '\2014 \0020'; }

/*================ Code ================*/
code, pre {
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  border-left: 1px solid #bcbec0;
  padding: 0 2px; }

pre {
  overflow: auto;
  padding: 16px;
  margin: 0 0 32px; }

.unicode {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS, Arial"; }

.lt-ie9 .unicode {
  display: none; }

/*================ Horizontal Rules ================*/
hr {
  clear: both;
  border-top: solid #bcbec0;
  border-width: 1px 0 0;
  margin: 32px 0;
  height: 0; }
  hr.hr--small {
    margin: 16px 0; }
  hr.hr--double {
    margin: 64px 0; }
  hr.hr--clear {
    border-top-color: transparent; }
  hr.hr--dash {
    margin: 32px auto;
    width: 80px; }
  hr.hr--thick {
    border-width: 2px 0 0; }
  hr.hr--underline {
    margin-top: 10px;
    margin-bottom: 20px; }

/*============================================================================
#Normalize
==============================================================================*/
*, input, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/*============================================================================
#Grid Setup
- Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
- Breakpoints defined above, under #Breakpoint and Grid Variables
- Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/
/* Force clearfix on grids */
.grid, .grid--rev, .grid--full,
.grid-uniform {
  *zoom: 1; }
  .grid:after, .grid--rev:after, .grid--full:after,
  .grid-uniform:after {
    content: '';
    display: table;
    clear: both; }

/* Manual grid__item clearfix */
.grid__item.clear {
  clear: both; }

/*============================================================================
Drop relative positioning into silent classes which can't take advantage of
the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/
/*============================================================================
Grid Setup
1. Allow the grid system to be used on lists.
2. Remove any margins and paddings that might affect the grid system.
3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid, .grid--rev, .grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }

.grid__item {
  float: left;
  min-height: 1px;
  padding-left: 30px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/*============================================================================
WIDTHS
- Create width classes, prefixed by the specified namespace.
==============================================================================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Helper show/hide classes around our breakpoints ================*/
/*================ Our regular, non-responsive width and helper classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

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

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

.two-thirds {
  width: 66.666%; }

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

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

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

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

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

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

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

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.333%; }

.eleven-twelfths {
  width: 91.666%; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

/*================ Our responsive classes, if we have enabled them ================*/
@media only screen and (max-width: 480px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

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

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

  .small--two-thirds {
    width: 66.666%; }

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

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

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

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

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

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

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

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

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

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

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

  .small--five-sixths {
    width: 83.333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small--left {
    float: left !important; }

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

  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--four-eighths:nth-child(2n+1),
  .grid-uniform .small--five-tenths:nth-child(2n+1),
  .grid-uniform .small--one-twelfth:nth-child(12n+1),
  .grid-uniform .small--two-twelfths:nth-child(6n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

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

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

  .medium--two-thirds {
    width: 66.666%; }

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

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

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

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

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

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

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

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

  .medium--two-sixths {
    width: 33.333%; }

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

  .medium--four-sixths {
    width: 66.666%; }

  .medium--five-sixths {
    width: 83.333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium--two-twelfths {
    width: 16.666%; }

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

  .medium--four-twelfths {
    width: 33.333%; }

  .medium--five-twelfths {
    width: 41.666%; }

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

  .medium--seven-twelfths {
    width: 58.333%; }

  .medium--eight-twelfths {
    width: 66.666%; }

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

  .medium--ten-twelfths {
    width: 83.333%; }

  .medium--eleven-twelfths {
    width: 91.666%; }

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

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

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

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

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

  .medium--left {
    float: left !important; }

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

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 768px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

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

  /* Thirds */
  .medium-down--one-third {
    width: 33.333%; }

  .medium-down--two-thirds {
    width: 66.666%; }

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

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

  .medium-down--three-quarters {
    width: 75%; }

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

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

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

  .medium-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%; }

  .medium-down--two-sixths {
    width: 33.333%; }

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

  .medium-down--four-sixths {
    width: 66.666%; }

  .medium-down--five-sixths {
    width: 83.333%; }

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

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

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

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

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

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

  .medium-down--seven-eighths {
    width: 87.5%; }

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

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

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

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

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

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

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

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

  .medium-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.333%; }

  .medium-down--two-twelfths {
    width: 16.666%; }

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

  .medium-down--four-twelfths {
    width: 33.333%; }

  .medium-down--five-twelfths {
    width: 41.666%; }

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

  .medium-down--seven-twelfths {
    width: 58.333%; }

  .medium-down--eight-twelfths {
    width: 66.666%; }

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

  .medium-down--ten-twelfths {
    width: 83.333%; }

  .medium-down--eleven-twelfths {
    width: 91.666%; }

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

  .medium-down--left {
    float: left !important; }

  .medium-down--right {
    float: right !important; }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 769px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

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

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

  .large--two-thirds {
    width: 66.666%; }

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

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

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

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

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

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

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

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

  .large--two-sixths {
    width: 33.333%; }

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

  .large--four-sixths {
    width: 66.666%; }

  .large--five-sixths {
    width: 83.333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large--two-twelfths {
    width: 16.666%; }

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

  .large--four-twelfths {
    width: 33.333%; }

  .large--five-twelfths {
    width: 41.666%; }

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

  .large--seven-twelfths {
    width: 58.333%; }

  .large--eight-twelfths {
    width: 66.666%; }

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

  .large--ten-twelfths {
    width: 83.333%; }

  .large--eleven-twelfths {
    width: 91.666%; }

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

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

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

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

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

  .large--left {
    float: left !important; }

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

  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; } }
/*================ CSS3 Vertical Align Helper ================*/
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*============================================================================
PUSH
- Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
[class*="push--"] {
  position: relative; }

/* Whole */
.push--one-whole {
  left: 100%; }

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

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

.push--two-thirds {
  left: 66.666%; }

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

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

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

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

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

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

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

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

.push--two-sixths {
  left: 33.333%; }

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

.push--four-sixths {
  left: 66.666%; }

.push--five-sixths {
  left: 83.333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.push--two-twelfths {
  left: 16.666%; }

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

.push--four-twelfths {
  left: 33.333%; }

.push--five-twelfths {
  left: 41.666%; }

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

.push--seven-twelfths {
  left: 58.333%; }

.push--eight-twelfths {
  left: 66.666%; }

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

.push--ten-twelfths {
  left: 83.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium--one-third {
    left: 33.333%; }

  .push--medium--two-thirds {
    left: 66.666%; }

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

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

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

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

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

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

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

  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%; }

  .push--medium--two-sixths {
    left: 33.333%; }

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

  .push--medium--four-sixths {
    left: 66.666%; }

  .push--medium--five-sixths {
    left: 83.333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Twelfths */
  .push--medium--one-twelfth {
    left: 8.333%; }

  .push--medium--two-twelfths {
    left: 16.666%; }

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

  .push--medium--four-twelfths {
    left: 33.333%; }

  .push--medium--five-twelfths {
    left: 41.666%; }

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

  .push--medium--seven-twelfths {
    left: 58.333%; }

  .push--medium--eight-twelfths {
    left: 66.666%; }

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

  .push--medium--ten-twelfths {
    left: 83.333%; }

  .push--medium--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (max-width: 768px) {
  /* Whole */
  .push--medium-down--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium-down--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%; }

  .push--medium-down--two-thirds {
    left: 66.666%; }

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

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

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

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

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

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

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

  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%; }

  .push--medium-down--two-sixths {
    left: 33.333%; }

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

  .push--medium-down--four-sixths {
    left: 66.666%; }

  .push--medium-down--five-sixths {
    left: 83.333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Twelfths */
  .push--medium-down--one-twelfth {
    left: 8.333%; }

  .push--medium-down--two-twelfths {
    left: 16.666%; }

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

  .push--medium-down--four-twelfths {
    left: 33.333%; }

  .push--medium-down--five-twelfths {
    left: 41.666%; }

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

  .push--medium-down--seven-twelfths {
    left: 58.333%; }

  .push--medium-down--eight-twelfths {
    left: 66.666%; }

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

  .push--medium-down--ten-twelfths {
    left: 83.333%; }

  .push--medium-down--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 769px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%; }

  /* Halves */
  .push--large--one-half {
    left: 50%; }

  /* Thirds */
  .push--large--one-third {
    left: 33.333%; }

  .push--large--two-thirds {
    left: 66.666%; }

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

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

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

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

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

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

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

  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%; }

  .push--large--two-sixths {
    left: 33.333%; }

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

  .push--large--four-sixths {
    left: 66.666%; }

  .push--large--five-sixths {
    left: 83.333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Twelfths */
  .push--large--one-twelfth {
    left: 8.333%; }

  .push--large--two-twelfths {
    left: 16.666%; }

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

  .push--large--four-twelfths {
    left: 33.333%; }

  .push--large--five-twelfths {
    left: 41.666%; }

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

  .push--large--seven-twelfths {
    left: 58.333%; }

  .push--large--eight-twelfths {
    left: 66.666%; }

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

  .push--large--ten-twelfths {
    left: 83.333%; }

  .push--large--eleven-twelfths {
    left: 91.666%; } }
/*============================================================================
PULL
- Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/
/*============================================================================
#Basic Styles
==============================================================================*/
body:not(.template-index) {
  background-color: white; }

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

.wrapper, .charge_rabbit, .sky-pilot {
  *zoom: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px; }
  .wrapper:after, .charge_rabbit:after, .sky-pilot:after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (min-width: 480px) {
    .wrapper, .charge_rabbit, .sky-pilot {
      padding: 0 32px; } }

.info-bar .wrapper, .info-bar .charge_rabbit, .info-bar .sky-pilot {
  max-width: 1130px; }

.featuredProducts-wrapper {
  max-width: 94%;
  padding-top: 30px;
  padding-bottom: 0px; }
  .featuredProducts-wrapper .not-owl-carousel.grid--view-items .grid__item {
    margin-bottom: auto; }
    .featuredProducts-wrapper .not-owl-carousel.grid--view-items .grid__item .grid__image {
      height: 100px; }

.main-content {
  display: block;
  overflow: hidden;
  padding-bottom: 64px; }

/*============================================================================
#Helper Classes
==============================================================================*/
.left {
  float: left; }

.right {
  float: right; }

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

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

.hidden {
  display: none; }

[hidden] {
  display: none; }

.lighten {
  opacity: 0.5; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }

.display-flex {
  display: flex; }

.flex-row {
  flex-direction: row; }

.flex-column {
  flex-direction: column; }

.position-relative {
  position: relative; }

@media screen and (min-width: 769px) {
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; } }
.page-margin, .charge_rabbit, .sky-pilot {
  margin-top: 64px; }

@media screen and (max-width: 480px) {
  .hidden-sm {
    display: none; } }
@media screen and (max-width: 768px) {
  .hidden-md-down {
    display: none; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .hidden-md {
    display: none; } }
@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none; } }
@media screen and (min-width: 769px) {
  .hidden-lg {
    display: none; } }
/*================ Section Headers ================*/
.section-header {
  margin-bottom: 21.33333px; }

@media screen and (min-width: 769px) {
  .section-header {
    display: table;
    width: 100%; }

  .section-header__title {
    margin-bottom: 12.8px; }

  .section-header__left {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0; }
    .section-header__left h1, .section-header__left .h1, .section-header__left .h1--body, .section-header__left h2, .section-header__left .h2, .section-header__left .h2--body, .section-header__left h3, .section-header__left .h3, .section-header__left .h3--body, .section-header__left h4, .section-header__left .h4, .section-header__left .h4--body,
    .section-header__left .h1, .section-header__left .h2, .section-header__left .h3, .section-header__left .h4 {
      margin-bottom: 0; }

  .section-header__right {
    display: table-cell;
    vertical-align: middle;
    text-align: right; } }
  @media screen and (min-width: 769px) and (max-width: 768px) {
    .section-header__right {
      margin-bottom: 32px; } }

.section-header__right .btn, .section-header__right .btn--secondary, .section-header__right input[type="submit"], .section-header__right .spr-summary-actions-newreview, .section-header__right .sky-pilot-access-denied a, .sky-pilot-access-denied .section-header__right a, .section-header__right .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .section-header__right a#login_link, .section-header__right .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .section-header__right a#signup_link, .section-header__right .charge_rabbit a.update-card-link, .charge_rabbit .section-header__right a.update-card-link, .section-header__right .charge_rabbit a.update-address-link, .charge_rabbit .section-header__right a.update-address-link, .section-header__right .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .section-header__right a, .section-header__right .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .section-header__right a, .section-header__right .charge_rabbit a.cancel-subscription-link, .charge_rabbit .section-header__right a.cancel-subscription-link {
  margin-top: 3px !important; }
.section-header__right .form-horizontal,
.section-header__right .collection-view {
  display: inline-block;
  vertical-align: middle; }
@media screen and (min-width: 481px) {
  .section-header__right label + select,
  .section-header__right .collection-view {
    margin-left: 16px; } }

.collection-view {
  display: inline-block;
  border: 1px solid #bcbec0;
  border-radius: 2px;
  padding: 0 5px;
  height: 37px;
  overflow: hidden;
  /*================ Only show on larger screens ================*/ }
  @media screen and (min-width: 769px) {
    .collection-view {
      display: inline-block; } }

.change-view {
  display: block;
  background: none;
  border: 0 none;
  float: left;
  padding: 10px 8px;
  color: #bcbec0;
  line-height: 1; }
  .change-view:hover, .change-view:focus {
    color: black; }

.change-view--active {
  cursor: default;
  color: black; }

/*============================================================================
#Rich Text Editor
==============================================================================*/
.rte {
  margin-bottom: 16px;
  word-wrap: break-word; }
  .rte h1, .rte .h1, .rte .h1--body, .rte h2, .rte .h2, .rte .h2--body, .rte h3, .rte .h3, .rte .h3--body, .rte h4, .rte .h4, .rte .h4--body, .rte h5, .rte .h5, .rte .h5--body, .rte h6, .rte .h6, .rte .h6--body {
    margin-top: 1.5em; }
    .rte h1:first-child, .rte .h1:first-child, .rte .h1--body:first-child, .rte h2:first-child, .rte .h2:first-child, .rte .h2--body:first-child, .rte h3:first-child, .rte .h3:first-child, .rte .h3--body:first-child, .rte h4:first-child, .rte .h4:first-child, .rte .h4--body:first-child, .rte h5:first-child, .rte .h5:first-child, .rte .h5--body:first-child, .rte h6:first-child, .rte .h6:first-child, .rte .h6--body:first-child {
      margin-top: 0; }
  .rte > div {
    margin-bottom: 16px; }
  .rte ul, .rte ol {
    margin-left: 35px; }
  .rte ul ul, .rte ol ul {
    list-style-type: circle; }
  .rte ol ol ul, .rte ol ul ul, .rte ul ol ul, .rte ul ul ul {
    list-style-type: square; }
  .rte li {
    margin-bottom: 0.4em; }
  .rte img {
    max-width: 100%; }
  .rte img[style*="float: left"],
  .rte img[style*="float:left"] {
    margin-right: 16px; }
  .rte img[style*="float: right"],
  .rte img[style*="float:right"] {
    margin-left: 16px; }

.rte--header {
  margin-bottom: 0; }

.columns {
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  -webkit-columns: 2 240px;
  -moz-columns: 2 240px;
  columns: 2 240px; }

/*============================================================================
#Links and Buttons
==============================================================================*/
a,
.text-link {
  color: black;
  text-decoration: underline;
  background: transparent; }

a:hover,
a:focus {
  color: #262626; }

button {
  overflow: visible; }

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

.btn, .btn--secondary,
input.btn--secondary, input[type="submit"], .spr-summary-actions-newreview, .sky-pilot-access-denied a, .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit a.update-card-link, .charge_rabbit a.update-address-link, .charge_rabbit .continue_shopping a, .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit a.cancel-subscription-link {
  display: inline-block;
  padding: 8px 10px;
  margin: 0;
  line-height: 1.42;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  background-color: #3399cc;
  color: white; }
  .btn:hover, .btn--secondary:hover, input[type="submit"]:hover, .spr-summary-actions-newreview:hover, .sky-pilot-access-denied a:hover, .charge_rabbit .login_or_signup a#login_link:hover, .charge_rabbit .login_or_signup a#signup_link:hover, .charge_rabbit a.update-card-link:hover, .charge_rabbit a.update-address-link:hover, .charge_rabbit .continue_shopping a:hover, .charge_rabbit .cancel-subscription-wrapper a:hover, .charge_rabbit a.cancel-subscription-link:hover {
    background-color: black;
    color: white; }
  .btn:active, .btn--secondary:active, input[type="submit"]:active, .spr-summary-actions-newreview:active, .sky-pilot-access-denied a:active, .charge_rabbit .login_or_signup a#login_link:active, .charge_rabbit .login_or_signup a#signup_link:active, .charge_rabbit a.update-card-link:active, .charge_rabbit a.update-address-link:active, .charge_rabbit .continue_shopping a:active, .charge_rabbit .cancel-subscription-wrapper a:active, .charge_rabbit a.cancel-subscription-link:active, .btn:focus, .btn--secondary:focus, input[type="submit"]:focus, .spr-summary-actions-newreview:focus, .sky-pilot-access-denied a:focus, .charge_rabbit .login_or_signup a#login_link:focus, .charge_rabbit .login_or_signup a#signup_link:focus, .charge_rabbit a.update-card-link:focus, .charge_rabbit a.update-address-link:focus, .charge_rabbit .continue_shopping a:focus, .charge_rabbit .cancel-subscription-wrapper a:focus, .charge_rabbit a.cancel-subscription-link:focus {
    background-color: black;
    color: white; }
  .btn[disabled], [disabled].btn--secondary, input[disabled][type="submit"], [disabled].spr-summary-actions-newreview, .sky-pilot-access-denied a[disabled], .charge_rabbit .login_or_signup a[disabled]#login_link, .charge_rabbit .login_or_signup a[disabled]#signup_link, .charge_rabbit a[disabled].update-card-link, .charge_rabbit a[disabled].update-address-link, .charge_rabbit .continue_shopping a[disabled], .charge_rabbit .cancel-subscription-wrapper a[disabled], .charge_rabbit a[disabled].cancel-subscription-link, .btn.disabled, .disabled.btn--secondary, input.disabled[type="submit"], .disabled.spr-summary-actions-newreview, .sky-pilot-access-denied a.disabled, .charge_rabbit .login_or_signup a.disabled#login_link, .charge_rabbit .login_or_signup a.disabled#signup_link, .charge_rabbit a.disabled.update-card-link, .charge_rabbit a.disabled.update-address-link, .charge_rabbit .continue_shopping a.disabled, .charge_rabbit .cancel-subscription-wrapper a.disabled, .charge_rabbit a.disabled.cancel-subscription-link {
    cursor: default;
    color: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3); }
    .btn[disabled]:hover, [disabled].btn--secondary:hover, input[disabled][type="submit"]:hover, [disabled].spr-summary-actions-newreview:hover, .sky-pilot-access-denied a[disabled]:hover, .charge_rabbit .login_or_signup a[disabled]#login_link:hover, .charge_rabbit .login_or_signup a[disabled]#signup_link:hover, .charge_rabbit a[disabled].update-card-link:hover, .charge_rabbit a[disabled].update-address-link:hover, .charge_rabbit .continue_shopping a[disabled]:hover, .charge_rabbit .cancel-subscription-wrapper a[disabled]:hover, .charge_rabbit a[disabled].cancel-subscription-link:hover, .btn.disabled:hover, .disabled.btn--secondary:hover, input.disabled[type="submit"]:hover, .disabled.spr-summary-actions-newreview:hover, .sky-pilot-access-denied a.disabled:hover, .charge_rabbit .login_or_signup a.disabled#login_link:hover, .charge_rabbit .login_or_signup a.disabled#signup_link:hover, .charge_rabbit a.disabled.update-card-link:hover, .charge_rabbit a.disabled.update-address-link:hover, .charge_rabbit .continue_shopping a.disabled:hover, .charge_rabbit .cancel-subscription-wrapper a.disabled:hover, .charge_rabbit a.disabled.cancel-subscription-link:hover {
      color: rgba(0, 0, 0, 0.3) !important;
      background-color: rgba(0, 0, 0, 0.3) !important; }

.btn--secondary,
input.btn--secondary {
  background-color: white;
  border: 1px solid black;
  color: black; }
  .btn--secondary:hover,
  input.btn--secondary:hover {
    background-color: #ac783c;
    color: black; }
  .btn--secondary:focus, .btn--secondary:active,
  input.btn--secondary:focus,
  input.btn--secondary:active {
    background-color: #996b36;
    color: black; }

.btn--small {
  padding: 6px 7px;
  font-size: 0.71429em; }

.btn--large {
  padding: 12px 20px;
  font-size: 1em; }

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

.btn--clear {
  background-color: transparent;
  color: black;
  border: 1px solid black; }
  .btn--clear:hover, .btn--clear:focus, .btn--clear:active {
    color: black;
    background-color: rgba(134, 94, 47, 0.3); }
  .btn--clear.disabled {
    border: 1px solid rgba(0, 0, 0, 0.3); }

.lt-ie9 .btn--clear:hover {
  background-color: #865e2f; }

.btn--splash {
  background-color: #865e2f; }
  .btn--splash:hover, .btn--splash:focus, .btn--splash:active {
    background-color: #604422; }

.btn--square {
  border-radius: 0px !important; }

.btn--outline {
  background-color: #FFFFFF;
  border: 1px solid #2e3438;
  box-shadow: 0 0 0 8px #FFFFFF;
  color: #2e3438;
  margin: 8px; }
  .btn--outline:hover, .btn--outline:focus, .btn--outline:active {
    color: #865e2f;
    background-color: #FFFFFF; }

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

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

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 20px; }

li {
  margin-bottom: 0.25em; }

ol, ul.square, ul.disc, .rte ul {
  margin-left: 20px; }

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

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

ol.alpha {
  list-style: lower-alpha outside; }

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

/*============================================================================
#Tables
==============================================================================*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

table.full {
  width: calc(100% - 2px);
  margin-bottom: 1em; }

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

tr {
  border-bottom: 1px solid #bcbec0; }

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 16px; }

/* Responsive tables for IE9+ */
@media screen and (max-width: 768px) {
  html:not(.lt-ie9) .table--responsive thead {
    display: none; }
  html:not(.lt-ie9) .table--responsive tr {
    display: block; }
  html:not(.lt-ie9) .table--responsive tbody {
    border-top: 1px solid #bcbec0; }
  html:not(.lt-ie9) .table--responsive tbody td:not(:first-child) {
    border-top: 1px solid rgba(188, 190, 192, 0.2); }
  html:not(.lt-ie9) .table--responsive tfoot {
    border-top: 1px solid #bcbec0;
    border-bottom: 2px solid #bcbec0; }
  html:not(.lt-ie9) .table--responsive tr,
  html:not(.lt-ie9) .table--responsive td {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: none; }
  html:not(.lt-ie9) .table--responsive th,
  html:not(.lt-ie9) .table--responsive td {
    display: block;
    text-align: right;
    padding: 10px; }
  html:not(.lt-ie9) .table--responsive td:before {
    content: attr(data-label);
    float: left;
    font-family: "agenda", "sans-serif";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8em;
    font-size: 12px;
    padding-right: 10px; } }
@media screen and (max-width: 768px) {
  html:not(.lt-ie9) .table--small-hide {
    display: none !important; }
  html:not(.lt-ie9) .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    html:not(.lt-ie9) .table__section + .table__section:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #bcbec0; } }

/*============================================================================
#OOCSS Media Object
- http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
==============================================================================*/
.media,
.media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media-img {
  float: left;
  margin-right: 32px; }

.media-img-right {
  float: right;
  margin-left: 32px; }

.media-img img,
.media-img-right img {
  display: block; }

/*============================================================================
#Images and Iframes
==============================================================================*/
img {
  border: 0 none; }

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

img.auto,
.grid__item img,
.grid__item iframe {
  max-width: 100%; }

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

/*============================================================================
#Forms
==============================================================================*/
form {
  /*   margin-bottom: $gutter / 2; */ }

input,
textarea,
button,
select {
  font-size: 1em; }

@media screen and (max-width: 768px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

input,
textarea,
select,
fieldset {
  border-radius: 2px;
  max-width: 100%; }
  input.input-full,
  textarea.input-full,
  select.input-full,
  fieldset.input-full {
    width: 100%; }

input,
select,
textarea {
  padding: 8px 10px;
  line-height: 1.42; }

fieldset {
  border: 1px solid #bcbec0;
  padding: 16px; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

input {
  display: inline-block;
  width: auto; }

button,
input[type="submit"] {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

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

/*================ Input width and border ================*/
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="tel"],
input[type="url"],
textarea,
select {
  border: 1px solid #bcbec0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 1em;
  background-color: transparent;
  outline: none; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="file"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #a2a5a7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
  input[type="text"][disabled], input[type="text"].disabled,
  input[type="search"][disabled],
  input[type="search"].disabled,
  input[type="password"][disabled],
  input[type="password"].disabled,
  input[type="email"][disabled],
  input[type="email"].disabled,
  input[type="file"][disabled],
  input[type="file"].disabled,
  input[type="tel"][disabled],
  input[type="tel"].disabled,
  input[type="url"][disabled],
  input[type="url"].disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3); }

textarea {
  min-height: 100px; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("/cdn/shop/t/212/assets/ico-select.svg?v=111264635508874814051647743240");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none; }

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

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

/*================ Form labels ================*/
label,
legend {
  display: block;
  margin-bottom: 2px;
  font-weight: bold; }
  label.inline,
  legend.inline {
    display: inline; }
  .form-horizontal label.label--hidden, label.label--hidden, .form-horizontal
  legend.label--hidden,
  legend.label--hidden {
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden; }
    .ie9 .form-horizontal label.label--hidden, .lt-ie9 .form-horizontal label.label--hidden, .ie9 label.label--hidden, .lt-ie9 label.label--hidden, .ie9 .form-horizontal
    legend.label--hidden, .lt-ie9 .form-horizontal
    legend.label--hidden, .ie9
    legend.label--hidden, .lt-ie9
    legend.label--hidden {
      height: auto;
      width: auto;
      margin-bottom: 2px;
      overflow: visible; }

/*================ We don't want the same label treatment for checkboxes/radios ================*/
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: normal; }

label[for] {
  cursor: pointer; }

.label-hint {
  color: #999; }

/*================ Horizontal Form ================*/
form.form-horizontal,
.form-horizontal {
  margin-bottom: 0; }
  form.form-horizontal input[type="text"],
  form.form-horizontal input[type="search"],
  form.form-horizontal input[type="password"],
  form.form-horizontal input[type="email"],
  form.form-horizontal input[type="file"],
  form.form-horizontal input[type="number"],
  form.form-horizontal input[type="tel"],
  form.form-horizontal input[type="url"],
  form.form-horizontal textarea,
  form.form-horizontal select,
  form.form-horizontal label,
  .form-horizontal input[type="text"],
  .form-horizontal input[type="search"],
  .form-horizontal input[type="password"],
  .form-horizontal input[type="email"],
  .form-horizontal input[type="file"],
  .form-horizontal input[type="number"],
  .form-horizontal input[type="tel"],
  .form-horizontal input[type="url"],
  .form-horizontal textarea,
  .form-horizontal select,
  .form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto; }

/*================ Error styles ================*/
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="url"].error,
textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e; }

label.error {
  color: #d02e2e; }

/*================ Input Group ================*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .input-group-field:first-child,
  .input-group .input-group-btn:first-child,
  .input-group .input-group-btn:first-child > .btn,
  .input-group .input-group-btn:first-child > .btn--secondary,
  .input-group .input-group-btn:first-child > input[type="submit"],
  .input-group .input-group-btn:first-child > .spr-summary-actions-newreview,
  .input-group .sky-pilot-access-denied .input-group-btn:first-child > a,
  .sky-pilot-access-denied .input-group .input-group-btn:first-child > a,
  .input-group .charge_rabbit .login_or_signup .input-group-btn:first-child > a#login_link,
  .charge_rabbit .login_or_signup .input-group .input-group-btn:first-child > a#login_link,
  .input-group .charge_rabbit .login_or_signup .input-group-btn:first-child > a#signup_link,
  .charge_rabbit .login_or_signup .input-group .input-group-btn:first-child > a#signup_link,
  .input-group .charge_rabbit .input-group-btn:first-child > a.update-card-link,
  .charge_rabbit .input-group .input-group-btn:first-child > a.update-card-link,
  .input-group .charge_rabbit .input-group-btn:first-child > a.update-address-link,
  .charge_rabbit .input-group .input-group-btn:first-child > a.update-address-link,
  .input-group .charge_rabbit .continue_shopping .input-group-btn:first-child > a,
  .charge_rabbit .continue_shopping .input-group .input-group-btn:first-child > a,
  .input-group .charge_rabbit .cancel-subscription-wrapper .input-group-btn:first-child > a,
  .charge_rabbit .cancel-subscription-wrapper .input-group .input-group-btn:first-child > a,
  .input-group .charge_rabbit .input-group-btn:first-child > a.cancel-subscription-link,
  .charge_rabbit .input-group .input-group-btn:first-child > a.cancel-subscription-link,
  .input-group input[type="hidden"]:first-child + .input-group-field,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--secondary,
  .input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"],
  .input-group input[type="hidden"]:first-child + .input-group-btn > .spr-summary-actions-newreview,
  .input-group .sky-pilot-access-denied input[type="hidden"]:first-child + .input-group-btn > a,
  .sky-pilot-access-denied .input-group input[type="hidden"]:first-child + .input-group-btn > a,
  .input-group .charge_rabbit .login_or_signup input[type="hidden"]:first-child + .input-group-btn > a#login_link,
  .charge_rabbit .login_or_signup .input-group input[type="hidden"]:first-child + .input-group-btn > a#login_link,
  .input-group .charge_rabbit .login_or_signup input[type="hidden"]:first-child + .input-group-btn > a#signup_link,
  .charge_rabbit .login_or_signup .input-group input[type="hidden"]:first-child + .input-group-btn > a#signup_link,
  .input-group .charge_rabbit input[type="hidden"]:first-child + .input-group-btn > a.update-card-link,
  .charge_rabbit .input-group input[type="hidden"]:first-child + .input-group-btn > a.update-card-link,
  .input-group .charge_rabbit input[type="hidden"]:first-child + .input-group-btn > a.update-address-link,
  .charge_rabbit .input-group input[type="hidden"]:first-child + .input-group-btn > a.update-address-link,
  .input-group .charge_rabbit .continue_shopping input[type="hidden"]:first-child + .input-group-btn > a,
  .charge_rabbit .continue_shopping .input-group input[type="hidden"]:first-child + .input-group-btn > a,
  .input-group .charge_rabbit .cancel-subscription-wrapper input[type="hidden"]:first-child + .input-group-btn > a,
  .charge_rabbit .cancel-subscription-wrapper .input-group input[type="hidden"]:first-child + .input-group-btn > a,
  .input-group .charge_rabbit input[type="hidden"]:first-child + .input-group-btn > a.cancel-subscription-link,
  .charge_rabbit .input-group input[type="hidden"]:first-child + .input-group-btn > a.cancel-subscription-link {
    border-radius: 2px 0 0 2px; }
  .input-group .input-group-field:last-child,
  .input-group .input-group-btn:last-child > .btn,
  .input-group .input-group-btn:last-child > .btn--secondary,
  .input-group .input-group-btn:last-child > input[type="submit"],
  .input-group .input-group-btn:last-child > .spr-summary-actions-newreview,
  .input-group .sky-pilot-access-denied .input-group-btn:last-child > a,
  .sky-pilot-access-denied .input-group .input-group-btn:last-child > a,
  .input-group .charge_rabbit .login_or_signup .input-group-btn:last-child > a#login_link,
  .charge_rabbit .login_or_signup .input-group .input-group-btn:last-child > a#login_link,
  .input-group .charge_rabbit .login_or_signup .input-group-btn:last-child > a#signup_link,
  .charge_rabbit .login_or_signup .input-group .input-group-btn:last-child > a#signup_link,
  .input-group .charge_rabbit .input-group-btn:last-child > a.update-card-link,
  .charge_rabbit .input-group .input-group-btn:last-child > a.update-card-link,
  .input-group .charge_rabbit .input-group-btn:last-child > a.update-address-link,
  .charge_rabbit .input-group .input-group-btn:last-child > a.update-address-link,
  .input-group .charge_rabbit .continue_shopping .input-group-btn:last-child > a,
  .charge_rabbit .continue_shopping .input-group .input-group-btn:last-child > a,
  .input-group .charge_rabbit .cancel-subscription-wrapper .input-group-btn:last-child > a,
  .charge_rabbit .cancel-subscription-wrapper .input-group .input-group-btn:last-child > a,
  .input-group .charge_rabbit .input-group-btn:last-child > a.cancel-subscription-link,
  .charge_rabbit .input-group .input-group-btn:last-child > a.cancel-subscription-link {
    border-radius: 0 2px 2px 0; }
  .input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px; }

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group .btn, .input-group .btn--secondary, .input-group input[type="submit"], .input-group .spr-summary-actions-newreview, .input-group .sky-pilot-access-denied a, .sky-pilot-access-denied .input-group a, .input-group .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .input-group a#login_link, .input-group .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .input-group a#signup_link, .input-group .charge_rabbit a.update-card-link, .charge_rabbit .input-group a.update-card-link, .input-group .charge_rabbit a.update-address-link, .charge_rabbit .input-group a.update-address-link, .input-group .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .input-group a, .input-group .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .input-group a, .input-group .charge_rabbit a.cancel-subscription-link, .charge_rabbit .input-group a.cancel-subscription-link,
.input-group .input-group-field {
  height: 37px; }

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap;
  padding: 0; }

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

/*============================================================================
A generic way to visually hide content while
remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.supports-fontface .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.icon:before {
  display: none; }

.supports-fontface .icon:before {
  display: inline;
  font-family: "icons";
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.payment-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default; }
  .payment-icons li {
    margin: 0 8px 8px;
    color: #58595b;
    cursor: default; }
  .payment-icons .icon {
    font-size: 30px;
    line-height: 20px; }
  .payment-icons .fallback-text {
    text-transform: capitalize; }

.social-icons li {
  margin: 0 16px 16px;
  vertical-align: middle; }
  @media screen and (min-width: 481px) {
    .social-icons li {
      margin-left: 0; } }
  .social-icons li .icon {
    font-size: 26px;
    line-height: 20px; }
  .social-icons li a {
    color: #58595b; }
    .social-icons li a:hover {
      color: #3f4041; }

.icon-play {
  width: 97px;
  height: 97px;
  background-image: url("/cdn/shop/t/212/assets/play.svg?v=156265830235339235311647743241");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent; }

/*============================================================================
#Pagination (Including Shopify Product Reviews)
==============================================================================*/
.pagination {
  margin-bottom: 1em; }

/*================ Custom Pagination ================*/
.pagination-custom, .sky-pilot-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 32px;
  border-radius: 2px; }

.pagination-custom > li, .sky-pilot-pagination span {
  display: inline; }

.spr-pagination > div {
  display: inline-block; }

.spr-pagination .spr-pagination-page,
.spr-pagination .spr-pagination-next,
.spr-pagination .spr-pagination-prev {
  display: inline;
  position: relative; }

.pagination-custom > li > a,
.pagination-custom > li > span,
.spr-pagination-page > a,
.spr-pagination-page.is-active,
.spr-pagination .spr-pagination-deco,
.spr-pagination-next > a,
.spr-pagination-prev > a,
.sky-pilot-pagination > span > a {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.42;
  text-decoration: none;
  border: 1px solid #bcbec0; }

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span,
.spr-pagination > div > span:first-child > a,
.spr-pagination > div > span:first-child.is-active,
.sky-pilot-pagination > span:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-custom > li:last-child > a,
.pagination-custom > li:last-child > span,
.spr-pagination > div > span:last-child > a,
.spr-pagination > div > span:last-child.is-active,
.sky-pilot-pagination > span:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination-custom > li > a:hover,
.pagination-custom > li > span:hover,
.pagination-custom > li > a:focus,
.pagination-custom > li > span:focus,
.sky-pilot-pagination > span > a:hover {
  color: #865e2f; }

.pagination-custom > .active > a,
.pagination-custom > .active > span,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span:focus {
  z-index: 2;
  cursor: default;
  color: black; }

.pagination-custom > .disabled > span,
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed; }

.pagination-custom-lg > li > a,
.pagination-custom-lg > li > span {
  padding: 10px 16px;
  font-size: 1.28571em; }

.pagination-custom-lg > li:first-child > a,
.pagination-custom-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-custom-lg > li:last-child > a,
.pagination-custom-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-custom-sm > li > a,
.pagination-custom-sm > li > span {
  padding: 5px 10px;
  font-size: 0.85714em; }

.pagination-custom-sm > li:first-child > a,
.pagination-custom-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-custom-sm > li:last-child > a,
.pagination-custom-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/*============================================================================
#Site Header
==============================================================================*/
.info-bar--upper {
  height: auto !important; }

.info-bar {
  background-color: #FFFFFF;
  color: white;
  padding: 5px 0;
  min-height: 30px; }
  .info-bar a:link {
    color: #000000;
    text-decoration: none; }
  .info-bar a:visited,
  .info-bar a:focus,
  .info-bar a:active,
  .info-bar a:hover {
    color: #000000;
    text-decoration: underline; }
  .info-bar .wrapper, .info-bar .charge_rabbit, .info-bar .sky-pilot {
    position: relative; }
  .info-bar :after {
    position: absolute;
    z-index: 500;
    left: 0;
    top: 0;
    width: 16px;
    height: 25px;
    background-color: #FFFFFF; }

@media screen and (min-width: 480px) {
  .header-message--crowded {
    padding: 2px 80px 0 80px; } }
@media screen and (max-width: 480px) {
  .header-message--crowded {
    padding-top: 25px; } }

.header-account-link {
  float: left;
  position: absolute;
  right: 100px; }

.header-message {
  line-height: 20px;
  margin-bottom: 0; }

.site-header {
  position: relative;
  background-color: white;
  border-bottom: 0px solid #3ab2d2; }

.logo-wrapper {
  max-width: 80%; }

.header-logo {
  text-align: left;
  margin: 0; }
  .header-logo .logo-image {
    max-height: 40px; }
    .header-logo .logo-image.logo-desktop {
      display: none;
      max-height: 50px;
      width: auto; }
      @media screen and (min-width: 1060px) {
        .header-logo .logo-image.logo-desktop {
          display: block; } }
    .header-logo .logo-image.logo-mobile {
      max-height: 60px;
      width: auto; }
      @media screen and (min-width: 1060px) {
        .header-logo .logo-image.logo-mobile {
          display: none; } }
  .header-logo a {
    text-decoration: none;
    color: black; }
  .header-logo a:hover,
  .header-logo a:focus {
    text-decoration: none;
    color: black; }
  .header-logo a,
  .header-logo img {
    display: block; }

/*================ Search bar in header ================*/
.search {
  max-width: 100%;
  margin-bottom: 0;
  display: block; }

.header-search__wrapper {
  position: absolute;
  top: -3px;
  right: 16px; }
  @media screen and (min-width: 480px) {
    .header-search__wrapper {
      right: 32px; } }

.header-search {
  text-align: right;
  background-color: #FFFFF; }
  .header-search .search-bar {
    position: relative;
    z-index: 100;
    height: 26px;
    color: #000;
    font-size: 16px;
    padding: 0 25px 0 0;
    text-align: right;
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
    width: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .header-search .search-bar:focus, .header-search .search-bar:active {
      border: none;
      cursor: text;
      padding: 0;
      margin-right: 24px;
      color: #000;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      box-shadow: none; }
      @media screen and (min-width: 480px) {
        .header-search .search-bar:focus, .header-search .search-bar:active {
          width: 250px;
          border-bottom-color: #000; } }
      @media screen and (max-width: 480px) {
        .header-search .search-bar:focus, .header-search .search-bar:active {
          border-bottom-color: #000;
          width: 480px; } }
  .header-search .search-btn {
    position: absolute;
    top: 0;
    right: 0px;
    height: 26px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 23px;
    background: url("/cdn/shop/t/212/assets/search.svg?v=167253849361905183811647743242");
    background-repeat: no-repeat;
    background-position: right 3px center; }
    .header-search .search-btn:focus, .header-search .search-btn:active {
      outline: none;
      box-shadow: 0 0 5px #154e5e; }
  .header-search .input-group,
  .header-search .input-group-field {
    margin-bottom: 0; }

.lt-ie9 .header-search__wrapper .header-search .search .search-bar,
.lt-ie9 .header-search__wrapper .header-search .search {
  width: 250px !important; }

/*============================================================================
#Site Nav and Dropdowns
==============================================================================*/
.main-menu {
  cursor: default;
  margin-bottom: 0px; }
  .main-menu ul {
    margin: 0; }
  .main-menu li {
    margin: 0;
    display: block; }
  .main-menu a {
    text-decoration: none;
    color: black; }
    .main-menu a:hover, .main-menu a:active, .main-menu a:focus, .main-menu a.nav-focus {
      color: #865e2f; }
  .main-menu a:focus:active {
    transform: translate(0px, 1px); }
  .main-menu .main-menu--active a:focus {
    color: #4d361b; }

.main-menu--active > a {
  color: #44c8f5; }

.main-menu-dropdown {
  background-color: white; }
  .main-menu-dropdown.product-landing-pages {
    width: 100vw;
    left: 0;
    background-color: transparent !important;
    border: none !important;
    top: 43px;
    padding-top: 29px !important; }
    .main-menu-dropdown.product-landing-pages .outer-menu {
      background-color: rgba(0, 0, 0, 0.8) !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      border-radius: 30px;
      max-width: 100%;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      padding: 30px; }
      .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item {
        width: 16.66%;
        max-width: 160px;
        min-width: 120px;
        padding: 0 15px;
        position: relative; }
        .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image {
          width: 100%;
          position: relative;
          transition: opacity 0.3s ease; }
          .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image::after {
            content: "";
            display: block;
            padding-top: 126.81%; }
          .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image .inner-image {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat; }
        .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item a {
          color: #fff;
          font-weight: 700;
          font-size: 18px;
          text-align: center; }
        .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item:hover .outer-image {
          opacity: 0.7; }

.logo-wrapper--image .header-logo {
  line-height: 0; }

/*================ Large / Small Display Logic ================*/
@media screen and (max-width: 768px) {
  .nav--mobile {
    display: block; }

  .nav--desktop {
    position: absolute;
    left: -9999px; } }
@media screen and (min-width: 768px) {
  .nav--desktop {
    position: static; }

  .nav--mobile {
    display: none; } }
.showMobile .nav--mobile {
  display: block; }
.showMobile .nav--desktop {
  position: absolute;
  left: -9999px; }

.showDesktop .nav--desktop {
  position: static; }
.showDesktop .nav--mobile {
  display: none; }

@media (min-width: 769px) {
  .header-cart__wrapper {
    display: none; } }

/*============================================================================
#Small Meganav
==============================================================================*/
.nav--mobile {
  /* Add padding for fat fingers */
  /* Show a plus to expand menu, minus to contract */ }
  .nav--mobile .header-logo {
    padding: 16px 0;
    text-align: center; }
    .nav--mobile .header-logo a, .nav--mobile .header-logo img {
      display: inline-block; }
    .nav--mobile .header-logo .logo-image {
      max-width: 80%; }
  .nav--mobile .logo-wrapper {
    margin-left: 10%; }
  .nav--mobile .mobile-wrapper {
    *zoom: 1;
    position: relative; }
    .nav--mobile .mobile-wrapper:after {
      content: '';
      display: table;
      clear: both; }
  .nav--mobile .header-hamburger,
  .nav--mobile .header-cart {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 25px;
    height: 25px; }
  .nav--mobile .header-hamburger {
    right: 0;
    background: url("/cdn/shop/t/212/assets/nav.svg?v=135257737263320295131647743253") no-repeat left 0 center; }
  .nav--mobile .header-cart {
    left: 0;
    background: url("/cdn/shop/t/212/assets/cart.svg?v=133824659553150712981647743253") no-repeat left 0 center; }
  .nav--mobile .header-cart__bubble {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 19px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: black;
    color: transparent; }
  .nav--mobile .header-menu {
    display: none; }
  .nav--mobile .grandparent.main-menu--expanded > .main-menu-dropdown,
  .nav--mobile .parent.main-menu--expanded > .main-menu-dropdown,
  .nav--mobile .header-menu.main-menu--expanded {
    display: block; }
  .nav--mobile .main-menu--expanded > a {
    color: #865e2f; }
  .nav--mobile .nav-carat {
    padding-right: 9px;
    padding-left: 15px;
    float: right; }
  .nav--mobile .main-menu--expanded > .nav-carat > .plus {
    display: none; }
  .nav--mobile .main-menu--expanded > .nav-carat > .minus {
    display: block; }
  .nav--mobile .nav-carat .minus {
    display: none; }
  .nav--mobile .main-menu li a {
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 16px; }
  .nav--mobile .main-menu > li > a,
  .nav--mobile .grandparent > .main-menu-dropdown > ul > .parent > a,
  .nav--mobile .grandparent > .main-menu-dropdown > ul > .child > a {
    font-family: "agenda", "sans-serif";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8em; }
  .nav--mobile .main-menu li {
    display: block; }
    .nav--mobile .main-menu li:not(:nth-last-child(2)) {
      border-bottom: 1px solid rgba(58, 178, 210, 0.2); }
    .nav--mobile .main-menu li.main-menu--expanded {
      border-bottom: none; }
  .nav--mobile .main-menu-dropdown ul {
    margin-left: 16px; }
  .nav--mobile .meganav_image,
  .nav--mobile .cart-text-link {
    display: none !important; }
  @media screen and (min-width: 768px) {
    .nav--mobile .mobile-wrapper {
      position: initial; }
    .nav--mobile .header-hamburger {
      right: 32px; }
    .nav--mobile .header-cart {
      left: 32px; }
    .nav--mobile .header-cart__bubble {
      left: 51px; }
    .nav--mobile .header-menu {
      position: absolute;
      right: 0;
      background-color: white;
      z-index: 9000;
      border-left: 1px solid #3ab2d2;
      border-bottom: 1px solid #3ab2d2;
      min-width: 400px;
      padding: 32px; }
      .nav--mobile .header-menu.main-menu--expanded {
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight; } }

/* ie8  icon replacement*/
.lt-ie9 .nav--mobile .header-hamburger {
  background: url("/cdn/shop/t/212/assets/nav.png?v=165688430958430171541647743238");
  background-position: right center;
  background-repeat: no-repeat; }

.lt-ie9 .nav--mobile .header-cart {
  background: url("/cdn/shop/t/212/assets/cart.png?v=94528180175066149051647743238");
  background-position: left center;
  background-repeat: no-repeat; }

.lt-ie9 .header-search .search-bar {
  background: url("/cdn/shop/t/212/assets/search.png?v=43674520712438301711647743238");
  background-position: right center;
  background-repeat: no-repeat; }

.lt-ie9 .hero-image-overlay,
.lt-ie9 .collection-image-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*============================================================================
#Large Meganav
==============================================================================*/
.nav--desktop {
  display: table;
  width: 100%;
  /*================ Large MegaNav ================*/
  /*================ Large Dropdown ================*/ }
  .nav--desktop .header-logo {
    margin-bottom: 0; }
  .nav--desktop .logo-wrapper, .nav--desktop .mobile-wrapper {
    float: none;
    display: table-cell;
    vertical-align: middle; }
  .nav--desktop .header-hamburger,
  .nav--desktop .nav-carat,
  .nav--desktop .header-cart__bubble {
    display: none !important; }
  .nav--desktop .header-menu {
    text-align: right; }
  .nav--desktop .main-menu {
    font-size: 1.1em;
    display: inline-block; }
    .nav--desktop .main-menu > li {
      display: inline-block; }
      .nav--desktop .main-menu > li:first-child a {
        padding-left: 0; }
      .nav--desktop .main-menu > li > a {
        display: block;
        margin-left: 32px;
        white-space: nowrap; }
  .nav--desktop .main-menu-dropdown {
    text-align: left; }
    .nav--desktop .main-menu-dropdown li {
      padding-top: 8px; }
  .nav--desktop .header-menu > ul > li > a {
    padding-top: 20px;
    padding-bottom: 20px; }
  .nav--desktop .header-menu.nav-wrapper > ul.desktop-only {
    /* catch the cast where a grandparent has a child */ }
    .nav--desktop .header-menu.nav-wrapper > ul.desktop-only .mega-nav-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      padding-right: 0 !important; }
      .nav--desktop .header-menu.nav-wrapper > ul.desktop-only .mega-nav-grid > li {
        padding-right: 30px; }
    .nav--desktop .header-menu.nav-wrapper > ul.desktop-only .grandparent > .main-menu-dropdown {
      display: none;
      position: absolute;
      background-color: white;
      width: 100%;
      left: 0;
      margin: 0;
      z-index: 500000;
      border-bottom: 1px solid #3ab2d2;
      padding: 0 2rem; }
    .nav--desktop .header-menu.nav-wrapper > ul.desktop-only .grandparent.hover > .main-menu-dropdown {
      display: block; }
    .nav--desktop .header-menu.nav-wrapper > ul.desktop-only .grandparent > .main-menu-dropdown ul {
      /*max-width: $siteWidth;*/
      /*margin: 0 auto;*/
      padding: 10.66667px 0 32px 32px;
      padding-left: 0; }
    .nav--desktop .header-menu.nav-wrapper > ul.desktop-only .grandparent > .main-menu-dropdown > ul {
      padding: 10.66667px 32px 32px 32px;
      padding-left: 0; }
      .nav--desktop .header-menu.nav-wrapper > ul.desktop-only .grandparent > .main-menu-dropdown > ul:first-child {
        padding-left: 1.5rem; }
    .nav--desktop .header-menu.nav-wrapper > ul.desktop-only .grandparent > .main-menu-dropdown > ul > .parent,
    .nav--desktop .header-menu.nav-wrapper > ul.desktop-only .grandparent > .main-menu-dropdown > ul > .child {
      float: left;
      min-height: 1px;
      /*padding-left: $gridGutter;*/
      padding-top: 0px;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .nav--desktop .header-menu.nav-wrapper > ul.desktop-only .grandparent > .main-menu-dropdown > ul > .parent > a,
      .nav--desktop .header-menu.nav-wrapper > ul.desktop-only .grandparent > .main-menu-dropdown > ul > .child > a {
        font-family: "agenda", "sans-serif";
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.8em;
        font-weight: bold; }
  .nav--desktop .meganav_image_wrapper {
    float: right;
    padding-left: 30px;
    padding-top: 10px; }
  .nav--desktop .meganav_image {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .nav--desktop .meganav_image img {
      max-width: 100%;
      max-height: 500px; }
  .nav--desktop ul li a.nav-carat {
    position: absolute;
    right: 10px;
    width: 34px;
    text-align: center;
    font-weight: 900 !important; }
  .nav--desktop .main-menu > .parent:not(.main-menu--expanded) > .main-menu-dropdown {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  @media only screen and (min-width: 768px) {
    .nav--desktop .main-menu > .parent:hover > .main-menu-dropdown,
    .nav--desktop .main-menu > .parent.hover > .main-menu-dropdown,
    .nav--desktop .main-menu > .parent:focus > .main-menu-dropdown,
    .nav--desktop .main-menu > .parent:focus-within > .main-menu-dropdown,
    .nav--desktop .main-menu > .parent:focus-visible > .main-menu-dropdown,
    .nav--desktop .main-menu > .parent:active > .main-menu-dropdown {
      padding: 0 32px 24px 32px;
      background-color: white;
      z-index: 5000;
      border-bottom: 1px solid #3ab2d2;
      border-left: 1px solid #3ab2d2;
      border-right: 1px solid #3ab2d2;
      margin: unset;
      height: auto;
      width: auto;
      clip: unset;
      overflow: visible;
      white-space: unset; }
      .nav--desktop .main-menu > .parent:hover > .main-menu-dropdown.product-landing-pages,
      .nav--desktop .main-menu > .parent.hover > .main-menu-dropdown.product-landing-pages,
      .nav--desktop .main-menu > .parent:focus > .main-menu-dropdown.product-landing-pages,
      .nav--desktop .main-menu > .parent:focus-within > .main-menu-dropdown.product-landing-pages,
      .nav--desktop .main-menu > .parent:focus-visible > .main-menu-dropdown.product-landing-pages,
      .nav--desktop .main-menu > .parent:active > .main-menu-dropdown.product-landing-pages {
        width: 100vw;
        left: 0;
        background-color: transparent !important;
        border: none !important;
        top: 43px;
        padding-top: 29px !important; }
        .nav--desktop .main-menu > .parent:hover > .main-menu-dropdown.product-landing-pages .outer-menu,
        .nav--desktop .main-menu > .parent.hover > .main-menu-dropdown.product-landing-pages .outer-menu,
        .nav--desktop .main-menu > .parent:focus > .main-menu-dropdown.product-landing-pages .outer-menu,
        .nav--desktop .main-menu > .parent:focus-within > .main-menu-dropdown.product-landing-pages .outer-menu,
        .nav--desktop .main-menu > .parent:focus-visible > .main-menu-dropdown.product-landing-pages .outer-menu,
        .nav--desktop .main-menu > .parent:active > .main-menu-dropdown.product-landing-pages .outer-menu {
          background-color: rgba(0, 0, 0, 0.8) !important;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-around;
          border-radius: 30px;
          max-width: 100%;
          width: auto;
          margin-left: auto;
          margin-right: auto;
          padding: 30px; }
          .nav--desktop .main-menu > .parent:hover > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item,
          .nav--desktop .main-menu > .parent.hover > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item,
          .nav--desktop .main-menu > .parent:focus > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item,
          .nav--desktop .main-menu > .parent:focus-within > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item,
          .nav--desktop .main-menu > .parent:focus-visible > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item,
          .nav--desktop .main-menu > .parent:active > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item {
            width: 16.66%;
            max-width: 160px;
            min-width: 120px;
            padding: 0 15px;
            position: relative; }
            .nav--desktop .main-menu > .parent:hover > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image,
            .nav--desktop .main-menu > .parent.hover > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image,
            .nav--desktop .main-menu > .parent:focus > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image,
            .nav--desktop .main-menu > .parent:focus-within > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image,
            .nav--desktop .main-menu > .parent:focus-visible > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image,
            .nav--desktop .main-menu > .parent:active > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image {
              width: 100%;
              position: relative;
              transition: opacity 0.3s ease; }
              .nav--desktop .main-menu > .parent:hover > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image::after,
              .nav--desktop .main-menu > .parent.hover > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image::after,
              .nav--desktop .main-menu > .parent:focus > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image::after,
              .nav--desktop .main-menu > .parent:focus-within > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image::after,
              .nav--desktop .main-menu > .parent:focus-visible > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image::after,
              .nav--desktop .main-menu > .parent:active > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image::after {
                content: "";
                display: block;
                padding-top: 126.81%; }
              .nav--desktop .main-menu > .parent:hover > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image .inner-image,
              .nav--desktop .main-menu > .parent.hover > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image .inner-image,
              .nav--desktop .main-menu > .parent:focus > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image .inner-image,
              .nav--desktop .main-menu > .parent:focus-within > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image .inner-image,
              .nav--desktop .main-menu > .parent:focus-visible > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image .inner-image,
              .nav--desktop .main-menu > .parent:active > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item .outer-image .inner-image {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-position: center center;
                background-size: contain;
                background-repeat: no-repeat; }
            .nav--desktop .main-menu > .parent:hover > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item a,
            .nav--desktop .main-menu > .parent.hover > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item a,
            .nav--desktop .main-menu > .parent:focus > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item a,
            .nav--desktop .main-menu > .parent:focus-within > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item a,
            .nav--desktop .main-menu > .parent:focus-visible > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item a,
            .nav--desktop .main-menu > .parent:active > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item a {
              color: #fff;
              font-weight: 700;
              font-size: 18px;
              text-align: center; }
            .nav--desktop .main-menu > .parent:hover > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item:hover .outer-image,
            .nav--desktop .main-menu > .parent.hover > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item:hover .outer-image,
            .nav--desktop .main-menu > .parent:focus > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item:hover .outer-image,
            .nav--desktop .main-menu > .parent:focus-within > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item:hover .outer-image,
            .nav--desktop .main-menu > .parent:focus-visible > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item:hover .outer-image,
            .nav--desktop .main-menu > .parent:active > .main-menu-dropdown.product-landing-pages .outer-menu .landing-nav-item:hover .outer-image {
              opacity: 0.7; } }

/*================ Landing Page Links Mobile ================*/
.nav--desktop .main-menu ul.landing-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .nav--desktop .main-menu ul.landing-pages .landing-link-wrapper {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-top: 7.5px;
    margin-bottom: 7.5px; }
    .nav--desktop .main-menu ul.landing-pages .landing-link-wrapper img {
      height: 80px; }
    .nav--desktop .main-menu ul.landing-pages .landing-link-wrapper .landing-title-link {
      line-height: 1;
      padding: 0 !important;
      text-align: center; }

/*============================================================================
#Site Homepage
==============================================================================*/
.template-index .product__related {
  display: none; }

.template-index .main-content {
  padding-bottom: 0px; }

.template-index .site-footer-wrapper {
  margin-top: 0; }

/*================ Spacing ================*/
.homepage-page,
.homepage-blog,
.homepage-product,
.homepage-instagram {
  padding-top: 96px;
  padding-bottom: 96px; }

.homepage-page--wide {
  padding-bottom: 96px; }
  .homepage-page--wide .rte img {
    width: 100%; }

.homepage-collection {
  padding-top: 96px;
  padding-bottom: 64px; }

.homepage-logos {
  padding-top: 64px;
  padding-bottom: 64px; }

.homepage--white:not(.homepage-image) + .homepage--white,
.homepage--light:not(.homepage-image) + .homepage--light,
.homepage--splash:not(.homepage-image) + .homepage--splash,
.homepage--dark:not(.homepage-image) + .homepage--dark {
  padding-top: 0px; }

/*================ Titles ================*/
.home__title {
  margin-bottom: 16px; }
  @media screen and (max-width: 480px) {
    .home__title {
      font-size: 2em; } }

.home__subtitle {
  text-align: center;
  font-weight: bold;
  opacity: 0.75;
  font-size: 1em;
  padding-bottom: 16px;
  margin-bottom: 32px;
  position: relative; }
  .home__subtitle::after {
    content: "";
    margin: auto;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.2; }

a .home__title,
a .home__subtitle {
  text-decoration: none; }

.homepage-image.homepage--white a .home__title,
.homepage-image.homepage--white a .home__subtitle {
  color: #ffffff; }

.homepage-image.homepage--light a .home__title,
.homepage-image.homepage--light a .home__subtitle {
  color: white; }

.homepage-image.homepage--splash a .home__title,
.homepage-image.homepage--splash a .home__subtitle {
  color: #865e2f; }

.homepage-image.homepage--dark a .home__title,
.homepage-image.homepage--dark a .home__subtitle {
  color: #2e3438; }

/*================ Colors ================*/
.homepage--white {
  background-color: #fff; }

.homepage--light {
  background-color: white; }

.homepage--splash {
  background-color: #865e2f; }

.homepage--dark {
  background-color: #2e3438; }

.homepage-product .product-page {
  background-color: transparent; }

.homepage-image.homepage--white {
  color: #ffffff;
  background-color: transparent; }

.homepage-image.homepage--light {
  color: white;
  background-color: transparent; }

.homepage-image.homepage--splash {
  color: #865e2f;
  background-color: transparent; }

.homepage-image.homepage--dark {
  color: #2e3438;
  background-color: transparent; }

.homepage--splash,
.homepage--dark {
  color: #fff; }
  .homepage--splash .on-sale,
  .homepage--splash .figcaption a,
  .homepage--splash .js-qty__adjust,
  .homepage--splash .ajaxcart__qty-adjust,
  .homepage--splash .js-qty input[type="text"],
  .homepage--splash .figcaption a .price_wrapper,
  .homepage--splash .ajaxcart__qty input[type="text"],
  .homepage--splash input, .homepage--splash textarea, .homepage--splash button, .homepage--splash select,
  .homepage--dark .on-sale,
  .homepage--dark .figcaption a,
  .homepage--dark .js-qty__adjust,
  .homepage--dark .ajaxcart__qty-adjust,
  .homepage--dark .js-qty input[type="text"],
  .homepage--dark .figcaption a .price_wrapper,
  .homepage--dark .ajaxcart__qty input[type="text"],
  .homepage--dark input,
  .homepage--dark textarea,
  .homepage--dark button,
  .homepage--dark select {
    color: #fff; }
  .homepage--splash .on-sale .compare-at,
  .homepage--dark .on-sale .compare-at {
    color: rgba(255, 255, 255, 0.5); }
  .homepage--splash .btn--clear,
  .homepage--dark .btn--clear {
    color: white;
    border: 1px solid white; }
  .homepage--splash .btn--clear.disabled,
  .homepage--dark .btn--clear.disabled {
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.3); }
  .homepage--splash .blog__article,
  .homepage--dark .blog__article {
    background-color: #fff;
    color: black;
    border: none; }

.homepage--splash .blog__article .btn--splash {
  background-color: #604422; }
  .homepage--splash .blog__article .btn--splash:hover {
    background-color: #4d361b; }

.homepage-image.homepage--white .btn--clear {
  color: #fff;
  border: 1px solid #fff; }
  .homepage-image.homepage--white .btn--clear:hover, .homepage-image.homepage--white .btn--clear:focus, .homepage-image.homepage--white .btn--clear:active {
    color: #000;
    background-color: #fff; }

.homepage-image.homepage--light .btn--clear {
  color: white;
  border: 1px solid white; }
  .homepage-image.homepage--light .btn--clear:hover, .homepage-image.homepage--light .btn--clear:focus, .homepage-image.homepage--light .btn--clear:active {
    color: #2e3438;
    background-color: white; }

.homepage-image.homepage--splash .btn--clear {
  color: #865e2f;
  border: 1px solid #865e2f; }
  .homepage-image.homepage--splash .btn--clear:hover, .homepage-image.homepage--splash .btn--clear:focus, .homepage-image.homepage--splash .btn--clear:active {
    color: #ffffff;
    background-color: #865e2f; }

.homepage-image.homepage--dark .btn--clear {
  color: #2e3438;
  border: 1px solid #2e3438; }
  .homepage-image.homepage--dark .btn--clear:hover, .homepage-image.homepage--dark .btn--clear:focus, .homepage-image.homepage--dark .btn--clear:active {
    color: #ffffff;
    background-color: #2e3438; }

/*================ Shared Image Classes ================*/
.homepage-image {
  overflow: hidden;
  position: relative; }

.background-size-cover {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.responsive-wide-image {
  width: 100%;
  display: block; }

.content--centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 100; }

.ie9 .content--centered {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.use_screen_full {
  height: 100vh; }

.use_screen_three_quarters {
  height: 75vh; }

.use_screen_two_thirds {
  height: 66vh; }

.use_screen_one_half {
  height: 50vh; }

.image--flex {
  max-width: 100%;
  zoom: 50%;
  -moz-transform: scale(0.5); }

.title--flex {
  margin-bottom: 0.5em;
  margin-bottom: 16px; }

.content--flex {
  margin-bottom: 1.5em; }

@media screen and (max-width: 768px) {
  .title--flex {
    font-size: 2em; }

  .content--flex {
    font-size: 1.3em; } }
.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.homepage--white .image-overlay,
.homepage--light .image-overlay {
  background-color: #000; }

.homepage--splash .image-overlay,
.homepage--dark .image-overlay {
  background-color: #FFF; }

.image-overlay-0 {
  opacity: 0; }

.image-overlay-5 {
  opacity: 0.05; }

.image-overlay-10 {
  opacity: 0.10; }

.image-overlay-15 {
  opacity: 0.15; }

.image-overlay-20 {
  opacity: 0.20; }

.image-overlay-25 {
  opacity: 0.35; }

.image-overlay-30 {
  opacity: 0.30; }

.image-overlay-35 {
  opacity: 0.35; }

.image-overlay-40 {
  opacity: 0.40; }

.image-overlay-45 {
  opacity: 0.45; }

.image-overlay-50 {
  opacity: 0.50; }

.image-overlay-55 {
  opacity: 0.55; }

.image-overlay-60 {
  opacity: 0.60; }

.image-overlay-65 {
  opacity: 0.65; }

.image-overlay-70 {
  opacity: 0.70; }

.image-overlay-75 {
  opacity: 0.75; }

.image-overlay-80 {
  opacity: 0.80; }

.image-overlay-85 {
  opacity: 0.85; }

.image-overlay-90 {
  opacity: 0.90; }

.image-overlay-95 {
  opacity: 0.95; }

.image-overlay-100 {
  opacity: 1; }

/*================ Video ================*/
.homepage-video__play {
  margin-top: .5em; }

.homepage-video__play {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  @media screen and (max-width: 768px) {
    .homepage-video__play .icon-play {
      height: 80px;
      width: 66px;
      background-size: 66px 66px; } }
  .homepage-video__play:hover {
    opacity: 0.75; }
  .homepage-video__play:focus, .homepage-video__play:active {
    outline: none; }

/*=== Hero Scroll ==*/
.scroll_icon_wrap {
  text-align: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400; }
  @media screen and (max-width: 480px) {
    .scroll_icon_wrap {
      display: none; } }

.scroll_link {
  display: block;
  position: absolute;
  text-align: center;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  bottom: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  height: 60px; }
  .scroll_link:hover .scroll_icon {
    opacity: 1; }

.scroll_icon {
  opacity: 0.7;
  background: url("/cdn/shop/t/212/assets/arrow-down.svg?v=174066690614437245741647743253") no-repeat center bottom;
  background-size: 26px 14px;
  width: 26px;
  height: 14px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -13px; }

.homepage-image #scroll {
  position: absolute;
  bottom: 0; }

.bloop {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation: bloop 1.8s infinite;
  -webkit-animation: bloop 1.8s infinite; }

@-webkit-keyframes bloop {
  from, 20%, 30%, 40%, 50%, 60%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  15% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }

  25% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0); }

  35% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }

  45% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); } }

@keyframes bloop {
  from, 20%, 30%, 40%, 50%, 60%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  15% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }

  25% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0); }

  35% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }

  45% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); } }

/*================ Page ================*/
.homepage-page hr {
  width: 75%;
  margin-left: 12%; }

.homepage-page__content {
  text-align: center;
  font-size: 1.2em; }

/*================ Instagram ================*/
.instagram--square {
  position: absolute;
  display: block;
  border-width: 1px;
  border-style: solid;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }

@media only screen and (max-width: 480px) {
  .instagram--square.small--one-half {
    width: 50%;
    height: 50vw; }

  .instagram--square.small--one-third {
    width: 33.333%;
    height: 33.333vw; }

  .instagram--square.small--one-quarter {
    width: 25%;
    height: 25vw; }

  .instagram--square.small--one-fifth {
    width: 20%;
    height: 20vw; }

  .instagram--square.small--one-sixth {
    width: 16.666%;
    height: 16.666vw; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .instagram--square.medium--one-half {
    width: 50%;
    height: 50vw; }

  .instagram--square.medium--one-third {
    width: 33.333%;
    height: 33.333vw; }

  .instagram--square.medium--one-quarter {
    width: 25%;
    height: 25vw; }

  .instagram--square.medium--one-fifth {
    width: 20%;
    height: 20vw; }

  .instagram--square.medium--one-sixth {
    width: 16.666%;
    height: 16.666vw; } }
@media only screen and (max-width: 768px) {
  .instagram--square.medium-down--one-half {
    width: 50%;
    height: 50vw; }

  .instagram--square.medium-down--one-third {
    width: 33.333%;
    height: 33.333vw; }

  .instagram--square.medium-down--one-quarter {
    width: 25%;
    height: 25vw; }

  .instagram--square.medium-down--one-fifth {
    width: 20%;
    height: 20vw; }

  .instagram--square.medium-down--one-sixth {
    width: 16.666%;
    height: 16.666vw; } }
@media only screen and (min-width: 769px) {
  .instagram--square.large--one-half {
    width: 50%;
    height: 50vw; }

  .instagram--square.large--one-third {
    width: 33.333%;
    height: 33.333vw; }

  .instagram--square.large--one-quarter {
    width: 25%;
    height: 25vw; }

  .instagram--square.large--one-fifth {
    width: 20%;
    height: 20vw; }

  .instagram--square.large--one-sixth {
    width: 16.666%;
    height: 16.666vw; } }
.homepage--dark .instagram--square {
  border-color: #2e3438; }

.homepage--light .instagram--square {
  border-color: white; }

.homepage--splash .instagram--square {
  border-color: #865e2f; }

.homepage--white .instagram--square {
  border-color: #fff; }

.homepage-instagram .grid-uniform {
  margin-left: 0; }
.homepage-instagram a {
  position: relative;
  color: white;
  text-align: center;
  font-size: 2em; }
.homepage-instagram a:hover::after {
  content: '';
  background-color: black;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
.homepage-instagram .icon {
  position: absolute;
  z-index: 200;
  bottom: 5px;
  width: 27px;
  height: 27px;
  left: 50%;
  margin-left: -12px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.homepage-instagram a:hover .icon {
  opacity: 1;
  bottom: 47%; }
.homepage-instagram a img {
  display: block; }

/*============================================================================
#Site Footer
==============================================================================*/
.site-footer-wrapper {
  position: relative;
  margin-top: 64px;
  background-color: #f7f7f7;
  color: #58595b;
  text-align: left; }
  .site-footer-wrapper hr {
    border-top: 1px solid rgba(88, 89, 91, 0.5); }
  .site-footer-wrapper a {
    color: #58595b; }
    .site-footer-wrapper a:hover {
      color: rgba(88, 89, 91, 0.9); }

.footer-logo {
  position: absolute;
  left: 50%; }
  .footer-logo img {
    max-width: 120px;
    max-height: 80px; }

.footer-logo img {
  z-index: 100;
  position: relative; }

.site-footer {
  padding-top: 15px;
  padding-bottom: 32px; }

.lt-ie9 .site-footer {
  border-top: 64px solid #f7f7f7; }

.footer-quicklinks li {
  margin: 0 0 16px 0; }

.footer-secondary,
.footer-quicklinks {
  font-family: "agenda", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em; }
  .footer-secondary a,
  .footer-quicklinks a {
    text-decoration: none; }
    .footer-secondary a:hover, .footer-secondary a:active, .footer-secondary a:focus,
    .footer-quicklinks a:hover,
    .footer-quicklinks a:active,
    .footer-quicklinks a:focus {
      text-decoration: underline; }

.footer-secondary-wrapper {
  text-align: center;
  position: relative; }

.footer-secondary {
  margin-bottom: 0; }

.footer-social,
.footer-payment {
  font-family: "agenda", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  margin-bottom: 0px;
  display: inline-block; }
  .footer-social a,
  .footer-payment a {
    text-decoration: none; }
  @media screen and (max-width: 769px) {
    .footer-social,
    .footer-payment {
      margin: 32px 0 0 0;
      text-align: center; } }

@media screen and (min-width: 769px) {
  .footer-secondary li {
    margin: 48px 16px 0 16px; }

  .footer-social li, .footer-payment li {
    margin: 48px 8px 0 8px; } }
.footer-social, .footer-payment, .footer-secondary {
  line-height: 2.5em; }
  .footer-social li, .footer-payment li, .footer-secondary li {
    margin: 16px 8px 0 8px; }

.newsletter-form {
  padding: 5px;
  border-radius: 2px; }
  .newsletter-form input {
    border: none; }
    .newsletter-form input:active, .newsletter-form input:focus {
      border: none;
      box-shadow: none; }

.input-group.newsletter-form .input-group-btn .btn, .input-group.newsletter-form .input-group-btn .btn--secondary, .input-group.newsletter-form .input-group-btn input[type="submit"], .input-group.newsletter-form .input-group-btn .spr-summary-actions-newreview, .input-group.newsletter-form .input-group-btn .sky-pilot-access-denied a, .sky-pilot-access-denied .input-group.newsletter-form .input-group-btn a, .input-group.newsletter-form .input-group-btn .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .input-group.newsletter-form .input-group-btn a#login_link, .input-group.newsletter-form .input-group-btn .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .input-group.newsletter-form .input-group-btn a#signup_link, .input-group.newsletter-form .input-group-btn .charge_rabbit a.update-card-link, .charge_rabbit .input-group.newsletter-form .input-group-btn a.update-card-link, .input-group.newsletter-form .input-group-btn .charge_rabbit a.update-address-link, .charge_rabbit .input-group.newsletter-form .input-group-btn a.update-address-link, .input-group.newsletter-form .input-group-btn .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .input-group.newsletter-form .input-group-btn a, .input-group.newsletter-form .input-group-btn .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .input-group.newsletter-form .input-group-btn a, .input-group.newsletter-form .input-group-btn .charge_rabbit a.cancel-subscription-link, .charge_rabbit .input-group.newsletter-form .input-group-btn a.cancel-subscription-link {
  border-radius: 2px; }

/*============================================================================
#Product and Collection Grids
==============================================================================*/
.on-sale {
  color: #865e2f; }
  .on-sale .compare-at {
    margin-top: 16px;
    /* text-decoration: line-through !important; */
    color: rgba(0, 0, 0, 0.5); }
  .on-sale .compare-at span {
    text-decoration: line-through !important; }

.figcaption a {
  text-decoration: none; }

.product__arrows {
  padding-bottom: 32px; }

.product-grid-item {
  display: block;
  position: relative;
  margin-bottom: 32px; }

.name_wrapper {
  font-family: "agenda", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em; }

a .price_wrapper {
  color: black; }

.product__related {
  margin-bottom: 64px; }

/*================ Collection ================*/
.product-grid-item .figcaption {
  text-align: center; }

.product-grid-item .figcaption.hover .price_wrapper p,
.product-grid-item .figcaption.hover .name_wrapper p {
  margin-bottom: 8px; }

@media screen and (max-width: 769px) {
  .product-grid-item .figcaption.hover {
    position: relative;
    padding: 16px 0; } }
@media screen and (min-width: 769px) {
  .product-grid-item .figcaption.hover .price_wrapper p,
  .product-grid-item .figcaption.hover .name_wrapper p {
    margin-bottom: 8px; }

  .product-grid-item .figcaption.hover {
    padding: 16px 0; }

  /*  .product-grid-item .figcaption.hover .price_wrapper{
      opacity: 0;
      -ms-transform: translate(0px,10px);
      -webkit-transform: translate(0px,10px);
      transform: translate(0px,10px);
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }
    .product-grid-item:hover .figcaption.hover .price_wrapper{
      opacity: 1;
      -ms-transform: translate(0px,0px);
      -webkit-transform: translate(0px,0px);
      transform: translate(0px,0px);
    }
    .lt-ie9 .product-grid-item .figcaption.hover .price_wrapper{
      opacity: 1;
    }*/ }
.product-grid-item .figcaption.under {
  position: relative;
  padding: 16px 0; }

label.quatity-selector {
  position: absolute;
  top: -20px; }

/*=== Sensible heights for product grid images ===*/
.product-grid-item {
  text-align: center; }

.grid__image {
  display: block; }

.lt-ie9 .grid__image img,
.ie9 .grid__image img {
  top: 0; }

html:not(.lt-ie9) {
  /* Small */
  /* Medium */
  /* Large */
  /* XL */
  /* Double XL */ }
  html:not(.lt-ie9) .grid__image img {
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media screen and (max-width: 480px) {
    html:not(.lt-ie9) .small--one-whole > .grid__image {
      height: auto !important; }
      html:not(.lt-ie9) .small--one-whole > .grid__image img {
        max-height: none;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  @media only screen and (min-width: 481px) and (max-width: 768px) {
    html:not(.lt-ie9) .medium--one-whole > .grid__image {
      height: auto !important; }
      html:not(.lt-ie9) .medium--one-whole > .grid__image img {
        max-height: none;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  @media screen and (min-width: 769px) {
    html:not(.lt-ie9) .large--one-whole > .grid__image {
      height: auto !important; }
      html:not(.lt-ie9) .large--one-whole > .grid__image img {
        max-height: none;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  @media screen and (max-width: 480px) {
    html:not(.lt-ie9) .small--one-half .grid__image,
    html:not(.lt-ie9) .small--one-third .grid__image,
    html:not(.lt-ie9) .medium--one-half .grid__image,
    html:not(.lt-ie9) .medium--one-third .grid__image,
    html:not(.lt-ie9) .medium--one-quarter .grid__image,
    html:not(.lt-ie9) .medium--one-fifth .grid__image,
    html:not(.lt-ie9) .medium--one-sixth .grid__image,
    html:not(.lt-ie9) .large--one-half .grid__image,
    html:not(.lt-ie9) .large--one-third .grid__image,
    html:not(.lt-ie9) .large--one-quarter .grid__image,
    html:not(.lt-ie9) .large--one-fifth .grid__image,
    html:not(.lt-ie9) .large--one-sixth .grid__image,
    html:not(.lt-ie9) .one-half .grid__image,
    html:not(.lt-ie9) .one-third .grid__image,
    html:not(.lt-ie9) .one-quarter .grid__image,
    html:not(.lt-ie9) .one-fifth .grid__image,
    html:not(.lt-ie9) .one-sixth .grid__image {
      height: 240px; }
    html:not(.lt-ie9) .small--one-half .grid__image {
      height: 208px; }
    html:not(.lt-ie9) .small--one-third .grid__image {
      height: 128px; }
    html:not(.lt-ie9) .small--one-quarter .grid__image {
      height: 88px; }
    html:not(.lt-ie9) .small--one-fifth .grid__image {
      height: 64px; }
    html:not(.lt-ie9) .small--one-sixth .grid__image {
      height: 48px; } }
  @media only screen and (min-width: 481px) and (max-width: 768px) {
    html:not(.lt-ie9) .medium--one-half .grid__image,
    html:not(.lt-ie9) .one-half .grid__image {
      height: 208px; }
    html:not(.lt-ie9) .medium--one-third .grid__image,
    html:not(.lt-ie9) .one-third .grid__image {
      height: 128px; }
    html:not(.lt-ie9) .medium--one-quarter .grid__image,
    html:not(.lt-ie9) .one-quarter .grid__image {
      height: 88px; }
    html:not(.lt-ie9) .medium--one-fifth .grid__image,
    html:not(.lt-ie9) .one-fifth .grid__image {
      height: 64px; }
    html:not(.lt-ie9) .medium--one-sixth .grid__image,
    html:not(.lt-ie9) .one-sixth .grid__image {
      height: 48px; } }
  @media only screen and (min-width: 769px) and (max-width: 960px) {
    html:not(.lt-ie9) .large--one-half .grid__image,
    html:not(.lt-ie9) .one-half .grid__image {
      height: 352px; }
    html:not(.lt-ie9) .large--one-third .grid__image,
    html:not(.lt-ie9) .one-third .grid__image {
      height: 224px; }
    html:not(.lt-ie9) .large--one-quarter .grid__image,
    html:not(.lt-ie9) .one-quarter .grid__image {
      height: 160px; }
    html:not(.lt-ie9) .large--one-fifth .grid__image,
    html:not(.lt-ie9) .one-fifth .grid__image {
      height: 121.6px; }
    html:not(.lt-ie9) .large--one-sixth .grid__image,
    html:not(.lt-ie9) .one-sixth .grid__image {
      height: 96px; } }
  @media screen and (min-width: 960px) {
    html:not(.lt-ie9) .large--one-half .grid__image,
    html:not(.lt-ie9) .one-half .grid__image {
      height: 448px; }
    html:not(.lt-ie9) .large--one-third .grid__image,
    html:not(.lt-ie9) .one-third .grid__image {
      height: 288px; }
    html:not(.lt-ie9) .large--one-quarter .grid__image,
    html:not(.lt-ie9) .one-quarter .grid__image {
      height: 208px; }
    html:not(.lt-ie9) .large--one-fifth .grid__image,
    html:not(.lt-ie9) .one-fifth .grid__image {
      height: 160px; }
    html:not(.lt-ie9) .large--one-sixth .grid__image,
    html:not(.lt-ie9) .one-sixth .grid__image {
      height: 128px; } }
  @media screen and (min-width: 1120px) {
    html:not(.lt-ie9) .large--one-half .grid__image,
    html:not(.lt-ie9) .one-half .grid__image {
      height: 528px; }
    html:not(.lt-ie9) .large--one-third .grid__image,
    html:not(.lt-ie9) .one-third .grid__image {
      height: 341.33333px; }
    html:not(.lt-ie9) .large--one-quarter .grid__image,
    html:not(.lt-ie9) .one-quarter .grid__image {
      height: 248px; }
    html:not(.lt-ie9) .large--one-fifth .grid__image,
    html:not(.lt-ie9) .one-fifth .grid__image {
      height: 192px; }
    html:not(.lt-ie9) .large--one-sixth .grid__image,
    html:not(.lt-ie9) .one-sixth .grid__image {
      height: 154.66667px; } }

/*============================================================================
#Collections
==============================================================================*/
.filter--active {
  font-weight: bold; }

.collection-image {
  background-size: cover;
  background-position: center center;
  color: white;
  position: relative;
  margin-bottom: 64px; }
  .collection-image .collection-title {
    padding: 160px 0;
    z-index: 100;
    position: relative; }
    .collection-image .collection-title .collection-text--headline, .collection-image .collection-title .collection-text--body {
      margin-bottom: 0; }
    .collection-image .collection-title .collection-text--headline {
      margin-top: 0; }
    .collection-image .collection-title .collection-text--body {
      margin-top: .75em; }

.collection-title {
  padding-top: 64px; }

.collection-image-overlay {
  background-color: black;
  opacity: 0.15;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.collection__sort {
  padding: 16px 0;
  border-bottom: 1px solid #bcbec0;
  font-size: 0.85em; }

/* Set thickness of active-state marker */
.collection-nav {
  margin-bottom: 32px; }
  .collection-nav .collection-nav--active > a {
    border-left: 3px solid #bcbec0; }
  .collection-nav > li {
    margin-bottom: 10.66667px;
    padding: 0px; }
    .collection-nav > li a {
      padding-left: 10.66667px;
      margin-left: -13px;
      text-decoration: none;
      border-left: 3px solid transparent; }
      .collection-nav > li a:hover {
        border-left: 3px solid #865e2f; }
  @media screen and (max-width: 768px) {
    .collection-nav {
      border-top: 1px solid #bcbec0;
      margin-top: 10px;
      padding-top: 10px; } }

.collection-nav--child {
  margin-left: 13px; }
  .collection-nav--child > li {
    margin-bottom: 8px; }
    .collection-nav--child > li > a {
      border-left: 3px solid rgba(188, 190, 192, 0.2); }

.collection-list-item:not(first-child) {
  border-bottom: 1px solid #bcbec0;
  padding-top: 2rem; }

/*============================================================================
#Breadcrumbs
==============================================================================*/
.breadcrumb {
  margin-bottom: 32px;
  margin-top: auto;
  font-size: 0.7em;
  font-family: "agenda", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em; }
  .breadcrumb a,
  .breadcrumb span {
    display: inline-block;
    /*padding: 1rem 0;*/
    /*margin-right: 7px;*/
    text-decoration: none; }
    .breadcrumb a:first-child,
    .breadcrumb span:first-child {
      padding-left: 0; }
  .breadcrumb a:hover {
    text-decoration: underline; }

/*============================================================================
#Product Page
==============================================================================*/
.template-product .main-content {
  padding-bottom: 0; }
.template-product .site-footer-wrapper {
  margin-top: 0; }

.product-page {
  padding-top: 0;
  padding-bottom: 32px;
  background-color: #ffffff; }

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

.selector-wrapper {
  margin-top: 1rem; }

.selector-wrapper select {
  margin: 0;
  border-radius: 0; }

.product__slides {
  margin-bottom: 32px;
  overflow-y: hidden; }
  .product__slides a, .product__slides img {
    display: block;
    margin: 0 auto; }
  .product__slides li {
    margin-bottom: 32px; }

@media screen and (max-width: 768px) {
  .product__photo,
  .product__photo img {
    max-height: 480px; } }
@media screen and (min-width: 768px) {
  .product__photo,
  .product__photo img {
    max-height: 720px; } }

.product__slides .product__photo--additional {
  display: none; }

.product__slides.slick-initialized .product__photo--additional {
  display: block; }

.share {
  padding-bottom: 32px; }

.share__link {
  text-decoration: none;
  margin-left: 16px;
  margin-right: 16px; }

.vendor__link a {
  text-decoration: none; }

.product-description--below {
  margin-top: 64px; }

/*============================================================================
#Blogs and Comments
==============================================================================*/
.blog__link {
  text-decoration: none;
  color: inherit; }
  .blog__link .blog__article--image .blog__article__title {
    -webkit-transition: transform 0.15s ease-out;
    -moz-transition: transform 0.15s ease-out;
    -ms-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out; }
  .blog__link:hover {
    color: inherit; }
    .blog__link:hover .blog__article__title {
      color: #3a2915; }
    .blog__link:hover .blog__article--image .blog__article__title {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

.blog__article-image {
  background-size: cover;
  background-position: center center;
  height: 400px; }
  @media screen and (max-width: 480px) {
    .blog__article-image {
      height: 250px; } }

.blog__article {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 32px;
  margin-bottom: 32px; }
  @media screen and (max-width: 480px) {
    .blog__article {
      padding-left: 16px;
      padding-right: 16px; } }
  .blog__article .btn--full {
    margin-bottom: -37px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .blog__article .share {
    padding-top: 16px;
    padding-bottom: 0px; }

.blog__article-header-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  padding: 192px 32px 32px 32px;
  margin-top: -32px;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .blog__article-header-image {
      padding: 96px 16px 16px 16px; } }
  .blog__article-header-image a {
    color: #fff; }
  .blog__article-header-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

.blog__article--over-image {
  border: none;
  margin-top: -170px;
  background-color: #fff;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .blog__article--over-image {
      margin-top: -100px; } }

.blog__article--card {
  margin-bottom: 0;
  margin-top: 32px; }
  .blog__article--card .blog__article__content {
    margin: 0;
    min-height: 200px; }

.blog__article--image {
  background-size: cover;
  background-position: center center;
  z-index: 0;
  position: relative;
  border: none; }
  .blog__article--image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

.blog__article--image .blog__article__content {
  display: table; }
  .blog__article--image .blog__article__content .blog__article__title {
    display: table-cell;
    vertical-align: bottom;
    color: white; }
    .blog__article--image .blog__article__content .blog__article__title a {
      color: white; }

.banner, .blog__article-header-image,
.blog__article .btn--full {
  margin-left: -32px;
  width: calc(100% + 60px);
  position: relative;
  max-width: none; }
  @media screen and (max-width: 480px) {
    .banner, .blog__article-header-image,
    .blog__article .btn--full {
      width: calc(100% + 30px);
      margin-left: -16px; } }

.blog__article header {
  text-align: center;
  margin-bottom: 32px; }
  .blog__article header .accent {
    opacity: 0.6; }

.blog__article footer {
  margin-bottom: 32px; }

.blog__sidebar {
  position: relative; }

.blog__rss {
  position: absolute;
  top: 5px;
  right: 0; }

.blog__article__content {
  margin-top: 16px; }

.blog__comments {
  text-decoration: none; }
  .blog__comments em {
    color: rgba(0, 0, 0, 0.5); }
  .blog__comments:hover {
    text-decoration: underline; }

.blog__tag {
  text-decoration: none;
  position: relative;
  color: white;
  background-color: #865e2f;
  border-radius: 2px;
  padding: 5.33333px 5.33333px 5.33333px 16px;
  margin-bottom: 16px;
  margin-bottom: 3px;
  display: inline-block;
  font-family: "agenda", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em; }
  .blog__tag:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 11px;
    left: 5px;
    background-color: white; }

.comment {
  margin-bottom: 32px; }
  .comment + .comment {
    border-top: 1px solid rgba(188, 190, 192, 0.1);
    padding-top: 32px; }

/* blog customization EO 6-12-20 */
.blog-cta-container {
  max-width: 250px;
  display: block;
  margin: 10px auto;
  min-width: 15rem;
  border-radius: 10px;
  padding: .5rem 2rem;
  background-color: #f7941e; }

a.blog-cta-link {
  text-decoration: none; }

p.blog-cta-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 auto;
  text-align: center; }

/*============================================================================
#Notes and Form Feedback
==============================================================================*/
.note,
.errors {
  border-radius: 2px;
  padding: 6px 12px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  font-size: 0.9em;
  text-align: left; }
  .note ul,
  .note ol,
  .errors ul,
  .errors ol {
    margin-top: 0;
    margin-bottom: 0; }
  .note li:last-child,
  .errors li:last-child {
    margin-bottom: 0; }
  .note p,
  .errors p {
    margin-bottom: 0; }

.note {
  border-color: #bcbec0; }

.errors ul {
  list-style: disc outside;
  margin-left: 20px; }

.form-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a; }
  .form-success a {
    color: #56ad6a;
    text-decoration: underline; }
    .form-success a:hover {
      text-decoration: none; }

.form-error,
.errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e; }
  .form-error a,
  .errors a {
    color: #d02e2e;
    text-decoration: underline; }
    .form-error a:hover,
    .errors a:hover {
      text-decoration: none; }

/*============================================================================
#Cart Page
==============================================================================*/
.cart__row {
  position: relative;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #bcbec0; }
  .cart__row:first-child {
    margin-top: 0; }
  .cart__row:first-child {
    padding-top: 0;
    border-top: 0 none; }
  .cart__row a {
    text-decoration: none; }
  .cart__row .js-qty {
    margin: 0; }

@media screen and (min-width: 769px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .cart__row--table-large .grid__item {
      display: table-cell;
      vertical-align: middle;
      float: none; } }
.cart__image {
  display: block; }
  .cart__image img {
    display: block; }

.cart__subtotal {
  margin: 0 0 0 10.66667px;
  display: inline; }

.cart__mini-labels {
  display: block;
  margin: 10.66667px 0;
  font-size: 0.85714em; }
  @media screen and (min-width: 769px) {
    .cart__mini-labels {
      display: none; } }

.cart__remove {
  display: block; }

.cart__footer {
  text-align: right; }

.cart__instructions__label {
  text-align: left; }

.cart__instructions {
  margin-top: 30px; }
  @media screen and (min-width: 769px) {
    .cart__instructions textarea {
      max-width: 600px; } }

.hidden-count {
  display: none; }

/*============================================================================
#Charge Rabbit
==============================================================================*/
.sky-pilot-access-denied {
  text-align: center; }

.charge_rabbit .login_or_signup {
  text-align: center; }
  .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup a#signup_link {
    display: block;
    margin: 15px auto;
    max-width: 300px; }
@media screen and (min-width: 768px) {
  .charge_rabbit .address_info, .charge_rabbit .card_info {
    width: 50%;
    float: left; } }
@media screen and (max-width: 768px) {
  .charge_rabbit .address_info {
    margin-top: 20px; } }
.charge_rabbit a.update-card-link, .charge_rabbit a.update-address-link {
  margin-top: 10px; }
.charge_rabbit dl dt {
  font-weight: bold;
  width: 30%; }
.charge_rabbit dl dt, .charge_rabbit dl dd {
  float: left;
  -webkit-margin-start: 0; }
.charge_rabbit dl dd {
  width: 70%; }
.charge_rabbit .subscription_actions {
  clear: both;
  padding-top: 20px; }
.charge_rabbit .cancel-subscription-wrapper {
  text-align: center; }
  .charge_rabbit .cancel-subscription-wrapper a {
    display: block;
    margin: 15px auto;
    max-width: 300px; }
.charge_rabbit a.cancel-subscription-link {
  background: #d02e2e; }

/*============================================================================
#Password Page
==============================================================================*/
.template-password {
  height: 100vh;
  text-align: center; }

.password__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  color: black;
  background-color: #865e2f;
  background-image: url(/cdn/shop/t/212/assets/password-page-background.jpg?v=122254710026409624891647743238);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black; }
  .password__wrapper .password__footer__inner {
    color: #fff; }
  .password__wrapper a {
    color: inherit; }

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

.password__main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 32px; }
  @media screen and (max-width: 480px) {
    .password__main__inner {
      padding: 10.66667px 10.66667px; } }
  @media screen and (min-width: 480px) {
    .password__main__inner {
      padding: 10.66667px 32px; } }

.password__box {
  background-color: white;
  max-width: 600px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .password__box {
      padding: 32px 32px; } }
  @media screen and (min-width: 480px) {
    .password__box {
      padding: 32px 0; } }

.template-password .newsletter-form {
  border: 1px solid rgba(188, 190, 192, 0.5); }

.storefront-password-form {
  margin-top: 32px; }

.password__hero {
  font-family: "agenda", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  font-size: 3em;
  line-height: 1.15;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  padding-bottom: 32px;
  padding-top: 32px; }
  @media screen and (min-width: 481px) {
    .password__hero {
      font-size: 3.57143em; } }
  @media screen and (min-width: 769px) {
    .password__hero {
      font-size: 3.92857em; } }
  .password__hero .logo {
    max-width: 100%;
    max-height: 320px; }

.password__message {
  font-size: 120%; }
  .password__message img {
    max-width: 100%; }

.password__hero,
.password__message,
.password__login-form,
.password__signup-form {
  max-width: 500px;
  margin: 0 auto; }

.password__login-form {
  text-align: center;
  padding: 64px 32px; }

.password__login-form,
.password__box {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px; }

.password__login-form,
.password__signup-form {
  background-color: white; }
  @media screen and (min-width: 480px) {
    .password__login-form,
    .password__signup-form {
      padding-left: 32px;
      padding-right: 32px; } }
  .password__login-form .input-group,
  .password__signup-form .input-group {
    width: 100%; }
  .password__login-form .errors ul,
  .password__signup-form .errors ul {
    list-style-type: none;
    margin-left: 0; }

.password__signup-form {
  padding-top: 32px; }

.password__signup-form__heading {
  margin-bottom: 0.8em; }

.password__social-sharing {
  margin-top: 32px; }

.password__social-sharing__heading {
  margin-bottom: 0; }

.admin-login {
  margin-top: 16px;
  margin-bottom: 0; }
  .admin-login a {
    text-decoration: none; }

.admin-login {
  font-size: 95%; }

.password__footer {
  display: table-row;
  height: 1px; }

.password__footer__inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 32px;
  line-height: 21px;
  font-size: 95%;
  color: #58595b; }
  .password__footer__inner a {
    text-decoration: none;
    margin: 0 16px; }
    @media screen and (max-width: 768px) {
      .password__footer__inner a {
        display: block;
        margin-top: 16px; } }

/*============================================================================
#Slick Slider
==============================================================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

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

/*============================================================================
#Slick Theme
==============================================================================*/
/* Slider */
.slick-loading .slick-list {
  background: #ffffff; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 500;
  height: 50px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.75;
  -webkit-text-size-adjust: none;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.75; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    display: none !important; }

.slick-next {
  right: 10px;
  position: absolute;
  background-image: url("/cdn/shop/t/212/assets/arrow-right.svg?v=10413484518775230691647743253");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent; }

.slick-prev {
  left: 10px;
  position: absolute;
  background-image: url("/cdn/shop/t/212/assets/arrow-left.svg?v=63831390413469248471647743253");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent; }

/* Dots */
.slider.slider-for-m .slick-dots {
  margin-top: 10px; }
  .slider.slider-for-m .slick-dots li {
    position: relative;
    display: inline-block; }
    .slider.slider-for-m .slick-dots li button.video-button::before {
      font-family: "FontAwesome";
      content: '\f04b';
      font-size: 12px;
      top: 2px; }
    .slider.slider-for-m .slick-dots li.slick-active button::before {
      color: #44c8f5; }

.slick-slider {
  margin-bottom: 5px; }

.product__thumbs--dot .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .product__thumbs--dot .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }

.product__thumbs--square .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .product__thumbs--square .slick-dots li {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 10px 5px;
    padding: 0;
    cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }
    .slick-dots li button:hover:before, .slick-dots li button:focus:before {
      opacity: 1; }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    color: #bcbec0;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
  color: #bcbec0;
  opacity: 1; }

/*============================================================================
#Magnific Popup CSS (used on password page)
==============================================================================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

button.mfp-close {
  margin: 30px;
  font-size: 2.85714em;
  font-weight: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff; }

@media all and (max-width: 500px) {
  .homepage-page.homepage--white {
    padding-top: 30px; }

  .use_screen_two_thirds {
    height: 150px;
    min-height: 150px !important; }

  .background-size-cover {
    height: 100%; }

  .image-overlay.image-overlay-10 {
    height: 100%; }

  .content--centered {
    top: 49%;
    height: 27%; } }
/*============ Theme Specific MFP ==================*/
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.75); }

.template-password .mfp-bg {
  background-color: #865e2f; }

.mfp-bg.mfp-fade {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .mfp-bg.mfp-fade.mfp-ready {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-bg.mfp-fade.mfp-removing {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: 0;
    filter: alpha(opacity=0); }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }
  .mfp-fade.mfp-wrap.mfp-removing button {
    opacity: 0; }

.add-to-cart__wrapper .btn--clear {
  background-color: #3ab2d2;
  border-color: #3ab2d2;
  color: #ffffff; }
  .add-to-cart__wrapper .btn--clear:hover {
    background-color: #3ab2d2;
    border-color: #3ab2d2; }

.slideshow.slick-slider .slick-dots {
  text-align: center;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: normal; }
  .slideshow.slick-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: auto 10px; }
    .slideshow.slick-slider .slick-dots li button {
      background: #58595B;
      border-radius: 50%;
      width: 9px;
      height: 9px;
      padding: 0; }
      .slideshow.slick-slider .slick-dots li button:before {
        display: none; }
    .slideshow.slick-slider .slick-dots li.slick-active button {
      background: #BCBEC0; }

.slideshow__slide .slideshow__link {
  text-decoration: none;
  outline: none; }
  .slideshow__slide .slideshow__link:hover, .slideshow__slide .slideshow__link:focus, .slideshow__slide .slideshow__link:active {
    text-decoration: none;
    outline: none; }

.slideshow-wrapper {
  overflow: hidden;
  position: relative; }
  .slideshow-wrapper:before {
    content: "";
    pointer-events: none;
    border-width: 127px 71.5vw 0px;
    display: block;
    border-color: transparent #231f20 transparent transparent;
    border-style: solid;
    width: 0;
    position: absolute;
    opacity: 0.9;
    bottom: 0;
    right: 0; }
    @media screen and (max-width: 768px) {
      .slideshow-wrapper:before {
        border-width: 80px 71.5vw 0px; } }
  .slideshow-wrapper:after {
    content: "";
    pointer-events: none;
    border-width: 127px 71.5vw 0px;
    display: block;
    border-color: transparent transparent transparent #231f20;
    border-style: solid;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    opacity: 0.9; }
    @media screen and (max-width: 768px) {
      .slideshow-wrapper:after {
        border-width: 80px 71.5vw 0px; } }
  .slideshow-wrapper .slideshow__text-content {
    text-align: center; }
  .slideshow-wrapper .slideshow__image {
    border-bottom-style: solid;
    border-bottom-width: 6px; }
    .slideshow-wrapper .slideshow__image img {
      max-width: 100%;
      width: 100vw;
      height: 25.26vw; }
    .slideshow-wrapper .slideshow__image img {
      max-width: 100%;
      width: 100%; }
  .slideshow-wrapper .slideshow__text-wrap {
    padding: 30px 15px 70px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .slideshow-wrapper .slideshow__text-wrap {
        padding: 30px auto 60px;
        max-width: 60%; } }
    .slideshow-wrapper .slideshow__text-wrap .slideshow__title {
      font-family: "VAG Rounded",Arial;
      color: #6d6e71;
      text-transform: none; }
      .slideshow-wrapper .slideshow__text-wrap .slideshow__title.medium {
        font-size: 28px; }
        @media screen and (max-width: 768px) {
          .slideshow-wrapper .slideshow__text-wrap .slideshow__title.medium {
            font-size: 18px; } }
      .slideshow-wrapper .slideshow__text-wrap .slideshow__title.small {
        font-size: 22px; }
        @media screen and (max-width: 768px) {
          .slideshow-wrapper .slideshow__text-wrap .slideshow__title.small {
            font-size: 16px; } }
      .slideshow-wrapper .slideshow__text-wrap .slideshow__title.large {
        font-size: 32px; }
        @media screen and (max-width: 768px) {
          .slideshow-wrapper .slideshow__text-wrap .slideshow__title.large {
            font-size: 20px; } }
    .slideshow-wrapper .slideshow__text-wrap .slideshow__subtitle {
      text-transform: none;
      color: #6d6e71;
      display: block;
      text-align: center;
      font-family: "VAG Rounded",Arial; }
      .slideshow-wrapper .slideshow__text-wrap .slideshow__subtitle.medium {
        font-size: 23px; }
      .slideshow-wrapper .slideshow__text-wrap .slideshow__subtitle.small {
        font-size: 18px; }
      .slideshow-wrapper .slideshow__text-wrap .slideshow__subtitle.large {
        font-size: 26px; }
    .slideshow-wrapper .slideshow__text-wrap .sliderLogo {
      display: block;
      margin: 15px auto auto; }
    .slideshow-wrapper .slideshow__text-wrap .slideshow__link.btn, .slideshow-wrapper .slideshow__text-wrap .slideshow__link.btn--secondary, .slideshow-wrapper .slideshow__text-wrap input.slideshow__link[type="submit"], .slideshow-wrapper .slideshow__text-wrap .slideshow__link.spr-summary-actions-newreview, .slideshow-wrapper .slideshow__text-wrap .sky-pilot-access-denied a.slideshow__link, .sky-pilot-access-denied .slideshow-wrapper .slideshow__text-wrap a.slideshow__link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .login_or_signup a.slideshow__link#login_link, .charge_rabbit .login_or_signup .slideshow-wrapper .slideshow__text-wrap a.slideshow__link#login_link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .login_or_signup a.slideshow__link#signup_link, .charge_rabbit .login_or_signup .slideshow-wrapper .slideshow__text-wrap a.slideshow__link#signup_link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit a.slideshow__link.update-card-link, .charge_rabbit .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.update-card-link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit a.slideshow__link.update-address-link, .charge_rabbit .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.update-address-link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .continue_shopping a.slideshow__link, .charge_rabbit .continue_shopping .slideshow-wrapper .slideshow__text-wrap a.slideshow__link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .cancel-subscription-wrapper a.slideshow__link, .charge_rabbit .cancel-subscription-wrapper .slideshow-wrapper .slideshow__text-wrap a.slideshow__link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit a.slideshow__link.cancel-subscription-link, .charge_rabbit .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.cancel-subscription-link {
      border-radius: 20px;
      font-family: "VAG Rounded Std",Arial;
      font-weight: 500;
      line-height: 40px;
      padding: 0 45px; }
      .slideshow-wrapper .slideshow__text-wrap .slideshow__link.btn.medium, .slideshow-wrapper .slideshow__text-wrap .slideshow__link.medium.btn--secondary, .slideshow-wrapper .slideshow__text-wrap input.slideshow__link.medium[type="submit"], .slideshow-wrapper .slideshow__text-wrap .slideshow__link.medium.spr-summary-actions-newreview, .slideshow-wrapper .slideshow__text-wrap .sky-pilot-access-denied a.slideshow__link.medium, .sky-pilot-access-denied .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.medium, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .login_or_signup a.slideshow__link.medium#login_link, .charge_rabbit .login_or_signup .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.medium#login_link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .login_or_signup a.slideshow__link.medium#signup_link, .charge_rabbit .login_or_signup .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.medium#signup_link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit a.slideshow__link.medium.update-card-link, .charge_rabbit .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.medium.update-card-link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit a.slideshow__link.medium.update-address-link, .charge_rabbit .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.medium.update-address-link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .continue_shopping a.slideshow__link.medium, .charge_rabbit .continue_shopping .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.medium, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .cancel-subscription-wrapper a.slideshow__link.medium, .charge_rabbit .cancel-subscription-wrapper .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.medium, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit a.slideshow__link.medium.cancel-subscription-link, .charge_rabbit .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.medium.cancel-subscription-link {
        font-size: 24px; }
      .slideshow-wrapper .slideshow__text-wrap .slideshow__link.btn.small, .slideshow-wrapper .slideshow__text-wrap .slideshow__link.small.btn--secondary, .slideshow-wrapper .slideshow__text-wrap input.slideshow__link.small[type="submit"], .slideshow-wrapper .slideshow__text-wrap .slideshow__link.small.spr-summary-actions-newreview, .slideshow-wrapper .slideshow__text-wrap .sky-pilot-access-denied a.slideshow__link.small, .sky-pilot-access-denied .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.small, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .login_or_signup a.slideshow__link.small#login_link, .charge_rabbit .login_or_signup .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.small#login_link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .login_or_signup a.slideshow__link.small#signup_link, .charge_rabbit .login_or_signup .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.small#signup_link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit a.slideshow__link.small.update-card-link, .charge_rabbit .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.small.update-card-link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit a.slideshow__link.small.update-address-link, .charge_rabbit .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.small.update-address-link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .continue_shopping a.slideshow__link.small, .charge_rabbit .continue_shopping .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.small, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .cancel-subscription-wrapper a.slideshow__link.small, .charge_rabbit .cancel-subscription-wrapper .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.small, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit a.slideshow__link.small.cancel-subscription-link, .charge_rabbit .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.small.cancel-subscription-link {
        font-size: 18px; }
      .slideshow-wrapper .slideshow__text-wrap .slideshow__link.btn.large, .slideshow-wrapper .slideshow__text-wrap .slideshow__link.large.btn--secondary, .slideshow-wrapper .slideshow__text-wrap input.slideshow__link.large[type="submit"], .slideshow-wrapper .slideshow__text-wrap .slideshow__link.large.spr-summary-actions-newreview, .slideshow-wrapper .slideshow__text-wrap .sky-pilot-access-denied a.slideshow__link.large, .sky-pilot-access-denied .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.large, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .login_or_signup a.slideshow__link.large#login_link, .charge_rabbit .login_or_signup .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.large#login_link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .login_or_signup a.slideshow__link.large#signup_link, .charge_rabbit .login_or_signup .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.large#signup_link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit a.slideshow__link.large.update-card-link, .charge_rabbit .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.large.update-card-link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit a.slideshow__link.large.update-address-link, .charge_rabbit .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.large.update-address-link, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .continue_shopping a.slideshow__link.large, .charge_rabbit .continue_shopping .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.large, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit .cancel-subscription-wrapper a.slideshow__link.large, .charge_rabbit .cancel-subscription-wrapper .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.large, .slideshow-wrapper .slideshow__text-wrap .charge_rabbit a.slideshow__link.large.cancel-subscription-link, .charge_rabbit .slideshow-wrapper .slideshow__text-wrap a.slideshow__link.large.cancel-subscription-link {
        font-size: 28px; }

.section-header h2, .section-header .h2, .section-header .h2--body {
  margin: 40px auto 20px; }

@media screen and (min-width: 768px) {
  .grid--no-gutters.grid--view-items.featuredProducts.owl-carousel {
    margin: 50px auto auto; } }
.grid--no-gutters.grid--view-items.featuredProducts.owl-carousel .grid__item {
  padding: 0; }

.featuredProducts.grid--view-items .name_wrapper {
  font-size: 14px;
  font-family: "VAG Rounded Std",Arial;
  font-weight: 600; }

.not-owl-carousel.grid--view-items {
  display: flex;
  justify-content: center;
  width: 100%; }
  .not-owl-carousel.grid--view-items .grid__image {
    height: 200px; }
  .not-owl-carousel.grid--view-items .grid__item {
    width: 25%; }
  @media screen and (max-width: 767px) {
    .not-owl-carousel.grid--view-items {
      flex-wrap: wrap;
      margin-left: -15px; }
      .not-owl-carousel.grid--view-items .grid__item {
        width: 50%; } }

.owl-item .grid__image {
  height: 200px; }

.custom__item-inner.custom__item-inner--image {
  position: relative;
  overflow: hidden; }
  .custom__item-inner.custom__item-inner--image .custom__image {
    width: 100vw;
    height: 22.5vw; }
  .custom__item-inner.custom__item-inner--image .custom__image {
    width: 100%;
    display: block; }

.custom__item .custom__item-inner .text-centent {
  margin: auto;
  position: absolute;
  z-index: 99;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex; }
  .custom__item .custom__item-inner .text-centent.alignment-center-middle {
    justify-content: center;
    align-items: center; }
  .custom__item .custom__item-inner .text-centent.alignment-center-top {
    justify-content: center;
    align-items: start; }
  .custom__item .custom__item-inner .text-centent.alignment-center-bottom {
    justify-content: center;
    align-items: flex-end; }
  .custom__item .custom__item-inner .text-centent.alignment-right-bottom {
    justify-content: flex-end;
    align-items: flex-end; }
  .custom__item .custom__item-inner .text-centent.alignment-right-middle {
    justify-content: flex-end;
    align-items: center; }
  .custom__item .custom__item-inner .text-centent.alignment-right-top {
    justify-content: flex-end;
    align-items: start; }
  .custom__item .custom__item-inner .text-centent.alignment-left-bottom {
    justify-content: start;
    align-items: flex-end; }
  .custom__item .custom__item-inner .text-centent.alignment-left-center {
    justify-content: start;
    align-items: center; }
  .custom__item .custom__item-inner .text-centent.alignment-left-start {
    justify-content: start;
    align-items: start; }
  .custom__item .custom__item-inner .text-centent .text-box-cell {
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .custom__item .custom__item-inner .text-centent .text-box-cell {
        padding-bottom: 30px;
        padding-top: 30px; } }
    @media screen and (min-width: 991px) {
      .custom__item .custom__item-inner .text-centent .text-box-cell {
        padding-bottom: 30px;
        padding-top: 30px; } }
    @media screen and (min-width: 1199px) {
      .custom__item .custom__item-inner .text-centent .text-box-cell {
        padding-bottom: 0px;
        padding-top: 50px; } }
    .custom__item .custom__item-inner .text-centent .text-box-cell .h3 {
      font-family: 'VAGRounded',Arial;
      font-weight: bold;
      margin: auto;
      line-height: normal; }
      .custom__item .custom__item-inner .text-centent .text-box-cell .h3.small {
        font-size: 48px; }
        @media screen and (max-width: 1199px) {
          .custom__item .custom__item-inner .text-centent .text-box-cell .h3.small {
            font-size: 40px; } }
        @media screen and (max-width: 767px) {
          .custom__item .custom__item-inner .text-centent .text-box-cell .h3.small {
            font-size: 20px; } }
      .custom__item .custom__item-inner .text-centent .text-box-cell .h3.medium {
        font-size: 52px; }
        @media screen and (max-width: 1199px) {
          .custom__item .custom__item-inner .text-centent .text-box-cell .h3.medium {
            font-size: 44px; } }
        @media screen and (max-width: 767px) {
          .custom__item .custom__item-inner .text-centent .text-box-cell .h3.medium {
            font-size: 24px; } }
      .custom__item .custom__item-inner .text-centent .text-box-cell .h3.large {
        font-size: 50px; }
        @media screen and (max-width: 1199px) {
          .custom__item .custom__item-inner .text-centent .text-box-cell .h3.large {
            font-size: 41px; } }
        @media screen and (max-width: 767px) {
          .custom__item .custom__item-inner .text-centent .text-box-cell .h3.large {
            font-size: 28px; } }
    .custom__item .custom__item-inner .text-centent .text-box-cell .rte-setting {
      font-family: 'VAGRounded',Arial;
      font-weight: bold;
      margin: auto;
      line-height: normal; }
      .custom__item .custom__item-inner .text-centent .text-box-cell .rte-setting.small {
        font-size: 44px; }
        @media screen and (max-width: 1199px) {
          .custom__item .custom__item-inner .text-centent .text-box-cell .rte-setting.small {
            font-size: 32px; } }
        @media screen and (max-width: 767px) {
          .custom__item .custom__item-inner .text-centent .text-box-cell .rte-setting.small {
            font-size: 20px; } }
      .custom__item .custom__item-inner .text-centent .text-box-cell .rte-setting.medium {
        font-size: 50px; }
        @media screen and (max-width: 1199px) {
          .custom__item .custom__item-inner .text-centent .text-box-cell .rte-setting.medium {
            font-size: 34px; } }
        @media screen and (max-width: 767px) {
          .custom__item .custom__item-inner .text-centent .text-box-cell .rte-setting.medium {
            font-size: 24px; } }
      .custom__item .custom__item-inner .text-centent .text-box-cell .rte-setting.large {
        font-size: 54px; }
        @media screen and (max-width: 1199px) {
          .custom__item .custom__item-inner .text-centent .text-box-cell .rte-setting.large {
            font-size: 36px; } }
        @media screen and (max-width: 767px) {
          .custom__item .custom__item-inner .text-centent .text-box-cell .rte-setting.large {
            font-size: 28px; } }
.custom__item .text-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 1; }
@media screen and (min-width: 769px) {
  .custom__item.blockStyle1 .custom__item-inner .text-overlay {
    border-radius: 50%;
    width: 460px;
    top: auto;
    bottom: -20%;
    height: 460px; } }

.banner-bar .banner-bar__image {
  max-width: 100%;
  display: block;
  width: 100vw;
  height: 41.042vw; }

.section-header h2, .section-header .h2, .section-header .h2--body {
  font-family: 'VAGRounded',Arial;
  font-weight: bold;
  color: #58595b; }
.section-header.small h2, .section-header.small .h2, .section-header.small .h2--body {
  font-size: 38px; }
  @media screen and (max-width: 1199px) {
    .section-header.small h2, .section-header.small .h2, .section-header.small .h2--body {
      font-size: 30px; } }
  @media screen and (max-width: 767px) {
    .section-header.small h2, .section-header.small .h2, .section-header.small .h2--body {
      font-size: 20px; } }
.section-header.medium h2, .section-header.medium .h2, .section-header.medium .h2--body {
  font-size: 42px; }
  @media screen and (max-width: 1199px) {
    .section-header.medium h2, .section-header.medium .h2, .section-header.medium .h2--body {
      font-size: 34px; } }
  @media screen and (max-width: 767px) {
    .section-header.medium h2, .section-header.medium .h2, .section-header.medium .h2--body {
      font-size: 22px; } }
.section-header.large h2, .section-header.large .h2, .section-header.large .h2--body {
  font-size: 48px; }
  @media screen and (max-width: 1199px) {
    .section-header.large h2, .section-header.large .h2, .section-header.large .h2--body {
      font-size: 38px; } }
  @media screen and (max-width: 767px) {
    .section-header.large h2, .section-header.large .h2, .section-header.large .h2--body {
      font-size: 24px; } }

.owl-carousel.grid--view-items {
  margin: auto; }

.owl-carousel .owl-item .product-grid-item img {
  width: 8vw;
  height: 8vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.owl-carousel .owl-item .product-grid-item img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 767px) {
  .awardproducts {
    padding: 0 30px; } }
.awardproducts .awardImg {
  height: 85px;
  position: relative;
  display: block;
  width: 100%; }
  .awardproducts .awardImg img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto; }
.awardproducts .sc-badge-img.top_left {
  display: none; }

.shopify-section .owl-carousel .owl-nav button.owl-next {
  bottom: 0;
  color: #231f20;
  font-size: 40px;
  position: absolute;
  right: -20px;
  top: 0; }
  .shopify-section .owl-carousel .owl-nav button.owl-next:hover, .shopify-section .owl-carousel .owl-nav button.owl-next:focus, .shopify-section .owl-carousel .owl-nav button.owl-next:active {
    outline: none; }
.shopify-section .owl-carousel .owl-nav button.owl-prev {
  bottom: 0;
  color: #231f20;
  font-size: 40px;
  position: absolute;
  left: -20px;
  top: 0; }
  .shopify-section .owl-carousel .owl-nav button.owl-prev:hover, .shopify-section .owl-carousel .owl-nav button.owl-prev:focus, .shopify-section .owl-carousel .owl-nav button.owl-prev:active {
    outline: none; }

.text-content-section {
  padding-top: 35px;
  padding-bottom: 35px; }
  .text-content-section h2, .text-content-section .h2, .text-content-section .h2--body {
    margin: auto auto 30px;
    padding: 0;
    font-family: 'VAGRounded',Arial;
    font-weight: bold; }
  .text-content-section.small h2, .text-content-section.small .h2, .text-content-section.small .h2--body {
    font-size: 18px; }
  .text-content-section.medium h2, .text-content-section.medium .h2, .text-content-section.medium .h2--body {
    font-size: 22px; }
  .text-content-section.large h2, .text-content-section.large .h2, .text-content-section.large .h2--body {
    font-size: 28px; }
  .text-content-section h5, .text-content-section .h5, .text-content-section .h5--body {
    margin: auto;
    padding: 0;
    font-family: 'VAGRounded',Arial;
    font-weight: 300; }
  .text-content-section.small h5, .text-content-section.small .h5, .text-content-section.small .h5--body {
    font-size: 16px; }
  .text-content-section.medium h5, .text-content-section.medium .h5, .text-content-section.medium .h5--body {
    font-size: 20px; }
  .text-content-section.large h5, .text-content-section.large .h5, .text-content-section.large .h5--body {
    font-size: 26px; }
  .text-content-section p {
    font-family: 'VAGRounded',Arial;
    font-weight: 300; }
  .text-content-section.small p {
    font-size: 16px; }
  .text-content-section.medium p {
    font-size: 20px; }
  .text-content-section.large p {
    font-size: 26px; }

.banner-text-section {
  position: relative;
  overflow: hidden; }
  .banner-text-section .banner-text__image {
    width: 100%;
    display: block; }
  .banner-text-section .circle {
    width: 400px;
    height: 400px;
    border: 3px solid #ee4097;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: auto;
    margin: auto;
    display: block;
    padding: 40px 35px 0;
    line-height: normal;
    text-align: center;
    margin-top: 40px; }
    @media screen and (max-width: 1199px) {
      .banner-text-section .circle {
        height: 390px;
        margin: 22px 20px 0;
        padding: 50px 35px 0;
        width: 400px; } }
    @media screen and (max-width: 991px) {
      .banner-text-section .circle {
        height: 260px;
        margin: 22px 20px 0;
        padding: 28px 20px 0;
        width: 260px; } }
    @media screen and (max-width: 767px) {
      .banner-text-section .circle {
        margin: 35px auto 20px;
        position: static; } }
    .banner-text-section .circle h2, .banner-text-section .circle .h2, .banner-text-section .circle .h2--body {
      padding: 0;
      font-family: 'VAGRounded',Arial;
      font-weight: bold;
      margin-bottom: auto; }
    .banner-text-section .circle.small h2, .banner-text-section .circle.small .h2, .banner-text-section .circle.small .h2--body {
      font-size: 28px;
      padding: 65px 55px 0; }
      @media screen and (max-width: 991px) {
        .banner-text-section .circle.small h2, .banner-text-section .circle.small .h2, .banner-text-section .circle.small .h2--body {
          font-size: 18px;
          padding: 13px 25px 0; } }
    .banner-text-section .circle.medium h2, .banner-text-section .circle.medium .h2, .banner-text-section .circle.medium .h2--body {
      font-size: 43px; }
      @media screen and (max-width: 1199px) {
        .banner-text-section .circle.medium h2, .banner-text-section .circle.medium .h2, .banner-text-section .circle.medium .h2--body {
          font-size: 22px; } }
      @media screen and (max-width: 991px) {
        .banner-text-section .circle.medium h2, .banner-text-section .circle.medium .h2, .banner-text-section .circle.medium .h2--body {
          font-size: 20px; } }
    .banner-text-section .circle.large h2, .banner-text-section .circle.large .h2, .banner-text-section .circle.large .h2--body {
      font-size: 48px; }
      @media screen and (max-width: 991px) {
        .banner-text-section .circle.large h2, .banner-text-section .circle.large .h2, .banner-text-section .circle.large .h2--body {
          font-size: 24px; } }
    .banner-text-section .circle p {
      font-family: 'VAGRounded',Arial;
      font-weight: 300;
      font-size: 21px;
      color: #6d6e71; }
    .banner-text-section .circle.small p {
      font-size: 16px; }
      @media screen and (max-width: 991px) {
        .banner-text-section .circle.small p {
          font-size: 14px; } }
    .banner-text-section .circle.medium p {
      font-size: 21px; }
      @media screen and (max-width: 1199px) {
        .banner-text-section .circle.medium p {
          font-size: 18px; } }
      @media screen and (max-width: 991px) {
        .banner-text-section .circle.medium p {
          font-size: 16px; } }
    .banner-text-section .circle.large p {
      font-size: 26px; }
      @media screen and (max-width: 991px) {
        .banner-text-section .circle.large p {
          font-size: 18px; } }
    .banner-text-section .circle .btn, .banner-text-section .circle .btn--secondary, .banner-text-section .circle input[type="submit"], .banner-text-section .circle .spr-summary-actions-newreview, .banner-text-section .circle .sky-pilot-access-denied a, .sky-pilot-access-denied .banner-text-section .circle a, .banner-text-section .circle .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .banner-text-section .circle a#login_link, .banner-text-section .circle .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .banner-text-section .circle a#signup_link, .banner-text-section .circle .charge_rabbit a.update-card-link, .charge_rabbit .banner-text-section .circle a.update-card-link, .banner-text-section .circle .charge_rabbit a.update-address-link, .charge_rabbit .banner-text-section .circle a.update-address-link, .banner-text-section .circle .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .banner-text-section .circle a, .banner-text-section .circle .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .banner-text-section .circle a, .banner-text-section .circle .charge_rabbit a.cancel-subscription-link, .charge_rabbit .banner-text-section .circle a.cancel-subscription-link {
      font-family: 'VAGRounded',Arial;
      font-weight: 300;
      font-size: 24px;
      padding: 5px 40px;
      line-height: normal;
      border-radius: 20px; }
      @media screen and (min-width: 992px) {
        .banner-text-section .circle .btn, .banner-text-section .circle .btn--secondary, .banner-text-section .circle input[type="submit"], .banner-text-section .circle .spr-summary-actions-newreview, .banner-text-section .circle .sky-pilot-access-denied a, .sky-pilot-access-denied .banner-text-section .circle a, .banner-text-section .circle .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .banner-text-section .circle a#login_link, .banner-text-section .circle .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .banner-text-section .circle a#signup_link, .banner-text-section .circle .charge_rabbit a.update-card-link, .charge_rabbit .banner-text-section .circle a.update-card-link, .banner-text-section .circle .charge_rabbit a.update-address-link, .charge_rabbit .banner-text-section .circle a.update-address-link, .banner-text-section .circle .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .banner-text-section .circle a, .banner-text-section .circle .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .banner-text-section .circle a, .banner-text-section .circle .charge_rabbit a.cancel-subscription-link, .charge_rabbit .banner-text-section .circle a.cancel-subscription-link {
          line-height: 39px; } }
  .banner-text-section .skewshap {
    text-align: left;
    z-index: 4; }
    @media screen and (min-width: 768px) {
      .banner-text-section .skewshap {
        display: inline-block;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 20px;
        position: absolute; } }
    @media screen and (max-width: 767px) {
      .banner-text-section .skewshap {
        margin: 25px auto 30px;
        text-align: center; } }
    .banner-text-section .skewshap:before {
      background: rgba(255, 255, 255, 0.9);
      bottom: -1px;
      content: "";
      display: block;
      left: -90px;
      margin: auto;
      position: absolute;
      right: -100px;
      top: 0;
      transform: skewX(45deg);
      z-index: -1; }
    .banner-text-section .skewshap h5, .banner-text-section .skewshap .h5, .banner-text-section .skewshap .h5--body {
      padding: 0;
      font-family: 'VAGRounded',Arial;
      font-weight: bold;
      margin: auto auto 10px; }
    .banner-text-section .skewshap .btn, .banner-text-section .skewshap .btn--secondary, .banner-text-section .skewshap input[type="submit"], .banner-text-section .skewshap .spr-summary-actions-newreview, .banner-text-section .skewshap .sky-pilot-access-denied a, .sky-pilot-access-denied .banner-text-section .skewshap a, .banner-text-section .skewshap .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .banner-text-section .skewshap a#login_link, .banner-text-section .skewshap .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .banner-text-section .skewshap a#signup_link, .banner-text-section .skewshap .charge_rabbit a.update-card-link, .charge_rabbit .banner-text-section .skewshap a.update-card-link, .banner-text-section .skewshap .charge_rabbit a.update-address-link, .charge_rabbit .banner-text-section .skewshap a.update-address-link, .banner-text-section .skewshap .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .banner-text-section .skewshap a, .banner-text-section .skewshap .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .banner-text-section .skewshap a, .banner-text-section .skewshap .charge_rabbit a.cancel-subscription-link, .charge_rabbit .banner-text-section .skewshap a.cancel-subscription-link {
      font-family: 'VAGRounded',Arial;
      font-weight: 300;
      font-size: 24px;
      padding: 5px 40px;
      line-height: normal;
      border-radius: 20px; }
      @media screen and (min-width: 992px) {
        .banner-text-section .skewshap .btn, .banner-text-section .skewshap .btn--secondary, .banner-text-section .skewshap input[type="submit"], .banner-text-section .skewshap .spr-summary-actions-newreview, .banner-text-section .skewshap .sky-pilot-access-denied a, .sky-pilot-access-denied .banner-text-section .skewshap a, .banner-text-section .skewshap .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .banner-text-section .skewshap a#login_link, .banner-text-section .skewshap .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .banner-text-section .skewshap a#signup_link, .banner-text-section .skewshap .charge_rabbit a.update-card-link, .charge_rabbit .banner-text-section .skewshap a.update-card-link, .banner-text-section .skewshap .charge_rabbit a.update-address-link, .charge_rabbit .banner-text-section .skewshap a.update-address-link, .banner-text-section .skewshap .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .banner-text-section .skewshap a, .banner-text-section .skewshap .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .banner-text-section .skewshap a, .banner-text-section .skewshap .charge_rabbit a.cancel-subscription-link, .charge_rabbit .banner-text-section .skewshap a.cancel-subscription-link {
          margin-left: 60px;
          line-height: 39px; } }
  .banner-text-section.small .skewshap h5, .banner-text-section.small .skewshap .h5, .banner-text-section.small .skewshap .h5--body {
    font-size: 30px; }
  .banner-text-section.medium .skewshap h5, .banner-text-section.medium .skewshap .h5, .banner-text-section.medium .skewshap .h5--body {
    font-size: 36px; }
    @media screen and (max-width: 1199px) {
      .banner-text-section.medium .skewshap h5, .banner-text-section.medium .skewshap .h5, .banner-text-section.medium .skewshap .h5--body {
        font-size: 24px; } }
  .banner-text-section.large .skewshap h5, .banner-text-section.large .skewshap .h5, .banner-text-section.large .skewshap .h5--body {
    font-size: 42px; }

.instagramFeed .section-header h4.h2, .instagramFeed .section-header .h2.h4, .instagramFeed .section-header .h2.h4--body {
  font-weight: 300;
  font-size: 30px;
  text-transform: none; }
  @media screen and (max-width: 991px) {
    .instagramFeed .section-header h4.h2, .instagramFeed .section-header .h2.h4, .instagramFeed .section-header .h2.h4--body {
      text-align: center; } }
  .instagramFeed .section-header h4.h2 ul.footer-social.social-icons.grid__item.inline-list, .instagramFeed .section-header .h2.h4 ul.footer-social.social-icons.grid__item.inline-list, .instagramFeed .section-header .h2.h4--body ul.footer-social.social-icons.grid__item.inline-list {
    width: auto;
    margin: auto;
    padding: 3px 0;
    line-height: normal;
    display: block;
    float: none; }
    @media screen and (min-width: 992px) {
      .instagramFeed .section-header h4.h2 ul.footer-social.social-icons.grid__item.inline-list, .instagramFeed .section-header .h2.h4 ul.footer-social.social-icons.grid__item.inline-list, .instagramFeed .section-header .h2.h4--body ul.footer-social.social-icons.grid__item.inline-list {
        float: right; } }
    .instagramFeed .section-header h4.h2 ul.footer-social.social-icons.grid__item.inline-list li, .instagramFeed .section-header .h2.h4 ul.footer-social.social-icons.grid__item.inline-list li, .instagramFeed .section-header .h2.h4--body ul.footer-social.social-icons.grid__item.inline-list li {
      margin: auto;
      line-height: normal; }
      .instagramFeed .section-header h4.h2 ul.footer-social.social-icons.grid__item.inline-list li:nth-of-type(1) a.icon-fallback-text, .instagramFeed .section-header .h2.h4 ul.footer-social.social-icons.grid__item.inline-list li:nth-of-type(1) a.icon-fallback-text, .instagramFeed .section-header .h2.h4--body ul.footer-social.social-icons.grid__item.inline-list li:nth-of-type(1) a.icon-fallback-text {
        margin-right: 20px; }

.placeholder-noblocks {
  padding: 30px 0 50px;
  text-align: center; }

.wrapper.site-footer h5, .site-footer.charge_rabbit h5, .site-footer.sky-pilot h5, .wrapper.site-footer .h5, .site-footer.charge_rabbit .h5, .site-footer.sky-pilot .h5, .wrapper.site-footer .h5--body, .site-footer.charge_rabbit .h5--body, .site-footer.sky-pilot .h5--body {
  font-weight: bold; }

.name_wrapper sup,
.name_wrapper sup {
  font-size: 90%; }

.pbox {
  color: #000;
  cursor: pointer; }
  .pbox h6, .pbox .h6, .pbox .h6--body {
    font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
    font-weight: bold;
    color: currentColor;
    margin-bottom: 40px; }
  .pbox.active {
    color: #3ab3d2; }

#formula-prep .productgrid {
  display: block;
  float: left;
  padding-right: 30px;
  border-right: 1px solid #000; }

.promula-pro-right {
  margin-left: 30px;
  background-color: #000000;
  text-align: center;
  padding: 20% 0; }

.promula-pro-right h1, .promula-pro-right .h1, .promula-pro-right .h1--body, .promula-pro-right h3, .promula-pro-right .h3, .promula-pro-right .h3--body, .promula-pro-right a {
  font-family: 'VAGRounded',Arial;
  font-weight: bold;
  color: #ffffff;
  text-transform: inherit; }

.promula-pro-right h1, .promula-pro-right .h1, .promula-pro-right .h1--body, .promula-pro-right h3, .promula-pro-right .h3, .promula-pro-right .h3--body {
  margin-bottom: 3px; }

.promula-pro-right h3, .promula-pro-right .h3, .promula-pro-right .h3--body {
  font-weight: normal;
  font-size: 26px;
  letter-spacing: normal;
  margin-bottom: 11px; }

#formula-prep h1.title, #formula-prep h1, #formula-prep .h1, #formula-prep .h1--body {
  font-family: VAGRounded,Arial;
  font-weight: bold;
  font-size: 38px; }

#formula-prep .grid--rev > .grid__item {
  float: left; }

.promula-pro-right a {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding-top: 6px;
  padding-bottom: 7px;
  border-radius: 4px; }

#formula-prep .sc-badge-container.sc-badge-collection {
  height: auto !important; }

html:not(.lt-ie9) body#formula-prep .large--one-half .grid__image,
html:not(.lt-ie9) body#formula-prep .one-half .grid__image {
  transform: translateY(0%) !important;
  height: auto !important; }

html:not(.lt-ie9) body#formula-prep .large--one-half .grid__image img,
html:not(.lt-ie9) body#formula-prep .one-half .grid__image img {
  transform: translateY(0%) !important;
  height: auto !important; }

.footer-des p {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 35px; }

#how-to-videos-amp-demos .main-content .video-galary-nav {
  text-align: center; }
  #how-to-videos-amp-demos .main-content .video-galary-nav a {
    font-family: 'VAGRounded',Arial;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    margin: 15px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      #how-to-videos-amp-demos .main-content .video-galary-nav a {
        font-size: 14px;
        margin: 5px 5px; } }
    #how-to-videos-amp-demos .main-content .video-galary-nav a:hover, #how-to-videos-amp-demos .main-content .video-galary-nav a:focus {
      color: #06aacf; }

#how-to-videos-amp-demos .video-galary .orange-hr {
  border-width: 2px 0 0;
  border-style: solid none none;
  border-color: #f7941e; }
#how-to-videos-amp-demos .video-galary .grid__item {
  margin-bottom: 20px; }
  #how-to-videos-amp-demos .video-galary .grid__item h5, #how-to-videos-amp-demos .video-galary .grid__item .h5, #how-to-videos-amp-demos .video-galary .grid__item .h5--body {
    margin-bottom: 10px; }

.video-galary h2, .video-galary .h2, .video-galary .h2--body {
  text-align: center; }

#how-to-videos-amp-demos .rte > hr.orange-hr {
  border-width: 2px 0 0;
  border-style: solid none none;
  border-color: #f7941e; }

.collection-list-item .h3.section-header__left.title span, .collection-list-item .h3.section-header__left span {
  font-size: 30px;
  line-height: 19px;
  display: inline-block; }

.product-grid-item img.newbadge {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  display: none; }

.add-to-cart__wrapper .button_text {
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .cart_content {
    display: none; }

  /*  body {
      padding-top: 45px !important;
    }*/
  .header-account-link {
    float: left;
    position: absolute;
    right: 15px; }

  body .header-search__wrapper {
    right: 48px; } }
.grid__item.large--one-third.blog__sidebar {
  width: 250px; }
  @media screen and (max-width: 991px) {
    .grid__item.large--one-third.blog__sidebar {
      width: 100%; } }

.grid__item.blog__sidebar_container {
  width: calc(100% - 250px); }
  @media screen and (max-width: 991px) {
    .grid__item.blog__sidebar_container {
      width: 100%; } }

.banner-image img {
  width: 100%; }

.blog__sidebar_container .blog__article {
  padding: 0;
  border: 0 none;
  box-shadow: none; }
  .blog__sidebar_container .blog__article img {
    width: 100%;
    display: block; }
  .blog__sidebar_container .blog__article .imgWrap {
    display: block;
    margin-bottom: 15px; }
  .blog__sidebar_container .blog__article h5 a, .blog__sidebar_container .blog__article .h5 a, .blog__sidebar_container .blog__article .h5--body a {
    font-weight: bold;
    display: block; }
  .blog__sidebar_container .blog__article .btn.btn--large.btn--splash, .blog__sidebar_container .blog__article .btn--large.btn--splash.btn--secondary, .blog__sidebar_container .blog__article input.btn--large.btn--splash[type="submit"], .blog__sidebar_container .blog__article .btn--large.btn--splash.spr-summary-actions-newreview, .blog__sidebar_container .blog__article .sky-pilot-access-denied a.btn--large.btn--splash, .sky-pilot-access-denied .blog__sidebar_container .blog__article a.btn--large.btn--splash, .blog__sidebar_container .blog__article .charge_rabbit .login_or_signup a.btn--large.btn--splash#login_link, .charge_rabbit .login_or_signup .blog__sidebar_container .blog__article a.btn--large.btn--splash#login_link, .blog__sidebar_container .blog__article .charge_rabbit .login_or_signup a.btn--large.btn--splash#signup_link, .charge_rabbit .login_or_signup .blog__sidebar_container .blog__article a.btn--large.btn--splash#signup_link, .blog__sidebar_container .blog__article .charge_rabbit a.btn--large.btn--splash.update-card-link, .charge_rabbit .blog__sidebar_container .blog__article a.btn--large.btn--splash.update-card-link, .blog__sidebar_container .blog__article .charge_rabbit a.btn--large.btn--splash.update-address-link, .charge_rabbit .blog__sidebar_container .blog__article a.btn--large.btn--splash.update-address-link, .blog__sidebar_container .blog__article .charge_rabbit .continue_shopping a.btn--large.btn--splash, .charge_rabbit .continue_shopping .blog__sidebar_container .blog__article a.btn--large.btn--splash, .blog__sidebar_container .blog__article .charge_rabbit .cancel-subscription-wrapper a.btn--large.btn--splash, .charge_rabbit .cancel-subscription-wrapper .blog__sidebar_container .blog__article a.btn--large.btn--splash, .blog__sidebar_container .blog__article .charge_rabbit a.btn--large.btn--splash.cancel-subscription-link, .charge_rabbit .blog__sidebar_container .blog__article a.btn--large.btn--splash.cancel-subscription-link {
    display: block; }

.blog__sidebar .widgets_box {
  margin-bottom: 25px; }
  .blog__sidebar .widgets_box h5.h5, .blog__sidebar .widgets_box .h5 {
    font-family: 'VAGRounded',Arial;
    font-weight: 300;
    font-size: 16px; }
    .blog__sidebar .widgets_box h5.h5:after, .blog__sidebar .widgets_box .h5:after {
      height: 1px;
      content: "";
      background-color: #01b6d5;
      width: 74px;
      display: block;
      margin: 10px 0 20px; }
  .blog__sidebar .widgets_box ul {
    display: block; }
    .blog__sidebar .widgets_box ul li {
      display: block;
      border-bottom: 1px solid #b8b8b8;
      margin-bottom: 20px;
      padding-bottom: 15px; }
      .blog__sidebar .widgets_box ul li a {
        display: table;
        width: 100%;
        text-decoration: none; }
        .blog__sidebar .widgets_box ul li a .blog-post-image {
          display: table-cell;
          vertical-align: middle;
          width: 74px; }
        .blog__sidebar .widgets_box ul li a h6, .blog__sidebar .widgets_box ul li a .h6, .blog__sidebar .widgets_box ul li a .h6--body {
          display: table-cell;
          vertical-align: middle;
          font-family: 'VAGRounded',Arial;
          font-weight: 300;
          font-size: 13px;
          font-weight: bold;
          text-decoration: none;
          padding-left: 10px; }

.blog__article-image.videoWrap {
  overflow: hidden; }
  .blog__article-image.videoWrap .video-wrapper {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }

.blogRecipesTitle {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 12px auto;
  letter-spacing: 0;
  text-align: center;
  font-family: 'vag_roundedbold',Arial;
  font-size: 2em; }

.product-description--below.rte .threeDImg iframe {
  display: inline-block;
  vertical-align: text-bottom;
  width: 100% !important;
  max-width: 500px; }

.our-brands h2, .our-brands .h2, .our-brands .h2--body, .our-brands-partner h2, .our-brands-partner .h2, .our-brands-partner .h2--body {
  text-align: center;
  color: #6d6e71;
  font-weight: bold;
  text-transform: uppercase;
  margin: 12px auto;
  letter-spacing: 0;
  font-family: 'vag_roundedbold',Arial;
  margin-bottom: 35px; }

.brand-img {
  display: inline-block;
  width: 15%;
  vertical-align: middle;
  text-align: center; }

.brand-desc {
  display: inline-block;
  width: 83%;
  padding-left: 5%;
  vertical-align: middle;
  color: #231f20;
  font-weight: 300;
  font-size: 18px;
  font-family: 'VAGRounded',Arial; }

.brands_inner {
  margin-bottom: 30px; }

.partner-logo ul li {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  text-align: center; }

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

.partner-logo:last-of-type ul li {
  width: 24%; }

.our-brands-partner {
  margin-top: 50px; }

@media all and (max-width: 991px) {
  .partner-logo ul li {
    width: 32%; } }
@media only screen and (max-width: 768px) {
  .brand-img {
    width: 100%;
    margin-bottom: 15px; }

  .about__page {
    margin-left: 15px;
    width: 100%; }

  .brand-desc {
    width: 100%;
    padding-left: 0px;
    padding-right: 15px;
    text-align: center; }

  .partner-logo ul {
    margin-left: 0;
    margin-right: 15px; }

  .partner-logo ul li {
    width: 49%; }

  .partner-logo:last-of-type ul li {
    width: 49%; }

  .owl-item .grid__image {
    height: 150px; }

  .featuredProducts-wrapper .product-grid-item {
    margin-bottom: 0px; }

  .shopify-section:first-of-type .banner-bar .banner-bar__item {
    border-bottom: 10px solid #fff; }

  .custom__item-inner.custom__item-inner--image {
    border-bottom: 10px solid #fff; }

  .awardproducts .section-header.medium h2, .awardproducts .section-header.medium .h2, .awardproducts .section-header.medium .h2--body {
    font-size: 18px; }

  .not-owl-carousel.grid--view-items .grid__image {
    height: 150px; }

  .featuredProducts .product-grid-item {
    margin-bottom: 0px; }

  .instagramFeed .section-header h4.h2, .instagramFeed .section-header .h2.h4, .instagramFeed .section-header .h2.h4--body {
    font-size: 25px;
    margin-top: 20px; }

  .product-page {
    padding-top: 20px; }

  .product-page .breadcrumb {
    margin-bottom: 5px; }

  .nav--mobile .logo-wrapper {
    margin-left: 13%; }

  .nav--mobile .header-logo .logo-image {
    max-width: 75%; }

  body .header-search__wrapper {
    left: 35px;
    position: absolute;
    width: 30px;
    top: 17px; }

  .info-bar {
    display: none; } }
.main-menu a.sale-title {
  color: #cc2a2a; }

.sale-title {
  color: #cc2a2a; }

.nav--desktop .main-menu .nav-item--sale {
  display: none; }

h1.collection-text--headline.title.grid__item.one-whole.sale-title, h1.collection-text--headline.grid__item.one-whole.sale-title, .collection-text--headline.grid__item.one-whole.sale-title.h1, .collection-text--headline.grid__item.one-whole.sale-title.h1--body {
  margin-bottom: auto; }

p.h4--body:empty {
  display: none; }

#sale-black-friday-cyber-monday .product-grid-item .figcaption.hover .price_wrapper {
  opacity: 1;
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Safari */
  transform: translate(0px, 0px); }

#sale-black-friday-cyber-monday .product-grid-item .figcaption.hover p.price_wrapper del {
  color: #f00; }

h1.collection-text--headline.title .text-red, h1.collection-text--headline .text-red, .collection-text--headline.h1 .text-red, .collection-text--headline.h1--body .text-red {
  color: #f00; }

.footnote {
  padding: 20px; }

#sale .collection-title.text-center {
  padding-top: 0px; }

.cart__footer p.affirm-as-low-as {
  margin-top: 20px; }

.cart__footer p.affirm-as-low-as a {
  text-decoration: underline; }

#productInfo p.affirm-as-low-as {
  width: 100%;
  border: 1px solid #3ab2d2;
  clear: left;
  margin-right: 0;
  text-align: center;
  padding: 8px 0;
  margin-top: 20px; }

@media only screen and (min-width: 992px) {
  #productInfo p.affirm-as-low-as {
    width: calc(50% - 15px);
    float: right;
    margin-top: -47px;
    float: right;
    padding: 0 0 1px;
    margin-top: -47px; } }
.p-w-r .pr-category-snippet {
  display: flex !important;
  flex-direction: column;
  align-items: center; }

a .price_wrapper {
  margin: 0; }

/*============================================================================
#Blogs and Comments
==============================================================================*/
.blog__link {
  text-decoration: none;
  color: inherit; }
  .blog__link .blog__article--image .blog__article__title {
    -webkit-transition: transform 0.15s ease-out;
    -moz-transition: transform 0.15s ease-out;
    -ms-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out; }
  .blog__link:hover {
    color: inherit; }
    .blog__link:hover .blog__article__title {
      color: #3a2915; }
    .blog__link:hover .blog__article--image .blog__article__title {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

.blog__article-image {
  background-size: cover;
  background-position: center center;
  height: 400px; }
  @media screen and (max-width: 480px) {
    .blog__article-image {
      height: 250px; } }

.blog__article {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 32px;
  margin-bottom: 32px; }
  @media screen and (max-width: 480px) {
    .blog__article {
      padding-left: 16px;
      padding-right: 16px; } }
  .blog__article .btn--full {
    margin-bottom: -37px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .blog__article .share {
    padding-top: 16px;
    padding-bottom: 0px; }

.blog__article-header-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  padding: 192px 32px 32px 32px;
  margin-top: -32px;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .blog__article-header-image {
      padding: 96px 16px 16px 16px; } }
  .blog__article-header-image a {
    color: #fff; }
  .blog__article-header-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

.blog__article--over-image {
  border: none;
  margin-top: -170px;
  background-color: #fff;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .blog__article--over-image {
      margin-top: -100px; } }

.blog__article--card {
  margin-bottom: 0;
  margin-top: 32px; }
  .blog__article--card .blog__article__content {
    margin: 0;
    min-height: 200px; }

.blog__article--image {
  background-size: cover;
  background-position: center center;
  z-index: 0;
  position: relative;
  border: none; }
  .blog__article--image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

.blog__article--image .blog__article__content {
  display: table; }
  .blog__article--image .blog__article__content .blog__article__title {
    display: table-cell;
    vertical-align: bottom;
    color: white; }
    .blog__article--image .blog__article__content .blog__article__title a {
      color: white; }

.banner, .blog__article-header-image,
.blog__article .btn--full {
  margin-left: -32px;
  width: calc(100% + 60px);
  position: relative;
  max-width: none; }
  @media screen and (max-width: 480px) {
    .banner, .blog__article-header-image,
    .blog__article .btn--full {
      width: calc(100% + 30px);
      margin-left: -16px; } }

.blog__article header {
  text-align: center;
  margin-bottom: 32px; }
  .blog__article header .accent {
    opacity: 0.6; }

.blog__article footer {
  margin-bottom: 32px; }

.blog__sidebar {
  position: relative; }

.blog__rss {
  position: absolute;
  top: 5px;
  right: 0; }

.blog__article__content {
  margin-top: 16px; }

.blog__comments {
  text-decoration: none; }
  .blog__comments em {
    color: rgba(0, 0, 0, 0.5); }
  .blog__comments:hover {
    text-decoration: underline; }

.blog__tag_Wrap {
  text-align: center;
  margin-bottom: 30px; }
  .blog__tag_Wrap h5, .blog__tag_Wrap .h5, .blog__tag_Wrap .h5--body {
    font-weight: bold; }
  .blog__tag_Wrap .blog__tag {
    text-decoration: none;
    position: relative;
    color: #000;
    background-color: transparent;
    border-radius: 2px;
    padding: 5.33333px 8px 5.33333px 8px;
    margin-bottom: 16px;
    margin-bottom: 3px;
    display: inline-block;
    font-family: "agenda", "sans-serif";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8em;
    font-weight: bold;
    font-size: 11px;
    /*
    &:before{
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 10px;
      position: absolute;
      top: 11px;
      left: 5px;
      background-color: $colorBody;;
    }
    */ }
    .blog__tag_Wrap .blog__tag svg {
      width: auto;
      height: 8px;
      margin-right: 5px; }
    .blog__tag_Wrap .blog__tag:hover svg, .blog__tag_Wrap .blog__tag.active svg {
      transform: rotateX(180deg); }

.comment {
  margin-bottom: 32px; }
  .comment + .comment {
    border-top: 1px solid rgba(188, 190, 192, 0.1);
    padding-top: 32px; }

header.blog__article-header-image-new {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center; }

header.blog__article-header-image-new .blog__article-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  text-align: left;
  padding: 25px;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear; }

header.blog__article-header-image-new .blog__article-info h2, header.blog__article-header-image-new .blog__article-info .h2, header.blog__article-header-image-new .blog__article-info .h2--body {
  margin: auto 0 0;
  text-transform: none; }
  header.blog__article-header-image-new .blog__article-info h2 a, header.blog__article-header-image-new .blog__article-info .h2 a, header.blog__article-header-image-new .blog__article-info .h2--body a {
    color: #fff; }

header.blog__article-header-image-new .blog__article-info .btn, header.blog__article-header-image-new .blog__article-info .btn--secondary, header.blog__article-header-image-new .blog__article-info input[type="submit"], header.blog__article-header-image-new .blog__article-info .spr-summary-actions-newreview, header.blog__article-header-image-new .blog__article-info .sky-pilot-access-denied a, .sky-pilot-access-denied header.blog__article-header-image-new .blog__article-info a, header.blog__article-header-image-new .blog__article-info .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup header.blog__article-header-image-new .blog__article-info a#login_link, header.blog__article-header-image-new .blog__article-info .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup header.blog__article-header-image-new .blog__article-info a#signup_link, header.blog__article-header-image-new .blog__article-info .charge_rabbit a.update-card-link, .charge_rabbit header.blog__article-header-image-new .blog__article-info a.update-card-link, header.blog__article-header-image-new .blog__article-info .charge_rabbit a.update-address-link, .charge_rabbit header.blog__article-header-image-new .blog__article-info a.update-address-link, header.blog__article-header-image-new .blog__article-info .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping header.blog__article-header-image-new .blog__article-info a, header.blog__article-header-image-new .blog__article-info .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper header.blog__article-header-image-new .blog__article-info a, header.blog__article-header-image-new .blog__article-info .charge_rabbit a.cancel-subscription-link, .charge_rabbit header.blog__article-header-image-new .blog__article-info a.cancel-subscription-link {
  margin: 20px auto 0 0; }

header.blog__article-header-image-new:hover .blog__article-info {
  background-color: rgba(0, 0, 0, 0.7); }

a#paginatie-next img {
  width: auto;
  height: 18px; }

.blog__tag:before {
  display: none; }

.formula_pro_global_product_con .pbox {
  padding: 15px 0;
  border: 1px solid rgba(247, 148, 30, 0);
  margin: auto 6px 20px; }
  .formula_pro_global_product_con .pbox.active {
    border: 1px solid #3ab3d2; }
  .formula_pro_global_product_con .pbox .formula-pro-imgWrap {
    position: relative;
    padding-top: 100%;
    margin: auto 0px 12px; }
    .formula_pro_global_product_con .pbox .formula-pro-imgWrap img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  .formula_pro_global_product_con .pbox h6, .formula_pro_global_product_con .pbox .h6, .formula_pro_global_product_con .pbox .h6--body {
    margin-bottom: auto; }

@media screen and (max-width: 768px) {
  /* mobile header fix */
  .nav--desktop .grandparent.main-menu--expanded > .main-menu-dropdown,
  .nav--desktop .parent.main-menu--expanded > .main-menu-dropdown {
    display: flex;
    flex-direction: column;
    position: relative; }

  .nav--desktop .grandparent > .main-menu-dropdown ul,
  .nav--desktop .parent > .main-menu-dropdown ul {
    display: flex;
    flex-direction: column; }

  .nav--desktop .main-menu > .grandparent > .main-menu-dropdown,
  .nav--desktop .main-menu > .parent > .main-menu-dropdown {
    border: none !important;
    padding-bottom: 0; } }
.fa {
  font-size: 26px !important; }

.site-footer input {
  background-color: white !important; }

input#subscribe {
  background-color: #58595b !important; }

/*.bv-cv2-cleanslate .bv-core-container-100 .bv-section-summary-inline .bv-secondary-rating-summary div {
  display: none!important;
}*/
.bv-cv2-cleanslate .bv-core-container-100 .bv-section-summary-inline div.bv-secondary-rating-summary {
  display: none !important; }

/* new product pages */
.template-product .main-content {
  margin-top: 1rem; }

.breadcrumb {
  text-transform: capitalize;
  font-family: 'agenda', sans-serif;
  font-size: 14px;
  margin-bottom: 1rem; }

.product-upper {
  display: flex; }

/*.dragging {
  pointer-events: none;
}*/
.slideshow {
  user-select: none; }

#slides {
  display: inline-flex;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  width: calc(100% - 32px);
  height: 130px;
  margin: 0 auto;
  cursor: pointer;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */ }

#slides::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */ }

#slides li {
  margin: 0;
  display: flex;
  position: relative; }

.thumbnails picture {
  display: flex; }

#zoomiocontainer {
  aspect-ratio: 1 / 1; }

.product-imgs-container {
  width: 50%;
  text-align: center; }
  .product-imgs-container .slider-for .slick-list,
  .product-imgs-container .slider-for-m .slick-list {
    width: 100%;
    height: 0 !important;
    overflow: hidden;
    padding-bottom: 100%; }
    .product-imgs-container .slider-for .slick-list .slick-slide,
    .product-imgs-container .slider-for-m .slick-list .slick-slide {
      height: unset;
      aspect-ratio: 1 / 1; }
      .product-imgs-container .slider-for .slick-list .slick-slide img:not(.video__placeholder),
      .product-imgs-container .slider-for-m .slick-list .slick-slide img:not(.video__placeholder) {
        height: 100%; }

.product-img {
  width: 8.25vw;
  height: 8.25vw;
  max-width: 114px;
  max-height: 114px;
  border: 1px solid;
  margin: 0 .25rem; }

.product-img:hover {
  transform: scale(1.01);
  transition: transform 300ms; }

.prev-thumbs,
.next-thumbs {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.prev-thumbs:hover polygon,
.next-thumbs:hover polygon {
  stroke: #44c8f5;
  transition: stroke 300ms; }

.thumbnail-slider {
  display: flex;
  align-items: center; }

.product-video {
  display: none; }

.featured-img,
.featured-video {
  max-width: 100%; }

.product-tagline {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.25rem;
  font-weight: 600; }

.product-title-container {
  width: 50%;
  padding: 0 2rem; }

.product-title {
  font-size: 2.5rem;
  line-height: 2.75rem;
  max-width: 450px;
  margin: 0 0 .5rem;
  text-transform: capitalize; }

.mobile-product-title {
  display: none; }

.ajaxified-cart-feedback {
  display: inline-block; }

/* review app overwrites */
#BVRRSummaryContainer {
  height: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: top; }
  #BVRRSummaryContainer .bv-rating-ratio-count .bv-rating-label {
    font-family: 'Agenda', sans-serif !important;
    color: #000 !important; }
  #BVRRSummaryContainer .bv-action-bar .bv-write-review-container .bv-submission-button {
    display: none !important; }

.product-title-container #BVRRSummaryContainer .bv-action-bar {
  display: inline-block !important;
  position: relative !important;
  padding: 0 !important; }

.product-title-container #BVRRSummaryContainer .bv-action-bar {
  right: unset !important; }

.product-title-container #BVRRSummaryContainer .bv-action-bar button {
  padding: 0 !important;
  background-color: transparent !important;
  color: #44c8f5 !important;
  text-decoration: underline !important; }

.product-title-container #BVRRSummaryContainer .bv-action-bar .bv-write-review-container {
  margin: 0 !important; }

.product-title-container #BVRRSummaryContainer .bv-summary-bar .bv-percent-recommend-container {
  margin: 0 0.5rem !important;
  display: none !important; }

.product-title-container #BVRRSummaryContainer .bv-details-bar {
  display: none !important; }

.product-title-container #BVRRSummaryContainer .bv-stars-container {
  align-items: center !important;
  display: flex !important; }

.product-title-container #BVRRSummaryContainer .bv-summary-bar .bv-action-bar {
  padding: 10px 0 0 !important; }

.newbadge {
  display: none; }

.quantity-selector__wrapper.text-center {
  align-items: center;
  display: flex; }

.product-title-container #BVRRSummaryContainer .bv-primarySummary-rating-container .bv-rating-stars-container .bv-rating-stars {
  font-size: 24px !important; }
  .product-title-container #BVRRSummaryContainer .bv-primarySummary-rating-container .bv-rating-stars-container .bv-rating-stars.bv-rating-stars-on {
    color: #fcd351 !important; }

.product-title-container #BVRRSummaryContainer .bv-stars-container {
  align-items: center;
  display: flex !important; }

.product-title-container #BVRRSummaryContainer .bv-summary-bar .bv-action-bar {
  padding: 0 !important; }

.product-title-container #BVRRSummaryContainer .bv-summary-bar .bv-action-bar .bv-write-review-container {
  margin: 0 !important; }

.product-title-container #BVRRSummaryContainer .bv-summary-bar .bv-rating-label,
.main-content .bv-cv2-cleanslate span {
  font-size: 18px !important; }

.product-title-container #BVRRSummaryContainer .bv-primarySummary-rating-container .bv-rating-stars-container .bv-rating-stars {
  font-size: 24px !important; }

.product-title-container #BVRRSummaryContainer .bv-stars-container {
  align-items: center;
  display: flex !important; }

.product-title-container #BVRRSummaryContainer .bv-summary-bar .bv-action-bar {
  padding: 0 !important; }

.product-title-container #BVRRSummaryContainer .bv-summary-bar .bv-action-bar .bv-write-review-container {
  margin: 0 !important; }

.product-title-container #BVRRSummaryContainer .bv-summary-bar .bv-rating-label,
.main-content .bv-cv2-cleanslate span {
  font-size: 18px !important; }

.product-title-container #BVRRSummaryContainer .bv-cv2-cleanslate div {
  display: flex !important; }

.product-details-links {
  height: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: top; }
  .product-details-links li {
    margin: 0 10px 0 0;
    font-size: 1.125rem;
    line-height: 19.5px;
    margin: 4.5px 0;
    display: inline-block;
    vertical-align: top; }
    .product-details-links li a {
      text-decoration: none; }
      .product-details-links li a img {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 3px;
        vertical-align: middle; }
        .product-details-links li a img.badge {
          filter: invert(67%) sepia(92%) saturate(3161%) hue-rotate(320deg) brightness(88%) contrast(122%); }
        .product-details-links li a img.chat {
          filter: invert(30%) sepia(87%) saturate(972%) hue-rotate(175deg) brightness(101%) contrast(94%); }

.bv-cv2-cleanslate div {
  text-align: center !important; }

/* end review app overwrites */
.product__price {
  margin-bottom: 0; }
  .product__price .money {
    color: #f25950;
    font-size: 2rem;
    font-weight: 600; }

.product-price {
  color: #000; }

.product-discount-message {
  display: inline-block;
  margin-left: 10px;
  color: #000;
  font-size: 1.5rem; }
  .product-discount-message a,
  .product-discount-message .orange-color {
    color: #f7941e; }

.affirm-as-low-as {
  font-size: 1.25rem !important;
  line-height: 1.5rem;
  min-height: 1.5rem; }

.affirm-modal-trigger {
  color: #44c8f5; }

.__affirm-logo.__affirm-logo-blue.__ligature__affirm_full_logo__:after,
.__affirm-logo.__affirm-logo-blue.__ligature__affirm_short_logo__:after {
  color: #060809 !important; }

.shopify-payment-terms {
  font-size: 1.25rem !important;
  line-height: 1.5rem;
  min-height: 1.5rem;
  margin-bottom: 20px; }

.free-shipping {
  font-size: 0.875rem;
  margin: 0; }

.quantity-selector__wrapper {
  align-items: center;
  display: inline-flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem; }

.quantity-selector__wrapper label.quantity-selector {
  font-size: 1rem;
  font-weight: 400; }

.quantity-selector__wrapper #Quantity {
  width: 3rem;
  box-shadow: inset -1px -1px 3px rgba(0, 0, 0, 0.5), 0 -3px 5px white, 0 3px 7px white;
  border: 1px solid;
  border-radius: 0;
  margin-left: 1rem;
  padding: .25rem; }

.add-to-cart__wrapper {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 1vw 0 0 1vw; }

.add-to-cart__wrapper .button_text {
  font-weight: bold;
  border: 1px solid;
  padding: .5rem 2rem;
  border-radius: 10px;
  font-size: 1.25rem; }

#AddToCart {
  min-width: 15rem;
  border-radius: 10px;
  padding: .5rem 2rem;
  background-color: #44c8f5;
  font-weight: 600;
  font-size: 1.25rem; }

#AddToCart:focus {
  outline: none; }

.product-description ul {
  display: inline-block;
  margin: 0 1rem 1rem 2rem;
  max-width: 37rem;
  font-size: 1.25rem;
  list-style: outside; }
  .product-description ul li {
    margin-bottom: 0;
    line-height: 1.5rem;
    font-size: 1.125rem; }
.product-description p {
  margin-bottom: 0;
  line-height: 1.5rem; }

.more-colors {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem; }

.bb-benefits {
  background-color: #E4E3E2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.benefits-link {
  color: #2b00ff;
  font-size: 1.25rem;
  text-decoration: none; }
  .benefits-link span {
    font-size: 1.5rem; }

.benefits-title {
  padding-top: 20px;
  font-size: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  font-family: 'Agenda', sans-serif;
  text-align: center;
  text-transform: unset;
  font-weight: 600;
  color: black; }
  @media only screen and (min-width: 769px) {
    .benefits-title {
      max-width: unset;
      padding-left: 50px;
      padding-right: 50px;
      font-size: 50px; } }

.benefits-list {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: 'Agenda', sans-serif; }
  @media only screen and (min-width: 769px) {
    .benefits-list {
      flex-direction: row;
      flex-wrap: wrap; } }
  .benefits-list > div {
    display: flex;
    align-items: center;
    max-width: calc(min(400px, 90vw));
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin: 0 auto 25px;
    line-height: 1.2; }
    .benefits-list > div p {
      margin: 0 0 0 30px;
      font-weight: 600;
      color: black;
      text-align: left; }
      .benefits-list > div p small {
        font-size: 60%; }
      @media only screen and (min-width: 769px) {
        .benefits-list > div p {
          margin: 0 0 0 15px; } }
    .benefits-list > div img {
      max-width: 115px; }

.product-nav {
  position: sticky;
  top: 0;
  z-index: 10000; }

.product-details-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  background: #44c8f5; }

.product-details-nav-list li {
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.product-details-nav-list li:last-child:after {
  display: none; }

.product-details-nav-list a {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  z-index: 100000; }

/* begin features styling */
.product-features {
  margin: .5rem 0; }

.features-list {
  margin-bottom: 0; }

.features-list-item {
  width: 100%;
  color: #fff;
  position: relative; }

.features-list-item img {
  display: block;
  width: 100%;
  height: 32.08vw; }

.features-text-content {
  position: absolute;
  top: calc(50% - 3vw);
  left: 10%;
  font-size: 1.5vw;
  text-align: center; }

.features-text-content p {
  margin: 0; }

.features-list-item:nth-child(even) .features-text-content {
  left: unset;
  right: 10%;
  max-width: 600px;
  width: 33vw; }

.features-list-item:nth-child(2) .features-text-content {
  top: calc(50% - 7vw); }

.features-list-item .features-text-content ul {
  list-style: outside;
  text-align: left; }

.other-features-list li:last-child {
  list-style: none;
  margin: 1rem 0; }

.other-features {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding: 2vw; }

.other-features-title {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  margin: 0 0 3rem;
  text-transform: capitalize;
  font-size: 2.5rem;
  line-height: 2.75rem; }

.other-features-img {
  padding: 0 5vw; }

.other-features-img,
.other-features ul {
  width: 50%;
  margin: 0; }

.other-features ul {
  font-size: 1rem;
  list-style: outside; }

.other-features-list p {
  font-size: 1.5rem; }

#product-features {
  margin: .5rem 0; }
  #product-features .features-list {
    margin-bottom: 0; }
  #product-features .features-list-item {
    width: 100%;
    background: linear-gradient(to top, #e7e8ea, white);
    color: #000;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8%;
    min-height: 32.08vw; }
    #product-features .features-list-item img {
      height: 32.08vw;
      width: auto !important; }
      @media only screen and (max-width: 768px) {
        #product-features .features-list-item img {
          height: 50vw; } }
    #product-features .features-list-item .features-text-content {
      font-size: 1.75rem;
      position: static !important;
      background: none;
      max-width: unset;
      flex-grow: 1; }
      #product-features .features-list-item .features-text-content .text-container {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px; }
        @media only screen and (max-width: 1200px) {
          #product-features .features-list-item .features-text-content .text-container {
            font-size: 1.25rem; } }
        @media only screen and (max-width: 992px) {
          #product-features .features-list-item .features-text-content .text-container ul li {
            font-size: 1rem; } }
        @media only screen and (max-width: 768px) {
          #product-features .features-list-item .features-text-content .text-container {
            margin: auto;
            max-width: unset;
            width: 80vw;
            padding: 10px 0; } }
    @media only screen and (max-width: 768px) {
      #product-features .features-list-item {
        height: auto;
        text-align: center;
        flex-direction: column-reverse; }
        #product-features .features-list-item:nth-child(even) {
          flex-direction: column; } }
  #product-features .features-text-content p {
    margin: 0; }
  #product-features .features-list-item .features-text-content ul {
    list-style: outside;
    text-align: left; }
  #product-features .other-features-list li:last-child {
    list-style: none;
    margin: 1rem 0; }
  #product-features .other-features {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 2vw; }
  #product-features .other-features-title {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    margin: 0 0 3rem;
    text-transform: capitalize;
    font-size: 2.5rem;
    line-height: 2.75rem; }
  #product-features .other-features-img {
    padding: 0 5vw; }
  #product-features .other-features-img,
  #product-features .other-features ul {
    width: 50%;
    margin: 0; }
  #product-features .other-features ul {
    font-size: 1rem;
    list-style: outside; }
  #product-features .other-features-list p {
    font-size: 1.5rem; }
  #product-features .video-container {
    height: 32.08vw !important;
    width: 32.08vw !important;
    display: block;
    position: relative; }
    #product-features .video-container iframe,
    #product-features .video-container .video-placeholder {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important; }
  @media only screen and (max-width: 768px) {
    #product-features .video-container {
      height: 85vw !important;
      width: 85vw !important;
      display: block;
      position: relative; } }

#awards {
  padding: 25px 25px 0 50px; }
  #awards .container {
    margin: 0 auto;
    max-width: 1400px; }
  #awards h2, #awards .h2, #awards .h2--body {
    font-size: 2.5rem;
    text-transform: unset; }
  #awards .award-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center; }
    #awards .award-badges .badge {
      flex-basis: 12.5%;
      margin-bottom: 30px;
      text-align: center; }
      #awards .award-badges .badge img {
        max-width: 100%;
        max-height: 165px; }
        @media only screen and (max-width: 992px) {
          #awards .award-badges .badge img {
            width: auto;
            height: auto; } }
        @media only screen and (max-width: 600px) {
          #awards .award-badges .badge img {
            max-width: 100%; } }
      @media only screen and (max-width: 992px) {
        #awards .award-badges .badge {
          flex-basis: calc((100% / 3) - (100px / 3)); } }
      @media only screen and (max-width: 600px) {
        #awards .award-badges .badge {
          flex-basis: calc(50% - 25px); } }
    @media only screen and (max-width: 992px) {
      #awards .award-badges {
        flex-basis: calc(100% / 3);
        justify-content: flex-start; } }

.awards-img-container {
  display: flex;
  flex-direction: column;
  height: 25vw;
  flex-wrap: wrap;
  width: 22vw;
  max-height: 200px; }
  @media only screen and (max-width: 768px) {
    .awards-img-container {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      flex-direction: row;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      align-items: center;
      flex-wrap: wrap;
      display: flex; }
      .awards-img-container picture {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 50%; }
        .awards-img-container picture .awardImg {
          /* margin: auto; */
          /* padding: 0; */
          max-width: 100%; } }

.awardImg:first-child {
  max-width: 100%;
  margin-right: 2vw; }

.awardImg {
  margin: auto;
  padding: 0;
  max-width: 200px; }

/* end features styling */
/* begin featured video */
.in-action {
  background: #cecece;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem 5rem; }

.in-action h3, .in-action .h3, .in-action .h3--body {
  text-transform: capitalize;
  font-size: 2.5rem;
  line-height: 2.75rem;
  color: #000; }

.in-action iframe {
  width: 100%;
  height: 500px;
  padding: 0;
  max-width: 55rem; }

/* end featured video */
.reviews-title {
  margin: auto;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  border-bottom: 2px solid;
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 1rem;
  padding: 1rem; }

.p-w-r .pr-qa-display .pr-qa-display-item-details {
  display: flex;
  flex-direction: column; }

.p-w-r .pr-qa-display .pr-qa-display-item-details time {
  margin-left: 0 !important; }

.p-w-r .pr-qa-display.pr-qa-display-desktop dd,
.p-w-r .pr-qa-display.pr-qa-display-tablet dd {
  margin-left: 0 !important; }

.additional-help {
  color: #fff;
  background-color: #5f5f5f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem; }

.additional-help h3, .additional-help .h3, .additional-help .h3--body {
  text-transform: capitalize;
  margin: 0;
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 2rem; }

.additional-help ul {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0; }

.additional-help li {
  margin: 0 1rem;
  text-align: center; }

.additional-help a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600; }

.related-articles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 5rem; }

.related-articles h3, .related-articles .h3, .related-articles .h3--body {
  font-size: 2.5rem;
  line-height: 2.75rem;
  text-transform: none; }

.related-articles ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  justify-content: space-evenly;
  width: 100%;
  margin: 0; }

.related-articles ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2vw;
  width: 33%; }

.related-articles ul li img {
  max-width: 450px;
  width: 100%; }

.related-articles ul li p {
  font-size: 1.25rem;
  margin-top: 1rem;
  text-align: center; }

.related-articles ul li a {
  font-size: 1.25rem;
  margin-top: 1rem;
  color: #44c8f5; }

.reviews-container {
  max-width: calc(100% - 10%);
  margin: auto; }

@media (max-width: 768px) {
  .template-product .breadcrumb {
    font-size: 12px; }

  .product-upper {
    flex-direction: column; }

  .product-imgs-container,
  .product-title-container {
    width: 100%;
    padding: 0; }

  .product-img {
    height: 16.5vw;
    width: 16.5vw; }

  .product-tagline {
    font-size: 1rem;
    /*margin-top: 2rem;*/ }

  .product-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1rem; }

  /*  .desktop-product-title {
      display: none;
    }*/
  .mobile-product-title {
    display: inline-block; }

  .product-title-container #BVRRSummaryContainer .bv-summary-bar .bv-rating-label,
  .main-content .bv-cv2-cleanslate span {
    font-size: 14px !important; }

  .product-upper #BVRRSummaryContainer .bv-summary-bar .bv-percent-recommend-container {
    display: none !important; }

  .product-upper .bv-core-container-100 div.bv-details-bar {
    display: none !important; }

  .product-upper #BVRRSummaryContainer .bv-action-bar button {
    padding: 0 !important;
    background-color: transparent !important;
    color: #44c8f5 !important;
    text-decoration: underline !important; }

  .product-upper #BVRRSummaryContainer div.bv-summary-bar {
    display: flex !important;
    align-items: center; }

  .product__price .money {
    font-size: 2rem; }

  .product-discount-message {
    font-size: 1rem; }

  .affirm-as-low-as {
    font-size: 1rem !important;
    line-height: 1rem;
    min-height: 1rem; }

  .shopify-payment-terms {
    font-size: 1rem !important;
    line-height: 1rem;
    min-height: 1rem; }

  .free-shipping {
    margin-bottom: 1rem; }

  .quantity-selector__wrapper {
    margin-top: 0; }

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

  .product-nav {
    top: unset; }

  .product-details-nav-list li {
    margin: unset; }

  .product-details-nav-list a {
    font-size: 1rem;
    padding: .5rem; }

  .product-details-nav-list li:after {
    font-size: 1rem; }

  .features-list-item img {
    margin-bottom: -1px;
    height: 72vw; }

  .features-text-content {
    position: relative;
    background-color: #000;
    width: 100%;
    left: unset;
    margin: 0;
    text-align: center;
    padding: 1rem; }
    .features-text-content, .features-text-content p {
      font-size: 1.5rem; }

  .features-list-item:nth-child(even) .features-text-content {
    width: 100%;
    max-width: 100%;
    right: unset;
    text-align: left;
    padding-left: 2rem; }

  .features-text-content p,
  .features-text-content li,
  .other-features-list p {
    font-size: 1rem;
    line-height: 1rem; }

  .features-text-content p {
    text-align: center; }

  .other-features {
    flex-direction: column;
    padding: 2rem; }

  .other-features-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 1rem 0; }

  .other-features-img, .other-features ul {
    width: 100%;
    margin: 0; }

  .other-features-img {
    margin-bottom: 1rem; }

  .other-features ul {
    padding-left: 1rem; }

  .other-features-list li:last-child {
    margin-left: -1rem; }

  .awards-img-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between; }
  .awardImg {
    width: 31%;
    margin: 0; }
  .awardImg:first-child {
    max-width: 140px; }

  .in-action {
    padding: 0; }

  .in-action h3, .in-action .h3, .in-action .h3--body {
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: center;
    padding: 1rem;
    margin: 0;
    max-width: 24rem; }

  .in-action iframe {
    width: 95%;
    height: 56vw;
    padding: 0 0 1rem;
    margin: auto; }

  .related-articles h3, .related-articles .h3, .related-articles .h3--body,
  .additional-help h3,
  .additional-help .h3,
  .additional-help .h3--body {
    font-size: 1.5rem;
    margin: auto; }

  .template-product .bv-cv2-cleanslate .bv-core-container-102 .bv-flex-container-column {
    width: 100% !important;
    margin: 0 !important; }

  .template-product .bv-cv2-cleanslate .bv-core-container-102 .bv-section-summary .bv-content-title {
    padding: 0 !important; }

  .template-product .bv-cv2-cleanslate .bv-core-container-102 .bv-action-bar {
    padding-bottom: 0 !important; }

  .template-product .bv-cv2-cleanslate .bv-core-container-102 .bv-action-bar .bv-action-bar-header {
    margin-top: 0.25rem !important; }

  .p-w-r .pr-qa-display .pr-qa-display-question {
    width: 75%;
    margin: auto; }

  .pr-qa-display-sort .pr-qa-sort-group {
    float: none !important; }

  .additional-help ul {
    flex-direction: column;
    align-items: center; }

  .related-articles ul {
    flex-direction: column; }

  .related-articles ul li {
    width: 100%; }

  .related-articles ul li p {
    margin-bottom: 0; }

  .features-list-item .features-text-content ul {
    max-width: 280px;
    margin: auto; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .awards-img-container {
      justify-content: center; } }

  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .awardImg {
      width: 50%; } }

/* refactor-home-featured-products section */
.full-width-img,
.full-width-img img {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 6px; }

.product_title {
  position: absolute;
  top: 80px;
  left: 80px;
  width: 45%;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 1340px) {
    .product_title {
      top: 40px;
      left: 40px; } }

.product_title svg {
  width: 100%; }

.full-width-img .product_tagline {
  color: #fff;
  font-family: agenda, sans-serif;
  font-size: 2rem;
  margin-top: .75rem;
  text-align: center;
  line-height: 2rem; }

.product_explanation {
  color: #fff;
  font-family: agenda, sans-serif;
  font-size: 1.5rem;
  text-align: left;
  line-height: initial; }
  @media only screen and (max-width: 1200px) {
    .product_explanation {
      font-size: 1.2em;
      margin-bottom: 10px; } }

.cta-text {
  text-align: center;
  color: #fff;
  margin: 1.5rem auto 0;
  border: 2px solid;
  padding: .5rem 1rem;
  border-radius: 10px;
  font-size: 1rem; }

.mark {
  margin-left: 50%;
  width: 50% !important;
  max-width: 200px;
  position: absolute !important;
  bottom: 30px;
  top: auto;
  bottom: 50px;
  left: -20%;
  right: 0; }
  @media only screen and (max-width: 1500px) {
    .mark {
      bottom: 25px;
      max-width: 150px; } }
  @media only screen and (max-width: 1340px) {
    .mark {
      bottom: 10px;
      max-width: 100px; } }

.button-text {
  text-align: center;
  color: #fff;
  margin: 0 auto 0;
  border: 2px solid;
  padding: .5rem 1rem;
  border-radius: 10px;
  font-size: 1.5rem;
  text-transform: uppercase; }

.product_text {
  color: #fff;
  font-family: agenda, sans-serif;
  font-size: 2.5rem;
  margin-top: .75rem;
  text-align: left;
  line-height: 2rem;
  font-weight: bold;
  line-height: normal; }
  @media only screen and (max-width: 1200px) {
    .product_text {
      font-size: 1.5em; } }

.cta-text:hover {
  color: #44c8f5;
  transition: color 300ms; }

.full-width-img .cta-text {
  min-width: 195px; }

.newer-banner .product_title {
  left: 28vw;
  font-size: 2.5vw;
  max-width: 100%;
  line-height: 3.5vw;
  top: 19%; }

.newer-banner .cta-text {
  color: #000;
  margin-right: auto;
  margin: 2.5rem auto 2.5rem 0; }

.newer-banner .cta-text:hover {
  color: #44c8f5;
  transition: color 300ms; }

.newer-banner .logo-image {
  width: 16vw;
  vertical-align: middle; }

@media screen and (max-width: 1000px) {
  .newer-banner .product_title {
    top: 10%; } }
@media screen and (max-width: 768px) {
  .product_title {
    top: 0;
    width: 100%;
    left: 0;
    padding: 1rem 2rem; }

  .product_title svg {
    width: 70%;
    margin: auto; }

  .full-width-img .product_tagline {
    font-size: 4.5vw;
    line-height: 5vw;
    margin-top: 1vw; }

  .cta-text {
    padding: 1vw;
    font-size: 2vw;
    width: 30%;
    margin: auto;
    border-radius: 3px; }

  .full-width-img .cta-text {
    min-width: unset; }

  .newer-banner .product_title {
    width: auto;
    top: 10%;
    left: 22%;
    text-align: left; }

  .newer-banner .cta-text {
    min-width: unset;
    max-width: 95px;
    margin: .5rem 0;
    width: 100%; }

  .newer-banner .logo-image {
    width: 5rem; }

  #AddToCart {
    width: 100%;
    min-width: unset; } }
/* refactored header styles */
.header__wrapper .wrapper, .header__wrapper .charge_rabbit, .header__wrapper .sky-pilot {
  max-width: 100% !important; }

.nav--desktop .main-menu > li > a,
.cart-content a {
  font-family: agenda, sans-serif !important;
  font-size: 1.25rem !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  margin-left: 10px; }

.nav--desktop .main-menu.desktop-only > li:first-of-type > a {
  margin-left: 0; }

input.search_box {
  padding: 0.5rem 2rem 0.5rem 0.5rem !important;
  background: white url(https://cdn.shopify.com/s/files/1/1377/3271/files/search.jpg?11854) no-repeat 12px 50%;
  background-size: 1rem;
  border: none !important;
  width: 0rem !important;
  margin: 0 !important;
  transition: width .25s;
  cursor: pointer; }

input.search_box:focus {
  width: 15rem !important;
  border: 1px solid !important;
  margin: 0 1rem 0 0 !important;
  background: transparent;
  cursor: auto; }

a.CartToggle {
  margin: 0 !important; }

.header-logo a {
  width: 100%;
  display: flex !important;
  align-items: center;
  text-transform: lowercase;
  letter-spacing: 0; }

.logo-image {
  width: 100%; }

.logo-tag-line {
  width: 100%;
  color: #58595b !important;
  font-family: agenda, sans-serif !important;
  margin-top: .5rem;
  margin-left: 1rem; }

.search_form_holder {
  margin-left: 3rem !important; }

@media screen and (max-width: 1100px) {
  .search_form_holder {
    margin-left: 0 !important; } }
@media only screen and (min-width: 769px) {
  .nav--desktop .mobile-wrapper {
    max-width: 390px; } }
@media only screen and (min-width: 850px) {
  .nav--desktop .mobile-wrapper {
    max-width: unset; } }

@media screen and (max-width: 768px) {
  .nav--desktop .header-menu > ul > li > a {
    padding-top: 3px;
    padding-bottom: 3px; }

  .nav--desktop .main-menu li a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 1.25rem !important;
    text-transform: capitalize; }

  .nav--desktop .header-hamburger, .nav--desktop .nav-carat, .nav--desktop .header-cart__bubble {
    display: inline-block !important; }

  .header-logo a {
    flex-direction: column; }

  .nav--desktop {
    position: relative;
    left: unset; }

  .nav--desktop .header-logo {
    padding: 15px 0;
    text-align: center; }

  .nav--desktop .header-logo a,
  .nav--desktop .header-logo img {
    display: inline-block; }

  .nav--desktop .header-logo .logo-image {
    max-width: 80%; }

  .nav--desktop .logo-wrapper {
    margin-left: 10%;
    display: flex;
    margin: 0; }

  .nav--desktop .mobile-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center; }

  .header-logo a {
    display: flex; }

  .nav--desktop .mobile-wrapper:after {
    content: '';
    display: table;
    clear: both; }

  .nav--desktop .header-hamburger,
  .nav--desktop .header-cart,
  .nav--desktop .header-customer {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 25px;
    height: 25px; }

  .nav--desktop .header-hamburger {
    left: 0;
    background: url("/cdn/shop/t/212/assets/nav.svg?v=135257737263320295131647743253") no-repeat left 0 center; }

  .nav--desktop .header-cart {
    right: 0;
    top: 40%;
    background: url("/cdn/shop/t/212/assets/cart.svg?v=133824659553150712981647743253") no-repeat left 0 center; }

  .nav--desktop .header-customer {
    top: 55%;
    right: 40px;
    background: url("/cdn/shop/t/212/assets/customer.svg?v=23610538246737708371647743238") no-repeat left 0 center; }

  .nav--desktop .header-cart__bubble {
    position: absolute;
    top: 40%;
    margin-top: -2px;
    right: -5px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #000;
    color: transparent; }

  .nav--desktop .header-menu {
    display: none; }

  .nav--desktop .grandparent.main-menu--expanded > .main-menu-dropdown,
  .nav--desktop .parent.main-menu--expanded > .main-menu-dropdown,
  .nav--desktop .header-menu.main-menu--expanded {
    display: block; }

  .nav--desktop .main-menu--expanded > a {
    color: #f7941e; }

  .nav--desktop .nav-carat {
    padding-right: 9px;
    padding-left: 15px;
    float: right; }

  .nav--desktop .main-menu--expanded > .nav-carat > .plus {
    display: none; }

  .nav--desktop .main-menu--expanded > .nav-carat > .minus {
    display: block; }

  .nav--desktop .nav-carat .minus {
    display: none; }

  .nav--desktop .main-menu li a {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px; }

  .nav--desktop .main-menu > li > a,
  .nav--desktop .grandparent > .main-menu-dropdown > ul > .parent > a,
  .nav--desktop .grandparent > .main-menu-dropdown > ul > .child > a {
    font-family: "agenda", sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px; }

  .nav--desktop .main-menu li {
    display: block;
    padding: 3px 0; }

  .nav--desktop .main-menu li:not(:nth-last-child(2)) {
    /*border-bottom: 1px solid rgba(58, 178, 210, 0.2)*/ }

  .nav--desktop .main-menu li.main-menu--expanded {
    border-bottom: none; }

  .nav--desktop .main-menu-dropdown ul {
    margin-left: 15px; }

  .nav--desktop .meganav_image,
  .nav--desktop .cart-text-link {
    display: none !important; }

  .nav--desktop .header-menu {
    text-align: left; }

  .nav--desktop .main-menu {
    width: 100%; }

  .nav--desktop .show-menu {
    display: block;
    border-bottom: 1px solid #58595b; }

  input.search_box {
    width: 80% !important;
    margin: auto !important;
    border: 1px solid #bcbec0 !important; }

  .cart-content {
    text-align: center; } }
.btm-content {
  font-size: 21px;
  text-align: left;
  margin: 20px auto;
  padding: 25px;
  max-width: 1200px;
  width: 100%;
  text-transform: none; }
  @media only screen and (max-width: 768px) {
    .btm-content {
      font-size: 16px; } }

#baby-brezza-ultimate-changing-station-diaper-bag-backpack .features-list .features-list-item:first-child .features-text-content {
  top: 25%;
  left: 18%;
  font-size: 1.7vw; }
  @media only screen and (max-width: 768px) {
    #baby-brezza-ultimate-changing-station-diaper-bag-backpack .features-list .features-list-item:first-child .features-text-content {
      left: unset; } }
#baby-brezza-ultimate-changing-station-diaper-bag-backpack .features-list .features-list-item:nth-child(2) .features-text-content {
  top: 20%;
  left: 34%;
  font-size: 1.7vw;
  width: auto;
  max-width: 100%; }
  @media only screen and (max-width: 768px) {
    #baby-brezza-ultimate-changing-station-diaper-bag-backpack .features-list .features-list-item:nth-child(2) .features-text-content {
      left: unset; } }
#baby-brezza-ultimate-changing-station-diaper-bag-backpack .features-list .features-list-item:nth-child(3) .features-text-content {
  position: absolute;
  top: 30%;
  left: 8%;
  font-size: 1.5vw;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #baby-brezza-ultimate-changing-station-diaper-bag-backpack .features-list .features-list-item:nth-child(3) .features-text-content {
      left: unset;
      position: relative; } }
#baby-brezza-ultimate-changing-station-diaper-bag-backpack .features-list .features-list-item:nth-child(4) .features-text-content {
  width: 100%;
  max-width: 47%;
  left: 40%;
  top: 27%; }
  @media only screen and (max-width: 768px) {
    #baby-brezza-ultimate-changing-station-diaper-bag-backpack .features-list .features-list-item:nth-child(4) .features-text-content {
      left: unset;
      max-width: 100%;
      text-align: center; } }
  #baby-brezza-ultimate-changing-station-diaper-bag-backpack .features-list .features-list-item:nth-child(4) .features-text-content ul {
    list-style-position: inside;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #baby-brezza-ultimate-changing-station-diaper-bag-backpack .features-list .features-list-item:nth-child(4) .features-text-content ul {
        max-width: 100%; } }

@media only screen and (max-width: 768px) {
  .nav--desktop .kids-1 .nav-carat {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .nav--desktop .kids-1 .main-menu-dropdown {
    display: block !important; }
    .nav--desktop .kids-1 .main-menu-dropdown ul {
      display: flex;
      flex-direction: column;
      padding-left: 0px;
      margin-left: 0px;
      padding-top: 0px;
      letter-spacing: 1px;
      padding-bottom: 0px; } }
@media only screen and (min-width: 768px) {
  .nav--desktop .kids-1 .kids-0 {
    margin-top: 35px;
    font-family: "agenda","sans-serif";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8em;
    font-weight: bold; } }
.nav--desktop .kids-1 .kids-0 a {
  font-weight: bold; }

#time-savings-calculator .main-content {
  padding-bottom: 0px; }
#time-savings-calculator .site-footer-wrapper {
  margin-top: 0px; }

.savings-container {
  font-family: agenda,sans-serif;
  background: black;
  background: -moz-linear-gradient(90deg, black 0%, #616264 100%);
  background: -webkit-linear-gradient(90deg, black 0%, #616264 100%);
  background: linear-gradient(90deg, black 0%, #616264 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#616264",GradientType=1); }
  .savings-container .header {
    background: #000;
    color: #fff;
    /* display: flex; */
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px; }
    .savings-container .header .logo-headline {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 25px 0; }
      @media only screen and (max-width: 768px) {
        .savings-container .header .logo-headline {
          flex-direction: column; } }
      .savings-container .header .logo-headline .img {
        flex-basis: 20%; }
        .savings-container .header .logo-headline .img img {
          width: 400px;
          max-width: 100%; }
      .savings-container .header .logo-headline .title, .savings-container .header .logo-headline h1, .savings-container .header .logo-headline .h1, .savings-container .header .logo-headline .h1--body, .savings-container .header .logo-headline h2, .savings-container .header .logo-headline .h2, .savings-container .header .logo-headline .h2--body, .savings-container .header .logo-headline h3, .savings-container .header .logo-headline .h3, .savings-container .header .logo-headline .h3--body, .savings-container .header .logo-headline h4, .savings-container .header .logo-headline .h4, .savings-container .header .logo-headline .h4--body, .savings-container .header .logo-headline h5, .savings-container .header .logo-headline .h5, .savings-container .header .logo-headline .h5--body, .savings-container .header .logo-headline h6, .savings-container .header .logo-headline .h6, .savings-container .header .logo-headline .h6--body, .savings-container .header .logo-headline .btn--large, .savings-container .header .logo-headline .header-logo, .savings-container .header .logo-headline .home__title, .savings-container .header .logo-headline .title--flex {
        margin-left: 25px; }
        @media only screen and (max-width: 768px) {
          .savings-container .header .logo-headline .title, .savings-container .header .logo-headline h1, .savings-container .header .logo-headline .h1, .savings-container .header .logo-headline .h1--body, .savings-container .header .logo-headline h2, .savings-container .header .logo-headline .h2, .savings-container .header .logo-headline .h2--body, .savings-container .header .logo-headline h3, .savings-container .header .logo-headline .h3, .savings-container .header .logo-headline .h3--body, .savings-container .header .logo-headline h4, .savings-container .header .logo-headline .h4, .savings-container .header .logo-headline .h4--body, .savings-container .header .logo-headline h5, .savings-container .header .logo-headline .h5, .savings-container .header .logo-headline .h5--body, .savings-container .header .logo-headline h6, .savings-container .header .logo-headline .h6, .savings-container .header .logo-headline .h6--body, .savings-container .header .logo-headline .btn--large, .savings-container .header .logo-headline .header-logo, .savings-container .header .logo-headline .home__title, .savings-container .header .logo-headline .title--flex {
            margin-left: 0; } }
        .savings-container .header .logo-headline .title h1, .savings-container .header .logo-headline h1 h1, .savings-container .header .logo-headline .h1 h1, .savings-container .header .logo-headline .h1--body h1, .savings-container .header .logo-headline h2 h1, .savings-container .header .logo-headline .h2 h1, .savings-container .header .logo-headline .h2--body h1, .savings-container .header .logo-headline h3 h1, .savings-container .header .logo-headline .h3 h1, .savings-container .header .logo-headline .h3--body h1, .savings-container .header .logo-headline h4 h1, .savings-container .header .logo-headline .h4 h1, .savings-container .header .logo-headline .h4--body h1, .savings-container .header .logo-headline h5 h1, .savings-container .header .logo-headline .h5 h1, .savings-container .header .logo-headline .h5--body h1, .savings-container .header .logo-headline h6 h1, .savings-container .header .logo-headline .h6 h1, .savings-container .header .logo-headline .h6--body h1, .savings-container .header .logo-headline .btn--large h1, .savings-container .header .logo-headline .header-logo h1, .savings-container .header .logo-headline .home__title h1, .savings-container .header .logo-headline .title--flex h1, .savings-container .header .logo-headline .title .h1, .savings-container .header .logo-headline h1 .h1, .savings-container .header .logo-headline .h1 .h1, .savings-container .header .logo-headline .h1--body .h1, .savings-container .header .logo-headline h2 .h1, .savings-container .header .logo-headline .h2 .h1, .savings-container .header .logo-headline .h2--body .h1, .savings-container .header .logo-headline h3 .h1, .savings-container .header .logo-headline .h3 .h1, .savings-container .header .logo-headline .h3--body .h1, .savings-container .header .logo-headline h4 .h1, .savings-container .header .logo-headline .h4 .h1, .savings-container .header .logo-headline .h4--body .h1, .savings-container .header .logo-headline h5 .h1, .savings-container .header .logo-headline .h5 .h1, .savings-container .header .logo-headline .h5--body .h1, .savings-container .header .logo-headline h6 .h1, .savings-container .header .logo-headline .h6 .h1, .savings-container .header .logo-headline .h6--body .h1, .savings-container .header .logo-headline .btn--large .h1, .savings-container .header .logo-headline .header-logo .h1, .savings-container .header .logo-headline .home__title .h1, .savings-container .header .logo-headline .title--flex .h1, .savings-container .header .logo-headline .title .h1--body, .savings-container .header .logo-headline h1 .h1--body, .savings-container .header .logo-headline .h1 .h1--body, .savings-container .header .logo-headline .h1--body .h1--body, .savings-container .header .logo-headline h2 .h1--body, .savings-container .header .logo-headline .h2 .h1--body, .savings-container .header .logo-headline .h2--body .h1--body, .savings-container .header .logo-headline h3 .h1--body, .savings-container .header .logo-headline .h3 .h1--body, .savings-container .header .logo-headline .h3--body .h1--body, .savings-container .header .logo-headline h4 .h1--body, .savings-container .header .logo-headline .h4 .h1--body, .savings-container .header .logo-headline .h4--body .h1--body, .savings-container .header .logo-headline h5 .h1--body, .savings-container .header .logo-headline .h5 .h1--body, .savings-container .header .logo-headline .h5--body .h1--body, .savings-container .header .logo-headline h6 .h1--body, .savings-container .header .logo-headline .h6 .h1--body, .savings-container .header .logo-headline .h6--body .h1--body, .savings-container .header .logo-headline .btn--large .h1--body, .savings-container .header .logo-headline .header-logo .h1--body, .savings-container .header .logo-headline .home__title .h1--body, .savings-container .header .logo-headline .title--flex .h1--body {
          color: #00bff3;
          font-size: 3.5em;
          margin: 0;
          margin-bottom: 10px;
          font-family: agenda,sans-serif; }
          @media only screen and (max-width: 768px) {
            .savings-container .header .logo-headline .title h1, .savings-container .header .logo-headline h1 h1, .savings-container .header .logo-headline .h1 h1, .savings-container .header .logo-headline .h1--body h1, .savings-container .header .logo-headline h2 h1, .savings-container .header .logo-headline .h2 h1, .savings-container .header .logo-headline .h2--body h1, .savings-container .header .logo-headline h3 h1, .savings-container .header .logo-headline .h3 h1, .savings-container .header .logo-headline .h3--body h1, .savings-container .header .logo-headline h4 h1, .savings-container .header .logo-headline .h4 h1, .savings-container .header .logo-headline .h4--body h1, .savings-container .header .logo-headline h5 h1, .savings-container .header .logo-headline .h5 h1, .savings-container .header .logo-headline .h5--body h1, .savings-container .header .logo-headline h6 h1, .savings-container .header .logo-headline .h6 h1, .savings-container .header .logo-headline .h6--body h1, .savings-container .header .logo-headline .btn--large h1, .savings-container .header .logo-headline .header-logo h1, .savings-container .header .logo-headline .home__title h1, .savings-container .header .logo-headline .title--flex h1, .savings-container .header .logo-headline .title .h1, .savings-container .header .logo-headline h1 .h1, .savings-container .header .logo-headline .h1 .h1, .savings-container .header .logo-headline .h1--body .h1, .savings-container .header .logo-headline h2 .h1, .savings-container .header .logo-headline .h2 .h1, .savings-container .header .logo-headline .h2--body .h1, .savings-container .header .logo-headline h3 .h1, .savings-container .header .logo-headline .h3 .h1, .savings-container .header .logo-headline .h3--body .h1, .savings-container .header .logo-headline h4 .h1, .savings-container .header .logo-headline .h4 .h1, .savings-container .header .logo-headline .h4--body .h1, .savings-container .header .logo-headline h5 .h1, .savings-container .header .logo-headline .h5 .h1, .savings-container .header .logo-headline .h5--body .h1, .savings-container .header .logo-headline h6 .h1, .savings-container .header .logo-headline .h6 .h1, .savings-container .header .logo-headline .h6--body .h1, .savings-container .header .logo-headline .btn--large .h1, .savings-container .header .logo-headline .header-logo .h1, .savings-container .header .logo-headline .home__title .h1, .savings-container .header .logo-headline .title--flex .h1, .savings-container .header .logo-headline .title .h1--body, .savings-container .header .logo-headline h1 .h1--body, .savings-container .header .logo-headline .h1 .h1--body, .savings-container .header .logo-headline .h1--body .h1--body, .savings-container .header .logo-headline h2 .h1--body, .savings-container .header .logo-headline .h2 .h1--body, .savings-container .header .logo-headline .h2--body .h1--body, .savings-container .header .logo-headline h3 .h1--body, .savings-container .header .logo-headline .h3 .h1--body, .savings-container .header .logo-headline .h3--body .h1--body, .savings-container .header .logo-headline h4 .h1--body, .savings-container .header .logo-headline .h4 .h1--body, .savings-container .header .logo-headline .h4--body .h1--body, .savings-container .header .logo-headline h5 .h1--body, .savings-container .header .logo-headline .h5 .h1--body, .savings-container .header .logo-headline .h5--body .h1--body, .savings-container .header .logo-headline h6 .h1--body, .savings-container .header .logo-headline .h6 .h1--body, .savings-container .header .logo-headline .h6--body .h1--body, .savings-container .header .logo-headline .btn--large .h1--body, .savings-container .header .logo-headline .header-logo .h1--body, .savings-container .header .logo-headline .home__title .h1--body, .savings-container .header .logo-headline .title--flex .h1--body {
              margin-bottom: 10px;
              font-size: 3em; } }
    .savings-container .header h2, .savings-container .header .h2, .savings-container .header .h2--body {
      font-family: agenda,sans-serif; }
  .savings-container .savings-calc-container {
    padding: 50px 0;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%; }
    .savings-container .savings-calc-container .back-button {
      text-align: center;
      margin: 25px auto 10px auto;
      font-size: 20px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      width: 100px; }
      .savings-container .savings-calc-container .back-button .img {
        margin-right: 10px; }
        .savings-container .savings-calc-container .back-button .img img {
          margin-top: 3px; }
      .savings-container .savings-calc-container .back-button:hover {
        color: #00bff3; }
    .savings-container .savings-calc-container .innerLiner {
      margin-bottom: 50px; }
      .savings-container .savings-calc-container .innerLiner .step {
        display: inline-flex !important;
        max-width: 1500px;
        height: auto;
        vertical-align: top;
        white-space: normal;
        width: 100%;
        margin: 0 auto; }
        @media only screen and (max-width: 768px) {
          .savings-container .savings-calc-container .innerLiner .step {
            height: auto;
            vertical-align: top; } }
      .savings-container .savings-calc-container .innerLiner .mycontainer {
        white-space: nowrap;
        overflow-x: hidden;
        width: 1500px; }
      .savings-container .savings-calc-container .innerLiner .step-1 {
        display: block;
        min-height: 300px; }
        .savings-container .savings-calc-container .innerLiner .step-1 .inner {
          text-align: center;
          margin: 0 auto; }
          .savings-container .savings-calc-container .innerLiner .step-1 .inner h2, .savings-container .savings-calc-container .innerLiner .step-1 .inner .h2, .savings-container .savings-calc-container .innerLiner .step-1 .inner .h2--body {
            font-family: agenda,sans-serif;
            color: #00bff3; }
          .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid {
            display: flex;
            justify-content: center; }
            @media only screen and (max-width: 1023px) {
              .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid {
                flex-wrap: wrap; } }
            .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item {
              margin: 0 25px;
              width: 20%;
              border: 2px solid;
              border-radius: 5px;
              padding: 20px;
              cursor: pointer; }
              .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item:hover, .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item:focus {
                background: rgba(0, 0, 0, 0.5);
                border: 2px solid #00bff3; }
              @media only screen and (max-width: 768px) {
                .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item {
                  margin: 25px;
                  width: 26.5%;
                  max-width: 100%; } }
              @media only screen and (max-width: 500px) {
                .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item {
                  margin: 15px;
                  width: 42%;
                  max-width: 100%;
                  padding: 20px 20px 0px; } }
              .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item .inners {
                position: relative;
                min-height: 215px; }
                .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item .inners .img {
                  position: absolute;
                  bottom: 0;
                  right: 0;
                  left: 0; }
              .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item a {
                color: #fff;
                text-decoration: none;
                display: block;
                cursor: pointer; }
                .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item a h3, .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item a .h3, .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item a .h3--body {
                  font-family: agenda,sans-serif;
                  text-transform: none;
                  min-height: 60px;
                  margin-bottom: -20px; }
                  @media only screen and (max-width: 500px) {
                    .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item a h3, .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item a .h3, .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item a .h3--body {
                      margin-bottom: 0px; } }
                .savings-container .savings-calc-container .innerLiner .step-1 .inner .activity-grid .item a .img img {
                  max-width: 100%;
                  max-height: 150px; }
      .savings-container .savings-calc-container .innerLiner .step-2 .inner {
        text-align: center;
        margin: 0 auto; }
        .savings-container .savings-calc-container .innerLiner .step-2 .inner h2, .savings-container .savings-calc-container .innerLiner .step-2 .inner .h2, .savings-container .savings-calc-container .innerLiner .step-2 .inner .h2--body {
          font-family: agenda,sans-serif;
          color: #00bff3; }
        .savings-container .savings-calc-container .innerLiner .step-2 .inner .bottles-grid {
          display: flex;
          flex-wrap: wrap;
          text-align: center;
          justify-content: center;
          margin: 10px auto;
          max-width: 1033px; }
          .savings-container .savings-calc-container .innerLiner .step-2 .inner .bottles-grid .item {
            cursor: pointer;
            position: relative;
            margin: 25px; }
            @media only screen and (max-width: 768px) {
              .savings-container .savings-calc-container .innerLiner .step-2 .inner .bottles-grid .item {
                margin: 25px; } }
            .savings-container .savings-calc-container .innerLiner .step-2 .inner .bottles-grid .item:hover span {
              color: #00bff3; }
            .savings-container .savings-calc-container .innerLiner .step-2 .inner .bottles-grid .item span {
              position: absolute;
              right: 0;
              left: 0;
              color: #000;
              /* font-weight: bold; */
              font-size: 30px;
              z-index: 100;
              top: 40px;
              display: inline-block;
              width: auto;
              text-align: center; }
      .savings-container .savings-calc-container .innerLiner .step-3 {
        width: 100%;
        max-width: 1500px; }
        .savings-container .savings-calc-container .innerLiner .step-3 .inner {
          margin: 0 auto; }
          .savings-container .savings-calc-container .innerLiner .step-3 .inner .btn-grid {
            display: flex;
            justify-content: center;
            flex-wrap: wrap; }
          .savings-container .savings-calc-container .innerLiner .step-3 .inner .result {
            display: flex;
            justify-content: center; }
            @media only screen and (max-width: 768px) {
              .savings-container .savings-calc-container .innerLiner .step-3 .inner .result {
                flex-direction: column; } }
            .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .img {
              margin: 0 auto;
              padding: 0 25px; }
              .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .img img {
                width: 300px;
                max-width: 100%; }
            @media only screen and (max-width: 768px) {
              .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content {
                padding: 25px; } }
            .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content h2, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content .h2, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content .h2--body {
              text-transform: none;
              font-size: 2.2em;
              margin-bottom: 0px;
              font-family: agenda,sans-serif; }
            .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content .how {
              font-size: 20px;
              line-height: 18pt;
              margin-top: 5px; }
            .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div {
              font-size: 20px;
              line-height: 18pt;
              padding-right: 20px;
              padding-top: 5px;
              color: white !important; }
              @media only screen and (max-width: 768px) {
                .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div {
                  padding: 0; } }
              .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div p {
                margin-bottom: 0px; }
                .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div p strong {
                  color: #00bff3;
                  font-size: 1.2em; }
              .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div ul {
                list-style-type: disc;
                padding-left: 20px; }
                .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div ul li {
                  margin: 0 0 5px 0; }
                  .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div ul li span {
                    color: #fede4e; }
              .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid {
                display: flex;
                justify-content: flex-start; }
                @media only screen and (max-width: 500px) {
                  .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid {
                    flex-direction: column; } }
                .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .btn, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .btn--secondary, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid input[type="submit"], .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .spr-summary-actions-newreview, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .sky-pilot-access-denied a, .sky-pilot-access-denied .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a#login_link, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a#signup_link, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit a.update-card-link, .charge_rabbit .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a.update-card-link, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit a.update-address-link, .charge_rabbit .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a.update-address-link, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit a.cancel-subscription-link, .charge_rabbit .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a.cancel-subscription-link {
                  padding: 8px 25px;
                  margin-right: 20px; }
                  @media only screen and (max-width: 768px) {
                    .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .btn, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .btn--secondary, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid input[type="submit"], .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .spr-summary-actions-newreview, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .sky-pilot-access-denied a, .sky-pilot-access-denied .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a#login_link, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a#signup_link, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit a.update-card-link, .charge_rabbit .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a.update-card-link, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit a.update-address-link, .charge_rabbit .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a.update-address-link, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit a.cancel-subscription-link, .charge_rabbit .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a.cancel-subscription-link {
                      margin-left: 40px; }
                      .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .btn:first-child, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .btn--secondary:first-child, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid input[type="submit"]:first-child, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .spr-summary-actions-newreview:first-child, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .sky-pilot-access-denied a:first-child, .sky-pilot-access-denied .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a:first-child, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .login_or_signup a#login_link:first-child, .charge_rabbit .login_or_signup .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a#login_link:first-child, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .login_or_signup a#signup_link:first-child, .charge_rabbit .login_or_signup .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a#signup_link:first-child, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit a.update-card-link:first-child, .charge_rabbit .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a.update-card-link:first-child, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit a.update-address-link:first-child, .charge_rabbit .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a.update-address-link:first-child, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .continue_shopping a:first-child, .charge_rabbit .continue_shopping .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a:first-child, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .cancel-subscription-wrapper a:first-child, .charge_rabbit .cancel-subscription-wrapper .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a:first-child, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit a.cancel-subscription-link:first-child, .charge_rabbit .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a.cancel-subscription-link:first-child {
                        margin-left: 0; } }
                  @media only screen and (max-width: 651px) {
                    .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .btn, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .btn--secondary, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid input[type="submit"], .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .spr-summary-actions-newreview, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .sky-pilot-access-denied a, .sky-pilot-access-denied .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a#login_link, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a#signup_link, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit a.update-card-link, .charge_rabbit .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a.update-card-link, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit a.update-address-link, .charge_rabbit .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a.update-address-link, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a, .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .charge_rabbit a.cancel-subscription-link, .charge_rabbit .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid a.cancel-subscription-link {
                      width: 100%;
                      margin: 15px auto;
                      text-align: center;
                      margin-left: 0px; } }
                .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .btn-1 {
                  background: transparent;
                  border: 2px solid #f7ed52;
                  border-radius: 10px;
                  color: #f7ed52; }
                .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .btn-2 {
                  background: transparent;
                  border: 2px solid #f37321;
                  border-radius: 10px;
                  color: #f37321; }
                .savings-container .savings-calc-container .innerLiner .step-3 .inner .result .content div .btn-grid .btn-3 {
                  background: transparent;
                  border: 2px solid #00c2f3;
                  border-radius: 10px;
                  color: #00c2f3; }

@media only screen and (max-width: 768px) {
  .inline-reviews {
    padding-top: 5px !important; } }

.faq-answer {
  display: none;
  padding-left: 38px;
  padding-top: 1rem;
  padding-bottom: 1.5rem; }
  .faq-answer p {
    font-size: 16px;
    padding: 0;
    margin: 10px 0 20px 0; }
  .faq-answer p:first-of-type {
    margin-top: 0; }

.faq-accord h3, .faq-accord .h3, .faq-accord .h3--body {
  text-transform: none;
  font-size: 21px;
  cursor: pointer;
  display: flex;
  align-items: center; }

.index-section--faq .text-left {
  border-bottom: 1px solid #000;
  margin-bottom: 20px; }
  .index-section--faq .text-left .h2 {
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 10px;
    font-size: 2em; }
  .index-section--faq .text-left p {
    font-size: 16px; }

.collapsible-trigger__icon {
  border: 1px solid #e8e8e1;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-right: 10px; }
  .collapsible-trigger__icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.open .collapsible-trigger__icon {
  transform: scaleY(-1); }

.faq-section .rich-text-container .h2 {
  text-transform: none;
  margin-top: 25px; }
  .faq-section .rich-text-container .h2:first-child {
    margi-top: 0px; }
.faq-section .rich-text-container p {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px; }

.desktop-only {
  display: block; }
  @media only screen and (max-width: 768px) {
    .desktop-only {
      display: none !important; } }

.mobile-only {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .mobile-only {
      display: block !important; } }

.main-menu.mobile-only {
  margin-bottom: 12px; }
  .main-menu.mobile-only li a.nav-link {
    font-size: 18px !important;
    width: 90%;
    letter-spacing: 1px; }
  .main-menu.mobile-only li.parent, .main-menu.mobile-only li.grandparent {
    position: relative; }
  .main-menu.mobile-only li.grandparent li.parent li.child a.nav-link {
    font-size: 16px !important;
    letter-spacing: 1px; }
  .main-menu.mobile-only li.grandparent.main-menu--expanded > div.main-menu-dropdown {
    margin-left: 32px;
    display: block; }

.main-container {
  text-align: center; }
  .main-container a, .main-container .text-link {
    color: inherit;
    text-decoration: none;
    background: transparent; }
    .main-container a:hover, .main-container a:focus, .main-container .text-link:hover, .main-container .text-link:focus {
      color: inherit; }
  .main-container .btn, .main-container .btn--secondary, .main-container input[type="submit"], .main-container .spr-summary-actions-newreview, .main-container .sky-pilot-access-denied a, .sky-pilot-access-denied .main-container a, .main-container .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .main-container a#login_link, .main-container .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .main-container a#signup_link, .main-container .charge_rabbit a.update-card-link, .charge_rabbit .main-container a.update-card-link, .main-container .charge_rabbit a.update-address-link, .charge_rabbit .main-container a.update-address-link, .main-container .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .main-container a, .main-container .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .main-container a, .main-container .charge_rabbit a.cancel-subscription-link, .charge_rabbit .main-container a.cancel-subscription-link {
    background-color: #3399cc; }
  .main-container .head-section h1, .main-container .head-section .h1, .main-container .head-section .h1--body {
    text-transform: none;
    font-weight: 600;
    margin: 15px 0 0;
    line-height: 30pt; }
    @media only screen and (max-width: 768px) {
      .main-container .head-section h1, .main-container .head-section .h1, .main-container .head-section .h1--body {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 24px; } }
  .main-container .head-section p {
    font-size: 23px;
    line-height: 29px; }
    @media only screen and (max-width: 768px) {
      .main-container .head-section p {
        padding: 0 20px; } }
  .main-container .btm-section p {
    font-size: 21px; }
  .main-container .inner {
    display: flex; }
    @media only screen and (max-width: 768px) {
      .main-container .inner {
        flex-wrap: wrap;
        margin-top: 38px; } }
    .main-container .inner .slick-prev, .main-container .inner .slick-next {
      top: -30px; }
    .main-container .inner .slick-next {
      background-image: url(/cdn/shop/files/arrow-prev.png?v=1596567535);
      height: 45px;
      width: 25px;
      background-size: 80%;
      transform: scaleX(-1); }
    .main-container .inner .slick-prev {
      background-image: url(/cdn/shop/files/arrow-prev.png?v=1596567535);
      height: 45px;
      width: 25px;
      background-size: 80%; }
    .main-container .inner .slick-dots li button:before {
      color: transparent; }
    .main-container .inner .slick-dots {
      position: absolute;
      top: -22px;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .main-container .inner .slick-dots li {
        margin: 0 5px; }
        .main-container .inner .slick-dots li button {
          border: 0;
          background: #bab9b9;
          display: block;
          height: 10px;
          width: 10px;
          outline: none;
          line-height: 0px;
          font-size: 0px;
          color: red;
          padding: 5px;
          cursor: pointer;
          overflow: hidden;
          border-radius: 50%; }
      .main-container .inner .slick-dots li.slick-active button {
        background: #555555; }
    .main-container .inner .section-item {
      width: 33.333%;
      margin: 20px;
      padding: 20px;
      background: #000;
      color: #fff;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .main-container .inner .section-item {
          width: 100%;
          margin: 0 auto 45px auto; } }
      .main-container .inner .section-item img {
        max-width: 80%;
        margin: 0 auto; }
        @media only screen and (max-width: 768px) {
          .main-container .inner .section-item img {
            max-width: 60%; } }
      .main-container .inner .section-item .headline {
        font-size: 21px;
        min-height: 55px;
        line-height: 1.3em; }
        @media only screen and (max-width: 768px) {
          .main-container .inner .section-item .headline {
            padding: 0 35px; } }
      .main-container .inner .section-item .long-img .btn-container {
        margin: 10px auto; }
      .main-container .inner .section-item .long-img img {
        max-width: 60% !important; }
        @media only screen and (max-width: 768px) {
          .main-container .inner .section-item .long-img img {
            max-width: 65% !important; } }
      .main-container .inner .section-item .list {
        font-size: 21px;
        min-height: 188px; }
        .main-container .inner .section-item .list ul {
          list-style-image: url("/cdn/shop/files/checkmark.png?v=1596557048"); }
          .main-container .inner .section-item .list ul li {
            margin-left: 38px;
            text-align: left;
            line-height: 23px;
            margin-bottom: 8px;
            font-size: 18px; }
      .main-container .inner .section-item .btm-section {
        position: absolute;
        color: #000;
        width: 100%;
        margin: 0;
        padding: 0;
        right: 0;
        left: 0;
        bottom: -50px; }
        .main-container .inner .section-item .btm-section p {
          font-size: 14px; }
        @media only screen and (max-width: 768px) {
          .main-container .inner .section-item .btm-section {
            bottom: -50px; } }

.comparison-chart {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; }
  .comparison-chart img {
    height: auto;
    max-width: calc(min(100%, 1200px)); }

.other-features-list .awards-img-container img {
  max-width: 200px; }
  @media only screen and (max-width: 768px) {
    .other-features-list .awards-img-container img {
      max-width: 150px; } }

.bottom-section .inner p {
  margin-top: 35px;
  padding: 0 25px; }
  @media only screen and (max-width: 768px) {
    .bottom-section .inner p {
      margin-top: 15px; } }

.holiday-landing .main-content {
  padding-bottom: 0px; }
.holiday-landing .site-footer-wrapper {
  margin-top: 0px; }

@media only screen and (max-width: 768px) {
  .adjustable-svg ul {
    margin-bottom: 10px; } }

@media only screen and (max-width: 768px) {
  #pr-questiondisplay {
    overflow: hidden; }
    #pr-questiondisplay a {
      word-break: break; } }

.formula-pro-settings {
  margin-top: 20px !important; }
  .formula-pro-settings .settings-finder-header {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .formula-pro-settings .settings-finder-header {
        flex-direction: row; }
        .formula-pro-settings .settings-finder-header img {
          padding-bottom: 10px; } }
  .formula-pro-settings .formula_pro_global_product_con .section-img img {
    height: 200px; }

@media only screen and (max-width: 768px) {
  .settings-section {
    margin: 0 25px; } }
.settings-section .h2 {
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 40px;
  color: #575757; }
  @media only screen and (max-width: 768px) {
    .settings-section .h2 {
      flex-direction: column;
      font-size: 30px;
      align-items: center;
      line-height: 36px; } }
.settings-section p {
  color: #575757;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .settings-section p {
      font-size: 28px; } }

.settings-section-grey {
  background: #cecece;
  padding: 13px 0; }
  .settings-section-grey p {
    text-align: left;
    font-size: 24px; }
    @media only screen and (max-width: 768px) {
      .settings-section-grey p {
        font-size: 26px; } }
  .settings-section-grey ul {
    list-style-type: disc;
    margin-left: 35px;
    margin-bottom: 5px; }
    .settings-section-grey ul li {
      font-size: 22px; }

.choose-item {
  background: #c4c4c4;
  color: #000;
  padding: 10px 0 0; }
  @media only screen and (max-width: 768px) {
    .choose-item .wrapper, .choose-item .charge_rabbit, .choose-item .sky-pilot {
      padding: 0; } }
  .choose-item p {
    font-size: 30px;
    text-align: left;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .choose-item p {
        font-size: 26px; } }
  .choose-item .pbox {
    max-width: 400px;
    margin: 0 auto; }
    .choose-item .pbox h6, .choose-item .pbox .h6, .choose-item .pbox .h6--body {
      color: #000; }
      @media screen and (max-width: 992px) {
        .choose-item .pbox h6, .choose-item .pbox .h6, .choose-item .pbox .h6--body {
          max-width: calc(100% - 30px);
          margin: auto; } }
  .choose-item #formula_pro_filter {
    background: #cecece;
    color: #000;
    margin: 0 auto; }
    .choose-item #formula_pro_filter #tool_filter {
      padding: 15px 0 0; }
      @media only screen and (max-width: 768px) {
        .choose-item #formula_pro_filter #tool_filter {
          padding: 15px; } }
      .choose-item #formula_pro_filter #tool_filter .grid__item:first-child {
        padding: 0; }
      .choose-item #formula_pro_filter #tool_filter .grid__item label {
        font-size: 18px; }
      .choose-item #formula_pro_filter #tool_filter .grid__item .additional-info-btn {
        font-size: 18px !important;
        cursor: pointer; }
        @media screen and (min-width: 769px) {
          .choose-item #formula_pro_filter #tool_filter .grid__item .additional-info-btn {
            display: none; } }
      @media screen and (min-width: 769px) {
        .choose-item #formula_pro_filter #tool_filter .grid__item #formula_brand_tooltip {
          display: none !important; } }
      @media screen and (max-width: 768px) {
        .choose-item #formula_pro_filter #tool_filter .grid__item#additional_info {
          display: none; } }
      .choose-item #formula_pro_filter #tool_filter #additional_info_mobile {
        background: #c4c4c4;
        padding: 10px 25px;
        margin: 0 -25px; }
        .choose-item #formula_pro_filter #tool_filter #additional_info_mobile p {
          margin-bottom: 15px; }
        @media screen and (min-width: 769px) {
          .choose-item #formula_pro_filter #tool_filter #additional_info_mobile {
            display: none !important; } }
    .choose-item #formula_pro_filter #fps-mail-cta {
      padding: 15px; }
      .choose-item #formula_pro_filter #fps-mail-cta .wrapper, .choose-item #formula_pro_filter #fps-mail-cta .charge_rabbit, .choose-item #formula_pro_filter #fps-mail-cta .sky-pilot {
        margin-bottom: 20px; }
        .choose-item #formula_pro_filter #fps-mail-cta .wrapper .klaviyo-form, .choose-item #formula_pro_filter #fps-mail-cta .charge_rabbit .klaviyo-form, .choose-item #formula_pro_filter #fps-mail-cta .sky-pilot .klaviyo-form {
          padding: 0 !important; }
        .choose-item #formula_pro_filter #fps-mail-cta .wrapper p, .choose-item #formula_pro_filter #fps-mail-cta .charge_rabbit p, .choose-item #formula_pro_filter #fps-mail-cta .sky-pilot p {
          font-size: 24px; }
          @media screen and (min-width: 768px) {
            .choose-item #formula_pro_filter #fps-mail-cta .wrapper p, .choose-item #formula_pro_filter #fps-mail-cta .charge_rabbit p, .choose-item #formula_pro_filter #fps-mail-cta .sky-pilot p {
              text-align: center; } }
    .choose-item #formula_pro_filter p {
      max-width: 100%;
      font-size: 16px;
      text-align: left; }
      .choose-item #formula_pro_filter p:first-child {
        font-size: 30px;
        text-align: left;
        margin: 0 auto 25px auto; }
        @media only screen and (max-width: 768px) {
          .choose-item #formula_pro_filter p:first-child {
            font-size: 26px; } }
    .choose-item #formula_pro_filter select {
      background-color: #fff;
      background-image: none; }
    .choose-item #formula_pro_filter #more-products-wrapper {
      display: none;
      padding: 0 50px 40px 50px; }
      .choose-item #formula_pro_filter #more-products-wrapper .more-slider {
        margin: 0; }

#find_stage_setting {
  margin: 0 auto;
  padding: 25px 0 0; }
  #find_stage_setting p {
    text-align: center !important;
    width: 100%; }
  #find_stage_setting table {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    margin-bottom: 25px; }
    #find_stage_setting table th {
      font-size: 18px;
      color: #80828a; }
      @media only screen and (max-width: 768px) {
        #find_stage_setting table th {
          font-size: 14px; } }
    #find_stage_setting table td {
      font-size: 20px;
      color: #7e7e8b; }
      @media only screen and (max-width: 768px) {
        #find_stage_setting table td {
          font-size: 16px; } }

#enjoy-msg {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 32px !important;
  text-align: center !important;
  font-weight: bold;
  display: none;
  padding: 0 15px; }

#shop-cross-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: none; }
  #shop-cross-wrapper #shop-now-cross {
    margin-top: 20px;
    max-width: 400px;
    font-family: "agenda", "sans-serif";
    font-size: 32px !important;
    text-align: center !important;
    color: #2999bf;
    font-style: italic;
    line-height: 1.2; }
    #shop-cross-wrapper #shop-now-cross a {
      color: #2999bf;
      font-style: normal; }

.add-to-cart-style-btn {
  border-style: solid;
  border-color: white;
  border-width: 2px;
  word-break: break-word;
  align-self: center;
  display: inline-block;
  margin: 0;
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #fff;
  border-radius: 10px;
  padding: 0.5rem 2rem;
  background-color: #44c8f5;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: agenda, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .add-to-cart-style-btn:hover, .add-to-cart-style-btn:active, .add-to-cart-style-btn:focus {
    background-color: #44c8f5;
    color: #fff; }

#formula_pro_filter .Formula_sign_up_con {
  background: #000;
  color: #fff;
  padding: 25px;
  display: none; }
  #formula_pro_filter .Formula_sign_up_con p, #formula_pro_filter .Formula_sign_up_con ul {
    font-size: 30px;
    text-align: left;
    list-style: initial;
    margin: 0 auto 25px auto; }
    #formula_pro_filter .Formula_sign_up_con p li, #formula_pro_filter .Formula_sign_up_con ul li {
      line-height: 36px; }
    @media only screen and (max-width: 768px) {
      #formula_pro_filter .Formula_sign_up_con p, #formula_pro_filter .Formula_sign_up_con ul {
        font-size: 26px;
        line-height: 28px; } }
  #formula_pro_filter .Formula_sign_up_con ol {
    margin: 0 auto 25px 75px; }
  #formula_pro_filter .Formula_sign_up_con .cta-btn-div {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 16px; }
    @media only screen and (min-width: 769px) {
      #formula_pro_filter .Formula_sign_up_con .cta-btn-div {
        margin-top: 0;
        display: inline-flex;
        margin-left: 0.5rem; } }
    #formula_pro_filter .Formula_sign_up_con .cta-btn-div small {
      font-size: 12.6px;
      margin-top: 4px; }
  @media only screen and (max-width: 768px) {
    #formula_pro_filter .Formula_sign_up_con {
      padding: 25px 45px;
      margin: 0 -25px; } }
  #formula_pro_filter .Formula_sign_up_con .klaviyo-form p {
    text-align: left !important; }
  #formula_pro_filter .Formula_sign_up_con .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor strong, #formula_pro_filter .Formula_sign_up_con .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor span, #formula_pro_filter .Formula_sign_up_con .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor img, #formula_pro_filter .Formula_sign_up_con .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor a {
    color: white !important;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block; }
  #formula_pro_filter .Formula_sign_up_con .giynGL.giynGL {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 2px solid #43c7f4;
    border-radius: 6px;
    color: #43c7f4; }
  #formula_pro_filter .Formula_sign_up_con .cuoMrH.cuoMrH.cuoMrH.cuoMrH.cuoMrH.cuoMrH {
    color: #43c7f4;
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px; }
  #formula_pro_filter .Formula_sign_up_con .dznfJf.dznfJf {
    width: 200px; }
  #formula_pro_filter .Formula_sign_up_con .bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc {
    color: white !important; }
  #formula_pro_filter .Formula_sign_up_con .deDHMK.deDHMK {
    margin: 0 !important; }

.small-text {
  margin: 0 auto;
  text-align: center;
  max-width: 910px;
  display: block;
  padding: 25px; }
  @media (min-width: 768px) {
    .small-text {
      font-size: 16px; } }

#formula-pro-settings-baby-brezza-setup-baby-brezza .main-content {
  padding-bottom: 0px; }

#formula-pro-settings-baby-brezza-setup-baby-brezza .site-footer-wrapper {
  margin-top: 0px; }

.formula_pro_global_product_con .pbox.active {
  position: relative; }
  .formula_pro_global_product_con .pbox.active:after {
    content: '';
    position: absolute;
    left: 47%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #43c7f4;
    clear: both; }
    @media screen and (max-width: 768px) {
      .formula_pro_global_product_con .pbox.active:after {
        display: none; } }

#us_store_brnd_description p,
#us_store_brnd_description_mobile p {
  max-width: 100% !important;
  font-size: 16px !important;
  text-align: left !important; }

#shopify-section-fpa-landing {
  background: black;
  background: -moz-linear-gradient(180deg, black 0%, white 100%);
  background: -webkit-linear-gradient(180deg, black 0%, white 100%);
  background: linear-gradient(180deg, black 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  color: #fff; }

.fpa-landing-container .headline {
  text-align: center;
  padding-top: 35px; }
  .fpa-landing-container .headline h1, .fpa-landing-container .headline .h1, .fpa-landing-container .headline .h1--body {
    text-transform: none; }
    @media only screen and (max-width: 768px) {
      .fpa-landing-container .headline h1 br, .fpa-landing-container .headline .h1 br, .fpa-landing-container .headline .h1--body br {
        display: none; } }
.fpa-landing-container .inner a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column; }
.fpa-landing-container .inner .btn-group {
  margin: 0 auto;
  padding-bottom: 30px; }
.fpa-landing-container .inner ul {
  list-style-type: disc;
  margin-left: 40px;
  color: #000; }
  @media only screen and (max-width: 768px) {
    .fpa-landing-container .inner ul {
      margin-left: 0; } }
  .fpa-landing-container .inner ul li {
    font-size: 18px; }
.fpa-landing-container .inner small {
  color: #000;
  display: block; }
.fpa-landing-container .inner .btn-sm {
  border-radius: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 6px 15px; }
.fpa-landing-container .inner .img {
  margin: 0 auto;
  text-align: center; }
  .fpa-landing-container .inner .img img {
    max-width: 400px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .fpa-landing-container .inner .img img {
        margin-left: 10px; } }
.fpa-landing-container .inner .btm-small {
  margin-left: 50px; }
  @media only screen and (max-width: 768px) {
    .fpa-landing-container .inner .btm-small {
      margin-left: 10px; } }
.fpa-landing-container .inner .inner-flex {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .fpa-landing-container .inner .inner-flex {
      flex-direction: column; } }
  .fpa-landing-container .inner .inner-flex .flex-section {
    padding: 25px;
    width: 50%;
    margin-bottom: 15px; }
    .fpa-landing-container .inner .inner-flex .flex-section:first-child {
      border-right: 1px solid #000; }
      @media only screen and (max-width: 768px) {
        .fpa-landing-container .inner .inner-flex .flex-section:first-child {
          border: none; } }
    @media only screen and (max-width: 768px) {
      .fpa-landing-container .inner .inner-flex .flex-section {
        width: 100%; } }

.new-prod-landing img {
  max-width: 100%; }

.footer-secondary-wrapper small {
  text-align: left;
  max-width: 990px;
  width: 100%;
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .footer-secondary-wrapper small {
      padding: 0 25px; } }

.fpa_skip,
.fpa_skip:hover,
.fpa_skip:focus {
  color: #fff;
  font-size: 150%; }

.promotional-bar {
  display: none; }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

body > main.main-content {
  flex: 1; }

/*================ Ultimate Baby Sleep Kit Giveaway ================*/
@font-face {
  font-family: 'gotham-book';
  src: url("Gotham-Book.otf") format("opentype");
  font-style: normal; }

@font-face {
  font-family: 'gotham-medium-italic';
  src: url("Gotham-MediumItalic.otf") format("opentype");
  font-style: normal; }

@font-face {
  font-family: 'gotham-bold';
  src: url("Gotham-Bold.otf") format("opentype");
  font-style: normal; }

@font-face {
  font-family: 'gotham-black';
  src: url("Gotham-Black.otf") format("opentype");
  font-style: normal; }

@font-face {
  font-family: 'gotham-black-italic';
  src: url("Gotham-BlackItalic.otf") format("opentype");
  font-style: normal; }

@font-face {
  font-family: 'gotham-ultra-italic';
  src: url("Gotham-UltraItalic.otf") format("opentype");
  font-style: normal; }

#ultimate-baby-sleep-kit-giveaway .main-content {
  background-color: rgba(191, 222, 245, 0.2); }
#ultimate-baby-sleep-kit-giveaway #shopify-section-refactor-footer .site-footer-wrapper {
  margin-top: 0; }

#bb-ult-sleep-giveaway .g-book, #bb-ult-sleep-giveaway p, #bb-ult-sleep-giveaway ul li, #bb-ult-sleep-giveaway ol li {
  font-family: 'gotham-book', sans-serif; }
#bb-ult-sleep-giveaway .g-medium-italic, #bb-ult-sleep-giveaway h5, #bb-ult-sleep-giveaway .h5, #bb-ult-sleep-giveaway .h5--body {
  font-family: 'gotham-medium-italic', sans-serif; }
#bb-ult-sleep-giveaway .g-bold, #bb-ult-sleep-giveaway h1, #bb-ult-sleep-giveaway .h1, #bb-ult-sleep-giveaway .h1--body, #bb-ult-sleep-giveaway h3, #bb-ult-sleep-giveaway .h3, #bb-ult-sleep-giveaway .h3--body, #bb-ult-sleep-giveaway h4, #bb-ult-sleep-giveaway .h4, #bb-ult-sleep-giveaway .h4--body, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules .p-wrapper p.title, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules .p-wrapper p.btn--large, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules .p-wrapper p.header-logo, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules .p-wrapper p.home__title, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules .p-wrapper p.title--flex {
  font-family: 'gotham-bold', sans-serif; }
#bb-ult-sleep-giveaway .g-black {
  font-family: 'gotham-black', sans-serif; }
#bb-ult-sleep-giveaway .g-black-italic, #bb-ult-sleep-giveaway h6, #bb-ult-sleep-giveaway .h6, #bb-ult-sleep-giveaway .h6--body, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .spacer::before {
  font-family: 'gotham-black-italic', sans-serif; }
#bb-ult-sleep-giveaway .g-ultra-italic, #bb-ult-sleep-giveaway h2, #bb-ult-sleep-giveaway .h2, #bb-ult-sleep-giveaway .h2--body, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper h4 span, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper .h4 span, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper .h4--body span {
  font-family: 'gotham-ultra-italic', sans-serif; }
#bb-ult-sleep-giveaway p {
  font-size: 18px;
  line-height: 28px;
  color: black; }
  @media (min-width: 768px) {
    #bb-ult-sleep-giveaway p {
      font-size: 25px;
      line-height: 32px; } }
#bb-ult-sleep-giveaway ul li, #bb-ult-sleep-giveaway ol li {
  font-size: 25px;
  line-height: 32px;
  color: black; }
#bb-ult-sleep-giveaway h1, #bb-ult-sleep-giveaway .h1, #bb-ult-sleep-giveaway .h1--body,
#bb-ult-sleep-giveaway h2,
#bb-ult-sleep-giveaway .h2,
#bb-ult-sleep-giveaway .h2--body,
#bb-ult-sleep-giveaway h3,
#bb-ult-sleep-giveaway .h3,
#bb-ult-sleep-giveaway .h3--body,
#bb-ult-sleep-giveaway h4,
#bb-ult-sleep-giveaway .h4,
#bb-ult-sleep-giveaway .h4--body,
#bb-ult-sleep-giveaway h5,
#bb-ult-sleep-giveaway .h5,
#bb-ult-sleep-giveaway .h5--body,
#bb-ult-sleep-giveaway h6,
#bb-ult-sleep-giveaway .h6,
#bb-ult-sleep-giveaway .h6--body {
  letter-spacing: 0;
  color: black; }
#bb-ult-sleep-giveaway h1, #bb-ult-sleep-giveaway .h1, #bb-ult-sleep-giveaway .h1--body {
  font-size: 33px;
  line-height: 38px; }
#bb-ult-sleep-giveaway h2, #bb-ult-sleep-giveaway .h2, #bb-ult-sleep-giveaway .h2--body {
  font-size: 37px;
  line-height: 33px; }
#bb-ult-sleep-giveaway h3, #bb-ult-sleep-giveaway .h3, #bb-ult-sleep-giveaway .h3--body {
  font-size: 22px;
  line-height: 1; }
#bb-ult-sleep-giveaway h4, #bb-ult-sleep-giveaway .h4, #bb-ult-sleep-giveaway .h4--body {
  font-size: 27px;
  line-height: 33px; }
#bb-ult-sleep-giveaway h5, #bb-ult-sleep-giveaway .h5, #bb-ult-sleep-giveaway .h5--body {
  font-size: 16px;
  line-height: 24px; }
#bb-ult-sleep-giveaway h6, #bb-ult-sleep-giveaway .h6, #bb-ult-sleep-giveaway .h6--body {
  font-size: 16px;
  line-height: 24px; }
@media (min-width: 768px) {
  #bb-ult-sleep-giveaway h1, #bb-ult-sleep-giveaway .h1, #bb-ult-sleep-giveaway .h1--body {
    font-size: 55px;
    line-height: 66px; }
  #bb-ult-sleep-giveaway h2, #bb-ult-sleep-giveaway .h2, #bb-ult-sleep-giveaway .h2--body {
    font-size: 47px;
    line-height: 43px; }
  #bb-ult-sleep-giveaway h3, #bb-ult-sleep-giveaway .h3, #bb-ult-sleep-giveaway .h3--body {
    font-size: 43px;
    line-height: 1; }
  #bb-ult-sleep-giveaway h4, #bb-ult-sleep-giveaway .h4, #bb-ult-sleep-giveaway .h4--body {
    font-size: 37px;
    line-height: 43px; }
  #bb-ult-sleep-giveaway h5, #bb-ult-sleep-giveaway .h5, #bb-ult-sleep-giveaway .h5--body {
    font-size: 33px;
    line-height: 40px; }
  #bb-ult-sleep-giveaway h6, #bb-ult-sleep-giveaway .h6, #bb-ult-sleep-giveaway .h6--body {
    font-size: 33px;
    line-height: 40px; } }

#bb-ult-sleep-giveaway {
  position: relative;
  z-index: 1; }
  #bb-ult-sleep-giveaway .container-custom {
    overflow: hidden; }
    #bb-ult-sleep-giveaway .container-custom .column {
      border: 2px solid black;
      margin-top: 60px; }
      #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header {
        background-color: white;
        position: relative;
        border-bottom: 1px solid black; }
        #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .grid.custom, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--rev, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--full {
          display: flex;
          flex-wrap: wrap; }
          #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .grid.custom .logo-wrapper, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--rev .logo-wrapper, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--full .logo-wrapper {
            display: flex;
            align-items: center;
            padding: 30px 50px;
            flex: 1 0 0%; }
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .grid.custom .logo-wrapper img.logo-main, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--rev .logo-wrapper img.logo-main, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--full .logo-wrapper img.logo-main {
              display: none;
              width: 205px;
              height: auto; }
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .grid.custom .logo-wrapper img.logo-alt, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--rev .logo-wrapper img.logo-alt, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--full .logo-wrapper img.logo-alt {
              display: none;
              width: 130px;
              height: auto;
              margin-left: 20px; }
          #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .grid.custom .image-wrapper, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--rev .image-wrapper, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--full .image-wrapper {
            flex: 1 0 0%; }
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .grid.custom .image-wrapper .image, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--rev .image-wrapper .image, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--full .image-wrapper .image {
              display: none;
              width: 100%;
              height: 100%;
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover; }
          @media (min-width: 768px) {
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .grid.custom .logo-wrapper img.logo-main, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--rev .logo-wrapper img.logo-main, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--full .logo-wrapper img.logo-main {
              display: block; }
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .grid.custom .image-wrapper .image, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--rev .image-wrapper .image, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--full .image-wrapper .image {
              display: block; } }
          @media (min-width: 1200px) {
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .grid.custom .logo-wrapper img.logo-alt, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--rev .logo-wrapper img.logo-alt, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .custom.grid--full .logo-wrapper img.logo-alt {
              display: block; } }
        #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .floating-logo-wrapper {
          display: block;
          position: absolute;
          width: 345px;
          height: 145px;
          top: 20px;
          left: 50%;
          transform: translate(-50%, -50%); }
          #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .floating-logo-wrapper img {
            width: auto;
            height: 100%; }
          @media (min-width: 768px) {
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .floating-logo-wrapper {
              height: 175px;
              top: 45px; } }
          @media (min-width: 1200px) {
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-header .floating-logo-wrapper {
              height: 225px;
              top: 55px; } }
      #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content {
        position: relative;
        z-index: -1; }
        #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .title-wrapper {
          background-color: white; }
          #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .title-wrapper .p-wrapper {
            padding: 40px 20px 0; }
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .title-wrapper .p-wrapper h1, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .title-wrapper .p-wrapper .h1, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .title-wrapper .p-wrapper .h1--body {
              margin-bottom: 0; }
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .title-wrapper .p-wrapper h5, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .title-wrapper .p-wrapper .h5, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .title-wrapper .p-wrapper .h5--body {
              margin-bottom: 0; }
        #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .cta-wrapper {
          background-color: white;
          position: relative; }
          #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .cta-wrapper .p-wrapper {
            padding: 0 20px; }
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .cta-wrapper .p-wrapper .bg-wrapper {
              background-color: #00aeef;
              border: 3px solid white;
              padding: 10px 35px 6px;
              margin-bottom: -30px; }
              #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .cta-wrapper .p-wrapper .bg-wrapper h3, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .cta-wrapper .p-wrapper .bg-wrapper .h3, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .cta-wrapper .p-wrapper .bg-wrapper .h3--body {
                color: white;
                margin-bottom: 0; }
        #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper {
          background-color: #bfdef5; }
          #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper {
            padding: 45px 20px 20px; }
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper {
              position: relative; }
              #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full {
                display: flex;
                flex-wrap: wrap; }
                #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block {
                  flex: unset;
                  margin-bottom: 35px; }
                  #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block:last-child, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block:last-child, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block:last-child {
                    margin-bottom: 0; }
                  @media (min-width: 768px) {
                    #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block {
                      flex: 1 0 0%;
                      margin-bottom: 0; } }
                  #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block .bg-wrapper, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block .bg-wrapper, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block .bg-wrapper {
                    height: 100%;
                    background-color: white;
                    border: 1px solid black;
                    overflow: hidden; }
                    #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block .bg-wrapper p, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block .bg-wrapper p, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block .bg-wrapper p {
                      margin-bottom: 0; }
                  #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block.block-left .bg-wrapper, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block.block-left .bg-wrapper, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block.block-left .bg-wrapper {
                    padding: 25px; }
                    #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block.block-left .bg-wrapper img.first, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block.block-left .bg-wrapper img.first, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block.block-left .bg-wrapper img.first {
                      display: none;
                      float: right;
                      width: 190px;
                      height: 300px;
                      object-fit: cover;
                      border: 1px solid #fff200;
                      box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }
                      @media (min-width: 1200px) {
                        #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block.block-left .bg-wrapper img.first, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block.block-left .bg-wrapper img.first, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block.block-left .bg-wrapper img.first {
                          display: block; } }
                    #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block.block-left .bg-wrapper img.second, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block.block-left .bg-wrapper img.second, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block.block-left .bg-wrapper img.second {
                      width: 180px;
                      height: 115px;
                      object-fit: contain; }
                  #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block.block-right .bg-wrapper, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block.block-right .bg-wrapper, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block.block-right .bg-wrapper {
                    padding: 25px; }
                    @media (min-width: 1200px) {
                      #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block.block-right .bg-wrapper, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block.block-right .bg-wrapper, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block.block-right .bg-wrapper {
                        display: block;
                        padding: 20px 20px 0 0;
                        text-align: right; } }
                    #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block.block-right .bg-wrapper img.first, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block.block-right .bg-wrapper img.first, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block.block-right .bg-wrapper img.first {
                      display: none;
                      float: left;
                      width: 330px;
                      height: 300px;
                      object-fit: cover; }
                      @media (min-width: 1200px) {
                        #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .grid.custom .block.block-right .bg-wrapper img.first, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--rev .block.block-right .bg-wrapper img.first, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .custom.grid--full .block.block-right .bg-wrapper img.first {
                          display: block; } }
              #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .spacer {
                display: block;
                position: absolute;
                width: 68px;
                height: 68px;
                top: calc(50% + 60px);
                left: 50%;
                text-align: center;
                background-color: #00aeef;
                border: 2px solid white;
                border-radius: 50%;
                transform: translate(-50%, -50%); }
                #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .spacer::before {
                  content: 'And';
                  display: block;
                  position: relative;
                  font-size: 21px;
                  line-height: 68px;
                  text-transform: uppercase;
                  color: white; }
                @media (min-width: 768px) {
                  #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .block-wrapper .p-wrapper .spacer-wrapper .spacer {
                    top: 50%; } }
        #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper {
          background-color: #bfdef5; }
          #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper {
            padding: 0 20px 20px; }
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper h4, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper .h4, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper .h4--body {
              margin-bottom: 0; }
              #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper h4 br, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper .h4 br, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper .h4--body br {
                display: none; }
                @media (min-width: 992px) {
                  #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper h4 br, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper .h4 br, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper .h4--body br {
                    display: block; } }
              #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper h4 span, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper .h4 span, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper .h4--body span {
                font-size: 37px;
                line-height: 33px; }
                @media (min-width: 768px) {
                  #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper h4 span, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper .h4 span, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-content .discount-wrapper .p-wrapper .h4--body span {
                    font-size: 47px;
                    line-height: 43px; } }
      #bb-ult-sleep-giveaway .container-custom .column .bb-landing-form {
        background-color: white; }
        #bb-ult-sleep-giveaway .container-custom .column .bb-landing-form .p-wrapper {
          padding: 20px 20px 0; }
          #bb-ult-sleep-giveaway .container-custom .column .bb-landing-form .p-wrapper form {
            padding: 0; }
            #bb-ult-sleep-giveaway .container-custom .column .bb-landing-form .p-wrapper form .ql-editor {
              overflow: visible; }
      #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules {
        background-color: white; }
        #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules .p-wrapper {
          padding: 0 20px 20px; }
          #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules .p-wrapper p.title, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules .p-wrapper p.btn--large, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules .p-wrapper p.header-logo, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules .p-wrapper p.home__title, #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules .p-wrapper p.title--flex {
            font-size: 15px;
            line-height: 22px;
            margin: 0; }
          #bb-ult-sleep-giveaway .container-custom .column .bb-landing-rules .p-wrapper p.copy {
            font-size: 13px;
            line-height: 16px;
            margin: 0; }

#extend-cart-offer .extend-simple-offer iframe {
  margin-top: 30px; }

/* Custom Updates to Product Description 10-27-21 */
p.product-description {
  font-size: 1.25rem;
  text-align: left; }

.add-to-cart__wrapper {
  margin-left: 0 !important;
  width: calc(100% - 120px) !important;
  justify-content: space-around; }

#AddToCart {
  min-width: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  margin-bottom: 15px;
  min-width: 250px;
  max-width: 300px; }

.add-wrapper {
  padding-bottom: 5px; }
  @media (max-width: 480px) {
    .add-wrapper {
      width: calc(100vw + 16px);
      margin-left: -16px;
      padding-right: 16px;
      padding-left: 16px; } }
  @media (max-width: 768px) {
    .add-wrapper {
      width: calc(100vw + 32px);
      margin-left: -32px;
      padding-right: 32px;
      padding-left: 32px;
      background-color: white;
      z-index: 11000;
      position: fixed;
      bottom: 0;
      border: 1px solid #44c8f5; } }

#account .section-header {
  display: block;
  position: relative; }
  @media only screen and (min-width: 992px) {
    #account .section-header {
      min-height: 80px; } }
  #account .section-header h1.title, #account .section-header h1, #account .section-header .h1, #account .section-header .h1--body {
    text-align: center;
    text-transform: none;
    color: #2BA4FA;
    font-weight: 700; }
    #account .section-header h1.title .first-name, #account .section-header h1 .first-name, #account .section-header .h1 .first-name, #account .section-header .h1--body .first-name {
      font-weight: 400; }
  #account .section-header .logout-section {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      #account .section-header .logout-section {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right; } }
    #account .section-header .logout-section .btn, #account .section-header .logout-section .btn--secondary, #account .section-header .logout-section input[type="submit"], #account .section-header .logout-section .spr-summary-actions-newreview, #account .section-header .logout-section .sky-pilot-access-denied a, .sky-pilot-access-denied #account .section-header .logout-section a, #account .section-header .logout-section .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup #account .section-header .logout-section a#login_link, #account .section-header .logout-section .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup #account .section-header .logout-section a#signup_link, #account .section-header .logout-section .charge_rabbit a.update-card-link, .charge_rabbit #account .section-header .logout-section a.update-card-link, #account .section-header .logout-section .charge_rabbit a.update-address-link, .charge_rabbit #account .section-header .logout-section a.update-address-link, #account .section-header .logout-section .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping #account .section-header .logout-section a, #account .section-header .logout-section .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper #account .section-header .logout-section a, #account .section-header .logout-section .charge_rabbit a.cancel-subscription-link, .charge_rabbit #account .section-header .logout-section a.cancel-subscription-link {
      border-radius: 10px;
      padding: 0.5rem 2rem;
      background-color: #44c8f5;
      font-weight: 600;
      font-size: .75rem; }
#account .tab-customize {
  overflow: hidden;
  background-color: #2BA4FA;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc; }
#account .tab-customize button {
  background-color: inherit;
  float: left;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid white;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 18px;
  color: white;
  font-weight: 700; }
#account .tab-customize button:hover {
  background-color: #ccc;
  color: #564444; }
#account .tab-customize button.active {
  background-color: white;
  color: #564444; }
#account .tabcontent-cus {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none; }
#account .order-table {
  width: calc(100% - 2px); }
  #account .order-table thead {
    background-color: #EAEAEA; }
    #account .order-table thead tr th {
      border-right: 1px solid white;
      font-weight: 400;
      padding: 8px; }
      #account .order-table thead tr th:last-child {
        border-right: none; }
  #account .order-table tbody tr {
    border-left: 1px solid #bcbec0;
    border-right: 1px solid #bcbec0;
    border-bottom: 3px solid #bcbec0; }
    @media screen and (min-width: 768px) {
      #account .order-table tbody tr {
        border-bottom: 1px solid #bcbec0; } }
    #account .order-table tbody tr td {
      padding: 8px; }
      @media screen and (min-width: 768px) {
        #account .order-table tbody tr td {
          border-right: 1px solid #bcbec0; }
          #account .order-table tbody tr td:last-child {
            border-right: none; }
          #account .order-table tbody tr td:first-child {
            border-left: 1px solid #bcbec0; } }

.template-customers-order header .title, .template-customers-order header h1, .template-customers-order header .h1, .template-customers-order header .h1--body, .template-customers-order header h2, .template-customers-order header .h2, .template-customers-order header .h2--body, .template-customers-order header h3, .template-customers-order header .h3, .template-customers-order header .h3--body, .template-customers-order header h4, .template-customers-order header .h4, .template-customers-order header .h4--body, .template-customers-order header h5, .template-customers-order header .h5, .template-customers-order header .h5--body, .template-customers-order header h6, .template-customers-order header .h6, .template-customers-order header .h6--body, .template-customers-order header .btn--large, .template-customers-order header .header-logo, .template-customers-order header .home__title, .template-customers-order header .title--flex {
  text-transform: none;
  color: #2BA4FA;
  font-weight: 700; }

#addresses .addresses-title {
  margin-bottom: 0; }
#addresses .addresses-wrapper {
  display: flex;
  flex-wrap: wrap; }
  #addresses .addresses-wrapper .address-wrapper {
    flex-grow: 1;
    border-bottom: 1px solid #bcbec0;
    padding-right: 50px;
    padding-top: 20px; }

.video-page-template h2, .video-page-template .h2, .video-page-template .h2--body,
.video-page-template h3,
.video-page-template .h3,
.video-page-template .h3--body {
  margin-top: 0; }
  .video-page-template h2.no-margin, .video-page-template .no-margin.h2, .video-page-template .no-margin.h2--body,
  .video-page-template h3.no-margin,
  .video-page-template .no-margin.h3,
  .video-page-template .no-margin.h3--body {
    margin-bottom: 0; }
.video-page-template ul.no-margin,
.video-page-template li.no-margin {
  margin-bottom: 0; }
.video-page-template .video-introduction {
  margin-bottom: 20px; }
  .video-page-template .video-introduction .introduction-copy {
    font-size: 18px; }
.video-page-template .video-galary-nav .video-page-link {
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #000; }
  .video-page-template .video-galary-nav .video-page-link sup {
    font-size: 100%;
    top: 3px; }
.video-page-template .step-1-wrapper {
  background-color: black;
  padding: 30px 0; }
  .video-page-template .step-1-wrapper .step-1-text {
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    text-align: center;
    font-size: 26px;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .video-page-template .step-1-wrapper .step-1-text {
        font-size: 30px; } }
.video-page-template .pro-advanced-wrapper {
  background-color: black;
  margin-bottom: 0; }
  .video-page-template .pro-advanced-wrapper h6, .video-page-template .pro-advanced-wrapper .h6, .video-page-template .pro-advanced-wrapper .h6--body {
    font-family: Montserrat,"Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    color: #43c7f4;
    font-size: 1em; }
.video-page-template .pro-wrapper {
  background-color: black; }
  .video-page-template .pro-wrapper h6, .video-page-template .pro-wrapper .h6, .video-page-template .pro-wrapper .h6--body {
    font-family: Montserrat,"Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    color: #43c7f4;
    font-size: 1em; }
.video-page-template .orange-hr {
  margin-bottom: 0; }
.video-page-template .video-section-separator {
  height: 20px; }
  .video-page-template .video-section-separator.large {
    height: 40px; }
.video-page-template .video-section-header {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px; }
  .video-page-template .video-section-header .content-wrapper {
    padding-top: 10px;
    flex: 0 0 auto;
    width: 100%;
    order: 2; }
    @media screen and (min-width: 992px) {
      .video-page-template .video-section-header .content-wrapper {
        width: 65%;
        order: 1; } }
    .video-page-template .video-section-header .content-wrapper h2, .video-page-template .video-section-header .content-wrapper .h2, .video-page-template .video-section-header .content-wrapper .h2--body {
      text-align: center; }
      @media screen and (min-width: 992px) {
        .video-page-template .video-section-header .content-wrapper h2, .video-page-template .video-section-header .content-wrapper .h2, .video-page-template .video-section-header .content-wrapper .h2--body {
          text-align: start; } }
  .video-page-template .video-section-header .img-wrapper {
    flex: 0 0 auto;
    width: 100%;
    order: 1; }
    @media screen and (min-width: 992px) {
      .video-page-template .video-section-header .img-wrapper {
        width: 35%;
        order: 2; } }
    .video-page-template .video-section-header .img-wrapper img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
@media screen and (min-width: 992px) {
  .video-page-template .video-wrapper-outer {
    padding-left: 40px;
    padding-right: 40px; } }
.video-page-template .video-wrapper-outer .video-wrapper-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
.video-page-template .video-wrapper-outer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
.video-page-template .video-gallery .grid-uniform {
  display: flex;
  flex-wrap: wrap;
  align-items: end; }
  .video-page-template .video-gallery .grid-uniform h3, .video-page-template .video-gallery .grid-uniform .h3, .video-page-template .video-gallery .grid-uniform .h3--body {
    font-size: 28px; }
.video-page-template .video-gallery h2, .video-page-template .video-gallery .h2, .video-page-template .video-gallery .h2--body {
  font-size: 32px;
  color: #f7941e;
  margin-top: 15px;
  font-weight: 700;
  text-decoration: underline; }
  .video-page-template .video-gallery h2 span, .video-page-template .video-gallery .h2 span, .video-page-template .video-gallery .h2--body span {
    color: black; }

#cart__footer__wrapper {
  text-align: center; }
  @media (min-width: 480px) {
    #cart__footer__wrapper.text-right-desktop {
      text-align: right !important;
      padding-left: 10px; } }

.btn--secondary.update-cart {
  font-weight: 700; }
  @media (max-width: 480px) {
    .btn--secondary.update-cart {
      padding: 8px 5px; } }

.btn--large.checkout__button {
  font-weight: 700; }
  @media (max-width: 480px) {
    .btn--large.checkout__button {
      padding: 8px 5px; } }

#continue_shopping {
  display: inline-block;
  padding: 8px 10px;
  background-color: white;
  color: black;
  font-size: 1em;
  font-weight: 700;
  border: 1px solid black; }
  @media (max-width: 480px) {
    #continue_shopping {
      padding: 8px 5px; } }
  #continue_shopping:hover {
    background-color: #f9ab4f; }

/***********************************
*********** Extend Bundles *********
***********************************/
#extend-bundle {
  display: none; }
  #extend-bundle .button-group {
    display: flex; }
    #extend-bundle .button-group .button {
      background: transparent;
      border: 1px solid #b2bcc3;
      border-radius: 4px;
      color: black;
      cursor: pointer;
      font-family: 'Nunito Sans', Helvetica, sans-serif;
      transition: border 200ms, box-shadow 200ms;
      margin-right: 1rem; }
      #extend-bundle .button-group .button:last-child {
        margin-right: 0; }
      #extend-bundle .button-group .button:hover, #extend-bundle .button-group .button.active {
        border-color: #27aee4;
        box-shadow: 0 0 0 1px inset #27aee4;
        background-color: #27aee4;
        color: #fff; }
      #extend-bundle .button-group .button.btn-offer {
        flex: 1;
        padding: 5px;
        text-align: center;
        display: none; }
        #extend-bundle .button-group .button.btn-offer .btn-content .divider {
          display: inline-block;
          margin: 0 4px; }
        #extend-bundle .button-group .button.btn-offer .btn-content .plan-price {
          font-size: 0; }
          #extend-bundle .button-group .button.btn-offer .btn-content .plan-price .price-currency-sym {
            font-size: 14px; }
          #extend-bundle .button-group .button.btn-offer .btn-content .plan-price .price-amt {
            font-size: 14px; }

#bundleAdd {
  overflow: visible;
  position: relative; }
  #bundleAdd #spinner {
    height: 20px;
    width: 20px;
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px; }

.cart-bundle-note {
  font-size: 16px;
  font-weight: bold; }

/**************************
  Basic Modal Styles
**************************/
.modal {
  font-family: 'agenda', sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10; }

.modal__container {
  background-color: transparent;
  margin-top: 80px;
  padding: 0px;
  max-width: 1400px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 0px;
  max-height: calc(100% - 60px);
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box; }

.modal__header {
  background-color: white;
  position: relative;
  display: block;
  height: 30px;
  margin-bottom: 0px;
  padding: 50px 30px 0 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #221e20; }
  @media only screen and (min-width: 768px) {
    .modal__header {
      padding: 30px 30px 0 30px; } }
  .modal__header .babybrezza-logo {
    height: 60px; }

@supports (display: flex) {
  .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: initial; } }
.modal__title {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0px;
  padding: 0px; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal-content-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fff; }

.modal__content {
  padding: 30px;
  margin: 0px 0px 20px 0px;
  color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
  overflow-x: hidden; }
  .modal__content .margin-bottom-0 {
    margin-bottom: 0; }
  .modal__content h2, .modal__content .h2, .modal__content .h2--body, .modal__content h3, .modal__content .h3, .modal__content .h3--body, .modal__content h4, .modal__content .h4, .modal__content .h4--body {
    font-size: 2em;
    font-weight: 500;
    text-transform: none; }
    .modal__content h2 .smaller-text, .modal__content .h2 .smaller-text, .modal__content .h2--body .smaller-text, .modal__content h3 .smaller-text, .modal__content .h3 .smaller-text, .modal__content .h3--body .smaller-text, .modal__content h4 .smaller-text, .modal__content .h4 .smaller-text, .modal__content .h4--body .smaller-text {
      font-size: 18px; }
  .modal__content.unopened {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .modal__content.modal-step-2 h3, .modal__content.modal-step-2 .h3, .modal__content.modal-step-2 .h3--body {
    font-size: 1.8em; }
  .modal__content.modal-step-2 h4, .modal__content.modal-step-2 .h4, .modal__content.modal-step-2 .h4--body {
    font-size: 1.6em; }
  .modal__content.no-return-panel {
    background: linear-gradient(120deg, #f2f3f4, #cccccc); }
  .modal__content.quantity-panel h2, .modal__content.quantity-panel .h2, .modal__content.quantity-panel .h2--body, .modal__content.quantity-panel h3, .modal__content.quantity-panel .h3, .modal__content.quantity-panel .h3--body, .modal__content.shipping-label-panel h2, .modal__content.shipping-label-panel .h2, .modal__content.shipping-label-panel .h2--body, .modal__content.shipping-label-panel h3, .modal__content.shipping-label-panel .h3, .modal__content.shipping-label-panel .h3--body {
    text-align: center; }
  .modal__content.quantity-panel .row-item.print-wrapper, .modal__content.shipping-label-panel .row-item.print-wrapper {
    display: flex;
    justify-content: center; }
    .modal__content.quantity-panel .row-item.print-wrapper .inner, .modal__content.shipping-label-panel .row-item.print-wrapper .inner {
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: center; }
      .modal__content.quantity-panel .row-item.print-wrapper .inner h3, .modal__content.quantity-panel .row-item.print-wrapper .inner .h3, .modal__content.quantity-panel .row-item.print-wrapper .inner .h3--body, .modal__content.shipping-label-panel .row-item.print-wrapper .inner h3, .modal__content.shipping-label-panel .row-item.print-wrapper .inner .h3, .modal__content.shipping-label-panel .row-item.print-wrapper .inner .h3--body {
        width: 100%; }
      .modal__content.quantity-panel .row-item.print-wrapper .inner .image-wrapper, .modal__content.shipping-label-panel .row-item.print-wrapper .inner .image-wrapper {
        width: 100%;
        display: flex;
        justify-content: center; }
        .modal__content.quantity-panel .row-item.print-wrapper .inner .image-wrapper img, .modal__content.shipping-label-panel .row-item.print-wrapper .inner .image-wrapper img {
          width: 100px; }
  .modal__content.quantity-panel .step-3 h2, .modal__content.quantity-panel .step-3 .h2, .modal__content.quantity-panel .step-3 .h2--body, .modal__content.quantity-panel .step-3 h3, .modal__content.quantity-panel .step-3 .h3, .modal__content.quantity-panel .step-3 .h3--body, .modal__content.shipping-label-panel .step-3 h2, .modal__content.shipping-label-panel .step-3 .h2, .modal__content.shipping-label-panel .step-3 .h2--body, .modal__content.shipping-label-panel .step-3 h3, .modal__content.shipping-label-panel .step-3 .h3, .modal__content.shipping-label-panel .step-3 .h3--body {
    text-align: start; }
  .modal__content .modal-btn {
    font-size: 2em;
    background-color: #221e20;
    color: white;
    padding: 0 15px;
    border: 3px solid #221e20;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer; }
    .modal__content .modal-btn:hover {
      color: #221e20;
      background: white; }
  .modal__content .multi-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-left: -30px;
    margin-right: -30px; }
    .modal__content .multi-btn-wrapper .modal-btn {
      margin: 0 30px; }
  .modal__content .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }
    @media only screen and (min-width: 1000px) {
      .modal__content .row .order-lg-1 {
        order: 1; } }
    @media only screen and (min-width: 1000px) {
      .modal__content .row .order-lg-2 {
        order: 2; } }
    @media only screen and (min-width: 1000px) {
      .modal__content .row .order-lg-3 {
        order: 3; } }
    @media only screen and (min-width: 1000px) {
      .modal__content .row .order-lg-4 {
        order: 4; } }
    @media only screen and (min-width: 1000px) {
      .modal__content .row .order-lg-5 {
        order: 5; } }
    .modal__content .row .row-item {
      padding: 0 20px; }
      .modal__content .row .row-item.row-item-whole {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%; }
      @media only screen and (min-width: 1000px) {
        .modal__content .row .row-item.row-item-lg-half {
          width: 50%; } }
      .modal__content .row .row-item.visit-box {
        margin-bottom: 20px; }
      .modal__content .row .row-item .email-link {
        color: #15a8df;
        text-decoration: underline; }
      .modal__content .row .row-item.step-3 {
        background: linear-gradient(120deg, #f2f3f4, #cccccc);
        margin-top: 30px;
        border-radius: 15px;
        padding: 30px; }
      @media only screen and (max-width: 999px) {
        .modal__content .row .row-item.option-a {
          margin-bottom: 30px; } }
      .modal__content .row .row-item.option-a .inner .image-wrapper {
        margin-top: 30px;
        display: flex;
        justify-content: center; }
        .modal__content .row .row-item.option-a .inner .image-wrapper img {
          width: 100px; }
      .modal__content .row .row-item .print-label {
        text-decoration: none; }
        .modal__content .row .row-item .print-label .inner {
          background-color: white; }
        .modal__content .row .row-item .print-label:hover .inner {
          background-color: #ebebeb; }
      .modal__content .row .row-item .inner {
        background-color: white;
        padding: 30px;
        border: 4px solid #7a7877;
        border-radius: 15px;
        height: 100%;
        position: relative; }
        @media only screen and (min-width: 768px) {
          .modal__content .row .row-item .inner .content.fpa-content {
            margin-right: 150px; } }
        @media only screen and (min-width: 1300px) {
          .modal__content .row .row-item .inner .content.fpa-content {
            margin-right: 120px; } }
        @media only screen and (max-width: 767px) {
          .modal__content .row .row-item .inner .content.fpa-content h4, .modal__content .row .row-item .inner .content.fpa-content .h4, .modal__content .row .row-item .inner .content.fpa-content .h4--body {
            text-align: center; } }
        .modal__content .row .row-item .inner .content.fpa-content .btn-wrapper {
          display: flex;
          justify-content: center; }
        .modal__content .row .row-item .inner.fpa-inner .image-wrapper {
          height: 150px;
          margin-top: -30px;
          background-image: url("/cdn/shop/t/212/assets/fpa-information.png?89365");
          background-position: center center;
          background-size: contain;
          background-repeat: no-repeat; }
          @media only screen and (min-width: 768px) {
            .modal__content .row .row-item .inner.fpa-inner .image-wrapper {
              display: none; } }
        @media only screen and (min-width: 768px) {
          .modal__content .row .row-item .inner.fpa-inner {
            background-image: url("/cdn/shop/t/212/assets/fpa-information.png?89365");
            background-position: center right -50px;
            background-size: contain;
            background-repeat: no-repeat; } }
        .modal__content .row .row-item .inner.faq-inner {
          display: flex;
          flex-wrap: wrap; }
          .modal__content .row .row-item .inner.faq-inner .faq-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 100%;
            order: 2; }
            .modal__content .row .row-item .inner.faq-inner .faq-content h4, .modal__content .row .row-item .inner.faq-inner .faq-content .h4, .modal__content .row .row-item .inner.faq-inner .faq-content .h4--body {
              text-align: center; }
            .modal__content .row .row-item .inner.faq-inner .faq-content .btn-wrapper {
              display: flex;
              justify-content: center; }
            @media only screen and (min-width: 768px) {
              .modal__content .row .row-item .inner.faq-inner .faq-content {
                order: 1;
                width: 50%; }
                .modal__content .row .row-item .inner.faq-inner .faq-content h4, .modal__content .row .row-item .inner.faq-inner .faq-content .h4, .modal__content .row .row-item .inner.faq-inner .faq-content .h4--body {
                  text-align: start; }
                .modal__content .row .row-item .inner.faq-inner .faq-content .btn-wrapper {
                  justify-content: start; } }
          .modal__content .row .row-item .inner.faq-inner .image-wrapper {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            order: 1;
            width: 100%;
            height: 150px;
            margin-top: -20px;
            background-image: url("/cdn/shop/t/212/assets/q-a.svg?v=123280147662383427931647743238");
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat; }
            @media only screen and (min-width: 768px) {
              .modal__content .row .row-item .inner.faq-inner .image-wrapper {
                width: 50%;
                order: 2;
                height: calc(100% + 40px);
                margin-bottom: -20px; } }
  .modal__content label[for="return-quantity"] {
    font-size: 20px;
    text-align: center; }
  .modal__content #return-quantity {
    border-style: solid;
    border-radius: 12px;
    font-size: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }

.modal__content p {
  margin-top: 0px; }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************
  Demo Animation Style
**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }

  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }

  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/**************************
  Custom styles for individual modals
**************************/
.modal__container button {
  outline: none;
  cursor: pointer !important; }

.modal__container h2.modal__title, .modal__container .modal__title.h2, .modal__container .modal__title.h2--body {
  color: #595959; }

.modal__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .modal__header .product-return-center {
    font-family: 'Baby Brezza';
    font-size: 2.5em;
    text-transform: none;
    width: 100%;
    margin-bottom: 5px; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }

.modal__close {
  font-size: 24px;
  color: #585a5b; }

.modal__content {
  color: rgba(0, 0, 0, 0.8); }

.modal__btn {
  padding: 10px 15px;
  background-color: #e6e6e6;
  border-radius: 4px;
  -webkit-appearance: none; }

.tif-stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

#BVRRSummaryContainer .bv-cleanslate .bv-shared .bv-compat .bv-prs-container .bv-primarySummary-rating-container dl.bv-stars-container dd.bv-rating-ratio-number {
  display: none !important; }

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

@media screen and (max-width: 480px) {
  .limoniapps-discountninja-cartdiscountfield-inputandbutton {
    justify-content: center !important; } }
.splash-banner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .splash-banner button.btn-video,
  .splash-banner button.btn-volume {
    width: 23px;
    height: 23px;
    border: none !important;
    box-shadow: none !important;
    z-index: 100;
    position: absolute;
    bottom: 10px;
    background-image: url("/cdn/shop/t/212/assets/play-btn.svg?v=143974944857153637241667232631");
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .splash-banner button.btn-video,
      .splash-banner button.btn-volume {
        width: 46px;
        height: 46px; } }
    @media screen and (max-width: 768px) {
      .splash-banner button.btn-video.volume-enabled,
      .splash-banner button.btn-volume.volume-enabled {
        left: 43px !important; } }
    .splash-banner button.btn-video:focus-visible,
    .splash-banner button.btn-volume:focus-visible {
      outline: 2px solid blue; }
    .splash-banner button.btn-video.video-pause,
    .splash-banner button.btn-volume.video-pause {
      background-image: url("/cdn/shop/t/212/assets/pause.svg?v=166384757440532807091667232631"); }
  .splash-banner button.btn-volume {
    background: none;
    padding: 0;
    text-overflow: unset; }
    .splash-banner button.btn-volume i {
      font-size: 23px !important;
      line-height: 23px; }
      @media screen and (min-width: 768px) {
        .splash-banner button.btn-volume i {
          font-size: 46px !important;
          line-height: 46px; } }
  .splash-banner .slick-prev,
  .splash-banner .slick-next {
    opacity: 1;
    height: 40px;
    width: 40px;
    border-radius: 5px; }
    .splash-banner .slick-prev:hover,
    .splash-banner .slick-next:hover {
      opacity: 0.75; }
  .splash-banner .slick-prev {
    background-image: url(/cdn/shop/t/212/assets/chevron-left.svg?v=39978239821125987251660132572); }
  .splash-banner .slick-next {
    background-image: url(/cdn/shop/t/212/assets/chevron-right.svg?v=137323089333784276691660132574); }
  .splash-banner .video-panel:not(.show-placeholder) {
    background-color: #898e8c; }
  .splash-banner .video-panel.show-placeholder {
    background-image: var(--mobile);
    background-size: cover;
    background-position: var(--image-position);
    background-repeat: no-repeat;
    position: relative; }
    @media screen and (min-width: 768px) {
      .splash-banner .video-panel.show-placeholder {
        background-image: var(--tablet); } }
    @media screen and (min-width: 1200px) {
      .splash-banner .video-panel.show-placeholder {
        background-image: var(--desktop); } }
  .splash-banner .video-panel .video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .splash-banner .video-panel .video-container iframe {
      width: 100%;
      height: 100%; }
  .splash-banner .video-panel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  .splash-banner .video-panel .content-container {
    padding-bottom: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (min-width: 992px) {
      .splash-banner .video-panel .content-container {
        padding-bottom: 10px; } }
    .splash-banner .video-panel .content-container .button-wrapper .shop-now-button {
      border: 1px solid;
      border-color: var(--button-border);
      color: var(--button-color);
      background-color: var(--button-background);
      font-size: 21px;
      transition: all 0.3s ease;
      font-weight: 700;
      padding: 3px 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 10px;
      text-decoration: none; }
      @media screen and (min-width: 992px) {
        .splash-banner .video-panel .content-container .button-wrapper .shop-now-button {
          font-size: 24px; } }
      .splash-banner .video-panel .content-container .button-wrapper .shop-now-button:hover {
        border-color: var(--button-hover-border);
        color: var(--button-hover-color);
        background-color: var(--button-hover-background); }
  @media screen and (max-width: 767px) {
    .splash-banner .video-panel::before {
      content: "";
      display: block;
      padding-top: 100%; } }
  @media screen and (min-width: 768px) {
    .splash-banner .video-panel::before {
      content: "";
      display: block;
      padding-top: 56.25%; } }

a:focus-visible, .slick-slide:focus-visible {
  outline: 4px solid blue;
  border-radius: 3px; }

.landing-nav-item:focus-within,
.better-banner:focus-within {
  outline: 4px solid blue;
  border-radius: 3px; }

.search-menu {
  position: relative;
  margin-left: 30px;
  display: inline-block; }
  .search-menu .search-button {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    padding: 0; }
    .search-menu .search-button img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .search-menu .search-form {
    display: none;
    position: absolute;
    transform: translate(calc(-50% + 10px), 10px);
    width: 200px;
    z-index: 40;
    background-color: white; }
    .search-menu .search-form input {
      margin: 0; }
    .search-menu .search-form.active {
      display: block; }
    .search-menu .search-form::after {
      content: "";
      position: absolute;
      background-color: white;
      width: 15px;
      height: 15px;
      border: 1px solid #bcbec0;
      border-right: none;
      border-bottom: none;
      top: 0;
      left: 50%;
      transform: rotate(45deg) translate(-50%, -3px); }

.mobile-wrapper .search-menu {
  position: absolute;
  left: 10px;
  top: 52%;
  transform: translateY(-50%);
  z-index: 5; }
  @media screen and (min-width: 769px) {
    .mobile-wrapper .search-menu {
      display: none; } }
  .mobile-wrapper .search-menu form {
    transform: translate(calc(-50% + 50px), 10px); }
    .mobile-wrapper .search-menu form input[type=submit] {
      position: absolute;
      top: 0;
      right: 0; }
    .mobile-wrapper .search-menu form::after {
      left: 28%; }
