/** Shopify CDN: Minification failed

Line 99:2 Expected identifier but found "*"
Line 1045:2 Expected identifier but found "*"
Line 1087:2 Expected identifier but found "*"
Line 1714:2 Expected identifier but found "*"
Line 2438:26 Expected ")" to end URL token
Line 5404:2 Expected identifier but found "*"
Line 7434:2 Expected identifier but found "*"

**/
@charset "UTF-8";
/*============================================================================
  Phantom Thème Classique + 1.05.1 by Nathan Rutily
==============================================================================*/
/*================ Prefix mixins ================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ Style mixins ================*/
/*================ SASS VARIABLES & SETTINGS ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*================ Color Variables ================*/
/*================ Sizing Variables ================*/
/*================ Product Grid ================*/
/*================ Product slider ================*/
/*================ Collection Grid ================*/
/*================ Typography Variables ================*/
/*================ Z-Index ================*/
/*================ Drawers ================*/
/*================ Sticky nav ================*/
/*================ Links and Buttons ================*/
/*================ Product and Collection Cards ================*/
/*================ Search in header ================*/
/*================ Meganav ================*/
/*================ Hero ================*/
/*================ Slate ================*/
/*============================================================================
  Slate Table of Contents

  #Mixins
  #Grid
  #Normalize
  #Helper Classes
  #Basic Styles
  #Icons
  #Lists
  #Rich Text Editor
  #Links and Buttons
  #Tables
  #Reponsive Tables
  #Images and Iframes
  #Forms
  #Site Nav and Dropdowns
  #Section Headers
  #Giftcard Template
==============================================================================*/
/*================ #Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss

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

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Media Query IE z-index Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid {
  *zoom: 1; }
  .grid:after {
    content: '';
    display: table;
    clear: both; }

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

.grid__item {
  float: left;
  padding-left: 20px;
  width: 100%;
  flex-basis: auto !important; }

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

/*================ Flex grid ================*/
.flex {
  display: flex;
  width: 100%; }

.flex__item {
  position: relative;
  -moz-flex: 1 1 100%;
  flex: 1 1 100%;
  width: auto !important;
  min-width: 0; }

.flex__item--fixed {
  -moz-flex: 0 1 auto;
  flex: 0 1 auto; }

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

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

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

.two-thirds {
  width: 66.66667%;
  flex-basis: 66.66667%; }

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

.two-quarters {
  width: 50%;
  flex-basis: 50%; }

.three-quarters {
  width: 75%;
  flex-basis: 75%; }

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

.two-fifths {
  width: 40%;
  flex-basis: 40%; }

.three-fifths {
  width: 60%;
  flex-basis: 60%; }

.four-fifths {
  width: 80%;
  flex-basis: 80%; }

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

.two-sixths {
  width: 33.33333%;
  flex-basis: 33.33333%; }

.three-sixths {
  width: 50%;
  flex-basis: 50%; }

.four-sixths {
  width: 66.66667%;
  flex-basis: 66.66667%; }

.five-sixths {
  width: 83.33333%;
  flex-basis: 83.33333%; }

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

.two-eighths {
  width: 25%;
  flex-basis: 25%; }

.three-eighths {
  width: 37.5%;
  flex-basis: 37.5%; }

.four-eighths {
  width: 50%;
  flex-basis: 50%; }

.five-eighths {
  width: 62.5%;
  flex-basis: 62.5%; }

.six-eighths {
  width: 75%;
  flex-basis: 75%; }

.seven-eighths {
  width: 87.5%;
  flex-basis: 87.5%; }

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

.two-tenths {
  width: 20%;
  flex-basis: 20%; }

.three-tenths {
  width: 30%;
  flex-basis: 30%; }

.four-tenths {
  width: 40%;
  flex-basis: 40%; }

.five-tenths {
  width: 50%;
  flex-basis: 50%; }

.six-tenths {
  width: 60%;
  flex-basis: 60%; }

.seven-tenths {
  width: 70%;
  flex-basis: 70%; }

.eight-tenths {
  width: 80%;
  flex-basis: 80%; }

.nine-tenths {
  width: 90%;
  flex-basis: 90%; }

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

.two-twelfths {
  width: 16.66667%;
  flex-basis: 16.66667%; }

.three-twelfths {
  width: 25%;
  flex-basis: 25%; }

.four-twelfths {
  width: 33.33333%;
  flex-basis: 33.33333%; }

.five-twelfths {
  width: 41.66667%;
  flex-basis: 41.66667%; }

.six-twelfths {
  width: 50%;
  flex-basis: 50%; }

.seven-twelfths {
  width: 58.33333%;
  flex-basis: 58.33333%; }

.eight-twelfths {
  width: 66.66667%;
  flex-basis: 66.66667%; }

.nine-twelfths {
  width: 75%;
  flex-basis: 75%; }

.ten-twelfths {
  width: 83.33333%;
  flex-basis: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%;
  flex-basis: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

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

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

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

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

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

body {
  margin: 0; }

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

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

a {
  background-color: transparent;
  text-decoration: underline; }

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

em {
  font-style: italic; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

.visually-hidden, .icon__fallback-text, .no-js .lazyload, .no-js .image-content__image-wrapper, .no-js .image-badge__image-wrapper, .no-js .article__photo-wrapper {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

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

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

/*================ #Basic Styles ================*/
body, html {
  background-color: var(--color-body);
  max-width: 100%;
  width: 100%;
  overflow-x: hidden; }

.page-width {
  *zoom: 1;
  max-width: 1180px;
  margin: 0 auto 0 auto;
  padding: 0 10px; }
  .page-width:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 500px) {
    .page-width {
      padding: 0 15px; } }

/*================ Typography ================*/
blockquote p + cite {
  margin-top: 10px; }

blockquote cite {
  display: block; }
  blockquote cite:before {
    content: '\2014 \0020'; }

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

pre {
  overflow: auto; }

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

.icon-account {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px; }
  @media only screen and (max-width: 1059px) {
    .icon-account {
      display: inline-block;
      margin: 0 auto; } }
  .no-svg .icon-account {
    display: none; }

.icon--wide {
  width: 40px; }

.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0; }

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

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }
  .payment-icons li {
    margin-right: 5px; }
  .payment-icons .icon {
    width: 38px;
    height: 24px; }
  .payment-icons .icon--wide {
    width: 55px; }

/*================ Social Icons ================*/
.social-icons .icon {
  width: 24px;
  height: 24px; }

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

ol {
  list-style: decimal; }

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

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

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

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

/*================ #Rich Text Editor ================*/
.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*================ #Links and Buttons ================*/
.btn, .btn--secondary,
.rte .btn--secondary, .shopify-payment-button .shopify-payment-button__button--unbranded,
.rte .btn,
.rte .btn--secondary,
.rte .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .rte .shopify-payment-button__button--unbranded {
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  border: none !important;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border-radius: var(--btn-radius) !important;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-btn-primary) !important;
  color: var(--color-btn-primary-text) !important; }
  .btn:hover, .btn--secondary:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
  .rte .btn:hover,
  .rte .btn--secondary:hover,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded:hover {
    background-color: var(--color-btn-primary-hover) !important;
    color: var(--color-btn-primary-text-hover) !important; }
  .btn:active, .btn--secondary:active, .shopify-payment-button .shopify-payment-button__button--unbranded:active, .btn:focus, .btn--secondary:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus,
  .rte .btn:active,
  .rte .btn--secondary:active,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded:active,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded:active,
  .rte .btn:focus,
  .rte .btn--secondary:focus,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded:focus {
    background-color: var(--color-btn-primary-active) !important;
    color: var(--color-btn-primary-text-hover) !important; }
  .btn[disabled], .btn--secondary[disabled], .shopify-payment-button .shopify-payment-button__button--unbranded[disabled],
  .rte .btn[disabled],
  .rte .btn--secondary[disabled],
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded[disabled],
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded[disabled] {
    cursor: default;
    color: adaptive-color(#f4f4f4, 50%) !important;
    background-color: #d5d5d5 !important; }
  .btn .icon, .btn--secondary .icon, .shopify-payment-button .shopify-payment-button__button--unbranded .icon,
  .rte .btn .icon,
  .rte .btn--secondary .icon,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded .icon,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded .icon {
    fill: currentColor;
    path: currentColor; }

.btn--secondary,
.rte .btn--secondary {
  background-color: var(--color-btn-secondary) !important;
  color: var(--color-btn-secondary-text) !important; }
  .btn--secondary:hover,
  .rte .btn--secondary:hover {
    background-color: var(--color-btn-secondary-hover) !important;
    color: var(--color-btn-secondary-text-hover) !important; }
  .btn--secondary:active, .btn--secondary:focus,
  .rte .btn--secondary:active,
  .rte .btn--secondary:focus {
    background-color: var(--color-btn-secondary-active) !important;
    color: var(--color-btn-secondary-text) !important; }

.btn--secondary-accent {
  border-radius: var(--btn-radius);
  border: 1px solid var(--color-btn-secondary-accent) !important;
  color: var(--color-btn-secondary-accent) !important;
  background-color: var(--color-content) !important; }
  .btn--secondary-accent:hover {
    border: 1px solid var(--color-btn-secondary-accent-hover) !important;
    color: var(--color-btn-secondary-accent-hover) !important;
    background-color: var(--color-content) !important; }
  .btn--secondary-accent:active, .btn--secondary-accent:focus {
    border: 1px solid var(--color-btn-secondary-accent-active) !important;
    color: var(--color-btn-secondary-accent-active) !important;
    background-color: var(--color-content) !important; }
  .btn--secondary-accent[disabled] {
    border-color: #d5d5d5 !important; }
    .btn--secondary-accent[disabled]:hover, .btn--secondary-accent[disabled]:active, .btn--secondary-accent[disabled]:focus {
      background-color: #d5d5d5;
      color: adaptive-color(#f4f4f4, 50%); }

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

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

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

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

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

.responsive-table__row {
  border-bottom: 1px solid var(--color-body); }

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

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

/*================ Forms ================*/
@media only screen and (max-width: 1059px) {
  input,
  select,
  textarea {
    font-size: 16px; } }

fieldset {
  border: 1px solid var(--color-body);
  margin: 0 0 20px;
  padding: 10px; }

legend {
  border: 0;
  padding: 0; }

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

input,
textarea,
select {
  border: 1px solid var(--color-body);
  border-radius: 0;
  max-width: 100%; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: var(--color-border-body-darken); }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #d5d5d5;
    border-color: adaptive-color(#f4f4f4, 50%); }

textarea {
  min-height: 100px; }

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: var(--icon-select);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer; }

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

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

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

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

label[for] {
  cursor: pointer; }

/*================ #Site Nav and Dropdowns ================*/
.site-header__logo img {
  display: block;
  width: 100%; }

.site-nav li {
  display: inline-block;
  text-align: left; }

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

/*================ Dropdowns ================*/
.site-nav__dropdown {
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 5; }
  .site-nav__dropdown li {
    display: block; }

/*================ #Giftcard Template ================*/
.giftcard__qr-code img {
  margin: 0 auto; }

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

.giftcard__wrap {
  margin: 0 auto 20px; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }
  p {
    orphans: 3;
    widows: 3; }
  html, body {
    background-color: #fff;
    color: #000; }
  .giftcard__print-link,
  .giftcard__apple-wallet {
    display: none; } }

/*================ GLOBAL ================*/
.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

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

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

.full-width {
  padding: 80px 20px;
  background-color: var(--color-body); }

.full-width--return-link {
  background-color: var(--color-return-link); }
  .content-block + .full-width--return-link {
    margin-top: -20px; }

hr {
  margin: 20px 0;
  border-color: var(--color-body);
  border-style: solid;
  border-width: 1px 0 0; }
  @media only screen and (max-width: 1059px) {
    hr {
      margin: 5px auto !important; } }

.hr--dark {
  border-color: var(--hr-dark); }

/*================ Empty pages (404, cart) ================*/
.page-empty {
  padding: 120px 0;
  margin-bottom: 20px; }

/*================ Index sections ================*/
.home-section {
  margin-bottom: 50px; }

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

.index-section--flush:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

/*================ Flex class helpers ================*/
.flex--center-vertical .flex__item {
  align-self: center; }

.flex--grid {
  margin: 0 -10px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 499px) {
    .flex--grid {
      margin: 0; } }
  .flex--grid > .flex__item {
    padding: 10px; }

.flex--grid-center {
  justify-content: center; }

.flex--no-gutter {
  margin: 0; }
  .flex--no-gutter > .flex__item {
    padding: 0; }

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

.grid--no-gutters {
  margin-left: 0; }
  .grid--no-gutters > .grid__item {
    padding-left: 0; }

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

.medium-up--grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: 0; }
  .medium-up--grid--table > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0; }
  @media only screen and (max-width: 499px) {
    .medium-up--grid--table {
      display: block; }
      .medium-up--grid--table > .grid__item {
        display: block; } }

.medium-up--grid--table-social {
  display: table;
  table-layout: fixed;
  margin-left: 0;
  width: 100%; }
  .medium-up--grid--table-social > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0; }
  @media only screen and (max-width: 499px) {
    .medium-up--grid--table-social {
      display: none; }
      .medium-up--grid--table-social > .grid__item {
        display: none; } }

body, input, textarea, button, select, ::-webkit-search-cancel-button {
  font-size: var(--font-size-base);
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  color: var(--color-body-text);
  line-height: 1.375; }

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

/*================ Headings ================*/
h1, .h1, .h1--mini, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--color-heading);
  margin: 0 0 calc((10 / (var(--font-size-base-num))) * 1em); }
  h1 a, .h1 a, .h1--mini a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: var(--color-body-links);
    text-decoration: none;
    font-weight: inherit; }
    h1 a:hover, .h1 a:hover, .h1--mini a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
      color: var(--color-body-links-hover); }
  h1:last-child, .h1:last-child, .h1--mini:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
    margin-bottom: 0; }

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  letter-spacing: var(--type-accent-spacing);
  text-transform: var(--type-accent-transform); }

h1, .h1, .h1--mini {
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  letter-spacing: var(--type-accent-spacing);
  text-transform: var(--type-accent-transform);
  font-size: var(--h1); }
  @media only screen and (min-width: 500px) {
    h1, .h1, .h1--mini {
      font-size: var(--h1-large); } }

h2, .h2 {
  font-size: var(--h2); }

h3, .h3 {
  font-size: var(--h3); }

h4, .h4 {
  font-size: var(--h4);
   }

h5, .h5 {
  font-size: var(--h5); }
  @media only screen and (max-width: 499px) {
    h5, .h5 {
      text-align: center; } }

h6, .h6 {
  font-size: var(--h6); }

.h1--mini {
  font-size: var(--h1-mini); }

/*================ RTE headings ================*/
.rte {
  *zoom: 1;
  margin-bottom: 20px; }
  .rte:after {
    content: '';
    display: table;
    clear: both; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1, .rte .h1, .rte .h1--mini, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
    margin-top: 40px; }
    @media only screen and (max-width: 1059px) {
      .rte h1, .rte .h1, .rte .h1--mini, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
        text-align: center; } }
    .rte h1:first-child, .rte .h1:first-child, .rte .h1--mini:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
      margin-top: 0; }
  .rte p {
    margin: 0 0 20px; }
  .rte li {
    margin-bottom: 10px; }
    .rte li:last-child {
      margin-bottom: 0; }

.rte-setting {
  margin-bottom: 10px; }
  @media only screen and (max-width: 1059px) {
    .rte-setting {
      text-align: center; } }
  .rte-setting:last-child {
    margin-bottom: 0; }

/*================ Paragraph styles ================*/
p {
  margin: 0 0 10px; }
  p:last-child {
    margin-bottom: 0; }

/*================ Blockquote ================*/
blockquote {
  color: var(--color-heading);
  font-size: var(--blockquote);
  font-weight: var(--font-weight-body-bold);
  text-align: center; }
  blockquote cite {
    font-size: 0.8em;
    font-weight: var(--font-weight-body);
    opacity: 0.6;
    font-style: var(--font-style-body); }
  @media only screen and (max-width: 499px) {
    blockquote {
      margin-left: 0;
      margin-right: 0; } }

/*================ Lists ================*/
.list--no-bullets {
  list-style: none; }

.list--bold {
  font-weight: var(--font-weight-body-bold);
  font-size: var(--list-bold); }

/*================ Form elements ================*/
label {
  font-size: var(--label);
  font-weight: var(--font-weight-body-bold);
  color: var(--color-body-text);
  text-transform: uppercase;
  margin-bottom: 13px; }

/*================ Blog styles ================*/
.blog__meta {
  font-size: 0.82353em;
  margin: 0 0 -3px;
  padding-bottom: 5px; }

.h2-time-reading {
  padding: 5px 0; }

h2.blog__title-link, .blog__title-link.h2, .blog__title-link.h2, .blog__title-link.h2 {
  text-transform: var(--blog-format-link); }

h2.blog__title-link, .blog__title-link.h2, .blog__title-link.h2 {
  font-size: 1.2em;
  line-height: 1.175;
  margin-top: 5px; }

#blog-template {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  #blog-template ::-webkit-scrollbar {
    width: 10px; }
  #blog-template ::-webkit-scrollbar-track {
    background: #f1f1f1;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px; }
  #blog-template ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px; }
  #blog-template ::-webkit-scrollbar-thumb:hover {
    background: #555; }

.content-author, .content-author p {
  text-align: center; }

.name-author {
  font-weight: 600;
  margin-top: 15px; }

.description-author {
  font-style: italic; }

.img-author {
  border-radius: 50%;
  width: 100px;
  box-shadow: 2px 2px 10px 2px rgba(153, 153, 153, 0.2); }

.blog__rss-link .icon-rss {
  fill: currentColor;
  width: 18px;
  height: 18px;
  vertical-align: baseline; }

.tag-css {
  text-transform: capitalize;
  margin-bottom: 8px; }

li.recent_posts_margin {
  margin-bottom: 12px; }

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

.pull-left {
  float: left; }

/*================ Primary color inline background ================*/
.emphasized-title {
  display: block;
  font-size: var(--emphasized-title);
  margin-bottom: 0px;
  padding: 0 10px;
  color: var(--color-emphasized-title-tex);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  @media only screen and (max-width: 499px) {
    .emphasized-title {
      padding: 0; } }

.image-content {
  margin-left: 20px; }
  @media only screen and (max-width: 1059px) {
    .image-content {
      margin-left: 0; } }

.emphasized-title--link:hover, .emphasized-title--link:focus {
  background-color: var(--adp-color-header-bg);
  color: var(--color-emphasized-title-tex); }

@media only screen and (min-width: 500px) {
  .emphasized-title--large {
    font-size: var(--emphasized-title--large); } }

.emphasized-subtitle {
  display: block;
  line-height: 2;
  color: var(--color-header-links);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: background-color 0.15s ease-in; }
  @media only screen and (min-width: 500px) {
    .emphasized-subtitle {
      font-size: var(--emphasized-subtitle); } }
  .emphasized-subtitle:hover, .emphasized-subtitle:focus {
    color: var(--color-header-links);
    background-color: var(--adp-color-header-links); }

.emphasized-title-wrapper {
  margin-bottom: 10px;
  padding: 20px; }
  .emphasized-title-wrapper .emphasized-content {
    max-width: 100%; }

/*================ Tables ================*/
td,
th {
  padding: 10px;
  border: 1px solid var(--color-body); }

/*================ Forms and inputs ================*/
::-webkit-input-placeholder, ::-webkit-search-cancel-button {
  color: var(--color-body-text);
  opacity: 0.6; }

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

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

::-ms-input-placeholder, ::-ms-input-placeholder {
  color: var(--color-body-text);
  opacity: 0.6;
  opacity: 1; }

input,
textarea,
select {
  background-color: var(--adp-color-content-bg-5);
  color: var(--color-body-text);
  border: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    color: rgba(0, 0, 0, 0.4); }
  input.input--error,
  textarea.input--error,
  select.input--error {
    color: #fff; }
    input.input--error::-webkit-input-placeholder,
    textarea.input--error::-webkit-input-placeholder,
    select.input--error::-webkit-input-placeholder {
      color: #fff;
      opacity: 0.6; }
    input.input--error:-moz-placeholder,
    textarea.input--error:-moz-placeholder,
    select.input--error:-moz-placeholder {
      color: #fff;
      opacity: 0.6; }
    input.input--error:-ms-input-placeholder,
    textarea.input--error:-ms-input-placeholder,
    select.input--error:-ms-input-placeholder {
      color: #fff;
      opacity: 0.6; }
    input.input--error::-ms-input-placeholder,
    textarea.input--error::-ms-input-placeholder,
    select.input--error::-ms-input-placeholder {
      color: #fff;
      opacity: 0.6;
      opacity: 1; }

.input--content-color {
  background-color: var(--color-content); }

input, textarea {
  padding: 13px 15px; }

input[type="search"] {
  padding-right: 0; }

select {
  padding-top: 13px;
  padding-left: 15px;
  padding-bottom: 13px; }

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

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

.form-vertical input[type="submit"],
.form-vertical .btn,
.form-vertical .btn--secondary,
.form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
  display: inline-block; }

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

textarea {
  min-height: 100px; }

/*================ Form feedback messages ================*/
.note,
.form-success,
.errors {
  padding: 13px;
  margin: 0 0 10px; }

.note {
  border: 1px solid var(--color-body); }

.form-success {
  background-color: #59ac6c;
  color: #fff; }

.errors {
  background-color: #ec523e;
  color: #fff; }

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

/*============================================================================
  Input groups
  - Align a text input beside a submit button without
    any space between them. The button will size it's parent
    based on the 1% width below while maintaining its
    padding and styles.
==============================================================================*/
.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate; }
  .form-vertical .input-group {
    margin-bottom: 20px; }

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

.input-group__field,
.input-group__btn .btn,
.input-group__btn .btn--secondary,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
  height: 48px;
  padding-top: 0;
  padding-bottom: 0; }

.input-group__field {
  width: 100%; }
  .form-vertical .input-group__field {
    margin: 0; }

.input-group__btn {
  white-space: nowrap;
  width: 1%; }
  .input-group__btn .icon-arrow-right {
    width: 14px;
    height: 17px; }


.input-group__btn button {
  border-radius: 0 var(--btn-radius) var(--btn-radius) 0 !important; }


/*================ Theme links and buttons ================*/
.btn, .btn--secondary,
.rte .btn--secondary, .shopify-payment-button .shopify-payment-button__button--unbranded,
.btn--secondary {
  font-size: var(--font-size-button);
  font-weight: var(--font-weight-body-bold);
  letter-spacing: var(--type-nav-spacing);
  text-transform: var(--type-nav-transform);
  padding: 1rem 3rem;
  max-width: 300px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }
  @media only screen and (max-width: 499px) {
    .btn, .btn--secondary,
    .rte .btn--secondary, .shopify-payment-button .shopify-payment-button__button--unbranded,
    .btn--secondary {
      padding: 15px 15px; } }

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

.btn--full {
  display: inline-flex;
  width: 100%;
  max-width: none;
  max-height: none;
  height: 50px; }

/*================ Default link styles ================*/
a,
.link-accent-color {
  color: var(--color-body-links);
  text-decoration: none;
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }
  a:hover, a:focus,
  .link-accent-color:hover,
  .link-accent-color:focus {
    color: var(--color-body-links-hover); }

.text-link {
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }
  .text-link .icon {
    fill: currentColor;
    height: var(--font-size-base);
    width: var(--font-size-base);
    margin-left: 3px; }

.link-body-color {
  color: var(--color-body-text);
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }
  .link-body-color:hover, .link-body-color:focus {
    color: var(--color-accent); }

/*================ Return link ================*/
.return-link {
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: var(--return-link); }
  .return-link .icon {
    fill: currentColor; }

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

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

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

.featured-card__image .placeholder-svg {
  width: auto; }

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

/*================ TEMPLATES ================*/
/*============= Templates | Password page =============*/
.template-password {
  height: 100vh;
  background-color: var(--color-header);
  color: var(--color-control-content-bg); }

.password-page {
  display: table;
  height: 100%;
  width: 100%; }
  .password-page a {
    color: var(--color-header-links); }
  .password-page h1, .password-page .h1, .password-page .h1--mini, .password-page h2, .password-page .h2, .password-page h3, .password-page .h3, .password-page h4, .password-page .h4, .password-page h5, .password-page .h5, .password-page h6, .password-page .h6 {
    color: var(--color-control-content-bg); }
  .password-page label {
    color: var(--color-control-content-bg); }

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

.password-page__content, .password-modal__content {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 40px; }

.password-page__content {
  padding: 20px 0; }

.password-logo {
  margin-top: 10px;
  margin-bottom: 20px; }

.password-logo__image {
  max-width: 100%; }

.password-page__title {
  font-size: var(--password-title);
  line-height: 1;
  margin-bottom: 20px; }

.password-page__message {
  font-size: var(--password-message);
  margin-bottom: 40px; }

.password-signup-form {
  margin-bottom: 80px; }

.password-social-sharing {
  margin-bottom: 80px; }

/*================ Login link ================*/
.password-login-link {
  display: block;
  padding: 20px;
  text-align: center; }
  @media only screen and (min-width: 500px) {
    .password-login-link {
      position: absolute;
      top: 0;
      right: 0; } }
  .password-login-link .icon {
    width: 12px;
    height: 1em;
    margin-right: 6.66667px;
    fill: currentColor; }

/*================ Login modal ================*/
.password-login-form {
  margin-bottom: 40px; }

/*================ Newsletter ================*/
.password-signup-form__subheading {
  margin-bottom: 25px; }
  .password-signup-form__subheading a {
    color: var(--color-btn-primary); }
    .password-signup-form__subheading a:hover {
      color: var(--color-btn-primary-hover); }

.password-signup-form .input-group {
  max-width: 450px;
  margin: 0 auto; }

/*================ Password svg icons ================*/
.icon-shopify-logo {
  width: var(--icon-shopify-logo-width);
  height: var(--icon-shopify-logo-height);
  margin-left: 6.66667px;
  fill: currentColor; }

/*============= Templates | Gift card page =============*/
.template-giftcard {
  background-color: var(--color-header); }

.giftcard__header {
  margin: 80px auto 40px; }

.giftcard__content {
  background-color: var(--color-content);
  max-width: 540px;
  margin: 0 auto 40px;
  padding: 20px; }

.giftcard__shop-url {
  display: none; }

/*================ Giftcard image, amount, and code ================*/
.giftcard__wrap {
  position: relative; }
  .giftcard__wrap:before, .giftcard__wrap:after {
    content: '';
    display: block;
    position: absolute;
    background-color: var(--color-content);
    height: 40px;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .giftcard__wrap:before {
    top: -2px;
    left: -2px;
    border-radius: 12px 0 100%;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05); }
  .giftcard__wrap:after {
    bottom: -2px;
    right: -2px;
    border-radius: 100% 0 12px;
    box-shadow: -2px -2px 1px rgba(0, 0, 0, 0.05); }

.giftcard__image {
  display: block;
  border-radius: 12px;
  overflow: hidden; }

.giftcard__amount-wrapper {
  position: absolute;
  top: 6.66667px;
  right: 10px; }

.giftcard__amount,
.giftcard__amount-remaining {
  color: #fff; }

.giftcard__amount {
  font-size: em(28);
  margin-bottom: 0;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 500px) {
    .giftcard__amount {
      font-size: em(40); } }

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

.giftcard__code-bubble {
  position: relative;
  display: inline-block;
  background-color: var(--color-content);
  color: var(--color-body-text);
  padding: 10px 20px;
  font-size: var(--giftcard-code-bubble);
  border-radius: 4px; }
  @media only screen and (min-width: 500px) {
    .giftcard__code-bubble {
      font-size: var(--giftcard-code-bubble-large); } }
  .giftcard__code-bubble:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 1px dashed var(--color-body-text);
    border-radius: 4px;
    opacity: 0.3; }

/*================ Print styles ================*/
@media print {
  .giftcard__shop-url {
    display: block; }
  .giftcard__wrap:before, .giftcard__wrap:after {
    display: none; }
  .giftcard__amount-wrapper {
    background-color: var(--color-content);
    border-radius: 4px;
    padding: 0 6.66667px; } }

/*================ VENDOR ================*/
/*============================================================================
  Slick Slider 1.5.8

  - If upgrading Slick's styles, use the following variables/functions
    instead of the slick defaults (from slick-theme.scss)
  - This file includes default slick.scss styles (at Slick Slider SCSS)
    and slick-theme.scss (at Slick Slider Theme). Upgrade each area individually
  - All `outline: none;` have been removed for any elements in slideshow
    (buttons, arrows, etc) to preserve a11y
==============================================================================*/
/*================ Slick Slider SCSS ================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-initialized:not(.hero) .slick-list {
  width: 100%;
  margin: 0 auto; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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;
  min-width: 100px;
  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-arrow.slick-hidden {
  display: none; }

/*================ Slick Slider Theme ================*/
.slick-loading .slick-list {
  background: #fff url(var(--ajax-loader-gif)) center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  outline: none;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

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

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      outline: none;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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-family: "slick-icons, sans-serif";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li:only-child {
      display: none; }
    .slick-dots li.slick-active button:before {
      color: #fff;
      opacity: 0.75; }

.related-product-page-width {
  background-color: white;
  padding: 20px 50px;
  max-width: 1200px; }

.related-products .slick-slider {
  margin-bottom: 0; }

.related-products .slick-track {
  display: inline-flex;
  align-items: flex-start; }

.related-products .slick-dots {
  bottom: -15px;
  right: -20px;
  width: 80%;
  left: 0;
  margin: 0 auto;
  position: relative; }

.related-products .slick-dots li button:before {
  text-indent: -9999px;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #5e5e5e;
  width: 10px;
  height: 10px;
  margin: 5px 0 0 5px;
  opacity: 1;
  transition: all 0.2s; }

.related-products .slick-dots li.slick-active button:before {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 4px 0 0 4px; }

.related-products li.slick-active button:before {
  color: white;
  opacity: 0.75; }

.related-products {
  margin-bottom: 0px !important; }
  .related-products .icon {
    width: 40px;
    height: 40px; }
  .related-products .slick-next, .related-products .slick-prev {
    z-index: 2; }
  .related-products .product_image {
    margin: -20px; }
  .related-products .product-card {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .related-products .product-card .btn, .related-products .product-card .btn--secondary, .related-products .product-card .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .related-products .product-card .shopify-payment-button__button--unbranded {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0; }
  .related-products .product-form {
    margin-top: 10px;
    margin: 0 auto;
    width: 90%; }
  .related-products .product-single__variants {
    width: 100%;
    display: flex;
    align-self: flex-end;
    padding-bottom: 10px; }
  .related-products .product-single__variants select {
    height: -webkit-fit-content !important;
    height: fit-content !important;
    height: -moz-fit-content !important; }
  .related-products .product-card__name {
    flex-basis: 100%;
    height: -webkit-fit-content;
    height: fit-content;
    height: -moz-fit-content; }
  .related-products .product-card__price {
    align-self: flex-end;
    justify-content: center;
    width: 100%; }
  .related-products .product-card__info {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important; }
  .related-products .product_rating {
    padding: 0 10px; }
  .related-products .product-card-link {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .related-products .slick-arrow:before {
    content: none; }
  .related-products .slick-list {
    overflow: hidden; }
  @media only screen and (max-width: 1399px) {
    .related-products .slick-next {
      right: 0;
      z-index: 5; }
    .related-products .slick-prev {
      left: 0;
      z-index: 5; } }

/*================ MODULES ================*/
/*================ Site Header ================*/
.site-header {
  background-color: var(--color-header); }


.site-header-fixed-mob {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999 !important;
  width: 100%;
  transform: translate3d(0, -100%, 0); }


@media only screen and (max-width: 499px) {
  .site-header__upper {
    padding: 0; } }

@media only screen and (min-width: 500px) {
  .site-header__upper {
    padding: 0 10px; }
    .site-header__upper .grid--table {
      padding: 5px 0;
      height: inherit; }
    .site-header__upper .icons-nav {
      display: inline-flex;
      align-items: center;
      width: -webkit-fit-content;
      width: fit-content;
      width: -moz-fit-content;
      float: right;
      height: 40px;
      justify-content: flex-end; } }

.site-header__logo {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  vertical-align: middle;
  flex-basis: auto !important; }
  .site-header__logo a {
    display: block;
    color: var(--color-header-links); }
    .site-header__logo a:hover {
      color: var(--adp-color-header-links-25); }
    @media only screen and (min-width: 500px) {
      .site-header__logo a {
        display: block; } }

.site-header__shop-name--small {
  font-size: 15px;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto; }

.site-header__shop-name {
  display: none; }
  @media only screen and (min-width: 1060px) and (max-width: 1399px) {
    .site-header__shop-name {
      font-size: 40px;
      font-family: var(--font-stack-title);
      font-style: var(--font-style-title);
      font-weight: var(--font-weight-title);
      display: block;
      width: 50%;
      vertical-align: middle;
      color: #ffffff;
      display: table-cell;
      text-align: center; } }

.template-giftcard .site-header__logo-link {
  display: inline-block;
  float: none; }



@media (min-width: 500px) and (max-width: 989px) {
  .list--inline.medium-up--one-third {
    width: 100%;
    display: block; } }

.site-nav {
  margin-left: 0px; }

#StickyBar:not(.sticky--open) .high-logo {
  display: none; }

.nav-bar .grid--table {
  text-align: center;
  display: flex; }

.meganav__list {
  text-align: left; }

.site-header__upper {
  padding-top: 0; }


/*================ Menu toggle, Cart, and Search icons ================*/
.site-header__link-account {
  display: inline-block;
  color: var(--color-header-links);
  padding: 10px 5px;
  line-height: 1; }
  .site-header__link-account .icon-account {
    width: 20px;
    height: 20px;
    position: relative;
    fill: currentColor; }
  .site-header__link-account:hover, .site-header__link-account:focus {
    color: var(--adp-color-header-links-25); }

.site-header_sticky_link:hover, .site-header_sticky_link:focus {
  color: var(--adp-color-header-links-25) !important; }

.site-header__link {
  display: inline-block;
  color: var(--color-header-links);
  padding: 10px;
  line-height: 1; }
  .site-header__link .icon {
    width: 22px;
    height: 22px;
    fill: currentColor; }
  .site-header__link .icon-cart {
    position: relative; }
  .site-header__link:hover, .site-header__link:focus {
    color: var(--adp-color-header-links-25); }

.site-header__menu-toggle--close {
  display: none; }

.site-header__link.js-drawer-open .site-header__menu-toggle--open {
  display: none; }

.site-header__link.js-drawer-open .site-header__menu-toggle--close {
  display: block; }

/*================ Cart icon ================*/
.site-header__cart {
  position: relative;
  padding: 10px; }

.cart_container {
  height: inherit; }

.cart_container.active_link > .site-header__cart {
  color: var(--adp-color-header-links-25) !important; }

.site-header__cart-indicator {
  position: absolute;
  bottom: 16px;
  right: 10px;
  background-color: var(--color-header-links);
  height: 20px;
  width: 20px;
  border-radius: 10px; }
  @media only screen and (max-width: 1399px) {
    .site-header__cart-indicator {
      right: 8px; } }
  @media all and (max-width: 820px) {
    .site-header__cart-indicator {
      right: -6px; } }
  @media only screen and (max-width: 499px) {
    .site-header__cart-indicator {
      bottom: 10px;
      top: unset;
      right: 4px; } }
  .no-svg .site-header__cart-indicator {
    bottom: auto;
    top: -6px;
    right: -10px; }

.site-header__cart-indicator-text {
  position: absolute;
  right: 6px;
  bottom: 3px;
  font-weight: bold;
  color: var(--site-header-cart-indicator-text); }

/* Quantity Box for Product Page */
.product-quantity-box .quantity,
.product-quantity-box .quantity:focus,
.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
  border: #e2e2e2 1px solid; }

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

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

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

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

.js-change-quantity .icon {
  width: 8px;
  height: 8px;
  fill: currentColor; }

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

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

/*================= Animation ==================*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
          animation-duration: .75s; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.delay-0s {
  -webkit-animation-delay: 0;
  animation-delay: 0; }

.delay-025s {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
  opacity: 0; }

.delay-05s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  opacity: 0; }

.delay-075s {
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
  opacity: 0; }

.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0; }

.animate_right, .animate_left, .animate_up, .animate_down {
  opacity: 0; }

.ie .animated, .ie .animate_right, .ie .animate_left, .ie .hsContent, .ie #slide-1 .animated {
  opacity: 1 !important; }

.ie delay-025s, .ie .delay-0s, .ie .delay-025s, .ie .delay-05s, .ie .delay-075s, .ie .delay-1s {
  opacity: 1 !important; }

.ie select {
  background-image: none !important; }

@media only screen and (max-width: 798px) {
  .delay-0s, .delay-025s, .delay-05s, .delay-075s, .delay-1s,
  .animate_right, .animate_left, .animate_up, .animate_down {
    opacity: 1; } }

/*================ Account icon ================*/
.site-header__account {
  position: relative; }

.site-header__account-indicator {
  position: absolute;
  bottom: 19px;
  right: 8px;
  background-color: var(--color-accent);
  height: 10px;
  width: 10px;
  border-radius: 10px; }
  .no-svg .site-header__account-indicator {
    bottom: auto;
    top: -6px;
    right: -10px; }

/*================ Header search bar ================*/
.site-header__search-cart-wrapper {
  vertical-align: middle;
  height: 50px;
  
  display: inline-flex;
  align-items: center;
  height: inherit;
   }


#SiteNavSearchCart, #SiteNavCart {
  display: inline-block;
  vertical-align: middle;
  height: inherit; }


.site-header__search {
  position: relative;
  display: inline-flex;
  height: inherit;
  align-items: center; }

.active-form .site-header__search-submit {
  pointer-events: auto;
  z-index: 1000;
  top: 50px; }

.active-form .site-header__search-input {
  opacity: 1;
  visibility: visible;
  top: 50px;
  z-index: 999;
  min-width: 300px;
  padding-left: 10px;
  padding-right: 30px; }
  @media only screen and (min-width: 1060px) {
    .active-form .site-header__search-input {
      width: 200px; } }

.site-header__search-input {
  position: absolute;
  cursor: text;
  opacity: 0;
  visibility: hidden;
  display: block;
  height: 50px;
  min-width: 300px;
  min-height: 50px;
  top: 0px;
  right: 0;
  padding: 10px 0;
  font-size: var(--site-header-search-input);
  color: var(--site-header-search-input);
  background: var(--color-header-menu);
  z-index: 100;
  transition: opacity 0.15s ease-in 0.4s, top 0.15s ease-in 0.4s;
  border-bottom: 1px solid color-control(var(--color-header)); }
  .site-header__search-input:focus {
    outline: none; }
  .site-header__search-input::-webkit-input-placeholder, .site-header__search-input::-webkit-search-cancel-button {
    color: var(--color-header-links);
    opacity: 0.6; }
  .site-header__search-input:-moz-placeholder, .site-header__search-input:-moz-placeholder {
    color: var(--color-header-links);
    opacity: 0.6; }
  .site-header__search-input:-ms-input-placeholder, .site-header__search-input:-ms-input-placeholder {
    color: var(--color-header-links);
    opacity: 0.6; }
  .site-header__search-input::-ms-input-placeholder, .site-header__search-input::-ms-input-placeholder {
    color: var(--color-header-links);
    opacity: 0.6;
    opacity: 1; }

input[type='search']::-webkit-search-cancel-button {
  position: relative;
  left: -10px;
  height: 15px;
  width: 15px;
  background: white;
  -webkit-appearance: none;
          appearance: none;
  background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
  background-size: contain; }

.site-header__search-submit {
  pointer-events: auto;
  position: relative;
  right: 0;
  top: 0;
  transition: top 0.2s ease-in;
  z-index: 10;
  padding: 12px 5px 10px; }

@media only screen and (max-width: 499px) {
  #shopify-section-search-template .section-header__title {
    margin-bottom: 40px; } }

/*================ Nav Bar ================*/
.nav-bar {
  position: relative;
  background-color: var(--color-header-menu);
  z-index: 5; }
  .nav-bar:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--color-header-menu);
    pointer-events: none;
    z-index: 8; }

@media only screen and (max-width: 499px) {
  #StickNavWrapper {
    height: 0px !important; } }

.nav-bar--active {
  position: relative;
  border-top: 1px solid var(--color-header-border);
  background-color: var(--color-header-menu);
  border-radius: 0 0 15px 15px;
  z-index: 10;
  max-width: 1180px;
  margin: 0 auto; }
  .nav-bar--active:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--color-header-menu);
    pointer-events: none;
    z-index: 8;
    border-radius: 0 0 15px 15px; }

@media screen and (max-width: 1180px) {
  .nav-bar--active {
    max-width: 100%;
    border-radius: 0; }
  .site-nav__dropdown--second-level {
    margin-top: 0;
    z-index: 9 !important; }
  .meganav__list {
    padding: 20px 0 0 5px; } }

/*================ Sticky bar ================*/
.sticky {
  position: relative;
  overflow: visible;
  z-index: 100; }

.sticky--active {
  position: fixed;
  top: 0;
  transform: translate3d(0, -100%, 0);
  
  left: 0;
  width: 100%;
   }

.sticky--open {
  transform: translate3d(0, 0, 0);
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }


.sticky--active .sticky-hidden {
  display: none; }


.sticky-only {
  position: relative;
  display: inline-block;
  padding-top: 1px;
  z-index: 9; }
  .sticky--active .sticky-only {
    display: flex;
    width: 100%;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }

/*================ Site Nav ================*/
.site-nav {
  white-space: nowrap; }

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

.site-nav__item--no-columns {
  position: relative; }
  .site-nav__item--no-columns .meganav {
    right: auto;
    min-width: 200px; }
  .site-nav__item--no-columns .meganav__list {
    width: 100%; }


.site-nav__item:not(.link-widith-product) {
  position: relative; }


.site-nav__link {
  font-size: var(--font-size-nav);
  font-weight: var(--font-weight-body-bold);
  letter-spacing: var(--type-button-spacing);
  text-transform: var(--type-nav-transform);
  position: relative;
  color: var(--color-header-links);
  z-index: 9;
  padding: 25px 15px !important; }
  .site-nav__link .icon {
    position: relative;
    top: 0px;
    width: 12px;
    height: 12px;
    fill: currentColor; }
  .site-nav__link:hover, .site-nav__link:focus, .site-nav__link:active,
  .site-nav--active .site-nav__link {
    color: var(--adp-color-header-links-25); }
  .site-nav__link:focus {
    background-color: rgba(var(--color-body), 0.3); }
  .site-nav--active .site-nav__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    bottom: 5px;
    height: 3px;
    background-color: var(--adp-color-header-links-25); }

.site-nav__link--compressed {
  margin-left: -20px; }
  .site-nav__link--compressed .icon {
    width: 22px;
    height: 22px; }

.site-nav__link-menu-label {
  display: none; }
  @media only screen and (min-width: 500px) {
    .site-nav__link-menu-label {
      display: inline-block; } }

.customer-login-links {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  z-index: 9;
  align-items: center; }
  @media only screen and (max-width: 499px) {
    .customer-login-links {
      display: none; } }

.customer-login-links a {
  display: inline-flex;
  align-items: center;
  color: var(--color-header-links);
  padding: 10px 5px;
  font-size: 12px; }
  .customer-login-links a:hover, .customer-login-links a:focus {
    color: var(--adp-color-header-links-15); }

/*============================================================================
  Meganav

  - The meganav is used in three places:
    1. Site nav as a dropdown
    2. Drawer nav as a dropdown
    3. Homepage in accordion links
==============================================================================*/
.meganav {
  display: block;
  visibility: hidden;
  right: 0;
  background-color: rgba 0, 0, 0, 0;
  
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
   }
  @media only screen and (max-width: 499px) {
    .meganav {
      transform: none;
      opacity: 1; } }
  .meganav .product-card, .meganav .meganav__product {
    height: inherit; }
  .meganav.meganav--active {
    visibility: visible;
    z-index: 6; }

/*================ Site header animation ================*/

.site-nav__dropdown .meganav__scroller--has-list {
  margin: 0;
  display: flex;
  flex-direction: row;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  width: -moz-fit-content; }

.site-nav__dropdown .meganav__list {
  
  display: block;
  
  height: inherit;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  max-width: 250px; }



.meganav__nav.hasnot-products .meganav__list, .meganav__nav.hasnot-products .meganav__list--multiple-columns .site-nav__dropdown--third-level {
  padding-left: 0; }



.site-header .meganav {
  opacity: 0;
  z-index: 10 !important;
  background-color: var(--meganav-color-bg); }
  .site-header .meganav.has-products {
    
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
     }
  .hasnot-products .site-header .meganav {
    left: 0; }
  .site-header .meganav.meganav--active {
    opacity: 1;
    
    transform: rotate3d(1, 0, 0, 0);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
     }
  .site-header .meganav.meganav--no-animation {
    transition: none; }

.site-nav__dropdown--second-level {
  z-index: 7 !important;
  
  max-width: 1180px;
  margin: 0 auto;
   }

@media screen and (min-width: 1180px) and (max-width: 1470px) {
  .site-nav__dropdown--second-level {
    z-index: 7 !important; } }

@media screen and (max-width: 1180px) {
  .site-nav__dropdown--second-level {
    margin-top: 0;
    z-index: 9 !important; } }

/*================ Drawer animation ================*/
.drawer__nav .meganav {
  display: none; }

/*================ Meganav elements ================*/
.meganav__nav {
  margin: 0 auto;
  position: relative;
  list-style: none; }
  @media only screen and (min-width: 500px) {
    :not(.drawer__nav) .meganav__nav {
      background-color: var(--background-columns-meganav); } }

.meganav__nav--collection {
  padding: 0px 25px;
  height: auto;
  background-color: white;
  z-index: 9 !important; }

@media screen and (max-width: 1197px) {
  .meganav__nav--collection {
    padding: 0px 25px 0px 25px; } }

.meganav__nav--third-level {
  padding-left: 20px; }


.site-nav__dropdown--third-level {
  left: 100%;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  width: -moz-fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important; }


.meganav__list--offset:before {
  content: "\00a0";
  font-size: em(24);
  visibility: hidden; }

.meganav__list {
  padding: 20px 0 20px 20px;
  height: inherit; }

.meganav__list--gutter {
  padding-left: 20px;
  padding-right: 20px; }

.meganav__list--multiple-columns {
  position: relative;
  padding-left: 20px;
  height: 100%;
  
  margin: 0 -25px;
  
   }
  .meganav__list--multiple-columns .site-nav__dropdown-container {
    position: unset; }


.meganav__title {
  font-size: em(24);
  margin-bottom: 0;
  white-space: normal;
  
  padding: 5px 0;
  margin-left: -20px;
   }

@media only screen and (max-width: 1470px) {
  .meganav__title {
    font-size: 1.2em; } }

.meganav__link {
  display: block;
  color: var(--color-body-text);
  padding: 5px 10px;
  margin-left: -10px; }
  .meganav__link:hover, .meganav__link:focus {
    color: var(--adp-color-meganav-links-15); }

.meganav__link--has-list {
  position: relative; }
  .meganav__link--has-list .icon {
    position: relative;
    top: -1.5px;
    width: 9px;
    height: 9px;
    fill: currentColor; }

.meganav__link--active {
  color: var(--color-drawer-text);
  font-weight: var(--font-weight-body-bold); }

/*================ Meganav product cards ================*/
.meganav__product .product-card {
  border-bottom-width: 0; }

.meganav__product:last-child .product-card {
  border-right-width: 1px; }

.meganav__product .product-card__info {
  border-radius: none; }

.meganav__product .product-card__overlay-btn {
  top: 42%; }

.meganav__product .product-card__brand {
  display: none !important; }

@media only screen and (max-width: 1180px) {
  .meganav__product {
    width: 25%; }
    .meganav__product:last-child {
      display: none; } }

/*================ Site nav specific styles ================*/
.site-nav__dropdown-container {
  
  padding: 5px 20px;
  
  min-width: 200px;
  white-space: normal;
  transition: all 0.2s ease-in; }
  .hasnot-products .site-nav__dropdown-container {
    position: relative; }
  .meganav__nav .site-nav__dropdown-container {
    
    padding: 5px 20px;
    
    margin-left: -20px; }
  .site-nav__dropdown-container.meganav--active, .site-nav__dropdown-container:hover {
    background-color: var(--adp-color-meganav-columns-bg-8); }



.site-nav__dropdown-container:not(.site-nav__dropdown-container--third-level):hover {
  margin-left: -35px;
  margin-right: -15px;
  padding: 5px 35px 5px 20px;
   }



.site-nav__dropdown--third-level {
  display: flex;
  width: 100%;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  background-color: var(--adp-color-meganav-columns-bg-8);
  position: absolute;
  top: 0;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 50% 0 0;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
  @media only screen and (max-width: 1059px) {
    .site-nav__dropdown--third-level {
      transform: none;
      transition: none; } }
  .meganav__list .site-nav__dropdown--third-level {
    margin-left: -20px; }
  .site-nav__dropdown--third-level .meganav__list {
    width: 100% !important; }
  .site-nav__dropdown--third-level.meganav--active {
    visibility: visible;
    opacity: 1;
    transform: rotate3d(1, 0, 0, 0);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .site-nav__dropdown-container:focus .site-nav__dropdown--third-level {
    height: 21.5%;
    transform: rotate3d(1, 0, 0, 0);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .site-nav__dropdown-container:hover .site-nav__dropdown--third-level {
    transform: translatey(50%, 21.75%);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .meganav__nav .meganav__list--multiple-columns .site-nav__dropdown--third-level {
    left: calc(20% + 20px);
    width: 20%;
    height: 100%;
    overflow: hidden;
    margin-top: 0 !important; }
    @media only screen and (min-width: 1400px) {
      .meganav__nav .meganav__list--multiple-columns .site-nav__dropdown--third-level {
        
        left: calc(100% + 20px);
         } }
    .meganav__nav .meganav__list--multiple-columns .site-nav__dropdown--third-level .meganav__list {
      display: flex;
      width: 100%;
      flex-direction: column;
      
      flex-wrap: nowrap;
      
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
      max-height: 100%;
      overflow-x: auto;
      overflow-y: hidden; }
    .meganav__nav .meganav__list--multiple-columns .site-nav__dropdown--third-level .meganav__link--third-level {
      display: inline-block;
      white-space: normal; }
      .meganav__nav .meganav__list--multiple-columns .site-nav__dropdown--third-level .meganav__link--third-level:first-child {
        padding-top: 0px; }
  .meganav__list:nth-child(2) .site-nav__dropdown--third-level {
    width: 20.5%;
    padding-top: 0px; }
  .meganav__list:nth-child(3) .site-nav__dropdown--third-level {
    width: 20.5%; }
  .meganav__list:nth-child(4) .site-nav__dropdown--third-level {
    width: 20.5%; }
  .meganav__list:nth-child(5) .site-nav__dropdown--third-level {
    left: auto;
    right: calc(0% + 20px);
    text-align: right; }


.site-nav__dropdown--third-level {
  flex-wrap: nowrap;
  left: 100%;
  top: 0;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  width: -moz-fit-content !important; }

.site-nav__dropdown--third-level:before {
  display: none; }

.site-nav__dropdown--third-level .meganav__list--gutter {
  padding: 20px; }


@media only screen and (max-width: 1180px) {
  .meganav__list:nth-child(5) {
    display: none; }
  .site-nav__dropdown--third-level {
    
    left: 100%;
    width: -webkit-fit-content !important;
    width: fit-content !important;
    width: -moz-fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
     } }

.site-nav__dropdown--full-height {
  height: 100%; }

/*================ Drawer meganav styles ================*/
.meganav--drawer {
  background-color: var(--color-body);
  visibility: visible;
  overflow: hidden; }
  .meganav--drawer .product-card {
    margin-top: 1px; }
  .meganav--drawer .meganav__product {
    margin-left: -4px; }

.js-drawer-open-left .meganav--drawer {
  opacity: 1 !important;
  transform: none; }
  .js-drawer-open-left .meganav--drawer .meganav__nav {
    height: auto !important; }

.drawer__nav-toggle--open {
  display: block; }
  .meganav--active > .drawer__nav-toggle--open {
    display: none; }

.drawer__nav-toggle--close {
  display: none; }
  .meganav--active > .drawer__nav-toggle--close {
    display: block; }

/*================ Fixed width meganav columns (for horizontal scrolling) ================*/
.meganav__scroller {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .drawer__nav--template-index .meganav__scroller {
    background-color: var(--color-content);
    border-top: 1px solid var(--color-body); }
  .meganav__scroller .grid__item {
    float: none;
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
    white-space: normal;
    padding-left: 20px; }
    .drawer__nav-item .meganav__scroller .grid__item {
      padding-top: 0; }

.drawer__nav .meganav__scroller--has-list {
  padding-left: 10px; }

/*================ Site footer ================*/
html {
  background-color: var(--color-footer); }

.site-footer {
  background-color: var(--color-footer);
  color: var(--color-footer-text);
  color: var(--color-footer-text-rgba);
  padding-top: 20px; }
  .site-footer a {
    color: var(--color-footer-links); }
    .site-footer a:hover, .site-footer a:focus {
      color: var(--color-footer-links-hover); }
  .site-footer p {
    margin-bottom: 10px; }
  @media only screen and (max-width: 499px) {
    .site-footer {
      text-align: center !important; }
      .site-footer .page-width {
        padding: 0 20px; }
      .site-footer .page-width-nav {
        padding: 0 0 0 20px; }
      .site-footer .image-content__image {
        margin: 0 auto; } }

.flex-footer {
  display: flex;
  width: 100%;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .flex-footer .flex__item {
    -moz-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 10px; }
  @media only screen and (min-width: 500px) {
    .flex-footer .flex__item {
      -moz-flex: 1 1 20%;
      flex: 1 1 20%; } }

.site-footer__section {
  padding-bottom: 0; }

.site-footer__copyright {
  border-top: 1px solid var(--color-footer-border-30);
  margin-top: 20px;
  padding: 20px 0; }

/*================ Linklists and page content ================*/
.site-footer__section-title {
  color: var(--color-footer-title);
  font-size: var(--site-footer-section-title); }

.element_footer p, .element_footer span {
  color: var(--color-footer-text); }

.site-footer__list {
  list-style: none; }

.site-footer__list-item {
  margin-bottom: 10px;
  padding: 8px 8px 8px 0; }

/*================ Newsletter field ================*/
.site-footer__newsletter-label {
  display: block;
  color: var(--color-footer-text);
  color: var(--color-footer-text-rgba);
  font-family: var(--font-stack-body);
  font-size: inherit;
  font-weight: var(--font-weight-body);
  font-style: var(--font-style-body);
  text-transform: inherit; }
  .site-footer__newsletter-label a {
    color: var(--color-footer-links); }
    .site-footer__newsletter-label a:hover {
      color: var(--color-footer-links-hover); }

/*================ Icons ================*/
.site-footer .social-icons .icon {
  fill: currentColor; }

.site-footer .social-icons .icon {
  margin-right: 10px; }

.site-footer .social-icons a {
  display: block;
  margin-bottom: 10px; }

.site-footer .payment-icons {
  padding: 5px 0; }
  .site-footer .payment-icons li {
    padding: 5px 0; }

/*================ Content blocks ================*/
.content-block {
  background-color: var(--color-content);
  padding: 10px;
  margin-bottom: 20px; }
  .content-block:last-child {
    margin-bottom: 0; }

.content-block--small {
  padding: 20px; }

.content-block--no-bottom-padding {
  padding-bottom: 0; }

.content-block__item {
  margin-bottom: 20px; }

.content-block__full-image {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 40px; }
  .content-block__full-image img {
    display: block;
    margin: 0 auto; }
  .content-block__full-image:first-child {
    margin-top: -40px; }

.hr-mobile {
  margin: 5px 0;
  border-color: var(--color-content);
  border-style: solid;
  border-width: 1px 0 0; }

.grid__background_blog {
  width: 100%;
  float: left; }

.section-block .grid__background_blog {
  padding: 0 20px;
  background: white; }

#blog-template .grid__background_blog {
  padding-left: 1px; }

#blog-template .grid__item_blog_padding {
  padding-left: 2px;
  margin-bottom: 1px;
  height: 100%; }
  #blog-template .grid__item_blog_padding .content-block {
    padding: 40px 20px 20px; }
  #blog-template .grid__item_blog_padding .content-block__full-image {
    margin-left: -20px;
    margin-right: -20px; }

/*================ Product cards ================*/
.product-card {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--color-content);
  text-align: center;
  height: auto;
  padding: var(--product-image-padding)/2;
  color: var(--color-body-text);
  z-index: 1; }
  .grid--no-gutters .product-card {
    border-left-width: 1px; }
  .product-card .collection__card_border {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: var(--color-content); }
  .collection__card--first .product-card {
    border-left-width: 1px; }
  .product-card:hover, .product-card:focus {
    color: var(--color-body-text); }
  .product-card:focus {
    z-index: 2; }
  @media only screen and (min-width: 500px) {
    .product-card {
      padding-bottom: 20px; } }
  .product-card .btn--secondary {
    display: none;
    transition: none !important; }
  .product-card .product-card__info {
    position: relative;
    left: 0;
    margin-left: 1px;
    bottom: 0;
    width: 100%;
    margin-top: 20px !important;
    background-color: var(--color-content);
    padding: 10px 0;
    height: auto;
    transition: opacity 0.2s ease-in; }
  .product-card .product_description {
    height: 0  !important;
    opacity: 0  !important;
    visibility: hidden  !important; }

@media screen and (max-width: 1230px) {
  .product-card .btn--secondary {
    padding: 15px; } }

.onload-change-width .product-card__info, .onload-change-width .btn--secondary {
  height: 0  !important;
  opacity: 0  !important;
  visibility: hidden  !important; }

@media screen and (min-width: 500px) and (max-width: 798px) {
  .medium-up--one-whole .product-card__info {
    width: auto;
    float: left;
    font-size: 14px;
    text-align: left;
    width: 40%;
    margin-left: 20px; } }

@media screen and (min-width: 798px) {
  .medium-up--one-whole .product-card__info {
    width: auto;
    float: left;
    font-size: 18px;
    text-align: left;
    width: 60%;
    margin-left: 20px; } }

@media screen and (min-width: 500px) {
  .medium-up--one-whole {
     }
    .medium-up--one-whole .product-card-link {
      overflow: visible;
      display: block; }
    .medium-up--one-whole .product_image {
      width: 235px;
      height: 235px;
      float: left; }
    .medium-up--one-whole .product_description {
      text-align: left;
      font-size: 14px;
      margin: 5px 0;
      color: var(--color-body-text);
      height: auto !important;
      opacity: 1 !important;
      visibility: visible !important;
      transition: opacity 0.2s ease-in; }
    .medium-up--one-whole .product-card__overlay {
      display: none; }
    .medium-up--one-whole .btn--secondary {
      margin: 5px 0;
      padding: 7px 20px;
      display: block;
      width: -webkit-fit-content;
      width: fit-content;
      width: -moz-fit-content; }
    .medium-up--one-whole .product-wrapper {
      position: relative; }
    .medium-up--one-whole .product-card {
      position: relative;
      overflow: overlay;
      height: auto !important;
      margin-bottom: 5px; } }


/*================ Product hover/focus overlay ================*/
.product-card__overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 20px);
  width: 100%;
  z-index: 10;
  background-color: var(--background_overlay);
  transition: all 0.15s ease-in; }
  .product_image:hover .product-card__overlay,
  .product_image:focus .product-card__overlay {
    visibility: visible;
    opacity: 1; }

.product-card__overlay-btn {
  position: relative;
  top: calc((100% - 20px) / 2);
  transform: translateY(-20%);
  transition: all 0.15s ease-in; }
  .product_image:hover .product-card__overlay-btn {
    transform: translateY(-50%); }
  .no-csstransforms .product-card__overlay-btn {
    top: 35%; }

/*================ Product image and wrapper ================*/
.product-card__image-container {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.product-card__image-wrapper {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: auto; }

.product-card__image {
  position: relative;
  margin: 0 auto; }
  .product-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%; }
    .product-card__image img.lazyloaded {
      width: 100%;
      height: 100%; }

/*================ Product meta info ================*/
#product-template {
  background: white; }

.product-card__name,
.product-card__availability {
  position: relative;
  z-index: 3; }

.product-card__name {
  font-weight: var(--font-weight-body-bold);
  color: var(--color-heading);
  white-space: normal; }

.title-product-card {
  font-size: initial; }
  @media only screen and (max-width: 1059px) {
    .title-product-card {
      font-size: 0.92em; } }

.product-card__availability {
  font-size: var(--font-size-nav);
  font-weight: var(--font-weight-body-bold);
  letter-spacing: var(--type-button-spacing);
  text-transform: var(--type-nav-transform);
  font-size: var(--product-card-availability);
  color: var(--color-sale-price); }

.product-card__brand, .product-card__price {
  font-size: var(--product-card-brand-price);
  color: var(--color-body-text) !important; }

.product-card__promo-price {
  color: var(--color-sale-price); }

.product-card__regular-price {
  opacity: 1;
  color: var(--color-compare-price); }

.template-product .page-container {
  background-color: var(--color-content); }

.product-single {
  margin-bottom: 0; }
  @media only screen and (min-width: 500px) {
    .product-single {
      margin-bottom: 10px; } }

@media only screen and (max-width: 499px) {
  .product-single__info-wrapper {
    padding: 10px 10px 0; } }

.atc_buy_buttons_des {
  width: 35%;
  margin: 0 auto; }
  @media only screen and (max-width: 1059px) {
    .atc_buy_buttons_des {
      width: 60%; } }

.description {
  overflow: hidden;
  display: block;
  padding: 25px 30px 25px 30px; }
  @media only screen and (max-width: 499px) {
    .description {
      display: none; } }
  .description .medium-up--grid--table-social {
    display: block; }

.description__small {
  overflow: hidden;
  display: none;
  margin-top: 18px;
  padding: 0px 0px 0px 0px; }
  @media only screen and (max-width: 499px) {
    .description__small {
      display: block; } }

/* Page Produit */
#product-template h1, #product-template .h1, #product-template .h1--mini {
  font-size: var(--product-h1);
  font-weight: var(--product-font-weighth1);
  line-height: var(--product-line-heighth1);
  letter-spacing: var(--product-h1-letter); }

#product-template .description h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #product-template .description .h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #product-template .description h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span, #product-template .description .h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span {
  font-size: var(--product-h2);
  font-weight: var(--product-font-weighth2);
  line-height: var(--product-line-heighth2);
  letter-spacing: var(--product-h2-letter); }

#product-template .description h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #product-template .description .h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #product-template .description h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span, #product-template .description .h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span {
  font-size: var(--product-h3);
  font-weight: var(--product-font-weighth3);
  line-height: var(--product-line-heighth3);
  letter-spacing: var(--product-h3-letter); }

#product-template .description h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6), #product-template .description .h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6), #product-template .description h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6) span, #product-template .description .h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6) span {
  font-size: var(--product-h4);
  font-weight: var(--product-font-weighth4);
  line-height: var(--product-line-heighth4);
  letter-spacing: var(--product-h4-letter); }

#product-template .description h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6), #product-template .description .h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6), #product-template .description h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6) span, #product-template .description .h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6) span {
  font-size: var(--product-h5);
  font-weight: var(--product-font-weighth5);
  line-height: var(--product-line-heighth5);
  letter-spacing: var(--product-h5-letter); }

#product-template .description h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5), #product-template .description .h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5), #product-template .description h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5) span, #product-template .description .h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5) span {
  font-size: var(--product-h6);
  font-weight: var(--product-font-weighth6);
  line-height: var(--product-line-heighth6);
  letter-spacing: var(--product-h6-letter); }

#product-template .description p, #product-template .description li, #product-template .description .option_title {
  font-size: var(--product-p);
  font-weight: var(--product-font-weighthp);
  line-height: var(--product-line-heighthp);
  letter-spacing: var(--product-p-letter); }

@media only screen and (max-width: 1059px) {
  #product-template h1, #product-template .h1, #product-template .h1--mini {
    font-size: var(--mproduct-h1); }
  #product-template .description__small h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #product-template .description__small .h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #product-template .description__small h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span, #product-template .description__small .h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span {
    font-size: var(--mproduct-h2); }
  #product-template .description__small h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #product-template .description__small .h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #product-template .description__small h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span, #product-template .description__small .h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span {
    font-size: var(--mproduct-h3); }
  #product-template .description__small h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6), #product-template .description__small .h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6), #product-template .description__small h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6) span, #product-template .description__small .h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6) span {
    font-size: var(--mproduct-h4); }
  #product-template .description__small h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6), #product-template .description__small .h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6), #product-template .description__small h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6) span, #product-template .description__small .h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6) span {
    font-size: var(--mproduct-h5); }
  #product-template .description__small h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5), #product-template .description__small .h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5), #product-template .description__small h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5) span, #product-template .description__small .h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5) span {
    font-size: var(--mproduct-h6); }
  #product-template .description__small p, #product-template .description__small li, #product-template .description__small .option_title {
    font-size: var(--mproduct-p); } }

/* Page Blog */
#shopify-section-blog-template h1, #shopify-section-blog-template .h1, #shopify-section-blog-template .h1--mini {
  font-size: var(--blog-h1);
  font-weight: var(--blog-font-weighth1);
  line-height: var(--blog-line-heighth1);
  letter-spacing: var(--blog-h1-letter); }

#shopify-section-blog-template .blog-content h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-blog-template .blog-content .h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-blog-template .blog-content h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span, #shopify-section-blog-template .blog-content .h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span {
  font-size: var(--blog-h2);
  font-weight: var(--blog-font-weighth2);
  line-height: var(--blog-line-heighth2);
  letter-spacing: var(--blog-h2-letter); }

#shopify-section-blog-template .blog-content h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-blog-template .blog-content .h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-blog-template .blog-content h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span, #shopify-section-blog-template .blog-content .h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span {
  font-size: var(--blog-h3);
  font-weight: var(--blog-font-weighth3);
  line-height: var(--blog-line-heighth3);
  letter-spacing: var(--blog-h3-letter); }

#shopify-section-blog-template .blog-content h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-blog-template .blog-content .h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-blog-template .blog-content h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6) span, #shopify-section-blog-template .blog-content .h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6) span {
  font-size: var(--blog-h4);
  font-weight: var(--blog-font-weighth4);
  line-height: var(--blog-line-heighth4);
  letter-spacing: var(--blog-h4-letter); }

#shopify-section-blog-template .blog-content h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6), #shopify-section-blog-template .blog-content .h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6), #shopify-section-blog-template .blog-content h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6) span, #shopify-section-blog-template .blog-content .h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6) span {
  font-size: var(--blog-h5);
  font-weight: var(--blog-font-weighth5);
  line-height: var(--blog-line-heighth5);
  letter-spacing: var(--blog-h5-letter); }

#shopify-section-blog-template .blog-content h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5), #shopify-section-blog-template .blog-content .h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5), #shopify-section-blog-template .blog-content h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5) span, #shopify-section-blog-template .blog-content .h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5) span {
  font-size: var(--blog-h6);
  font-weight: var(--blog-font-weighth6);
  line-height: var(--blog-line-heighth6);
  letter-spacing: var(--blog-h6-letter); }

#shopify-section-blog-template .blog-content p, #shopify-section-blog-template .blog-content li {
  font-size: var(--blog-p);
  font-weight: var(--blog-font-weightp);
  line-height: var(--blog-line-heightp);
  letter-spacing: var(--blog-p-letter); }

@media only screen and (max-width: 1059px) {
  #shopify-section-blog-template .blog-content h1, #shopify-section-blog-template .blog-content .h1, #shopify-section-blog-template .blog-content .h1--mini {
    font-size: var(--mblog-h1); }
  #shopify-section-blog-template .blog-content h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-blog-template .blog-content .h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-blog-template .blog-content h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span, #shopify-section-blog-template .blog-content .h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span {
    font-size: var(--mblog-h2); }
  #shopify-section-blog-template .blog-content h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-blog-template .blog-content .h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-blog-template .blog-content h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span, #shopify-section-blog-template .blog-content .h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span {
    font-size: var(--mblog-h3); }
  #shopify-section-blog-template .blog-content h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-blog-template .blog-content .h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-blog-template .blog-content h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6) span, #shopify-section-blog-template .blog-content .h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6) span {
    font-size: var(--mblog-h4); }
  #shopify-section-blog-template .blog-content h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6), #shopify-section-blog-template .blog-content .h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6), #shopify-section-blog-template .blog-content h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6) span, #shopify-section-blog-template .blog-content .h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6) span {
    font-size: var(--mblog-h5); }
  #shopify-section-blog-template .blog-content h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5), #shopify-section-blog-template .blog-content .h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5), #shopify-section-blog-template .blog-content h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5) span, #shopify-section-blog-template .blog-content .h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5) span {
    font-size: var(--mblog-h6); }
  #shopify-section-blog-template .blog-content p, #shopify-section-blog-template .blog-content li {
    font-size: var(--mblog-p); } }

/* Page Article */
#shopify-section-article-content .article-container h1, #shopify-section-article-content .article-container .h1, #shopify-section-article-content .article-container .h1--mini {
  font-size: var(--article-h1);
  font-weight: var(--article-font-weighth1);
  line-height: var(--article-line-heighth1);
  letter-spacing: var(--article-h1-letter); }

#shopify-section-article-content .article-container h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-article-content .article-container .h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-article-content .article-container h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span, #shopify-section-article-content .article-container .h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span {
  font-size: var(--article-h2);
  font-weight: var(--article-font-weighth2);
  line-height: var(--article-line-heighth2);
  letter-spacing: var(--article-h2-letter); }

#shopify-section-article-content .article-container h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-article-content .article-container .h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-article-content .article-container h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span, #shopify-section-article-content .article-container .h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span {
  font-size: var(--article-h3);
  font-weight: var(--article-font-weighth3);
  line-height: var(--article-line-heighth3);
  letter-spacing: var(--article-h3-letter); }

#shopify-section-article-content .article-container h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-article-content .article-container .h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-article-content .article-container h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6) span, #shopify-section-article-content .article-container .h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6) span {
  font-size: var(--article-h4);
  font-weight: var(--article-font-weighth4);
  line-height: var(--article-line-heighth4);
  letter-spacing: var(--article-h4-letter); }

#shopify-section-article-content .article-container h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6), #shopify-section-article-content .article-container .h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6), #shopify-section-article-content .article-container h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6) span, #shopify-section-article-content .article-container .h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6) span {
  font-size: var(--article-h5);
  font-weight: var(--article-font-weighth5);
  line-height: var(--article-line-heighth5);
  letter-spacing: var(--article-h5-letter); }

#shopify-section-article-content .article-container h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5), #shopify-section-article-content .article-container .h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5), #shopify-section-article-content .article-container h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5) span, #shopify-section-article-content .article-container .h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5) span {
  font-size: var(--article-h6);
  font-weight: var(--article-font-weighth6);
  line-height: var(--article-line-heighth6);
  letter-spacing: var(--article-h6-letter); }

#shopify-section-article-content .article-container p, #shopify-section-article-content .article-container li {
  font-size: var(--article-p);
  font-weight: var(--article-font-weightp);
  line-height: var(--article-line-heightp);
  letter-spacing: var(--article-p-letter); }

@media only screen and (max-width: 1059px) {
  #shopify-section-article-content .article-container h1, #shopify-section-article-content .article-container .h1, #shopify-section-article-content .article-container .h1--mini {
    font-size: var(--marticle-h1); }
  #shopify-section-article-content .article-container h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-article-content .article-container .h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-article-content .article-container h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span, #shopify-section-article-content .article-container .h2:not(h1):not(.h1):not(.h1--mini):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span {
    font-size: var(--marticle-h2); }
  #shopify-section-article-content .article-container h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-article-content .article-container .h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-article-content .article-container h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span, #shopify-section-article-content .article-container .h3:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) span {
    font-size: var(--marticle-h3); }
  #shopify-section-article-content .article-container h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-article-content .article-container .h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6), #shopify-section-article-content .article-container h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6) span, #shopify-section-article-content .article-container .h4:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h5):not(.h5):not(h6):not(.h6) span {
    font-size: var(--marticle-h4); }
  #shopify-section-article-content .article-container h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6), #shopify-section-article-content .article-container .h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6), #shopify-section-article-content .article-container h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6) span, #shopify-section-article-content .article-container .h5:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h6):not(.h6) span {
    font-size: var(--marticle-h5); }
  #shopify-section-article-content .article-container h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5), #shopify-section-article-content .article-container .h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5), #shopify-section-article-content .article-container h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5) span, #shopify-section-article-content .article-container .h6:not(h1):not(.h1):not(.h1--mini):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5) span {
    font-size: var(--marticle-h6); }
  #shopify-section-article-content .article-container p, #shopify-section-article-content .article-container li {
    font-size: var(--marticle-p); } }

.social-shargin-mobile, .divider-sharing-mobile {
  display: none; }
  @media only screen and (max-width: 499px) {
    .social-shargin-mobile, .divider-sharing-mobile {
      display: block; } }

/*================ Product meta ================*/
.product-single__meta-list {
  line-height: 1;
  margin-bottom: 10px; }
  @media only screen and (max-width: 1059px) {
    .product-single__meta-list .sale_price {
      margin-left: 10px; } }
  .product-single__meta-list li {
    padding-right: 10px;
    vertical-align: middle; }
    .product-single__meta-list li:last-child {
      padding-right: 0; }

.product-single__vendor {
  margin-bottom: 5px; }

.product-single__title {
  margin-bottom: 6.66667px; }

@media only screen and (min-width: 500px) {
  .product-single__price-container {
    margin-bottom: 40px; } }

.product-single__price {
  font-size: var(--product-single-price);
  vertical-align: middle; }

.sale_price {
  color: var(--color-sale-price); }

.product-single__price--compare {
  color: var(--color-compare-price); }

.product-single__stock {
  display: inline-block;
  padding: 15px 0;
  font-size: var(--product-single-stock);
  text-transform: uppercase; }

.product-single__policies {
  font-size: em(var(--font-size-base)-1); }

/*================ Product form ================*/
.product-form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  margin: -5px; }
  @media only screen and (max-width: 499px) {
    .product-form {
      margin: 0; } }
  .product-form .btn, .product-form .btn--secondary, .product-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-form .shopify-payment-button__button--unbranded {
    padding-top: 12px;
    padding-bottom: 12px; }
  .product-form .btn, .product-form .btn--secondary, .product-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-form .shopify-payment-button__button--unbranded, .product-form select, .product-form input[type="text"] {
    min-height: 48px; }
  .product-form.product-form--featured-product {
    margin-top: 30px;
    text-align: left; }

.no-js .product-form__variants {
  display: block;
  margin-bottom: 10px; }

.product-form__item {
  -moz-flex: 1 0 160px;
  flex: 1 0 160px;
  margin-bottom: 10px;
  padding: 0 5px; }
  @media only screen and (max-width: 1059px) {
    .product-form__item {
      margin: 0 auto 10px auto; } }
  .product-form__item label {
    display: block; }

.product-form__item_atc_des {
  -moz-flex: 1 0 160px;
  flex: 1 0 160px;
  margin-bottom: 10px;
  padding: 0 5px; }
  @media only screen and (max-width: 1059px) {
    .product-form__item_atc_des {
      text-align: center; } }
  .product-form__item_atc_des label {
    display: block; }

.product-form__item--quantity {
  -moz-flex: 0 0 100px;
  flex: 0 0 100px;
  display: block;
  text-align: center; }
  @media only screen and (max-width: 1059px) {
    .product-form__item--quantity {
      margin: 0 auto 10px auto; } }

.product-form__item--submit {
  flex-basis: 200px;
  display: flex;
  flex-direction: column;
  margin-top: 0px; }
  @media only screen and (max-width: 499px) {
    .product-form__item--submit {
      margin-bottom: 0px; } }
  .product-form--payment-button .product-form__item--submit {
    margin-top: 10px;
    flex-basis: 100%; }
  .product-form__item--submit.product-form__onboarding {
    margin-top: 20px;
    padding-left: 0; }

.product-form__item--submit_des {
  flex-basis: 200px;
  display: flex;
  flex-direction: column;
  margin-top: 0px; }
  .product-form--payment-button .product-form__item--submit_des {
    margin-top: 10px;
    flex-basis: 100%; }
  .product-form__item--submit_des.product-form__onboarding {
    margin-top: 20px;
    padding-left: 0; }
  @media only screen and (max-width: 499px) {
    .product-form__item--submit_des {
      width: 100%; } }

.product-form__input {
  display: block;
  width: 100%; }

.btn--sold-out[disabled] {
  background-color: #ec523e;
  color: #fff;
  border: none !important; }

.product-form__cart-submit {
  max-width: none;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  border-radius: 3px;
  -moz-flex: 1;
  flex: 1; }

.shopify-payment-button {
  -moz-flex: 1;
  flex: 1; }
  .shopify-payment-button .shopify-payment-button__button {
    margin-top: 10px;
    border-radius: 3px; }
  .shopify-payment-button .shopify-payment-button__button--branded {
    overflow: hidden;
    min-height: 48px; }
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    width: 100%;
    max-width: none !important;
    margin-bottom: 10px;
    background-color: var(--color-btn-primary) !important;
    color: var(--color-btn-primary-text) !important;
    
    border: 2px solid transparent !important;
     }
    @media only screen and (max-width: 499px) {
      .shopify-payment-button .shopify-payment-button__button--unbranded {
        margin-bottom: 0px; } }
    .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
      background-color: var(--color-btn-primary-hover) !important;
      
      border: 2px solid transparent !important;
       }
  .shopify-payment-button .shopify-payment-button__more-options {
    margin: 16px 0 10px 0;
    font-size: var(--shopify-payment-button-more-options);
    color: var(--color-btn-primary) !important;
    text-decoration: underline; }
    @media only screen and (max-width: 499px) {
      .shopify-payment-button .shopify-payment-button__more-options {
        margin-bottom: 0px; } }
    .shopify-payment-button .shopify-payment-button__more-options:hover {
      color: var(--color-btn-primary-hover) !important; }
  .shopify-payment-button .shopify-payment-button__button--hidden {
    visibility: hidden;
    display: none !important; }
  .product-form--payment-button .shopify-payment-button {
    margin-bottom: 10px; }
    @media only screen and (max-width: 499px) {
      .product-form--payment-button .shopify-payment-button {
        margin-bottom: 0px; } }

/*================ Product image and thumbnail layout ================*/
.photos__item--main {
  text-align: center;
  min-width: 0;
  overflow: hidden;
  margin: 0 20px; }
  .photos__item--main .product__photo-container {
    width: 100%;
    position: relative;
    max-width: 800px;
    margin: 0 auto; }

.photos__item--thumbs {
  max-width: 100%;
  margin-top: 30px; }

@media only screen and (min-width: 500px) {
  #ProductPhotos {
    margin-bottom: 20px;
    align-items: center; } }

@media only screen and (min-width: 500px) {
  .photos {
    display: flex;
    width: 100%;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    flex-direction: row; }
  .photos__item--main {
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    order: 2; }
  .photos__item--thumbs {
    order: 1;
    -moz-flex: 0 0 15%;
    flex: 0 0 15%; } }

.product__photo-wrapper {
  display: block;
  width: 100%; }
  .product__photo-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }

.product-single__photo {
  margin-bottom: 20px; }

/*================ Product thumbnail layout ================*/
.product-single__thumbnails.slick-vertical .slick-slide {
  border: 0;
  padding: 2px 0; }

.product-single__thumbnails {
  display: none; }
  .product-single__thumbnails.slick-initialized {
    display: block; }
  @media only screen and (min-width: 500px) {
    .product-single__thumbnails {
      margin: 0; } }
  @media only screen and (max-width: 499px) {
    .product-single__thumbnails {
      margin: 10px 40px; } }

.product-single__thumbnails--static {
  display: block;
  text-align: center; }
  @media only screen and (max-width: 499px) {
    .product-single__thumbnails--static .product-single__thumbnail-item {
      display: inline-block;
      width: 45%;
      max-width: 150px; } }

.product-single__thumbnail {
  position: relative;
  display: block;
  height: auto;
  padding: var(--product-slider-padding);
  max-width: 80px;
  height: 80px;
  margin: 0 auto; }
  .product-single__thumbnail img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-height: 80px;
    margin: 0 auto;
    
    max-width: 60px;
    max-height: 60px;
     }
    .no-csstransforms .product-single__thumbnail img {
      top: 0; }
  .is-active .product-single__thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--color-accent); }

/*================ Slider arrows ================*/
.product-single__thumbnails.slick-initialized .slick-prev,
.product-single__thumbnails.slick-initialized .slick-next {
  opacity: 0.2;
  transition: opacity 0.15s ease-in;
  width: 30px;
  height: 30px; }
  .product-single__thumbnails.slick-initialized .slick-prev:before,
  .product-single__thumbnails.slick-initialized .slick-next:before {
    display: none; }
  .product-single__thumbnails.slick-initialized .slick-prev:hover, .product-single__thumbnails.slick-initialized .slick-prev:focus,
  .product-single__thumbnails.slick-initialized .slick-next:hover,
  .product-single__thumbnails.slick-initialized .slick-next:focus {
    opacity: 0.7; }
  .product-single__thumbnails.slick-initialized .slick-prev .icon,
  .product-single__thumbnails.slick-initialized .slick-next .icon {
    fill: var(--color-body-text);
    width: 30px;
    height: 30px; }

.product-single__thumbnails.slick-initialized .slick-disabled {
  opacity: 0;
  visibility: hidden; }

.product-single__thumbnails.slick-vertical .slick-prev,
.product-single__thumbnails.slick-vertical .slick-next {
  left: 0;
  right: 0;
  margin-top: 0;
  width: 100%;
  height: auto; }

.product-single__thumbnails.slick-vertical .slick-prev {
  top: -20px; }

.product-single__thumbnails.slick-vertical .slick-next {
  top: auto;
  bottom: -60px; }

/*================ Product image modal ================*/
.product-modal__image {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  max-height: 95%;
  max-width: 95%;
  margin: 0 auto; }
  .no-csstransforms .product-modal__image {
    top: 2.5%; }

.js-modal-open-product-modal {
  cursor: zoom-in; }

.product-tag-card {
  font-size: var(--font-size-nav);
  font-weight: var(--font-weight-body-bold);
  letter-spacing: var(--type-button-spacing);
  text-transform: var(--type-nav-transform);
  display: inline-block;
  font-size: var(--font-size-promo);
  background-color: var(--color-promotion-bg);
  color: var(--color-promotion-text);
  padding: 4px 10px;
  border-style: solid;
  border-width: var(--border-top-promo) var(--border-right-promo) var(--border-bottom-promo) var(--border-left-promo);
  border-color: var(--border-color-promo);
  margin-top: var(--promo-margin-top);
  margin-right: var(--promo-margin-right);
  margin-bottom: var(--promo-margin-bottom);
  margin-left: var(--promo-margin-left);
  padding-top: var(--promo-padding-top);
  padding-right: var(--promo-padding-right);
  padding-bottom: var(--promo-padding-bottom);
  padding-left: var(--promo-padding-left);
  border-radius: var(--promo-border-top) var(--promo-border-right) var(--promo-border-bottom) var(--promo-border-left); }

.product-tag {
  font-size: var(--font-size-nav);
  font-weight: var(--font-weight-body-bold);
  letter-spacing: var(--type-button-spacing);
  text-transform: var(--type-nav-transform);
  display: inline-block;
  padding-left: 10px;
  text-align: center;
  height: 42px;
  width: 42px;
  border-radius: 50%; }

.product-tag-page {
  font-size: var(--font-size-nav);
  font-weight: var(--font-weight-body-bold);
  letter-spacing: var(--type-button-spacing);
  text-transform: var(--type-nav-transform);
  padding: 16px 5px;
  text-align: center;
  height: 42px;
  width: 42px;
  margin-left: 15px; }

.product-tag--absolute {
  display: block;
  position: absolute;
  
  bottom: 0;
  
  
  right: 0;
  
  z-index: 1; }

.product-tag--product {
  display: inline-block;
  position: relative;
  width: auto;
  text-align: center;
  margin-right: 5px;
  line-height: 17px; }

.urgency {
  margin-top: 10px;
   }
  @media only screen and (max-width: 499px) {
    .urgency {
      text-align: center !important; } }

/*============================================================================
  Pagination
  - Markup build by liquid tag,
    so nesting and element selectors are necessary
==============================================================================*/
.pagination {
  text-align: center;
  margin: 40px 40px 0; }
  .pagination a {
    color: var(--color-body-links); }
    .pagination a:hover, .pagination a:focus {
      color: var(--color-body-links-hover); }
  .pagination .current {
    font-weight: var(--font-weight-body-bold);
    color: var(--color-heading); }
  .pagination a, .pagination .current {
    display: inline-block;
    padding: 5px 10px; }

/*================ Article comments ================*/
.comment {
  margin-bottom: 20px; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment + .comment {
    padding-top: 20px;
    border-top: 1px solid var(--color-body); }

/*================ Indented article/page images ================*/
.rte--indented-images .rte__image-indent {
  position: relative;
  margin-left: -20px;
  margin-right: -20px; }
  @media only screen and (min-width: 500px) {
    .rte--indented-images .rte__image-indent {
      margin-left: -40px;
      margin-right: -40px; } }

.article-info .rte--indented-images, .article-info p, .article-info span, .article-info time {
  color: var(--color-body-text); }

/*================ Section header ================*/
.section-header {
  margin-bottom: 40px; }

@media only screen and (max-width: 499px) {
  .section-header__item {
    text-align: center; } }
  @media only screen and (max-width: 499px) and (max-width: 499px) {
    .section-header__item .section-header__subtext {
      margin-top: -20px; } }

.section-header__title, .section-header__subtext {
  margin-bottom: 0; }

/*============================================================================
  Hero slider

  Extends default slick slider styles.
  Extra specificity in selectors is used to override defaults.
==============================================================================*/
.hero-wrapper {
  position: relative;
  margin-top: -30px;
  display: flex;
  align-items: center; }

.hero.slick-slider {
  flex: 1 1 auto; }

.hero-wrapper--adapt {
  background-color: var(--color-header); }
  .hero-wrapper--adapt .hero {
    background-color: var(--color-header); }

.hero-arrow-side {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  display: block;
  bottom: 0 !important; }

.hero-arrow-left-side {
  position: absolute;
  left: 2%;
  bottom: 0; }

.hero-arrow-right-side {
  position: absolute;
  right: 2%;
  bottom: 0; }

.hero {
  margin-bottom: 0;
  overflow: hidden; }
  .shopify-section:last-of-type .hero {
    margin-bottom: 0; }
  .hero .hero__slide, .hero .slick-list, .hero .slick-track {
    height: 100%; }

.hero--large {
  height: 440px; }
  .hero--large .hero-arrow-side {
    bottom: 220px; }
  @media only screen and (min-width: 500px) {
    .hero--large {
      height: 740px !important; } }

.hero--adapt {
  margin-bottom: 0; }

.hero--adapt-height {
  max-height: 100vh; }
  @media only screen and (min-width: 500px) {
    .hero--adapt-height {
      max-height: 80vh; } }

.hero-toggle-stop {
  display: table; }
  .is-paused .hero-toggle-stop {
    display: none; }

.hero-toggle-play {
  display: none; }
  .is-paused .hero-toggle-play {
    display: table; }

.position-center {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 499px) {
    .position-center {
      padding-bottom: 30px !important; } }

.position-left {
  float: left; }
  @media only screen and (max-width: 499px) {
    .position-left {
      float: none; } }

.position-right {
  float: right; }
  @media only screen and (max-width: 499px) {
    .position-right {
      float: none; } }

/*================ Dots and prev/next pagination ================*/
.hero .slick-dots {
  margin: 0;
  bottom: 10px;
  z-index: 1; }
  .hero .slick-dots li {
    margin: 0;
    vertical-align: middle; }
    .hero .slick-dots li button {
      position: relative; }
    .hero .slick-dots li button:before {
      text-indent: -9999px;
      background-color: transparent;
      border-radius: 100%;
      border: 2px solid var(--color-arrow-bg);
      width: 10px;
      height: 10px;
      margin: 5px 0 0 5px;
      opacity: 1;
      transition: all 0.2s; }
    .hero .slick-dots li.slick-active button:before {
      background-color: var(--color-arrow);
      border-color: var(--color-arrow-bg);
      opacity: 1;
      width: 12px;
      height: 12px;
      margin: 4px 0 0 4px; }
    .hero .slick-dots li button:active:before {
      opacity: 0.5; }

.hero .slick-prev,
.hero .slick-next {
  top: 0;
  height: 100%;
  margin-top: 0;
  width: 40px; }

.hero .slick-prev {
  left: 0; }

.hero .slick-next {
  right: 0; }

/*================ General slide styles ================*/
.hero__slide {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.hero__image {
  position: relative;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover"; }
  .slick-initialized .hero__image,
  .no-js .hero__image {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
  .hero__image img {
    display: block;
    width: 100%; }

.hero__image__mobile {
  position: relative;
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  height: 100%;
  width: 100%;
  font-family: "object-fit: contain"; }

.hero__image-content {
  height: inherit;
  cursor: -webkit-grab;
  cursor: grab; }

/*================ Hero text ================*/
.hero-slide-active {
  position: absolute;
  width: 100%;
  left: 0;
  display: block !important; }

.hero .slick-list {
  width: 100% !important; }

.hero-content {
  cursor: -webkit-grab;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: center; }
  .hero-wrapper--adapt .hero-content {
    width: 100%; }
  .hero-content .hero-content__title-wrapper {
    margin-bottom: 2px;
    padding: 30px;
    margin: 0 auto;
    max-width: 80%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content; }
    @media only screen and (max-width: 499px) {
      .hero-content .hero-content__title-wrapper {
        width: 100%;
        max-width: 100% !important;
        padding: 10px !important; } }
  .hero-content .hero-content__controls,
  .hero-content .hero-content__title-wrapper,
  .hero-content .hero-content_slide {
    transform: translateY(10px);
    opacity: 0; }
    @media only screen and (min-width: 500px) {
      .hero-content .hero-content__controls,
      .hero-content .hero-content__title-wrapper,
      .hero-content .hero-content_slide {
        transform: translateY(40px); } }
  .hero-wrapper--adapt .hero-content .hero-content__controls {
    transform: translateY(0px);
    opacity: 1; }
    @media only screen and (min-width: 500px) {
      .hero-wrapper--adapt .hero-content .hero-content__controls {
        transform: translateY(40px);
        opacity: 0; } }

.hero-content_slide {
  display: none; }

.hero-content__text {
  padding: 20px 0; }

.hero-content__pretext {
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 499px) {
    .hero-content__pretext {
      font-size: 14px; } }

.hero-content__subtext {
  display: block;
  font-size: 16px;
  font-weight: 200;
  text-transform: none;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 499px) {
    .hero-content__subtext {
      font-size: 12px; } }

.first-button {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  margin: 25px 10px 5px;
  display: inline-block;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 499px) {
    .first-button {
      margin: 10px auto  !important; } }

.second-button {
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  margin: 25px 10px 5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 499px) {
    .second-button {
      margin: 10px auto !important; } }

.hero-content__inner-text {
  padding: 0 5px; }
  @media only screen and (min-width: 500px) {
    .hero-content__inner-text {
      padding: 0 60px; } }

.hero-content__title {
  display: none;
  font-size: 2.1em;
  margin-bottom: 0.625rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  .hero-content__title:last-child {
    margin-bottom: 0.625rem; }
  .hero-wrapper--adapt .hero-content__title {
    margin-bottom: 0.31rem; }
  @media only screen and (min-width: 500px) {
    .hero-content__title {
      font-size: 3.52941em; }
      .hero-wrapper--adapt .hero-content__title {
        margin-bottom: 0.625rem;
        font-size: 3.52941em; } }

/*================ Controls ================*/
.hero-controls {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0px; }

.hero-content__inner-controls {
  padding: 0; }
  @media only screen and (min-width: 500px) {
    .hero-content__inner-controls {
      padding: 0 60px; } }

.hero-content__controls {
  width: -webkit-fit-content !important;
  width: fit-content !important;
  width: -moz-fit-content !important;
  margin: 0 auto !important;
  display: flex;
  width: 100%;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  .hero-wrapper--adapt .hero-content__controls {
    margin-left: 0;
    background-color: var(--color-emphasized-title-bg); }
    @media only screen and (min-width: 500px) {
      .hero-wrapper--adapt .hero-content__controls {
        width: inherit;
        background-color: transparent; } }
  .hero-content__controls .icon {
    position: relative;
    width: 11px;
    height: 11px;
    fill: currentColor;
    top: -1px; }

.hero-content__controls-item {
  padding: 8px 15px;
  margin-right: 1px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .hero-wrapper--adapt .hero-content__controls-item {
    margin-right: 0; }
    @media only screen and (min-width: 500px) {
      .hero-wrapper--adapt .hero-content__controls-item {
        margin-right: 1px; } }

.hero-content__controls-item--count {
  padding: 8px 6px;
  min-width: 40px;
  text-align: center;
  font-size: var(--hero-content-controls-item-count);
  background: var(--color_arrow_background);
  color: var(--color-arrow);
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  @media only screen and (min-width: 500px) {
    .hero-content__controls-item--count {
      padding: 10px; } }

.hero-content__controls-item--pause, .hero-content__controls-item--arrow {
  padding: 0;
  align-items: stretch; }
  .hero-content__controls-item--pause button, .hero-content__controls-item--arrow button {
    padding: 8px 15px;
    border: none;
    background-color: var(--color-arrow-bg);
    color: var(--color-arrow);
    transition: background-color 0.15s ease-in; }
    .hero-content__controls-item--pause button svg, .hero-content__controls-item--arrow button svg {
      fill: var(--color-arrow); }
    @media only screen and (min-width: 500px) {
      .hero-content__controls-item--pause button, .hero-content__controls-item--arrow button {
        padding: 10px 15px; } }
    .hero-content__controls-item--pause button:hover, .hero-content__controls-item--arrow button:hover {
      color: var(--button-arrow-overlay);
      background-color: var(--adp-color-arrow-bg-8); }
      .hero-content__controls-item--pause button:hover svg, .hero-content__controls-item--arrow button:hover svg {
        fill: var(--button-arrow-overlay); }

.hero-content__controls-item--pause .icon-pause {
  height: 7px; }

.hero-content__controls-item--pause .icon-play {
  height: 9px; }

.hero-content__controls-item--text {
  display: none; }
  .hero-wrapper--adapt .hero-content__controls-item--text {
    text-align: right;
    width: 100%; }
    @media only screen and (min-width: 500px) {
      .hero-wrapper--adapt .hero-content__controls-item--text {
        width: inherit; } }
  @media only screen and (min-width: 500px) {
    .hero-content__controls-item--text {
      font-size: var(--hero-content-controls-item-text); } }

.hero-content__controls-item--arrow, .hero-content__controls-item--text {
  transition: background-color 0.15s ease-in; }

.hero-content-navigation {
  display: flex;
  text-align: center; }

.hero-content-navigation__item {
  list-style: none;
  z-index: 2; }

/*================ Transitions ================*/
.hero-content-active .hero-content__controls,
.hero-content-active .hero-content__title-wrapper,
.hero-content-active .hero-slide-active {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.4s; }
  @media only screen and (min-width: 500px) {
    .hero-content-active .hero-content__controls,
    .hero-content-active .hero-content__title-wrapper,
    .hero-content-active .hero-slide-active {
      transition: 0.6s; } }

@media only screen and (min-width: 500px) {
  .hero-wrapper--adapt .hero-content-active .hero-content__controls {
    transform: translateY(0px);
    opacity: 1; } }

.hero-pretext-active, .hero-pretext-active, .hero-title-active, .hero-subtext-active {
  display: flow-root; }

.hero-link-active {
  display: block; }

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

.page-container {
  overflow: hidden; }

.js-drawer-open .page-container:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

.page-container-b {
  overflow: hidden;
  *zoom: 1;
  background-color: var(--color-body);
  margin: 0 auto;
  width: 100%;
  opacity: 1; }
  .page-container-b:after {
    content: '';
    display: table;
    clear: both; }

.js-drawer-open .page-container-b:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

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

.drawer {
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  max-width: 95%;
  z-index: 1;
  background-color: var(--color-content);
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .drawer {
      z-index: 3; } }

.drawer--left {
  width: 300px;
  left: -300px; }
  .js-drawer-open-left .drawer--left {
    display: block;
    transform: translateX(300px); }
    .no-csstransforms .js-drawer-open-left .drawer--left {
      left: 0; }

.drawer--right {
  width: 300px;
  right: -300px; }
  .js-drawer-open-right .drawer--right {
    display: block;
    transform: translateX(-300px); }
    .no-csstransforms .js-drawer-open-right .drawer--right {
      right: 0; }

.is-moved-by-drawer {
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
  .js-drawer-open-left .is-moved-by-drawer {
    transform: translateX(300px); }
    .no-csstransforms .js-drawer-open-left .is-moved-by-drawer {
      left: 300px; }
  .js-drawer-open-right .is-moved-by-drawer {
    transform: translateX(-300px); }
    .no-csstransforms .js-drawer-open-right .is-moved-by-drawer {
      left: -300px; }

/*================ Drawer theme styles ================*/
.page-element {
  position: relative; }
  .page-element.is-transitioning {
    z-index: 2; }

.page-container {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 100%;
  position: relative;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 1059px) {
    .page-container {
      background-attachment: scroll; } }

.logo-bg {
  display: block;
  margin: 0 auto;
  height: 100%; }
  @media only screen and (max-width: 1059px) {
    .logo-bg {
      width: 100%;
      height: auto;
      margin: 0; } }

.logo-bg-accueil {
  background-attachement: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin: 10px auto 10px auto; }
  @media only screen and (max-width: 1059px) {
    .logo-bg-accueil {
      width: 100%;
      background-attachment: scroll; } }
  @media only screen and (min-width: 1060px) {
    .logo-bg-accueil {
      width: 70%; } }

.is-moved-by-drawer {
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
  .js-drawer-open .is-moved-by-drawer {
    transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
  .js-drawer-open-left .is-moved-by-drawer {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px; }
  .js-drawer-open-right .is-moved-by-drawer {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 -5px; }

.drawer--left {
  left: -300px; }
  .js-drawer-open-left .drawer--left {
    transform: translateX(300px); }

.drawer {
  overflow: visible;
  color: var(--color-drawer-text); }

.drawer__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden; }
  .drawer__inner::-webkit-scrollbar {
    background: var(--color-scrollbar-background);
    width: 14px;
    height: 14px;
    
    display: none;
     }
  .drawer__inner::-webkit-scrollbar-thumb {
    border: solid 0 transparent;
    border-right-width: 2px;
    border-left-width: 2px;
    -webkit-border-radius: 9px;
    -webkit-border-top-right-radius: 9px 9px;
    -webkit-border-bottom-right-radius: 9px 9px;
    -webkit-box-shadow: inset 0 0 0 1px var(--color-scrollbar-thumb), inset 0 0 0 6px var(--color-scrollbar-thumb);
    border-radius: 9px;
    border-top-right-radius: 9px 9px;
    border-bottom-right-radius: 9px 9px;
    box-shadow: inset 0 0 0 1px var(--color-scrollbar-thumb), inset 0 0 0 6px var(--color-scrollbar-thumb); }
  .drawer__inner::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 0 1px var(--color-scrollbar-thumb-hover), inset 0 0 0 6px var(--color-scrollbar-thumb-hover); }
  .drawer__inner::-webkit-scrollbar-thumb:horizontal {
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    -webkit-border-top-right-radius: 9px;
    -webkit-border-bottom-right-radius: 9px  9px;
    -webkit-border-bottom-left-radius: 9px 9px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px  9px;
    border-bottom-left-radius: 9px 9px; }
  .drawer__inner::-webkit-scrollbar-track-piece {
    background: transparent none;
    border: solid 4px var(--color-scrollbar-background);
    border-right-width: 6px;
    border-left-width: 6px;
    margin: 4px;
    box-shadow: inset 1px 1px 0 0 var(--color-scrollbar-track-piece), inset -1px -1px 0 0 var(--color-scrollbar-track-piece); }
  .drawer__inner::-webkit-scrollbar-track-piece:horizontal {
    border-right-width: 4px;
    border-bottom-width: 8px; }

/*================ Drawer search field ================*/
.drawer__search {
  position: relative;
  background-color: var(--color-body);
  padding: 10px; }

.drawer__search-input {
  display: block;
  width: 100%;
  padding-left: 15px;
  background-color: #fff; }
  .drawer__search-input[type="search"] {
    padding-right: 60px; }
  .drawer__search-input::-webkit-search-decoration {
    display: none; }

.drawer__search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 20px; }
  .drawer__search-submit .icon {
    width: 25px;
    height: 25px;
    fill: var(--color-drawer-text); }

/*================ Drawer linklist ================*/
.drawer__nav {
  list-style: none;
   }

.drawer__nav--template-index {
  position: relative;
  margin-bottom: -10px;
  background-color: var(--color-content); }

.drawer__nav--margin {
  margin-bottom: 30px; }

.drawer__nav-item {
  display: block; }

.drawer__nav-link {
  display: block;
  color: var(--color-drawer-text); }

.drawer__nav-link--top-level {
  font-family: var(--font-stack-accent);
  font-style: var(--font-style-accent);
  font-weight: var(--font-weight-accent);
  letter-spacing: var(--type-accent-spacing);
  text-transform: var(--type-accent-transform);
  padding: 13.33333px 20px;
  font-size: 1.6em; }
  .drawer__nav-link--top-level:hover, .drawer__nav-link--top-level:focus {
    color: var(--color-drawer-text);
    background-color: var(--adp-color-drawer-bg-2); }

.drawer__nav-link--split {
  -moz-flex: 1 0 0;
  flex: 1 0 0;
  padding-right: 0; }

/*================ Sublist expand/collapse trigger ================*/
.drawer__nav-has-sublist {
  display: flex;
  width: 100%;
  flex-direction: row; }

.drawer__nav-toggle-btn {
  padding: 10px 20px;
  color: var(--color-drawer-text);
  line-height: 1;
  outline: none; }
  .drawer__nav-toggle-btn .icon {
    width: 14px;
    height: 14px;
    fill: currentColor; }
  .drawer__nav-toggle-btn:hover, .drawer__nav-toggle-btn:focus {
    opacity: 0.6; }

.drawer__nav-toggle-btn--small {
  color: var(--color-body-text);
  line-height: 0;
  outline: none; }
  .drawer__nav-toggle-btn--small .icon {
    width: 12px;
    height: 12px; }

.drawer__nav-toggle--open {
  display: block; }

.drawer__nav-toggle--close {
  display: none; }

/*================ Collection sorting select menus ================*/
.collection-sort {
  display: inline-block;
  text-align: left;
  max-width: 200px;
  margin-top: 5px;
  border: 1px solid #b3b3b3b3;
  border-radius: 3px; }
  .collection-sort + .collection-sort {
    margin-left: 20px; }
  @media only screen and (max-width: 499px) {
    .collection-sort {
      width: 100%; }
      .collection-sort + .collection-sort {
        margin: 20px 0 0; } }

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

.collection-sort__input {
  background-color: transparent;
  font-weight: var(--font-weight-body-bold);
  padding-top: 6.66667px;
  padding-bottom: 6.66667px;
  padding-left: 6.66667px; }
  @media only screen and (max-width: 499px) {
    .collection-sort__input {
      width: 100%;
      border: 1px solid var(--color-border-body-darken); } }

/*================ Collection card and grid ================*/
.collection {
  margin-bottom: 30px; }
  .collection:last-child {
    margin-bottom: 0; }

/*================ Collection card ================*/
.collection-card {
  position: relative;
  box-sizing: content-box;
  display: block;
  background-color: var(--color-content);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: var(--product-image-padding)/2;
  height: var(--product-card-height)var(--product-image-margin-bottom);
  z-index: 1; }
  .collection-card:focus {
    z-index: 2; }
  @media only screen and (min-width: 500px) {
    .collection-card {
      padding: var(--product-image-padding); } }
  .collection-card:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
    transition: opacity 0.2s ease; }
  .collection-card:hover:after, .collection-card:focus:after {
    opacity: 0.6; }

.collection-card__meta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  margin-right: 10px;
  z-index: 2; }
  @media only screen and (min-width: 500px) {
    .collection-card__meta {
      bottom: 40px; } }

.collection-card__title {
  display: inline;
  background-color: var(--color-btn-secondary);
  color: var(--color-btn-secondary-text);
  margin-bottom: 10px;
  padding: 2px 10px;
  letter-spacing: 0;
  font-size: var(--collection-card-title);
  line-height: 1.4;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  @media only screen and (min-width: 1060px) {
    .collection-card__title {
      font-size: var(--collection-card-title-large); } }

.collection-card__subtext {
  font-size: var(--font-size-nav);
  font-weight: var(--font-weight-body-bold);
  letter-spacing: var(--type-button-spacing);
  text-transform: var(--type-nav-transform);
  margin: 10px 0 0 10px;
  font-size: var(--collection-card-subtext);
  color: #fff; }

/*================ Social sharing icons ================*/
.social-sharing .icon {
  width: 24px;
  height: 24px;
  fill: currentColor; }

#social-icons-top {
  padding-right: 10px !important; }
  #social-icons-top a {
    padding: 6px; }
  #social-icons-top li:nth-child(1) > a {
    padding-left: 0; }
  #social-icons-top .icon {
    width: 18px;
    height: 18px; }
  #social-icons-top svg {
    fill: var(--color-header-links); }
  @media only screen and (max-width: 499px) {
    #social-icons-top svg {
      fill: #000000; }
    #social-icons-top .icon {
      width: 20px;
      height: 20px; } }

@media only screen and (max-width: 499px) {
  .social-sharing__title {
    display: inline-block;
    margin-bottom: 10px; } }

.social-sharing__link {
  color: var(--color-body-text);
  opacity: 0.7; }
  .social-sharing__link:hover, .social-sharing__link:focus {
    opacity: 1;
    color: var(--color-accent); }
  .social-sharing__link + .social-sharing__link {
    margin-left: 10px; }

/*===== Flèche Retour Vers le Haut ======*/
#toTop {
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  background: var(--color-back-to-top);
  width: 50px;
  font-size: 25px;
  line-height: 48px;
  color: var(--color-back-to-top-arrow);
  text-align: center;
  border-radius: 50px;
  height: 50px; }
  @media only screen and (max-width: 1059px) {
    #toTop {
      bottom: 20px; } }

/*================ Cart ================*/
.cart-table {
  background-color: var(--color-content);
  border: 0;
  margin-bottom: 40px; }
  .cart-table td, .cart-table th {
    border: 0; }
    @media only screen and (min-width: 500px) {
      .cart-table td, .cart-table th {
        padding: 20px; } }

@media only screen and (max-width: 499px) {
  .hr-responsive {
    padding-bottom: 20px;
    border-color: var(--color-accent);
    border-style: solid;
    border-width: 0 0 1px 0;
    display: inline-block !important; } }

/*================ Cart cells ================*/
@media only screen and (max-width: 499px) {
  .cart__row {
    text-align: center;
    padding: 10px;
    position: relative; } }

.remove-btn {
  top: 5px;
  right: 5px;
  display: flex;
  cursor: pointer;
  position: absolute; }

.cart__cell--table-title {
  border: none;
  font-weight: 400;
  color: var(--color-body-text);
  background-color: adaptive-color(var(--color-content), 20%);
  border-bottom: 1px solid #d6d6d6; }
  @media only screen and (max-width: 1399px) {
    .cart__cell--table-title {
      font-size: 12px; } }

.cart__cell-variant-title {
  margin-bottom: 0px; }
  @media only screen and (max-width: 499px) {
    .cart__cell-variant-title {
      display: inline-block; } }

.cart-titles {
  padding: 10px 20px; }

.cart__change-variant {
  display: block;
  color: var(--color-body-links) !important; }
  .cart__change-variant:hover {
    color: var(--color-body-links-hover) !important; }

.cart__change-variant.change {
  display: none; }

.select-variant {
  display: none; }

.select-variant.change {
  display: block; }

.cart__cell--image {
  width: 12%;
  text-align: center; }

.cart__cell--title {
  width: 30%; }

.cart__cell--total {
  width: 13%;
  text-align: left; }
  .cart__cell--total .responsive-table {
    text-align: right; }

.cart__cell--quantity {
  width: 120px; }

.cart__cell--linetotal {
  width: 15%;
  text-align: left; }
  .cart__cell--linetotal .responsive-table {
    text-align: right; }

.cart__cell--remove {
  width: 13%;
  background: none !important;
  text-align: center; }

@media only screen and (max-width: 499px) {
  .cart__cell--image {
    float: none !important;
    display: inline-block !important;
    padding-bottom: 0 !important;
    width: 30%; }
  .cart__cell--title {
    float: right !important;
    padding-bottom: 0 !important;
    width: 70%; }
  .cart__cell--quantity {
    padding-top: 0 !important;
    float: right !important;
    width: 70%;
    margin-top: 10px !important; }
  .cart__cell--linetotal {
    float: left;
    width: 30%;
    margin-top: 13px !important; } }

/*================ Cart cell responsive labels ================*/
@media only screen and (max-width: 499px) {
  .cart-table th, .cart-table td {
    text-align: center; }
  .cart-table td:before {
    display: none; } }

/*================ Cart items ================*/
.cart__image {
  display: inline-block;
  max-width: 120px;
  margin: 10px auto; }
  @media only screen and (max-width: 499px) {
    .cart__image img {
      max-height: 120px; } }

.cart__quantity-label {
  display: block;
  text-align: center; }

.minicart__quantity-label {
  display: block;
  text-align: center; }

.cart__cell--quantity .js-qty {
  max-width: 120px;
  margin: 0 auto; }

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

.cart__item-total {
  font-size: 1.2em;
  display: block; }
  @media only screen and (max-width: 499px) {
    .cart__item-total {
      margin-top: 20px; } }

.cart__subtotal {
  margin: 10px 0 0; }
  @media only screen and (min-width: 500px) {
    .cart__subtotal {
      margin-top: 20px; } }

.cart__taxes {
  margin-bottom: 45px; }

.cart__note {
  width: 100%;
  background-color: var(--color-content);
  border: 1px solid var(--color-border-body-darken); }
  @media only screen and (max-width: 499px) {
    .cart__note {
      min-height: 50px; } }

.cart__buttons .btn, .cart__buttons .btn--secondary, .cart__buttons .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart__buttons .shopify-payment-button__button--unbranded {
  margin-bottom: 10px; }
  @media only screen and (max-width: 499px) {
    .cart__buttons .btn, .cart__buttons .btn--secondary, .cart__buttons .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart__buttons .shopify-payment-button__button--unbranded {
      display: block;
      width: 100%; } }

.update-cart {
  display: inline-flex; }
  .no-js .update-cart {
    display: inline-flex; }

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

/*================ Empty cart ================*/
.cart--no-cookies .cart--empty-message {
  display: none; }

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

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

/*================ Quantity selector ================*/
.js-qty {
  position: relative; }

.js-qty--is-loading {
  opacity: 0.6; }

.js-qty__input {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  height: 30px;
  min-width: 75px;
  border: #e2e2e2 1px solid;
  border-radius: 3px; }

.js-qty__input_mini_cart {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }

.js-qty__adjust {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 30px;
  padding: 0;
  background-color: var(--adp-color-content-bg-15);
  color: var(--color-body-text);
  border-style: solid;
  border-color: var(--color-control-content-bg);
  border-width: 0;
  transition: background-color 0.03s ease-in; }
  .js-qty__adjust:hover, .js-qty__adjust:focus {
    background-color: var(--color-content);
    transition-duration: 0.08s; }
  .js-qty__adjust .icon {
    width: 8px;
    height: 8px;
    fill: currentColor; }

.js-qty__adjust--minus {
  left: 0;
  border: #e2e2e2 1px solid;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.js-qty__adjust--plus {
  right: 0;
  border: #e2e2e2 1px solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/*================ Notification bar ================*/
.notification {
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: top 0.25s, visibility 0.25s, opacity 0.15s;
  transition-timing-function: cubic-bezier(0.33, 0.59, 0.14, 1);
  z-index: 4; }

.notification--promo {
  display: none;
  position: relative;
  top: 0 !important; }
  .site-header-fixed-mob .notification--promo {
    position: absolute; }

.notification--slide {
  transform: translate3d(0, -100%, 0); }

.notification--active {
  display: block;
  visibility: visible;
  top: 100%;
  display: flex;
  opacity: 1;
  position: relative; }

.notification__link {
  display: block;
  padding: 10px 0; }
  .notification-adapt .notification__link {
    padding: 0; }
  .notification__link:hover u {
    text-decoration: none; }

.notification__inner {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0 !important; }
  .notification-adapt .notification__inner {
    padding: 0; }

.notification__inner--has-link {
  padding: 0; }

button.product-form__cart-submit {
  position: relative; }

button.product-form__cart-submit .text {
  display: block;
  width: 100%;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

button.product-form__cart-submit .fadeInDown.text {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s; }

.remove-btn-cart {
  display: block;
  cursor: pointer;
  height: 60px; }
  .remove-btn-cart span.remove-text, .remove-btn-cart span.remove-icon {
    color: var(--color-body-text); }
  .remove-btn-cart:hover span, .remove-btn-cart:active span {
    color: var(--ligthen-color-content-bg-10); }
  .remove-btn-cart .remove-icon {
    margin-left: 5px; }
    .remove-btn-cart .remove-icon:before {
      font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
      font-size: 25px;
      line-height: 1em;
      display: block;
      content: "\00d7"; }

button .checkmark, button .spinner-gif {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

button .checkmark path {
  stroke-dasharray: 19.79 19.79;
  stroke-dashoffset: 19.79;
  stroke: var(--color-control-sd-bg-hover);
  opacity: 0; }

button.product-form__cart-submit {
  outline: none; }

button .spinner-gif {
  color: var(--color-control-pr-bg-hover);
  outline: none !important; }
  button .spinner-gif g {
    opacity: 0;
    fill: currentColor; }

button .checkmark.checkmark-active path {
  -webkit-animation: drawCheckmark 0.5s linear alternate forwards;
  animation: drawCheckmark 0.5s linear alternate forwards; }

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

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

.ie button .checkmark path {
  stroke-dashoffset: 0;
  opacity: 0; }

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

button .spinner-gif.active g {
  -webkit-animation: fadeSpinner 0.5s linear alternate forwards;
  animation: fadeSpinner 0.5s linear alternate forwards; }

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

@keyframes fadeCheckmark {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeSpinner {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes fadeSpiner {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes fadeSpiner {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  button .checkmark path {
    stroke-dashoffset: 0;
    opacity: 0; }
  button .spinner-gif g {
    opacity: 0;
    visibility: hidden; }
  button .checkmark.checkmark-active path {
    -webkit-animation: fadeCheckmark 0.5s linear alternate forwards;
            animation: fadeCheckmark 0.5s linear alternate forwards; }
  button .spinner-gif.active g {
    -webkit-animation: fadeSpinner 0.5s linear alternate forwards;
            animation: fadeSpinner 0.5s linear alternate forwards; }
  @-webkit-keyframes fadeCheckmark {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @keyframes fadeCheckmark {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @-webkit-keyframes fadeSpinner {
    from {
      opacity: 0;
      visibility: hidden; }
    to {
      opacity: 1;
      visibility: visible; } }
  @keyframes fadeSpinner {
    from {
      opacity: 0;
      visibility: hidden; }
    to {
      opacity: 1;
      visibility: visible; } } }

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

.disabled {
  pointer-events: none; }

.notification__message {
  display: block;
  padding: 0 60px;
  text-align: center;
  font-weight: var(--font-weight-body-bold); }
  .notification-adapt .notification__message {
    background-color: var(--color-accent);
    padding: 10px 60px; }
  .notification__message span {
    text-decoration: underline;
    white-space: nowrap; }
  @media only screen and (max-width: 499px) {
    .notification__message {
      padding: 0 40px;
      font-size: 13px; } }

.notification--success, .notification--promo {
  background-color: var(--color-accent);
  color: var(--color-accent-text);
  max-width: 100%;
  padding: 0;
  height: auto; }
  .notification--success a, .notification--promo a {
    color: var(--color-accent-text); }

.notification--error {
  background-color: #ec523e;
  color: #fff; }
  .notification--error a {
    color: #fff; }

.notification__close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  padding: 0 10px;
  color: inherit; }
  .notification__close .icon {
    fill: currentColor; }
  @media only screen and (max-width: 499px) {
    .notification__close {
      right: 0; } }

/*================ Modals ================*/
.modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-body);
  color: var(--color-body-text);
  z-index: 999;
  transition: all ease-in-out 0.2s; }
  .modal.modal--is-active {
    display: block;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6); }

body.modal--is-active {
  overflow: hidden; }

.modal__inner {
  height: 100%;
  transform: translateY(-20px);
  transform-style: preserve-3d;
  transition: all ease-in-out 0.2s; }
  .modal--is-active .modal__inner {
    transform: translateY(0); }

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

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px; }
  .modal__close .icon {
    font-size: var(--modal-close); }

/*================ Featured collection card ================*/
.featured-card {
  display: block;
  position: relative;
  height: 100%;
  text-align: center;
  background-color: var(--color-content);
  padding: 0 40px; }
  .featured-card:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.06);
    opacity: 0;
    transition: opacity 0.15s ease-in;
    z-index: 1; }
  .featured-card:hover:before {
    opacity: 1; }
  .no-js .featured-card {
    height: 625px; }

@media only screen and (max-width: 499px) {
  .featured-card--contain {
    height: 100% !important;
    margin-bottom: 20px; } }

.featured-card--cover {
  height: 380px !important;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-width: 0; }

.featured-card__image-container {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.featured-card__blank-image-container {
  position: relative;
  width: 100%;
  margin: 0 auto 40px; }
  .featured-card__blank-image-container .featured-card__image {
    position: relative; }
    @media only screen and (max-width: 499px) {
      .featured-card__blank-image-container .featured-card__image {
        max-width: 290px; } }

.featured-card__image {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  .no-js .featured-card__image {
    opacity: 1; }

.featured-card__header {
  padding: 30px 5% 10px;
  z-index: 1; }
  .featured-card--cover .featured-card__header {
    position: relative;
    display: inline-block; }
  @media only screen and (max-width: 499px) {
    .featured-card--contain .featured-card__header {
      height: 100% !important; } }

.featured-card__header--background {
  background-color: var(--color-content); }

.featured-card__title {
  font-size: em(28);
  margin-bottom: 0;
  color: var(--color-heading); }

.featured-card__action {
  font-size: var(--font-size-nav);
  font-weight: var(--font-weight-body-bold);
  letter-spacing: var(--type-button-spacing);
  text-transform: var(--type-nav-transform);
  font-size: em(13);
  color: var(--color-accent); }
  .featured-card:hover .featured-card__action {
    color: inherit; }

.section-block--padding-des {
  padding: 10px; }
  @media only screen and (min-width: 500px) {
    .section-block--padding-des {
      padding: 0 30px 0 30px; } }

.section-block {
  position: relative;
  background-color: var(--color-content); }

.section-block--padding {
  padding: 5px; }

.section-block__header {
  margin-bottom: 30px; }

.section-block__header--padded {
  padding-top: 30px; }

.section-block__title, .section-block__subtext {
  margin-bottom: 0; }

/*================ Maps ================*/
.map-section {
  position: relative;
  min-height: 650px;
  width: 100%;
  overflow: hidden;
  display: flex;
  width: 100%;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row; }
  @media only screen and (min-width: 500px) {
    .map-section {
      min-height: 500px; } }
  .map-section .section-header {
    margin-bottom: 20px; }
  .map-section .btn, .map-section .btn--secondary, .map-section .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .map-section .shopify-payment-button__button--unbranded {
    margin-top: 10px; }
  .map-section .icon-pin {
    height: var(--font-size-button-f-1-1);
    position: relative;
    top: -1px; }

.map-section__full-width {
  margin: -50px 0; }

.map-section__wrapper {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 100%;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row; }

.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  flex-basis: 100%; }
  @media only screen and (min-width: 500px) {
    .map-section__content-wrapper {
      display: flex;
      width: 100%;
      flex-basis: 33%;
      flex-grow: 0; } }

.map-section__image {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 500px) {
    .map-section__image {
      position: absolute; } }
  .map-section--display-map .map-section__image {
    display: none !important; }
  .map-section--load-error .map-section__image {
    display: block !important; }

.flex--third {
  -moz-flex: 1 1 33%;
  flex: 1 1 33%; }
  @media only screen and (max-width: 499px) {
    .flex--third {
      -moz-flex: 0 1 100%;
      flex: 0 1 100%; } }

.flex--half {
  -moz-flex: 1 1 50%;
  flex: 1 1 50%; }
  @media only screen and (max-width: 499px) {
    .flex--half {
      -moz-flex: 0 1 100%;
      flex: 0 1 100%; } }

.map-section__overlay {
  width: 100%;
  min-height: auto;
  position: relative;
  display: block;
  background-color: #fff;
  padding: 40px;
  text-align: center;
  z-index: 3;
  display: flex;
  width: 100%;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (min-width: 500px) {
    .map-section__overlay:nth-child(2) {
      border-left: 1px solid var(--color-blankstate-border); } }
  @media only screen and (max-width: 499px) {
    .map-section__overlay:nth-child(2) {
      border-top: 1px solid var(--color-blankstate-border); } }
  .map-section__overlay > * {
    width: 100%; }
  @media only screen and (min-width: 500px) {
    .map-section__overlay {
      min-height: 320px;
      margin: 40px 0; } }

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

@media only screen and (min-width: 500px) {
  .map-section__text {
    background-color: var(--color-blankstate-background);
    padding: 20px; } }

@media only screen and (max-width: 499px) {
  .map-section__text {
    order: 0;
    padding: 0 20px 20px; } }

@media only screen and (min-width: 500px) {
  .map-section__text-second-item {
    border-left: 1px solid var(--color-blankstate-border); } }

@media only screen and (max-width: 499px) {
  .map-section__text-second-item {
    padding-top: 20px;
    border-top: 1px solid var(--color-blankstate-border); } }

.map-section__background-wrapper {
  overflow: hidden;
  position: relative;
  flex-basis: 100%; }
  @media only screen and (min-width: 500px) {
    .map-section__background-wrapper {
      position: static;
      flex-basis: 50%;
      flex-grow: 0; } }

.map-section__container {
  width: 100%;
  height: 55vh; }
  @media only screen and (min-width: 500px) {
    .map-section__container {
      position: absolute !important;
      top: 0;
      left: 0;
      width: 130%;
      height: 100%;
      margin: 0 -30% 0 0; } }

.gm-style-cc, .gm-style-cc + div {
  visibility: hidden; }

/*================ Link block CTA ================*/
.link-block {
  position: relative;
  display: block;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 100px 20px;
  text-align: center;
  flex: 1;
  background-size: cover;
  background-position: top center; }
  .link-block:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
    transition: opacity 0.2s ease;
    z-index: 1; }
  .link-block:hover:after, .link-block:hover:focus {
    opacity: 0.5; }

.link-block__cta {
  word-break: break-word;
  z-index: 2;
  position: relative; }

.link-block-no-js {
  position: relative;
  display: block;
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  flex: 1; }

/*================ Quote slider ================*/
.quote-icon {
  display: block;
  margin: 0 auto 20px; }

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px; }
  .quotes-wrapper .slick-dots li, .quotes-wrapper .slick-dots button {
    width: auto;
    height: auto; }
  .quotes-wrapper .slick-dots button {
    line-height: 1;
    font-size: 1em;
    opacity: 0.6;
    color: currentColor; }
    .quotes-wrapper .slick-dots button:before {
      display: none; }
  .quotes-wrapper .slick-dots .slick-active button {
    font-weight: var(--font-weight-body-bold);
    opacity: 1; }

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

/*================ Image content section ================*/
.image-content__image-container {
  position: relative; }

.image-content__image-wrapper {
  display: block;
  margin: 0 auto; }
  .image-content__image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }

.loader_gif {
  margin: auto;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center; }

.image-badge__image-wrapper {
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 499px) {
    .image-badge__image-wrapper {
      padding-top: 10px; } }
  .image-badge__image-wrapper img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 95px;
    max-width: 95px;
    margin: 0 auto; }

.image-content__text {
  padding: 5px;
  text-align: center; }
  @media only screen and (max-width: 1059px) {
    .image-content__text {
      text-align: center;
      padding: 20px; } }

/*================ Featured product section ================*/
.featured-product__text {
  margin-top: 5px; }
  @media only screen and (max-width: 499px) {
    .featured-product__text {
      text-align: center;
      position: relative;
      margin-top: 0px;
      padding-top: 0 !important; } }

.featured-product__prices {
  margin-top: 10px; }

@media only screen and (max-width: 499px) {
  .featured-product .emphasized-title-wrapper {
    padding-top: 0;
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 499px) {
  .featured-product__image {
    text-align: center; } }

.featured-product__full-details {
  display: inline-block;
  margin-top: 20px;
  padding: 0 5px; }

/*================ Featured articles ================*/
.article-block {
  display: block;
  text-align: center; }
  @media only screen and (max-width: 499px) {
    .article-block {
      padding: 20px 0; } }

.article-block__image {
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (max-width: 499px) {
    .article-block__image {
      padding-bottom: 50%; } }

.article-block__info {
  padding: 20px 10px; }

.article-block__date {
  display: block;
  font-size: 0.875em;
  color: var(--color-body-text); }

.article-block__date, .article-block__title {
  margin-bottom: 5px; }

/*================ Featured content ================*/
.featured-content {
  position: relative;
  padding: 120px 10px;
  display: flex;
  align-items: center;
  transition: background-position 0.4s ease-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-width: 70%;
  background-height: 70%;
  background-position: 50% 50%; }
  @media only screen and (min-width: 500px) {
    .featured-content {
      padding: 80px 0; } }
  @media only screen and (max-width: 1059px) {
    .featured-content {
      background-position: 50% 0%;
      background-width: 40%;
      background-height: 24%; } }

/*============================================================================
  Styles columns.liquid and gallery.liquid
    - Background images and positioning are handled with theme settings
==============================================================================*/
@media only screen and (max-width: 499px) {
  .column-flex {
    flex-direction: column; } }

.column-flex__image {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  @media only screen and (min-width: 500px) {
    .column-flex__image {
      height: 300px; } }

.column-flex__image--tall {
  height: 450px; }
  @media only screen and (max-width: 1059px) {
    .column-flex__image--tall {
      height: 300px; } }
  @media only screen and (max-width: 1059px) {
    .column-flex__image--tall {
      height: 450px; } }

.column-flex__content {
  padding: 20px; }

.custom-content {
  display: flex;
  width: 100%;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  width: auto; }

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

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

.align--middle-left {
  align-self: center; }

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

.align--middle-right {
  align-self: center;
  text-align: right; }

.align--bottom-left {
  align-self: flex-end; }

.align--bottom-middle {
  align-self: flex-end;
  text-align: center; }

.align--bottom-right {
  align-self: flex-end;
  text-align: right; }

/*================ Video section ================*/
body.video-playing {
  overflow: hidden; }

.video-section {
  height: 200px; }
  @media only screen and (min-width: 500px) {
    .video-section {
      height: 380px; } }
  .video-section.video-section--tall {
    height: 300px; }
    @media only screen and (min-width: 500px) {
      .video-section.video-section--tall {
        height: 520px; } }

.video-section__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out; }
  @media only screen and (min-width: 500px) {
    .video-section__modal {
      width: 75%; } }
  .video-section--loaded .video-section__modal {
    opacity: 1;
    pointer-events: auto;
    z-index: 16; }

.video-section__body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out; }
  .video-section--loaded .video-section__body-overlay {
    opacity: 1;
    pointer-events: auto;
    z-index: 15; }

.video-section__player,
.video-section__player iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden; }
  .video-section--loaded .video-section__player, .video-section--loaded
  .video-section__player iframe {
    z-index: 16;
    visibility: visible; }

.video-section__player-close {
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  border: 0; }
  .video-section__player-close:hover {
    opacity: 0.5; }
  .video-section--loaded .video-section__player-close {
    z-index: 17; }
  .video-section__player-close .icon {
    fill: #000;
    width: 25px;
    height: 25px; }
  @media only screen and (max-width: 499px) {
    .video-section__player-close {
      top: 10px;
      left: 10px; } }

.video-section__cover {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  transition: all 0.25s ease-out;
  z-index: 2; }

.video-section__cover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.25s ease-out; }

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

.video-section__cover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 13px;
  text-align: center;
  opacity: 1;
  transition: opacity 0.25s ease-out;
  transform: translateY(-50%); }

.video-section__load-player-button {
  border: 0;
  line-height: 1;
  padding: 10px;
  background-color: var(--color-btn-primary);
  text-transform: uppercase;
  transition: all 0.25s ease;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  .video-section__load-player-button:hover {
    background-color: var(--color-btn-primary-hover); }
  .video-section__load-player-button.video-section__load-player-button--large {
    padding: 0;
    background: none; }

.video-section__error {
  display: none;
  position: absolute;
  bottom: -40px;
  width: 50vw;
  min-width: 340px;
  left: 50%;
  color: #fff;
  transform: translateX(-50%); }
  .video-section--error .video-section__error {
    display: block; }

.video-section__load-player-text {
  margin-left: 10px;
  display: inline-block;
  letter-spacing: 0;
  font-size: em(26);
  line-height: 1.2;
  color: var(--color-btn-primary-text);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  @media only screen and (min-width: 1060px) {
    .video-section__load-player-text {
      font-size: em(32); } }

.video-section__load-player-icon {
  position: relative;
  top: 2px;
  margin: 0 auto;
  height: 20px;
  width: 20px;
  padding: 0;
  display: inline-block;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 500px) {
    .video-section__load-player-icon {
      top: 0; } }
  .video-section__load-player-button--large .video-section__load-player-icon {
    width: 60px;
    height: 60px; }

.video-section__load-player-button-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid var(--color-btn-primary);
  border-bottom: 5px solid transparent;
  transform: translate(-34%, -50%); }
  .video-section__load-player-button--large .video-section__load-player-button-triangle {
    border-top: 15px solid transparent;
    border-left: 23px solid var(--color-btn-primary-text);
    border-bottom: 15px solid transparent; }

.video-section__load-player-button-circle {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-btn-primary-text);
  height: 20px;
  width: 20px;
  border-radius: 75px;
  transition: all 0.25s ease-out; }
  .video-section__load-player-button--large .video-section__load-player-button-circle {
    background-color: var(--color-btn-primary);
    width: 60px;
    height: 60px; }
  .video-section__load-player-button--large:hover .video-section__load-player-button-circle, .video-section__load-player-button--large:focus .video-section__load-player-button-circle {
    background-color: var(--color-btn-primary-hover); }

/*================ Blog ================*/
.article__photo-container {
  position: relative; }

.article__photo-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

/*================ Rich text section ================*/
.rich-text__heading--large {
  font-size: 2.25em; }

.rich-text__heading--small {
  font-size: 1.5em; }

.rich-text__text--large {
  font-size: var(--rich-text-text-large); }

.rich-text__text--small {
  font-size: var(--rich-text-text-small); }

.order-table {
  border: 1px solid var(--color-body); }
  .order-table a {
    color: var(--color-body-links); }
    .order-table a:hover {
      color: var(--color-body-links-hover); }
  .order-table th, .order-table td {
    border: 0; }
  .order-table tbody th, .order-table tfoot th {
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0; }
  .order-table tbody tr + tr {
    border-top: 1px solid var(--color-body); }
  .order-table thead {
    border-bottom: 1px solid var(--color-body-text); }
  .order-table tfoot {
    border-top: 1px solid var(--color-body-text); }
    .order-table tfoot tr:first-child th, .order-table tfoot tr:first-child td {
      padding-top: 1.25em; }
    .order-table tfoot tr:nth-last-child(2) th, .order-table tfoot tr:nth-last-child(2) td {
      padding-bottom: 1.25em; }
    .order-table tfoot tr:last-child th, .order-table tfoot tr:last-child td {
      border-top: 1px solid var(--color-body-text);
      font-weight: var(--font-weight-body-bold);
      padding-top: 1.25em;
      padding-bottom: 1.25em; }
  @media only screen and (min-width: 500px) {
    .order-table tbody tr:first-child th, .order-table tbody tr:first-child td {
      padding-top: 1.25em; }
    .order-table tbody tr:last-child th, .order-table tbody tr:last-child td {
      padding-bottom: 1.25em; }
      .order-table tbody tr:last-child th .order-discount--list, .order-table tbody tr:last-child td .order-discount--list {
        margin-bottom: 0; }
    .order-table tfoot tr td, .order-table tfoot tr th {
      vertical-align: bottom; } }
  @media only screen and (max-width: 499px) {
    .order-table {
      border: 0; }
      .order-table thead {
        display: none; }
      .order-table th, .order-table td {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: 0.5rem 0;
        border: 0;
        margin: 0; }
      .order-table th::before, .order-table td::before {
        content: attr(data-label);
        float: left;
        text-align: left;
        padding-right: 2em;
        max-width: 80%; }
      .order-table tbody tr th:first-child {
        padding-top: 1.25em; }
      .order-table tbody tr td:last-child {
        padding-bottom: 1.25em; }
      .order-table tbody th::before, .order-table tbody td::before {
        font-weight: var(--font-weight-body-bold); } }

@media only screen and (max-width: 499px) {
  .order-table__product {
    display: flex;
    justify-content: space-between; } }

.order-discount {
  text-transform: uppercase;
  color: var(--color-sale-price);
  display: inline-block;
  line-height: 1.2em;
  font-weight: 700; }
  .order-discount .icon-saletag {
    fill: currentColor;
    width: 1em;
    height: 1em;
    margin-right: 0.4em; }

.order-discount--cart {
  font-size: 18px; }

.order-discount--title {
  word-break: break-word;
  padding-right: 1em; }

.order-discount--list {
  margin: 0.8em 0 0.6em 1.3em;
  list-style: none;
  padding: 0; }

.order-discount__item {
  text-indent: -1.3em; }
  .order-discount__item + .order-discount__item {
    margin-top: 0.6em; }

@media only screen and (max-width: 499px) {
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%; } }

.order-discount-cart-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0 5px 0; }
  @media only screen and (min-width: 500px) {
    .order-discount-cart-wrapper {
      justify-content: flex-end; } }

.table_resp {
  display: table;
  text-align: center;
  width: 100%;
  margin: 10% auto 0;
  border-collapse: separate; }

.table__resp_row {
  display: table-row; }

.table_resp_cell_txt {
  display: table-cell;
  width: 50%;
  padding: 0 5%;
  margin: 0 auto;
  vertical-align: middle; }

.table_resp_cell_img {
  display: table-cell; }

@media screen and (max-width: 650px) {
  .table_resp {
    display: block; }
  .table_resp_cell_txt {
    width: 50%;
    display: table-row;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0; }
  .table_resp_cell_txt_phone {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0; }
  .table_resp_cell_img {
    width: 50%;
    display: table-row;
    text-align: center;
    margin: 0 auto; }
  .table_resp_cell_img_phone {
    width: 100%;
    text-align: center;
    margin: 0 auto; }
  .table_resp_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    padding-bottom: 20px;
    margin: 5% auto 0;
    text-align: center; } }

.breadrumb_a {
  width: 70%;
  height: 60px;
  text-align: left;
  padding: 20px 40px 0 0; }
  @media only screen and (max-width: 1059px) {
    .breadrumb_a {
      display: none; } }

.breadcrumb a {
  color: var(--color-body-links); }
  .breadcrumb a:hover {
    color: var(--color-body-links-hover); }

.content-block a {
  color: var(--color-body-links); }
  .content-block a:hover {
    color: var(--color-body-links-hover); }


/* Added by Ludo S on June 21 2019 */
.product-single__percent {
  padding-left: 10px; }

.note_reduction_cart_a {
  display: block; }
  @media only screen and (max-width: 499px) {
    .note_reduction_cart_a {
      display: none; } }

.note_reduction_cart_b {
  display: none; }
  @media only screen and (max-width: 499px) {
    .note_reduction_cart_b {
      display: block; } }

.rte-settin-promo {
  margin-bottom: 10px; }
  @media only screen and (max-width: 499px) {
    .rte-settin-promo {
      text-align: center; } }
  .rte-settin-promo:last-child {
    margin-bottom: 0; }

.discount_button {
  cursor: pointer;
  border-radius: 2px;
  font-weight: 600;
  text-transform: none;
  font-size: 14px;
  font: var(--font-style-accent);
  padding: 13px 15px; }

.discount_code {
  margin: 0 12px 0 0 !important;
  font-size: 14px; }
  @media only screen and (max-width: 499px) {
    .discount_code {
      width: 100% !important; } }

@media only screen and (max-width: 499px) {
  .note_cart_instruc {
    display: block;
    text-align: center; } }

.button-read {
  margin-top: 10px; }

.less.active .button-read-more, .button-read-less {
  display: none !important; }

.less.active .button-read-less {
  display: inline-flex !important; }

.more {
  margin-top: 10px; }

.more p {
  margin: 0;
  padding: 0; }

.less p {
  margin: 0;
  padding: 0; }

.page_width_footer {
  *zoom: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px; }
  .page_width_footer:after {
    content: '';
    display: table;
    clear: both; }

.element_footer {
  display: flex;
  width: 100%;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border: none; }
  .element_footer .flex__item {
    -moz-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 10px; }
  @media only screen and (min-width: 500px) {
    .element_footer .flex__item {
      -moz-flex: 1 1 20%;
      flex: 1 1 20%; } }
  @media only screen and (min-width: 1400px) {
    .element_footer {
      border-style: 2px solid;
      border-color: var(--color-footer-border);
      border-style: solid;
      padding: 20px;
      padding-bottom: 0px;
      background-color: var(--color-footer-bg-content); } }

/* FAQ */
.shopify_explorer_faq__item--expandable > .shopify_explorer_faq__question {
  cursor: pointer; }

.shopify_explorer_faq__item--expandable > .shopify_explorer_faq__answer {
  display: none; }

.shopify_explorer_faq__separator {
  text-transform: none;
  text-align: left; }
  .shopify_explorer_faq__separator :not(:first-child) {
    margin-top: 1.2em; }
  .shopify_explorer_faq__separator.active {
    font-weight: bold;
    color: var(--color-body-links-hover); }

.shopify_explorer_faq__item:not(:last-child) {
  margin: 0; }

.shopify_explorer_faq__item .shopify_explorer_faq__question {
  margin-bottom: 0.2em;
  position: relative;
  padding: 10px 30px 10px 0;
  margin-left: 10px !important;
  border-style: solid;
  border-color: var(--color-body-links-hover);
  padding-right: 30px;
  margin: 0; }

.shopify_explorer_faq__item .shopify_explorer_faq__answer {
  padding: 15px 15px 15px 25px; }

.not-expandable > .shopify_explorer_faq__question.link_collapsing::before {
  display: none !important; }

.link_collapsing {
  cursor: pointer;
  position: relative; }
  .link_collapsing:not(.shopify_explorer_faq__question) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 20px; }
    @media only screen and (max-width: 499px) {
      .link_collapsing:not(.shopify_explorer_faq__question) {
        margin: 5px auto; } }
  .link_collapsing.show {
    display: block; }
  .link_collapsing::before {
    content: '';
    position: absolute;
    pointer-events: none;
    display: block;
    height: 8px;
    width: 8px;
    right: 5px;
    top: calc(50% - 5px);
    border-bottom: 1px solid var(--color-body-links);
    border-right: 1px solid var(--color-body-links);
    transform-origin: 66% 66%;
    transform: rotate3D(0, 0, 1, 45deg);
    transition: all 0.15s ease-in-out; }
    @media only screen and (max-width: 499px) {
      .link_collapsing::before {
        width: 8px;
        height: 8px; } }
  .link_collapsing.active::before {
    border-bottom: 1px solid var(--color-body-links-hover);
    border-right: 1px solid var(--color-body-links-hover);
    transform: rotate3D(0, 0, 1, -135deg); }
  .link_collapsing.site-footer__section-title::before {
    border-bottom: 1px solid var(--color-footer-text);
    border-right: 1px solid var(--color-footer-text); }
  .link_collapsing.site-footer__section-title.active::before {
    border-bottom: 1px solid var(--adp-color-footer-text-15);
    border-right: 1px solid var(--adp-color-footer-text-15); }
  .link_collapsing.shopify_explorer_faq__question::before {
    right: 10px; }

/*------------------------------------*/
/* Sommaire Articles Blog Automatique */
#summary {
  background: linear-gradient(180deg, #fefefe, #f0f0f0);
  border: 1px solid #888;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  border-right: 0;
  width: auto;
  text-align: left;
  border-left: 0;
  border-radius: 0;
  border-color: #eee; }
  @media only screen and (max-width: 1059px) {
    #summary {
      text-align: center !important; } }
  #summary.contracted {
    display: table !important; }

#summary strong {
  display: block;
  font-size: 110%; }

#summary-list, #summary-list li {
  list-style: none;
  margin: 0;
  padding: 0; }

#summary-list a {
  text-decoration: none;
  padding: 7px 0;
  font-size: 90%;
  display: block;
  border: none; }

#summary-list li ul {
  padding: 0 0 14px; }

#summary-list li ul li a {
  padding-left: 15px; }

#summary-list li ul li ul li a {
  padding-left: 30px; }

#summary-list li ul li ul li ul li a {
  padding-left: 45px; }

#summary-list li ul li ul li ul li ul li a {
  padding-left: 60px; }

#summary-list a:hover {
  text-decoration: underline; }

.parcel-tracking-container {
  margin-top: 15px; }

#orderStat {
  margin-top: 10px; }

.tracking-steps {
  padding: 5px;
  margin-bottom: 5px; }

.tracking-stat-nb {
  background-color: #1e90ff;
  color: #fff;
  font-weight: 600;
  float: left;
  width: 35px;
  text-align: center;
  padding: 2px;
  margin-right: 15px; }

#url-tracking {
  margin-top: 10px;
  padding: 5px; }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.form-inline label {
  margin: 5px 10px 5px 0; }

.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd; }

.form-inline button {
  padding: 10px 20px;
  background-color: #d8232f;
  border: 1px solid #ddd;
  color: #fff; }

.form-inline button:hover {
  background-color: #ac1c25; }

@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0; }
  .form-inline {
    flex-direction: column;
    align-items: stretch; } }

#YQContainer {
  margin-top: 15px; }

#inputbtn17 {
  background-color: #d8232f;
  color: #fff; }

#datejafar {
  color: #858585; }

#form-track-error {
  font-size: 12px;
  color: #d8222f; }

.trackingjafar {
  margin-top: 20px; }

.tj-loading {
  height: 40px;
  border-radius: 0 !important;
  background: #fff !important;
  border: 1px dotted #999 !important;
  margin: 20px 0;
  overflow: hidden;
  vertical-align: middle;
  position: relative; }

.tj-loading-bar {
  width: 70%;
  min-width: 2em;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute; }

.tj-loading-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; }

.tj-loading-bar-grey {
  width: 25%; }

span.on-way {
  color: var(--color-accent); }

.firstdeliverydate, .seconddeliverydate {
  color: var(--color-accent); }

p.tj-text-1 {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-size: 24px; }

.tj-text-2, .tj-text-3 {
  text-align: center; }

label.lab-jafar {
  font-size: 0.85em; }

input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

#trackingnumberjafar::-webkit-input-placeholder, #trackingnumberjafar:-ms-input-placeholder,
#trackingnumberjafar::-ms-input-placeholder, #trackingnumberjafar::placeholder,
#trackingnumberjafar:-moz-placeholder, #trackingnumberjafar::-moz-placeholder {
  color: #333; }

#trackingnumberjafar:-moz-placeholder, #trackingnumberjafar::-moz-placeholder {
  opacity: 1; }

.img_badge {
  height: 75px;
  width: 75px;
  margin: 0 auto 10px; }

.title_badge {
  color: var(--color-accent); }
  @media only screen and (max-width: 499px) {
    .title_badge {
      font-size: 16px; } }

.text-badge {
  color: var(--color-body-text); }

#gd-pre-footer {
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  background-color: var(--color-content); }

@media only screen and (max-width: 498px) {
  #gd-pre-footer {
    margin: 0px auto; } }

#gd-pre-footer .col-item {
  padding: 2px 25px;
  text-align: center;
  list-style: none; }

#gd-pre-footer .col-item {
  padding: 10px 25px;
  text-align: center;
  list-style: none; }
  @media only screen and (max-width: 499px) {
    #gd-pre-footer .col-item {
      width: calc(50% - 5px);
      display: inline-flex;
      flex: 1 1 50%; } }

@media screen and (min-width: 498px) {
  #gd-pre-footer ul {
    display: flex;
    align-items: flex-sart;
    justify-content: center; }
  #gd-pre-footer .col-item {
    width: 25%;
    text-align: center;
    float: left;
    padding: 20px 15px 20px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center; } }

#bcpo .selector-wrapper {
  padding-left: 0px; }

@media only screen and (max-width: 500px) {
  #bcpo .selector-wrapper {
    text-align: center; } }

/*=========== Affichage Temps de Lecture ===========*/
.h2-time-reading {
  margin-bottom: 0px; }

.content-time-reading {
  margin-bottom: 1em; }

body, .example h1, .example .h1, .example .h1--mini, .example p, .example .button {
  transition: all .2s ease-in-out; }

.example {
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content; }

.example .flipdown {
  margin: auto; }

.example h1, .example .h1, .example .h1--mini {
  text-align: center;
  font-weight: 100;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 10px; }

.timer-container {
  margin-top: 40px; }

.timer_title {
  font-weight: normal;
  text-align: center;
  font-size: var(--timer-title-size); }

.example p {
  text-align: center;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 35px; }

.example .buttons {
  width: 100%;
  height: 50px;
  margin: 50px auto 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-around; }

.example .buttons p {
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  padding: 0px 25px 0px 0px;
  color: #333;
  margin: 0px; }

.example .button {
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  line-height: 46px;
  text-decoration: none;
  color: #333;
  padding: 0px 20px;
  border: solid 2px #333;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all .2s ease-in-out; }

.example .button:hover {
  background-color: #333;
  color: #FFF; }

.example .button i {
  margin-right: 5px; }

@media (max-width: 550px) {
  .example p {
    margin-bottom: 25px; }
  .example .buttons {
    width: 100%;
    margin-top: 25px;
    text-align: center;
    display: block; }
  .example .buttons p, .example .buttons a {
    float: none;
    margin: 0 auto; }
  .example .buttons p {
    padding-right: 0px; }
  .example .buttons a {
    display: inline-block; } }

/********** Theme: Timer **********/
.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content; }

/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: var(--timer-text-header-color); }

/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background: linear-gradient(31deg, var(--timer-first-color-timer) 0%, var(--timer-second-color-timer) 100%); }

/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: var(--timer-text-color);
  background: linear-gradient(31deg, var(--timer-first-color-timer) 0%, var(--timer-second-color-timer) 100%); }

/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: var(--rotor-leaf-rear);
  background: linear-gradient(31deg, var(--rotor-leaf-rear-gradient-first) 0%, var(--rotor-leaf-rear-gradient-second) 100%); }

/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px var(--timer-first-color-timer); }

.feat-prod {
  color: var(--color-heading);
  font-size: 2em; }

.product-extra-row {
  margin: 10px 0;
  color: var(--color-body-text); }

#iconsvisamastercard {
  width: auto;
  height: 16px;
  margin-left: 1px; }

@font-face {
  font-family: 'icon';
  src: url(' //collier-coquillage.fr/cdn/shop/t/2/assets/icon.eot?v=903490249657869971753643027  ');
  src: url(' //collier-coquillage.fr/cdn/shop/t/2/assets/icon.eot?v=903490249657869971753643027  ') format("embedded-opentype"), url(' //collier-coquillage.fr/cdn/shop/t/2/assets/icon.woff2?v=4793347238000530421753643027  ') format("woff2"), url(' //collier-coquillage.fr/cdn/shop/t/2/assets/icon.woff?v=9728181212647744991753643027  ') format("woff"), url(' //collier-coquillage.fr/cdn/shop/t/2/assets/icon.ttf?v=142214356922728542141753643027  ') format("truetype"), url(' //collier-coquillage.fr/cdn/shop/t/2/assets/icon.svg?v=32549418895980383771753643027  ') format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.demo-icon {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-lock:before {
  content: '\e800'; }

/* '' */
.icon-truck:before {
  content: '\e801'; }

/* '' */
.icon-ok-circled:before {
  content: '\e802'; }

/* '' */
.icon-fire:before {
  content: '\e803'; }

/* '' */
.icon-bell-alt:before {
  content: '\f0f3'; }

/* '' */
.icon-basket:before {
  content: '\e804'; }

/* '' */
#updatepercentageoff {
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-sale-price);
  text-transform: uppercase;
  font-weight: bold; }

.cart-subtotal__title, .cart-subtotal__price {
  font-size: 1.2em !important; }

.cart-subtotal__save {
  font-size: 1em !important; }

.cart-subtotal__save--accent, .cart-subtotal__price--accent {
  color: var(--color-accent) !important; }

.payement_cart {
  text-align: right !important;
  border: none;
  background: none;
  margin-top: -10px;
  width: auto;
  display: table;
  margin: 0 0 0 auto; }
  @media only screen and (max-width: 499px) {
    .payement_cart {
      text-align: none;
      margin: 0 auto; } }


.page-breadcrumb {
  width: 100%;
  background-color: var(--color-body); }

.breadcrumb {
  padding: 20px 20px 0;
  width: 50%;
  display: flex;
  flex-direction: row;
  text-transform: uppercase; }
  @media only screen and (max-width: 499px) {
    .breadcrumb {
      width: 100%;
      padding: 20px 20px 10px; } }
  .breadcrumb li {
    white-space: nowrap;
    list-style: none;
    margin-left: 2.5px;
    margin-right: 2.5px; }
    .breadcrumb li:last-child {
      text-overflow: ellipsis;
      overflow: hidden; }
    .breadcrumb li:first-of-type {
      margin-left: 0;
      margin-right: 2.5px; }
  .breadcrumb span {
    font-size: 10px; }

/*================ Cart icon ================*/
.mini_cart, .nav a.mini_cart {
  height: inherit;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 0 0;
  z-index: 9; }

#StickyNavCart .dropdown_link {
  padding: 15px !important;
  height: 53px !important;
  bottom: 3px !important;
  padding-top: 14px !important;
  margin-left: 0 !important;
  margin-right: -4px !important; }

@media only screen and (min-width: 500px) {
  .site-header__cart {
    position: relative;
    padding: 10px; } }

@media only screen and (max-width: 499px) {
  .site-header__cart {
    padding-right: 15px; }
  .site-header__search-cart-wrapper {
    padding-right: 10px; } }

.cart_container:hover .site-header__cart {
  color: var(--color-accent) !important; }

.product_image {
  position: relative; }

.blur-up {
  filter: blur(5px);
  transition: filter 400ms; }

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


.product-card__image img {
  transition: transform .5s ease; }


.product-wrap:hover img {
  transform: scale(1.1); }



.flipdown {
  overflow: visible;
  width: auto;
  height: auto; }

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px; }

.flipdown .rotor-group:last-child {
  padding-right: 0;
  margin-bottom: 10px !important; }

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: var(--timer-heading-size);
  text-align: center; }

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: 'Jours'; }

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: 'Heures'; }

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: 'Minutes'; }

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: 'Secondes'; }


.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  right: 10px;
  bottom: var(--height-rotor)/2;
  width: var(--timer-all-size)/4;
  height: var(--timer-all-size)/4;
  border-radius: 50%; }

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: var(--height-rotor);
  width: var(--timer-all-size)/4;
  height: var(--timer-all-size)/4;
  border-radius: 50%; }

.flipdown .rotor-group-center {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto; }

.flipdown .rotor {
  position: relative;
  float: left;
  width: var(--timer-all-size);
  height: var(--timer-all-size-1-5);
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: var(--timer-numbers-size);
  text-align: center;
  perspective: 200px; }

.flipdown .rotor:last-child {
  margin-right: 0; }

.flipdown .rotor-top, .flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 40px;
  height: 30px;
  width: var(--timer-all-size);
  height: var(--timer-all-size-0-75); }

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: var(--timer-all-size);
  height: var(--timer-all-size-1-5);
  transform-style: preserve-3d;
  transition: transform 0s; }

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out; }

.flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: var(--timer-all-size);
  height: var(--timer-all-size-0-75);
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.flipdown .rotor-leaf-front {
  line-height: var(--timer-all-size-1-5);
  border-radius: 4px 4px 0px 0px; }

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg); }

.flipdown .rotor-top {
  line-height: var(--timer-all-size-1-5);
  border-radius: 4px 4px 0px 0px; }

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px; }

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: var(--timer-all-size);
  height: var(--timer-all-size-0-75);
  border-radius: 0px 0px 4px 4px; }

@media (max-width: 550px) {
  .flipdown {
    width: 312px;
    height: 70px; }
  .flipdown .rotor {
    font-size: var(--timer-all-size-mobile);
    margin-right: 3px; }
  .flipdown .rotor, .flipdown .rotor-leaf, .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor:after {
    width: var(--timer-all-size-mobile); }
  .flipdown .rotor-group {
    padding-right: 20px; }
  .flipdown .rotor-group:last-child {
    padding-right: 0px; }
  .flipdown .rotor-group-heading:before {
    font-size: 0.8rem;
    height: var(--timer-all-size-mobile-0-75);
    line-height: var(--timer-all-size-mobile-0-75);
    font-size: var(--timer-heading-size-mobile); }
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: var(--timer-all-size-mobile-2-10); }
  .flipdown .rotor-leaf-front, .flipdown .rotor-top {
    line-height: var(--timer-all-size-mobile-1-5); }
  .flipdown .rotor-leaf, .flipdown .rotor {
    height: var(--timer-all-size-mobile-1-5); }
  .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor:after {
    height: var(--timer-all-size-mobile-0-75); } }

/*================ Collection Infinite Scroll ================*/
.more-products {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: 0; }


.collection-arrow-down {
  margin-top: 5px;
  font-size: 18px; }

/*============= Page Collection ==========*/
.product-card--image-container {
  display: block;
  z-index: -1;
  max-width: 235px !important;
  margin: 0 auto; }

.sidebar {
  display: flex;
  width: 100%;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #b0b0b0;
  padding: 20px 0;
  margin: 20px 0;
  margin-left: var(--margin-sidebar);
  margin-right: var(--margin-sidebar);
  width: auto; }
  @media only screen and (max-width: 499px) {
    .sidebar {
      margin: 0; } }

@media screen and (max-width: 1800px) {
  .sidebar .products {
    margin: 0 auto; } }

.sidebar .products {
  -moz-flex: 1 1 80%;
  flex: 1 1 80%;
  order: 2;
  max-width: 1180px; }
  @media only screen and (max-width: 499px) {
    .sidebar .products {
      max-width: 100%; } }

.sidebar .no-result {
  padding-left: 20px;
  padding-top: 50px; }
  @media only screen and (max-width: 499px) {
    .sidebar .no-result {
      padding: 0 !important; } }

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

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

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

a.active.parent-link--true {
  margin-bottom: 10px; }

.product-grid {
  display: flex  !important;
  align-items: flex-start  !important;
  flex-direction: row  !important;
  flex-wrap: wrap  !important; }

.sort-by {
  float: right;
  padding-right: 15px; }
  @media only screen and (max-width: 499px) {
    .sort-by {
      float: none;
      padding-right: 0;
      margin: 0 auto;
      width: 80%; } }

@media screen and (max-width: 1800px) {
  .sort-by {
    display: inline-block;
    vertical-align: middle;
    float: none; } }

.pagination_top {
  flex: 1 1 100%;
  margin-bottom: 20px !important; }
  .pagination_top .pagination {
    margin-top: 0px !important; }

.pagination_bottom {
  flex: 1 1 100%;
  order: 3; }

.collection .product-card {
   }

.shopify-challenge__container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 40px;
  background: var(--color-body); }
  .shopify-challenge__container .btn, .shopify-challenge__container .btn--secondary, .shopify-challenge__container .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .shopify-challenge__container .shopify-payment-button__button--unbranded {
    padding: 1% 5% !important;
    max-height: none !important; }

/*************Section Added **************/
.feature_divider {
  width: 100%;
  padding-bottom: 20px;
  display: block;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

@media only screen and (max-width: 798px) {
  .feature_divider {
    padding-bottom: 10px; } }

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

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

div.section {
  margin: 10px 0; }

.product-list .thumbnail, .slider-gallery .thumbnail, .list-collections .thumbnail {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  display: block; }

.equal-columns--outside-trim .medium-up--one-third {
  width: 33.33333%; }

.equal-columns--outside-trim .four {
  width: 25%; }

.equal-columns--outside-trim .one-fifth {
  width: 20%; }

.equal-columns--outside-trim .medium-up--eight {
  width: 50%; }

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

.equal-columns--outside-trim .one-third:nth-of-type(3n+1), .equal-columns--outside-trim .one-fourth:nth-of-type(4n+1), .equal-columns--outside-trim .four:nth-of-type(4n+1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n+1), .equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n+1), .equal-columns--outside-trim .two:nth-of-type(8n+1) {
  margin-left: 0; }

@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half.small-down--one-half, .equal-columns--outside-trim .small-down--eight.small-down--eight,
  .equal-columns--outside-trim .small-down--one-third.small-down--one-third, .equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
  .equal-columns--outside-trim .small-down--four.small-down--four, .equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
  .equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth, .equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
  .equal-columns--outside-trim .small-down--two.small-down--two {
    padding-right: 10px;
    padding-left: 10px; }
  .equal-columns--clear .small-down--one-half:nth-of-type(2n+1), .equal-columns--clear .small-down--eight:nth-of-type(2n+1),
  .equal-columns--clear .small-down--one-third:nth-of-type(3n+1), .equal-columns--clear .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--clear .small-down--four:nth-of-type(4n+1), .equal-columns--clear .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--clear .small-down--one-sixth:nth-of-type(6n+1), .equal-columns--clear .small-down--one-seventh:nth-of-type(7n+1) {
    clear: both; }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1), .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1), .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1), .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1), .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    padding-left: 0; }
  .equal-columns--outside-trim .small-down--one-half {
    width: 50%; }
  .even {
    padding-left: 0; } }

h2.title, .title.h2 {
  font-size: 27px;
  text-transform: uppercase;
  line-height: 1.5;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0.75em;
  font-weight: bold; }

@media only screen and (max-width: 798px) {
  h2.title, .title.h2 {
    font-size: 21px; } }

.title {
  text-align: center; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.list-collections .image-content__image .lazyloaded {
  width: auto !important; }

.list-collections .lazyloaded {
  vertical-align: bottom;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  font-family: "object-fit: contain; object-position: top center";
  transition: opacity 0.3s ease-in 0s; }

@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .small-down--one-half {
    width: calc(50% - (30px - (20px / 2))); }
  .equal-columns--outside-trim .small--one-whole {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .clear {
    display: none; }
  .list-collection-wrapper .collection-info__caption {
    display: block;
    position: static; }
  .product-list .thumbnail .thumbnail-overlay, .slider-gallery .thumbnail .thumbnail-overlay, .list-collections .thumbnail .thumbnail-overlay {
    display: none; } }

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

.hidden-product-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 767px) {
  .thumbnail .price, .thumbnail .title, .collection-details .title {
    font-size: 18px !important; } }

.collection-info__caption .title, .collection-details .title {
  font-size: 20px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-in; }

.list-collection-wrapper .collection-info__caption {
  display: block;
  margin-top: 20px; }

.list-collection-wrapper .product-wrap:hover .view_all {
  opacity: 1;
  transform: none; }

.product-list .thumbnail .thumbnail-overlay, .slider-gallery .thumbnail .thumbnail-overlay, .list-collections .thumbnail .thumbnail-overlay {
  background-color: rgba(0, 0, 0, 0.7); }

.product-list .thumbnail .thumbnail-overlay, .slider-gallery .thumbnail .thumbnail-overlay, .list-collections .thumbnail .thumbnail-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  transition: opacity 0.3s ease-in; }

.list-collection-wrapper .thumbnail-overlay .collection-details {
  position: relative;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  display: block; }

.quick_shop, .view_all {
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 2rem;
  opacity: 0;
  pointer-events: all;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  transform: translate3d(0, 100%, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out,color 0.3s linear, background-color 0.3s linear; }

.list-collection-wrapper .thumbnail-overlay .info {
  position: relative;
  top: 50%;
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto; }

.thumbnail-overlay .info {
  position: relative;
  top: 50%;
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
  cursor: pointer;
  color: var(--only-image-text-color);
  font-size: 15px; }

@media only screen and (min-width: 500px) {
  .thumbnail-overlay h2, .thumbnail-overlay .h2 {
    color: var(--only-image-text-color); } }

.list-collection-wrapper .product-wrap:hover .thumbnail-overlay {
  opacity: 1; }

.list-collection-wrapper .product-wrap:hover .collection-details {
  opacity: 1;
  transform: none; }

.related-products .btn--full {
  margin-top: 10px; }


.product-wrap {
  margin: 5px; }

@media only screen and (max-width: 499px) {
  .single-product {
    padding: 10px !important; } }


.single-product .product-wrap {
  position: relative; }
  @media only screen and (max-width: 499px) {
    .single-product .product-wrap {
      background-color: var(--color-content); } }

.single-product .thumbnail-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--background_overlay);
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in; }
  @media only screen and (max-width: 499px) {
    .single-product .thumbnail-overlay {
      background-color: var(--color-content);
      position: relative !important;
      opacity: 1 !important;
      display: block !important; } }


@media only screen and (max-width: 499px) {
  .single-product .image-content__image-container {
    margin: 15px 0 0 !important; } }


.single-product .thumbnail-overlay .product-details {
  position: relative;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  display: block; }
  @media only screen and (max-width: 499px) {
    .single-product .thumbnail-overlay .product-details {
      opacity: 1 !important;
      transform: none !important; } }

.single-product .product-wrap:hover .view_all {
  opacity: 1;
  transform: none; }

.single-product .quick_shop, .view_all {
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 2rem;
  opacity: 0;
  pointer-events: all;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  transform: translate3d(0, 100%, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out,color 0.3s linear, background-color 0.3s linear; }

.single-product .thumbnail-overlay .info {
  position: relative;
  top: 50%;
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
  cursor: pointer;
  font-size: 15px; }
  @media only screen and (max-width: 499px) {
    .single-product .thumbnail-overlay .info {
      transform: none !important;
      position: relative !important; } }

.single-product .product-wrap:hover .thumbnail-overlay {
  opacity: 1;
  z-index: 2; }

.single-product .product-wrap:hover .product-details {
  opacity: 1;
  transform: none;
  z-index: 2; }

.single-product .product-wrap .product-card__price {
  font-weight: 700; }

.single-product .product-wrap .h2 {
  font-size: 16px;
  font-weight: 700; }
  @media only screen and (min-width: 500px) {
    .single-product .product-wrap .h2 {
      color: var(--only-image-text-color); } }


@media only screen and (min-width: 500px) {
  .single-product .product-card__regular-price {
    color: var(--only-image-text-color); } }


.single-product .product-card__promo-price {
  font-weight: bold; }

.single-product .product_description {
  display: none;
   }
  @media only screen and (min-width: 500px) {
    .single-product .product_description {
      color: var(--only-image-text-color); } }


.product-wrap .secondary {
  display: none; }

.product-wrap:hover .secondary {
  display: block; }



.sidebar {
  margin: none !important; }


.hr-section {
  margin: 0px auto;
  border-style: solid;
  padding: 10px 0; }

.read-more-p {
  position: relative;
  bottom: 20px;
  top: 20px; }
  @media only screen and (max-width: 499px) {
    .read-more-p {
      position: unset;
      text-align: center; } }

.logout.icon-account, .sticky-only .account.icon-account {
  position: relative; }

.sticky-only .logout.icon-account {
  position: relative;
  top: unset !important; }

.site-header_sticky_link.site-header__account {
  padding: 10px 0;
  top: 2px; }


@media only screen and (max-width: 499px) {
  .product-sharing {
    padding: 0 10px 10px; } }

/* GDPR */
.gdrp-content {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 9999;
  align-items: flex-end; }
  @media only screen and (max-width: 499px) {
    .gdrp-content {
      align-items: flex-end; } }
  .gdrp-content .gdpr-wrapper {
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    background: white;
    border-top: solid 1px #ccc;
    transform: translate3D(0, 100%, 0);
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
    .gdrp-content .gdpr-wrapper.active {
      transform: translate3D(0, 0, 0);
      opacity: 1; }

.gdpr-btn {
  background-color: #333;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
  margin-top: 5px;
  font-size: 25px; }

.gdpr-middle-div {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.gdpr-title {
  font-size: 22px;
  font-weight: 700; }

@media only screen and (min-width: 500px) {
  .gdrp-content .gdpr-wrapper {
    margin: 0 auto;
    display: flex;
    padding: 5px 20px; }
  .gdrp-content .gdpr-msg {
    width: calc(80% - 5px);
    padding-right: 15px;
    display: inline-flex;
    flex-direction: column; }
  .gdrp-content .gdpr-submit {
    width: calc(20% - 5px);
    display: inline-flex; }
  .gdrp-content .gdpr-outer-div {
    width: 100%; }
  .gdrp-content .gdpr-middle-div {
    text-align: right; } }

@media only screen and (max-width: 499px) {
  .gdrp-content .gdpr-msg {
    flex: 1 1 auto;
    padding-right: 0px;
    display: inline-flex;
    flex-direction: column; }
  .gdrp-content .gdpr-submit {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .gdrp-content .gdpr-outer-div {
    width: 100%;
    justify-content: center;
    align-self: center; }
  .gdrp-content .gdpr-middle-div {
    text-align: center;
    top: unset;
    transform: none; } }

.delivery-container {
  opacity: 0;
  margin-top: 10px;
  visibility: hidden;
  transition: opacity 0.4s ease-in;
  text-align: left;
  font-size: 14px;
  color: #212B35;
  font-family: inherit;
  line-height: 1.5;
  clear: both;
  font-weight: 400; }
  .delivery-container #timer_delivery {
    font-weight: bold;
    color: var(--color-timer-delivery); }
  .delivery-container #date_delivery {
    font-weight: bold;
    color: var(--color-date-delivery); }
  .delivery-container.active {
    opacity: 1;
    visibility: visible; }

.media-aspect-ratio {
  padding-top: 100%; }
  .media-aspect-ratio source, .media-aspect-ratio video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    max-height: 480px; }

.collection_description {
  padding: 20px 5px !important; }

.product-form input, .product-form select {
  background-color: #ffffff !important;
  border: 1px solid black !important; }

.js-qty input, .js-qty select, .js-qty .js-qty__adjust, .js-qty .js-change-quantity, .product-quantity-box input, .product-quantity-box select, .product-quantity-box .js-qty__adjust, .product-quantity-box .js-change-quantity {
  background-color: #ffffff !important;
  border: 1px solid black !important; }

@media only screen and (max-width: 499px) {
  #CartProducts {
    border-top: 1px solid #eee; }
  #CartProducts .responsive-table__row {
    border-bottom: 1px solid #eee; }
    #CartProducts .responsive-table__row td {
      width: calc(50% - 5px);
      margin: 0 auto;
      float: unset !important;
      vertical-align: middle; }
      #CartProducts .responsive-table__row td .h5 {
        font-size: 14px; }
  .cart-table {
    margin-bottom: 0; }
  .cart__buttons {
    margin-top: 10px; }
  .list--inline.payment-icons {
    text-align: center; } }

html {
  overflow-x: hidden; }
  html::-webkit-scrollbar {
    background: var(--color-scrollbar-background);
    width: 14px;
    height: 14px;
    
    display: none;
     }
  html::-webkit-scrollbar-thumb {
    border: solid 0 transparent;
    border-right-width: 2px;
    border-left-width: 2px;
    -webkit-border-radius: 9px;
    -webkit-border-top-right-radius: 9px 9px;
    -webkit-border-bottom-right-radius: 9px 9px;
    border-radius: 9px;
    border-top-right-radius: 9px 9px;
    border-bottom-right-radius: 9px 9px;
    box-shadow: inset 0 0 0 1px var(--color-scrollbar-thumb), inset 0 0 0 6px var(--color-scrollbar-thumb); }
  html::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 0 1px var(--color-scrollbar-thumb-hover), inset 0 0 0 6px var(--color-scrollbar-thumb-hover); }
  html::-webkit-scrollbar-thumb:horizontal {
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    -webkit-border-top-right-radius: 9px;
    -webkit-border-bottom-right-radius: 9px  9px;
    -webkit-border-bottom-left-radius: 9px 9px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px  9px;
    border-bottom-left-radius: 9px 9px; }
  html::-webkit-scrollbar-track-piece {
    background: transparent none;
    border: solid 4px var(--color-scrollbar-background);
    border-right-width: 6px;
    border-left-width: 6px;
    margin: 4px;
    box-shadow: inset 1px 1px 0 0 var(--color-scrollbar-track-piece), inset -1px -1px 0 0 var(--color-scrollbar-track-piece); }
  html::-webkit-scrollbar-track-piece:horizontal {
    border-right-width: 4px;
    border-bottom-width: 8px; }

.cart__buttons button, #CartContent a.btn, #CartContent a.btn--secondary, #CartContent .shopify-payment-button a.shopify-payment-button__button--unbranded, .shopify-payment-button #CartContent a.shopify-payment-button__button--unbranded {
  max-width: none !important;
  min-height: 50px; }

.product-single__info-wrapper .btn, .product-single__info-wrapper .btn--secondary, .product-single__info-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single__info-wrapper .shopify-payment-button__button--unbranded, .product-single__info-wrapper .btn--secondary {
  max-width: none !important;
  min-height: 50px; }

.blog-sidebar .content-block--small {
  padding: 20px;
  margin-left: 10px; }
  @media only screen and (max-width: 499px) {
    .blog-sidebar .content-block--small {
      padding: 0 20px; } }

.blog-sidebar .list--no-bullets, .blog-sidebar .content-block_text {
  padding-left: 10px;
  border-left: 1px solid #dadada; }

.gd-rgpd-agree {
  font-size: 10px;
  display: block;
  clear: both;
  margin-top: 10px; }

.cgv-check {
  padding: 2px 10px 0 0;
  margin: 0 0 7px 0;
  float: left; }

.sitemap .grid-item {
  margin-bottom: 25px; }

.sitemap .grid-item ul {
  margin-bottom: 20px; }

@media only screen and (max-width: 1059px) {
  .sitemap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    margin-bottom: 25px; } }

.sitemap li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  padding: 20px; }

model-viewer {
  position: absolute;
  width: 100%;
  height: inherit;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.photos__item--main, .photos__item--main .product__photo-container {
  height: inherit; }

.model-modal-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px; }
  .model-modal-btn i {
    width: 40px;
    height: 40px;
    background: #eee;
    display: flex;
    opacity: 0.6;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid;
    font-size: 18px;
    transition: all 0.2s ease-in;
    cursor: pointer; }
  .model-modal-btn:hover i {
    font-size: 22px;
    opacity: 1; }

#ProductModal .modal__close {
  background: black; }
  #ProductModal .modal__close .icon {
    fill: white;
    height: 18px;
    width: 18px; }

.image_parallax, .image_parallax_mob {
  transition: background-position 0.4s ease-out, object-position 0.4s ease-out;
  transition: background-position 0.4s ease-out, object-position 0.4s ease-out, -o-object-position 0.4s ease-out; }
  @media only screen and (max-width: 499px) {
    .image_parallax, .image_parallax_mob {
      background-attachment: scroll !important; } }

#SiteNavParent {
  text-align: center; }

@media only screen and (min-width: 500px) {
  #shopify-section-header-1-line #SiteNavParent.fit-content {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center; } }

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: -webkitfit-content;
  width: -msfit-content;
  width: -mozfit-content; }


