/** Shopify CDN: Minification failed

Line 3193:27 Expected ")" to end URL token

**/
/******************************************************************
Theme Name: Turbo
Theme URI: https://outofthesandbox.com/collections/turbo-theme
Author: Out of the Sandbox (https://outofthesandbox.com)
Description: Shopify Theme (https://www.shopify.com/&ref=out-of-the-sandbox)
******************************************************************/
/* Table of Contents
==================================================
#Variables
#Mixins
#Helper Classes
#Functions
#Grid/layout
#Reset
#Basic Styles
#Breadcrumbs
#Typography
#Links
#Lists
#Menu
#Images
#Placeholders
#Videos
#Buttons
#Tabs
#Product tabs
#Collapsible tab
#Accordions
#Forms
#Contact Form
#Newsletter
#Tables
#Misc
#Testimonials
#FAQ Template
#Team Template
#Logo-list
#Gallery Section
#Ratings
#Recently Viewed
#Search autocomplete
#Search page
#Site Styles
#Header
#Currency / Language switcher
#Swatch Styles
#Sidebar
#Plyr
#Flickity
#Password Page
#Account
#Policy pages
#Product page
#Product Media
#Product Details
#Product Recommendations
#Home page - General
#Home page - Slideshow
#Home page - Search
#Home page - Image with text
#Home page - Divider
#Home page - Quote
#Home page - Rich text and image
#Home page - Featured promotions
#Home page - Featured product
#Home page - Featured collection
#Home page - Image with text overlay
#Home page - Video
#Home page - Newsletter
#Home page - Text column with images
#Font-Face
#Custom Styles */
/* #Variables
================================================== */
/* Responsiveness */
/* The `$breakpoints` list is used to build our media queries.
  - You can use these in the media-query mixin.
*/
/* #Mixins
================================================== */
/* Media query mixin */
/* Responsive Show/Hide Helper */
/* Responsive Text Alignment Helper */
/* #Helper Classes
================================================== */
/* Flexbox */
.is-flex {
  display: flex;
}
.is-inline-flex {
  display: inline-flex;
}
.is-align-start,
.is-align-left {
  align-items: flex-start;
}
.is-align-end,
.is-align-right {
  align-items: flex-end;
}
.is-align-self-end,
.is-align-self-right {
  align-self: flex-end;
}
.is-align-baseline {
  align-items: baseline;
}
.is-align-center {
  align-items: center;
}
.is-align-stretch {
  align-items: stretch;
}
.is-justify-start,
.is-justify-left {
  justify-content: flex-start;
}
.is-justify-end,
.is-justify-right {
  justify-content: flex-end;
}
.is-justify-center {
  justify-content: center;
}
.is-justify-space-around {
  justify-content: space-around;
}
.is-justify-space-between {
  justify-content: space-between;
}
.is-flex-nowrap {
  flex-wrap: nowrap;
}
.is-flex-wrap {
  flex-wrap: wrap;
}
.is-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.is-flex-row {
  flex-direction: row;
}
.is-flex-row-reverse {
  flex-direction: row-reverse;
}
.is-flex-column {
  flex-direction: column;
}
.is-flex-column-reverse {
  flex-direction: column-reverse;
}
/* Flex position order */
.is-order-aligned-left {
  order: -1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-left {
    order: inherit;
  }
}
.is-order-aligned-right {
  order: 1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-right {
    order: inherit;
  }
}
/* Padding helpers */
.has-padding-top {
  padding-top: 20px;
}
.has-padding-bottom {
  padding-bottom: 20px;
}
.has-padding-left {
  padding-left: 20px;
}
.has-padding-right {
  padding-right: 20px;
}
.has-padding {
  padding: 20px;
}
/* Margin helpers */
.has-margin-top {
  margin-top: 20px;
}
.has-margin-bottom {
  margin-bottom: 20px;
}
/* Text alignment */
.text-align-center {
  text-align: center;
}
.text-align-left,
.text-align-start {
  text-align: left;
}
.text-align-left h1, .text-align-left h2, .text-align-left h3,
.text-align-left h1.title,
.text-align-left h2.title,
.text-align-left h3.title,
.text-align-start h1,
.text-align-start h2,
.text-align-start h3,
.text-align-start h1.title,
.text-align-start h2.title,
.text-align-start h3.title {
  text-align: left;
}
.text-align-right,
.text-align-end {
  text-align: right;
}
.text-align-right h1, .text-align-right h2, .text-align-right h3,
.text-align-right h1.title,
.text-align-right h2.title,
.text-align-right h3.title,
.text-align-end h1,
.text-align-end h2,
.text-align-end h3,
.text-align-end h1.title,
.text-align-end h2.title,
.text-align-end h3.title {
  text-align: right;
}
/* Visibility */
.is-hidden {
  display: none !important;
}
.is-visible {
  display: block !important;
}
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}
.is-invisible {
  visibility: hidden !important;
}
@media only screen and (max-width: 798px) {
  .is-hidden-small {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
  .is-hidden-small {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .is-hidden-medium {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .is-hidden-large {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .is-hidden-none-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-hidden-mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1401px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-visible--mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-hidden-offset-mobile-only {
    left: 0 !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}
/* #Functions
================================================== */

/* #Grid/Layout
================================================== */
.index {
  display: flex;
  flex-wrap: wrap;
}
/* Home page sections are set to flex so that half sizes may sit side-by-side */
/* Controls the width and spacing of each section - the class ".shopify-section" is generated by Shopify and applied to each element (along with unique ID) - uses CSS variables which are set in liquid files */
.shopify-section {
  width: 100%;

}
@media only screen and (max-width: 480px) {
  .shopify-section {
    width: 100% !important;
    padding-left: 0 !important; /* Ignores padding set on larger screen sizes */
    padding-right: 0 !important; /* Ignores padding set on larger screen sizes */
  }
}
/* Handles the background color and margins depending on what width has been chosen */
.section {
  max-width: 1280px;

  margin-left: auto;
  margin-right: auto;
}
.section.is-width-wide {
  width: 100%;
  max-width: none;
}
.section-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.section-wrapper .under-menu:nth-child(1) .full-width--true,
.section-wrapper .under-menu:nth-child(1) .full-width--false {
    margin-top: 30px;
  }
.no-js .section-wrapper .under-menu:nth-child(1) .full-width--true,
.no-js .section-wrapper .under-menu:nth-child(1) .full-width--false {
    margin-top: 0;
  }
@media only screen and (max-width: 798px) {
    .section-wrapper .under-menu:nth-child(1) .full-width--true {
      margin-top: 0;
    }
  }
.section-wrapper--product {
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;

  max-width: 100%;
overflow-x: hidden;
}
.section-wrapper--product .section {
  width: 100%;
}
.section-wrapper--product .is-width-wide,
.section-wrapper--collection .is-width-wide,
.section-wrapper--index .is-width-wide,
.section-wrapper--page .is-width-wide {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media only screen and (max-width: 798px) {
  .mobile_nav-fixed--true .section-wrapper {
    display: block;
    margin-top: 62px;
  }
}
@media only screen and (max-width: 798px) {
  .mobile_nav-fixed--true.promo-banner--show .section-wrapper {
    display: block;
    margin-top: 70px;
  }
}
/* Parent container for column elements - uses flexbox, so this container can be made smaller and the columns will shrink in relation */
.container {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.container .column,
.container .columns {
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
}
/* Applies flex styling for columns created using Content Creator */
/*================ Build Base Grid Classes ================*/
.hidden {
  display: none;
}
.visible {
  display: block;
}
/* Base Grid */
.five {
  width: calc(31.25% - 20px);
}
/* Whole */
.one-whole {
  width: calc(100% - 20px);
}
/* Halves */
.one-half {
  width: calc(50% - 20px);
}
/* Thirds */
.one-third {
  width: calc(33.3333333333% - 20px);
}
.two-thirds {
  width: calc(66.6666666667% - 20px);
}
/* Fourths */
.one-fourth {
  width: calc(25% - 20px);
}
.two-fourths {
  width: calc(50% - 20px);
}
.three-fourths {
  width: calc(75% - 20px);
}
/* Fifths */
.one-fifth {
  width: calc(20% - 20px);
}
.two-fifths {
  width: calc(40% - 20px);
}
.three-fifths {
  width: calc(60% - 20px);
}
.four-fifths {
  width: calc(80% - 20px);
}
/* Sixths */
.one-sixth {
  width: calc(16.6666666667% - 20px);
}
.two-sixths {
  width: calc(33.3333333333% - 20px);
}
.three-sixths {
  width: calc(50% - 20px);
}
.four-sixths {
  width: calc(66.6666666667% - 20px);
}
.five-sixths {
  width: calc(83.3333333333% - 20px);
}
/* Sevenths */
.one-seventh {
  width: calc(14.2857142857% - 20px);
}
.two-sevenths {
  width: calc(28.5714285714% - 20px);
}
.three-sevenths {
  width: calc(42.8571428571% - 20px);
}
.four-sevenths {
  width: calc(57.1428571429% - 20px);
}
.five-sevenths {
  width: calc(71.4285714286% - 20px);
}
/* Eighths */
.one-eighth {
  width: calc(12.5% - 20px);
}
.two-eighths {
  width: calc(25% - 20px);
}
.three-eighths {
  width: calc(37.5% - 20px);
}
.four-eighths {
  width: calc(50% - 20px);
}
.five-eighths {
  width: calc(62.5% - 20px);
}
.six-eighths {
  width: calc(75% - 20px);
}
.seven-eighths {
  width: calc(87.5% - 20px);
}
/* Tenths */
.one-tenth {
  width: calc(10% - 20px);
}
.two-tenths {
  width: calc(20% - 20px);
}
.three-tenths {
  width: calc(30% - 20px);
}
.four-tenths {
  width: calc(40% - 20px);
}
.five-tenths {
  width: calc(50% - 20px);
}
.six-tenths {
  width: calc(60% - 20px);
}
.seven-tenths {
  width: calc(70% - 20px);
}
.eight-tenths {
  width: calc(80% - 20px);
}
.nine-tenths {
  width: calc(90% - 20px);
}
/* Twelfths */
.one-twelfth {
  width: calc(8.3333333333% - 20px);
}
.two-twelfths {
  width: calc(16.6666666667% - 20px);
}
.three-twelfths {
  width: calc(25% - 20px);
}
.four-twelfths {
  width: calc(33.3333333333% - 20px);
}
.five-twelfths {
  width: calc(41.6666666667% - 20px);
}
.six-twelfths {
  width: calc(50% - 20px);
}
.seven-twelfths {
  width: calc(58.3333333333% - 20px);
}
.eight-twelfths {
  width: calc(66.6666666667% - 20px);
}
.nine-twelfths {
  width: calc(75% - 20px);
}
.ten-twelfths {
  width: calc(83.3333333333% - 20px);
}
.eleven-twelfths {
  width: calc(91.6666666667% - 20px);
}
/* Offsets */
.offset-by-one {
  left: calc(6.25%);
}
.offset-by-two {
  left: calc(12.5%);
}
.offset-by-three {
  left: calc(18.75%);
}
.offset-by-four {
  left: calc(25%);
}
.offset-by-five {
  left: calc(31.25%);
}
.offset-by-six {
  left: calc(37.5%);
}
.offset-by-seven {
  left: calc(43.75%);
}
.offset-by-eight {
  left: calc(50%);
}
.offset-by-nine {
  left: calc(56.25%);
}
.offset-by-ten {
  left: calc(62.5%);
}
.offset-by-eleven {
  left: calc(68.75%);
}
.offset-by-twelve {
  left: calc(75%);
}
.offset-by-thirteen {
  left: calc(81.25%);
}
.offset-by-fourteen {
  left: calc(87.5%);
}
.offset-by-fifteen {
  left: calc(93.75%);
}
/* Remove gutter on first and last column (must be consistent size) */
.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n) {
  margin-right: 0;
}
.equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .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) {
  margin-left: 0;
}
.equal-columns--outside-trim .one-whole:nth-of-type(1n+1) {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.equal-columns--outside-trim .one-half {
  width: calc(50% - (20px - (20px / 2)));
}
.equal-columns--outside-trim .one-third {
  width: calc(33.3333333333% - (20px - (20px / 3)));
}
.equal-columns--outside-trim .one-fifth {
  width: calc(20% - (20px - (20px / 5)));
}
.equal-columns--outside-trim .one-fourth {
  width: calc(25% - (20px - (20px / 4)));
}
.equal-columns--outside-trim .one-sixth {
  width: calc(16.6666666667% - (20px - (20px / 6)));
}
.equal-columns--outside-trim .one-seventh {
  width: calc(14.2857142857% - (20px - (20px / 7)));
}
/* Remove side gutter on all columns */
.has-no-side-gutter.has-background {
  padding-right: 0px;
  padding-left: 0px;
}
.has-no-side-gutter .one-whole,
.has-no-side-gutter .one-half,
.has-no-side-gutter .one-third,
.has-no-side-gutter .two-thirds,
.has-no-side-gutter .one-fourth,
.has-no-side-gutter .one-fifth,
.has-no-side-gutter .three-fifths,
.has-no-side-gutter .two-fifths,
.has-no-side-gutter .one-sixth,
.has-no-side-gutter .one-seventh,
.has-no-side-gutter .one-eighth {
  margin-right: 0;
  margin-left: 0;
}
.has-no-side-gutter .one-whole {
  width: 100%;
}
.has-no-side-gutter .one-half {
  width: 50%;
}
.has-no-side-gutter .one-third {
  width: 33.3333333333%;
}
.has-no-side-gutter .one-fourth {
  width: 25%;
}
.has-no-side-gutter .one-fifth {
  width: 20%;
}
.has-no-side-gutter .two-fifths {
  width: 40%;
}
.has-no-side-gutter .three-fifths {
  width: 60%;
}
.has-no-side-gutter .one-sixth {
  width: 16.6666666667%;
}
.has-no-side-gutter .one-seventh {
  width: 14.2857142857%;
}
.has-no-side-gutter .one-eighth {
  width: 12.5%;
}
.has-no-side-gutter .two-thirds {
  width: 66.6666666667%;
}
.show {
  display: block !important;
}
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 1024px) {
  .large-down--hidden {
    display: none;
  }
  .large-down--visible {
    display: block;
  }
  /* Base Grid */
  .large-down--one {
    width: calc(6.25% - 20px);
  }
  .large-down--two {
    width: calc(12.5% - 20px);
  }
  .large-down--three {
    width: calc(18.75% - 20px);
  }
  .large-down--four {
    width: calc(25% - 20px);
  }
  .large-down--five {
    width: calc(31.25% - 20px);
  }
  .large-down--six {
    width: calc(37.5% - 20px);
  }
  .large-down--seven {
    width: calc(43.75% - 20px);
  }
  .large-down--eight {
    width: calc(50% - 20px);
  }
  .large-down--nine {
    width: calc(56.25% - 20px);
  }
  .large-down--ten {
    width: calc(62.5% - 20px);
  }
  .large-down--eleven {
    width: calc(68.75% - 20px);
  }
  .large-down--twelve {
    width: calc(75% - 20px);
  }
  .large-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .large-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .large-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .large-down--sixteen {
    width: calc(100% - 20px);
  }
  /* Whole */
  .large-down--one-whole {
    width: calc(100% - 20px);
  }
  /* Halves */
  .large-down--one-half {
    width: calc(50% - 20px);
  }
  /* Thirds */
  .large-down--one-third {
    width: calc(33.3333333333% - 20px);
  }
  .large-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }
  /* Fourths */
  .large-down--one-fourth {
    width: calc(25% - 20px);
  }
  .large-down--two-fourths {
    width: calc(50% - 20px);
  }
  .large-down--three-fourths {
    width: calc(75% - 20px);
  }
  /* Fifths */
  .large-down--one-fifth {
    width: calc(20% - 20px);
  }
  .large-down--two-fifths {
    width: calc(40% - 20px);
  }
  .large-down--three-fifths {
    width: calc(60% - 20px);
  }
  .large-down--four-fifths {
    width: calc(80% - 20px);
  }
  /* Sixths */
  .large-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }
  .large-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }
  .large-down--three-sixths {
    width: calc(50% - 20px);
  }
  .large-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }
  .large-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }
  /* Sevenths */
  .large-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }
  .large-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }
  .large-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }
  .large-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }
  .large-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }
  /* Eighths */
  .large-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .large-down--two-eighths {
    width: calc(25% - 20px);
  }
  .large-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .large-down--four-eighths {
    width: calc(50% - 20px);
  }
  .large-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .large-down--six-eighths {
    width: calc(75% - 20px);
  }
  .large-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  /* Tenths */
  .large-down--one-tenth {
    width: calc(10% - 20px);
  }
  .large-down--two-tenths {
    width: calc(20% - 20px);
  }
  .large-down--three-tenths {
    width: calc(30% - 20px);
  }
  .large-down--four-tenths {
    width: calc(40% - 20px);
  }
  .large-down--five-tenths {
    width: calc(50% - 20px);
  }
  .large-down--six-tenths {
    width: calc(60% - 20px);
  }
  .large-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .large-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .large-down--nine-tenths {
    width: calc(90% - 20px);
  }
  /* Twelfths */
  .large-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }
  .large-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }
  .large-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .large-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }
  .large-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }
  .large-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .large-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }
  .large-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }
  .large-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .large-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }
  .large-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }
  /* Offsets */
  .large-down--offset-by-one {
    left: calc(6.25%);
  }
  .large-down--offset-by-two {
    left: calc(12.5%);
  }
  .large-down--offset-by-three {
    left: calc(18.75%);
  }
  .large-down--offset-by-four {
    left: calc(25%);
  }
  .large-down--offset-by-five {
    left: calc(31.25%);
  }
  .large-down--offset-by-six {
    left: calc(37.5%);
  }
  .large-down--offset-by-seven {
    left: calc(43.75%);
  }
  .large-down--offset-by-eight {
    left: calc(50%);
  }
  .large-down--offset-by-nine {
    left: calc(56.25%);
  }
  .large-down--offset-by-ten {
    left: calc(62.5%);
  }
  .large-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .large-down--offset-by-twelve {
    left: calc(75%);
  }
  .large-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .large-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .large-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  /* Remove gutter on first and last column (must be consistent size) */
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .large-down--four:nth-of-type(4n),
.equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
  /* Remove side gutter on all columns */
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
.equal-columns--outside-trim .large-down--eight.large-down--eight,
.equal-columns--outside-trim .large-down--one-third.large-down--one-third,
.equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
.equal-columns--outside-trim .large-down--four.large-down--four,
.equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
.equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
.equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
.equal-columns--outside-trim .large-down--two.large-down--two {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .large-down--four:nth-of-type(4n),
.equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .large-down--one-whole,
.has-no-side-gutter .large-down--one-half,
.has-no-side-gutter .large-down--eight,
.has-no-side-gutter .large-down--one-third,
.has-no-side-gutter .large-down--two-thirds,
.has-no-side-gutter .large-down--one-fourth,
.has-no-side-gutter .large-down--four,
.has-no-side-gutter .large-down--one-fifth,
.has-no-side-gutter .large-down--three-fifths,
.has-no-side-gutter .large-down--two-fifths,
.has-no-side-gutter .large-down--one-sixth,
.has-no-side-gutter .large-down--one-seventh,
.has-no-side-gutter .large-down--one-eighth,
.has-no-side-gutter .large-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .large-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .large-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .large-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .large-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .large-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .large-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .large-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .large-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .large-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .large-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .large-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--four {
    width: 25%;
  }
  .has-no-side-gutter .large-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .large-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .large-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--hidden {
    display: none;
  }
  .medium-down--visible {
    display: block;
  }
  /* Base Grid */
  .medium-down--one {
    width: calc(6.25% - 20px);
  }
  .medium-down--two {
    width: calc(12.5% - 20px);
  }
  .medium-down--three {
    width: calc(18.75% - 20px);
  }
  .medium-down--four {
    width: calc(25% - 20px);
  }
  .medium-down--five {
    width: calc(31.25% - 20px);
  }
  .medium-down--six {
    width: calc(37.5% - 20px);
  }
  .medium-down--seven {
    width: calc(43.75% - 20px);
  }
  .medium-down--eight {
    width: calc(50% - 20px);
  }
  .medium-down--nine {
    width: calc(56.25% - 20px);
  }
  .medium-down--ten {
    width: calc(62.5% - 20px);
  }
  .medium-down--eleven {
    width: calc(68.75% - 20px);
  }
  .medium-down--twelve {
    width: calc(75% - 20px);
  }
  .medium-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .medium-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .medium-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .medium-down--sixteen {
    width: calc(100% - 20px);
  }
  /* Whole */
  .medium-down--one-whole {
    width: calc(100% - 20px);
  }
  /* Halves */
  .medium-down--one-half {
    width: calc(50% - 20px);
  }
  /* Thirds */
  .medium-down--one-third {
    width: calc(33.3333333333% - 20px);
  }
  .medium-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }
  /* Fourths */
  .medium-down--one-fourth {
    width: calc(25% - 20px);
  }
  .medium-down--two-fourths {
    width: calc(50% - 20px);
  }
  .medium-down--three-fourths {
    width: calc(75% - 20px);
  }
  /* Fifths */
  .medium-down--one-fifth {
    width: calc(20% - 20px);
  }
  .medium-down--two-fifths {
    width: calc(40% - 20px);
  }
  .medium-down--three-fifths {
    width: calc(60% - 20px);
  }
  .medium-down--four-fifths {
    width: calc(80% - 20px);
  }
  /* Sixths */
  .medium-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }
  .medium-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }
  .medium-down--three-sixths {
    width: calc(50% - 20px);
  }
  .medium-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }
  .medium-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }
  /* Sevenths */
  .medium-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }
  .medium-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }
  .medium-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }
  .medium-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }
  .medium-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }
  /* Eighths */
  .medium-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .medium-down--two-eighths {
    width: calc(25% - 20px);
  }
  .medium-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .medium-down--four-eighths {
    width: calc(50% - 20px);
  }
  .medium-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .medium-down--six-eighths {
    width: calc(75% - 20px);
  }
  .medium-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  /* Tenths */
  .medium-down--one-tenth {
    width: calc(10% - 20px);
  }
  .medium-down--two-tenths {
    width: calc(20% - 20px);
  }
  .medium-down--three-tenths {
    width: calc(30% - 20px);
  }
  .medium-down--four-tenths {
    width: calc(40% - 20px);
  }
  .medium-down--five-tenths {
    width: calc(50% - 20px);
  }
  .medium-down--six-tenths {
    width: calc(60% - 20px);
  }
  .medium-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .medium-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .medium-down--nine-tenths {
    width: calc(90% - 20px);
  }
  /* Twelfths */
  .medium-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }
  .medium-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }
  .medium-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .medium-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }
  .medium-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }
  .medium-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .medium-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }
  .medium-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }
  .medium-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .medium-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }
  .medium-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }
  /* Offsets */
  .medium-down--offset-by-one {
    left: calc(6.25%);
  }
  .medium-down--offset-by-two {
    left: calc(12.5%);
  }
  .medium-down--offset-by-three {
    left: calc(18.75%);
  }
  .medium-down--offset-by-four {
    left: calc(25%);
  }
  .medium-down--offset-by-five {
    left: calc(31.25%);
  }
  .medium-down--offset-by-six {
    left: calc(37.5%);
  }
  .medium-down--offset-by-seven {
    left: calc(43.75%);
  }
  .medium-down--offset-by-eight {
    left: calc(50%);
  }
  .medium-down--offset-by-nine {
    left: calc(56.25%);
  }
  .medium-down--offset-by-ten {
    left: calc(62.5%);
  }
  .medium-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .medium-down--offset-by-twelve {
    left: calc(75%);
  }
  .medium-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .medium-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .medium-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  /* Remove gutter on first and last column (must be consistent size) */
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
      margin-right: 0;
    }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
  /* Remove side gutter on all columns */
}
@media only screen and (max-width: 798px) and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
.equal-columns--outside-trim .medium-down--eight.medium-down--eight,
.equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
.equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
.equal-columns--outside-trim .medium-down--four.medium-down--four,
.equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
.equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
.equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
.equal-columns--outside-trim .medium-down--two.medium-down--two {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
.equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .medium-down--one-whole,
.has-no-side-gutter .medium-down--one-half,
.has-no-side-gutter .medium-down--eight,
.has-no-side-gutter .medium-down--one-third,
.has-no-side-gutter .medium-down--two-thirds,
.has-no-side-gutter .medium-down--one-fourth,
.has-no-side-gutter .medium-down--four,
.has-no-side-gutter .medium-down--one-fifth,
.has-no-side-gutter .medium-down--three-fifths,
.has-no-side-gutter .medium-down--two-fifths,
.has-no-side-gutter .medium-down--one-sixth,
.has-no-side-gutter .medium-down--one-seventh,
.has-no-side-gutter .medium-down--one-eighth,
.has-no-side-gutter .medium-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .medium-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .medium-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .medium-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .medium-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .medium-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .medium-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .medium-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .medium-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .medium-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--four {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .medium-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hidden {
    display: none;
  }
  .small-down--visible {
    display: block;
  }
  /* Base Grid */
  .small-down--one {
    width: calc(6.25% - 20px);
  }
  .small-down--two {
    width: calc(12.5% - 20px);
  }
  .small-down--three {
    width: calc(18.75% - 20px);
  }
  .small-down--four {
    width: calc(25% - 20px);
  }
  .small-down--five {
    width: calc(31.25% - 20px);
  }
  .small-down--six {
    width: calc(37.5% - 20px);
  }
  .small-down--seven {
    width: calc(43.75% - 20px);
  }
  .small-down--eight {
    width: calc(50% - 20px);
  }
  .small-down--nine {
    width: calc(56.25% - 20px);
  }
  .small-down--ten {
    width: calc(62.5% - 20px);
  }
  .small-down--eleven {
    width: calc(68.75% - 20px);
  }
  .small-down--twelve {
    width: calc(75% - 20px);
  }
  .small-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .small-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .small-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .small-down--sixteen {
    width: calc(100% - 20px);
  }
  /* Whole */
  .small-down--one-whole {
    width: calc(100% - 20px);
  }
  /* Halves */
  .small-down--one-half {
    width: calc(50% - 20px);
  }
  /* Thirds */
  .small-down--one-third {
    width: calc(33.3333333333% - 20px);
  }
  .small-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }
  /* Fourths */
  .small-down--one-fourth {
    width: calc(25% - 20px);
  }
  .small-down--two-fourths {
    width: calc(50% - 20px);
  }
  .small-down--three-fourths {
    width: calc(75% - 20px);
  }
  /* Fifths */
  .small-down--one-fifth {
    width: calc(20% - 20px);
  }
  .small-down--two-fifths {
    width: calc(40% - 20px);
  }
  .small-down--three-fifths {
    width: calc(60% - 20px);
  }
  .small-down--four-fifths {
    width: calc(80% - 20px);
  }
  /* Sixths */
  .small-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }
  .small-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }
  .small-down--three-sixths {
    width: calc(50% - 20px);
  }
  .small-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }
  .small-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }
  /* Sevenths */
  .small-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }
  .small-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }
  .small-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }
  .small-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }
  .small-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }
  /* Eighths */
  .small-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .small-down--two-eighths {
    width: calc(25% - 20px);
  }
  .small-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .small-down--four-eighths {
    width: calc(50% - 20px);
  }
  .small-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .small-down--six-eighths {
    width: calc(75% - 20px);
  }
  .small-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  /* Tenths */
  .small-down--one-tenth {
    width: calc(10% - 20px);
  }
  .small-down--two-tenths {
    width: calc(20% - 20px);
  }
  .small-down--three-tenths {
    width: calc(30% - 20px);
  }
  .small-down--four-tenths {
    width: calc(40% - 20px);
  }
  .small-down--five-tenths {
    width: calc(50% - 20px);
  }
  .small-down--six-tenths {
    width: calc(60% - 20px);
  }
  .small-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .small-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .small-down--nine-tenths {
    width: calc(90% - 20px);
  }
  /* Twelfths */
  .small-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }
  .small-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }
  .small-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .small-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }
  .small-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }
  .small-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .small-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }
  .small-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }
  .small-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .small-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }
  .small-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }
  /* Offsets */
  .small-down--offset-by-one {
    left: calc(6.25%);
  }
  .small-down--offset-by-two {
    left: calc(12.5%);
  }
  .small-down--offset-by-three {
    left: calc(18.75%);
  }
  .small-down--offset-by-four {
    left: calc(25%);
  }
  .small-down--offset-by-five {
    left: calc(31.25%);
  }
  .small-down--offset-by-six {
    left: calc(37.5%);
  }
  .small-down--offset-by-seven {
    left: calc(43.75%);
  }
  .small-down--offset-by-eight {
    left: calc(50%);
  }
  .small-down--offset-by-nine {
    left: calc(56.25%);
  }
  .small-down--offset-by-ten {
    left: calc(62.5%);
  }
  .small-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .small-down--offset-by-twelve {
    left: calc(75%);
  }
  .small-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .small-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .small-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  /* Remove gutter on first and last column (must be consistent size) */
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .small-down--four:nth-of-type(4n),
.equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
  /* Remove side gutter on all columns */
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
.equal-columns--outside-trim .small-down--eight.small-down--eight,
.equal-columns--outside-trim .small-down--one-third.small-down--one-third,
.equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
.equal-columns--outside-trim .small-down--four.small-down--four,
.equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
.equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
.equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
.equal-columns--outside-trim .small-down--two.small-down--two {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .small-down--four:nth-of-type(4n),
.equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .small-down--one-whole,
.has-no-side-gutter .small-down--one-half,
.has-no-side-gutter .small-down--eight,
.has-no-side-gutter .small-down--one-third,
.has-no-side-gutter .small-down--two-thirds,
.has-no-side-gutter .small-down--one-fourth,
.has-no-side-gutter .small-down--four,
.has-no-side-gutter .small-down--one-fifth,
.has-no-side-gutter .small-down--three-fifths,
.has-no-side-gutter .small-down--two-fifths,
.has-no-side-gutter .small-down--one-sixth,
.has-no-side-gutter .small-down--one-seventh,
.has-no-side-gutter .small-down--one-eighth,
.has-no-side-gutter .small-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .small-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .small-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .small-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .small-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .small-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .small-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .small-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .small-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .small-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .small-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .small-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--four {
    width: 25%;
  }
  .has-no-side-gutter .small-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .small-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .small-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-center {
    text-align: center !important;
  }
}
/*================ Build Grid Push Classes ================*/
/* Can be used on inner div inside container element to apply borders (that maintain the same width as columns) */
.container-border--top::before {
  display: block;
  content: "";
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid var(--border-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: left;
}
@media only screen and (max-width: 480px) {
  .container-border--top::before {
    width: 100%;
  }
}
.container-border--bottom::after {
  display: block;
  content: "";
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid var(--border-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  clear: both;
}
@media only screen and (max-width: 480px) {
  .container-border--bottom::after {
    width: 100%;
  }
}
/* Applied to container elements that need to be smaller than the $site-width */
.narrow-width--true.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* Override the max-width on container element and stretch full screen (wide_display) */
.container.full-width--true,
.full-width--true > .container {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .container.fullWidthMobile--true,
.column.fullWidthMobile--true,
.columns.fullWidthMobile--true {
    width: 100% !important;
    max-width: 100%;
  }
}
/* #Reset & Basics
================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
}
b, strong {
  font-weight: 700;
}
code {
  font-family: monospace, serif;
  font-size: 1em;
}
q {
  quotes: “”‘’;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, input {
  line-height: normal;
}
button, html input[type=button], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body, figure {
  margin: 0;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
/* #Fonts
================================================== */

/* #Basic Styles
================================================== */
*, h1, h2, h3, h4, h5, p, ul, li {
  padding: 0;
  margin: 0;
}
body {
  font-family: var(--regular--font-family), var(--regular--font-fallback-families);
  font-weight: var(--regular--font-weight);
  font-style: var(--regular--font-style);
  font-size: calc(var(--regular-font-size) * 1px);
  text-transform: var(--regular-font-style);
  color: var(--regular-color);
  line-height: 1.6em;
  overflow: auto;
  background-color: var(--shop-bg-color);
}
body {
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
    }
body {
      background-repeat: var(--repeat-bg);
    }
body {
        background-attachment: fixed;
      }
body.blocked-scroll {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
body.blocked-overflow {
  overflow: hidden;
}
::selection {
  background: #FFF7B6;
  color: black;
}
details summary::-webkit-details-marker {
  display: none;
}
/* Theme editor */
/* Lazyloading styles */
.transition--appear {
    opacity: 0;
    transition: opacity 0s !important; /* !important is to override the fade-in transition on product img */
  }
.transition--appear.lazyloaded {
    opacity: 1;
  }
.transition--fade-in {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
.transition--fade-in.lazyloaded {
    opacity: 1;
  }
.transition--blur-up {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    filter: blur(5px);
    transform: translate3d(0, 0, 0);
    transition: filter 200ms;
  }
.transition--blur-up.lazyloaded {
    filter: none;
    transform: scale(1);
  }
.transition--color {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
.transition--color.lazyloaded {
    opacity: 1;
  }
img[data-sizes=auto].lazyloaded {
  height: auto;
}
img[data-sizes=auto],
img[data-sizes="100vw"] {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* Ensures that small images are not stretched larger */
.image-element__wrap {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.image-element__wrap img {
  height: auto;
}
/* #Typography
================================================== */
.logo,
.header__logo {
  font-family: var(--logo--font-family), var(--logo--font-fallback-families);
  font-weight: var(--logo--font-weight);
  font-style: var(--logo--font-style);
  font-size: calc(var(--logo-font-size) * 1px);
  text-transform: var(--logo-font-style);
  line-height: 1.2em;
}
.logo,
.header__logo {
    line-height: 0;
  }
.logo a span,
.header__logo a span {
  color: var(--logo-color);
}
/*  Headings  */
h1 {
  font-family: var(--headline--font-family), var(--headline--font-fallback-families);
  font-weight: var(--headline--font-weight);
  font-style: var(--headline--font-style);
  text-transform: var(--headline-font-style);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: calc(var(--headline-letter-spacing) * 1px);
  text-rendering: optimizeLegibility;
  margin: 0 auto 15px;
  clear: both;
  font-weight: var(--headline--font-weight);
  padding-top: 4px;
}
h1 a:link, h1 a:visited {
  font-weight: inherit;
  color: var(--headline-color);
}
h1 a:hover, h1 a:active {
  color: var(--link-color);
}
h2,.h2, h2.title {

  font-family: var(--font_primary);

  font-weight: 600;
  font-style: var(--headline--font-style);
  text-transform: var(--headline-font-style);

  line-height: 48px;

  color: var(--color-neutral-80);
  display: block;
  letter-spacing: calc(var(--headline-letter-spacing) * 1px);
  text-rendering: optimizeLegibility;

  font-size: 40px;
  margin-bottom: 0.75em;
}
h2 a,
.h2 a,
h2.title a {
  font-weight: inherit;
}
.cart h2 {
  margin-top: 0;
}
h3,
.h3 {
  font-family: var(--headline--font-family), var(--headline--font-fallback-families);
  font-weight: var(--headline--font-weight);
  font-style: var(--headline--font-style);
  text-transform: var(--headline-font-style);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: calc(var(--headline-letter-spacing) * 1px);
  text-rendering: optimizeLegibility;
  margin: 0 auto 15px 0;
}
h3 a,
h3 a:visited,
.h3 a,
.h3 a:visited {
  font-weight: inherit;
  color: var(--headline-color);
}
h3.title,
.h3.title {
  line-height: 1.25;
  margin: 0 auto 15px;
  clear: both;
  padding-top: 4px;
}
h3.title a,
h3.title a:visited,
.h3.title a,
.h3.title a:visited {
  color: var(--headline-color);
}
h4,
.h4 {
  font-family: var(--headline--font-family), var(--headline--font-fallback-families);
  font-weight: var(--headline--font-weight);
  font-style: var(--headline--font-style);
  text-transform: var(--headline-font-style);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: calc(var(--headline-letter-spacing) * 1px);
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
}
h4 a,
.h4 a {
  font-weight: inherit;
}
h4.title a,
.h4.title a {
  border: 0;
  padding: 0;
  margin: 0;
}
h5,
.h5 {
  font-family: var(--headline--font-family), var(--headline--font-fallback-families);
  font-weight: var(--headline--font-weight);
  font-style: var(--headline--font-style);
  text-transform: var(--headline-font-style);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: calc(var(--headline-letter-spacing) * 1px);
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
}
h5 a,
.h5 a {
  font-weight: inherit;
}

.empty_cart,
.promo-banner,
.title {
  font-family: var(--headline--font-family), var(--headline--font-fallback-families);
  font-weight: var(--headline--font-weight);
  font-style: var(--headline--font-style);
  text-transform: var(--headline-font-style);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: calc(var(--headline-letter-spacing) * 1px);
  text-rendering: optimizeLegibility;
}
.title.center.blog a {
  color: var(--headline-color);
}
/*  Content  */
p img {
  margin: 0;
}
i,
em {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
/* Add default spacing to allow room for stars (from Shopify review app) */
/* Add spacing below review stars (from Shopify review app) */
/* Feature divider variables */
/*  Blockquotes  */
/* #Breadcrumbs
================================================== */

.article-pagination {
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 798px) {

.article-pagination {
    margin-top: 0;
  }
}

.article-pagination .breadcrumb-divider {
  color: var(--link-color);
  margin: 0 5px;
}
/* #Links
================================================== */
a,
a:visited,
a span {
  color: var(--link-color);
  text-decoration: none;
  position: relative;
  transition: color 0.1s linear;
}
a:hover,
a:focus {
  color: var(--link-hover-color);
}
a,
button,
input,
select,
textarea,
label,
summary {
  touch-action: manipulation;
}
/* #Lists
================================================== */
ul {
  margin-bottom: 20px;
}
ul ul {
  margin: 4px 0 5px 30px;
}
ul ul li {
  margin-bottom: 6px;
}
ul li {
  margin-bottom: 12px;
}
ul {
  list-style: disc outside;
}
ul.none {
  list-style: none outside;
  margin-left: 0;
}
/* #Menu
================================================== */
.header {
  position: relative;
  z-index: 1000;
  width: 100%;
  top: 0;
}
.header select.currencies {
  color: var(--nav-color);
  text-shadow: none;
}
.header div.container {
  padding-bottom: 5px;
  padding-top: 5px;
}
body.is-active {
  overflow-y: hidden;
  height: 100vh;
}
body.is-active #header {
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#header.mobile_nav-fixed--true,
.mobile_nav-fixed--false.is-active #header {
  position: fixed;
  z-index: 1991;
  width: 100%;
  top: 0;
  left: 0;
}
#header {
  display: none;
  pointer-events: all;
}
#header .top-bar {
  text-align: center;
  display: flex;
  align-items: center;
}
#header .top-bar a.right {
  left: auto;
  right: 15px;
  font-size: 20px;
  padding-top: 8px;
  top: 4px;
  z-index: 1;
}
#header .top-bar a.mobile_nav {
  display: flex;
  align-items: center;
  z-index: 1;
}
#header .top-bar > a,
#header .top-bar > a:visited,
#header .top-bar > a:active {
  display: block;
  font-size: 25px;
}
#header .top-bar a span {
  color: var(--top-bar-color);
  display: inline-block;
  padding-left: 4px;
  position: relative;
}
#header .top-bar a.icon-bag:before,
#header .top-bar a.icon-cart:before {
  font-size: 18px !important;
}
.nav ul.mobile_menu li a {
  display: inline-block;
}
/*  Mobile nav  */
#header .mobile_nav.dropdown_link {
  width: 25%;
}
#header .mobile_nav.dropdown_link span.menu_title {
  position: absolute;
  left: 40px;
}
.mobile_nav {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mobile_nav div {
  flex-shrink: 0;
  width: 33px;
  height: 20px;
  position: relative;
  float: left;
  margin: 0 8px 0 5px;
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
}
.mobile_nav div span {
  display: block !important;
  position: absolute !important;
  height: 3px !important;
  width: 100%;
  background: var(--top-bar-color);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  padding: 0 !important;
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
}
.mobile_nav div span:nth-child(1) {
  top: 0px;
}
.mobile_nav div span:nth-child(2),
.mobile_nav div span:nth-child(3) {
  top: 10px;
}
.mobile_nav div span:nth-child(4) {
  top: 20px;
}
.mobile_nav div.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.mobile_nav div.open span:nth-child(2) {
  transform: rotate(45deg);
}
.mobile_nav div.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile_nav div.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
#mobile_menu {
  margin: 10px 20px;
}
#mobile_menu .sublink ul {
  display: none;
  margin-left: 0;
  padding-left: 10px;
}
#mobile_menu li {
  display: block;
  padding-right: 0;
  padding-left: 0;
}
#mobile_menu li a span.icon-down-arrow {
  padding: 0 15px !important;
  color: inherit;
}
.mobile-menu-item-title {
  display: inline-block;
}
/* Currency / language switcher on mobile */
.mobile-disclosure-link {
  cursor: pointer;
}
.mobile-menu__disclosure .selectors-form__wrap {
  justify-content: center;
  flex-direction: column;
}
.mobile-menu__disclosure .selectors-form__item {
  margin-left: 0;
}
.mobile-menu__disclosure .selectors-form__item:first-of-type .disclosure__toggle {
  border-top: none;
}
.mobile-menu__disclosure button.disclosure__button {
  justify-content: flex-start;
  font-size: calc(var(--top-bar-font-size) * 1px);
  color: var(--nav-color);
  padding-left: 0;
  min-height: 0;
  height: unset;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.9em;
}
.mobile-menu__disclosure button.disclosure__button:hover, .mobile-menu__disclosure button.disclosure__button:focus {
  color: var(--nav-color-hover);
}
.feature_image.editor-hover--true .main-nav,
.feature_image.editor-hover--true .dropdown {
  clear: both;
  transition: all 0.2s linear;
  animation: fadeIn 0.2s linear none;
}
.feature_image.editor-hover--true .main-nav,
.feature_image.editor-hover--true .dropdown {
    background: var(--header-bg-color);
  }
.cart-container {
  float: right;
}
p.cart-message a {
  display: inline-block;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  background-color: var(--top-bar-bg-color);
}
.top-bar .social_icons {
  margin: 0;
  padding-left: 10px;
}
.top-bar .social_icons li {
  padding: 5px;
}
.top-bar a {
  display: flex;
  align-items: center;
}
.top-bar ul.social_icons a {
  display: inline;
  flex: none;
}
.top-bar .top-bar--right {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 40px;
}
.top-bar .top-bar--right .icon-search {
  height: 100%;
  z-index: 10;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  color: var(--top-bar-color);
}
.top-bar .top-bar--right .icon-search:before {
  margin-left: 0;
  font-size: 18px;
}
.top-bar .top-bar--right .icon-search:visited {
  color: var(--top-bar-color);
}
.top-bar .top-bar--right .icon-search:hover, .top-bar .top-bar--right .icon-search:focus, .top-bar .top-bar--right .icon-search:active {
  color: var(--top-bar-color-hover);
}
.top-bar .top-bar--right .cart-container {
  display: inline-block;
}
.top-bar .mini-cart__item-title a {
  display: block;
}
.top-bar .mini-cart__item-title span {
  color: var(--regular-color);
}
.top-bar .mini-cart__item-title .sale {
  color: var(--sale-color);
  margin-right: 3px;
}
.top-bar .mini-cart__item-title .was_price {
  color: var(--was-price-color);
}
.top-bar--right-menu {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
}
.main-nav,
.dropdown {
  clear: both;
  transition: all 0.2s linear;
  animation: fadeIn 0.2s linear none;
}
.main-nav,
.dropdown {
    background: var(--header-bg-color);
  }
.feature_image .main-nav,
.feature_image .dropdown {
    background: transparent;
  }
.is-active .sticky_nav {
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.nav--combined {
  width: 100%;
  display: flex;
}
.nav--combined.center {
  justify-content: center;
}
.nav--combined.align_right {
  justify-content: flex-end;
}
.combined-menu-container {
  width: 100%;
  display: flex;
  column-gap: 13px;
}
.center .combined-menu-container {
  justify-content: center;
}
.align_right .combined-menu-container {
  justify-content: flex-end;
}
.sticky_nav {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 35;
  top: 0;
  left: 0;
  padding: 0;
  transform: translateY(-100%);
  opacity: 0;
}
.sticky_nav .main-nav {
  flex-wrap: nowrap;
  padding: 0 0 0 20px;
}
.sticky_nav .nav--left {
  padding-left: 20px;
}
.sticky_nav .nav--combined ul.menu {
  padding: 0 20px;
}
.sticky_nav ul.menu {
  font-size: calc(var(--nav-font-size) * 1px);
  padding-bottom: 0 !important; /* Override non-sticky menu padding */
}
.sticky_nav .header__logo {
  padding: 12px 0;
}
.sticky_nav .menu-position--block.search-enabled--true .nav.nav--center {
  padding-left: 0;
}
.sticky_nav .menu-position--block .header__logo {
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
.sticky_nav .menu-position--inline.logo-position--center.search-enabled--false .nav--right {
  width: calc(45% - 70px);
}
.sticky_nav .menu-position--inline.logo-position--center .nav--right {
  width: calc(45% - 130px);
}
.sticky_nav .header__logo span {
  color: var(--nav-color);
}
.sticky_nav .search-container {
  max-width: 60px;
  padding: 12px 0;
}
.sticky_nav .search-container a {
  padding: 0 20px;
  color: var(--nav-color);
}
.sticky_nav .mini_cart {
  font-size: 18px;
  padding: 12px;
  align-items: center;
}
.sticky_nav .mini_cart:before {
  margin: 0;
}
.sticky_nav .mini_cart .cart_count {
  margin: 0;
  padding: 0 0 0 8px;
}
.sticky_nav[data-animation] {
  display: block;
  transition: opacity 100ms ease-in-out, transform 100ms ease-in-out;
}
.sticky_nav[data-animation-state=open] {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 798px) {
  .sticky_nav--stick {
    display: none;
  }
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.menu {
  flex: 1 1 auto;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
.menu li {
  margin: 0;
  border: 0;
  display: inline-block;
}
.menu-position--inline {
  flex-wrap: nowrap;
}
.menu-position--inline .header__logo {
  width: 100%;
}
.menu-position--block.search-enabled--true .nav.nav--center {
  padding-left: 200px;
}
.menu-position--block .header__logo {
  width: 100%;
  max-width: none; /* Undo max-width so menu appears below logo */
}
.top-bar__menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar__menu li {
  margin: 0;
  padding: 0;
}
.top-bar__menu .icon-user {
  padding: 0;
}
.header__logo {
  width: auto;
  line-height: 1;
  margin-left: 20px;
  margin-right: 20px;
}
.header__logo a {
  display: inline-block;
}
.header__logo img,
.header__logo span.header__logo-text {
  width: 100%;
  display: inline-block;
  color: var(--logo-color);
}
.logo-alignment--left.menu-position--block .header__logo {
  padding-right: 0;
  padding-left: 0;
}
.logo-alignment--center .header__logo {
  text-align: center;
}
.logo-position--left .header__logo {
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
}
.logo-position--center.menu-position--block .header__logo {
  margin: 0;
}
.logo-position--center.search-enabled--true .nav--right {
  width: calc(45% - 220px); /* Includes 20px to account for padding on search container */
}
.logo-position--center.menu-position--inline .nav--left {
  width: 45%;
}
.menu-position--inline.logo-position--center.search-enabled--false .nav--right {
  width: 45%;
}
.cart-container .mini_cart {
  display: flex;
  justify-content: center;
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--nav--font-weight);
  font-style: var(--nav--font-style);
  font-size: calc(var(--top-bar-font-size) * 1px);
  color: var(--top-bar-color);
  letter-spacing: calc(var(--top-bar-letter-spacing) * 1px);
  width: 70px;
  max-width: 70px;
  white-space: nowrap;
}
.cart-container .mini_cart .cart_count {
  color: inherit;
}
@media only screen and (max-width: 480px) {
  .cart-container .mini_cart {
    width: 50px;
    max-width: 50px;
  }
}
.search-container {
  width: 100%;
  max-width: 200px;
  padding-left: 20px;
}
.search-container .search-link {
  display: none;
}
.search-container input {
  z-index: 29;
}
.nav ul li a.sub-menu {
  padding: 10px 4px 10px 4px;
  z-index: 1001;
}
.nav ul li:hover a.sub-menu {
  color: var(--nav-color);
}
.menu a,
.menu a:visited,
.menu a span,
select.currencies {
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--nav--font-weight);
  font-style: var(--nav--font-style);
  font-size: calc(var(--nav-font-size) * 1px);
  text-transform: var(--nav-font-style);
  color: var(--nav-color);
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: block;
  letter-spacing: calc(var(--nav-letter-spacing) * 1px);
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 798px) {
  .menu a,
.menu a:visited,
.menu a span,
select.currencies {
    font-size: calc(var(--top-bar-font-size) * 1px);
  }
}
.menu a:hover, .menu a:active {
  color: var(--nav-color-hover);
}
#header span.menu_title,
.menu a span, select.currencies,
.mini_cart span {
  padding-left: 5px;
  padding-right: 5px;
}
#header span.menu_title {
  cursor: pointer;
  height: 40px;
  line-height: 20px;
  margin-top: -2px;
}
.menu li {
  vertical-align: top;
  padding-right: 10px;
}
.shopify-currency-form {
  margin-bottom: 0;
}
select.currencies {
  height: 40px;
  min-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  background-image: url(var(--rm-top-bar-background-color));
}
@media only screen and (max-width: 798px) {
  select.currencies {
    font-size: 16px;
  }
}
#mobile_menu select.currencies {
  padding-left: 0;
}
.top-bar li {
  padding-left: 10px;
  padding-right: 10px;
}
.top-bar .social_icons a {
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.top-bar .top-bar__menu a,
.top-bar .social_icons a,
.top-bar .mobile-menu-title {
  padding: 0;
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--nav--font-weight);
  font-style: var(--nav--font-style);
  font-size: calc(var(--top-bar-font-size) * 1px);
  color: var(--top-bar-color);
  letter-spacing: calc(var(--top-bar-letter-spacing) * 1px);
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: var(--top-bar-color);
  text-transform: var(--nav-font-style);
}
.top-bar .top-bar__menu a:visited,
.top-bar .social_icons a:visited,
.top-bar .mobile-menu-title:visited {
  color: var(--top-bar-color);
}
.top-bar .top-bar__menu a:hover, .top-bar .top-bar__menu a:focus, .top-bar .top-bar__menu a:active,
.top-bar .social_icons a:hover,
.top-bar .social_icons a:focus,
.top-bar .social_icons a:active,
.top-bar .mobile-menu-title:hover,
.top-bar .mobile-menu-title:focus,
.top-bar .mobile-menu-title:active {
  color: var(--top-bar-color-hover);
}
/*  Mini cart  */
.mini_cart,
.nav a.mini_cart {
  float: right;
  text-align: center;
  cursor: pointer;
  background-color: var(--top-bar-cart-bg-color);
  padding-left: 5px;
  padding-right: 5px;
  z-index: 2001;
}
@media only screen and (min-width: 799px) {
  .mini_cart,
.nav a.mini_cart {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 798px) {
  .mini_cart,
.nav a.mini_cart {
    right: 0;
  }
}
.cart-container li.mini-cart__item {
  display: flex;
  justify-content: space-between;
}
.top-bar a.mini_cart span {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}
a.tos_icon,
.cart_content a.tos_icon {
  font-size: 13px;
  color: var(--link-color);
}
a.tos_icon:visited,
.cart_content a.tos_icon:visited {
  color: var(--link-color);
}
a.tos_icon:hover,
.cart_content a.tos_icon:hover {
  color: var(--link-hover-color);
}
.cart_content__continue-shopping {
  display: none;
}
.mini_cart span {
  display: inline-block;
}
.cart-container .cart_content {
  display: none;
}
.active_link {
  pointer-events: all;
}
.cart-container.active_link .cart_content {
  display: block;
  overflow-y: auto;
  max-height: calc(90vh - 100px);
}
body ::-webkit-scrollbar {
  width: 4px;
}
/* Track */
body ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F5F5F6;
  border-radius: 10px;
}

/* Handle */
body ::-webkit-scrollbar-thumb {
  background: #39C6D4;
  background: var(--secondary-light-50-color);
  border-radius: 10px;
}
/* Handle on hover */
body ::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-light-70-color);
}
.cart-container.active_link .cart_content::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
  width: 7px;
}
.cart-container.active_link .cart_content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.cart_content .product-quantity-box {
  margin: 15px 0 0;
  width: 130px;
}
.cart_content .product-plus.is-disabled,
.cart_content .product-minus.is-disabled {
  pointer-events: none;
}
.cart_content .product-quantity-box .quantity {
  padding: 0 5px;
  /* width: 30%; */
  min-height: 30px;
  height: 30px;
}
.cart_content .product-quantity-box .product-plus {
  font-size: 13px;
  line-height: 30px;
  height: 30px;
}
.cart_content .product-quantity-box .product-minus {
  font-size: 13px;
  line-height: 30px;
  height: 30px;
}

.nav .product-quantity-box .product-minus,
.nav .product-quantity-box .product-plus {
  padding-right: 0;
}
.product-quantity-box .product-plus {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
.product-quantity-box .product-minus {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
.product-quantity-box .product-plus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
.product-quantity-box .product-minus {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
.cart-container.active_link .mini_cart,
.cart-container.active_link .mini_cart span {
  background-color: var(--minicart-bg-color);
  color: var(--regular-color) !important;
}
.cart_content {
  top: 40px;
  right: 0;
  position: absolute;
  z-index: 2000;
  background-color: var(--minicart-bg-color);
  font-family: var(--regular--font-family), var(--regular--font-fallback-families);
  font-weight: var(--regular--font-weight);
  font-style: var(--regular--font-style);
  text-transform: var(--regular-font-style);
  color: var(--regular-color);
  border: 1px solid var(--border-color);
  border-top: 0;
  border-right: 0;
  width: 100%;
  max-width: 320px;
}
@media only screen and (min-width: 799px) {
  .cart_content {
    max-width: 420px;
  }
}
div.cart_content form {
  margin: 15px 0 0 0;
  padding: 0;
}
.mini-cart__item.animated,
.cart__item.animated {
  animation-duration: 0.7s;
}
.cart_content li.mini-cart__item {
  position: relative;
}
.cart_content li.mini-cart__item a.cart__remove-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.cart_content li.mini-cart__item a.cart__remove-btn:active {
  position: absolute;
}
.cart_content li.mini-cart__item a.cart__remove-btn span {
  color: var(--regular-color);
}
.cart_content li.mini-cart__item a.cart__remove-btn .remove-icon {
  margin-left: 0;
}
.cart_content li.mini-cart__item a.cart__remove-btn .remove-icon:before {
  font-size: 25px;
}
#header .top-bar a span.remove-icon {
  color: var(--regular-color);
}
#header li.mini-cart__item a.cart__remove-btn {
  top: 0;
}
/* Mini cart */
.mini-cart__item-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
}
.mini-cart__item-price {
  padding-top: 10px;
  line-height: 1;
  font-weight: bold;
}
.mini-cart__unit-price {
  margin: 0;
  font-size: 0.925em;
}
.mini-cart__item-title {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.cart__item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  /* border-bottom: 1px solid var(--border-color); */
}
@media only screen and (max-width: 798px) {
  .cart__item--content {
    margin-left: 20px;
  }
}
.cart_discounts {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  text-align: left;
  font-size: 14px;
  color:#3b4148;
  margin: 0 0 2px 0;
}
@media only screen and (min-width: 799px) {
  .cart_discounts {
    font-size: 14px;
    margin: 0 0 4px 0;
  }
}
.cart_discounts .cart_discounts--title {
  width: 60%;
  margin-right: 20px;
  color: #202024;
}
.cart_discounts .cart_discounts--price {
  width: calc(40% - 20px);
  text-align: right;
  color: #202024;
}
.cart__remove-btn {
  margin-left: 8px
}

.cart__remove-btn span.remove-icon {
  color: var(--regular-color);
}
.cart__remove-btn:hover span, .cart__remove-btn:active span {
  color: var(--link-hover-color);
}
.cart__remove-btn .remove-icon {
  margin-left: 5px;
}
.cart__remove-btn .remove-icon:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 1em;
  display: block;
  content: "×";
}
.cart .cart_subtotal {
  font-weight: bold;
  font-size: larger;
  margin-bottom: 2px;
}
.cart .cart_subtotal .money {
  font-weight: 700;
  font-size: 20px;
}
.cart_content .cart_subtotal {
  text-align: left;
  font-weight: bold;
}
.cart_content a,
.cart_content a:visited,
.cart_content a:hover,
.cart_content a .price,
.cart_content a .price span {
  color: var(--regular-color) !important;
}
.cart_content a .price span {
  padding-left: 5px;
}
.cart_content ul {
  list-style: none;
  margin: 0;
  padding: 15px 20px;
}
.cart_content ul li {
  padding-left: 0;
  padding-right: 0;
}
.cart_content ul li:empty {
  margin-bottom: 0;
}
.cart_content ul li .cart_discounts--title {
  text-align: left;
}
.cart_content ul li {
  list-style: none;
  clear: both;
}
.mini_cart,
.top-bar [class^=icon-]:before,
.top-bar [class*=" icon-"]:before {
  margin-right: 0;
}
.menu ul li .mini_cart span {
  padding-left: 5px;
  top: -1px;
}
.dropdown_container {
  clear: both;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 798px) {
  .dropdown_container {
    position: relative;
    bottom: initial; /* Reset default bottom positioning */
  }
}
.dropdown_container img {
  max-width: 100%;
}
.dropdown {
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.dropdown_content {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.mega-menu .dropdown_content {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}
.mega-menu__richtext,
.mega-menu__image-caption-link {
  padding: 0 5px;
}
.mega-menu__richtext a,
.mega-menu__richtext a:active,
.mega-menu__richtext a:hover {
  display: inline-block;
  text-transform: none;
  padding: 0;
}
.mega-menu__image-caption-link {
  text-align: center;
  margin-bottom: 10px;
}
.mega-menu__image-caption-link a,
.mega-menu__image-caption-link a:visited,
.mega-menu__image-caption-link a:active,
.mega-menu__image-caption-link a:hover {
  text-transform: none;
  display: block;
}
.mega-menu__image-caption,
.mobile-mega-menu__image-caption {
  margin: 10px 0;
}
.dropdown_content a p,
.mobile-mega-menu a p {
  padding: 0;
}
.dropdown_content p,
.mobile-mega-menu p {
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-size: calc(var(--nav-font-size) * 1px);
  font-style: var(--nav--font-style);
  color: var(--nav-color);
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: block;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  margin-bottom: 0;
}
.dropdown_content p,
.dropdown_content a,
.dropdown_content a:hover,
.dropdown_content a:active {
  font-size: calc(var(--mega-text-font-size) * 1px);
  letter-spacing: calc(var(--mega-text-letter-spacing) * 1px);
}
.dropdown_column__menu + .dropdown_column__menu {
  margin-top: 10px;
}
.dropdown_column {
  display: table-cell;
  padding: 15px 20px 30px 20px;
  width: 16.666%;
  vertical-align: top;
}
.dropdown_column img {
  max-width: 100%;
}
.dropdown_column ul {
  margin: 0;
  padding: 0;
}
.dropdown_column ul.dropdown_title {
  border-bottom: solid 1px var(--nav-color);
  padding-bottom: 10px;
}
.mega-menu .dropdown_column {
  width: 100%;
  padding: 15px 20px 30px 20px;
}
.mega-menu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.dropdown_column li {
  display: block;
}
.dropdown_column li a,
.dropdown_column li a:hover,
.dropdown_column li a:active {
  padding-bottom: 0;
  text-transform: none;
}
select.currencies {
  border: 0 !important;
  background-color: transparent;
  margin-bottom: 0 !important;
  min-width: 65px;
  outline: 0;
  background-position: 96.5% 55%;
  background-size: 18px 12px;
  text-shadow: none !important;
  box-shadow: none !important;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
          appearance: none;
}
select.currencies:active {
  border: 0;
  outline: 0;
  text-shadow: 0;
  box-shadow: 0;
}
select.currencies option {
  color: var(--nav-color);
}
select.currencies option {
    background: var(--header-bg-color);
  }
.menu li.currencies {
  padding: 0;
}
.sidebar .newsletter form {
  width: 100%;
}
.blog_search {
  position: relative;
}
/* Filter collections */

.faceted-filter-form .x-icon {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 15px;
  height: 15px;
  margin: 0 2px 0 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  font-style: normal;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: middle;
  top: -1px;
}

.faceted-filter-form .x-icon:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  content: "×";
  text-align: center;
}
::-webkit-input-placeholder {
  color: #888;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #888;
}
/* Sub Collections */
.list-collections-wrapper img[src*="/no-image"] ~ .thumbnail-overlay .collection-details {
  opacity: 1;
  transform: none;
}
.list-collections-wrapper .product-wrap:hover .collection-details {
    opacity: 1;
    transform: none;
  }
.list-collections-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;
  }
.blog-header {
  margin-bottom: 5px;
}
@media only screen and (max-width: 798px) {
  .blog-header .blog-title {
    width: 100%;
    margin-bottom: 0;
  }
}
/* Blog Article Styling */
.article .icon-slash {
  padding-right: 5px;
}
/* Styles for blog, collections */
/* #Images
================================================== */
/*
  The purpose of the below declaration is to make sure images don't
  exceed the width of columns they are put into when resizing window.
  Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
  so the best solution is to individually call these properties on images that
  are children of the grid that you want to resize with grid.
*/

.article img,
.section img,
.page img,
.logo img,
.cart_image img,
.footer img,
#target img,
.column img,
.columns img {
  max-width: 100%;
  height: auto;
}
/* #Placeholders
================================================== */

.placeholder-svg--video {
  height: 500px;
}
@media only screen and (max-width: 798px) {

.placeholder-svg--video {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {

.placeholder-svg--video {
    height: 250px;
  }
}
/* #Videos
================================================== */
.video-wrapper {
  position: relative;
  background-color: var(--shop-bg-color);
  /* Allows users to click embedded iframe ui when video paused */
}
.video-wrapper .video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  pointer-events: none;
}
.video-wrapper.darken-video--true .video__overlay {
  background: rgba(0, 0, 0, 0.3);
}
.video-wrapper .plyr--video.plyr--paused .plyr__video-embed iframe {
  z-index: 5;
}
.video-wrapper .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}
.video-wrapper.play-button-icon--visible .plyr--paused .plyr__control--overlaid {
  display: block;
  opacity: 1;
}
.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}
.video-wrapper .video__text-container {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}
.video-wrapper .video__text-wrapper {
  margin: 0;
  padding: 30px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 798px) {
  .video-wrapper {
    display: flex;
    flex-direction: column;
  }
}
/* #Buttons
================================================== */
.global-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  padding: 13px 20px;
  text-align: center;
  line-height: 1.2;
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--button-weight);
  font-style: var(--nav--font-style);
  font-size: calc(var(--button-font-size) * 1px);
  text-transform: var(--button-font-style);
  letter-spacing: calc(var(--nav-letter-spacing) * 1px);
  word-break: break-word;
  cursor: pointer;
  transition: all 0.2s linear;
  border-color: var(--button-color-border, var(--btn-color));
  background: var(--button-color-background, var(--btn-color));
  color: var(--button-color-text, var(--btn-text-color));
}
.global-button {
    border-radius: 3px;
  }
.global-button {
    border-radius: 100px;
  }
.global-button {
    border-radius: 0;
  }
.global-button:visited {
  color: var(--button-color-text, var(--btn-text-color));
}
.global-button:hover:not([disabled]), .global-button:active {
  background: var(--button-color-background-hover, var(--button-color-background, var(--btn-hover-color)));
  border-color: var(--button-color-border-hover, var(--button-color-border, var(--btn-hover-color)));
  color: var(--button-color-text-hover, var(--button-color-text, var(--btn-text-color)));
}
.global-button:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0;
}
.global-button[disabled] {
  cursor: not-allowed;
}
@media only screen and (max-width: 480px) {
  .global-button--primary-mobile {
    --button-color-border: var(--btn-color);
    --button-color-background: var(--btn-color);
    --button-color-text: var(--btn-text-color);
    --button-color-border-hover: var(--btn-hover-color);
    --button-color-background-hover: var(--btn-hover-color);
    --button-color-text-hover: var(--btn-text-color);
  }
  .global-button--secondary-mobile {
    --button-color-border: var(--btn-color);
    --button-color-background: transparent;
    --button-color-text: var(--btn-color);
    --button-color-border-hover: var(--btn-hover-color);
    --button-color-background-hover: var(--btn-hover-color);
    --button-color-text-hover: var(--btn-text-color);
  }
  .global-button--text-mobile {
    --button-color-border: var(--regular-color);
    --button-color-background: transparent;
    --button-color-text: var(--regular-color);
    --button-color-border-hover: var(--regular-color);
    --button-color-background-hover: var(--regular-color);
    --button-color-text-hover: var(--rm-regular-color);
  }
  .global-button--text-highlighted-mobile {
    --button-color-border: var(--regular-color);
    --button-color-background: var(--regular-color);
    --button-color-text: var(--rm-regular-color);
    --button-color-border-hover: var(--rm-regular-color-morphed);
    --button-color-background-hover: var(--rm-regular-color-morphed);
    --button-color-text-hover: var(--rm-regular-color);
  }
  .global-button--banner-text-mobile {
    --button-color-border: var(--banner-color);
    --button-color-background: transparent;
    --button-color-text: var(--banner-color);
    --button-color-border-hover: var(--banner-color);
    --button-color-background-hover: var(--banner-color);
    --button-color-text-hover: var(--rm-banner-color);
  }
  .global-button--banner-text-highlighted-mobile {
    --button-color-border: var(--banner-color);
    --button-color-background: var(--banner-color);
    --button-color-text: var(--rm-banner-color);
    --button-color-border-hover: var(--rm-banner-color-morphed);
    --button-color-background-hover: var(--rm-banner-color-morphed);
    --button-color-text-hover: var(--rm-banner-color);
  }
  .global-button--banner-mobile {
    --button-color-border: var(--banner-button-color);
    --button-color-background: transparent;
    --button-color-text: var(--banner-button-color);
    --button-color-border-hover: var(--banner-button-color);
    --button-color-background-hover: var(--banner-button-color);
    --button-color-text-hover: var(--rm-banner-button-color);
  }
  .global-button--banner-highlighted-mobile {
    --button-color-border: var(--banner-button-color);
    --button-color-background: var(--banner-button-color);
    --button-color-text: var(--rm-banner-button-color);
    --button-color-border-hover: var(--rm-banner-button-color-morphed);
    --button-color-background-hover: var(--rm-banner-button-color-morphed);
    --button-color-text-hover: var(--rm-banner-button-color);
  }
}
.global-button--primary {
  --button-color-border: var(--btn-color);
  --button-color-background: var(--btn-color);
  --button-color-text: var(--btn-text-color);
  --button-color-border-hover: var(--btn-hover-color);
  --button-color-background-hover: var(--btn-hover-color);
  --button-color-text-hover: var(--btn-text-color);
}
.add_to_cart,
.product_form input.add_to_cart {
  width: 100%;
  margin-bottom: 0px;
}
/* Animation for checkmark on add to cart button */
button.add_to_cart {
  position: relative;
}
button.add_to_cart .text {
  display: block;
  animation-duration: 0.5s;
}
button.add_to_cart .fadeInDown.text {
  animation-duration: 0.8s;
}
@keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes fadeCheckmark {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  @keyframes fadeCheckmark {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
  padding-left: 5px;
}
.tos {
  text-align: center;
  margin: 15px 20px 15px 0;
}
.cart_text {
  text-align: center;
}
.disabled {
  pointer-events: none;
}
.add_to_cart span.icon-lock {
  margin-right: 3px;
  font-size: unset;
}
.add_to_cart span.icon-lock:before {
  margin: 0;
}
.shopify-product-form {
  margin-bottom: 0;
}
/* Shopify smart payment buttons */
.purchase-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* .purchase-details.customily-non-product {
  display: none
} */
.shopify-payment-button__button--unbranded .purchase-details {
  padding: 0 !important;
}
.smart-payment-button--true .purchase-details {
  padding-bottom: 40px;
}
.smart-payment-button--true .purchase-details .shopify-payment-button__button--branded {
  padding-bottom: 30px;
}
.smart-payment-button--true .purchase-details .shopify-payment-button__more-options {
  top: 70%;
}
.smart-payment-button--false .purchase-details {
  align-items: flex-end;
}
/* .smart-payment-button--false {
  margin-bottom: 24px;
} */
/*  Dec21 -> Sticky buttons (ptnminh)
*/
/* Modal Preview Button: ptnminh */
/* END: Modal Preview Button: ptnminh */
/* When product is unavailable */
@media only screen and (max-width: 1024px) {
  .sidebar--true .purchase-details {
    flex-direction: column;
    align-items: flex-start;
  }
  .sidebar--true .purchase-details .purchase-details__quantity,
.sidebar--true .purchase-details .purchase-details__buttons {
    margin: 0 0 10px;
    width: 100%;
  }
  .sidebar--true .purchase-details .add_to_cart,
.sidebar--true .purchase-details .shopify-payment-button {
    flex: 1 0 100%;
    margin: 0 0 10px;
    max-width: 100%;
  }
}
#checkout {
  min-height: 54px; /* Match the height of additional checkout buttons. */
}
/* #Tabs
================================================== */
/* #Product tabs
================================================== */
/* @media only screen and (min-width: 481px) {
  .product-tabs__panel {
    order: 1;
  }
} */
/* #Collapsible tab
================================================== */
.collapsible-tab__heading::-webkit-details-marker {
  display: none;
}
/* #Accordions
================================================== */
button {
  border: none;
  -webkit-appearance: none;
          appearance: none;
}
.shopify-section--faq .faqAccordion > dt {
  margin-right: 36px;
}
/* Closed accordions */
/* Open accordions */
/* Accordion tabs */
/* Clearfixing tabs for beautiful stacking */
/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}
fieldset {
  margin-bottom: 20px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=range],
input[type=color],
select,
textarea {
  display: block;
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 10px;
  margin: 0;
  line-height: 22px;
  border: 1px solid var(--border-color);
  outline: none;
  background: #fff;
  color: #5f6a7d;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  -webkit-appearance: none;
          appearance: none;
  text-rendering: optimizeLegibility;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=range],
input[type=color],
select,
textarea {
    border-radius: 3px;
  }
@media only screen and (max-width: 480px) {
  input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=range],
input[type=color],
select,
textarea {
    font-size: 16px;
  }
}
input[type=text]:active,
input[type=text]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=week]:active,
input[type=week]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=range]:active,
input[type=range]:focus,
input[type=color]:active,
input[type=color]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  color: #444;
  border: 1px solid #aaa;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}
input[type=number] {
  -moz-appearance: textfield !important; /* To ensure arrows arent present in firefox */
}
select::-ms-expand {
  display: none;
}
select {
  background: #fff url(select.png) no-repeat 96% 50%;
  background-size: 18px 12px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
select {
    padding: 8px 14px 8px;
    border-radius: 3px;
  }
select {
    padding: 8px 16px 8px;
    border-radius: 100px;
  }
select {
    padding: 8px 14px 8px;
    border-radius: 0;
  }
label {
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  margin-bottom: 5px;
  text-transform: var(--regular-font-style);
}
input[type=checkbox] {
  display: inline;
}
label span {
  font-weight: bold;
  font-size: 13px;
  color: #444;
}
textarea {
  min-height: 120px;
  padding: 15px 9px;
}
input.newsletter-form__sign-up[type=submit] {
  margin-left: 5px;
  display: inline-block;
}
/* #Contact Form
================================================== */
div.container.contact-form-container {
  padding-top: 0;
}
.contact-form .contact-form__content {
  margin-bottom: 20px;
}
.contact-form label,
.custom-contact-form label {
  margin-bottom: 12px;
}
.contact-form ul li label,
.custom-contact-form ul li label {
  font-family: var(--regular--font-family), var(--regular--font-fallback-families);
  text-transform: var(--regular-font-style);
  font-weight: var(--regular--font-weight);
}
.custom-contact-form .contact-block {
  margin-bottom: 20px;
}
.custom-contact-form .custom-contact-form__image {
  margin-bottom: 20px;
}
.custom-contact-form .custom-contact-form__social .social_icons {
  padding: 0;
  margin-bottom: 40px;
}
.custom-contact-form .custom-contact-form__logo {
  max-width: 150px;
  margin: 0 auto 20px auto;
}
.custom-contact-form .contact-block.contact-block--richtext label p {
  display: inline;
}
.custom-contact-form .contact-block--custom ul {
  padding: 0;
  margin: 0;
}
.custom-contact-form .contact-block--custom ul li {
  margin-bottom: 8px;
  list-style: none;
  display: flex;
  align-items: baseline;
}
.custom-contact-form .contact-block--custom ul li input {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.custom-contact-form .contact-block--custom ul li label {
  margin-bottom: 0;
}
.custom-contact-form .contact-block--custom ul li:last-child label {
  margin-bottom: 0;
}
.page-contact .footer {
  margin-top: 0;
}
.page-contact .custom-contact-form {
  margin-top: 25px;
}
#target {
  padding: 20px;
  text-align: center;
}
input.quantity {
  width: 48px;
  display: inline;
  margin-bottom: 0;
  padding: 8px 5px;
}
ul.cart_items {
  padding-top: 0;
  padding-bottom: 0;
}
.cart_content li.mini-cart__item {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.cart_content .notification-discount {
  color: var(--sale-color);
  margin: 0;
  line-height: 1;
}
li.mini-cart__item a,
li.mini-cart__item a:active,
#header li.mini-cart__item a,
#header li.mini-cart__item a:active {
  position: relative;
  font-size: inherit;
  text-align: left;
}
li.mini-cart__item a {
  align-items: flex-start;
}
.cart_image {
  float: left;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  padding-right: 20px;
}
.cart_image img {
  display: block;
}
@media only screen and (max-width: 480px) {
  .cart_image {
    padding-right: 10px;
  }
}
a.continue {
  text-align: right;
  font-size: 32px;
  margin-right: 15px !important;
  padding: 10px 0 5px 0 !important;
  opacity: 0.8;
}
a.continue:hover {
  opacity: 1;
}
.empty_cart {
  text-align: center;
  font-size: 18px;
  padding: 40px 0 25px 0;
  color: inherit;
}
/* .multi_select,
.default_select {
  display: none;
} */
/* Media position */
.vendor {
  margin-bottom: 6px;
}
.section.product_section {
  margin-top: 0;
}
.product_section .description {
  margin-bottom: 15px;
}
.product_section .description.bottom {
  margin-top: 15px;
  border-bottom: none;
}
/*
.icon-twitter-share:hover {
  background-color: #09AEEC;
  border-color: #09AEEC;
  color: #fff;
} */
/*
.icon-facebook-share:hover {
  background-color: #49659D;
  border-color: #49659D;
  color: #fff;
} */
/*
.icon-pinterest-share:hover {
  background-color: #CB1F2A;
  border-color: #CB1F2A;
  color: #fff;
} */
/*
.icon-mail-share:hover {
  background-color: #888;
  border-color: #888;
  color: #fff;
} */
/* 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;
  color: #000;
}
.product-quantity-box label {
  margin-bottom: 0.5em;
}
.product-quantity-box {
  margin-right: 0;
  -webkit-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;
          appearance: none;
  float: left;
}
@media only screen and (max-width: 798px) {
  .product-quantity-box .quantity {
    width: calc(100% - 88px);
  }
}
.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
  background: #f2f2f2;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  height: 44px;
  display: block;
  width: 44px;
  text-align: center;
  float: left;
}
.product-quantity-box .product-plus:hover,
.product-quantity-box .product-minus:hover {
  /* background: #d9d9d9; */
  background: unset;
}
@media only screen and (max-width: 798px) {
  .product-quantity-box .product-plus,
.product-quantity-box .product-minus {
    display: inline;
    display: initial;
    margin: 0;
  }
}
.product-quantity-box .product-plus {
  border-left: 0;
  font-size: 16px;
  line-height: 44px;
}
.product-quantity-box .product-minus {
  border-right: 0;
  line-height: 44px;
  font-size: 18px;
}
/* .product_section .product_form {
  border-top: 2px solid #EAEAEB;
} */
.product_section .product_form,
.product_section .contact-form {
  max-width: 400px;
}
@media only screen and (max-width: 798px) {
  .product_section .product_form,
.product_section .contact-form {
    max-width: 100%;
  }
}
/* #Blog
================================================== */
.article {
  margin-bottom: 30px;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
}
/* Author & Comments */
/* Sidebar */
.has-sidebar-option,
.section--has-sidebar-option {
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .has-sidebar-option {
    width: 100% !important; /* To overwrite desktop styles set inside of section */
  }
}
/* #Newsletter
================================================== */
/* Newsletter popup */
.js-newsletter-popup {
  display: none;
}
/* Newsletter section above footer */

.password-page-row form {
  display: inline-block;
  padding-top: 0 !important;
  width: 450px;
}
@media only screen and (max-width: 480px) {

.password-page-row form {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {

.password-page-row form {
    width: 100%;
  }
}
/* Shopify challenge */
/* Newsletter in footer */
.shopify-section--footer .newsletter_section {
  padding: 0;
  background-color: transparent;
  color: var(--sub-footer-text-color);
}
.shopify-section--footer .newsletter_section .newsletter {
  width: 100%;
}
.shopify-section--footer .newsletter_section .newsletter input {
  width: 100%;
}
.shopify-section--footer .newsletter_section .newsletter .newsletter-form__sign-up {
  margin-left: 0;
}
.shopify-section--footer .newsletter_section h6 {
  color: var(--headline-footer-text-color);
  font-size: calc(var(--footer-heading-font-size) * 1px);
}
.shopify-section--footer .newsletter_section p {
  font-size: 13px;
  padding: 15px 0;
}
/* #Tables
================================================== */
/* Responsive order tables */

#order-details th {
  background-color: #f9f9f9;
}

#order-details th,
#order-details td {
  border-right: 1px solid #dcdcdc;
}

#order-details th:first-child,
#order-details td:first-child {
  border-left: 1px solid #dcdcdc;
}
@media only screen and (max-width: 798px) {

#order-details th:first-child,
#order-details td:first-child {
    border-left: none;
  }
}

#order-details tr {
  border-bottom: 1px solid #dcdcdc;
}

#order-details tr:first-child {
  border-top: 1px solid #dcdcdc;
}
@media only screen and (max-width: 798px) {

#order-details tr {
    border: 1px solid #dcdcdc;
    border-bottom: none;
  }

#order-details td {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
  }

#order-details td:after {
    border-right: 1px solid #dcdcdc;
    background-color: #f9f9f9;
  }

#order-details tfoot td {
    border-bottom: none;
  }

#order-details tfoot:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
}
/* #Misc
================================================== */
.hidden {
  display: none;
}
.relative {
  position: relative;
}
.right {
  float: right;
  position: relative;
}
.left {
  float: left;
}
.inline {
  display: inline;
}
.center {
  text-align: center;
}
.align_right {
  text-align: right;
}
.align_left {
  text-align: left;
}
.text-align--center {
  text-align: center;
}
.text-align--left {
  text-align: left;
}
.text-align--right {
  text-align: right;
}
div.hidden {
  display: none;
}
div.is-absolute {
  position: absolute !important;
  top: 0;
  margin-top: 0;
}
/* #Testimonials
================================================== */
.shopify-section--testimonials {
  position: relative;
}
.shopify-section--testimonials .set-static {
  display: flex;
}
.shopify-section--testimonials .set-static .caption {
  position: static;
  transform: translateY(0);
  padding: 40px;
  margin: auto;
}
.shopify-section--testimonials .set-testimonial-height {
  height: 95%;
}
.shopify-section--testimonials .feature_divider {
  margin: 25px auto;
  width: 10%;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .shopify-section--testimonials .feature_divider {
    margin: 5px auto;
  }
}
.shopify-section--testimonials .testimonial-block--no-image .animated {
  animation-delay: 0.25s;
}
@media only screen and (max-width: 480px) {
  .mobile-banner--crop-left {
    object-fit: cover;
    object-position: left;
    min-height: 60vh;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-banner--crop-right {
    object-fit: cover;
    object-position: right;
    min-height: 60vh;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-banner--crop-center {
    object-fit: cover;
    object-position: center;
    min-height: 60vh;
  }
}
/* #FAQ
================================================== */
.faq-section h2.title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.faq-section h2.faq--heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-top: 40px;
}
.faq-section .has-gutter-enabled {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .faq-section .faq--image {
    margin-top: 40px;
  }
}
/* #Team Template
================================================== */
/* #Logo-list
================================================== */
/* #Gallery Section
================================================== */
.gallery-section {
  text-align: center;
}
.gallery-section .gallery-image-wrapper,
.gallery-section .gallery-empty-wrapper {
  margin-bottom: 5px;
  position: relative;
}
.gallery-section .gallery-empty-wrapper {
  min-height: 150px;
}
.gallery-section a {
  display: block;
}
/* Horizontal gallery styling */
.gallery-section.gallery-horizontal i {
  display: block;
}
.gallery-section.gallery-horizontal img {
  position: absolute;
  top: 0;
  width: 100%;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  display: block;
}
.gallery-section.gallery-horizontal .gallery-image-wrapper,
.gallery-section.gallery-horizontal .gallery-empty-wrapper {
  margin: 10px;
}
.gallery-section.gallery-horizontal.adjust-columns .gallery-image-wrapper,
.gallery-section.gallery-horizontal.adjust-columns .gallery-empty-wrapper {
  margin: 0px;
}
@media only screen and (min-width: 2000px) {
  .gallery-section.gallery-horizontal .gallery-image-wrapper:last-child {
    width: 15%;
    flex-basis: initial !important;
    flex-grow: initial !important;
  }
}
.gallery-section.gallery-horizontal .gallery-empty-wrapper {
  width: 190px;
}
/* Classic gallery styling */
.gallery-section.gallery-classic .gallery-image-wrapper,
.gallery-section.gallery-classic .gallery-empty-wrapper {
  display: block;
}
.gallery-section.gallery-classic .gallery-image-wrapper img,
.gallery-section.gallery-classic .gallery-image-wrapper svg,
.gallery-section.gallery-classic .gallery-empty-wrapper img,
.gallery-section.gallery-classic .gallery-empty-wrapper svg {
  width: 100%;
  display: block;
}
/* Masonry gallery styling */
.gallery-section.gallery-masonry {
  display: block;
}
.gallery-section.gallery-masonry .masonry {
  font-size: 0.85em;
  line-height: 0px;
  margin: 10px 0;
  column-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
}
.gallery-section.gallery-masonry .gallery-empty-wrapper {
  min-height: 100px;
  overflow: hidden;
}
.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
  min-width: 800px;
}
.gallery-section.gallery-masonry .gallery-empty-wrapper svg path {
  display: none;
}
.gallery-section.gallery-masonry .gallery-image-wrapper,
.gallery-section.gallery-masonry .gallery-empty-wrapper {
  display: block;
  box-sizing: border-box;
  margin-bottom: 5px;
  -webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden;
}
.gallery-section.gallery-masonry .gallery-image-wrapper img,
.gallery-section.gallery-masonry .gallery-image-wrapper svg,
.gallery-section.gallery-masonry .gallery-empty-wrapper img,
.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
  width: 100%;
  display: block;
}
.gallery-section.gallery-masonry .two-per-row {
  column-count: 2;
  transform: translateX(0);
}
@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .two-per-row {
    column-count: 3;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section.gallery-masonry .two-per-row {
    column-count: 1;
  }
}
.gallery-section.gallery-masonry .three-per-row {
  column-count: 3;
  transform: translateX(0);
}
@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .three-per-row {
    column-count: 3;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section.gallery-masonry .three-per-row {
    column-count: 1;
  }
}
.gallery-section.gallery-masonry .four-per-row {
  column-count: 4;
  transform: translateX(0);
}
@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .four-per-row {
    column-count: 3;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section.gallery-masonry .four-per-row {
    column-count: 1;
  }
}
.gallery-section.gallery-masonry .five-per-row {
  column-count: 5;
  transform: translateX(0);
}
@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .five-per-row {
    column-count: 3;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section.gallery-masonry .five-per-row {
    column-count: 1;
  }
}
/* #Ratings
================================================== */
.icon-star-background {
  transform: scaleX(var(--rating-scale, 0));
}
.icon-star-reference {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
}
/* Product grid star ratings */
.product-details .product-rating {
  justify-content: center;
  color: var(--regular-color);
}
.product-details .rating__count span {
  color: var(--regular-color);
}
.thumbnail-overlay .product-details .product-rating,
.thumbnail-overlay .product-details .rating__count span {
  color: #fff;
}
/* #Recently Viewed
================================================== */
/* Sidebar styles */
/* Description bottom styles */
/* Hide duplicates */
/* #Search autocomplete
================================================== */
.search__results-wrapper {
  display: none;
  position: relative;
}
.search__results {
  width: 100%;
  right: 0;
  left: auto;
  z-index: 30;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  background: var(--header-bg-color);
  overflow: hidden;
  position: absolute;
}
@media only screen and (max-width: 798px) {
  .search__results {
    position: relative;
    padding: 0 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 799px) {
  .search__results {
    max-height: 500px;
    overflow-y: scroll;
  }
}
.search__results li {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px var(--divider-style) var(--border-color);
  overflow: hidden;
}
.search__results li:nth-child(-n+2) {
  border-top: none;
}
.search__results li a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: var(--nav-color) !important; /* Override nav menu coloring */
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--nav--font-weight);
  font-style: var(--nav--font-style);
  font-size: calc(var(--nav-font-size) * 1px);
  text-transform: var(--nav-font-style);
}
.search__results li a:hover, .search__results li a:focus {
  color: var(--nav-color-hover);
}
.header .search__results {
  background: var(--header-bg-color);
  width: 350px;
}
/* 404 search */
/* Blog search */
.blog_search {
  margin-bottom: 15px;
}
.blog_search input {
  margin-bottom: 0;
}
/* #Mobile search */
.mobile-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999999;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 799px) {
  .mobile-search {
    display: none !important; /* Ensure it does not display on larger screens */
  }
}
.mobile-search form {
  background-color: var(--shop-bg-color);
  margin: 0;
  padding: 10px 20px 0;
  position: relative;
  min-height: 70vh;
  width: 100%;
}
.mobile-search input#q {
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--nav--font-weight);
  font-style: var(--nav--font-style);
  font-size: 16px;
  text-transform: var(--nav-font-style);
  padding-left: 40px;
  padding-right: 20px;
  border: 0;
  border-bottom: 1px solid var(--border-color);
}
.mobile-search input#q:focus, .mobile-search input#q:active {
  border-bottom: 1px solid var(--border-color);
}
.mobile-search .icon-search {
  left: 20px;
  top: 22px;
  transform: none;
  width: 30px;
  position: absolute;
  z-index: 1000;
  color: var(--nav-color);
  font-size: 20px;
  cursor: pointer;
}
.mobile-search .search__results-wrapper {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mobile-search .search__results {
  background-color: var(--shop-bg-color);
  margin-top: 0;
  padding: 0;
}
/* #Search page
================================================== */
.shopify-section--search-template form {
  position: relative;
}
.shopify-section--search-template .search_container {
  position: relative;
}
.shopify-section--search-template .search_container .search-submit {
  z-index: 900;
}
.shopify-section--search-template .search_container input {
    border-radius: 3px;
  }
.shopify-section--search-template .search_container input {
    border-radius: 100px;
    padding-left: 15px;
  }
/* #Site Styles
================================================== */
div.content,
section.content {
  padding: 30px 0px 15px 0;
}
/* RTE */
.rte details span {
  padding: 1rem 1.5rem;
  display: block;
}
.rte details summary {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--border-color);
}
.rte details summary:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--btn-color);
}
.rte details[open] summary::before {
  content: "-";
}
/* #Header
================================================== */
@media only screen and (max-width: 798px) {
  .dropdown .header_search_form .search__results {
    margin-top: 30px;
  }
}
.dropdown .header_search_form .search-terms {
  height: 50px;
  min-height: 50px;
}
.main-nav div.logo a {
  color: var(--logo-color) !important;
  outline: 0;
}
.menu-position--inline.logo-position--left div.logo {
  text-align: left;
}
.menu-position--inline.logo-position--center .logo {
  text-align: center;
}
.menu-position--inline.logo-position--center .logo img {
  margin: 0 auto;
}
.primary_logo {
  display: block;
}
.secondary_logo {
  display: none;
}
header.feature_image.secondary_logo--true img.primary_logo,
header.feature_image.secondary_logo--true img.secondary_logo {
  display: none;
}
header.secondary_logo--true:not(.feature_image) img.secondary_logo {
  display: none !important;
}
header.secondary_logo--true:not(.feature_image) img.primary_logo {
  display: inline !important;
}
.sku {
  margin: 0;
}
/* Currency / language switcher in header */
#header__selector-form .icon-arrow-down {
  font-size: 9px;
}
#header__selector-form .disclosure__toggle {
  background-color: transparent;
  height: 40px;
  border: none;
  position: relative;
  padding: 0 0 0 16px;
  letter-spacing: calc(var(--top-bar-letter-spacing) * 1px);
}
#header__selector-form .disclosure__toggle:hover, #header__selector-form .disclosure__toggle:focus {
  color: var(--top-bar-color-hover);
}
#header__selector-form .disclosure__list-wrap {
  border: none;
  bottom: initial;
  position: absolute;
  top: 100%;
}
#header__selector-form .disclosure__list-wrap .disclosure-list {
  list-style: none;
}
#header__selector-form .disclosure-list__item {
  display: block;
}
#header__selector-form .disclosure__button {
  letter-spacing: calc(var(--top-bar-letter-spacing) * 1px);
}
#header__selector-form .currency-preview {
  position: relative;
}
#header__selector-form .currency-preview select.currencies {
  background-image: none;
  z-index: 1000;
}
#header__selector-form .currency-preview .icon-down-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  color: var(--top-bar-color);
  transform: translateY(-50%);
  z-index: 999;
}
#header__selector-form .currency-preview .icon-down-arrow:hover {
  color: inherit;
}
#header__selector-form .currency-preview:hover .icon-down-arrow,
#header__selector-form .currency-preview:hover select.currencies {
  color: var(--top-bar-color-hover);
}
.mobile-menu-container {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  opacity: 0;
}
.mobile-menu-container[data-animation] {
  transition: opacity 0.1s linear;
}
.mobile-menu-container[data-animation-state=open] {
  opacity: 1;
}
.top-bar__login-link {
  display: flex;
  gap: 5px;
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--nav--font-weight);
  font-style: var(--nav--font-style);
  font-size: calc(var(--top-bar-font-size) * 1px);
  color: var(--top-bar-color);
  letter-spacing: calc(var(--top-bar-letter-spacing) * 1px);
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: var(--nav-font-style);
}
.top-bar__login-link:visited {
  color: var(--top-bar-color);
}
.top-bar__login-link:hover, .top-bar__login-link:active, .top-bar__login-link:focus {
  color: var(--top-bar-color-hover);
  text-decoration: none;
}
/* #Currency / Language switcher
================================================== */
.selectors-form__wrap,
.selectors-form,
.selectors-form__item {
  margin: 0;
}
.selectors-form__wrap {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 798px) {
  .selectors-form__wrap {
    flex-direction: column;
    justify-content: center;
  }
}
/* Fix for capitalization issue in cross border */
.disclosure__toggle {
  color: var(--top-bar-color);
  font-size: calc(var(--top-bar-font-size) * 1px);
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--nav--font-weight);
  font-style: var(--nav--font-style);
  text-transform: var(--nav-font-style);
  border: 1px solid var(--border-color);
  background-color: transparent;
  margin-right: 20px;
  min-height: 0;
  transition: color 0.1s linear;
}
.disclosure__toggle:hover, .disclosure__toggle:focus {
  opacity: 1;
}
.disclosure__toggle.is-clicked {
  color: var(--top-bar-color-hover);
}
.disclosure__toggle.is-clicked:focus {
  color: var(--nav-color-hover);
}
.disclosure__toggle.is-clicked + .disclosure__list-wrap {
  visibility: visible;
  opacity: 1;
}
.disclosure__toggle .icon-down-arrow {
  margin-left: 8px;
}
.disclosure__list-wrap {
  background-color: var(--top-bar-bg-color);
  border: 1px solid var(--border-color);
  bottom: 100%;
  visibility: hidden;
  position: absolute;
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
button.disclosure__button {
  background-color: inherit;
  padding: 13px 20px;
  color: var(--top-bar-color);
  font-size: calc(var(--top-bar-font-size) * 1px);
  letter-spacing: calc(var(--top-bar-letter-spacing) * 1px);
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--nav--font-weight);
  text-transform: var(--nav-font-style);
  letter-spacing: calc(var(--nav-letter-spacing) * 1px);
  text-align: left;
  transition: color 0.1s linear;
  opacity: 1;
}
button.disclosure__button:hover {
  color: var(--top-bar-color-hover);
}
button.disclosure__button:focus {
  color: var(--nav-color-hover);
}
/* Pagination & infinite scrolling */
.paginate {
  text-align: center;
}
a.tag,
.paginate .page a,
.paginate .current {
  border: solid 1px var(--border-color);
  margin: 10px 5px;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 8px;
  color: var(--gray-scale-40-color);
}
a.tag,
.paginate .page a,
.paginate .current {
    border-radius: 3px;
  }
a.tag,
.paginate .page a,
.paginate .current {
    border-radius: 50%;
  }
a.tag:hover,
.paginate .page a:hover,
.paginate .current:hover {
  color: #ffffff;
  background-color: var(--link-hover-color);
  border: solid 1px var(--link-hover-color);
}
.paginate .current {
  color: #ffffff;
  font-weight: bold;
  background-color: var(--link-hover-color);
  border: solid 1px var(--link-hover-color);
}
.paginate .next,
.paginate .prev {
  display: inline-block;
  margin: 10px 0;
  padding: 0.5rem 1rem;
}
.shopify-section--collection-template .load-more,
.shopify-section--search-template .load-more {
  display: block;
  clear: both;
  margin: 25px 0;
}
a.tag {
  font-size: smaller;
  padding: 4px 6px;
  margin: 5px 2px 5px 0;
}
/* Product list - collections */
/* Swap to second image on hover */
.has-secondary-media-swap img {
    visibility: visible;
    height: auto;
  }
.has-secondary-media-swap .product_gallery {
    margin-bottom: 0;
  }
/* Thumbnail overlay */
.product-wrap:hover .product-details {
    opacity: 1;
    transform: none;
  }
.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;
  }
a .price-ui span {
  color: var(--regular-color);
}
.price:not(.price--sale):not(.sale) .from {
  color: var(--regular-color);
}
/* Product banners */
.new {
  position: relative;
  display: inline;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
}
.product-list .thumbnail video,
.slider-gallery .thumbnail video {
    width: 100%;
    max-height: calc(var(--collection-height) * 1px);
  }
/* Sold out and coming soon text */
/* Sale text */
.sale,
.sale span {
  color: var(--sale-color);
}
a.secondary_button,
input.secondary_button {
  display: block;
  padding: 15px 0;
  text-align: center;
  border-top: solid 1px var(--border-color);
  border-bottom: solid 1px var(--border-color);
  margin: 10px 0;
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--nav--font-weight);
  font-style: var(--nav--font-style);
  font-size: calc(var(--nav-font-size) * 1px);
  text-transform: var(--nav-font-style);
  letter-spacing: calc(var(--nav-letter-spacing) * 1px);
  color: var(--link-color);
  -webkit-appearance: none;
          appearance: none;
}
a.secondary_button:hover, a.secondary_button:active, a.secondary_button:visited,
input.secondary_button:hover,
input.secondary_button:active,
input.secondary_button:visited {
  color: var(--link-hover-color);
}
.subtotal {
  padding-top: 20px;
  padding-left: 40px;
}
@media only screen and (max-width: 798px) {
  .subtotal {
    padding-left: 0;
  }
}
.btn__continue-shopping {
  margin: 25px 0 15px;
}
.was_price,
.was_price span {
  /* Nov 22nd 2023 */
  /* text-decoration: line-through; */
  color: var(--was-price-color) !important;
  text-shadow: none;
  font-weight: normal;
}
.cart_savings {
  text-align: left;
}
.savings {
  font-size: calc(var(--regular-font-size) * 1px);
  display: block;
}
.modal {
  display: none;
  background-color: var(--modal-background-color);
}
.modal a {
  padding-bottom: 0;
}
/* These variables are used by shopify-payment-terms */
:root {
  --color-body-text: var(--regular-color);
  --color-body: var(--shop-bg-color);
  --color-bg: var(--shop-bg-color);
}
.modal form {
  margin-bottom: 10px;
}
.meta {
  font-size: 13px;
}
.meta p {
  font-size: 13px;
  margin-bottom: 0px;
}
p.meta {
  margin-bottom: 10px;
}
.shopify-section--blog-template h2 {
  margin-bottom: 0;
  line-height: 1.2;
}
.shopify-section--blog-template h2 a {
  color: var(--headline-color);
}
.tags span a {
  color: var(--link-color);
}
.article-wrap {
  padding-bottom: 25px;
}
@media only screen and (min-width: 799px) {
  .article-wrap .article__title {
    margin-top: 0;
  }
}
.article h3.sub_title {
  letter-spacing: 0;
  margin: 10px auto 0;
}
body.article {
  padding-bottom: 0;
}
.label,
.meta .label {
  color: var(--was-price-color);
}
.checkout {
  display: block;
  float: right;
  margin-top: 0px;
}
.or {
  line-height: 40px;
  font-style: normal;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .or {
    line-height: initial;
    text-align: left;
  }
}
.comment {
  margin-bottom: 20px;
}
/* Author Bio + Social Share Buttons */
.address p {
  margin-bottom: 5px;
}
/* #Swatch Styles
================================================== */
.product_section .product_form {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
.product_section .product_form.is-visible {
    opacity: 1;
  }
/* Hide radio buttons */
/* Tooltips */
/* CSS triangle */
/* #Sidebar
================================================== */
.faceted-filter-form {
  margin: 0;
}
.toggle-all--false .sidebar-block summary {
  pointer-events: none;
}
@media only screen and (max-width: 798px) {
  .toggle-all--false .sidebar-block summary {
    pointer-events: all;
  }
}
.sidebar-block summary {
  cursor: pointer;
}
@media only screen and (max-width: 798px) {
  .has-sidebar-option {
    width: 100% !important; /* To overwrite desktop styles set inside of section */
  }
}
/* Fancybox */
/* Add border around images */
/* Hide elements while zooming or when zoomed-in */
/* Style close button */
/* Style navigation elements */
.fancybox-content:hover .fancybox-nav {
  opacity: 1;
}
.fancybox-nav {
  transition: opacity 0.2s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancybox-nav {
    background-color: hsla(0deg, 0%, 100%, 0.25);
  }
.fancybox-nav span {
  pointer-events: none;
}
.fancybox-nav svg path {
  fill: var(--arrow-color);
}
.fancybox-nav:hover {
    background-color: hsla(0deg, 0%, 100%, 0.5);
  }
.fancybox-nav span {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .touchevents .fancybox-nav {
    display: none;
  }
}
/* #Footer
================================================== */
.footer {
  padding: 60px 0;
  pointer-events: all;
  font-size: calc(var(--footer-font-size) * 1px);
  border-top: solid 1px var(--sub-footer-border-color);
  background-color: var(--sub-footer-color);
  background-position: center center;
  color: var(--sub-footer-text-color);
}
.footer {
      background-size: cover;
    }
.footer .input-row {
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}
.footer .input-row input {
  margin: 5px 0;
}
.footer-text .toggle_content {
  padding-top: 15px;
}
.no-footer-title.footer-text .toggle_content {
  padding-top: 0;
}
@media only screen and (max-width: 798px) {
  .no-footer-title.footer-text .toggle_content {
    display: block;
    padding-top: 20px;
  }
}
/* If no shop logo used, apply text styling as per theme settings */
.footer .logo {
  color: var(--logo-color) !important;
  font-size: calc(var(--footer-logo-font-size) * 1px);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
  width: 100%;
  word-wrap: break-word;
  float: none;
}
@media only screen and (max-width: 798px) {
  .footer .logo {
    text-align: center;
  }
}
img.footer-logo {
  width: 75%;
  max-width: 250px;
  margin-bottom: 10px;
  display: inline-block;
}
.footer .empty-column {
  width: 100%;
  height: 1px;
}
.footer .footer-menu-wrap h6 {
  margin: 0;
  padding: 0 0 5px 0;
  font-weight: 700;
  color: var(--headline-footer-text-color);
  font-size: calc(var(--footer-heading-font-size) * 1px);
}
@media only screen and (max-width: 798px) {
  .footer .footer-menu-wrap h6 {
    border-top: 1px solid var(--sub-footer-border-color);
    margin-bottom: 5px;
    padding: 10px 0 5px;
  }
}
.footer .footer-menu-wrap h6 > span {
  display: none;
}
@media only screen and (max-width: 798px) {
  .footer .footer-menu-wrap h6 > span {
    display: inline-block;
    transition: transform 0.3s linear;
    perspective: 1000;
  }
}
@media only screen and (min-width: 799px) {
  .footer .toggle_content {
    display: block !important; /* Override display: none from mobile view */
  }
}
.footer a,
.footer a:visited {
  color: var(--sub-footer-link-color);
  font-size: calc(var(--footer-font-size) * 1px);
}
.footer a:hover,
.footer a:active {
  color: var(--sub-footer-link-color-hover);
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
}
.footer ul li {
  margin-bottom: 1em;
  line-height: 1.1;
}
.footer form {
  margin-bottom: 0;
}
.footer-menu-wrap {
  text-align: left;
}
.newsletter form {
  margin-bottom: 0;
}
/* Currency / language switcher in footer */
@media only screen and (max-width: 798px) {
  .footer-menu__disclosure {
    justify-content: flex-start;
  }
}
.footer-menu__disclosure .selectors-form__item:last-of-type .disclosure__toggle {
  margin-right: 0;
}
.footer-menu__disclosure .disclosure {
  padding-top: 16px;
  margin-top: -8px;
  min-height: 44px;
}
.footer-menu__disclosure .disclosure__toggle {
  display: flex;
  align-items: center;
  color: #333333;
  padding: 0 10px;
  background-color: white;
  color: var(--regular-color);
  font-size: calc(var(--regular-font-size) * 1px);
  font-family: var(--regular--font-family), var(--regular--font-fallback-families);
  font-weight: var(--regular--font-weight);
  font-style: var(--regular--font-style);
  text-transform: uppercase;
  text-align: left;
  padding: 10px;
}
.footer-menu__disclosure .disclosure__toggle.is-clicked {
  color: var(--regular-color);
}
.footer-menu__disclosure .disclosure__toggle.is-clicked:focus {
  color: var(--regular-color);
}
.footer-menu__disclosure .disclosure-list {
  background-color: white;
  padding-top: 0;
}
.footer-menu__disclosure .disclosure-list__item {
  margin-bottom: 0;
}
.footer-menu__disclosure button.disclosure__button {
  color: var(--regular-color);
  font-size: calc(var(--regular-font-size) * 1px);
  font-family: var(--regular--font-family), var(--regular--font-fallback-families);
  font-weight: var(--regular--font-weight);
  font-style: var(--regular--font-style);
  text-transform: uppercase;
}
.footer-menu__disclosure button.disclosure__button:hover, .footer-menu__disclosure button.disclosure__button[aria-current=true] {
  opacity: 0.5;
}

h4 span,
.sublink span {
  transition: transform 0.3s linear;
  perspective: 1000;
}
.footer-menu-wrap,
#mobile_menu {
  transform: translate3d(0, 0, 0);
}
.footer-menu-wrap span.active,
.footer-menu-wrap .active > .icon-down-arrow,
#mobile_menu span.active,
#mobile_menu .active > .icon-down-arrow {
  transform: rotateX(180deg);
}
/* Footer and mobile menu accordion (mobile only) */
@media only screen and (max-width: 798px) {
  .footer-menu-wrap h6 {
    padding-top: 8px;
    cursor: pointer;
    border-top: 1px solid var(--headline-footer-text-color);
    margin-top: 0;
  }
  .footer-menu-wrap h6 span,
.footer-menu-wrap h4 span,
.footer-menu-wrap .sublink span,
#mobile_menu h4 span,
#mobile_menu .sublink span {
    display: inline-block;
    transition: transform 0.3s linear;
    perspective: 1000;
  }
  .footer-menu-wrap .columns > ul,
#mobile_menu .columns > ul {
    display: none;
    padding-left: 20px;
  }
  .footer-menu-wrap .columns > ul li,
#mobile_menu .columns > ul li {
    line-height: 1.7;
  }
}
@media only screen and (min-width: 799px) {
  .footer-menu-wrap h6 {
    pointer-events: none;
  }
  .footer-menu-wrap .columns > ul {
    /* Required to overwrite inline display:none from createAccordion(); */
    display: block !important;
  }
}
/* Promo banner */
.header .promo-banner a,
.header .promo-banner a:visited a:hover,
#header .promo-banner a,
#header .promo-banner a:visited a:hover {
  color: var(--promo-text-color);
}
/* CUSTOM COLOR ANNOUNCEMENT BAR */
.promo-banner {
  background-color: var(--color_grey_50) !important;
  color: white !important;
}
.promo-banner strong, .promo-banner b{
  color: #EE727D;
}
.promo-banner {
  background-color: #1a1d1f;
  text-align: center;
  color: var(--promo-text-color);
  font-size: 12px;
  position: relative;
  width: 100%;
  height: 0;
  line-height: 0;
  z-index: 5000;
  top: 0;
  transition: all 0.3s linear;
  overflow: hidden;
}
.promo-banner b{
  color: #ff4646;
}
.promo-banner .promo-banner__content {
  margin: 0px auto;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 798px) {
  .promo-banner .promo-banner__content {
    font-size: calc(var(--mobile-caption-font-size) * 1px);
    line-height: calc(var(--mobile-caption-line-height) * 1px);
    font-family: var(--font_second);
    font-weight: 400;
    font-weight: 400;
    padding: 6px;
  }
}
.promo-banner p {
  margin-bottom: 0;
  line-height: 1;
 font-size: 15px;
 font-family: Poppins !important;
  /* padding: 1px 0; */
}
@media only screen and (max-width: 798px) {
  .promo-banner p {
  font-size: 16px;
  }
}
.promo-banner .promo-banner__close {
  /* position: absolute; */
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: var(--promo-text-color);
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}
.promo-banner--show .promo-banner .promo-banner__close {
  position: absolute;
}
.promo-banner .promo-banner__close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}
.promo-banner--show .promo-banner {
  transition: all 0s linear;
  height: auto;
  min-height: 36px;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px){
  .promo-banner--show .promo-banner {
    min-height: 36px;
  }
}
.top-bar {
  padding-top: 0;
  position: relative;
  transition: padding-top 0.3s linear;
}
@media only screen and (max-width: 480px) {
  .top-bar {
    padding-top: 0;
  }
}
/* #Plyr
================================================== */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 50px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}
.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit;
}
.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}
.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
  display: inline;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}
.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}
.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #00b3ff;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}
.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}
.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}
.plyr__controls:empty {
  display: none;
}
.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}
.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: 7px;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}
.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}
.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr__time {
  font-size: 14px;
}
.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}
.plyr--video {
  background: #000;
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}
.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}
.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
/* #Model Viewer
================================================== */
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0deg, 0%, 100%, 0.75);
  cursor: pointer;
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: #fff;
}
.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-enabled {
  position: relative;
  overflow: hidden;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-button.flickity-prev-next-button.next:focus {
  opacity: 1;
}
/* Draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  border: none;
  background: white;
  background: hsla(0deg, 0%, 100%, 0.75);
  cursor: pointer;
  border-radius: 0;
  height: auto;
  max-width: 11%;
  transform: none;
}
.flickity-prev-next-button:hover {
  background: white;
  border: none;
}
.flickity-prev-next-button:focus {
  outline: none;
}
.flickity-prev-next-button:hover, .flickity-prev-next-button:active {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.flickity-prev-next-button.next {
  right: -1px;
}
/* Right to left */
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: -1px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=10); /* IE8 */
  opacity: 0.1;
  cursor: auto;
}
.flickity-prev-next-button svg {
  top: 50%;
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 60%;
}
/* Color & size if no SVG - IE8 and Android 2.3 */
/* Page dots */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
/* Custom sliders */
.flickity-slider > li {
  list-style-type: none;
  width: 100%;
  text-align: center;
}
/* General Flickity styling */
/* Gallery page */
/* Product gallery */
/* Hidden for product gallery on collection page when product form style is dropdown */
.product_gallery {
  margin-bottom: 10px;
  position: relative;
  opacity: 0;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 798px) {
  .product_gallery {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .product_gallery .flickity-page-dots {
    bottom: 15px;
  }
}
.product_gallery.flickity-enabled {
  opacity: 1;
}
.product_gallery img {
  background-color: var(--shop-bg-color);
}
.product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell.is-nav-selected {
  opacity: 1;
}
.product_gallery_nav .gallery-cell.is-nav-selected {
  opacity: 1;
}
/* Quick shop template */
.product-quickshop .shopify-section--quick-shop {
  margin: 4rem auto;
  max-width: 900px;
  padding: 44px !important; /* Overwrite section padding */
  background-color: var(--modal-background-color);
}
.product-quickshop .shopify-section--quick-shop {
    border: 5px solid var(--border-color);
  }
.product-quickshop .shopify-section:not(.shopify-section--quick-shop) {
  display: none;
}
/* Quick shop */
.js-quick-shop {
  display: none;
  width: 90%;
  max-width: 900px;
  cursor: pointer !important;
  background-color: var(--modal-background-color);
}
.js-quick-shop {
    border: 5px solid var(--border-color);
  }
.js-quick-shop .container {
  color: var(--modal-text-color);
}
/* Inline quick shop */
/* Purchase button sizing */
/* Related Items Gallery */
.slider-gallery .gallery-cell .product-details {
  line-height: 1.2;
  letter-spacing: 0;
}
@media only screen and (max-width: 798px) {
  .slider-gallery .gallery-cell .product-details {
    font-size: 3vw;
  }
}
/* Lazyframe */
.lazyframe {
  position: relative;
  background-color: var(--shop-bg-color);
  background-repeat: no-repeat;
  background-size: cover;
}
.lazyframe__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 17px;
  z-index: 3;
}
.lazyframe__title:after {
  z-index: -1;
}
.lazyframe:hover {
  cursor: pointer;
}
.lazyframe:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.lazyframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
/* Anti FOUC */
.remodal {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
.remodal img {
  max-width: 100%;
}
.remodal-is-initialized {
  display: inline-block; /* Disable Anti-FOUC */
}
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: var(--modal-text-color);
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .remodal {
    overflow-x: scroll;
  }
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Keyframes
========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  input.newsletter-form__sign-up {
    margin: 0px;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 799px) and (max-width: 959px) {
  .menu li,
#header span.menu_title,
.menu a span {
    padding-left: 2px;
    padding-right: 2px;
  }
  .menu li.search-container {
    display: none;
  }
  .top-bar .menu li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 798px) {
  #header .top-bar a.mobile_logo {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    line-height: 34px;
    z-index: 5;
    width: 50%;
    height: auto;
    color: var(--logo-color);
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 55px;
    min-height: unset;
  }
  #header a.mobile_logo img {
    width: auto;
    max-width: 150px;
    max-height: 28px;
  }
    .flex-direction-nav .flex-next {
      opacity: 0.6;
      right: 15px;
    }
    .flex-direction-nav .flex-prev {
      opacity: 0.6;
      left: 15px;
    }
  .is-absolute {
    top: 0px !important;
  }
  .flex-control-nav {
    bottom: 10px;
  }
  .or {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 5px;
  }
  #header {
    display: block;
  }
  .header {
    display: none;
  }
  select {
    width: 100%;
    margin-left: 0;
  }
  .newsletter-form__sign-up,
input[type=submit],
input[type=button] {
    margin-left: 0;
    width: 100%;
    outline: 0;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
  h1,
h2,
h3,
h4,
h5,
.empty_cart {
    font-size: 110%;
    line-height: 1.5em;
  }
  h1,
.title a,
h2 {
    padding: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}
@font-face {
  font-family: "turbo";
  src: url(turbo.eot);
  src: url(turbo.eot) format("embedded-opentype"), url(turbo.woff) format("woff"), url(turbo.ttf) format("truetype"), url(turbo.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(Nunito-Regular.ttf) format("truetype"),
        url(Nunito-Bold.ttf) format("truetype"),
        url(Nunito-ExtraBold.ttf) format("truetype"),
        url(Nunito-Medium.ttf) format("truetype")
}
/*
@font-face {
  font-family: "Poppins";
  src: url(Poppins-Regular.ttf) format("truetype"),
        url(Poppins-Bold.ttf) format("truetype"),
        url(Poppins-SemiBold.ttf) format("truetype"),
        url(Poppins-Medium.ttf) format("truetype")
} */
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "turbo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.15em;
}
.icon-bag:before {
  content: "\e901";
}
.icon-cart:before {
  content: "\e902";
}
.icon-down-arrow:before {
  content: "\e905";
}
/* .icon-plus:before {
  content: "\e911";
}
.icon-minus:before {
  content: "\e90e";
} */
.icon-email:before {
  content: "\e906";
}
/* .icon-instagram:before {
  content: "\e910";
}
 */
.icon-search:before {
  content: "\e914";
}
/* .icon-youtube:before {
  content: "\e915";
} */
.icon-lock:before {
  content: "\e916";
  color: var(--btn-text-color);
}
.icon-user:before {
  content: "\e918";
}
/* .icon-facebook:before {
  content: "\ea90";
} */
/* .icon-twitter:before {
  content: "\ea96";
} */
span.icon-down-arrow {
  padding: 0 !important;
  font-size: 12px !important;
}
form.search__form,
.search__form input {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
}
.search__form input,
.search__form input:active,
.search__form input:focus {
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--nav--font-weight);
  font-style: var(--nav--font-style);
  font-size: 12px;
  letter-spacing: calc(var(--nav-letter-spacing) * 1px);
  color: var(--nav-color);
  background-color: transparent;
  padding-right: 35px;
  border-color: var(--nav-color);
}
.search__form input,
.search__form input:active,
.search__form input:focus {
    border-radius: 3px;
  }
.search__form input,
.search__form input:active,
.search__form input:focus {
    border-radius: 100px;
    padding-left: 15px;
  }
.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
  color: var(--nav-color-home);
  border-color: var(--nav-color-home);
}
.feature_image .search__form input::-webkit-input-placeholder,
.feature_image .search__form input:active::-webkit-input-placeholder,
.feature_image .search__form input:focus::-webkit-input-placeholder {
  color: var(--nav-color-home);
}
.feature_image .search__form input::-moz-placeholder,
.feature_image .search__form input:active::-moz-placeholder,
.feature_image .search__form input:focus::-moz-placeholder {
  color: var(--nav-color-home);
}
.feature_image .search__form input:-ms-input-placeholder,
.feature_image .search__form input:active:-ms-input-placeholder,
.feature_image .search__form input:focus:-ms-input-placeholder {
  color: var(--nav-color-home);
}
.feature_image .search-submit {
  color: var(--nav-color-home);
}
.header_search_form {
  width: 60%;
  margin: 0 auto 30px auto;
  padding: 30px 0 0 0;
  position: relative;
  border-bottom: solid 1px var(--nav-color);
}
@media only screen and (max-width: 480px) {
  .header_search_form {
    width: 90%;
    margin: 30px auto;
    padding: 0;
  }
}
.header_search_form input,
.header_search_form input:focus,
.header_search_form input:active {
  background-color: transparent;
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--nav--font-weight);
  font-style: var(--nav--font-style);
  color: var(--nav-color);
  letter-spacing: calc(var(--nav-letter-spacing) * 1px);
  border: none;
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 480px) {
  .header_search_form input,
.header_search_form input:focus,
.header_search_form input:active {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}
.header_search_form .search-submit {
  top: 38px;
  font-size: 30px;
}
@media only screen and (max-width: 480px) {
  .header_search_form .search-submit {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-size: 20px;
  }
}
.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
  color: var(--nav-color-home);
  border: 1px solid var(--nav-color-home);
}
.feature_image .search__form input::-webkit-input-placeholder {
  color: var(--nav-color-home);
}
.feature_image .search__form input:-moz-placeholder { /* Firefox 18- */
  color: var(--nav-color-home);
}
.feature_image .search__form input::-moz-placeholder { /* Firefox 19+ */
  color: var(--nav-color-home);
}
.feature_image .search__form input:-ms-input-placeholder {
  color: var(--nav-color-home);
}
.search__form input::-webkit-input-placeholder {
  color: var(--nav-color);
}
.search__form input:-moz-placeholder { /* Firefox 18- */
  color: var(--nav-color);
}
.search__form input::-moz-placeholder { /* Firefox 19+ */
  color: var(--nav-color);
}
.search__form input:-ms-input-placeholder {
  color: var(--nav-color);
}
.search__form input:focus::-webkit-input-placeholder {
  color: var(--nav-color-hover);
}
.search__form input:focus:-moz-placeholder { /* Firefox 18- */
  color: var(--nav-color-hover);
}
.search__form input:focus::-moz-placeholder { /* Firefox 19+ */
  color: var(--nav-color-hover);
}
.search__form input:focus:-ms-input-placeholder {
  color: var(--nav-color-hover);
}
.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
  color: var(--nav-color-home);
  border: 1px solid var(--nav-color-home);
}
.feature_image .search__form input::-webkit-input-placeholder {
  color: var(--nav-color-home);
}
.feature_image .search__form input:-moz-placeholder { /* Firefox 18- */
  color: var(--nav-color-home);
}
.feature_image .search__form input::-moz-placeholder { /* Firefox 19+ */
  color: var(--nav-color-home);
}
.feature_image .search__form input:-ms-input-placeholder {
  color: var(--nav-color-home);
}
.search-submit {
  position: absolute;
  z-index: 1000;
  color: var(--nav-color);
  font-size: 20px;
  top: 9px;
  right: 7px;
  cursor: pointer;
}
.feature_image .search-submit {
  color: var(--nav-color-home);
}
.blog_search .search-submit {
  color: #333333;
  top: 10px;
  right: 8px;
  z-index: 1;
}
.social_icons {
  margin-left: 0;
  margin-top: 0;
}
.social_icons li {
  display: inline;
  padding-right: 2px;
}
/* footer .footer-social-icons--mobile.columns {
  display: none;
  padding-left: 0;
}
@media only screen and (max-width: 798px) {
  footer .footer-social-icons--mobile.columns {
    display: block;
  }
  footer .footer-social-icons--mobile.columns > ul {
    display: block;
    padding-left: 0;
  }
} */
footer .social_icons {
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 798px) {
  footer .social_icons {
    padding-left: 0;
    text-align: center;
  }
}
footer .social_icons a,
footer .social_icons a:visited {
  color: var(--global-light-pawgray-05);
  font-size: 22px;
  display: inline-block;
  margin-bottom: 1em;
}
@media only screen and (max-width: 480px) {
  footer .social_icons a,
footer .social_icons a:visited {
    margin-bottom: 0;
  }
}
footer .social_icons a:active,
footer .social_icons a:hover {
  color: var(--sub-footer-link-color-hover);
  font-size: 22px;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
.delay-0s {
  animation-delay: 0;
}
.delay-025s {
  animation-delay: 0.25s;
  opacity: 0;
}
.delay-05s {
  animation-delay: 0.5s;
  opacity: 0;
}
.delay-075s {
  animation-delay: 0.75s;
  opacity: 0;
}
.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 {
  opacity: 1 !important;
}
.ie delay-025s,
.ie .delay-0s,
.ie .delay-025s,
.ie .delay-05s,
.ie .delay-075s,
.ie .delay-1s {
  opacity: 1 !important;
}
.ie select {
  background-image: none !important;
}
@media only screen and (max-width: 798px) {
  .delay-0s,
.delay-025s,
.delay-05s,
.delay-075s,
.delay-1s,
.animate_right,
.animate_left,
.animate_up,
.animate_down {
    opacity: 1;
  }
}
/* #Password Page
================================================== */
.password-footer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
  color: var(--sub-footer-text-color);
  text-align: center;
}
.shopify a {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
  padding-left: 21px;
  color: var(--sub-footer-link-color);
  text-decoration: none;
}
.password-footer a {
  color: var(--sub-footer-link-color);
  text-decoration: none;
}
/* Password Page Modal CSS */
.close-me {
  z-index: 8000;
}
.modalbox {
  position: absolute;
  height: 100%;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5000;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
}
.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px;
}
.overlay-data {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
.inputbox {
  margin: 0px auto;
  max-width: 80%;
  display: table;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #000;
}
.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em 0;
  text-align: center;
}
.storefront-password-form .actions {
  display: inline-block;
}
.storefront-password-form #password {
  width: 50%;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .storefront-password-form #password {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
  .modalbox {
    display: block;
    width: 414px !important;
    max-width: 100%;
    text-align: center;
  }
}
/* #Product page
================================================== */
.is-product-main.content,
.is-product-sidebar.content {
  padding-bottom: 0;
}
/* Blocks */
/* Popup */
/* # Product media
================================================== */
.plyr--video .plyr__controls {
  padding: 10px;
}
.plyr--video .plyr__control {
  background: transparent;
  color: var(--rm-product-media-fill-color);
}
.plyr--video .plyr__control:hover {
  background: var(--rm-product-media-background-color);
  color: var(--rm-product-media-fill-color);
}
.plyr--video .plyr__controls__item.plyr__time,
.plyr--video input[type=range],
.plyr--video .plyr__controls__item {
  color: var(--rm-product-media-fill-color);
}
.plyr--video .plyr__progress input[type=range] + .thumb {
  background-color: var(--rm-product-media-fill-color);
  color: var(--rm-product-media-fill-color);
}
.plyr--video input[type=range]::-webkit-slider-thumb {
  background-color: var(--rm-product-media-fill-color);
}
.plyr--video input[type=range]::-moz-range-thumb {
  background-color: var(--rm-product-media-fill-color);
}
.plyr--video input[type=range]::-ms-thumb {
  background-color: var(--rm-product-media-fill-color);
}
.plyr--video .plyr__control.plyr__tab-focus {
  background-color: var(--rm-product-media-fill-color);
}
.plyr--video .plyr__control--overlaid {
  background: var(--rm-product-media-background-color);
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 50px;
  width: 50px;
}
.plyr--video .plyr__control--overlaid svg {
  left: auto;
}
.plyr--video .plyr__control--overlaid:hover {
  background: var(--rm-product-media-background-color);
}
.plyr--video .plyr__control--overlaid:hover .play-icon-button-control rect {
  opacity: 0.75;
}
.plyr--video .plyr__control .play-icon-button-control {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.plyr--video .plyr__control .play-icon-button-control rect {
  fill: var(--rm-product-media-background-color);
}
.plyr--video .plyr__control .play-icon-button-control path {
  fill: var(--rm-product-media-fill-color);
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-right: 10px;
  padding-left: 10px;
}
/* Styles for a vertical volume scrollbar */
.plyr--full-ui .plyr__volume {
  border-radius: 5px;
  bottom: 105px;
  height: 40px;
  opacity: 0;
  padding: 10px 15px !important;
  position: absolute;
  transform: rotate(270deg);
  transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.3s;
  width: 140px;
}
.plyr--full-ui .plyr__volume:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: 18px;
  content: "";
  left: -6px;
  position: absolute;
  transform: rotate(90deg);
  z-index: 2;
}
.plyr--full-ui .plyr__volume:hover {
  opacity: 1;
  visibility: visible;
}
.plyr--full-ui .plyr__volume.plyr__volume--is-visible {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}
.plyr--full-ui .plyr__volume input[type=range] {
  color: var(--rm-product-media-fill-color);
  margin: 0 auto;
}
.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: none;
}
.plyr--full-ui .plyr__volume input[type=range]::-ms-fill-upper,
.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: none;
}
.plyr--audio .plyr--full-ui .plyr__volume {
  bottom: 125px;
  right: -37px;
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}
@media (min-width: 480px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 90px;
  }
}
@media (min-width: 750px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 110px;
  }
}
@media only screen and (max-width: 989px) {
  .plyr--is-touch .plyr__volume {
    display: none !important;
  }
}
.video-on-hover .plyr__controls,
.video-on-hover .plyr__control--overlaid,
.video-controls-enabled--false .plyr__controls,
.video-controls-enabled--false .plyr__control--overlaid {
  opacity: 0;
}
.video-on-hover .plyr__controls > *,
.video-on-hover .plyr__control--overlaid > *,
.video-controls-enabled--false .plyr__controls > *,
.video-controls-enabled--false .plyr__control--overlaid > * {
  pointer-events: none;
  cursor: auto;
}
/* Hide controls on mobile when video is stopped */
.plyr.plyr--stopped .plyr__controls {
  display: none;
}
/* Set product media height */

.gallery-wrap.product-height-set .product_gallery .plyr--html5 video {
  width: 100%;
}
/* Home page - general
================================================== */
/* Full-width product slider */
.products-slider.slider-gallery .gallery-cell.visible-7 .product-details {
  font-size: 0.7rem;
}
/* Text below overlay on larger screens */
/* Applied to the slideshow, video and full-width banner images */
@media only screen and (max-width: 480px) {
  .full-width--true .caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .full-width--true .caption {
    max-width: 960px;
    padding: 0;
  }
}
@media only screen and (min-width: 1401px) {
  .full-width--true .caption {
    max-width: 1200px;
    padding: 0;
  }
}
.caption {
  width: 100%;
  position: absolute;
  top: 50%;
  padding: 0 5%;
  z-index: 3;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 799px) {
  .caption {
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .caption {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 798px) {
  .caption {
    width: 100%;
  }
}
.caption a {
  pointer-events: all;
}
@media only screen and (max-width: 480px) {
  .homepage-video .caption-background-text_box {
    background-color: transparent;
  }
}
/* Slideshow */
/* #Account
================================================== */
.account-header-logout {
  text-align: right;
  text-transform: uppercase;
}
/* #Policy pages
================================================== */
/* #Home page - Featured product
================================================== */
.shopify-section--featured-product .product__details {
  padding: 40px 2rem;
}
/* #Home page - text columns with images
================================================== */
.shopify-section--text-columns-with-images .border-style--box {
  padding: 10%;
  border: 1px solid var(--headline-border-color);
}
.shopify-section--text-columns-with-images .border-style--quote {
  padding-left: 20px;
  border-left: 1px solid var(--headline-border-color);
  margin-bottom: 10%;
}
.shopify-section--text-columns-with-images .large_text {
  font-family: var(--headline--font-family), var(--headline--font-fallback-families);
  font-weight: var(--headline--font-weight);
  font-style: var(--headline--font-style);
  text-transform: var(--headline-font-style);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: calc(var(--headline-letter-spacing) * 1px);
  text-rendering: optimizeLegibility;
}
.shopify-section--text-columns-with-images .text-column {
  margin-bottom: 25px;
}
.shopify-section--text-columns-with-images .text-columns-with-images__button {
  margin: 10px 0 25px;
}
.shopify-section--text-columns-with-images h2.title + .feature_divider {
  margin-bottom: 40px;
}
.shopify-section--text-columns-with-images img {
  margin: 0 0 15px;
}
/* OOTS Content Creator slideshow */
/* #Home page - slideshow
================================================== */

.shopify-section--testimonials:hover .flickity-prev-next-button {
  opacity: 0.5;
}

.shopify-section--testimonials.single-image .flickity-prev-next-button {
  display: none;
}

.shopify-section--testimonials.single-image .flickity-page-dots {
  display: none;
}

.shopify-section--testimonials .gallery-cell {
  width: 100%;
}

.shopify-section--testimonials .gallery-cell {
    background-color: var(--banner-placeholder-background-color);
  }
@media only screen and (max-width: 480px) {

.shopify-section--testimonials .gallery-cell {
    background-color: transparent;
  }
}

.shopify-section--testimonials .gallery-cell img {
  width: 100%;
  display: block;
}

.shopify-section--testimonials .flickity-prev-next-button {
  opacity: 0;
  width: 5%;
  height: 100%;
  border-radius: 0;
}
@media only screen and (min-width: 799px) {

.shopify-section--testimonials .flickity-prev-next-button {
    opacity: 0;
  }
}

.shopify-section--testimonials .flickity-page-dots {
  bottom: 2em;
  display: none;
}
@media only screen and (min-width: 799px) {

.shopify-section--testimonials .flickity-page-dots {
    display: block;
  }
}

.shopify-section--testimonials .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
  background: var(--arrow-color);
}
@media only screen and (max-width: 480px) {

.shopify-section--testimonials .flickity-page-dots {
    display: block;
    bottom: 5px;
  }
}
/* Home - product slider */
.js-product-slider .flickity-prev-next-button {
  border-radius: 0;
}
/* #Home page - Search
================================================== */
.shopify-section--search {
  width: 100%;
  display: inline-block;
}
.shopify-section--search h2 {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.shopify-section--search p,
.shopify-section--search h2 {
  color: var(--search-section-color);
}
.shopify-section--search .section_form {
  padding: 60px 20px;
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.shopify-section--search .search__section {
  background-color: var(--search-section-bg-color);
}
.text-align--center .search__container {
  justify-content: center;
}
.text-align--left .search__container {
  justify-content: flex-start;
}
.text-align--right .search__container {
  justify-content: flex-end;
}
.search__container {
  position: relative;
  width: 100%;
  display: flex;
}
.search__container .search__wrapper {
  display: inline-block;
  position: relative;
  max-width: 650px;
  width: 100%;
}
.search__container input[type=text] {
  color: var(--regular-color);
  font-size: calc(var(--regular-font-size) * 1px);
  display: inline-block;
  border: 1px solid #000;
  min-height: 50px;
  height: 50px;
  margin-bottom: 0;
  background-color: #ffffff;
}
.search__container input[type=text]::-webkit-input-placeholder {
  color: var(--regular-color);
}
.search__container input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: var(--regular-color);
}
.search__container input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: var(--regular-color);
}
.search__container input[type=text]:-ms-input-placeholder {
  color: var(--regular-color);
}
.search__container input[type=text]:focus, .search__container input[type=text]:active {
  border: 1px solid #000;
}
.search__form {
  width: 100%;
  /* max-width: 650px; */
  position: relative;
  flex: 0 0 auto;
}
.search__button {
  position: absolute;
  margin-top: 0;
  top: 0;
  height: 50px;
  width: 50px;
  right: 0px;
  padding: 0;
  background-color: #000;
  border-color: transparent;
  color: white;
  font-size: 24px;
}
.search__button {
    border-radius: 0px;
  }
.search__button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
.search__button:hover {
  color: white;
  border: 1px solid #000;
  border-left: 0px;
}
/* #Home page - image with text
================================================== */
.block__image_with_text + section {
  padding-top: 20px;
}
/* #Home page - Divider
================================================== */
.shopify-section--divider .container {
  padding: 0;
}
/* #Home page - Quote
================================================== */
/* #Home page - Rich text and image
================================================== */
.shopify-section--rich-text-and-image {
  padding: 20px 0;
}
/* #Home page - Featured promotions
================================================== */
.featured-promotions.full-width--false .feature-section {
  margin-bottom: 20px;
}
.featured-promotions .feature-section {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section {
    opacity: 1;
  }
}
.featured-promotions .feature-section .link-promo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.featured-promotions .feature-section .feature-inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.featured-promotions .feature-section .feature-style--circle {
  border-radius: 50%;
}
.featured-promotions .feature-section .feature-style--circle img {
  border-radius: 50%;
}
.featured-promotions .feature-section .feature-style--rounded {
  border-radius: 10px;
}
.featured-promotions .feature-section .feature-style--rounded img {
  border-radius: 10px;
}
.featured-promotions .feature-section .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.25s linear;
}
.featured-promotions .feature-section .feature-wrap {
  top: 50%;
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none;
}
.featured-promotions .feature-section .feature-details {
  display: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section .feature-details {
    opacity: 1;
    display: block;
  }
}
.featured-promotions .feature-section .feature-details.reveal-details {
  opacity: 1;
}
.featured-promotions .feature-section .feature-details .feature-details__button {
  margin-top: 15px;
}
.featured-promotions .feature-section .description {
  color: var(--featured-promotions-color);
  transition: all 0.3s linear;
  margin-bottom: 0;
}
.featured-promotions .feature-section .description a {
  pointer-events: auto;
}
.featured-promotions .feature-section.title-overlay-true .title {
  transition: all 0.3s linear;
  color: var(--featured-promotions-color);
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section.title-overlay-true .title {
    margin-bottom: 10px;
  }
}
.featured-promotions .feature-section.title-overlay-true .title:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: var(--featured-promotions-color);
  transition: width 0.5s ease, background-color 0.5s ease;
  margin: 10px auto auto auto;
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section.title-overlay-true .title:after {
    display: none;
  }
}
.featured-promotions .feature-section.title-overlay-false .feature-wrap .title {
  display: none;
}
@media only screen and (max-width: 798px) {
    .featured-promotions .feature-section:hover .feature-overlay {
      background: transparent;
    }
  }
.featured-promotions .feature-section.title-overlay-true:hover .title:after {
  width: 50%;
  background: var(--featured-promotions-color-hover);
}
.featured-promotions .feature-section.title-overlay-true:hover .title {
  color: var(--featured-promotions-color-hover);
}
.featured-promotions .feature-section.title-overlay-true:hover .description {
  color: var(--featured-promotions-color-hover);
}
.featured-promotions .feature-section.title-overlay-false:hover .description {
  color: var(--featured-promotions-color-hover);
}
.featured-promotions .feature-section img {
  width: 100%;
  display: block;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}
/* #Home page - featured collection
================================================== */
/* #Home page - image with text overlay
================================================== */
.banner {
  position: relative;
  overflow: hidden;
}
.banner {
    background-color: var(--banner-placeholder-background-color);
  }
@media only screen and (max-width: 480px) {
  .banner {
    max-height: inherit;
    background-color: transparent;
  }
}
.banner img {
  width: 100%;
  display: block;
}
/* #Home page - video
================================================== */

.shopify-section--video .caption {
  z-index: 30;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {

.shopify-section--video .caption {
    margin: 0;
    height: auto;
  }
}
.block__featured_video .video-text--outside-video,
.shopify-section--video .video-text--outside-video {
  height: auto;
}
.homepage-video {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.homepage-video {
    background-color: var(--banner-placeholder-background-color);
  }
@media only screen and (max-width: 480px) {
  .homepage-video {
    background-color: transparent;
  }
}
.homepage-video img {
  width: 100%;
  display: block;
}
.homepage-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.homepage-video video {
  background-color: var(--shop-bg-color);
}
.homepage-video video[poster] {
  object-fit: cover;
}
.homepage-video video.video-autoplay--true.html-video {
  display: none;
}
.homepage-video .homepage-video--media {
  width: 100%;
  height: auto;
  padding-top: 0;
}
.homepage-video .placeholder-image--true a.video__play-button {
  pointer-events: none;
}
.homepage-video .caption.text-on-video {
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .homepage-video .caption.text-on-video {
    position: absolute;
    height: auto;
    transform: translateY(-50%);
    margin: 0;
  }
}
.homepage-video .mobile-video__buttons {
  display: block;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  position: absolute;
}
.homepage-video .mobile-video__buttons.text-on-video {
  z-index: 20;
}
@media only screen and (min-width: 481px) {
  .homepage-video .mobile-video__buttons {
    display: none;
  }
}
.darken-video {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 20;
}
/* #Home page - Newsletter
================================================== */
/* #Page Banners
================================================== */
/* #Price UI
================================================== */
.price-ui {
  display: inline-block;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
/* #Price UI badge
================================================== */
.price-ui-badge {
  margin-right: 5px;
}
.price-ui-badge:last-child {
  margin-right: 0;
}
/* #Surface Pick-up
================================================== */
.surface-pick-up__modal-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 28px;
}
/* #Desktop navigation
================================================== */
.nav-desktop summary {
  list-style: none;
}
.nav-desktop__tier-1-item,
.nav-desktop__tier-2-item,
.nav-desktop__tier-3-item {
  margin: 0;
}
.nav-desktop__tier-2-item,
.nav-desktop__tier-3-item {
  padding: 12px 20px;
}
.nav-desktop__tier-2-item {
  position: relative;
}
.feature_image .nav-desktop__tier-1-link {
  color: var(--nav-color-home);
  transition: color 0.2s ease;
}
.feature_image .nav-desktop__tier-1-link:visited {
  color: var(--nav-color-home);
}
.feature_image .nav-desktop__tier-1-link:hover
.feature_image .nav-desktop__tier-1-link:active, .feature_image .nav-desktop__tier-1-link:focus, .feature_image .nav-desktop__tier-1-link.nav-desktop__tier-1-link--active {
  color: var(--nav-color-hover);
}
.nav-desktop__tier-1-link {
  border-bottom: solid 1px transparent;
}
.feature_image .nav-desktop__tier-1-link {
  color: var(--nav-color-home);
}
.nav-desktop__tier-1-link:hover, .nav-desktop__tier-1-link[aria-expanded=true] {
  border-bottom: solid 1px var(--nav-color-hover);
}
.nav-desktop__tier-1-item--dropdown-parent .nav-desktop__tier-1-link:hover, .nav-desktop__tier-1-item--dropdown-parent .nav-desktop__tier-1-link[aria-expanded=true] {
  border-bottom: solid 1px transparent;
}
.nav-desktop__tier-1-link,
.nav-desktop__tier-2-link,
.nav-desktop__tier-3-link {
  position: relative;
  color: var(--gray-scale-30-color);
  letter-spacing: calc(var(--nav-letter-spacing) * 1px);
  text-rendering: optimizeLegibility;
  text-transform: var(--nav-font-style);
  text-decoration: none;
  cursor: pointer;
  font-size: calc(var(--mobile-menu-subtitle-font-size) * 1px);
  line-height: calc(var(--mobile-menu-subtitle-line-height) * 1px);
  font-family: var(--mobile-menu-subtitle-font-family);
  font-weight: var(--mobile-menu-subtitle-font-weight);
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 798px) {
  .nav-desktop__tier-1-link,
.nav-desktop__tier-2-link,
.nav-desktop__tier-3-link {
    font-size: calc(var(--top-bar-font-size) * 1px);
  }
}
.nav-desktop__tier-1-link span,
.nav-desktop__tier-2-link span,
.nav-desktop__tier-3-link span {
  color: inherit;
}
.nav-desktop__tier-1-link:visited,
.nav-desktop__tier-2-link:visited,
.nav-desktop__tier-3-link:visited {
  color: var(--nav-color);
  text-decoration: none;
}
.nav-desktop__tier-1-link:visited span,
.nav-desktop__tier-2-link:visited span,
.nav-desktop__tier-3-link:visited span {
  color: inherit;
}
.nav-desktop__tier-1-link:hover, .nav-desktop__tier-1-link:active, .nav-desktop__tier-1-link:focus, .nav-desktop__tier-1-link:focus-within,
.nav-desktop__tier-2-link:hover,
.nav-desktop__tier-2-link:active,
.nav-desktop__tier-2-link:focus,
.nav-desktop__tier-2-link:focus-within,
.nav-desktop__tier-2-link.nav-desktop__tier-1-link--active,
.nav-desktop__tier-3-link:hover,
.nav-desktop__tier-3-link:active,
.nav-desktop__tier-3-link:focus,
.nav-desktop__tier-3-link:focus-within,
.nav-desktop__tier-3-link.nav-desktop__tier-1-link--active {
  color: var(--nav-color-hover);
  text-decoration: none;
}
.nav-desktop__tier-1-link:hover span, .nav-desktop__tier-1-link:active span, .nav-desktop__tier-1-link:focus span, .nav-desktop__tier-1-link:focus-within span, .nav-desktop__tier-1-link.nav-desktop__tier-1-link--active span,
.nav-desktop__tier-2-link:hover span,
.nav-desktop__tier-2-link:active span,
.nav-desktop__tier-2-link:focus span,
.nav-desktop__tier-2-link:focus-within span,
.nav-desktop__tier-2-link.nav-desktop__tier-1-link--active span,
.nav-desktop__tier-3-link:hover span,
.nav-desktop__tier-3-link:active span,
.nav-desktop__tier-3-link:focus span,
.nav-desktop__tier-3-link:focus-within span,
.nav-desktop__tier-3-link.nav-desktop__tier-1-link--active span {
  color: inherit;
}
.nav-desktop__tier-2-link,
.nav-desktop__tier-3-link {
  display: block;
  width: 100%;
  padding: var(--space-4) var(--space-8);
}
.nav-desktop__tier-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.align_right .nav-desktop__tier-1 {
  justify-content: flex-end;
}
.center .nav-desktop__tier-1 {
  justify-content: center;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-item {
  display: inline-block;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-link {
  display: block;
  padding: 12px 0;
  white-space: nowrap;
}
.sticky__menu--custom.sticky .nav-desktop__tier-1 .nav-desktop__tier-1-link {
  padding: 0;
}
.nav-desktop__tier-1-item--dropdown-parent {
  position: relative;
}
.nav-desktop__tier-2-link--parent {
  display: flex;
  justify-content: space-between;
}
.nav-desktop__tier-2-link-icon {
  transform: rotate(270deg);
}
.nav-desktop__tier-2,
.nav-desktop__tier-3 {
  margin: 0;
  position: absolute;
  z-index: 100;
  text-align: left;
  opacity: 0;
  width: 270px;
}
.nav-desktop__tier-2[data-animation],
.nav-desktop__tier-3[data-animation] {
  transition: opacity 0.1s linear;
}
.nav-desktop__tier-2[data-animation-state=open],
.nav-desktop__tier-3[data-animation-state=open] {
  display: block;
  opacity: 1;
}
.nav-desktop__tier-2 {
  top: 100%;
  left: 0;
}
.nav-desktop__tier-2.alternate-drop {
  right: 0;
  left: auto;
}
.nav-desktop__tier-2--dropdown,
.nav-desktop__tier-3 {
  text-align: left;
  padding: 0;
}
.nav-desktop__tier-2--dropdown,
.nav-desktop__tier-3 {
    background: var(--header-bg-color);
  }
.nav-desktop__tier-2--dropdown {
  list-style: none;
  text-transform: uppercase;
}
[data-show-separator=true] .nav-desktop__tier-2--dropdown {
  top: 100%;
  border-top: 1px transparent;
}
.nav-desktop__tier-2--dropdown li {
  width: 100%;
}
.nav-desktop__tier-3 {
  top: 0;
  left: 100%;
  transition: none;
}
.nav-desktop__tier-3[data-animation] {
  transition: opacity 0.1s linear;
}
.nav-desktop__tier-3[data-animation-state=open] {
  opacity: 1;
}
.nav-desktop__tier-3.alternate-drop {
  right: 100%;
  left: auto;
}
.nav-desktop__tier-3 li {
  display: block;
  width: 100%;
}
.nav-desktop__tier-2--full-width-menu {
  position: absolute;
  left: 0;
  width: 100vw;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.075);
  border-radius: 0 0 16px 16px;
}
.nav-desktop__tier-2--full-width-menu {
    background: var(--header-bg-color);
  }
[data-nav-desktop-details][open] .nav-desktop__tier-2--full-width-menu {
  width: 100%;
}
.sticky_nav .nav-desktop__tier-2--full-width-menu {
  max-height: calc(90vh - var(--sticky-header-height, 100px));
  overflow: scroll;
}
.no-js [data-nav-desktop-details][open] > .nav-desktop__tier-2,
.no-js [data-nav-desktop-details][open] > .nav-desktop__tier-3,
.no-js [data-nav-desktop-details][open] > .header-mega-nav {
  display: block;
  opacity: 1;
}
.no-js [data-nav-desktop-details][open] > .header-mega-nav + .nav-desktop__tier-2,
.no-js [data-nav-desktop-details][open] > .header-mega-nav + .nav-desktop__tier-3 {
  display: none;
  opacity: 0;
}
[data-nav-desktop-details] > summary::-webkit-details-marker {
  display: none;
}
.widemenu {
  list-style: none;
  margin: 0;
  padding: 15px 40px 20px;
  display: flex;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  justify-content: space-around;
}
.widemenu__submenu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widemenu__link {
  font-family: var(--nav--font-family), var(--nav--font-fallback-families);
  font-weight: var(--nav--font-weight);
  font-style: var(--nav--font-style);
  font-size: calc(var(--nav-font-size) * 1px);
  color: var(--nav-color);
  letter-spacing: calc(var(--nav-letter-spacing) * 1px);
  text-rendering: optimizeLegibility;
  text-decoration: none;
}
@media only screen and (max-width: 798px) {
  .widemenu__link {
    font-size: calc(var(--top-bar-font-size) * 1px);
  }
}
.widemenu__link:visited {
  color: var(--nav-color);
  text-decoration: none;
}
.widemenu__link:hover, .widemenu__link:active, .widemenu__link:focus {
  color: var(--nav-color-hover);
  text-decoration: none;
}
.widemenu__submenu-heading {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--nav-color);
}
.widemenu__submenu-item {
  padding: 6px 0;
  margin: 0;
}
.mega-menu-container {
  display: none;
}
.no-js .mega-menu-container {
  display: flex;
  position: relative;
  width: 100%;
  padding: 10px 20px;
}
.no-js .mega-menu-container {
    background: var(--header-bg-color);
  }
.shopify-section--mega-menu {
  width: auto;
}
.mobile-meganav-source {
  display: none;
}
/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */
/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/
/* #Custom Styles
================================================== */
/* FDuy - Aug 13 2022 */
body {
 height: 100vh;
}
.fIcon svg {
  width: 24px;
  height: 24px;
  display: flex;
  vertical-align: middle;
}
.fIcon.search_icon svg {
  width: 24px;
  height: 24px;
}
.fIcon.search_icon svg path {
  fill: black;
}
.fIcon.arrow_down svg {
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.fIcon.arrow_down svg path {
  fill: var(--gray-scale-30-color);
}
.mg_top--20 {
  margin-top: 20px;
}
.mg_bottom--6 {
  margin-bottom: 6px;
}
.mg_bottom--10 {
  margin-bottom: 10px;
}
.mg_bottom--20 {
  margin-bottom: 20px;
}
.mg_bottom--24 {
  margin-bottom: 24px !important;
}
.mg_top--zero {
  margin-top: 0;
}
.mg_bottom--zero {
  margin-bottom: 0 !important;
}
.padding--0 {
  padding: 0 !important;
}
.padding_top--15 {
  padding-top: 15px !important;
}
.padding_top--12 {
  padding-top: 12px !important;
}
.padding_vertical--20 {
  padding: 20px 0;
}
.font_weight--600 {
  font-weight: 600;
}
.font_weight--400 {
  font-weight: 400 !important;
}
.col_gap--10 {
  column-gap: 10px;
}
.flex--column {
  display: flex;
  flex-direction: column;
}
.flex_col--gap_15 {
  row-gap: 15px;
}
.flex_col--gap_8 {
  row-gap: 8px;
}
.promo-banner {
  font-weight: 400;
}
.mobile_nav.dropdown_link .hide_when_open {
  display: block;
}
.mobile_nav.dropdown_link .open .hide_when_open {
  display: none;
}
.mobile_nav.dropdown_link .show_when_open {
  display: none;
}
.mobile_nav.dropdown_link .open .show_when_open {
  display: block;
}
.section.shop_by_recipients_desc .image__container{
  border-radius: 10px
}
.section.shop_by_recipients_desc {
  padding:0 80px
}
.section.shop_by_recipients_desc .collection-info__caption  {
  margin-top: 16px;
  margin-bottom: 32px !important;
  text-align: left;
}
.section.shop_by_recipients_desc .title  {
  font-family: Nunito;
  font-weight: 700;
  color: var(--gray-scale-50-color);
}
.section.shop_by_recipients_desc .card_desc  {
  font-weight: 400;
  color: var(--gray-scale-50-color);
  font-size: calc(var(--regular-font-size) * 1px);
}
@media only screen and (max-width: 480px) {
  .section.shop_by_recipients_desc .small-down--one-half {
    width: calc(100% - 10px) !important;
    margin: 0 0 16px 0 !important;
  }
  .section.shop_by_recipients_desc .product-wrap {
    display: flex;
    flex-direction: row-reverse;
  }
  .section.shop_by_recipients_desc .column:nth-of-type(odd) .product-wrap {
    flex-direction: row;
  }
  .section.shop_by_recipients_desc .collection-info__caption {
    margin-right: 16px;
    margin-left: 0;
  }
  .section.shop_by_recipients_desc .column:nth-of-type(odd) .collection-info__caption {
    margin-left: 16px;
    margin-right: 0;
  }
  .section.shop_by_recipients_desc .collection-info__caption .title  {
    font-size: 16px;
    margin-bottom: 0;
  }
  .section.shop_by_recipients_desc .card_desc  {
    font-size: 12px;
    line-height: 15px;
  }
  .section.shop_by_recipients_desc .image__container,
  .section.shop_by_recipients_desc .collection-info__caption{
    flex: 1;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section.mothers_products .collection-info__caption .title {
    margin-bottom: 0 !important;
  }
  .section.mothers_products .small-down--one-half {
    margin-bottom: 16px !important;
  }
  .section.mothers_products h2.title, .section.shop_by_recipients_desc h2.title{
    margin-bottom: 20px !important
  }
}
@media only screen and (max-width: 1024px) {
  .section.shop_by_recipients_desc, .section.mothers_products {
    padding: 0 !important
  }
}
@media only screen and (max-width: 798px) {
  .section.sub-collection-list {
    margin: 10px auto;
  }
}
.section.sub-collection-list {
  margin: 20px auto;
}
.section.mothers_products {
  padding: 0 40px
}
.section.mothers_products .thumbnail {
  position: relative;
}
.section.mothers_products .metadata_image{
  position: absolute;
  left: 0;
  top: 0
}
.section.mothers_products .background_hover{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.section.mothers_products .thumbnail:hover .background_hover {
  opacity: 1;
  visibility: visible
}
.section.mothers_products .thumbnail .image__container {
  transition: all .3s ease-in-out;
}
.section.mothers_products .image__container .image-element__wrap  {
  transform: translateY(-6%);
}
.section.mothers_products .thumbnail:hover .image__container {
  transform: scale(1.05);
}
.section.mothers_products .collection-info__caption .title {
  font-family: 'Poppins';
  font-weight: 400;
  color: var(--gray-scale-50-color);
}
.section.mothers_products .list-collections {
  justify-content: center
}
.section.gifts_by_recipients .metadata_image {
  position: absolute;
  width: 100%;
}
.section.gifts_by_recipients .with_metadata_img .product-wrap {
  position: relative;
}
.section.gifts_by_recipients .list-collections > div {
  background-color: var(--card-bg);
  border-radius: 20px;
  transition: all 0.2s linear;
  box-shadow: -4px -6px 8px 0px #79b9ff14 inset, -2px -2px 4px 0px #ffffff99 inset, 1px 2px 4px 0px #ffffff99 inset;
}
.shopify-section--product-template {
  padding-top: 0 !important;
}
.product-quantity-box .product-minus, .product-quantity-box .product-plus {
  border: none;
  height: 56px;
  background: unset;
  display: flex;
  width: 30px;
  height: 30px
}
.product-quantity-box  .quantity {
  width: 40%;
}
.icon-minus, .icon-plus {
  margin: auto;
}
button.add_to_cart .text {
  font-size: calc(var(--mobile-primary-btn-font-size) * 1px) !important;
  /* font-family: var(--mobile-primary-btn-font-family) !important; */
  font-weight: var(--mobile-primary-btn-font-weight) !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700!important;
  line-height: calc(var(--mobile-primary-btn-line-height) * 1px) !important;
}
button.add_to_cart svg {
  margin-right: 15px;
}
.js-shipping-time {
  color: var(--gray-scale-50-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
form.shopify-product-form button.customily-preview-button.ld-over-inverse {
  font-weight: 600 !important;
}
.section h2.title {
  color: var(--gray-scale-50-color);
  margin-bottom: 16px;
  font-family: var(--d-heading-section-family-family);
  font-size: calc(var(--d-heading-section-size) * 1px);
  line-height: calc(var(--d-heading-section-line) * 1px);
  font-weight: var(--d-heading-section-weight);
}
    .image-element__wrap {
      max-width: 100% !important;
    }
    .product-details .title {
      text-align: left;
      font-size: 14px;
      color: var(--gray-scale-50-color);
      margin-bottom: 0;
      line-height: 18px;
      font-weight: 600;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      font-family: 'Nunito';
      white-space: normal;
      display: -webkit-box;
    }
    .product-details .desc {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      flex-direction: column-reverse;
      align-items: flex-start;
      margin-top: 6px;
    }
    .product-details .desc.hide_origin_price {
      flex-direction: row;
      align-items: baseline;
    }
    .product-details .current_price .money {
      font-size: calc(var(--product-card-current-price-font-size-mobile) * 1px);
      font-weight: var(--product-card-current-price-font-weight);
      line-height: calc(var(--product-card-current-price-line-height-mobile) * 1px);
      font-family: var(--mobile-tab-menu-font-family);
      text-align: left;
      color: var(--primary-light-60-color) !important;
    }
    .product-details .was_price .money {
      font-size: 13px;
      font-weight: 500;
      color: var(--global-light-pawgray-10) !important;
    }
    .product-details .product-type {
      font-size: 13px;
      line-height: 18px;
      font-weight: 500;
      max-width: 80px;
      color: var(--gray-scale-30-color);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-family: 'Nunito';
    }
.shopify-section--cart-template .heading__page {
  font-weight: 600 !important;
  font-size: 20 !important;
  color: var(--gray-scale-50-color)
}
.cart__item {
  align-items: unset;
  /* border-bottom: 1px solid #EAEAEB; */
  /* padding: 20px 0; */
  padding-bottom: 30px;
  margin: 0;
  gap: 15px;
}
.cart__item--content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-direction: column;
}
.cart__item--content ul.meta {
  order: 2;
  margin-bottom: 0;
  list-style: disc inside;
}
.cart__item--content ul.meta li {
  margin-bottom: 0;
  list-style: none;
}
.cart__item--content .meta .label {
  font-family: var(--mobile-caption-font-family);
  /* font-size: calc(var(--mobile-caption-font-size) * 1px); */
  font-weight: var(--mobile-caption-font-weight);
  line-height: calc(var(--mobile-caption-line-height) * 1px);
  /* color: var(--gray-scale-30-color); */
  color: #70707b;
  font-size: 13px;
}
.cart__item:first-child {
  padding-top: 0 !important;
}
.cart__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.cart__remove-btn {
  display: none;
}
.cart_savings {
  letter-spacing: 0em;
  text-align: left;
  padding: 0 8px;
}
.cart_savings .right {
  font-weight: 400;
}
.cart_savings span {
  color: var(--primary-light-60-color);
}
.cart_subtotal span.right, .cart_subtotal span.left {
  color: var(--gray-scale-50-color);
}
.icon-minus, .icon-plus {
  display: flex;
}
.icon-minus svg path, .icon-plus svg path {
  fill: var(--gray-scale-50-color) !important;
}
.add_to_cart span.icon-lock:before {
  /* content: unset; */
  margin-right: 4px;
}
.cus__modal__preview {
  display: none;
}
.cus__modal__preview.open {
  display: block;
  z-index: 999;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #000000d9;
  top: 0;
}
.cus__modal__preview.open .cus-preview-modal-wrapper {
  top: 20%;
  position: fixed;
}
.cus__modal__preview.open img {
  max-width: calc(100% - 20px);
  margin: 10px;
  border-radius: 12px;
}
.cus-close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
}
.cus-close svg path {
  fill: white;
}
/* .recomatic-product:nth-child(2n) {
  margin-right: 0 !important;
  margin-left: 7.5px !important;
}
.recomatic-product:nth-child(2n +1) {
  margin-right: 7.5px !important;
  margin-left: 0 !important;
} */
/* .recomatic-price-wrap, .recomatic-price {
  margin:5px 0 0 !important;
} */
/* .recomatic-type {
  order: 3;
  color: var(--gray-scale-30-color) !important;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 500 !important;
  font-family: 'Nunito' !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 0 38%;
} */
/* #snize-search-results-grid-mode span.snize-overhidden {
  background-color: #f9f9f9 !important;
} */
.section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 28px;
  color: var(--gray-scale-50-color) !important;
  font-family: var(--font_primary);
}
.footer .toggle_content li a{
  color: var(--global-light-pawgray-05);
  font-weight: 400;
}
.sticky__menu--custom {
  box-shadow: 0 0 25px #0000001a;
  background: var(--header-bg-color);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1025px) {

  .section {
    width: 90%;
    max-width: 1280px;
  }
  .product-details .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
  .product-details .current_price .money {
    font-size: calc(var(--product-card-current-price-font-size-desktop) * 1px);
    font-weight: var(--product-card-current-price-font-weight);
    line-height: calc(var(--product-card-current-price-line-height-desktop) * 1px);
  }
  .product-details .product-type {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    max-width: 150px;
  }
  .featured_collection--none_banner .section,
  .section.featured__collection--products__list {
    max-width: 1180px;
  }
  .featured_collection--none_banner .product-details .current_price .money {
    font-size: 20px;
    line-height: 28px;
  }
  .featured_collection--none_banner .product-details .product-type {
    font-size: 16px;
    line-height: 24px;
  }
  .section.gifts_by_recipients .list-collections > div:hover {
    background-color: var(--shop-by-recipients-item-hover-background);
    box-shadow: var(--rm-collectionListItemBoxShadow);
  }
  .section.gifts_by_recipients .list-collections > div:hover .title {
    color: #fff;
  }
  .container > .one-whole.column {
    width: 100%;
  }

  .shopify-section--featured-collection .section > .container {
    display: block;
  }
   .section.gifts_by_recipients > .container > div {
    margin: 0;
  }
  .shopify-section--slideshow {
    margin: 20px 0 0;
  }
  .section.gifts_by_recipients .list-collections, .section.shop_by_products .list-collections {
    justify-content: center;
  }
  .section.gifts_by_recipients .list-collections > div {
    background-color: var(--card-bg);
    border-radius: 20px;
  }
  .section.section.gifts_by_recipients .list-collections .product-wrap {
    padding: 12px 4px 8px;
  }
  .section.gifts_by_recipients .list-collections > div.one-third:nth-of-type(3n+1) {
    margin-left: 0px;
  }
  .section.gifts_by_recipients .list-collections > div.one-third:nth-of-type(3n) {
    margin-right: 0px;
  }
  .section .product-wrap .collection-info__caption {
    margin-bottom: 4px;
  }
  .section.gifts_by_recipients .product-wrap .collection-info__caption .title {
    font-size: 18px;

    font-weight: 700;
    line-height: calc(var(--collection-list-item-heading-line-height) * 1px);
    color: var(--secondary-light-70-color);
    margin-bottom: unset;
  }
  .section.shop_by_products .list-collections {
    gap: 32px;
  }
  .section.shop_by_products .list-collections > div {
    margin-left: 0;
    margin-right: 0;
    width: 12.97%;
  }
  .section.shop_by_products .product-wrap {
    padding-bottom: 12px;
  }
  .section.shop_by_products .product-wrap .image__container {
    margin-bottom: 4px;
    background: #F6FAFC;
    border-radius: 50%;
  }
  .section.shop_by_products .product-wrap img {
    transition: transform .2s ease-out;
  }
  .section.shop_by_products .product-wrap:hover img {
    transform: scale(1.1);
  }
  .section.shop_by_products .product-wrap .title {
    font-family: 'Poppins';
    font-weight: 400;
    color: var(--gray-scale-30-color);
  }

  .section.featured__collection--title .title {
    margin-bottom: 16px;
  }

  [data-nav-desktop-details][open] .nav-desktop__tier-2--full-width-menu {
    max-width: 1240px;
    left: 50%;
    /* margin-left: -620px;  */
    margin-left: -50%;
  }
  .widemenu {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .widemenu.columns--3 {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 100px;
    padding: 0 218px;
  }
  .widemenu.columns--4 {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 80px;
    padding: 0 131.5px;
  }
  .widemenu.columns--5 {
    grid-gap: 49.25px;
    padding: 0 70px;
  }
  .nav-desktop__tier-1-item .nav-desktop__tier-1-link.nav-desktop__tier-1-link--active {
    color: var(--gray-scale-40-color);
  }
  .nav-desktop__tier-1-item:hover .fIcon.arrow_down svg path {
    fill: var(--nav-color-hover) !important;
  }
  .nav-desktop__tier-1-item:hover .nav-desktop__tier-1-link {
    color: var(--nav-color-hover) !important;
  }
  .shopify-section--collection-list {
    margin-bottom: 80px
  }
  .footer--company {
    padding-left: 48px !important;
  }

  .section-wrapper--product {
    /* margin-top: 20px; */
    padding-top: 20px;
    max-width: 1280px;
  }
  .product_section {
    gap: 28px;
  }
  .section-wrapper--product .product-container .product__images.four-sevenths {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 calc(55% - 14px);
    /* max-width: 600px; */
  }
  .section-wrapper--product .product-container .product__details.three-sevenths {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 calc(45% - 14px);
  }
  /*
  .flickity-viewport {
    min-height: 700px !important;
  }
  */
  .flickity-button.flickity-prev-next-button.next {
    display: none;
  }
  .product_gallery {
    margin-bottom: 0;
  }
  .product_section .product_form {
    width: 100%;
    max-width: 100%;
    /* padding: 12px 0 0; */
    margin-top: 8px;
  }

  .product-quantity-box .product-minus,
  .product-quantity-box .product-plus {
    height: 58px;
  }

  .mobile_order-3 .footer-social-icons  {
    display: none;
  }
  /* .recomatic-products .recomatic-product {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    border-radius: 16px !important;
    border: none !important;
    background-color: #f9f9f9 !important;
  } */
  /* .recomatic-type {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: right !important;
  } */
  .cart_savings {
    margin-bottom: 15px;
  }
  /* .cart__wrapper .cart--items__wrapper {
    width: calc(100% * 668 / 1180);
  } */
}
.snize-header {
  display: none !important;
}
@media only screen and (max-width: 798px) {
  div.content, section.content {
    padding: 15px 0;
  }
  .footer .social_icons a {
    font-size: 20px;
  }
  .section.gifts_by_recipients .list-collections>div {
    width: calc(50% - 4.5px);
    margin-bottom: 16px;
  }
  .section.gifts_by_recipients .list-collections>div:nth-child(5),
  .section.gifts_by_recipients .list-collections>div:nth-child(6) {
    margin-bottom: 0;
  }
  .section.gifts_by_recipients .list-collections>div:nth-of-type(2n+1) {
    margin-left: 0;
    margin-right: 4.5px;
  }
  .section.gifts_by_recipients .list-collections>div:nth-of-type(2n) {
    margin-left: 4.5px;
    margin-right: 0;
  }
    .image-element__wrap {
      max-width: 100% !important;
    }
    .product-details .title {
      text-align: left;
      font-size: 14px;
      color: var(--gray-scale-50-color);
      margin-bottom: 0;
      line-height: 18px;
      font-weight: 600;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      font-family: 'Nunito';
      white-space: normal;
      display: -webkit-box;
    }
    .product-details .desc {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      flex-direction: column-reverse;
      align-items: flex-start;
      margin: 5px 0 7px;
    }
    .product-details .desc.hide_origin_price {
      flex-direction: row;
      align-items: baseline;
    }
    .product-details .was_price .money {
      font-size: 13px;
      font-weight: 500;
      color: var(--global-light-pawgray-10) !important;
    }
    .product-details .product-type {
      font-size: 13px;
      line-height: 18px;
      font-weight: 500;
      max-width: 80px;
      color: var(--gray-scale-30-color);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-family: 'Nunito';
    }
  section.section.single__image--gallery {
    margin: unset;
    width: 100%;
  }
  section.section.single__image--gallery .gallery-image-wrapper {
    margin-bottom: 0px;
  }
  .section.mothers_products .collection-info__caption .title {
    color: var(--gray-scale-50-color);
    font-size: calc(var(--mobile-caption-font-size) * 1px);
  }
  .section.mothers_products .with_metadata_img .product-wrap {
    padding: 0
  }
  /* .section.shop_by_products h2.title, .featured_collection--none_banner h2.title {
    font-size: 20px;
    line-height: 28px;
  } */
  .section.gifts_by_recipients h2.title {
    margin-top: 0;
    font-family: var(--mobile-title-font-family);
    font-size: calc(var(--mobile-title-font-size) * 1px);
    line-height: calc(var(--mobile-title-line-height) * 1px);
    font-weight: var(--mobile-title-font-weight);
  }
  .section.gifts_by_recipients .with_metadata_img .product-wrap .collection-info__caption .title {
    font-family: var(--headline--font-family), var(--headline--font-fallback-families);
    font-size: 16px;
    line-height: 24px;
    color: var(--heading-card-color);
    font-weight: 900;
  }
  .section.shop_by_products .list-collections {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .section.shop_by_products .list-collections::-webkit-scrollbar {
    display: none;
  }
  .section.shop_by_products .list-collections > div {
    min-width: 35%;
    min-height: auto;
    margin-bottom: 0;
  }
  .section.shop_by_products .list-collections > div {
    margin-left: 8px;
    margin-right: 8px;
  }
  .section.shop_by_products .list-collections > div:first-child {
    margin-left: 0px;
    margin-right: 8px;
  }
  .section.shop_by_products .list-collections > div:last-child {
    margin-left: 8px;
    margin-right: 0px;
  }
  .section.shop_by_products .list-collections > div .image__container {
    background: var(--secondary-light-05-color);
    border-radius: 50%;
  }
  .section.shop_by_products .collection-info__caption .title {
    font-family: var(--mobile-caption-font-family);
    font-size: calc(var(--mobile-caption-font-size) * 1px);
    line-height: calc(var(--mobile-caption-line-height) * 1px);
    font-weight: var(--mobile-caption-font-weight);
    color: var(--gray-scale-30-color);
  }
  .section.personalized_tutorial .step .desc {
    line-height: 20px;
    font-size: 14px !important;
  }

  .section-wrapper--product {
    width: 100%;
  }
  .product_gallery {
    margin-bottom: 10px;
  }
  .smart-payment-button--false .purchase-details {
    padding: 12px 0 24px;
  }

  .section-wrapper--product .jdgm-rev-widg {
    border: none !important;
    padding: 0 !important;
  }
  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header {
    text-align: center;
  }
  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__summary-inner {
    margin-bottom: 15px !important;
  }
  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__summary {
    float: unset;
  }
  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text {
    font-family: "Nunito" !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 5px;
  }

  .section-wrapper--product .jdgm-widget .jdgm-paginate {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-wrapper--product .jdgm-widget .jdgm-paginate > a {
    color:  var(--gray-scale-40-color);
    font-size: 18px;
    min-width: 24px;
    /* font-family: var(--product-page-option-title-font-family) !important; */
  }
  .section-wrapper--product .jdgm-widget .jdgm-paginate__page.jdgm-curt {
    background-color: var(--judgeme-review-btn-border-color) !important;
    border-radius: 5px;
    color: white;
    font-weight: 400;
  }
  /* Header mobile */
  #header .top-bar {
    padding: 5px 15px;
  }
  /* Footer */
  .footer {
    padding: 0 15px;
  }
  .social_icons {
    display: none;
  }
  footer .logo_with_desc {
    flex: 0 0 63%;
  }
  .shopify-section.shopify-section--gallery {
    margin-bottom: 24px;
  }
  /* Tutorial on homepage */
  img.footer-logo {
    max-width: unset;
  }
  .product_gallery img {
    border-radius: 8px;
  }
  /* div.snize#snize_results.snize-mobile-design li.snize-product .snize-price-list .snize-price {
    margin: 0 !important;
    color: var(--product-card-current-price-color) !important;
    font-family: var(--product-card-current-price-font-family) !important;
    font-size: calc(var(--product-card-current-price-font-size) * 1px) !important;
    line-height: calc(var(--product-card-current-price-line-height) * 1px) !important;
    font-weight: var(--product-card-current-price-font-weight) !important;
  } */
  /* #snize-search-results-grid-mode span.snize-attribute {
    order: 3;
    margin: 5px 0 7px !important;
    color: var(--product-card-product-type-color) !important;
    font-family: var(--product-card-product-type-font-family) !important;
    line-height: calc(var(--product-card-product-type-line-height) * 1px) !important;
    font-weight: var(--product-card-product-type-font-weight) !important;
    font-size: calc(var(--product-card-product-type-font-size) * 1px) !important;
    flex: 0 0 36%;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
  } */
  .collection_template--banner header {
    border-radius: 10px;
  }
  .shopify-section--cart-template .section {
    padding-bottom: 24px;
  }
  .cus__modal__preview.open {
    z-index: 99999;
  }
}
.cart_savings {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 798px) {
  .cart__item {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 799px) {
  .cart .cart_subtotal .money {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .cart_savings {
    font-size: 18px;
    line-height: 24px;
  }
  .shopify-section--cart-template .section {
    max-width: 1280px;
  }
  .shopify-section--cart-template .heading__page {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
  }
  /* .cart__wrapper .cart--checkout__wrapper {
    width: 30%;
  } */
  .cart__item {
    gap: 24px;
  }
  .cart__item--content {
    /* display: grid;
    grid-template-areas: "title title"
    "meta meta"
    "box price"
    "preview preview";
    align-items: center; */
    display: flex;
    min-height: 240px;
    height: fit-content;
  }
  .cart__item--content .meta {
    grid-area: meta;
    margin-bottom: 16px !important;
  }
  .cart__item--content .meta .label{
    font-size: 16px;
    font-weight: 400;
  }
  .cart__item--content .product-quantity-box {
    grid-area: box;
  }
  .add_to_cart span.icon-lock {
    margin-right: 0;
  }
  .cart_subtotal {
    margin-bottom: 8px;
  }
  .cart_subtotal .money {
    font-size: 20px;
    font-weight: 700;
  }
  .cart_savings {
    margin-bottom: 4px;
  }
  .cus__modal__preview.open {
    z-index: 99999;
  }
  .cus-preview-modal-wrapper {
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%)
  }
  .cus-preview-modal-wrapper .cus-close {
    position: absolute;
    top: 0;
    right: 0px;
    background: #5c5c5cc7;
    border-width: 2px;
    cursor: pointer;
  }
}
#top_scroll_button{
  position: fixed;
  bottom: 76px;
  right: 10px;
  background-color: #f3873d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 10px rgba(13, 12, 34, 0.17);
  z-index: 100;
}
#top_scroll_button svg{ 
  width: 18px;
  height: 18px;
}
.logo-with-badges img.footer-logo{
  margin: 0;
  padding: 20px 0 12px;
}
@media (min-width: 1025px) {
   .promo-banner .promo-banner__content {
    font-size: calc(var(--mobile-caption-font-size) * 1px);
    line-height: calc(var(--mobile-caption-line-height) * 1px);
    font-family: var(--font_second);
    font-weight: 400;
    letter-spacing: 0.02em;
   }
  .product-details .desc.hide_origin_price {
    gap: 10px;
  }
  .footer {
    padding-bottom: 24px;
  }
}
.js-product-section--product-no-quantity .purchase-details__buttons .add_to_cart,
.js-product-section--product-no-prv-no-qtt .add_to_cart {
  width: 100%;
  margin-left: 0;
}
.js-product-section--product-no-preview #customily-options,
.js-product-section--product-no-prv-no-qtt #customily-options,
.js-product-section--product-no-preview .customily-preview-button,
.js-product-section--product-no-prv-no-qtt .customily-preview-button {
  display: none !important;
}
.js-product-section--product-special-case .product_gallery,
.js-product-section--product-special-case .modal_price,
.js-product-section--product-special-case .swatch_options {
  margin-bottom: 5px !important;
}
.js-product-section--product-special-case .product_gallery_nav {
  margin-bottom: 6px !important;
}
.js-product-section--product-special-case .sale.savings {
  display: none;
}
.js-product-section--product-special-case .purchase-details__buttons {
  margin-top: 5px;
}
.js-product-section--product-special-case .product_promotion {
  margin-top: 12px;
}
.js-product-section--product-horizontal-thumbnails-trendy .purchase-details {
  padding-bottom: 24px;
}
@media only screen and (max-width: 798px) {
  .js-product-section--product-special-case .product_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.shopify-section--contact-section {
  margin-bottom: 24px;
}
.contact_template--content .contact-form {
  gap: 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@media (min-width: 1025px) {
  .shopify-section--contact-section {
    margin-bottom: 60px;
  }
}
.promo-banner__close {
  display: none !important;
}
.btn__secondary {
  display: flex;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  width: fit-content;
  padding: 12px;
  background: var(--gray-scale-00-color);
  color: var(--secondary-element-color);
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;
  height: 40px;
  transition: all 0.2s linear;
}
.btn__secondary span {
  color: var(--secondary-element-color);
}
.btn__secondary svg {
  padding-right: 8px;
}
.btn__secondary path{
  fill: var(--secondary-element-color);
  transition: all 0.2s linear;
}
.btn__secondary:hover {
  background: #39C6D4;
  color: #FFF;
}
.btn__secondary:hover path, .btn__secondary:hover span{
  fill: #FFF;
  color: #FFF;
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .section-wrapper--product .is-width-wide,
  .section-wrapper--collection .is-width-wide,
  .section-wrapper--index .is-width-wide,
  .section-wrapper--page .is-width-wide {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .section-wrapper {
    max-width: 739px !important;
    /* margin-top: 96px; */
    margin-left: auto;
    margin-right: auto;
  }

  header.search-enabled--true {
    display: none!important;
  }
  #header {
    display: block !important;
  }
  #header .mobile_nav.dropdown_link {
    align-items: center;
  }
  #header .top-bar a.mobile_logo {
    margin: 0 auto;
  }
  #header a.mobile_logo img {
    width: auto;
    max-width: 150px;
    max-height: 30px;
    vertical-align: middle;
  }
  .top-bar .top-bar--right {
    margin-left: 0;
  }
  .container.footer-menu-wrap {
    justify-content: space-between;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1025px) {

  [data-nav-desktop-details][open] .nav-desktop__tier-2--full-width-menu {
    max-width: 1240px;
    left: 50%;
    margin-left: -620px;
  }
  .sticky__menu--custom.sticky {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease;
    padding: 20px 60px 12px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .nav-desktop__tier-1 {
    column-gap: unset !important;
    justify-content: space-around !important;
  }
  .custom_header .nav-desktop__tier-1-link {
    display: block !important;
  }
  .custom_header .nav-desktop__tier-1-link .arrow_down {
    display: inline-block !important;
  }
  .nav-desktop__tier-1 .nav-desktop__tier-1-item {
    margin-right: 12px;
  }
  .sticky__menu--custom.sticky {
    padding: 20px 0 12px;
  }
  .sticky__menu--custom.sticky .menu__sticky__wrapper {
    width: calc(100% - 20px);
  }
  [data-nav-desktop-details][open] .nav-desktop__tier-2--full-width-menu {
    margin-left: -50%;
  }
}
/* .jdgm-prev-badge__text {
  color: var(--gray-scale-30-color) !important;
} */
@media only screen and (min-width: 799px) {
  button.add_to_cart .text {
    font-size: 24px !important;
  }
/*   .shipping-custom .list-inline .medium--justify_center {
    margin-bottom: 24px;
  } */
  .logo-with-badges.is-hidden-mobile-only img.footer-logo {
    margin: 0;
    padding: 0px 0 12px;
  }
}
.product_gallery_nav .gallery-cell.is-nav-selected img {
  border: var(--secondary-light-50-color) 1px solid;
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .product_section .product_form {
    width: 100%;
    max-width: unset;
    border-top: unset;
  }
  /* Preview modal */
}
@media only screen and (min-width: 799px) {
  .section-wrapper--collection .collection_template--title {
/*     text-align: center; */
    max-width: 1260px;
    margin: auto;
  }
  /* #snize-search-results-grid-mode span.snize-attribute {
    order: 3;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Nunito';
    font-weight: 500 !important;
        flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-align: right !important;
  } */
  /* #snize-search-results-grid-mode .snize-price-list {
    order: 2;
    margin-bottom: 0 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-family: 'Poppins';
    font-weight: 500 !important;
  } */
}
@media only screen and (min-width: 1025px) {
/*   .section-wrapper--collection {
    padding-top: 20px;
  } */
  .section-wrapper--collection .shopify-section--collection-template,
  .section-wrapper--collection .shopify-section .product-app--container {
    max-width: 1280px;
    margin: auto;
  }
}
.menu__sticky__wrapper {
  display: flex;
  align-items: center;
  max-width: 1320px;
  width: 100%;
}
.sticky__menu--custom.sticky .menu__sticky__wrapper .nav-desktop__tier-1 .nav-desktop__tier-1-item span {
  font-size: 16px;
}
/* =====START SLIDESHOW_DESKTOP*/
.btn__default {
  display: flex;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  width: fit-content;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;
  transition: unset;
}
.btn__primary {
  background: white;
  color: var(--gray-scale-50-color) !important;
  border: 2px solid var(--gray-scale-50-color) !important;
}
.btn__primary:hover {
  background: var(--primary-light-60-color);
  color: #FFF !important;
  border: 2px solid var(--primary-light-60-color) !important;
}
.btn__primary:active {
  background: var(--btn-hover-color);
  color: #FFF !important;
  border: 2px solid var(--btn-hover-color) !important;
}
@media only screen and (max-width: 798px) {
  .shopify-section--slideshow {
    margin: 0px 0px 16px 0 !important
  }
}
/* =====ENND SLIDESHOW_DESKTOP*/
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .section.gifts_by_recipients .with_metadata_img .product-wrap .collection-info__caption .title {
    font-family: var(--headline--font-family), var(--headline--font-fallback-families);
    font-size: 18px;
    line-height: 28px;
    color: var(--heading-card-color);
    font-weight: 800;
    padding-top: 12px;
  }
  .section.gifts_by_recipients .list-collections{
      padding: 0 20px;
  }
  .section.gifts_by_recipients .list-collections > div {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .section.gifts_by_recipients .list-collections > div.large-down--one-third{
    width: calc(33.3333333333% - (14px - (14px / 3)));
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .section.gifts_by_recipients .list-collections > div.large-down--one-third:nth-of-type(3n+1){
    margin-left: 0px !important;
  }
  .section.gifts_by_recipients .list-collections >div.large-down--one-third:nth-of-type(3n){
    margin-right: 0px !important;
  }
  .shopify-section--collection-list,
  .shopify-section--featured-collection,
  .shopify-section--gallery {
    margin-bottom: 30px !important;
  }
  .section.gifts_by_recipients .list-collections .image__container {
    padding: 0 15px;
  }
  .section.shop_by_products .list-collections > div {
    width: 100px;
    margin:0;
  }
  .step .title {
    font-size: calc(var(--mobile-sub-title-font-size) * 1px) !important;
    line-height: calc(var(--mobile-sub-title-line-height) * 1px) !important;
  }
  /* This should consider apply for >= 799px */
}
.cart_savings .right {
  font-weight: 500;
}
  /* Nov 22nd 2023 */
@media only screen and (min-width: 799px) {
  .cart__item--content ul.meta,
  .cart__item--content .meta .label {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }
  .cart__item--content .meta .value {
    font-weight: 500;
  }
  /* Nov 22nd 2023 */
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .cart__item {
    gap: unset;
    justify-content: space-around;
  }
  .cart__item--content {
    width: calc(60% - 10px);
  }
  .cus__modal__preview.open {
    display: flex;
    justify-content: center;
  }
  .cart_subtotal span, .cart_savings span {
    font-size: 18px;
    line-height: 24px;
  }
}
.canvas-container {
  max-height: fit-content !important;
}
@media only screen and (max-width: 798px) {
  .product_page--product_featured_collection .section h2.title {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 799px) {
  .product_page--product_featured_collection .section.featured__collection--products__list {
    max-width: 1280px;
  }
}
  /* DMCA Report */
.dmca-form .homepage_content{
  justify-content: center;
}
.dmca-form .custom-contact-form{
  left: 0;
  width: 100%;
  max-width: 960px;
}
.dmca-form .custom-contact-form form{
  margin-bottom:0;
}
.dmca-form .custom-contact-form .contact-block--image{
  margin-bottom:20px;
}
.dmca-form .custom-contact-form .contact-block--image:not(:first-child){
  margin-top:24px;
}
.dmca-form .custom-contact-form .contact-block--image p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  color: #3B4148;
}
.dmca-form .custom-contact-form .contact-block--richtext{
  margin-left: 5px;
  margin-right: 5px;
}
.dmca-form .custom-contact-form .contact-block--richtext label{
  margin-bottom:10px;
}
.dmca-form .custom-contact-form .contact-block--richtext p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #3B4148;
  margin-bottom:10px;
}
.dmca-form .custom-contact-form .contact-block--richtext input:not([type="submit"]),
.dmca-form .custom-contact-form .contact-block--richtext input:not([type="file"]){
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #85888D;
  border-radius: 8px;
  border-color: #A9ACAF;
  padding-left: 12px;
  padding-right:12px;
  height: 50px;
  transition: all .2s linear;
}
.dmca-form .custom-contact-form .contact-block--richtext textarea{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #85888D;
  border-radius: 8px;
  padding: 12px 16px;
  transition: all .2s linear;
  resize: vertical;
}
.dmca-form .custom-contact-form .contact-block--richtext input[type=file]{
  border-radius: 0;
  padding: 0;
  color: #85888D;
  height: auto;
  transition: all .2s linear;
}
.dmca-form .global-button{
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  width: calc(100% - 10px);
  background: #F4993D;
  border-radius: 14px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .dmca-form .custom-contact-form .contact-block--image p{
    font-size: 24px;
    line-height: 32px;
  }
  .dmca-form .custom-contact-form .contact-block--richtext {
    margin-bottom:15px;
    margin-left: 10px;
  }
  .dmca-form .global-button {
    margin-left:10px;
    margin-right: 0;
  }
}
.is-empty{
  border-color: red !important;
  background-color: #fff0f0 !important;
}
.is-filled{
  border-color: #00c100 !important;
  background-color: #f1fff1 !important;
}
.padding_bottom-zero {
  padding-bottom: 0 !important;
  text-align: center;
}
.section-wrapper.section-wrapper-- {
  display: block;
}
@media only screen and (max-width: 768px) {
  .shopify-section--cart-template .heading__page {
    font-size: 18px !important
  }
}
/* Cut off part in product page */
.cut_off--header {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mg_top-12 {
  margin-top: 12px;
}
/* Styling the modal refill customily */
.jdgm-form__yt-video-fieldset{
  display: none !important;
}
:root{
  --color_primary_60: #E78534;
  --color_primary_50: #F4993D;
  --color_primary_40: #F6AC62;
  --color_second_50: #0AB9CA;
  --color_second_70: #0C94A4;
  --color_grey_50: #3B4148;
  --color_grey_40: #60656A;
  --font_second: 'Poppins', sans-serif;
  --font_primary: 'Poppins', sans-serif;
  --border-rad-default: 12px;
  --border-rad-default_mobile: 8px;
  --color-primary-60: #ED7123;
  --color-neutral-70: #73707E;
  --color-neutral-80: #52525B;
  --color-neutral-100: #202024;
}
/* PRICE */
/* HEAD REVIEW */
.section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{
	text-transform: capitalize;
	margin-bottom: 10px;
	line-height: 32px !important;
	letter-spacing: 0.04em;
	font-size: 25px !important;
    display: contents;
}
/* WRITE REVIEW FORM */
.jdgm-form-wrapper .jdgm-form, .jdgm-question-form-wrapper .jdgm-question-form{
    max-width: 70%;
    margin: 0 auto;
}
.jdgm-question-form-wrapper, .jdgm-form-wrapper {
    margin: 20px 0;
    padding: 10px 0 40px;
    border: none !important;
    background: #fafafa;
    border-radius: 6px;
}
.jdgm-form .jdgm-form__name-fieldset .jdgm-form__reviewer-name-format-container{
	display: none;
}
.jdgm-form__title-fieldset>label, .jdgm-form__body-fieldset>label, .jdgm-form__name-fieldset>label{
	margin: 24px 0 12px 0;
}
.jdgm-picture-fieldset .jdgm-picture-fieldset__box{
  margin: 5px 0 0 !important;
}
.jdgm-form__body-fieldset{
    margin-top: -15px !important;
    margin-bottom: 25px !important;
}
.jdgm-question-form-wrapper .jdgm-question-form .jdgm-widget textarea{
    margin-bottom: 0px;
}
/* DISPLAY NONE FORM*/
/* EDIT OLD STYLE */
/* QUESTION RESPONSE */
/* GALERY */
.jdgm-form__yt-video-fieldset{
  display: none !important;
}
.jdgm-video-fieldset__container.jdgm-media-fieldset__container{
  margin-top: 5px !important;
}
/* MOBILE SETTINGS */
@media screen and (max-width: 798px){
/* HEADER REVIEW */
.section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{
  font-size: 20px !important;
  display: block;
}
.section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text{
  font-family: var(--font_second) !important;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 3px;
    letter-spacing: 0.02em;
}
/* REVIEW FORM */
.jdgm-form-wrapper .jdgm-form, .jdgm-question-form-wrapper .jdgm-question-form{
  max-width: 90%;
}
.section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{
  margin-bottom: 5px;
}
.jdgm-form-wrapper div:has(>label), .jdgm-question-form div:has(>label){
  text-align: left;
}
.jdgm-question-form-wrapper, .jdgm-form-wrapper{
  padding: 5px 0 25px;
}
}
/* .jdgm-star{
  color: var(--color_primary_40) !important;
} */
.logo-with-badges img.footer-logo {
  padding: 20px 0 4px;
}
@media only screen and (min-width: 799px){
.logo-with-badges.is-hidden-mobile-only img.footer-logo {
  padding: 0 0 4px;
}}
/* BFCM 2023 */
/* .bfcm-nov23 {
  width: 80% !important;
} */
/* Nov 22nd 2023 */
/* Nov 23 2023 */
/* Nov 24th 2023 */
/* Navigation Menu July 03 */
.nav-desktop__tier-1-item:nth-child(1) span {
    color: var(--color_primary_60);
    border-radius: 20px;
    font-weight: 500;
}
.nav-desktop__tier-1-item:nth-child(2) span {
    color: var(--color_second_50);
    border-radius: 20px;
    font-weight: 500;
}
/* .nav-desktop__tier-1-item:nth-child(1) span::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    background: url(/cdn/shop/files/check-circle_customily.svg);
    background-position: center center;
} */
/* QIKIFY UPSELL & GIFTS SETTINGS */
footer .social_icons{
  display: flex;
  margin-top: 15px;
  gap: 10px;
}
/* No Preview Hide TIB Button */
/* TRENDING SEARCHES */
/* SEARCHANISE - PRODUCT CARD STYLE 06.05 */
.klaviyo-form.klaviyo-form.klaviyo-form{
  border-radius: var(--border-rad-default_mobile) !important;
  overflow: hidden !important;
}
/* .icon-x-share:hover{
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.icon-x-share:hover svg path{
  fill: #fff;
} */
/* Klaviyo Settings */
form.klaviyo-form div.needsclick{
  max-width: 650px;
}
form.klaviyo-form{
  justify-content: center;
}
form.klaviyo-form div.needsclick button{
  padding: 0 20px !important;
}
/* Footer Settings */
@media only screen and (max-width: 798px){
  form.klaviyo-form div.needsclick button{
  padding: 0 12px !important;
  }
}
/* BFCM 2025 - PRODUCT PROMOTE BADGE */
/* PRODUCT IMAGE BADGE */
/* PRODUCT DISCOUNT BADGE */
/* HAPPY CUSTOMER PAGE - UIX 05/09/25 */
.shopify-section:has(.custome_page_title_container){
  padding-top: 20px;
}
/* RECOMATIC - UIX 05/09/25 */
b, strong{
  font-weight: 600 !important;
}
/* .product-tabs__radio:checked+.product-tabs__label+.product-tabs__panel{
  color: var(--color-neutral-60);
  font-size: 15px;
  line-height: 24px;
} */
.custom_header .nav-desktop__tier-1-link{
  color: var(--color-neutral-60) !important;
}
a:hover, a:focus{
  color: var(--color-price-saving);
}
/* JUDGE.ME - UIX 05/09/25 */
/* HEAD REVIEW */
.section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 32px !important;
  letter-spacing: 0.04em;
  font-size: 25px !important;
  display: contents;
}
/* WRITE REVIEW / QUESTION FORM */
.jdgm-form-wrapper .jdgm-form, .jdgm-question-form-wrapper .jdgm-question-form{
  max-width: 55%;
  margin: 0 auto;
}
.jdgm-question-form-wrapper, .jdgm-form-wrapper{
  margin: 25px 0 0 !important;
  border: none !important;
  background: #fafafa;
  border-radius: 10px;
}
.jdgm-form .jdgm-form__name-fieldset .jdgm-form__reviewer-name-format-container{
  display: none;
}
.jdgm-form__title-fieldset>label,
.jdgm-form__body-fieldset>label,
.jdgm-form__name-fieldset>label{
  margin: 24px 0 12px;
}
.jdgm-form .jdgm-star{ font-size: 26px !important; }
.jdgm-picture-fieldset .jdgm-picture-fieldset__box{ margin: 5px 0 0 !important; }
.jdgm-form__body-fieldset{
  margin-top: -15px !important;
  margin-bottom: 25px !important;
}
.jdgm-question-form-wrapper .jdgm-question-form .jdgm-widget textarea{ margin-bottom: 0; }
/* EDIT / SELECTS */
/* Q&A styles */
/* Gallery / media fields */
.jdgm-form__yt-video-fieldset{ display: none !important; }
.jdgm-video-fieldset__container.jdgm-media-fieldset__container{ margin-top: 5px !important; }
/* Desktop ≥1025px */
/* MOBILE ≤798px */
@media screen and (max-width: 798px){
  /* Header */
  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{
    font-size: 20px !important;
    display: block;
    margin-bottom: 20px !important;
  }
  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header
  .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text{
    font-family: var(--font_second) !important;
    font-size: 14px !important;
    line-height: 26px;
    font-weight: 400;
    margin-top: 2px !important;
    letter-spacing: 0.02em;
    color: var(--color-neutral-100) !important;
  }
  /* Form */
  .jdgm-form-wrapper .jdgm-form,
  .jdgm-question-form-wrapper .jdgm-question-form{ max-width: 90%; }
  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{ margin-bottom: 5px; }
  .jdgm-form-wrapper div:has(>label),
  .jdgm-question-form div:has(>label){ text-align: left; }
  .jdgm-question-form-wrapper, .jdgm-form-wrapper{
    padding: 20px 0px !important;
  }
  .jdgm-form-wrapper .jdgm-form, .jdgm-question-form-wrapper .jdgm-question-form{
    max-width: 100% !important;
  }
  .jdgm-form .jdgm-star{
    font-size: 24px !important;
  }
  .jdgm-form{
    padding: 0 12px !important;
  }
}
/* Misc / shared */
/* Review card styles (Judge.me) */
 .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{
  font-family: var(--pf-primary-font) !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
  color: var(--color-neutral-100) !important;
}
/* hide histogram globally */
/* Pagination links */
.jdgm-rev .jdgm-rev__custom-form{
  margin: 5px 0px !important;
}
/* Verified badge fine-tune */
/* Responsive tweaks */
/* NEW CUSTOM ADDED */
.section-wrapper--product .jdgm-widget .jdgm-paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
 .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{
  font-size: 25px !important;
  line-height: 32px !important;
  letter-spacing: 0.02em;
  text-transform: uppercase !important;
  text-align: center;
  color: var(--color-neutral-100) !important;
  margin-bottom: 15px !important;
  font-family: var(--font_primary) !important;
  font-weight: 600 !important;
}
 .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text{
  margin-top: 4px !important;
}
@media screen and (min-width: 799px){
  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header
  .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text{
    font-size: 14px !important;
    color: var(--color-neutral-100) !important;
  }
}
/* RECOMATIC - UIX 08/09/25 */
@media screen and (max-width: 798px) {
   .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{
    font-size: 22px !important;
  }
}
/* SEARCHANISE - UIX 09/09/25 */
/* OTHERS - UIX 09/09/25 */
.nav-desktop__tier-1-link.nav-desktop__tier-1-link--active span {
  color: var(--color_grey_40) !important;
}
.nav-desktop__tier-1-link span {
  color: var(--color_grey_40) !important;
}
.nav-desktop__tier-1-item:nth-child(1) span {
  color: var(--color_primary_60) !important;
}
.nav-desktop__tier-1-item:nth-child(2) span {
  color: var(--color_second_50) !important;
}
.klaviyo-form.klaviyo-form.klaviyo-form{
  border-radius: var(--border-rad-default_mobile) !important;
  overflow: hidden !important;
}
/* Klaviyo Settings */
form.klaviyo-form div.needsclick{
  max-width: 650px;
}
form.klaviyo-form{
  justify-content: center;
}
form.klaviyo-form div.needsclick button{
  padding: 0 20px !important;
}
/* Footer Settings */
@media only screen and (max-width: 798px){
  form.klaviyo-form div.needsclick button{
  padding: 0 12px !important;
  }
}
/* Unexpected button customily create for sticky preview */
.cl-canvas-container.cl-fixed {
  z-index: 9999999 !important;
}
/* UIX UPDATE - CART SPACING - 09/01/26 */
/* UIX UPDATE - REVIEW - 13/02/26 */
