/** Shopify CDN: Minification failed

Line 2283:2 Expected identifier but found "*"
Line 2614:2 Expected identifier but found "*"
Line 6791:2 Expected identifier but found "*"
Line 6803:2 Expected identifier but found "*"
Line 6815:2 Expected identifier but found "*"
Line 12913:2 Expected identifier but found "*"
Line 12927:2 Expected identifier but found "*"
Line 14648:0 Unexpected "}"

**/
@charset "UTF-8";
/*! ============================================================================
  Broadcast Theme | (c) Invisible Themes
============================================================================== */
/* ============================================================================
  This file is included for advanced development by
  Shopify Agencies.  Modified versions of the theme
  code are not supported by Shopify or Groupthought.

  In order to use this file you will need to change
  theme.css to theme.dev.css in /templates/theme.liquid
============================================================================== */
/*================ TOOLS ================*/
/**
 * Mixins
 */
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

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

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ REM Function https://github.com/pierreburel/sass-rem MIT License ================*/
/*================ VARIABLES ================*/
/* ============================================================================
  #Colors

  --STATIC vars have uppercase letters
  --dynamic vars have lowercase letters

  A static var is set in theme settings and doesn't change in any context
  A dynamic var is context dependent and can be overwritten by its wrapper

  This file is primarily concerned with setting the values of dynamic color
  variables depending on which container the text or background is inside.
============================================================================== */
:root {
  --bg: var(--COLOR-BG);
  --bg-accent: var(--COLOR-BG-SECONDARY);
  --text-dark: var(--COLOR-TEXT-DARK);
  --text: var(--COLOR-TEXT);
  --text-light: var(--COLOR-TEXT-LIGHT);
  --text-black: #000;
  --text-white: #fff;
  --link: var(--COLOR-LINK);
  --link-hover: var(--COLOR-LINK-HOVER);
  --border: var(--COLOR-BORDER);
  --hairline: var(--COLOR-BORDER-HAIRLINE);
  --sale-bg: var(--COLOR-SALE-BG);
  --sale-text: var(--COLOR-SALE-TEXT);
  --sale-text-secondary: var(--COLOR-SALE-TEXT-SECONDARY);
  --contrast: #000;
  --primary: var(--COLOR-PRIMARY);
  --primary-hover: var(--COLOR-PRIMARY-HOVER);
  --primary-fade: var(--COLOR-PRIMARY-FADE);
  --primary-light: var(--COLOR-PRIMARY-LIGHT);
  --primary-opposite: var(--COLOR-PRIMARY-OPPOSITE);
  --secondary: var(--COLOR-SECONDARY);
  --secondary-hover: var(--COLOR-SECONDARY-HOVER);
  --secondary-fade: var(--COLOR-SECONDARY-FADE);
  --success: #56AD6A;
  --error: var(--COLOR-ERROR);
  --error-bg: var(--COLOR-ERROR-BG);
  --header-overlay-color: transparent;
  --FONT-STACK-BODY: var(--FONT-MONTSERRAT);
  --FONT-STACK-HEADING: var(--FONT-MONTSERRAT);
  --FONT-STACK-NAV: var(--FONT-MONTSERRAT);
}

.palette--contrast {
  --text: #000;
  --text-light: #000;
  --text-dark: #000;
  --bg: #FFF;
}

.palette--primary {
  --text: var(--COLOR-PRIMARY);
  --text-light: var(--COLOR-PRIMARY);
  --text-dark: var(--COLOR-PRIMARY);
  --bg: var(--COLOR-PRIMARY-OPPOSITE);
}

.palette--secondary {
  --text: var(--COLOR-SECONDARY);
  --text-light: var(--COLOR-SECONDARY);
  --text-dark: var(--COLOR-SECONDARY);
  --bg: var(--COLOR-SECONDARY-OPPOSITE);
}

.palette--contrast--dark {
  --text: #FFF;
  --text-light: #FFF;
  --text-dark: #F7F7F7;
  --bg: #000;
}

/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  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
==============================================================================*/
/*============================================================================
  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
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ VENDOR ================*/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.flickity-slider > .flickity-cell {
  position: absolute;
}

/* -- Fixes slide effects with iOS 13+ -- */
.flickity-viewport {
  touch-action: pan-y;
}

.flickity-cell {
  position: absolute;
  left: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-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-button ---- */
.flickity-button {
  position: absolute;
  border: none;
  background: none;
  color: inherit;
  transition: background 0.3s, color 0.3s, opacity 0.3s, visibility 0.3s, top 0.3s;
}

.flickity-button-hide .flickity-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 1;
}

.flickity-button:disabled {
  opacity: 0;
  cursor: auto;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  --icon-size: 30px;
  --btn-size: 36px;
  top: 50%;
  width: var(--btn-size);
  height: var(--btn-size);
  padding: 0;
  /* vertically center */
  margin-top: calc(var(--btn-size) / -2);
}

.flickity-prev-next-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: var(--icon-size);
  height: var(--icon-size);
  background: var(--text);
  -webkit-mask-size: var(--icon-size);
          mask-size: var(--icon-size);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  max-width: 100%;
  max-height: 100%;
}

.flickity-prev-next-button {
  overflow: hidden;
}

.flickity-prev-next-button.previous:after {
  -webkit-mask-image: var(--ICON-ARROW-LEFT);
          mask-image: var(--ICON-ARROW-LEFT);
}

.flickity-prev-next-button.next:after {
  -webkit-mask-image: var(--ICON-ARROW-RIGHT);
          mask-image: var(--ICON-ARROW-RIGHT);
}

.flickity-button-circle .flickity-prev-next-button {
  --icon-size: 24px;
  --btn-size: 30px;
  border-radius: 50%;
/*   background: var(--COLOR-BG); */
}

.flickity-button-icon {
  display: none;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-button-circle .flickity-prev-next-button.previous {
  left: 50px;
}

.flickity-prev-next-button.next {
  right: 0;
}

.flickity-button-circle .flickity-prev-next-button.next {
  right: 50px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}
.flickity-button-circle .flickity-rtl .flickity-prev-next-button.previous {
  right: 50px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}
.flickity-button-circle .flickity-rtl .flickity-prev-next-button.next {
  left: 50px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  line-height: 1;
  display: flex;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
  border: 1px solid var(--text);
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-indent: -100%;
  font-style: normal;
  overflow: hidden;
  cursor: pointer;
}

.flickity-page-dot:first-child {
  margin-left: 0;
}

.flickity-page-dot:last-child {
  margin-right: 0;
}

.flickity-page-dot:only-child {
  display: none;
}

.flickity-page-dot.is-selected {
  background: var(--text);
}

[data-dots=line] .flickity-page-dot {
  width: 40px;
  height: 2px;
  border-radius: initial;
  opacity: 0.25;
  background: currentColor;
}

[data-dots=line] .flickity-page-dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* Flickity Resize */
.flickity-resize .flickity-slider > * {
  min-height: 100%;
}

/* Flickty overwrite */
.is-fade .flickity-cell {
  opacity: 0 !important;
  transition: opacity 1s ease !important;
}

.is-fade .flickity-cell.is-selected {
  opacity: 1 !important;
}

@media only screen and (min-width: 750px) {
  [data-slider]:not(.flickity-enabled) {
    --offset: calc(var(--gap) * -1);
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: var(--gap);
    margin-left: var(--offset);
    margin-right: var(--offset);
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  [data-slider]:not(.flickity-enabled)::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
}
.aos-initialized [data-aos][data-aos][data-aos-duration="50"], .aos-initialized body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="50"], .aos-initialized body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="50"].aos-animate, .aos-initialized body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="100"], .aos-initialized body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="100"], .aos-initialized body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="100"].aos-animate, .aos-initialized body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="150"], .aos-initialized body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="150"], .aos-initialized body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="150"].aos-animate, .aos-initialized body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="200"], .aos-initialized body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="200"], .aos-initialized body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="200"].aos-animate, .aos-initialized body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="250"], .aos-initialized body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="250"], .aos-initialized body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="250"].aos-animate, .aos-initialized body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="300"], .aos-initialized body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="300"], .aos-initialized body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="300"].aos-animate, .aos-initialized body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="350"], .aos-initialized body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="350"], .aos-initialized body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="350"].aos-animate, .aos-initialized body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="400"], .aos-initialized body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="400"], .aos-initialized body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="400"].aos-animate, .aos-initialized body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="450"], .aos-initialized body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="450"], .aos-initialized body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="450"].aos-animate, .aos-initialized body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="500"], .aos-initialized body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="500"], .aos-initialized body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="500"].aos-animate, .aos-initialized body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="550"], .aos-initialized body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="550"], .aos-initialized body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="550"].aos-animate, .aos-initialized body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="600"], .aos-initialized body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="600"], .aos-initialized body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="600"].aos-animate, .aos-initialized body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="650"], .aos-initialized body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="650"], .aos-initialized body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="650"].aos-animate, .aos-initialized body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="700"], .aos-initialized body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="700"], .aos-initialized body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="700"].aos-animate, .aos-initialized body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="750"], .aos-initialized body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="750"], .aos-initialized body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="750"].aos-animate, .aos-initialized body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="800"], .aos-initialized body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="800"], .aos-initialized body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="800"].aos-animate, .aos-initialized body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="850"], .aos-initialized body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="850"], .aos-initialized body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="850"].aos-animate, .aos-initialized body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="900"], .aos-initialized body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="900"], .aos-initialized body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="900"].aos-animate, .aos-initialized body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="950"], .aos-initialized body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="950"], .aos-initialized body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="950"].aos-animate, .aos-initialized body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1000"], .aos-initialized body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1000"], .aos-initialized body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1000"].aos-animate, .aos-initialized body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1050"], .aos-initialized body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1050"], .aos-initialized body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1050"].aos-animate, .aos-initialized body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1100"], .aos-initialized body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1100"], .aos-initialized body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1100"].aos-animate, .aos-initialized body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1150"], .aos-initialized body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1150"], .aos-initialized body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1150"].aos-animate, .aos-initialized body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1200"], .aos-initialized body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1200"], .aos-initialized body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1200"].aos-animate, .aos-initialized body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1250"], .aos-initialized body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1250"], .aos-initialized body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1250"].aos-animate, .aos-initialized body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1300"], .aos-initialized body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1300"], .aos-initialized body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1300"].aos-animate, .aos-initialized body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1350"], .aos-initialized body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1350"], .aos-initialized body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1350"].aos-animate, .aos-initialized body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1400"], .aos-initialized body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1400"], .aos-initialized body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1400"].aos-animate, .aos-initialized body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1450"], .aos-initialized body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1450"], .aos-initialized body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1450"].aos-animate, .aos-initialized body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1500"], .aos-initialized body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1500"], .aos-initialized body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1500"].aos-animate, .aos-initialized body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1550"], .aos-initialized body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1550"], .aos-initialized body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1550"].aos-animate, .aos-initialized body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1600"], .aos-initialized body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1600"], .aos-initialized body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1600"].aos-animate, .aos-initialized body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1650"], .aos-initialized body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1650"], .aos-initialized body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1650"].aos-animate, .aos-initialized body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1700"], .aos-initialized body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1700"], .aos-initialized body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1700"].aos-animate, .aos-initialized body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1750"], .aos-initialized body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1750"], .aos-initialized body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1750"].aos-animate, .aos-initialized body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1800"], .aos-initialized body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1800"], .aos-initialized body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1800"].aos-animate, .aos-initialized body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1850"], .aos-initialized body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1850"], .aos-initialized body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1850"].aos-animate, .aos-initialized body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1900"], .aos-initialized body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1900"], .aos-initialized body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1900"].aos-animate, .aos-initialized body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1950"], .aos-initialized body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1950"], .aos-initialized body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1950"].aos-animate, .aos-initialized body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2000"], .aos-initialized body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2000"], .aos-initialized body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2000"].aos-animate, .aos-initialized body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2050"], .aos-initialized body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2050"], .aos-initialized body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2050"].aos-animate, .aos-initialized body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2100"], .aos-initialized body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2100"], .aos-initialized body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2100"].aos-animate, .aos-initialized body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2150"], .aos-initialized body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2150"], .aos-initialized body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2150"].aos-animate, .aos-initialized body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2200"], .aos-initialized body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2200"], .aos-initialized body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2200"].aos-animate, .aos-initialized body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2250"], .aos-initialized body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2250"], .aos-initialized body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2250"].aos-animate, .aos-initialized body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2300"], .aos-initialized body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2300"], .aos-initialized body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2300"].aos-animate, .aos-initialized body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2350"], .aos-initialized body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2350"], .aos-initialized body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2350"].aos-animate, .aos-initialized body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2400"], .aos-initialized body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2400"], .aos-initialized body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2400"].aos-animate, .aos-initialized body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2450"], .aos-initialized body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2450"], .aos-initialized body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2450"].aos-animate, .aos-initialized body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2500"], .aos-initialized body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2500"], .aos-initialized body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2500"].aos-animate, .aos-initialized body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2550"], .aos-initialized body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2550"], .aos-initialized body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2550"].aos-animate, .aos-initialized body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2600"], .aos-initialized body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2600"], .aos-initialized body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2600"].aos-animate, .aos-initialized body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2650"], .aos-initialized body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2650"], .aos-initialized body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2650"].aos-animate, .aos-initialized body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2700"], .aos-initialized body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2700"], .aos-initialized body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2700"].aos-animate, .aos-initialized body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2750"], .aos-initialized body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2750"], .aos-initialized body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2750"].aos-animate, .aos-initialized body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2800"], .aos-initialized body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2800"], .aos-initialized body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2800"].aos-animate, .aos-initialized body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2850"], .aos-initialized body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2850"], .aos-initialized body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2850"].aos-animate, .aos-initialized body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2900"], .aos-initialized body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2900"], .aos-initialized body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2900"].aos-animate, .aos-initialized body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2950"], .aos-initialized body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2950"], .aos-initialized body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2950"].aos-animate, .aos-initialized body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="3000"], .aos-initialized body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="3000"], .aos-initialized body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="3000"].aos-animate, .aos-initialized body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=linear], .aos-initialized body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease], .aos-initialized body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in], .aos-initialized body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out], .aos-initialized body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out], .aos-initialized body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-back], .aos-initialized body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-back], .aos-initialized body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-back], .aos-initialized body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-sine], .aos-initialized body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-sine], .aos-initialized body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-sine], .aos-initialized body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-quad], .aos-initialized body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-quad], .aos-initialized body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-quad], .aos-initialized body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-cubic], .aos-initialized body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-cubic], .aos-initialized body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], .aos-initialized body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-quart], .aos-initialized body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-quart], .aos-initialized body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-quart], .aos-initialized body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
.aos-initialized [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0);
}
.aos-initialized [data-aos=fade-up] {
  transform: translateY(50px);
}
.aos-initialized [data-aos=fade-down] {
  transform: translateY(-50px);
}
.aos-initialized [data-aos=fade-right] {
  transform: translate(-50px);
}
.aos-initialized [data-aos=fade-left] {
  transform: translate(50px);
}
.aos-initialized [data-aos=fade-up-right] {
  transform: translate(-50px, 50px);
}
.aos-initialized [data-aos=fade-up-left] {
  transform: translate(50px, 50px);
}
.aos-initialized [data-aos=fade-down-right] {
  transform: translate(-50px, -50px);
}
.aos-initialized [data-aos=fade-down-left] {
  transform: translate(50px, -50px);
}
.aos-initialized [data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
.aos-initialized [data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}
.aos-initialized [data-aos=zoom-in] {
  transform: scale(0.6);
}
.aos-initialized [data-aos=zoom-in-up] {
  transform: translateY(50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-down] {
  transform: translateY(-50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-right] {
  transform: translate(-50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-left] {
  transform: translate(50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-out] {
  transform: scale(1.2);
}
.aos-initialized [data-aos=zoom-out-up] {
  transform: translateY(50px) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-down] {
  transform: translateY(-50px) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-right] {
  transform: translate(-50px) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-left] {
  transform: translate(50px) scale(1.2);
}
.aos-initialized [data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
.aos-initialized [data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0);
}
.aos-initialized [data-aos=slide-up] {
  transform: translateY(100%);
}
.aos-initialized [data-aos=slide-down] {
  transform: translateY(-100%);
}
.aos-initialized [data-aos=slide-right] {
  transform: translateX(-100%);
}
.aos-initialized [data-aos=slide-left] {
  transform: translateX(100%);
}
.aos-initialized [data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}
.aos-initialized [data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
.aos-initialized [data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
.aos-initialized [data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
.aos-initialized [data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
.aos-initialized [data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
.aos-initialized [data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.aos-initialized [data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
.aos-initialized [data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.aos-initialized [data-aos=img-in] {
  opacity: 0;
  transform: scale(1.06);
  transition-property: transform, opacity;
}
.aos-initialized [data-aos=img-in].aos-animate {
  opacity: 1;
  transform: scale(1);
}
.aos-initialized [data-aos=img-in-bg] .background-size-cover {
  opacity: 0;
  transform: scale(1.06);
  transition-property: transform, opacity;
}
.aos-initialized [data-aos=img-in-bg] .background-size-cover.aos-animate .background-size-cover {
  opacity: 1;
  transform: scale(1);
}
.aos-initialized [data-aos=fade] {
  opacity: 0;
  transition-property: opacity;
}
.aos-initialized [data-aos=fade].aos-animate {
  opacity: 1;
}
.aos-initialized [data-aos=svg-dash] path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.no-js .aos-initialized [data-aos=svg-dash] path {
  stroke-dashoffset: 0;
}
.aos-initialized [data-aos=svg-dash].aos-animate path {
  animation: dash 1.5s linear forwards 1;
}
.aos-initialized [data-aos][data-aos][data-aos-order="1"] {
  animation-delay: 0ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="2"] {
  animation-delay: 250ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="3"] {
  animation-delay: 500ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="4"] {
  animation-delay: 750ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="5"] {
  animation-delay: 1000ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="6"] {
  animation-delay: 1250ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="7"] {
  animation-delay: 1500ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="8"] {
  animation-delay: 1750ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="9"] {
  animation-delay: 2000ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="10"] {
  animation-delay: 2250ms;
}
.aos-initialized [data-aos=hero] {
  opacity: 0;
  will-change: transform, opacity;
}
.no-js .aos-initialized [data-aos=hero] {
  opacity: 1;
}
.aos-initialized [data-aos=hero].aos-animate {
  animation-name: heroFade;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aos-initialized .aos-no-transition {
  transition: none !important;
}
.aos-initialized [data-fades-in] {
  opacity: 0;
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 749px) {
  html.iframe [data-aos]:not([data-aos=hero]) {
    opacity: 1 !important;
    transform: none !important;
  }
}

/*===== Custom theme animations =====*/
.aos-initialized [data-animation-delay] {
  animation-delay: calc(0ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="50"] {
  animation-delay: calc(50ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="100"] {
  animation-delay: calc(100ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="150"] {
  animation-delay: calc(150ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="200"] {
  animation-delay: calc(200ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="250"] {
  animation-delay: calc(250ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="300"] {
  animation-delay: calc(300ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="350"] {
  animation-delay: calc(350ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="400"] {
  animation-delay: calc(400ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="450"] {
  animation-delay: calc(450ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="500"] {
  animation-delay: calc(500ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="550"] {
  animation-delay: calc(550ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="600"] {
  animation-delay: calc(600ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="650"] {
  animation-delay: calc(650ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="700"] {
  animation-delay: calc(700ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="750"] {
  animation-delay: calc(750ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="800"] {
  animation-delay: calc(800ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="850"] {
  animation-delay: calc(850ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="900"] {
  animation-delay: calc(900ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="950"] {
  animation-delay: calc(950ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1000"] {
  animation-delay: calc(1000ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1050"] {
  animation-delay: calc(1050ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1100"] {
  animation-delay: calc(1100ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1150"] {
  animation-delay: calc(1150ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1200"] {
  animation-delay: calc(1200ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1250"] {
  animation-delay: calc(1250ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1300"] {
  animation-delay: calc(1300ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1350"] {
  animation-delay: calc(1350ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1400"] {
  animation-delay: calc(1400ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1450"] {
  animation-delay: calc(1450ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1500"] {
  animation-delay: calc(1500ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-duration="100"] {
  animation-duration: 100ms;
}
.aos-initialized [data-animation-duration="200"] {
  animation-duration: 200ms;
}
.aos-initialized [data-animation-duration="300"] {
  animation-duration: 300ms;
}
.aos-initialized [data-animation-duration="400"] {
  animation-duration: 400ms;
}
.aos-initialized [data-animation-duration="500"] {
  animation-duration: 500ms;
}
.aos-initialized [data-animation-duration="600"] {
  animation-duration: 600ms;
}
.aos-initialized [data-animation-duration="700"] {
  animation-duration: 700ms;
}
.aos-initialized [data-animation-duration="800"] {
  animation-duration: 800ms;
}
.aos-initialized [data-animation-duration="900"] {
  animation-duration: 900ms;
}
.aos-initialized [data-animation-duration="1000"] {
  animation-duration: 1000ms;
}
.aos-initialized [data-animation-duration="1100"] {
  animation-duration: 1100ms;
}
.aos-initialized [data-animation-duration="1200"] {
  animation-duration: 1200ms;
}
.aos-initialized [data-animation-duration="1300"] {
  animation-duration: 1300ms;
}
.aos-initialized [data-animation-duration="1400"] {
  animation-duration: 1400ms;
}
.aos-initialized [data-animation-duration="1500"] {
  animation-duration: 1500ms;
}
.aos-initialized .is-updated [data-animation-delay] {
  animation-delay: 0ms;
}
.aos-initialized .is-updated [data-animation-delay="50"] {
  animation-delay: 50ms;
}
.aos-initialized .is-updated [data-animation-delay="100"] {
  animation-delay: 100ms;
}
.aos-initialized .is-updated [data-animation-delay="150"] {
  animation-delay: 150ms;
}
.aos-initialized .is-updated [data-animation-delay="200"] {
  animation-delay: 200ms;
}
.aos-initialized .is-updated [data-animation-delay="250"] {
  animation-delay: 250ms;
}
.aos-initialized .is-updated [data-animation-delay="300"] {
  animation-delay: 300ms;
}
.aos-initialized .is-updated [data-animation-delay="350"] {
  animation-delay: 350ms;
}
.aos-initialized .is-updated [data-animation-delay="400"] {
  animation-delay: 400ms;
}
.aos-initialized .is-updated [data-animation-delay="450"] {
  animation-delay: 450ms;
}
.aos-initialized .is-updated [data-animation-delay="500"] {
  animation-delay: 500ms;
}
.aos-initialized .is-updated [data-animation-delay="550"] {
  animation-delay: 550ms;
}
.aos-initialized .is-updated [data-animation-delay="600"] {
  animation-delay: 600ms;
}
.aos-initialized .is-updated [data-animation-delay="650"] {
  animation-delay: 650ms;
}
.aos-initialized .is-updated [data-animation-delay="700"] {
  animation-delay: 700ms;
}
.aos-initialized .is-updated [data-animation-delay="750"] {
  animation-delay: 750ms;
}
.aos-initialized .is-updated [data-animation-delay="800"] {
  animation-delay: 800ms;
}
.aos-initialized .is-updated [data-animation-delay="850"] {
  animation-delay: 850ms;
}
.aos-initialized .is-updated [data-animation-delay="900"] {
  animation-delay: 900ms;
}
.aos-initialized .is-updated [data-animation-delay="950"] {
  animation-delay: 950ms;
}
.aos-initialized .is-updated [data-animation-delay="1000"] {
  animation-delay: 1000ms;
}
.aos-initialized .is-updated [data-animation-delay="1050"] {
  animation-delay: 1050ms;
}
.aos-initialized .is-updated [data-animation-delay="1100"] {
  animation-delay: 1100ms;
}
.aos-initialized .is-updated [data-animation-delay="1150"] {
  animation-delay: 1150ms;
}
.aos-initialized .is-updated [data-animation-delay="1200"] {
  animation-delay: 1200ms;
}
.aos-initialized .is-updated [data-animation-delay="1250"] {
  animation-delay: 1250ms;
}
.aos-initialized .is-updated [data-animation-delay="1300"] {
  animation-delay: 1300ms;
}
.aos-initialized .is-updated [data-animation-delay="1350"] {
  animation-delay: 1350ms;
}
.aos-initialized .is-updated [data-animation-delay="1400"] {
  animation-delay: 1400ms;
}
.aos-initialized .is-updated [data-animation-delay="1450"] {
  animation-delay: 1450ms;
}
.aos-initialized .is-updated [data-animation-delay="1500"] {
  animation-delay: 1500ms;
}
.aos-initialized [data-animation=drawer-images-fade] {
  opacity: 0;
  will-change: opacity;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aos-initialized [data-animation=drawer-images-fade].is-hiding {
  animation-name: cartDrawerItemsFadeOut;
}
.aos-initialized [data-animation=drawer-images-fade].is-animated {
  animation-name: cartDrawerItemsFadeIn;
}
.aos-initialized [data-animation=drawer-items-fade],
.aos-initialized .cart-drawer [data-animation=cart-items-fade] {
  opacity: 0;
  will-change: transform, opacity;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aos-initialized [data-animation=drawer-items-fade].is-hiding,
.aos-initialized .cart-drawer [data-animation=cart-items-fade].is-hiding {
  animation-name: cartDrawerItemsFadeOutRight;
}
.aos-initialized [data-animation=drawer-items-fade].is-animated,
.aos-initialized .cart-drawer [data-animation=cart-items-fade].is-animated {
  animation-name: cartDrawerItemsFadeInLeft;
}
.aos-initialized [data-animation=drawer-items-fade].is-removed,
.aos-initialized .cart-drawer [data-animation=cart-items-fade].is-removed {
  animation-name: cartItemRemoved;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 749px) {
  .aos-initialized .product-quick-add [data-animation=drawer-items-fade] {
    opacity: 0;
    animation-fill-mode: both;
  }
  .aos-initialized .product-quick-add [data-animation=drawer-items-fade].is-hiding {
    animation-name: cartDrawerItemsFadeOut;
  }
  .aos-initialized .product-quick-add [data-animation=drawer-items-fade].is-animated {
    animation-name: cartDrawerItemsFadeIn;
  }
}
.aos-initialized .cart [data-animation=cart-items-fade] {
  will-change: transform, opacity;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aos-initialized .cart [data-animation=cart-items-fade].is-animated {
  animation-name: cartItemsFadeIn;
}
.aos-initialized .cart [data-animation=cart-items-fade].is-removed {
  animation-name: cartItemRemoved;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.aos-initialized [data-animation].is-hidden,
.aos-initialized [data-animation].is-hidden.is-animated {
  animation-name: slideUp;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@keyframes cartDrawerItemsFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes cartDrawerItemsFadeOutRight {
  from {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translateX(15px);
  }
}
@keyframes cartDrawerItemsFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes cartDrawerItemsFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes cartItemsFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes cartItemRemoved {
  0% {
    opacity: 1;
    max-height: 300px;
  }
  100% {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@keyframes slideUp {
  from {
    opacity: 1;
    max-height: 1000px;
  }
  to {
    opacity: 0;
    max-height: 0px;
  }
}
@keyframes imageFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes imageFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.shopify-model-viewer-ui {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
  transform: translateZ(0);
  z-index: 1;
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area, .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area {
  opacity: 1;
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  display: flex;
  flex-direction: column;
  background: #FFF;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity 0.1s linear;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:focus-within {
  opacity: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #3A3A3A;
  border-radius: 0;
  border: none;
  margin: 0px;
  cursor: pointer;
}

body:not(.is-focused) .shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
  outline: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  padding: 0px;
  height: 44px;
  width: 44px;
  background: transparent;
  position: relative;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 28px;
  bottom: 0px;
  right: 8px;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: 44px;
  height: 44px;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #FFF;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: block;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1000;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: zoom-in;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: var(--ICON-ZOOM-IN), zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: zoom-out;
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: var(--ICON-ZOOM-OUT), zoom-out;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*================ GLOBAL ================*/
/**
 * Reset
 */
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  background-color: var(--COLOR-SECONDARY);
  color: var(--COLOR-SECONDARY-OPPOSITE);
  text-decoration: none;
}

mark {
  background-color: var(--COLOR-SECONDARY);
  color: var(--COLOR-SECONDARY-OPPOSITE);
  font-style: var(--FONT-STYLE-BODY-ITALIC);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

ol {
  list-style-type: decimal;
}

p {
  margin: 0 0 1em 0;
}

nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small {
  font-size: 85%;
}

strong,
th {
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

td {
  vertical-align: top;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

input[type=search]::-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;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto;
}

.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

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

button,
input,
select,
.popout__toggle,
textarea {
  margin: 0;
}

select, .popout__toggle {
  max-width: 99%;
}

input[type=text].error,
input[type=email].error,
input[type=password].error {
  border-color: var(--COLOR-ERROR-BORDER);
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  border: none;
  background: none;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  text-transform: none;
  line-height: 1;
  color: currentColor;
}

/**
 * Helpers
 */
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}
.no-js .no-js:not(html).is-hidden {
  visibility: visible;
  max-height: none;
  opacity: 1;
}

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

.supports-no-cookies:not(html) {
  display: none;
}
html.supports-no-cookies .supports-no-cookies:not(html) {
  display: block;
}

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

/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--COLOR-LINK);
  background-color: var(--COLOR-BG);
  padding: 20px;
  z-index: 15000;
  transition: none;
}

body.is-focused *:focus {
  outline-color: var(--COLOR-PRIMARY) !important;
  outline-offset: -2px !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

body.is-focused .collection__sidebar__heading:focus,
body.is-focused a.collection-item__image:focus,
body.is-focused .product-upsell__image a,
body.is-focused div.product__slides.product-single__photos:focus,
body.is-focused div.product__slides.product-single__photos [data-focus-element]:focus,
body.is-focused .search-popdown .product-link:focus {
  outline-offset: 2px !important;
}

.no-touch body.is-focused .double__image .product-link:focus .product-item__bg__under,
.no-touch body.is-focused .double__image.is-visible .product-link:focus .product-item__bg__inner.is-visible,
body.is-focused a.product-link:focus > .product-item__bg,
body.is-focused .look__dot__button:focus .look__dot {
  outline-color: var(--COLOR-PRIMARY) !important;
  outline-offset: -2px !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

body.is-focused .look__slider:focus,
body.is-focused .product-grid:focus,
body.is-focused .grid:focus,
body.is-focused .grid--full:focus {
  outline: none !important;
}

html:not(.no-js) body:not(.is-focused) *:focus {
  outline: none;
}

body.is-focused .swatch input[type=radio]:focus + label:after {
  border-width: 3px;
}

body.is-focused .variant-input:focus + .variant__button-label {
  box-shadow: 0 0 0 4px var(--COLOR-PRIMARY);
}

body.is-focused .deferred-media__poster:focus .deferred-media__poster-button,
body.is-focused .deferred-media__poster.focus-visible .deferred-media__poster-button {
  outline-color: var(--COLOR-PRIMARY);
  outline-offset: 2px;
  outline-style: auto;
  outline-width: 5px;
}

body.is-focused .highlights__item:focus {
  outline-offset: 2px !important;
}

[data-scroll-locked] {
  padding-right: var(--scrollbar-width);
}
[data-scroll-locked] .js__header__stuck,
[data-scroll-locked] .theme__header,
[data-scroll-locked] .collection__nav,
[data-scroll-locked] .announcement__wrapper,
[data-scroll-locked] .announcement__bar-outer,
[data-scroll-locked] .search__popdown__outer {
  width: 100vw;
}
[data-scroll-locked] .js__header__stuck,
[data-scroll-locked] .theme__header,
[data-scroll-locked] .collection__nav,
[data-scroll-locked] .announcement__bar,
[data-scroll-locked] .search__popdown__outer,
[data-scroll-locked] .cart-bar {
  padding-right: var(--scrollbar-width);
}

#challenge #shopify-section-popups {
  display: none;
}

#challenge .shopify-challenge__container,
.shopify-challenge__container .shopify-challenge__button.btn,
.shopify-challenge__container .shopify-payment-button .shopify-challenge__button.shopify-payment-button__button--unbranded,
.shopify-payment-button .shopify-challenge__container .shopify-challenge__button.shopify-payment-button__button--unbranded,
.shopify-challenge__container .product__reviews .shopify-challenge__button.spr-summary-actions-newreview,
.product__reviews .shopify-challenge__container .shopify-challenge__button.spr-summary-actions-newreview {
  margin: 60px auto;
}

/**
 * UTILS
 */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none;
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

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

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

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

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

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

.gutter-top {
  padding-top: 50px;
}

.gutter-bottom {
  padding-bottom: 50px;
}

.animates {
  visibility: visible;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-hidden {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 750px) {
  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 749px) {
  .desktop {
    display: none;
  }
}
/*================ Responsive IMG tags ================*/
.image__holder {
  position: relative;
  height: 0;
  padding: 0;
  min-height: 1px;
}

.image__holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*================ SVG Placeholder ================*/
.svg-placeholder {
  background-color: #F7F7F7;
  height: 100%;
  position: relative;
  width: 100%;
}
.svg-placeholder svg {
  fill: #AAA;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*================ Divider ================*/
.divider-section {
  background: var(--bg);
}

.divider {
  margin: 0;
  border-color: var(--border);
}

/**
 * Grid
 */
.grid, .grid--full {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: calc(var(--outer) * -1);
}
.grid::after, .grid--full::after {
  content: "";
  display: table;
  clear: both;
}

.grid__item {
  float: left;
  padding-left: var(--outer);
  width: 100%;
}
.grid__item[class*=push] {
  position: relative;
}

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

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

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

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

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

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

.two-thirds {
  width: 66.6666666667%;
}

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

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

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

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

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

.two-sixths {
  width: 33.3333333333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.6666666667%;
}

.five-sixths {
  width: 83.3333333333%;
}

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

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

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

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

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

.two-twelfths {
  width: 16.6666666667%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.3333333333%;
}

.five-twelfths {
  width: 41.6666666667%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.3333333333%;
}

.eight-twelfths {
  width: 66.6666666667%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.3333333333%;
}

.eleven-twelfths {
  width: 91.6666666667%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  /** Whole */
  .medium--one-whole {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 750px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%;
  }

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

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

  .medium-up--two-thirds {
    width: 66.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .medium-up--five-sixths {
    width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 989px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  /** Whole */
  .large--one-whole {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1399px) {
  /** Whole */
  .large-down--one-whole {
    width: 100%;
  }

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

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

  .large-down--two-thirds {
    width: 66.6666666667%;
  }

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

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

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

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

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

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

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

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

  .large-down--two-sixths {
    width: 33.3333333333%;
  }

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

  .large-down--four-sixths {
    width: 66.6666666667%;
  }

  .large-down--five-sixths {
    width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-down--two-twelfths {
    width: 16.6666666667%;
  }

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

  .large-down--four-twelfths {
    width: 33.3333333333%;
  }

  .large-down--five-twelfths {
    width: 41.6666666667%;
  }

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

  .large-down--seven-twelfths {
    width: 58.3333333333%;
  }

  .large-down--eight-twelfths {
    width: 66.6666666667%;
  }

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

  .large-down--ten-twelfths {
    width: 83.3333333333%;
  }

  .large-down--eleven-twelfths {
    width: 91.6666666667%;
  }

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

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

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

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

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

  .large-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 990px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%;
  }

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

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

  .large-up--two-thirds {
    width: 66.6666666667%;
  }

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

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

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

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

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

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

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

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

  .large-up--two-sixths {
    width: 33.3333333333%;
  }

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

  .large-up--four-sixths {
    width: 66.6666666667%;
  }

  .large-up--five-sixths {
    width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-up--two-twelfths {
    width: 16.6666666667%;
  }

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

  .large-up--four-twelfths {
    width: 33.3333333333%;
  }

  .large-up--five-twelfths {
    width: 41.6666666667%;
  }

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

  .large-up--seven-twelfths {
    width: 58.3333333333%;
  }

  .large-up--eight-twelfths {
    width: 66.6666666667%;
  }

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

  .large-up--ten-twelfths {
    width: 83.3333333333%;
  }

  .large-up--eleven-twelfths {
    width: 91.6666666667%;
  }

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

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

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

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

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

  .large-up--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1399px) {
  /** Whole */
  .large-down--one-whole {
    width: 100%;
  }

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

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

  .large-down--two-thirds {
    width: 66.6666666667%;
  }

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

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

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

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

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

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

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

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

  .large-down--two-sixths {
    width: 33.3333333333%;
  }

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

  .large-down--four-sixths {
    width: 66.6666666667%;
  }

  .large-down--five-sixths {
    width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-down--two-twelfths {
    width: 16.6666666667%;
  }

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

  .large-down--four-twelfths {
    width: 33.3333333333%;
  }

  .large-down--five-twelfths {
    width: 41.6666666667%;
  }

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

  .large-down--seven-twelfths {
    width: 58.3333333333%;
  }

  .large-down--eight-twelfths {
    width: 66.6666666667%;
  }

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

  .large-down--ten-twelfths {
    width: 83.3333333333%;
  }

  .large-down--eleven-twelfths {
    width: 91.6666666667%;
  }

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

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

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

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

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

  .large-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1400px) {
  /** Whole */
  .widescreen--one-whole {
    width: 100%;
  }

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

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

  .widescreen--two-thirds {
    width: 66.6666666667%;
  }

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

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

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

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

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

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

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

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

  .widescreen--two-sixths {
    width: 33.3333333333%;
  }

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

  .widescreen--four-sixths {
    width: 66.6666666667%;
  }

  .widescreen--five-sixths {
    width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .widescreen--two-twelfths {
    width: 16.6666666667%;
  }

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

  .widescreen--four-twelfths {
    width: 33.3333333333%;
  }

  .widescreen--five-twelfths {
    width: 41.6666666667%;
  }

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

  .widescreen--seven-twelfths {
    width: 58.3333333333%;
  }

  .widescreen--eight-twelfths {
    width: 66.6666666667%;
  }

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

  .widescreen--ten-twelfths {
    width: 83.3333333333%;
  }

  .widescreen--eleven-twelfths {
    width: 91.6666666667%;
  }

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

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

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

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

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

  .widescreen--text-center {
    text-align: center !important;
  }
}
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  /* Halves */
  .small--push-one-half {
    left: 50%;
  }

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

  .small--push-two-thirds {
    left: 66.6666666667%;
  }

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

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

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

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

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

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

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

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

  .small--push-two-sixths {
    left: 33.3333333333%;
  }

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

  .small--push-four-sixths {
    left: 66.6666666667%;
  }

  .small--push-five-sixths {
    left: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small--push-two-twelfths {
    left: 16.6666666667%;
  }

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

  .small--push-four-twelfths {
    left: 33.3333333333%;
  }

  .small--push-five-twelfths {
    left: 41.6666666667%;
  }

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

  .small--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .small--push-eight-twelfths {
    left: 66.6666666667%;
  }

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

  .small--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .small--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  /* Halves */
  .medium--push-one-half {
    left: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 750px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (max-width: 989px) {
  /* Halves */
  .medium-down--push-one-half {
    left: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-down--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  /* Halves */
  .large--push-one-half {
    left: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (max-width: 1399px) {
  /* Halves */
  .large-down--push-one-half {
    left: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-down--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 990px) {
  /* Halves */
  .large-up--push-one-half {
    left: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-up--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (max-width: 1399px) {
  /* Halves */
  .large-down--push-one-half {
    left: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-down--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
@media only screen and (min-width: 1400px) {
  /* Halves */
  .widescreen--push-one-half {
    left: 50%;
  }

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

  .widescreen--push-two-thirds {
    left: 66.6666666667%;
  }

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

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

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

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

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

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

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

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

  .widescreen--push-two-sixths {
    left: 33.3333333333%;
  }

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

  .widescreen--push-four-sixths {
    left: 66.6666666667%;
  }

  .widescreen--push-five-sixths {
    left: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .widescreen--push-two-twelfths {
    left: 16.6666666667%;
  }

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

  .widescreen--push-four-twelfths {
    left: 33.3333333333%;
  }

  .widescreen--push-five-twelfths {
    left: 41.6666666667%;
  }

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

  .widescreen--push-seven-twelfths {
    left: 58.3333333333%;
  }

  .widescreen--push-eight-twelfths {
    left: 66.6666666667%;
  }

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

  .widescreen--push-ten-twelfths {
    left: 83.3333333333%;
  }

  .widescreen--push-eleven-twelfths {
    left: 91.6666666667%;
  }
}
/* ================ Heights ================ */
:root {
  --full-screen: 100vh;
  --three-quarters: 75vh;
  --two-thirds: 66vh;
  --one-half: 50vh;
  --one-third: 33vh;
  --header-height: 100px;
  --footer-height: 500px;
  --announcmenet-height: 33px;
  --content-full: 90vh;
  --content-min: 90vh;
  --header-padding: 0px;
}


.nav-overlay::after {
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

@media only screen and (min-width: 750px) {
  .screen-height-full {
    height: var(--full-screen);
  }

  .screen-height-three-quarters {
    height: var(--three-quarters);
  }

  .screen-height-two-thirds {
    height: var(--two-thirds);
  }

  .screen-height-one-half {
    height: var(--one-half);
  }

  .screen-height-one-third {
    height: var(--one-third);
  }

  .seven-fifty-height-hero {
    height: 750px;
  }

  .sixty-fifty-height-hero {
    height: 650px;
  }

  .five-fifty-height-hero {
    height: 550px;
  }

  .four-fifty-height-hero {
    height: 450px;
  }

  .three-fifty-height-hero {
    height: 350px;
  }

  .two-fifty-height-hero {
    height: 250px;
  }
}
@media only screen and (max-width: 749px) {
  .screen-height-full--mobile {
    height: var(--full-screen);
  }

  .screen-height-three-quarters--mobile {
    height: var(--three-quarters);
  }

  .screen-height-two-thirds--mobile {
    height: var(--two-thirds);
  }

  .screen-height-one-half--mobile {
    height: var(--one-half);
  }

  .screen-height-one-third--mobile {
    height: var(--one-third);
  }

  .seven-fifty-height-hero--mobile {
    height: 750px;
  }

  .sixty-fifty-height-hero--mobile {
    height: 650px;
  }

  .five-fifty-height-hero--mobile {
    height: 550px;
  }

  .four-fifty-height-hero--mobile {
    height: 450px;
  }

  .three-fifty-height-hero--mobile {
    height: 350px;
  }

  .two-fifty-height-hero--mobile {
    height: 250px;
  }
}
/* Min height */
.screen-height-full-min {
  min-height: var(--full-screen);
}

.screen-height-three-quarters-min {
  min-height: var(--three-quarters);
}

.screen-height-two-thirds-min {
  min-height: var(--two-thirds);
}

.screen-height-one-half-min {
  min-height: var(--one-half);
}

.screen-height-one-third-min {
  min-height: var(--one-third);
}

.seven-fifty-height-hero-min {
  min-height: 750px;
}

.sixty-fifty-height-hero-min {
  min-height: 650px;
}

.five-fifty-height-hero-min {
  min-height: 550px;
}

.four-fifty-height-hero-min {
  min-height: 450px;
}

.three-fifty-height-hero-min {
  min-height: 350px;
}

.two-fifty-height-hero-min {
  min-height: 250px;
}

@media only screen and (min-width: 750px) {
  .screen-height-full-min--desktop {
    min-height: var(--full-screen);
  }

  .screen-height-three-quarters-min--desktop {
    min-height: var(--three-quarters);
  }

  .screen-height-two-thirds-min--desktop {
    min-height: var(--two-thirds);
  }

  .screen-height-one-half-min--desktop {
    min-height: var(--one-half);
  }

  .screen-height-one-third-min--desktop {
    min-height: var(--one-third);
  }

  .seven-fifty-height-hero-min--desktop {
    min-height: 750px;
  }

  .sixty-fifty-height-hero-min--desktop {
    min-height: 650px;
  }

  .five-fifty-height-hero-min--desktop {
    min-height: 550px;
  }

  .four-fifty-height-hero-min--desktop {
    min-height: 450px;
  }

  .three-fifty-height-hero-min--desktop {
    min-height: 350px;
  }

  .two-fifty-height-hero-min--desktop {
    min-height: 250px;
  }
}
@media only screen and (max-width: 749px) {
  .screen-height-full-min--mobile {
    min-height: var(--full-screen);
  }

  .screen-height-three-quarters-min--mobile {
    min-height: var(--three-quarters);
  }

  .screen-height-two-thirds-min--mobile {
    min-height: var(--two-thirds);
  }

  .screen-height-one-half-min--mobile {
    min-height: var(--one-half);
  }

  .screen-height-one-third-min--mobile {
    min-height: var(--one-third);
  }

  .seven-fifty-height-hero-min--mobile {
    min-height: 750px;
  }

  .sixty-fifty-height-hero-min--mobile {
    min-height: 650px;
  }

  .five-fifty-height-hero-min--mobile {
    min-height: 550px;
  }

  .four-fifty-height-hero-min--mobile {
    min-height: 450px;
  }

  .three-fifty-height-hero-min--mobile {
    min-height: 350px;
  }

  .two-fifty-height-hero-min--mobile {
    min-height: 250px;
  }
}
/**
 * Layout
 */
:root {
  --gutter: 32px;
  --outer: 50px;
  --inner: 20px;
  --base: 16px;
  --line: 1rem;
  --content-max: 1100px;
  --offset: calc(var(--outer) * -1);
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  :root {
    --gutter: 22px;
    --outer: 30px;
    --inner: 18px;
    --base: 15px;
  }
}
@media only screen and (max-width: 749px) {
  :root {
    --gutter: 16px;
    --outer: 16px;
    --inner: 16px;
    --base: 14px;
    --line: 0.66rem;
  }
}
@media only screen and (min-width: 1400px) {
  :root {
    --content-max: 80vw;
  }
}

html,
body {
  min-height: 100%;
}

* {
  box-sizing: border-box;
}

html {
  font-size: var(--base);
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 320px;
  color: var(--COLOR-TEXT);
  background-color: var(--COLOR-BG);
  font-size: var(--FONT-SIZE-BASE);
  -webkit-text-size-adjust: 100%;
}
body * {
  -webkit-font-smoothing: antialiased;
}

.container {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  min-height: 100%;
  background-color: var(--COLOR-BG);
}

/**
 * CONTENT WRAPPER
 */
.main-content {
  margin: 0;
  padding: 0;
  min-width: 100%;
  display: block;
  min-height: var(--content-min);
}

.wrapper {
  *zoom: 1;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 var(--outer);
}
.wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.wrapper--narrow {
  *zoom: 1;
  max-width: 670px;
  margin: 0 auto;
  padding: 0 var(--outer);
}
.wrapper--narrow::after {
  content: "";
  display: table;
  clear: both;
}

.wrapper--full {
  *zoom: 1;
  max-width: none;
  margin: 0 auto;
  padding: 0 var(--outer);
}
.wrapper--full::after {
  content: "";
  display: table;
  clear: both;
}

.section-padding {
  --padding-top: var(--PT);
  --padding-bottom: var(--PB);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .section-padding {
    --padding-top: calc(var(--PT) * 0.8);
    --padding-bottom: calc(var(--PB) * 0.8);
  }
}
@media only screen and (max-width: 749px) {
  .section-padding {
    --padding-top: calc(var(--PT) * 0.6);
    --padding-bottom: calc(var(--PB) * 0.6);
  }
}

.main-buttons {
  margin: 4px -8px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.text-left .main-buttons, .align--top-left .main-buttons, .align--middle-left .main-buttons, .align--bottom-left .main-buttons {
  justify-content: left;
}
.text-right .main-buttons, .align--top-right .main-buttons, .align--middle-right .main-buttons, .align--bottom-right .main-buttons {
  justify-content: right;
}
@media only screen and (max-width: 479px) {
  .main-buttons {
    flex-flow: column;
  }
  .text-right .main-buttons, .align--top-right .main-buttons, .align--middle-right .main-buttons, .align--bottom-right .main-buttons {
    align-items: flex-end;
  }
}

.main-buttons__item {
  display: flex;
  align-items: center;
  margin: 16px 8px 0;
}
.text-center .main-buttons__item, .align--top-center .main-buttons__item, .align--middle-center .main-buttons__item, .align--bottom-center .main-buttons__item {
  justify-content: center;
}

/**
 * TABLES
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--COLOR-BORDER);
  margin: 1em 0;
}

table tr > th,
table tr > td {
  border-bottom: 1px solid var(--COLOR-BORDER);
  border-right: 1px solid var(--COLOR-BORDER);
  padding: 10px;
  line-height: 1.3;
  vertical-align: top;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

dl {
  margin-bottom: 1.5em;
}

dt,
dd {
  line-height: 1.5em;
}

dt {
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

dd {
  margin-left: 0.8em;
}

.just {
  text-align: justify;
  font-size: 0.01em;
}

.product-grid.just {
  font-size: 0.001px;
}

.just > * {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: var(--FONT-SIZE-BASE);
}

.just:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

.main-content > .shopify-section:first-of-type .backdrop--linear:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(var(--header-height) * 1.5);
  background: linear-gradient(to bottom, var(--header-overlay-color) 0%, var(--TRANSPARENT) 100%);
  opacity: var(--header-overlay-opacity);
}

/**
 * Typography
 * https://type-scale.com/
 */
:root {
  --font-15: 55px;
  --font-14: 52px;
  --font-13: 50px;
  --font-12: 47px;
  --font-11: 43px;
  --font-10: 40px;
  --font-9: 37px;
  --font-8: 32px;
  --font-7: 27px;
  --font-6: 23px;
  --font-5: 19px;
  --font-4: 16px;
  --font-3: 14px;
  --font-2: 12px;
  --font-1: 10px;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  :root {
    --font-15: 60px;
    --font-14: 55px;
    --font-13: 50px;
    --font-12: 52px;
    --font-11: 48px;
    --font-10: 45px;
    --font-9: 41px;
    --font-8: 35px;
    --font-7: 29px;
    --font-6: 25px;
    --font-5: 21px;
    --font-4: 18px;
    --font-3: 15px;
    --font-2: 13px;
    --font-1: 11px;
  }
}
@media only screen and (min-width: 990px) {
  :root {
    --font-15: 82px;
    --font-14: 75px;
    --font-13: 69px;
    --font-12: 62px;
    --font-11: 56px;
    --font-10: 53px;
    --font-9: 45px;
    --font-8: 38px;
    --font-7: 32px;
    --font-6: 27px;
    --font-5: 23px;
    --font-4: 19px;
    --font-3: 16px;
    --font-2: 14px;
    --font-1: 12px;
  }
}

h1, .h1 {
  font-size: calc(var(--font-9) * var(--FONT-ADJUST-HEADING));
}

h2, .h2 {
  font-size: calc(var(--font-8) * var(--FONT-ADJUST-HEADING));
}

h3, .h3 {
  font-size: calc(var(--font-7) * var(--FONT-ADJUST-HEADING));
}

h4, .h4 {
  font-size: calc(var(--font-6) * var(--FONT-ADJUST-HEADING));
}

h5, .h5, .recent__title {
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
}

h6, .article__author-bio h3, .blog .article__image .article__tags, .h6 {
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
}

.h1, .h2, .h3, .h4, .h5, .recent__title, .h6,
h1, h2, h3, h4, h5, h6, .article__author-bio h3, .blog .article__image .article__tags {
  font-family: var(--FONT-STACK-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  line-height: 1.2;
  font-weight: var(--FONT-WEIGHT-HEADING);
  margin: 0 0 0.5em 0;
  margin: 0.5em 0;
}
.h1 .strong, .h1.strong,
.h1 strong, .h2 .strong, .h2.strong,
.h2 strong, .h3 .strong, .h3.strong,
.h3 strong, .h4 .strong, .h4.strong,
.h4 strong, .h5 .strong, .recent__title .strong, .h5.strong, .strong.recent__title,
.h5 strong,
.recent__title strong, .h6 .strong, .h6.strong,
.h6 strong,
h1 .strong,
h1.strong,
h1 strong, h2 .strong, h2.strong,
h2 strong, h3 .strong, h3.strong,
h3 strong, h4 .strong, h4.strong,
h4 strong, h5 .strong, h5.strong,
h5 strong, h6 .strong, .blog .article__image .article__tags .strong, h6.strong, .blog .article__image .strong.article__tags,
h6 strong,
.article__author-bio h3 strong,
.blog .article__image .article__tags strong {
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
}
.h1.theme, .h2.theme, .h3.theme, .h4.theme, .h5.theme, .theme.recent__title, .h6.theme,
h1.theme, h2.theme, h3.theme, h4.theme, h5.theme, h6.theme, .blog .article__image .theme.article__tags {
  text-align: center;
  position: relative;
  z-index: 11;
}

/*================ Headings with body font ================*/
body {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
}

.h1--body,
.h2--body,
.h3--body,
.h4--body,
.h5--body,
.h6--body {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  text-transform: none;
  letter-spacing: 0px;
  margin: 0.5em 0;
  line-height: 1.2;
}
.h1--body a,
.h2--body a,
.h3--body a,
.h4--body a,
.h5--body a,
.h6--body a {
  text-decoration: none;
  font-weight: inherit;
}

.h1--body {
  font-size: calc(var(--font-9) * var(--FONT-ADJUST-BODY));
}

.h2--body {
  font-size: calc(var(--font-8) * var(--FONT-ADJUST-BODY));
}

.h3--body {
  font-size: calc(var(--font-7) * var(--FONT-ADJUST-BODY));
}

.h4--body {
  font-size: calc(var(--font-6) * var(--FONT-ADJUST-BODY));
}

.h5--body {
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
}

.h6--body {
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
}

p .p {
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
}

small,
.small,
p small {
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.xs {
  font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
}

.font-body {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
}

.font-heading {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
}

/*================ Standard elements ================*/
p,
.p {
  margin: 0.5em 0;
}

.strong,
strong {
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

a {
  text-decoration: none;
  color: var(--link);
}

a:hover {
  color: var(--link-hover);
}

section.account a:hover {
  color: #000000;
  text-decoration: underline;
}

aside.account-sidebar a:hover {
  color: #000000;
  text-decoration: underline;
}

blockquote {
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
  padding-left: 1.5em;
  border-left: 5px solid var(--link);
  margin: 0 0 1.5em 1.25em;
}

ul,
ol {
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
  margin: 0 0 1.5em 1.3em;
}
ul.unstyled,
ol.unstyled {
  list-style-type: none;
  margin-left: 0;
}
ul.inline-list li,
ol.inline-list li {
  display: inline-block;
  margin-bottom: 0;
}
.tab-content__entry ul,
.tab-content__entry ol {
  font-size: inherit;
  margin: 0 0 1.5em 1.3em;
}

li {
  margin: 0 0 0.25em 0;
}

hr,
.hr {
  clear: both;
  border-top: solid var(--COLOR-BORDER);
  border-width: 1px 0 0;
  margin: 1.25rem 0;
  height: 0;
}
hr.hr--small,
.hr.hr--small {
  margin: 0.625rem 0;
}
hr.hr--tall,
.hr.hr--tall {
  margin: 2.5rem 0;
}
hr.hr--clear,
.hr.hr--clear {
  border-top-color: transparent;
}
hr.hr--dash,
.hr.hr--dash {
  margin: 50px auto;
  width: 40px;
}
hr.hr--thick,
.hr.hr--thick {
  border-width: 2px 0 0;
}
hr.hr--underline,
.hr.hr--underline {
  margin-top: 10px;
  margin-bottom: 20px;
}
hr.hr--no-margin,
.hr.hr--no-margin {
  margin: 0;
}

.caps, .blog .article__image .article__tags, .popout__toggle, .search-submit, .product-item .sale-box,
.product-item .preorder-box,
.product-item .badge-box {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-size: calc(11px * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
  .caps, .blog .article__image .article__tags, .popout__toggle, .search-submit, .product-item .sale-box,
.product-item .preorder-box,
.product-item .badge-box {
    font-size: calc(10px * var(--FONT-ADJUST-BODY));
  }
}

.caps--large {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-size: calc(12px * var(--FONT-ADJUST-BODY));
  transition: color 0.25s ease-in;
}
@media only screen and (max-width: 749px) {
  .caps--large {
    font-size: calc(12px * var(--FONT-ADJUST-BODY));
  }
}

.grid__heading {
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
}

/**
 * Icons
 */
.icon {
  display: inline-block;
  width: var(--icon-size, 20px);
  height: var(--icon-size, 20px);
  vertical-align: middle;
  fill: none;
  stroke-width: var(--ICON-STROKE-WIDTH);
  stroke: currentColor;
}
.icon path {
  stroke-width: inherit;
}
.no-svg .icon {
  display: none;
}
.icon circle,
.icon ellipse,
.icon g,
.icon line,
.icon path,
.icon polygon,
.icon polyline,
.icon rect {
  fill: inherit;
  stroke: inherit;
}

.icon-arrow-right {
  transition: transform 0.25s ease-out;
}

.icon-media-video path,
.icon-media-model path {
  fill: none;
}

.icon-media-video .icon-media-video-outline,
.icon-media-model .icon-media-model-outline {
  fill: var(--bg);
  opacity: 0.6;
}

.icon-media-video .icon-media-video-element,
.icon-media-model .icon-media-model-element {
  fill: currentColor;
}

.icon-cancel {
  pointer-events: none;
}

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.no-svg .icon-fallback-text {
  position: static !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*================ Payment Icons ================*/
.payment-icons {
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

/**
 * Rich Text Editor
 */
.rte img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}
.rte a {
  text-decoration: underline;
  transition: color 0.3s ease;
}
.rte table {
  table-layout: fixed;
}
.rte ul,
.rte ol {
  margin: 0 0 25px 50px;
}
.rte ul {
  list-style: disc outside;
}
.rte ul ul {
  list-style: circle outside;
}
.rte ul ul ul {
  list-style: square outside;
}

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

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

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

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

/**
 * Responsive tables
 * defined with .responsive-table on table element.
 */
@media only screen and (max-width: 749px) {
  .responsive-table {
    width: 100%;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tr {
    display: block;
  }
  .responsive-table tr,
.responsive-table td {
    float: left;
    clear: both;
    width: 100%;
  }
  .responsive-table th,
.responsive-table td {
    display: block;
    text-align: right;
    padding: 25px;
    margin: 0;
  }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    padding-right: 10px;
  }

  .responsive-table-row + .responsive-table-row,
tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 25px;
  }
  .responsive-table-row + .responsive-table-row::after,
tfoot > .responsive-table-row:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    border-bottom: 1px solid var(--COLOR-BORDER);
  }
}
/**
 * Links & Buttons
 */
:root {
  --radius: var(--RADIUS);
  --btn-top: 10px;
  --btn-left: 18px;
}
@media only screen and (max-width: 749px) {
  :root {
    --btn-top: 8px;
    --btn-left: 16px;
  }
}

button {
  width: auto;
  overflow: visible;
}

/*=== Button Styles ====*/
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded, .product__reviews .spr-summary-actions-newreview,
.button {
  --btn-bg: var(--COLOR-PRIMARY);
  --btn-text: var(--COLOR-PRIMARY-OPPOSITE);
  --btn-border: var(--COLOR-PRIMARY);
  --btn-bg-hover: var(--COLOR-PRIMARY-HOVER);
  --btn-text-hover: var(--COLOR-PRIMARY-OPPOSITE);
  --btn-shadow: var(--COLOR-PRIMARY-FADE);
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: inherit;
  transition: 0.25s ease-out;
  transition-property: color, background, border, box-shadow;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border: 1px solid var(--btn-bg);
  border-radius: var(--RADIUS);
  font-weight: var(--FONT-WEIGHT-HEADING);
  cursor: pointer;
  background: var(--btn-bg);
  color: var(--btn-text);
  padding: var(--btn-top) var(--btn-left);
  word-break: break-word;
  text-transform: uppercase;
}
.btn .icon-arrow-right, .shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-right, .product__reviews .spr-summary-actions-newreview .icon-arrow-right,
.button .icon-arrow-right {
  margin-left: 10px;
  --icon-size: calc(20px * var(--FONT-ADJUST-BODY));
}
.btn.caps, .blog .article__image .btn.article__tags, .btn.popout__toggle, .btn.search-submit, .shopify-payment-button .caps.shopify-payment-button__button--unbranded, .shopify-payment-button .blog .article__image .shopify-payment-button__button--unbranded.article__tags, .blog .article__image .shopify-payment-button .shopify-payment-button__button--unbranded.article__tags, .shopify-payment-button .shopify-payment-button__button--unbranded.popout__toggle, .shopify-payment-button .shopify-payment-button__button--unbranded.search-submit, .product__reviews .caps.spr-summary-actions-newreview, .product__reviews .blog .article__image .spr-summary-actions-newreview.article__tags, .blog .article__image .product__reviews .spr-summary-actions-newreview.article__tags, .product__reviews .spr-summary-actions-newreview.popout__toggle, .product__reviews .spr-summary-actions-newreview.search-submit, .product-item .btn.sale-box, .product-item .shopify-payment-button .sale-box.shopify-payment-button__button--unbranded, .shopify-payment-button .product-item .sale-box.shopify-payment-button__button--unbranded, .product-item .product__reviews .sale-box.spr-summary-actions-newreview, .product__reviews .product-item .sale-box.spr-summary-actions-newreview,
.product-item .btn.preorder-box,
.product-item .shopify-payment-button .preorder-box.shopify-payment-button__button--unbranded,
.shopify-payment-button .product-item .preorder-box.shopify-payment-button__button--unbranded,
.product-item .product__reviews .preorder-box.spr-summary-actions-newreview,
.product__reviews .product-item .preorder-box.spr-summary-actions-newreview,
.product-item .btn.badge-box,
.product-item .shopify-payment-button .badge-box.shopify-payment-button__button--unbranded,
.shopify-payment-button .product-item .badge-box.shopify-payment-button__button--unbranded,
.product-item .product__reviews .badge-box.spr-summary-actions-newreview,
.product__reviews .product-item .badge-box.spr-summary-actions-newreview,
.button.caps,
.blog .article__image .button.article__tags,
.button.popout__toggle,
.button.search-submit,
.product-item .button.sale-box,
.product-item .button.preorder-box,
.product-item .button.badge-box {
  font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
}
.btn:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .product__reviews .spr-summary-actions-newreview:hover, .btn:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus, .product__reviews .spr-summary-actions-newreview:focus,
.button:hover,
.button:focus {
  color: var(--btn-text-hover);
  background: var(--btn-bg-hover);
  border: 1px solid var(--btn-bg-hover);
}
.btn:hover .icon-arrow-right, .shopify-payment-button .shopify-payment-button__button--unbranded:hover .icon-arrow-right, .product__reviews .spr-summary-actions-newreview:hover .icon-arrow-right, .btn:focus .icon-arrow-right, .shopify-payment-button .shopify-payment-button__button--unbranded:focus .icon-arrow-right, .product__reviews .spr-summary-actions-newreview:focus .icon-arrow-right,
.button:hover .icon-arrow-right,
.button:focus .icon-arrow-right {
  transform: translateX(65%);
}
.btn:active, .shopify-payment-button .shopify-payment-button__button--unbranded:active, .product__reviews .spr-summary-actions-newreview:active,
.button:active {
  transform: translateY(1px);
}

.btn--outline, .product__submit--spb .product__submit__add, .product__reviews .spr-summary-actions-newreview {
  --btn-bg: var(--TRANSPARENT);
  --btn-text: var(--COLOR-PRIMARY);
  --btn-border: var(--COLOR-PRIMARY);
  --btn-bg-hover: var(--COLOR-PRIMARY);
  --btn-text-hover: var(--COLOR-PRIMARY-OPPOSITE);
  --btn-shadow: var(--TRANSPARENT);
  background-color: var(--TRANSPARENT);
  color: var(--btn-text);
  border: 1px solid var(--btn-border);
  box-shadow: none;
}
.btn--outline:hover, .product__submit--spb .product__submit__add:hover, .product__reviews .spr-summary-actions-newreview:hover, .btn--outline:active, .product__submit--spb .product__submit__add:active, .product__reviews .spr-summary-actions-newreview:active, .btn--outline:focus, .product__submit--spb .product__submit__add:focus, .product__reviews .spr-summary-actions-newreview:focus {
  background-color: var(--btn-bg-hover);
  color: var(--btn-text-hover);
  border: 1px solid var(--btn-bg-hover);
}
.btn--outline:active, .product__submit--spb .product__submit__add:active, .product__reviews .spr-summary-actions-newreview:active {
  transform: translateY(1px);
}

/*=== Button Colors ====*/
.btn--primary {
  --btn-bg: var(--COLOR-PRIMARY);
  --btn-text: var(--COLOR-PRIMARY-OPPOSITE);
  --btn-border: var(--COLOR-PRIMARY);
  --btn-bg-hover: var(--COLOR-PRIMARY-HOVER);
  --btn-text-hover: var(--COLOR-PRIMARY-OPPOSITE);
  --btn-shadow: var(--COLOR-PRIMARY-FADE);
}

.btn--outline.btn--primary, .product__submit--spb .btn--primary.product__submit__add, .product__reviews .btn--primary.spr-summary-actions-newreview {
  --btn-bg: var(--TRANSPARENT);
  --btn-text: var(--COLOR-PRIMARY);
  --btn-border: var(--COLOR-PRIMARY);
  --btn-bg-hover: var(--COLOR-PRIMARY);
  --btn-text-hover: var(--COLOR-PRIMARY-OPPOSITE);
  --btn-shadow: var(--TRANSPARENT);
}

.btn--secondary {
  --btn-bg: var(--COLOR-SECONDARY);
  --btn-text: var(--COLOR-SECONDARY-OPPOSITE);
  --btn-border: var(--COLOR-SECONDARY);
  --btn-bg-hover: var(--COLOR-SECONDARY-HOVER);
  --btn-text-hover: var(--COLOR-SECONDARY-OPPOSITE);
  --btn-shadow: var(--COLOR-SECONDARY-FADE);
}

.btn--outline.btn--secondary, .product__submit--spb .btn--secondary.product__submit__add, .product__reviews .btn--secondary.spr-summary-actions-newreview {
  --btn-bg: var(--TRANSPARENT);
  --btn-text: var(--COLOR-SECONDARY);
  --btn-border: var(--COLOR-SECONDARY);
  --btn-bg-hover: var(--COLOR-SECONDARY);
  --btn-text-hover: var(--COLOR-SECONDARY-OPPOSITE);
  --btn-shadow: var(--TRANSPARENT);
}

.btn--link {
  --btn-bg: var(--COLOR-LINK);
  --btn-text: var(--COLOR-LINK-OPPOSITE);
  --btn-border: var(--COLOR-LINK);
  --btn-bg-hover: var(--COLOR-LINK-HOVER);
  --btn-text-hover: var(--COLOR-LINK-OPPOSITE);
  --btn-shadow: var(--COLOR-LINK-FADE);
}

.btn--outline.btn--link, .product__submit--spb .btn--link.product__submit__add, .product__reviews .btn--link.spr-summary-actions-newreview {
  --btn-bg: var(--TRANSPARENT);
  --btn-text: var(--COLOR-LINK);
  --btn-border: var(--COLOR-LINK);
  --btn-bg-hover: var(--COLOR-LINK);
  --btn-text-hover: var(--COLOR-LINK-OPPOSITE);
  --btn-shadow: var(--TRANSPARENT);
}

.btn--neutral {
  --btn-bg: var(--text);
  --btn-shadow: var(--hairline);
  --btn-text: var(--bg);
  --btn-border: var(--text);
  --btn-bg-hover: var(--text-dark);
  --btn-text-hover: var(--bg);
}

.btn--outline.btn--neutral, .product__submit--spb .btn--neutral.product__submit__add, .product__reviews .btn--neutral.spr-summary-actions-newreview {
  --btn-bg: var(--TRANSPARENT);
  --btn-text: var(--text);
  --btn-border: var(--text);
  --btn-bg-hover: var(--text);
  --btn-text-hover: var(--bg);
  --btn-shadow: var(--TRANSPARENT);
}

.btn--black {
  --btn-bg: #000;
  --btn-shadow: var(--TRANSPARENT);
  --btn-text: #FFF;
  --btn-border: #000;
  --btn-bg-hover: #000;
  --btn-text-hover: #DDD;
}

.btn--outline.btn--black, .product__submit--spb .btn--black.product__submit__add, .product__reviews .btn--black.spr-summary-actions-newreview {
  --btn-bg: var(--TRANSPARENT);
  --btn-text: #000;
  --btn-border: #000;
  --btn-bg-hover: #000;
  --btn-text-hover: #FFF;
  --btn-shadow: var(--TRANSPARENT);
}

.btn--white {
  --btn-bg: #FFF;
  --btn-shadow: var(--TRANSPARENT);
  --btn-text: var(--COLOR-TEXT-DARK);
  --btn-border: #FFF;
  --btn-bg-hover: #FFF;
  --btn-text-hover: var(--COLOR-TEXT);
}

.btn--outline.btn--white, .product__submit--spb .btn--white.product__submit__add, .product__reviews .btn--white.spr-summary-actions-newreview {
  --btn-bg: var(--TRANSPARENT);
  --btn-text: #FFF;
  --btn-border: #FFF;
  --btn-bg-hover: #F7F7F7;
  --btn-text-hover: var(--COLOR-TEXT-DARK);
  --btn-shadow: var(--TRANSPARENT);
}

/*=== Button Sizes ====*/
.btn--large {
  width: 100%;
  max-width: 260px;
  --btn-top: 16px;
  --btn-left: 22px;
}
@media only screen and (max-width: 749px) {
  .btn--large {
    --btn-top: 12px;
    --btn-left: 18px;
  }
}

.btn--small, .product__reviews .spr-summary-actions-newreview {
  font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
  --btn-top: 5px;
  --btn-left: 10px;
}
@media only screen and (max-width: 749px) {
  .btn--small, .product__reviews .spr-summary-actions-newreview {
    --btn-top: 4px;
    --btn-left: 8px;
  }
}
.btn--small .icon-arrow-right, .product__reviews .spr-summary-actions-newreview .icon-arrow-right {
  width: 10px;
  height: 10px;
}

.btn--input {
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  --btn-top: 9px;
  --btn-left: 16px;
}
@media only screen and (max-width: 749px) {
  .btn--input {
    --btn-top: 9px;
    --btn-left: 16px;
  }
}

.btn--small:hover .icon-arrow-right, .product__reviews .spr-summary-actions-newreview:hover .icon-arrow-right,
.btn--input:hover .icon-arrow-right {
  transform: translateX(5px);
}

.btn--half {
  margin: 0;
  min-width: 50%;
}
@media only screen and (max-width: 749px) {
  .btn--half {
    width: 100%;
  }
}

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

/*=== Scroll to top button ==*/
.btn--scroll-top {
  display: block;
  position: fixed;
  line-height: 1;
  width: 44px;
  height: 44px;
  right: var(--outer);
  bottom: var(--outer);
  z-index: 999;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}
.btn--scroll-top .icon {
  stroke: currentColor;
}
.btn--scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
@media only screen and (max-width: 749px) {
  .btn--scroll-top {
    bottom: var(--mobile-newsletter-with-cookie-height);
  }
}

/*=== Text links ====*/
.btn--primary.caps--large {
  --link: var(--primary);
}

.btn--secondary.caps--large {
  --link: var(--secondary);
}

.btn--link.caps--large {
  --link: var(--COLOR-LINK);
}

.btn--neutral.caps--large {
  --link: var(--text);
}

.btn--black.caps--large {
  --link: #000;
}

.btn--white.caps--large {
  --link: #FFF;
}

.text-link {
  --link: var(--text);
  --link-border: var(--COLOR-BORDER-LIGHT);
  padding: 0 0 3px;
  text-decoration: none !important;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid var(--link-border);
  border-radius: 0;
  color: var(--link);
  transition: all 0.25s ease-in;
  cursor: pointer;
}
.text-link:hover {
  background-color: rgba(255, 255, 255, 0);
  color: var(--link);
  border-color: var(--border);
  padding-bottom: 1px;
  margin-bottom: 2px;
  box-shadow: none;
}
.text-link:active, .text-link:focus {
  background-color: rgba(255, 255, 255, 0);
  color: var(--COLOR-TEXT);
  transform: translateY(2px);
  border-bottom: 1px solid var(--border);
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
}

.btn + .text-link, .shopify-payment-button .shopify-payment-button__button--unbranded + .text-link, .product__reviews .spr-summary-actions-newreview + .text-link,
button + .text-link {
  margin-left: 15px;
}

.inline-nav {
  list-style: none;
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 30px 0 30px 0;
}
.inline-nav li {
  display: inline-block;
  padding: 5px 0;
  margin: 5px 20px;
}
@media only screen and (max-width: 749px) {
  .inline-nav li {
    margin: 5px 15px 5px 0;
  }
}
.inline-nav li a {
  color: var(--COLOR-LINK);
  position: relative;
}
.inline-nav li a:after {
  content: "";
  margin: auto;
  width: 10%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  background: var(--COLOR-LINK-HOVER);
  transition: 0.25s ease-out;
  transition-property: color, background, border;
}
.inline-nav li.inline-nav--active a,
.inline-nav li a:hover {
  color: var(--COLOR-LINK);
}
.inline-nav li.inline-nav--active a:after,
.inline-nav li a:hover:after {
  color: var(--COLOR-LINK);
  opacity: 1;
  width: 100%;
}

.blog-title + .inline-nav {
  margin-top: 0;
}

.aos-initialized a[data-aos][data-aos][data-aos-delay="200"].aos-animate,
.aos-initialized a[data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition: 0.25s ease-out;
  transition-property: color, background, border;
}

.show-button-animation .cart__checkout,
.show-button-animation .product__submit__add,
.show-button-animation .shopify-payment-button__button--unbranded {
  position: relative;
  overflow: hidden;
  will-change: color, border;
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0s;
  z-index: 1;
}
.show-button-animation .cart__checkout::before,
.show-button-animation .product__submit__add::before,
.show-button-animation .shopify-payment-button__button--unbranded::before {
  content: "";
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: var(--btn-bg-hover);
  will-change: transform;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 0.3s ease;
  z-index: -1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.show-button-animation .cart__checkout::before,
.show-button-animation .shopify-payment-button__button--unbranded::before {
  background: var(--btn-text);
}
.show-button-animation .cart__checkout:hover,
.show-button-animation .product__submit__add:hover {
  background: var(--btn-bg);
  border-color: var(--btn-bg-hover);
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0.3s;
}
.show-button-animation .cart__checkout:not([disabled]):hover,
.show-button-animation .shopify-payment-button__button--unbranded:hover,
.show-button-animation .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover {
  background: var(--TRANSPARENT);
  border-color: var(--btn-bg);
  color: var(--btn-bg);
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0.3s;
}
.show-button-animation .cart__checkout:hover::before,
.show-button-animation .product__submit__add:hover::before,
.show-button-animation .shopify-payment-button__button--unbranded:hover::before {
  transform-origin: left center;
  transform: none;
}
.show-button-animation .btn.is-added, .show-button-animation .shopify-payment-button .is-added.shopify-payment-button__button--unbranded, .shopify-payment-button .show-button-animation .is-added.shopify-payment-button__button--unbranded, .show-button-animation .product__reviews .is-added.spr-summary-actions-newreview, .product__reviews .show-button-animation .is-added.spr-summary-actions-newreview,
.show-button-animation .btn.is-added:hover,
.show-button-animation .btn.is-loading,
.show-button-animation .shopify-payment-button .is-loading.shopify-payment-button__button--unbranded,
.shopify-payment-button .show-button-animation .is-loading.shopify-payment-button__button--unbranded,
.show-button-animation .product__reviews .is-loading.spr-summary-actions-newreview,
.product__reviews .show-button-animation .is-loading.spr-summary-actions-newreview,
.show-button-animation .btn.is-loading:hover,
.show-button-animation .btn.is-loading[disabled],
.show-button-animation .btn.is-loading[disabled]:hover,
.show-button-animation .cart__checkout[disabled],
.show-button-animation .cart__checkout[disabled]:hover,
.show-button-animation .shopify-payment-button__button--unbranded[disabled],
.show-button-animation .shopify-payment-button__button--unbranded[disabled]:hover,
.show-button-animation .shopify-payment-button .shopify-payment-button__button--unbranded[disabled],
.show-button-animation .shopify-payment-button .shopify-payment-button__button--unbranded[disabled]:hover {
  background: var(--btn-bg);
  border-color: var(--btn-bg-hover);
  color: var(--btn-text);
}
.show-button-animation .btn.is-added:before, .show-button-animation .shopify-payment-button .is-added.shopify-payment-button__button--unbranded:before, .shopify-payment-button .show-button-animation .is-added.shopify-payment-button__button--unbranded:before, .show-button-animation .product__reviews .is-added.spr-summary-actions-newreview:before, .product__reviews .show-button-animation .is-added.spr-summary-actions-newreview:before,
.show-button-animation .btn.is-added:hover:before,
.show-button-animation .btn.is-loading:before,
.show-button-animation .shopify-payment-button .is-loading.shopify-payment-button__button--unbranded:before,
.shopify-payment-button .show-button-animation .is-loading.shopify-payment-button__button--unbranded:before,
.show-button-animation .product__reviews .is-loading.spr-summary-actions-newreview:before,
.product__reviews .show-button-animation .is-loading.spr-summary-actions-newreview:before,
.show-button-animation .btn.is-loading:hover:before,
.show-button-animation .btn.is-loading[disabled]:before,
.show-button-animation .btn.is-loading[disabled]:hover:before,
.show-button-animation .cart__checkout[disabled]:before,
.show-button-animation .cart__checkout[disabled]:hover:before,
.show-button-animation .shopify-payment-button__button--unbranded[disabled]:before,
.show-button-animation .shopify-payment-button__button--unbranded[disabled]:hover:before,
.show-button-animation .shopify-payment-button .shopify-payment-button__button--unbranded[disabled]:before,
.show-button-animation .shopify-payment-button .shopify-payment-button__button--unbranded[disabled]:hover:before {
  content: none;
}

.btn__added {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 8px;
  border-left: 1px solid var(--btn-text);
  border-bottom: 1px solid var(--btn-text);
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
}

.btn__added,
.btn__loader {
  opacity: 0;
}

.btn__error {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: inherit;
  color: var(--COLOR-ERROR);
  background-color: var(--COLOR-ERROR-BG);
  opacity: 0;
  visibility: hidden;
}

.btn__plus {
  --icon-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  margin: auto;
  background: currentColor;
  -webkit-mask-image: var(--icon-add-cart);
          mask-image: var(--icon-add-cart);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

.btn__plus,
.btn__text,
.btn__loader,
.btn__added,
.btn__error {
  transition: opacity 0.5s, visibility 0.5s;
}

.is-loading > .btn__text,
.is-loading > .btn__plus,
.is-loading > .btn__added {
  opacity: 0;
}

.is-loading > .btn__loader {
  opacity: 1;
}

.is-loading > .btn__loader circle ~ circle {
  animation-play-state: running;
}

.is-added.btn, .shopify-payment-button .is-added.shopify-payment-button__button--unbranded, .product__reviews .is-added.spr-summary-actions-newreview,
.is-added[data-add-to-cart],
.is-added[data-add-to-cart-bar] {
  --btn-text: var(--primary);
  --btn-border: var(--primary);
  background: transparent !important;
}

.is-added > .btn__added {
  opacity: 1;
}

.is-added > .btn__plus,
.is-added > .btn__text,
.is-added > .btn__loader {
  opacity: 0;
}

.has-error .btn__loader,
.has-error .btn__text,
.has-error .btn__plus {
  opacity: 0;
  visibility: hidden;
}

.has-error .btn__error {
  opacity: 1;
  visibility: visible;
}

/*================ SVG Loader ================*/
.svg-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.svg-loader circle {
  stroke-width: 1;
  stroke: var(--primary-fade);
  fill: none;
}
.svg-loader circle ~ circle {
  stroke: var(--primary);
  stroke-dashoffset: 88;
  animation: animate-svg 1s linear infinite;
  animation-play-state: paused;
}

@keyframes animate-svg {
  0% {
    stroke-dashoffset: 88;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.badge {
  border: none;
  padding: 3px 6px;
  background-color: var(--COLOR-BORDER-LIGHT);
  color: var(--COLOR-TEXT);
  border-radius: 3px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/**
 * Forms
 */
input,
textarea,
select,
.popout__toggle,
.input-group {
  border: 1px solid var(--COLOR-BORDER);
  font-size: 0.85rem;
  border-radius: var(--RADIUS-SM);
  max-width: 100%;
  padding: 10px;
  margin: 5px 0;
  background: var(--TRANSPARENT);
  color: var(--COLOR-TEXT);
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
}
@media only screen and (max-width: 749px) {
  input,
textarea,
select,
.popout__toggle,
.input-group {
    padding: 9px 10px;
    font-size: 1rem;
  }
}
input:focus,
textarea:focus,
select:focus,
.popout__toggle:focus,
.input-group:focus {
  border: 1px solid var(--COLOR-BORDER);
}
input[disabled],
textarea[disabled],
select[disabled],
[disabled].popout__toggle,
.input-group[disabled] {
  cursor: default;
  background-color: var(--COLOR-BORDER);
  border-color: var(--COLOR-BORDER-DARK);
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
.popout__toggle:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
.input-group:-webkit-autofill,
.input-group:-webkit-autofill:hover,
.input-group:-webkit-autofill:focus,
.input-group:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s, border-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s, border-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--COLOR-TEXT) !important;
}

textarea {
  min-height: 100px;
  padding: 10px;
}
@media only screen and (max-width: 749px) {
  textarea {
    padding: 10px;
  }
}

.form-item,
.form-field {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  line-height: 1;
  text-align: left;
  position: relative;
}

.form-item select, .form-item .popout__toggle {
  width: 100%;
}

.form-field label {
  background: var(--bg);
  color: var(--text);
  font-size: calc(0.75rem * var(--FONT-ADJUST-BODY) );
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  left: 9px;
  opacity: 0;
  padding: 0 0.5em;
  position: absolute;
  top: 2em;
  transition: 0.25s ease-out;
  transition-property: color, background, border;
  z-index: -1;
}
.form-field label.label--float {
  opacity: 1;
  top: -0.8em;
  z-index: 1;
}

.form-field select, .form-field .popout__toggle,
.form-field input[type=text],
.form-field input[type=password],
.form-field input[type=email],
.form-field input[type=number],
.form-field input[type=tel],
.form-field textarea {
  display: block;
  width: 100%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  -webkit-appearance: none;
}

input[type=checkbox] {
  margin: 4px 3px 4px 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox;
}

input[type=radio] {
  margin: 11px 3px 4px 0px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -o-appearance: radio;
  appearance: radio;
}

legend {
  padding-bottom: 6px;
}

.label--block {
  display: block;
  margin-bottom: 5px;
}

/*================ Input Group ================*/
.input-group {
  background-color: var(--TRANSPARENT);
  position: relative;
  display: table;
  border-collapse: separate;
  padding: 0;
}
.input-group .btn, .input-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group .shopify-payment-button__button--unbranded, .input-group .product__reviews .spr-summary-actions-newreview, .product__reviews .input-group .spr-summary-actions-newreview {
  box-shadow: none;
}
.input-group input,
.input-group input:focus,
.input-group input:active {
  background-color: var(--TRANSPARENT);
  border: none;
  box-shadow: none;
  margin: 0;
}
.input-group input::-moz-focus-inner,
.input-group input:focus::-moz-focus-inner,
.input-group input:active::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

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

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

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

.form__legal {
  max-width: none;
}
.form__legal p {
  font-style: var(--FONT-STYLE-BODY-ITALIC);
  color: var(--COLOR-A70);
  font-size: calc(0.75rem * var(--FONT-ADJUST-BODY) );
}

.small-newsletter .form__legal,
.modal--newsletter .form__legal,
.account--login .form__legal {
  margin-top: 15px;
}
.small-newsletter .form__legal p,
.modal--newsletter .form__legal p,
.account--login .form__legal p {
  margin: 0;
}

/*================ Custom select style ================*/
select, .popout__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: var(--ICON-SELECT);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  background-size: 11px auto;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: unset;
  cursor: pointer;
}

select::-ms-expand, .popout__toggle::-ms-expand {
  display: none;
}

/*================ Error styles ================*/
input.input-error,
select.input-error,
.input-error.popout__toggle,
textarea.input-error {
  border-color: var(--COLOR-ERROR-BORDER);
  background-color: var(--COLOR-ERROR-BG);
  color: var(--COLOR-ERROR);
}

@media only screen and (min-width: 750px) {
  .form-padding--medium-up {
    padding-right: 10px;
  }
}

form .errors,
.form-errors {
  padding: 0.9375rem 1.25rem;
  border: 1px solid var(--COLOR-ERROR-BORDER);
  border-radius: var(--RADIUS-SM);
  background-color: var(--COLOR-ERROR-BG);
  color: var(--COLOR-ERROR);
}
form .errors ul,
.form-errors ul {
  list-style-type: none;
  margin: 10px 20px;
  padding: 0;
  color: inherit;
}

.form-success {
  border: 1px solid var(--COLOR-BORDER);
  border-radius: var(--RADIUS-SM);
  margin: 0 0 1.875rem 0;
  padding: 0.9375rem 1.25rem;
  color: var(--COLOR-TEXT);
  box-shadow: 0 1px 3px var(--hairline), 0 1px 2px var(--hairline);
}

.form--search input {
  width: 80%;
}
.form--search .btn, .form--search .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .form--search .shopify-payment-button__button--unbranded, .form--search .product__reviews .spr-summary-actions-newreview, .product__reviews .form--search .spr-summary-actions-newreview {
  width: 19%;
  padding: 10px 0;
}

.contact-form .form-success {
  max-width: 400px;
  margin: 30px auto;
}

.template- .main-content > *:not(.shopify-policy__container) {
  margin-top: 60px;
}

/**
 * Blank States
 */
.placeholder-svg {
  display: block;
  fill: var(--COLOR-TEXT-LIGHT);
  background-color: var(--COLOR-BG-SECONDARY);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid var(--COLOR-BG-SECONDARY);
}

.placeholder-svg--small {
  width: 480px;
}

.placeholder-noblocks {
  position: relative;
  z-index: 11;
  width: 100%;
  padding: 40px;
  text-align: center;
}

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

/**
 * Images
 */
.lazy-image {
  display: block;
  position: relative;
  background-size: cover;
}

.lazy-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

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

.fade-in {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

/* === snippets/image-fill.liquid === */
.image__fill {
  display: block;
  position: relative;
  overflow: hidden;
}

/* === snippets/hero.liquid === */
.image__hero__frame {
  position: relative;
  overflow: hidden;
}

.image__hero__pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.image__hero__scale {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

[data-parallax-wrapper] .image__hero__pane {
  display: flex;
  align-items: center;
}

[data-parallax-wrapper] .image__hero__scale {
  min-height: var(--PARALLAX-STRENGTH-MIN);
  max-height: var(--PARALLAX-STRENGTH-MAX);
}

/* == Link that fills a position: relative image wrapper == */
.link-over-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.link-over-image .background-size-cover {
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
}
.link-over-image:hover .background-size-cover {
  transform: scale(1.06);
}

.image-overlay-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3) 100%);
}

/* === image load animations === */
.fade-in-image .background-size-cover.lazyloaded {
  opacity: 1;
}

.fade-in-image .background-size-cover {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.no-js .fade-in-image .background-size-cover {
  opacity: 1;
}

.fade-in-image-zoom .background-size-cover.lazyloaded {
  opacity: 1;
  transform: scale(1);
}

.fade-in-image-zoom .background-size-cover {
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no-js .fade-in-image-zoom .background-size-cover {
  opacity: 1;
  transform: scale(1);
}

.no-js .lazyload {
  display: none !important;
}
.no-js .image__fill {
  padding-top: 0 !important;
}
.no-js .no-js-image {
  display: block;
}
.no-js [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.loader {
  position: relative;
  height: 4px;
  display: block;
  background-color: var(--primary-fade);
  border-radius: 2px;
  overflow: hidden;
  width: 150px;
  margin: 30px auto;
}
.loadMore .loader {
  opacity: 1;
  visibility: visible;
}

.lazyloaded .loader {
  opacity: 0;
  visibility: hidden;
}

.loader-indeterminate {
  background-color: var(--primary);
}
.loader-indeterminate::before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: -35%;
  width: 100%;
  bottom: 0;
  will-change: transform;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.loader-indeterminate::after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: -200%;
  width: 100%;
  bottom: 0;
  will-change: transform;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    transform: translateX(0) scale(0.35, 1);
  }
  60% {
    transform: translateX(50%) scale(0.9, 1);
  }
  100% {
    transform: translateX(100%) scale(0.9, 1);
  }
}
@keyframes indeterminate-short {
  0% {
    transform: translateX(0) scale(2, 1);
  }
  60% {
    transform: translateX(460px) scale(0.01, 1);
  }
  100% {
    transform: translateX(460px) scale(0.01, 1);
  }
}
/* Tooltip Default */
.tooltip-default {
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  overflow: hidden;
  padding-bottom: 20px;
}

.tooltip-default__inner {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.tooltip-default__arrow {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  margin-top: 3px;
  transition: top 0.2s ease-out;
}
.tooltip-default__arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: var(--bg);
  border: 1px solid var(--border);
  -webkit-clip-path: polygon(0% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 100%, 0 100%);
  transform: rotate(135deg);
  content: "";
}

.tooltip-default__text {
  position: relative;
  top: 8px;
  margin-top: 10px;
  background: var(--bg);
  color: var(--text-dark);
  padding: 3px 10px;
  border-radius: 0;
  box-shadow: 0 0 0 1px var(--border);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  text-align: center;
  transition: top 0.2s ease-out;
}

.tooltip-default.is-hiding {
  opacity: 1;
}

.tooltip-default.is-hiding .tooltip-default__arrow,
.tooltip-default.is-hiding .tooltip-default__text {
  top: 0;
}

.tooltip-default.is-visible {
  transition: none;
  animation: tooltip-opacity 0.2s ease-out;
  animation-fill-mode: forwards;
}

.tooltip-default.is-visible .tooltip-default__arrow,
.tooltip-default.is-visible .tooltip-default__text {
  transition: none;
  animation: tooltip-top 0.2s ease-out;
  animation-fill-mode: forwards;
}

@keyframes tooltip-top {
  from {
    top: 8px;
  }
  to {
    top: 0;
  }
}
@keyframes tooltip-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*================ MODULES ================*/
/* ============================================================================
  #Site Header
============================================================================== */
.header__wrapper {
  --bg: var(--COLOR-MENU-BG);
  --border: var(--COLOR-MENU-BORDER);
  --text: var(--COLOR-MENU-LINK);
  --link: var(--COLOR-MENU-LINK);
  --link-hover: var(--COLOR-MENU-LINK-HOVER);
  --text-dark: var(--COLOR-MENU-LINK);
  --text-light: var(--COLOR-MENU-LINK);
  --text-transparent: var(--COLOR-MENU-TRANSPARENT);
  --underline: var(--COLOR-MENU-BORDER);
  --highlight: var(--text);
  position: relative;
  z-index: 2300;
  transition: top 0.2s linear;
}

.header__desktop__upper {
  --bg: var(--COLOR-HEADER-BG);
  --text: var(--COLOR-HEADER-LINK);
  --link: var(--COLOR-HEADER-LINK);
  --link-hover: var(--COLOR-HEADER-LINK-HOVER);
  color: var(--text);
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color:#F2F2F2;
}
  
.header__desktop__lower {
  border-top: 1px solid var(--border);
  background-color: var(--bg);
  color: var(--text);
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), border-top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.theme__header {
  position: absolute;
  z-index: 2300;
  width: 100%;
  color: var(--text);
  border-bottom: 0;
  transition: border 0s 0.2s;
  background: transparent;
}

.header__mobile {
  display: grid;
  min-height: 60px;
  grid-template-columns: 1fr 2fr 1fr;
}

.header__mobile__bottom {
  grid-column: span 3;
  margin: 0 calc(var(--outer) * -1);
}

@media only screen and (max-width: 931px) {
  .theme__header {
   background: transparent;
  }
}
@media only screen and (min-width: 750px) {
  .header__mobile__bottom {
    display: none;
  }
}

.header__mobile__nav {
  position: relative;
  transition: opacity 0.2s ease 0.1s, visibility 0.3s;
}

.header__mobile__nav:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.2s;
  opacity: 0;
  visibility: hidden;
  background: var(--bg);
}

.header__mobile__nav:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(var(--outer) * 1.5);
  pointer-events: none;
  background: linear-gradient(to right, var(--bg-transparent) 0%, var(--bg) 90%);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.2s;
  opacity: 0;
  visibility: hidden;
}

.header__mobile__nav__scroller {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding: calc(var(--outer) - var(--inner));
  padding-left: calc(var(--outer) - var(--inner));
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
}
.header__mobile__nav__scroller::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.header__mobile__nav__scroller:after {
  content: "";
  display: block;
  position: relative;
  padding-right: calc(var(--outer) - var(--inner));
}

.header__mobile__nav .navlink {
  display: block;
  scroll-snap-align: start;
  white-space: nowrap;
  padding: var(--inner);
  font-weight: var(--FONT-WEIGHT-NAV-BOLD);
}

.header-override-border,
[data-header-transparent=true] .theme__header {
  border-bottom-color: transparent;
  transition-delay: 0s;
}
.header-override-border .grandparent .header__dropdown,
[data-header-transparent=true] .theme__header .grandparent .header__dropdown {
  border-bottom: none;
}

[data-header-transparent=true] .theme__header .parent .header__dropdown {
  padding-top: 18px;
}

.header__backfill {
  visibility: hidden;
  z-index: -1;
  position: relative;
}

.header__logo {
  margin: 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__logo__link {
  display: block;
  text-decoration: none;
  color: var(--text);
  position: relative;
  max-width: 45vw;
  z-index: 9;
}

.header__logo__link:hover {
  color: var(--text);
}

.header__logo--image .header__logo__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  font-size: 0;
}

.header__logo__text {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-size: calc(11px * var(--FONT-ADJUST-BODY));
  font-family: var(--FONT-STACK-NAV);
  font-style: var(--FONT-STYLE-NAV);
  font-weight: var(--FONT-WEIGHT-NAV);
  font-weight: var(--FONT-WEIGHT-NAV-BOLD);
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-NAV));
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  background: var(--COLOR-HEADER-LINK);
  color: var(--COLOR-HEADER-BG);
}
@media only screen and (max-width: 749px) {
  .header__logo__text {
    font-size: calc(10px * var(--FONT-ADJUST-BODY));
  }
}
.header__logo__text span {
  max-width: calc(50vw - 1em);
  text-align: center;
  line-height: 1;
  height: auto;
}

.header__logo__text--no-bg {
  background: initial;
  color: currentColor;
  transition: 0.25s ease-in-out;
}

.header__logo__text--long {
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-NAV));
}

@media only screen and (max-width: 749px) {
  .header__logo__text--break.header__logo__text {
    word-break: break-all;
  }

  a.navlink--cart.navlink--cart--circle {
    margin-left: 0;
  }
}

.header__mobile__left,
.header__mobile__right {
  display: flex;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  min-height: inherit;
}

.header__mobile__left,
.header__mobile__left .header__mobile__button .navlink {
  justify-content: flex-start;
}

.header__mobile__right,
.header__mobile__right .header__mobile__button .navlink {
  justify-content: flex-end;
}

.header__mobile__button {
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}

.header__mobile__button .navlink {
  padding: 0;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 18px;
  transition: 0.25s ease-in-out;
}
@media only screen and (min-width: 750px) {
  .header__mobile__button .navlink {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 749px) {
  .header__mobile__button .navtext {
    display: none;
  }
}

@media only screen and (max-width: 749px) {
  .header__mobile__button.navlink--toplevel:after {
    content: none;
  }
}

.header__mobile__button .header__mobile__hamburger {
  height: 100%;
  margin-right: 16px;
}
@media only screen and (min-width: 750px) {
  .header__mobile__button .header__mobile__hamburger {
    margin-right: 22px;
  }
}

.header__mobile__button:last-child .header__mobile__hamburger,
.header__mobile__button:last-child .navlink {
  margin-right: 0;
}

.header__desktop__upper,
.header__desktop__lower,
.header__mobile {
  padding-left: var(--outer);
  padding-right: var(--outer);
}

.header__desktop__upper, 
.header__desktop__lower{
  background: transparent;
  border-top: none;
}

body.template-index span.navtext,
body.template-product .header__dropdown__inner span.navtext {
  color: #ffffff;
}

.header__desktop__upper,
.header__desktop__lower {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.header__desktop__bar__l,
.header__desktop__bar__c,
.header__desktop__bar__r {
  display: flex;
  align-self: stretch;
}

.header__desktop__bar__l {
  justify-content: center;
  width: 33.3%;
}

.header__desktop__upper--reverse .header__desktop__bar__l {
  justify-content: center;
}

.header__desktop__bar__c { 
  flex-wrap: wrap;
}
.header__desktop__upper--reverse .header__desktop__bar__c {
    order: -1;
    width: 33.33%;
    position: unset;
    flex: unset;
}

.header__desktop__buttons {
  display: flex;
}

.header__menu__inner {
  display: flex;
  height: 100%;
  margin-left: -40px;
/*  flex-wrap: wrap;*/
}

.navlink--toplevel,
.header__desktop__button .navlink {
  align-items: center;
  display: flex;
  height: 100%;
}

.header__desktop__button .navlink:not(.navlink--toplevel) {
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__desktop {
  width: 100%;
}

.navlink {
  font-family: var(--FONT-STACK-NAV);
  font-style: var(--FONT-STYLE-NAV);
  font-weight: var(--FONT-WEIGHT-NAV);
  line-height: 1.2;
  padding: 5px 0;
  position: relative;
}

.navlink .icon {
  --icon-size: 22px;
  fill: none;
}

.navlink--child,
.navlink--grandchild {
  color: var(--text-light);
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navlink--child:hover,
.navlink--grandchild:hover {
  color: var(--link-hover);
}

.navlink--child .navtext,
.navlink--grandchild .navtext {
  color: var(--text-light);
}

.navlink--highlight .navtext {
  color: var(--highlight);
}

.navlink--child:hover .navtext,
.navlink--grandchild:hover .navtext {
  color: var(--link-hover);
}

.navlink--toplevel {
  font-family: var(--FONT-STACK-NAV);
  font-style: var(--FONT-STYLE-NAV);
  font-weight: var(--FONT-WEIGHT-NAV);
  margin: 0 5px;
  position: relative;
  padding: 15px 0;
  font-weight: var(--FONT-WEIGHT-NAV-BOLD);
  z-index: 6;
  white-space: nowrap;
}

.navlink--toplevel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 1px;
  background-color: var(--COLOR-MENU-LINK-HOVER);
  transform: scaleX(0);
  will-change: transform;
  /* transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); */
}

.navlink--toplevel::after{
  background-color: #ffffff;
}

@media only screen and (max-width: 749px) {
  .navlink--toplevel::after {
    content: none;
    display: none;
  }
}
.navlink--toplevel:hover::after {
  transform: scaleX(1);
}

.navlink--highlight {
  color: var(--highlight);
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navlink--highlight:after {
  background-color: var(--highlight);
}

.navtext {
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-NAV));
  letter-spacing: 1px;
  display: block;
  transition: color 0.25s ease-out;
}

.header__desktop__upper.header__desktop__upper--reverse {
    position: relative;
}

.header__desktop__bar__r {
  width: 33.3%;
  justify-content: flex-end;
  z-index: 9;
}

.header__desktop__bar__r .header__menu__inner {
  margin-right: -15px;
}

.header__desktop__bar__r .header__desktop__buttons--text {
  margin-right: -15px;
}

.header__desktop__bar__r .header__desktop__buttons--icons {
  gap:16px;
}

.header__desktop__upper--reverse .header__menu__inner {
  margin-left: -15px;
}

.header__desktop__bar__l .social__links {
  list-style: none;
  display: flex;
  grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
  gap: 5px;
  width: 100%;
  margin: 0 0 0 -12px;
}

.header__desktop__bar__l .social__links li {
  margin: 0;
}

.header__desktop__bar__l .social__links a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px;
  color: var(--text);
  transition: color 0.3s ease;
}
.header__desktop__bar__l .social__links a:hover {
  color: var(--link-hover);
}

/* ================ Sticky header ================ */
.js__header__stuck {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5600;
}

.js__header__stuck .theme__header:after,
.js__header__stuck .header__mobile__nav:after,
.js__header__stuck .header__mobile__nav:before {
  opacity: 1;
  visibility: visible;
}

.js__header__stuck--animated .theme__header {
  transform: translateY(-100%);
  transition: transform 0.2s linear;
}

.js__header__stuck--animated.js__header__stuck--trigger-animation .theme__header,
.js__header__stuck--trigger-animation .theme__header {
  transform: translateY(0px);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.theme__header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.2s;
  opacity: 0;
  visibility: hidden;
  background: var(--bg);
}

[data-header-transparent=false] .theme__header:after {
  opacity: 0;
  visibility: hidden;
}

/* ================ Transparent header ================ */

body.template-index .logo_site{
    display: none;
}

img.logo_hp {
    display: none;
}

body.template-index img.logo_hp{
    display: block;
}

.logo__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.logo__img--transparent {
  position: absolute;
  top: 0;
  opacity: 0;
}

.lazyloaded.logo__img--color {
  opacity: 1;
}

[data-header-transparent=true]:not(.meganav--visible),
[data-header-transparent=true]:not(.meganav--visible) .header__desktop__upper,
[data-header-transparent=true]:not(.meganav--visible) .header__desktop__lower,
[data-header-transparent=true]:not(.meganav--visible) .header__mobile {
  --text: var(--text-transparent);
  --link: var(--text-transparent);
  --link-hover: var(--text-transparent);
  --text-dark: var(--text-transparent);
  --text-light: var(--text-transparent);
  --underline: var(--text-transparent);
  background-color: var(--TRANSPARENT);
}

[data-header-transparent=true]:not(.meganav--visible) .header__desktop__lower,
[data-header-transparent=true]:not(.meganav--visible) .header__desktop__upper {
  background-color: var(--TRANSPARENT);
}
[data-header-transparent=true]:not(.meganav--visible) .header__desktop__lower {
  border-top: 1px solid var(--TRANSPARENT);
}
[data-header-transparent=true]:not(.meganav--visible) .navlink--toplevel::after {
  background-color: currentColor;
}
[data-header-transparent=true]:not(.meganav--visible) .parent .navlink--toplevel::after,
[data-header-transparent=true]:not(.meganav--visible) .grandparent .navlink--toplevel::after {
  display: none;
}
[data-header-transparent=true]:not(.meganav--visible) .header__logo--has-transparent .logo__img--color {
  opacity: 0;
}
[data-header-transparent=true]:not(.meganav--visible) .header__logo--has-transparent .logo__img--transparent {
  opacity: 0;
}
[data-header-transparent=true]:not(.meganav--visible) .header__logo--has-transparent .logo__img--transparent.lazyloaded {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-header-transparent=true]:not(.meganav--visible) .navlink--cart--icon .header__cart__status {
  --bg: var(--text);
}

.header__menu {
  z-index: 5;
}

.header__menu.caps, .blog .article__image .header__menu.article__tags, .header__menu.popout__toggle, .header__menu.search-submit, .product-item .header__menu.sale-box,
.product-item .header__menu.preorder-box,
.product-item .header__menu.badge-box {
  letter-spacing: 0.1em;
}

/* ================ Large / Small Display Logic ================ */
@media only screen and (max-width: 479px) {
  .header__mobile {
    display: grid;
  }

  .header__desktop {
    position: relative;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media only screen and (min-width: 480px) {
  .header__desktop {
    position: static;
  }

  .header__mobile {
    display: none;
  }
}
.js__header__clone {
  position: absolute;
  transform: translatey(-5000px);
  width: 1400px;
  visibility: hidden;
}

.js__show__mobile .header__mobile,
[data-header-style=drawer] .header__mobile {
  display: grid;
}
.js__show__mobile .header__desktop,
[data-header-style=drawer] .header__desktop {
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ============================================================================
  #Site Nav and Dropdowns
============================================================================== */
.header__dropdown {
  --bg: var(--COLOR-SUBMENU-BG);
  --text: var(--COLOR-SUBMENU-LINK);
  --text-dark: var(--COLOR-SUBMENU-LINK);
  --text-light: var(--COLOR-SUBMENU-LINK);
  --link-hover: var(--COLOR-SUBMENU-LINK-HOVER);
  color: var(--COLOR-SUBMENU-LINK);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  background-color: var(--bg);
  border-bottom: var(--border);
/*  border-top: 1px solid var(--border);*/
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s 0.2s, background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu__item:not(.grandparent):hover > .header__dropdown,
.header__dropdown.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dropdown__family {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}

.dropdown__family .navlink--child {
  font-weight: var(--FONT-WEIGHT-NAV-BOLD);
}

.header__dropdown__image {
  position: relative;
  color: var(--text);
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no-js .header__dropdown__image {
  opacity: 1;
}
.header__dropdown__image .hero__title {
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
}
.header__dropdown__image .hero__content {
  padding: 14px;
  margin: 0;
  max-width: none;
}

/* ============================================================================
  #Large Meganav
============================================================================== */
.grandparent .header__dropdown {
  width: 100%;
  left: 0;
  max-width: 100vw;
  overflow-y: auto;
  max-height: calc(100vh - var(--menu-height));
}
.grandparent .header__dropdown__inner {
  display: flex;
  justify-content: space-between;
}
.grandparent .header__grandparent__links {
  flex: 3;
  display: grid;
  grid-row-gap: 1.5em;
}
.grandparent .dropdown__family {
  margin-left: var(--outer);
}
.grandparent .dropdown__family:last-child {
  margin-right: var(--outer);
}
.grandparent .menu__block--narrow {
  flex: 1;
}
.grandparent .menu__block--wide {
  flex: 3;
}
.grandparent .navlink--child,
.grandparent .navlink--grandchild {
  display: inline-block;
  will-change: transform;
  margin-right: auto;
  padding-right: 5px;
}
.grandparent .navlink--child {
  margin-bottom: 20px;
}
.meganav--is-transitioning .grandparent.is-visible::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: rgba(0, 0, 0, 0);
  z-index: 5;
}

.grandparent.kids-1 .header__grandparent__links {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grandparent.kids-2 .header__grandparent__links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grandparent.kids-3 .header__grandparent__links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grandparent.kids-4 .header__grandparent__links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grandparent.kids-5 .header__grandparent__links {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grandparent.kids-6 .header__grandparent__links {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grandparent.kids-7 .header__grandparent__links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grandparent.kids-8 .header__grandparent__links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grandparent.kids-9 .header__grandparent__links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grandparent.kids-10 .header__grandparent__links,
.grandparent.kids-11 .header__grandparent__links,
.grandparent.kids-12 .header__grandparent__links,
.grandparent.kids-13 .header__grandparent__links,
.grandparent.kids-14 .header__grandparent__links,
.grandparent.kids-15 .header__grandparent__links,
.grandparent.kids-16 .header__grandparent__links,
.grandparent.kids-17 .header__grandparent__links,
.grandparent.kids-18 .header__grandparent__links,
.grandparent.kids-19 .header__grandparent__links,
.grandparent.kids-20 .header__grandparent__links {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

[class*=images-].grandparent.kids-4 .header__grandparent__links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

[class*=images-].grandparent.kids-5 .header__grandparent__links,
[class*=images-].grandparent.kids-6 .header__grandparent__links,
[class*=images-].grandparent.kids-7 .header__grandparent__links,
[class*=images-].grandparent.kids-8 .header__grandparent__links,
[class*=images-].grandparent.kids-10 .header__grandparent__links,
[class*=images-].grandparent.kids-11 .header__grandparent__links,
[class*=images-].grandparent.kids-12 .header__grandparent__links,
[class*=images-].grandparent.kids-13 .header__grandparent__links,
[class*=images-].grandparent.kids-14 .header__grandparent__links,
[class*=images-].grandparent.kids-15 .header__grandparent__links,
[class*=images-].grandparent.kids-16 .header__grandparent__links,
[class*=images-].grandparent.kids-17 .header__grandparent__links,
[class*=images-].grandparent.kids-18 .header__grandparent__links,
[class*=images-].grandparent.kids-19 .header__grandparent__links,
[class*=images-].grandparent.kids-20 .header__grandparent__links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grandparent.kids-2.images-1 .header__grandparent__links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grandparent.kids-3.images-1 .header__grandparent__links,
.grandparent.kids-4.images-1 .header__grandparent__links,
.grandparent.kids-5.images-1 .header__grandparent__links,
.grandparent.kids-6.images-1 .header__grandparent__links,
.grandparent.kids-7.images-1 .header__grandparent__links,
.grandparent.kids-8.images-1 .header__grandparent__links,
.grandparent.kids-9.images-1 .header__grandparent__links,
.grandparent.kids-10.images-1 .header__grandparent__links,
.grandparent.kids-11.images-1 .header__grandparent__links,
.grandparent.kids-12.images-1 .header__grandparent__links,
.grandparent.kids-13.images-1 .header__grandparent__links,
.grandparent.kids-14.images-1 .header__grandparent__links,
.grandparent.kids-15.images-1 .header__grandparent__links,
.grandparent.kids-16.images-1 .header__grandparent__links,
.grandparent.kids-17.images-1 .header__grandparent__links,
.grandparent.kids-18.images-1 .header__grandparent__links,
.grandparent.kids-19.images-1 .header__grandparent__links,
.grandparent.kids-20.images-1 .header__grandparent__links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grandparent.images-2 .header__grandparent__links,
.grandparent.images-2 .menu__block--wide {
  flex: 2;
}

.grandparent.grandparent--all-images .header__grandparent__links {
  flex: 0;
}

.grandparent.grandparent--all-images.images-1 .menu__block--narrow {
  flex-grow: 0;
  flex-basis: 50%;
}

/* ================ Hover animations ================ */
/* Basic Dropdown */

body.nav-overlay span.navtext {
  color: #ffffff;
}

.header__dropdown .overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header__dropdown__wrapper {
    position: relative;
    z-index: 1;
}

.menu__item.parent .navlink--child {
  opacity: 0;
  transform: translateY(-5px);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform, opacity;
}
.menu__item.parent:hover .navlink--child,
.menu__item.parent .is-visible .navlink--child {
  opacity: 1;
  transform: translateY(0);
}

/* Basic Meganav */
.menu__item.grandparent .navlink--child {
  opacity: 0;
  transition: none;
}
.menu__item.grandparent .navlink--grandchild {
  opacity: 0;
  transform: translateY(-5px);
  transition: none;
}
.menu__item.grandparent .is-visible .navlink--child,
.menu__item.grandparent .is-visible .navlink--grandchild {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu__item.grandparent:not(.is-visible) .header__dropdown {
  border-bottom-color: transparent;
  background-color: transparent;
}

/* Image Meganav */
.header__dropdown:not(.is-visible) .header__dropdown__image,
.header__dropdown:not(.is-visible) .background-size-cover {
  transition-delay: 0s !important;
}

.header__dropdown__image .background-size-cover {
  transform: scale(1.06);
  transform-origin: bottom center;
  transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.is-visible .header__dropdown__image {
  opacity: 1;
}

.is-visible .header__dropdown__image .background-size-cover {
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-visible .header__dropdown__image > div,
.is-visible .header__dropdown__image .background-size-cover {
  transition-delay: inherit;
}

/* Match hover state of button */
.header__dropdown__image:hover .btn--white {
  background-color: #FFF;
  color: var(--COLOR-TEXT);
  border: 1px solid #FFF;
  box-shadow: none;
}

.menu__item:not(.grandparent):hover > .header__dropdown,
.header__dropdown.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
  margin-top: -50px;
}

/* ================ Hover animations ================ */
.parent .header__dropdown {
  background: #edeade;
  padding: 10px 32px;
  margin-left: 0;
}
.parent .header__dropdown__inner {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  flex-direction: column;
  margin-top: 160px;
}

.parent .navlink--child {
  padding: 5px 16px;
  display: inline-block;
  margin: 0;
}

.navlink[href="#"] {
  cursor: default;
}

/* ================ Header cart status ================ */
.navlink__cart__content {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0;
}

.header__cart__status__holder {
  position: relative;
  display: flex;
  align-items: center;
}

/*
  These circle icons have 1px offset in order to match the account icon
  That's why we need margin-right: -1px to make them align horizontally with the wrapper
*/
.navlink--cart--circle {
  --icon-size: 20px;
}

.navlink--cart--circle .navlink__cart__content {
  margin-right: -1px;
}

.navlink--cart--circle .header__cart__status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  font-size: calc(1rem * var(--FONT-ADJUST-NAV));
}

.navlink--cart--circle .header__cart__status__holder {
  width: 25px;
  /* height: 25px; */
}

.navlink--cart--circle .navtext {
  margin-right: 8px;
}

.navlink--cart--circle .header__cart__status:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 50%;
  border: var(--ICON-STROKE-WIDTH) solid currentColor;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.navlink--cart--icon .header__cart__status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  right: -8px;
  min-width: 15px;
  height: 15px;
  border-radius: 15px;
  padding: 2px;
  background: var(--primary);
  color: var(--bg);
  font-size: calc(.589rem * var(--FONT-ADJUST-NAV));
  line-height: calc(1rem * var(--FONT-ADJUST-NAV));
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}

.navlink--cart--icon:hover .header__cart__status {
  transform: scale(1.1);
}

.navlink--cart--icon .header__cart__status[data-cart-count="0"],
.navlink--cart--text .header__cart__status[data-cart-count="0"] {
  display: none;
}

@media only screen and (min-width: 750px) {
  .navlink--cart--text .navtext {
    display: inline;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 750px) {
  .navlink--cart--text .header__cart__status:before {
    content: attr(data-status-separator);
  }
}

@media only screen and (max-width: 749px) {
  .navlink--cart--text .header__cart__status {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2px;
    right: -8px;
    min-width: 15px;
    height: 15px;
    border-radius: 15px;
    padding: 2px;
    background: var(--primary);
    color: var(--bg);
    font-size: calc(.589rem * var(--FONT-ADJUST-NAV));
    line-height: calc(1rem * var(--FONT-ADJUST-NAV));
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: transform;
  } 
 
  .navlink--cart--circle .header__cart__status{
  padding-left: 1px;
 }

  .navlink--cart--circle .header__cart__status:before{
    width: 17px;
    height: 17px;
  }

}

/* ================ Icon sizes ================ */
.theme__header [data-glyph=cart] {
  font-size: calc(1.1875rem * var(--FONT-ADJUST-NAV));
}

.theme__header [data-glyph=magnifying-glass] {
  font-size: calc(1rem * var(--FONT-ADJUST-NAV));
}

/* ================ No JS ================ */
.no-js .header__dropdown {
  background-color: var(--bg) !important;
}
.no-js .menu__item.parent:focus-within .header__dropdown,
.no-js .menu__item.parent:focus-within .navlink,
.no-js .menu__item.grandparent:focus-within .header__dropdown,
.no-js .menu__item.grandparent:focus-within .navlink,
.no-js .menu__item.parent:hover .header__dropdown,
.no-js .menu__item.parent:hover .navlink,
.no-js .menu__item.grandparent:hover .header__dropdown,
.no-js .menu__item.grandparent:hover .navlink {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
}
.no-js .navlink--toplevel:focus + .header__dropdown {
  opacity: 1 !important;
  visibility: visible !important;
}
.no-js .navlink--toplevel:focus + .header__dropdown .navlink {
  opacity: 1 !important;
  visibility: visible !important;
}

.announcement__wrapper {
  position: relative;
  overflow: hidden;
}

.announcement__wrapper--top {
  z-index: 5500;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.announcement__bar-outer .flickity-button {
  display: none;
}

.js .announcement__bar-holder:not(.flickity-enabled) .announcement__bar ~ .announcement__bar {
  display: none;
}

.announcement__slide {
  min-height: 45px;
}

.announcement__slide:not(.announcement__bar) {
  white-space: nowrap;
}

.announcement__slide:not(.announcement__bar) > *,
.announcement__slide:not(.announcement__bar):before {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.announcement__slide:not(.announcement__bar):before {
  min-height: 45px;
  width: 0;
  content: "";
}

.flickity-slider > .announcement__slide {
  position: absolute;
}

.announcement__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-color: var(--bg);
  color: var(--text);
}

.announcement__bar:not(.desktop):not(.mobile) {
  width: 100%;
}

.announcement__bar.desktop {
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .announcement__bar.desktop {
    display: none;
  }
}

@media only screen and (min-width: 750px) {
  .announcement__bar.mobile {
    display: none;
    width: 0;
  }
}
@media only screen and (max-width: 749px) {
  .announcement__bar.mobile {
    width: 100%;
  }
}

.announcement__bar a:link,
.announcement__bar a:hover {
  color: inherit;
  text-decoration: none;
}

.announcement__bar .icon {
  fill: currentColor;
}

.announcement__bar--error {
  display: none;
}

.announcement__main {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.announcement__text {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  white-space: nowrap;
}

.announcement__text p {
  font-size: inherit;
}

.announcement__text > div {
  display: inline-block;
  margin: 0 50px;
  vertical-align: middle;
}

@media only screen and (min-width: 750px) {
  .announcement__text > .mobile {
    display: none;
  }
}

@media only screen and (max-width: 749px) {
  .announcement__text > .desktop {
    display: none;
  }
}

.announcement__text a {
  position: relative;
  display: inline-block;
  color: inherit;
}
.announcement__text a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  height: 1px;
  width: 100%;
  transform: translateX(-50%);
  box-shadow: 0 -1px 0 0 currentColor;
  transition: width 0.2s linear;
}
.announcement__text a:hover:after {
  width: 85%;
}

.announcement__text .free-shipping {
  padding: 0;
  border: none;
  font-size: inherit;
  white-space: nowrap;
}

.announcement__text .free-shipping circle + circle {
  stroke: currentColor;
}

.announcement__text,
.announcement__main,
.announcement__more {
  color: var(--text);
  font-size: calc(0.8rem * var(--FONT-ADJUST-BODY));
}

.announcement__divider {
  margin-left: 10px;
  padding-right: 10px;
  width: 0;
  border-left: 1px solid currentColor;
  height: 10%;
}

.announcement__message {
  overflow: hidden;
  width: 100%;
  padding: 0 45px;
  font-size: 0;
}
@media only screen and (max-width: 749px) {
  .announcement__message {
    padding: 0 25px;
  }
}

.announcement__scale {
  display: inline-flex;
  transition: opacity 0.5s linear;
}

.announcement__scale.ticker--unloaded {
  width: max-content;
}

.announcement__bar-holder--slider.flickity-enabled .announcement__scale.ticker--unloaded {
  position: static;
}

html:not(.js) .announcement__scale.ticker--unloaded {
  opacity: 1;
  position: static;
  width: auto;
}

.ticker--animated {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: var(--animation-time);
  animation-play-state: paused;
  display: inline-block;
  width: max-content;
  will-change: transform, padding, width;
}
.ticker--animated:hover {
  animation-play-state: paused;
}

@media only screen and (min-width: 750px) {
  .ticker--animated .announcement__slide {
    margin: 0 100px;
  }
}

.announcement__bar-holder--slider {
  background-color: var(--bg);
}

.no-js .announcement__bar-holder--slider .announcement__bar {
  top: 0;
  transform: none;
}

.announcement__bar-holder > .announcement__bar:hover .ticker--animated,
.announcement__bar:hover .ticker--animated,
.announcement__bar-holder > .announcement__bar [data-stop] .ticker--animated {
  animation-play-state: paused;
}

.announcement__bar-holder > .announcement__bar .ticker--animated,
.is-selected .ticker--animated {
  animation-play-state: running;
}

.ticker__comparitor {
  position: absolute;
  transform: translatey(-5000px);
  visibility: hidden;
}

.ie .announcement__bar--error {
  display: block;
  height: auto;
  padding: 15px;
}

.drawer__content {
  position: fixed;
  z-index: 2200;
  padding-top: var(--header-height);
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50vw;
  max-width: 640px;
  background: var(--bg);
  border-right: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 3px 12px rgba(0, 0, 0, 0.02);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.3s ease, visibility 0s ease 0.3s;
}
@media only screen and (max-width: 989px) {
  .drawer__content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 749px) {
  .drawer__content {
    width: 100vw;
    border-right: none;
  }
}

.drawer--visible .drawer__content {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.js__header__stuck .drawer__content {
  padding-top: var(--header-height);
}

.drawer__underlay {
  position: fixed;
  z-index: 2100;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 100vh;
  width: calc(100vw - var(--scrollbar-width));
  opacity: 0;
  background: #000;
  transition: opacity 0.3s ease 0.1s, visibility 0s linear 0.4s;
}
.drawer--visible .drawer__underlay {
  visibility: visible;
  opacity: 0.4;
  transition-duration: 0.3s, 0s;
  transition-delay: 0.1s, 0s;
}

.drawer__inner {
  position: relative;
  flex: 1;
  width: 100%;
  padding-top: 40px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  transition: padding-top 0.5s linear;
  will-change: padding;
  mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent var(--scrollbar-width), black var(--scrollbar-width));
  mask-size: 100% 20000px;
  mask-position: left bottom;
  -webkit-mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent var(--scrollbar-width), black var(--scrollbar-width));
  -webkit-mask-size: 100% 20000px;
  -webkit-mask-position: left bottom;
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
}
.drawer__inner:hover {
  -webkit-mask-position: left top;
}

.is-not-visible .drawer__inner {
  padding-top: 0;
}

.drawer__close {
  height: var(--menu-height);
  border-radius: 0;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  cursor: pointer;
  position: relative;
  color: var(--text-dark);
  font-size: calc(1.25rem * var(--FONT-ADJUST-BODY));
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  text-align: left;
}
.drawer__close::before {
  content: "✕";
  right: 25px;
  top: calc(50% - 15px);
  position: absolute;
}
.drawer__close:hover, .drawer__close:focus {
  outline: none;
}

.drawer__content > *:not(.drawer__inner) {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

.drawer--visible .drawer__content > *:not(.drawer__inner) {
  opacity: 1;
}

.header__drawer {
  --bg: var(--COLOR-SUBMENU-BG);
  --text: var(--COLOR-SUBMENU-LINK);
  --text-dark: var(--COLOR-SUBMENU-LINK);
  --text-light: var(--COLOR-SUBMENU-LINK);
  --link-hover: var(--COLOR-SUBMENU-LINK-HOVER);
  color: var(--text);
}

.header__drawer.caps, .blog .article__image .header__drawer.article__tags, .header__drawer.popout__toggle, .header__drawer.search-submit, .product-item .header__drawer.sale-box,
.product-item .header__drawer.preorder-box,
.product-item .header__drawer.badge-box {
  letter-spacing: 0.1em;
}

.header__drawer__selects {
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0 calc(min(var(--outer), 15px) * -1);
}
.header__drawer__selects .popout-list {
  bottom: initial;
  top: 100%;
  min-width: calc(100% + 1px);
}

.drawer__bottom {
  display: flex;
  margin-top: auto;
  border-top: 1px solid var(--border);
  gap: var(--inner);
  justify-content: space-between;
  min-height: 51px;
  width: 100%;
  padding: var(--outer);
}
@media only screen and (min-width: 750px) {
  .drawer__bottom {
    padding: calc(var(--outer) / 2) var(--outer);
  }
}
@media only screen and (max-width: 749px) {
  .drawer__bottom {
    flex-wrap: wrap;
  }
}

.drawer__bottom__left,
.drawer__bottom__center {
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
  min-height: 50px;
  padding: 10px 0;
}

@media only screen and (max-width: 989px) {
  .drawer__bottom__left {
    order: 2;
    width: 100%;
    padding: 0;
  }
}

.drawer__bottom__right {
  margin-left: auto;
}
@media only screen and (max-width: 989px) {
  .drawer__bottom__right {
    order: 1;
    width: 100%;
    min-height: 50px;
  }
}

.drawer__bottom__center {
  display: flex;
  justify-content: center;
  width: 100%;
}

.drawer__search {
  border-bottom: 1px solid var(--border);
}

.drawer__bottom .social__links {
  --icon-size: 20px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--icon-size), 1fr));
  gap: 10px;
  width: 100%;
  margin: 0 0 0 -1px;
  padding: 0;
}

.drawer__bottom .social__links li {
  display: flex;
  align-items: center;
}

.drawer__bottom .social__links .icon {
  color: var(--text);
}

.drawer__bottom .social__links a:hover .icon {
  color: var(--link-hover);
}

/* ============================================================================
  #Search popdown
============================================================================== */
.search-popdown {
  font-family: var(--FONT-STACK-NAV);
  font-style: var(--FONT-STYLE-NAV);
  font-weight: var(--FONT-WEIGHT-NAV);
  --bg: var(--COLOR-MENU-BG);
  --border: var(--COLOR-BORDER);
  --text: var(--COLOR-MENU-LINK);
  --link-hover: var(--COLOR-MENU-LINK-HOVER);
  --text-dark: var(--COLOR-MENU-LINK);
  --text-light: var(--COLOR-MENU-LINK);
  --text-transparent: var(--COLOR-MENU-TRANSPARENT);
  --underline: var(--COLOR-BORDER);
  --icon-size: 24px;
  position: absolute;
  z-index: 4000;
  top: 49px;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  max-height: 100%;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s, max-height 0.5s ease;
  transform: translate3d(0, -100%, 0);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: #F2F2F2;
  overflow: hidden;
  overflow-y: auto;
  border-top: 1px solid #BDBDBD;
}
 

@media only screen and (max-width: 749px) {
  .search-popdown {
    --inner: 30px;
  }
}

.search-popdown.has-errors {
  position: static;
  width: 100%;
  padding: 10px 0 0 0;
  border-bottom: none;
}

.search-popdown.is-visible {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
  width: 100vw; 
  padding-right: var(--scrollbar-width);
  max-height: calc(100vh - var(--announcement-height));
  padding-top: 14px;
}

.search-popdown__upper {
  transition: background-color 0.5s ease;
  color: inherit;
  height: var(--announcement-height);
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 30px;
  pointer-events: none;
}

.search-popdown__header {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
  z-index: 2000;
  color: var(--text);
  background: #F2F2F2;
}

.search-popdown__main {
  width: 100%;
  min-height: 78px;
  height: var(--menu-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.5s ease;
}

.search-popdown__close {
  position: relative;
  width: 80px;
  height: 100%;
  display: flex;
}

.search-popdown__close__button {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 5px;
  color: inherit;
  font-size: 0;
  text-decoration: none;
  transform: translate3d(0, -50%, 0);
  transition: color 0.3s ease;
  --icon-size: 24px;
  font-size: calc(1rem * var(--FONT-ADJUST-NAV));
  cursor: pointer;
  width: 34px;
  padding: 20px 5px;
  height: 100%;
  right: -11px;
}
.search-popdown__close__button .icon {
  display: block;
  fill: currentColor;
  transition: transform 0.3s;
  pointer-events: none;
}
.search-popdown__close__button:hover {
  color: var(--link-hover);
}
.search-popdown__close__button:hover .icon {
  transform: rotate(90deg);
}

.popdown__close__inner {
  font-size: calc(1rem * var(--FONT-ADJUST-NAV));
  cursor: pointer;
  padding: 20px 0;
}

.search-popdown__form {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  text-align: left;
  margin: 0;
}

.search-popdown__form input {
  font-family: var(--FONT-STACK-NAV);
  font-style: var(--FONT-STYLE-NAV);
  font-weight: var(--FONT-WEIGHT-NAV);
  font-weight: var(--FONT-WEIGHT-NAV-BOLD);
  width: 100%;
  border: none;
  margin: 0;
  text-align: left;
  /*color: var(--text);*/
 /* font-size: calc(var(--font-2) * var(--FONT-ADJUST-NAV));*/
 font-size: 12px;
 color: #333333;
}
.search-popdown__form input::placeholder {
  /*color: var(--text);*/
  color: #333333;
  opacity: 1;
}

.search-popdown__form input:focus, .search-popdown__form input:active {
  box-shadow: none;
}




@supports (-webkit-touch-callout: none) {
  .search-popdown__form input {
    font-size: max(calc(var(--font-2) * var(--FONT-ADJUST-NAV)), 16px);
  }
}
.search-popdown__form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  padding: 2px 0 0;
}

.search-popdown__form__button .icon {
  fill: none;
  width: 18px;
  height: 18px;
}

/* Results */
.search-popdown__results {
  background: #F2F2F2;

}

.search__results__outer {
  position: relative;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: padding 0.3s ease, opacity 0.3s ease, visibility 0.3s;
}

.search__results .product-item {
  background-color: var(--bg);
}

.search__results__outer--empty,
.is-searched .search__results__outer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  padding: var(--outer) 0;
}
 
.search-popdown .search__results__outer {
    padding-top: 17px;
    padding-bottom: 55px;
}

.search__results .product-item {
    background: #F2F2F2; 
}

.search-page .collection__products .product-grid .product-item .product-item__title,
.search__results .product-item .product-item__title {
    font-size: 12px;
    color: #333333;   
    letter-spacing: 0.5px;
}
.search-page .collection__products .product-grid .product-item .product-information .price,
.search__results .product-item .product-information .price {
    font-size: 10px;
    color: #828282;
}

.search__results .product-item .product-information .product-item__info {
    padding-top: 5px;
}

.header__desktop__button.caps svg.icon.icon-search {
    --icon-size: 21px;
}

    
@media only screen and (max-width: 931px) {
  .search-popdown {top: 60px; background: #fff;}
  .search-popdown__header{background: #ffffff;}
  .search-popdown__results {background: #ffffff;}
}


@media only screen and (min-width: 750px) {
  .search__results__layout {
    display: grid;
    grid-template-columns: 100%;
    gap: var(--gutter);
  }
}

@media only screen and (min-width: 990px) {
  .search__results__layout--mixed {
    --grid: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 750px) {
  .search__results__layout--mixed {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  }
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
  .search__results__layout--mixed .product-grid {
    grid-template-columns: var(--grid-small);
  }
}

@media only screen and (max-width: 749px) {
  .search__results__column {
    margin-bottom: var(--inner);
  }

  .search__results .product-item {
     background: #ffffff; 
  }
}

.search__results__actions {
  margin: 24px 0 0;
  text-align: center;
}

@media only screen and (min-width: 750px) {
  .search__results__group {
    padding-bottom: var(--inner);
  }
}
  
  
 

.search-page .collection__products .product-grid-outer {
    padding: 0 16px;
}

.search-page .collection__products .product-grid{
  gap: 16px;
}
 
@media only screen and (min-width: 990px) {

.search-popdown__results .search__results .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:25px;
}
  
.search-page .collection__products .product-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px 16px;
} 
}




.search__results__heading {
  font-family: var(--FONT-STACK-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  line-height: 1.2;
  font-weight: var(--FONT-WEIGHT-BODY);
  margin: 0 0 34px 0;
  font-size: 16px;
  color: #333333;
}

.search__results__item {
  /*margin-bottom: var(--inner);*/
  /*font-size: calc(var(--font-2) * var(--FONT-ADJUST-NAV));*/
  font-size: 10px;
  line-height: 12px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: .5px;
}

.search__results__link {
  color: currentColor;
  transition: color 0.3s ease;
}



@media only screen and (max-width: 749px) {
  .search__results__products__list .product-link {
    display: grid;
    grid-template-columns: 50px auto;
    gap: 16px;
  }

  .search__results__products__list .product-item__info {
    text-align: left;
    padding: 0;
  }
}
.search__results__empty p {
  margin: 0;
}

.search__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  margin: 5px auto;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s;
}
@media only screen and (min-width: 750px) {
  .search__loader {
    margin: 20px auto;
  }
}

.is-loading .search__loader {
  opacity: 1;
  visibility: visible;
}

.is-searched .search__results--empty,
.search__results--empty {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.is-searched .search__results--empty .search__results__column,
.is-searched .search__results--empty .product-item,
.search__results--empty .search__results__column,
.search__results--empty .product-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-duration) 0s, visibility var(--transition-duration);
}

.is-visible .search__results__column,
.is-visible .product-item {
  transition: opacity var(--transition-duration) var(--transition-delay), visibility var(--transition-duration) var(--transition-delay);
}

.is-visible:not(.is-searched) .search__results--empty {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.is-visible:not(.is-searched) .search__results--empty .search__results__column,
.is-visible:not(.is-searched) .search__results--empty .product-item {
  opacity: 1;
  visibility: visible;
}

.drawer__menu {
  --item-height: 50px;
  --sliderule-height: none;
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  max-height: var(--sliderule-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.drawer__menu[data-sliderule-pane="0"] {
  transform: translateX(0%);
  position: relative;
  display: block;
  height: auto;
}
.drawer__menu[data-sliderule-pane="0"]:not(.is-hiding) {
  overflow-x: hidden;
}
.drawer__menu[data-sliderule-pane="0"] .sliderule__panel.is-hiding {
  overflow-y: auto;
  overflow-x: hidden;
}
.drawer__menu[data-sliderule-pane="0"] .sliderule__panel.is-hiding .sliderule__panel {
  overflow-y: hidden;
  overflow-x: hidden;
}

.drawer__menu[data-sliderule-pane="1"] {
  transform: translateX(-100%);
}
.drawer__menu[data-sliderule-pane="1"].is-hiding .sliderule__panel {
  overflow: visible;
}
.drawer__menu[data-sliderule-pane="1"]:not(.is-hiding) .sliderule__panel.is-visible {
  overflow-y: auto;
  overflow-x: hidden;
}
.drawer__menu[data-sliderule-pane="1"] .sliderule__panel.is-visible .sliderule__panel {
  overflow-y: hidden;
  overflow-x: hidden;
}
.drawer__menu[data-sliderule-pane="1"] .sliderule__panel .sliderule__panel.is-hiding {
  overflow-y: visible;
  overflow-x: visible;
  height: auto;
}

.drawer__menu[data-sliderule-pane="2"] {
  transform: translateX(-200%);
}
.drawer__menu[data-sliderule-pane="2"] .sliderule__panel.is-visible {
  overflow-y: visible;
  overflow-x: visible;
  height: auto;
}

.sliderule__panel {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  visibility: hidden;
  height: 0;
  opacity: 0;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.sliderule__panel.is-hiding,
.sliderule__panel.is-visible {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__drawer.drawer--visible .drawer__menu > .sliderule__wrapper > [data-animates].is-hidden,
.drawer__menu > .sliderule__wrapper > [data-animates] {
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__drawer.drawer--visible .drawer__menu > .sliderule__wrapper > [data-animates] {
  opacity: 1;
  transform: translateY(0%);
}

[data-sliderule-pane] [data-animates].is-hidden,
[data-sliderule-pane] [data-animates].is-hidden.is-visible,
[data-sliderule-pane] [data-animates] {
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sliderule-pane] .is-hiding .sliderow.sliderow__back[data-animates],
[data-sliderule-pane] [data-animates].is-visible {
  opacity: 1;
  transform: translateY(0%);
}

.sliderule-grid > * {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sliderule-grid > *.is-visible {
  opacity: 1;
}

.sliderule__wrapper {
  width: 100%;
}

.sliderow__links {
  padding-top: var(--item-height);
  padding-bottom: var(--outer);
  overflow: hidden;
  max-height: var(--sliderule-height);
}

.sliderow.sliderow__back {
  top: 0;
  position: fixed;
  z-index: 40;
  background: var(--bg);
}
.sliderow.sliderow__back .sliderow__title {
  justify-content: center;
}

.sliderule__wrapper--secondary {
  padding-top: 24px;
}
.sliderule__wrapper--secondary .sliderow,
.sliderule__wrapper--secondary .sliderow__title {
  height: calc(var(--item-height) - 21px);
}
.sliderule__wrapper--secondary + .sliderule__wrapper--secondary {
  padding-top: 0;
}

.sliderow {
  width: 100%;
  min-height: var(--item-height);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--text);
  background-color: var(--bg);
  padding: 0;
  z-index: 10;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: inherit;
}

.sliderow.is-visible.is-hidden {
  transition-delay: 0s !important;
  transition-duration: 0s !important;
}

.sliderow__title {
  min-height: var(--item-height);
  width: calc(100% - var(--outer));
  padding: 0 calc(var(--outer) / 2);
  margin: 0 calc(var(--outer) / 2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: inherit;
  text-align: left;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sliderow:hover .sliderow__title {
  background: var(--bg-accent);
}

.sliderow__title--highlight {
  color: var(--highlight);
}

.drawer__menu > .sliderule__wrapper > .sliderow > .sliderow__title {
  font-weight: var(--FONT-WEIGHT-NAV-BOLD);
}

.drawer__menu > .sliderule__wrapper > .sliderow > .sliderow__title--secondary {
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-NAV));
  font-weight: var(--FONT-WEIGHT-NAV);
}

.sliderow:not(.sliderow__back) .sliderow__title:after {
  bottom: 0;
}

.drawer__menu:after {
  top: 0;
  left: var(--outer);
  z-index: 1;
}

.sliderule__chevron--right {
  align-self: stretch;
  width: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sliderow:hover .sliderule__chevron--right .icon {
  transform: translateX(5px);
}

.sliderule__chevron--left,
.sliderule__chevron--right {
  --icon-size: 24px;
  position: relative;
}
.sliderule__chevron--left .icon,
.sliderule__chevron--right .icon {
  fill: none;
  will-change: transform;
  transition: transform 0.3s;
}
.sliderule__chevron--left::after,
.sliderule__chevron--right::after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 8px;
  width: 2px;
  background: var(--bg);
}

.sliderule__panel .sliderow {
  padding-left: 0;
}

.sliderow__back__button + .sliderow__title {
  cursor: pointer;
  font-family: var(--FONT-STACK-NAV);
  font-style: var(--FONT-STYLE-NAV);
  font-weight: var(--FONT-WEIGHT-NAV);
  font-weight: var(--FONT-WEIGHT-NAV-BOLD);
}
.sliderow__back__button + .sliderow__title:hover {
  color: var(--link-hover);
}

.sliderow__back__button {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: var(--outer);
  color: var(--text);
  height: 100%;
  z-index: 5;
}

.sliderow__back__button:hover .icon {
  transform: translateX(-5px);
}

.sliderule__chevron--left {
  align-self: stretch;
  height: 100%;
  width: calc(var(--outer) * 1.5);
  min-width: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sliderule__chevron--left:after {
  left: 32px;
}

.sliderule__panel > * {
  opacity: 0;
  transition: opacity 0.05s ease-out;
}

.sliderule__panel.is-hiding > *,
.sliderule__panel.is-visible > * {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.sliderule__panel.is-hiding {
  overflow: visible;
}

@media only screen and (max-width: 479px) {
  .js-grid[data-grid-small="1"] {
    grid-template-columns: repeat(1, 1fr);
  }

  .js-grid[data-grid-small="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  [data-toggle-grid="3"],
[data-toggle-grid="4"],
[data-toggle-grid="5"],
[data-toggle-grid="6"] {
    display: none;
  }
}
.sliderule-grid {
  display: grid;
  margin: var(--outer);
  column-gap: var(--outer);
  row-gap: var(--outer);
}
.sliderule-grid .hero__content {
  max-width: 100%;
  padding: 30px;
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .sliderule-grid .hero__content {
    padding: 5px;
  }
}

.sliderule-grid.blocks-1 {
  grid-template-columns: repeat(1, 1fr);
}

.sliderule-grid.blocks-2,
.sliderule-grid.blocks-3,
.sliderule-grid.blocks-4,
.sliderule-grid.blocks-5,
.sliderule-grid.blocks-6,
.sliderule-grid.blocks-7,
.sliderule-grid.blocks-8,
.sliderule-grid.blocks-9,
.sliderule-grid.blocks-10 .sliderule-grid.blocks-11,
.sliderule-grid.blocks-12,
.sliderule-grid.blocks-13,
.sliderule-grid.blocks-14,
.sliderule-grid.blocks-15,
.sliderule-grid.blocks-16,
.sliderule-grid.blocks-17,
.sliderule-grid.blocks-18,
.sliderule-grid.blocks-19,
.sliderule-grid.blocks-20 {
  grid-template-columns: repeat(1, 1fr);
}

.sliderule-grid.blocks-0 {
  margin: 0;
  column-gap: 0;
  row-gap: 0;
}

.header__mobile__hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  left: 0;
  padding: 0;
  margin-left: -5px;
  cursor: pointer;
}

.header__mobile__hamburger .icon {
  --icon-size: 24px;
  stroke: var(--text);
  transition: 0.25s ease-in-out;
}

.header__mobile__hamburger .icon-cancel {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.header__mobile__hamburger:hover .icon {
  stroke: var(--link-hover);
}

@media only screen and (max-width: 749px) {
  .header__mobile__button .navlink__cart__content > .navtext {
    display: none;
  }

  .navlink.search-link-btn{
    margin-right: 0;
  } 
  
}

@media only screen and (max-width: 879px) { .navlink.search-link-btn .icon, .swym-wishlist .icon, .navlink .icon {

  --icon-size: 20px;
  
}
.swym-wishlist .icon {
  --icon-size: 20px;
}

}

@media only screen and (min-width: 750px) {
  .header__desktop__button .navlink--toplevel .icon,
.header__mobile__button .navlink--toplevel .icon {
    display: none;
  }
}

.drawer--visible .icon-menu {
  visibility: hidden;
  opacity: 0;
}
.drawer--visible .icon-cancel {
  visibility: visible;
  opacity: 1;
}

.breadcrumbs {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 var(--outer);
  margin: 30px 0;
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--link);
}
@media only screen and (max-width: 749px) {
  .breadcrumbs {
    padding: 0 15px;
  }
}
.breadcrumbs a {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  transition: color 0.3s linear;
}
.breadcrumbs a:hover {
  color: var(--link-hover);
}

.breadcrumbs--no-padding {
  padding: 0;
}

.breadcrumbs__arrow {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: var(--COLOR-TEXT);
  opacity: 0.4;
}
.breadcrumbs__arrow svg {
  width: 5px;
  height: 10px;
}

/**
 * Home page spacing
 */
@media only screen and (min-width: 990px) {
  .layout--grid .grid__heading-holder {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .layout--grid .grid__btn-wrapper--absolute {
    position: absolute;
    top: 50%;
    right: var(--outer);
    width: auto;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
  }
  .layout--grid .grid__btn-wrapper--absolute .btn, .layout--grid .grid__btn-wrapper--absolute .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .layout--grid .grid__btn-wrapper--absolute .shopify-payment-button__button--unbranded, .layout--grid .grid__btn-wrapper--absolute .product__reviews .spr-summary-actions-newreview, .product__reviews .layout--grid .grid__btn-wrapper--absolute .spr-summary-actions-newreview {
    width: auto;
  }
}

@media only screen and (min-width: 750px) {
  .layout--slider .grid-container {
    display: flex;
  }
  .layout--slider .grid-container .product-grid-outer {
    flex: 1 0 auto;
    max-width: calc(100% - var(--content-width));
    padding-left: 0;
    overflow: hidden;
  }
  .layout--slider .grid-container .product-grid-outer:only-child {
    max-width: none;
  }
  .layout--slider .grid-container .grid__heading-holder {
    margin: 0;
    align-self: center;
    flex: 0 0 var(--content-width);
  }
  .layout--slider .grid-container .grid__heading,
.layout--slider .grid-container .grid__description {
    width: auto;
  }
  .layout--slider .product-grid--slider .collection-item,
.layout--slider .product-grid--slider .product-item {
    width: var(--item-width);
  }
}
@media only screen and (min-width: 990px) {
  .layout--slider {
    --content-width: 450px;
    --item-width: 38% !important;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .layout--slider {
    --content-width: 350px;
    --item-width: 72% !important;
  }
}

@media only screen and (max-width: 749px) {
  .layout--slider,
.layout--grid {
    padding-top: var(--PT-MOBILE, var(--PT));
  }
}

/*=============== Backgrounds ===============*/
.homepage-columns,
.index-collections-list,
.index-product,
.index-products,
.index-tab-collections,
.index-newsletter,
.index-page,
.index-contact,
.index-rte,
.index-blog,
.custom-liquid,
.custom-html-section {
  background-color: var(--bg);
}

/*=============== Text Colors ===============*/
.index-product,
.index-products,
.index-collections-list,
.index-rte,
.index-newsletter,
.index-hero,
.custom-liquid,
.custom-html-section {
  color: var(--text);
}

/*=============== Sections Helpers ===============*/
.rte--homepage {
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
  margin-bottom: 0;
}

.index-rte .standard__subheading {
  margin-top: 0;
}

.wide-image {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}

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

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

@media only screen and (min-width: 990px) {
  .index-rte .columns--2 p,
.index-rte .columns--3 p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 989px) {
  .index-rte .columns--2,
.index-rte .columns--3 {
    columns: initial;
  }
}

/*=============== Overlays ===============*/
.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: var(--bg);
  opacity: var(--overlay-opacity);
}

.align--top-left {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.align--top-center {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.align--top-right {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}

.align--middle-left {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.align--middle-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.align--middle-right {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.align--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}

.align--bottom-center {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.align--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

/*=== Hero Section Layout ==*/
.hero__content__wrapper {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.section-video .main-buttons__item {
  z-index: 5;
}

@media only screen and (min-width: 990px) {
  .index-hero .hero__content,
.homepage-slideshow .hero__content,
.featured-video-section .hero__content {
    max-width: 50%;
  }
}
[data-overlay-header] .hero__content__wrapper {
  padding-top: var(--header-padding);
}

.hero__content {
  background-color: var(--bg);
  color: var(--text);
  margin: var(--outer);
  padding: 60px;
}
@media only screen and (max-width: 479px) {
  .hero__content {
    padding: 40px;
  }
}

.hero__content--transparent {
  background-color: var(--TRANSPARENT);
}

.hero__content__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-js .hero__content__link:focus-visible {
  outline-offset: -2px;
}

.hero__button-image {
  max-width: 50%;
  padding: 60px;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .hero__button-image {
    max-width: 70%;
    padding: 45px;
  }
}
@media only screen and (max-width: 749px) {
  .hero__button-image {
    max-width: 80%;
    padding: 30px;
  }
}
.hero__button-image img {
  display: block;
  width: 100%;
}

.hero__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  height: auto;
  max-width: 100%;
}

.hero__title {
  letter-spacing: 1px;
  margin-bottom: var(--line);
}
.hero__title:not([class*=heading-size-]) {
  font-size: calc(var(--font-6) * var(--FONT-ADJUST-HEADING));
}

/*=== Larger title for hero sections only ==*/
.featured-video-section .hero__title:not([class*=heading-size-]),
.section-video .hero__title:not([class*=heading-size-]),
.split-hero .hero__title:not([class*=heading-size-]) {
  font-size: calc(var(--font-8) * var(--FONT-ADJUST-HEADING));
}

.hero__description,
.standard__app,
.standard__rte {
  margin-bottom: calc(var(--line) * 1.5);
  line-height: 1.5;
}
.hero__description:not([class*=body-size-]),
.standard__app:not([class*=body-size-]),
.standard__rte:not([class*=body-size-]) {
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
}
.hero__description p,
.standard__app p,
.standard__rte p {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: calc(var(--line) * 1.25);
  margin-top: inherit;
}

.hero__title + .hero__description {
  margin-top: 0.875em;
}

.hero__title,
.hero__description,
.hero__btn {
  margin-top: 0;
}
.hero__title:last-child,
.hero__description:last-child,
.hero__btn:last-child {
  margin-bottom: 0;
}

.index-hero .hero__title:last-child,
.index-hero .hero__description:last-child,
.index-hero .hero__btn:last-child {
  margin: var(--line) 0;
}

/*=== Text sections ===*/
@media only screen and (max-width: 749px) {
  .text__standard {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.text__standard a.standard__cta {
  margin-top: 0;
}

.text__standard *:last-child,
.standard__heading:last-child {
  margin-bottom: 0;
}

.standard__heading:first-child {
  margin-top: 0;
}

.standard__subheading,
.standard__heading,
.standard__rte,
.standard__cta {
  margin-bottom: var(--line);
}

.standard__heading {
  letter-spacing: 1px;
}

.standard__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.standard__cta .icon-arrow-right {
  --icon-size: 16px;
  margin-left: 8px;
}

.standard__cta:hover .icon-arrow-right {
  transform: translateX(8px);
}

.heading-size-1 {
  font-size: calc(var(--font-1) * var(--FONT-ADJUST-HEADING));
}

.heading-size-2 {
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-HEADING));
}

.heading-size-3 {
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-HEADING));
}

.heading-size-4 {
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
}

.heading-size-5 {
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
}

.heading-size-6 {
  font-size: calc(var(--font-6) * var(--FONT-ADJUST-HEADING));
}

.heading-size-7 {
  font-size: calc(var(--font-7) * var(--FONT-ADJUST-HEADING));
}

.heading-size-8 {
  font-size: calc(var(--font-8) * var(--FONT-ADJUST-HEADING));
}

.heading-size-9 {
  font-size: calc(var(--font-9) * var(--FONT-ADJUST-HEADING));
}

.heading-size-10 {
  font-size: calc(var(--font-10) * var(--FONT-ADJUST-HEADING));
}

.heading-size-11 {
  font-size: calc(var(--font-11) * var(--FONT-ADJUST-HEADING));
}

.heading-size-12 {
  font-size: calc(var(--font-12) * var(--FONT-ADJUST-HEADING));
}

.heading-size-13 {
  font-size: calc(var(--font-13) * var(--FONT-ADJUST-HEADING));
}

.heading-size-14 {
  font-size: calc(var(--font-14) * var(--FONT-ADJUST-HEADING));
}

.heading-size-15 {
  font-size: calc(var(--font-15) * var(--FONT-ADJUST-HEADING));
}

.body-size-1 {
  font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
}

.body-size-2 {
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.body-size-3 {
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
}

.body-size-4 {
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
}

.body-size-5 {
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
}

.body-size-6 {
  font-size: calc(var(--font-6) * var(--FONT-ADJUST-BODY));
}

.body-size-7 {
  font-size: calc(var(--font-7) * var(--FONT-ADJUST-BODY));
}

.body-size-8 {
  font-size: calc(var(--font-8) * var(--FONT-ADJUST-BODY));
}

.body-size-9 {
  font-size: calc(var(--font-9) * var(--FONT-ADJUST-BODY));
}

.body-size-10 {
  font-size: calc(var(--font-10) * var(--FONT-ADJUST-BODY));
}

.body-size-11 {
  font-size: calc(var(--font-11) * var(--FONT-ADJUST-BODY));
}

.body-size-12 {
  font-size: calc(var(--font-12) * var(--FONT-ADJUST-BODY));
}

.body-size-13 {
  font-size: calc(var(--font-13) * var(--FONT-ADJUST-BODY));
}

.body-size-14 {
  font-size: calc(var(--font-14) * var(--FONT-ADJUST-BODY));
}

.body-size-15 {
  font-size: calc(var(--font-15) * var(--FONT-ADJUST-BODY));
}

.standard__cta.btn--large {
  margin-top: 1rem;
}

.columns--2 {
  columns: 2 180px;
  column-gap: var(--gutter);
}

.columns--3 {
  columns: 3 180px;
  column-gap: var(--gutter);
}

.columns--4 {
  columns: 4 180px;
  column-gap: var(--gutter);
}

.backdrop--radial {
  --backdrop-size: 200%;
  position: relative;
}
.backdrop--radial::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: var(--backdrop-size);
  height: var(--backdrop-size);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, var(--bg) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: var(--overlay-opacity);
  transform: translate(-50%, -50%);
}
.backdrop--radial:empty::before {
  display: none;
}
.backdrop--radial.backdrop--radial-badge::before {
  width: calc(var(--backdrop-size) * 1.5);
  height: calc(var(--backdrop-size) * 2);
}

.hero__content--transparent {
  padding: 0;
  box-shadow: none;
}

.grid__heading {
  margin: 0;
}

.grid__heading-holder,
.grid__content {
  position: relative;
  z-index: 11;
  word-break: break-word;
}

.grid__heading-holder {
  padding: 0 var(--outer);
  margin: 0 0 var(--gutter);
}
@media only screen and (max-width: 749px) {
  .grid__heading-holder {
    margin-bottom: calc(var(--gutter) * 2);
  }
}

.grid__heading-inner,
.grid__heading-holder {
  color: var(--text);
}

.grid__content {
  z-index: 11;
}

.grid__btn-wrapper {
  margin-top: 1em;
}

.grid__btn-wrapper:only-child {
  margin-top: 0;
}

.grid__description:first-child > *:first-child {
  margin-top: 0;
}

.grid__description > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 990px) {
  .grid__heading,
.grid__description {
    width: 60%;
    margin: 0 auto;
  }

  .text-left .grid__heading,
.text-left .grid__description {
    margin-left: 0;
  }

  .text-right .grid__heading,
.text-right .grid__description {
    margin-right: 0;
  }
}
.template-index .container {
  background-color: var(--TRANSPARENT);
}

.index-newsletter .hero__content__wrapper {
  z-index: 11;
}

.no-js .section-video,
.no-js .popout__toggle {
  display: none;
}
.no-js .grid__heading-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*=============== Section Columns ===============*/
.section-columns {
  color: var(--text);
  background-color: var(--bg);
}
.section-columns .grid, .section-columns .grid--full {
  margin: 0;
}
.section-columns .wrapper .grid__outer,
.section-columns .wrapper--narrow .grid__outer {
  overflow: hidden;
}
.section-columns .wrapper--full {
  overflow: hidden;
}
.section-columns .wrapper--full .flickity-viewport {
  overflow: visible;
}
@media only screen and (min-width: 990px) {
  .section-columns .wrapper .grid, .section-columns .wrapper .grid--full,
.section-columns .wrapper--narrow .grid,
.section-columns .wrapper--narrow .grid--full {
    margin: 0 calc(var(--inner) * -1);
  }
  .section-columns .wrapper--narrow .grid__heading-holder,
.section-columns .wrapper .grid__heading-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .section-columns .wrapper--full .grid__heading-holder {
    padding-left: var(--inner);
    padding-right: var(--inner);
  }
}
@media only screen and (min-width: 750px) {
  .section-columns [data-slider].grid:after, .section-columns [data-slider].grid--full:after {
    content: "flickity";
    display: none;
  }
}
@media only screen and (max-width: 989px) {
  .section-columns .wrapper--narrow,
.section-columns .wrapper--full,
.section-columns .wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 749px) {
  .section-columns .grid, .section-columns .grid--full {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .section-columns .grid::-webkit-scrollbar, .section-columns .grid--full::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .section-columns .grid:after, .section-columns .grid--full:after {
    content: "";
    display: none;
  }
  .section-columns .grid__outer {
    overflow: hidden;
  }
    body.in-conversation-with .section-columns .grid, .section-columns .grid--full {
    display: block;
  }

  body.in-conversation-with .column__grid__item:not(:first-child){
    margin-left: 0px;
    padding-top: 80px;
  }

  body.in-conversation-with .column__grid__item{
    width: 100%;
  }
}

.column__grid__item {
  flex: 0 0 auto;
  padding: 0 var(--inner) 0;
}
@media only screen and (max-width: 989px) {
  .column__grid__item {
    width: calc(100% - 50px);
    padding: 0 var(--outer);
  }
  .column__grid__item:not(:first-child) {
    margin-left: calc( var(--outer) * -1);
  }
}
@media only screen and (max-width: 749px) {
  .column__grid__item:only-child {
    width: 100%;
  }
}

.wrapper--columns {
  max-width: none;
  margin: 0 50px;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .wrapper--columns {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 749px) {
  .wrapper--columns:not(.icon--top) {
    margin: 0;
  }
}

.column__heading {
  margin-top: 0;
  margin-bottom: 3px;
}
@media only screen and (max-width: 749px) {
  .column__heading:last-child {
    margin-bottom: 0;
  }
}

.column__text p {
  margin-top: 10px;
  font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
  line-height: 1.5;
}

@media only screen and (max-width: 749px) {
  .column__text:last-child p:last-child {
    margin-bottom: 0;
  }
}

.column__image {
  display: block;
  height: 0;
  position: relative;
  overflow: hidden;
}

.column__image__bg {
  position: absolute;
  display: block;
  top: -1px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.column__image__wrapper {
  position: relative;
  overflow: hidden;
}
.column__image__wrapper noscript img {
  max-width: 100%;
}

.column__image__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.column__content {
  padding: var(--inner) 0 0;
}

.column__content__btn {
  margin-bottom: 0;
}

/* Changes to padding due to border setting*/
.column--border .grid, .column--border .grid--full {
  margin: 0;
  border-left: 1px solid var(--border);
}
.column--border .column__grid__item {
  border: 1px solid var(--border);
  border-left: 0;
  background-color: var(--bg);
  padding: 0;
}
.column--border .column__grid__item:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  border-left: 1px solid var(--border);
  content: "";
}
.column--border .column__image__bg {
  border-bottom: 1px solid var(--border);
}
.column--border .column__content {
  padding: var(--inner);
}
@media only screen and (max-width: 989px) {
  .column--border .column__grid__item:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 749px) {
  .column--border .grid, .column--border .grid--full {
    margin-bottom: -30px;
  }
}

.column--borderless {
  background-color: var(--bg);
}
@media only screen and (min-width: 990px) {
  .column--borderless .wrapper--narrow,
.column--borderless .wrapper--full,
.column--borderless .wrapper {
    margin: 0;
    padding: 0 calc(var(--outer) - var(--inner));
  }
}

.icon__play--column {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all 0.15s ease;
}
.icon__play--column:hover {
  opacity: 0.75;
}

.icon__play--column svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
  width: 66px;
  height: 66px;
  fill: none;
}

.column__text + .btn, .shopify-payment-button .column__text + .shopify-payment-button__button--unbranded, .product__reviews .column__text + .spr-summary-actions-newreview {
  margin-top: 15px;
}

/**
 * General modal styles
 */
@media only screen and (max-width: 749px) {
  .modal-section {
    height: auto;
  }
}

.modal-wrapper {
  display: flex;
  align-items: stretch;
  height: 100%;
}
@media only screen and (max-width: 749px) {
  .modal-wrapper {
    flex-direction: column;
    height: auto;
  }
}
.image-height .modal-wrapper {
  height: auto;
  align-items: center;
}
.modal-wrapper .input-group {
  border-color: var(--text);
}

.modal-wrapper--reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 749px) {
  .modal-wrapper--reverse {
    flex-direction: column;
  }
}

.modal__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px;
}

.modal__text,
.modal__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  text-align: center;
}

.modal__text {
  color: var(--text);
  flex-direction: column;
}
.modal__text .contact-form {
  margin-top: var(--inner);
}

.modal__image {
  position: relative;
  overflow: hidden;
}
.modal__image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.image-height .modal__image {
  height: auto;
}
.image-height .modal__image img {
  display: block;
  width: 100%;
  height: auto;
}

.modal__image-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFF;
  z-index: 0;
}
.modal__image-img svg {
  display: block;
  min-width: 100%;
  height: 100%;
  margin: auto;
  fill: #E0E0E0;
  background-color: #F7F7F7;
}
.image-height .modal__image-img {
  position: relative;
  bottom: auto;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.image-height .modal__image-img svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 4000;
  display: none;
}

.modal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.modal__body {
  z-index: 100;
}

.modal__underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--modal-underlay-color, rgba(255, 255, 255, 0.5));
}

.modal__outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 901;
}
.modal__outer a.close,
.modal__outer button.close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  padding: 0;
  cursor: pointer;
  transition: transform 0.3s;
}
.modal__outer a.close:hover,
.modal__outer button.close:hover {
  transform: rotate(90deg);
}
.modal__outer a.close .icon,
.modal__outer button.close .icon {
  fill: var(--text);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal__outer a.more {
  text-decoration: none;
}
.modal__outer a.prev,
.modal__outer a.next {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  z-index: 20;
  margin: 0;
  opacity: 1;
}
.modal__outer a.prev .icon,
.modal__outer a.next .icon {
  stroke: #B1B1B1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal__outer a.prev:hover .icon,
.modal__outer a.next:hover .icon {
  stroke: #D8D8D8;
}
.modal__outer a.prev {
  right: 100px;
  left: auto;
}
.modal__outer a.next {
  right: 60px;
}

/**
 * Home Modal
 */
.modal--default {
  overflow-y: auto;
  background-color: var(--bg);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  max-width: 1000px;
  max-height: 90vh;
  width: 50vw;
}

/* .modal_brand_logo{
  padding-bottom: 80px;
} */

.modal__description.rte{
  padding: 42px 0;
}

.modal_brand_logo img{
  height: 100%;
  width: 100%;
}

.modal--default.modal-wrapper--has-image {
  width: 75vw;
}
.modal--default a.close {
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
}
.modal--default .modal__image {
  overflow: hidden;
  max-height: none;
  width: 50%;
  height: auto;
  max-height: 100%;
}
.modal--default .modal__image:after {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}
.modal--default .modal__image img {
  width: 100%;
}
.modal--default .modal__text {
  height: auto;
}
.modal--default .modal-wrapper--no-image {
  justify-content: center;
}
.modal--default .modal-wrapper--no-image .modal__text {
  width: 100%;
}
.modal--default .modal__title {
  font-size: calc(var(--font-6) * var(--FONT-ADJUST-HEADING));
}
.modal--default .modal__subtitle {
  margin-top: -30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
}
.modal--default .newsletter-form {
  margin: 0 auto;
}

.modal__overlay--password {
  --modal-underlay-color: rgba(0, 0, 0, 0.4);
}

.modal--password .modal__inner {
  width: 100%;
}

@media only screen and (max-width: 749px) {
  .modal--newsletter {
    overflow-y: visible;
  }

  .modal__overlay.modal__overlay--newsletter,
.modal__overlay--newsletter .modal__outer {
    position: fixed;
    top: initial;
    left: initial;
    right: initial;
    bottom: 0;
    width: auto;
    height: auto;
    background: transparent;
    z-index: 4000;
    padding: 0;
  }

  .modal__overlay--default .modal__outer,
.modal__overlay--default .modal--default {
    width: 100%;
    max-width: 100%;
  }
  .modal__overlay--default .modal__text {
    width: 100%;
    flex-shrink: 0;
    margin-top: -100px;
  }
  .modal__overlay--default .modal__inner {
    padding: 10px 25px 25px;
  }

  .modal__overlay--newsletter .modal-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 22px;
  }
  .modal__overlay--newsletter .modal-wrapper--no-image .modal__text {
    padding-left: 10px;
  }
  .modal__overlay--newsletter .modal__subtitle {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .modal__overlay--newsletter .modal__title {
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
  }
  .modal__overlay--newsletter .modal__description {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
  }
  .modal__overlay--newsletter .input-group-field {
    padding: 8px 12px;
  }
  .modal__overlay--newsletter .modal--newsletter a.close {
    padding: 3px;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
  }
  .modal__overlay--newsletter .modal__image {
    flex-shrink: 0;
    height: calc(20vh + 20px);
    width: calc(20vh + 20px);
    border-radius: 50%;
    border-width: 8px;
    margin: auto;
    top: -100px;
    border: none;
/*    border: 1px solid var(--bg);*/
  }

.modal__image-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFF;
  z-index: 0;
  display: none;
}

  .modal__overlay--password .modal__wrapper {
    justify-content: flex-end;
  }
  .modal__overlay--password .modal__body {
    transform: translateY(100%);
    transition: transform 0.5s;
  }
  .modal__overlay--password.is-open .modal__body {
    transform: translateY(0);
  }

  .modal-wrapper--reverse.modal-wrapper--no-image {
    padding-top: 100px;
  }
}
.search-results-item {
  position: relative;
  border: 1px solid var(--COLOR-BORDER);
  border-left: 0;
  background: #FFF;
  margin-top: -1px;
  scroll-snap-align: start;
  width: 100%;
}
.search-results-item:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  z-index: 10;
  border-left: 1px solid var(--COLOR-BORDER);
  content: "";
}
.search-results-item .item-link {
  display: block;
  height: 100%;
  color: var(--COLOR-TEXT);
}

.search-results-item__image {
  display: block;
  padding-top: var(--PRODUCT-GRID-ASPECT-RATIO);
  height: 0;
  position: relative;
  overflow: hidden;
  background-color: var(--COLOR-A5);
}
.search-results-item__image:last-child:first-child {
  border-bottom: none;
}
.is-focused .search-results-item__image {
  overflow: visible;
}
.search-results-item__image.is-visible {
  overflow: visible;
  z-index: 12;
}
.search-results-item__image .item-link {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-results-item__image .svg-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.search-results-item__bg {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  font-size: 0;
  line-height: 1;
  will-change: transform, opacity;
}

.search-page .product-item__bg--empty img,
.search-page .search-results-item__bg--empty img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-information {
  position: relative;
  z-index: 10;
  position: relative;
  text-align: left;
  line-height: 1.4;
}
@media only screen and (max-width: 749px) {
  .item-information {
    line-height: 1.2;
  }
}
.item-information > a {
  padding: calc(var(--inner) / 2) var(--inner);
}
.item-information > a.no-events {
  pointer-events: none;
}
@media (hover: none) and (pointer: coarse) {
  .item-information > a.no-events {
    pointer-events: initial;
  }
}
@media only screen and (max-width: 749px) {
  .item-information > a {
    padding: 12px;
  }
}

/**
 * Gift cards
 */
.template-giftcard,
.template-giftcard body {
  background: var(--bg);
}
.template-giftcard a,
.template-giftcard body a {
  text-decoration: none;
}

.template-gift_card #logo {
  margin-top: 40px;
  text-align: center;
}

.template-giftcard .wrapper {
  max-width: 588px;
}
.template-giftcard .wrapper img,
.template-giftcard .wrapper object,
.template-giftcard .wrapper iframe {
  max-width: 100%;
}

.giftcard-header {
  padding: 60px 0 0 0;
  font-size: 1em;
  text-align: center;
  animation: fadein 0.5s ease-in-out both 0.4s;
}
.giftcard-header .h1 {
  margin: 0;
}

.shop-url {
  display: none;
}

.giftcard {
  animation: slideup 0.8s ease-in-out;
}

.giftcard__border {
  background-color: var(--hairline);
  border-radius: 4px;
  border: 1px solid var(--border);
  padding: 1em;
  animation: container-slide 0.8s ease-in-out;
}

.giftcard__content {
  *zoom: 1;
  background-color: #FFF;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 3px;
  animation: cardslide 0.8s ease-in-out;
}
.giftcard__content::after {
  content: "";
  display: table;
  clear: both;
}

.giftcard__header {
  *zoom: 1;
  border-bottom: 1px solid var(--border);
  padding: 15px;
}
.giftcard__header::after {
  content: "";
  display: table;
  clear: both;
}

.giftcard__title {
  float: left;
  margin-bottom: 0;
}

.giftcard__tag {
  display: block;
  float: right;
  background-color: var(--text-light);
  border: 1px solid transparent;
  color: #FFF;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}

.giftcard__tag--active {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}

.giftcard__wrap {
  position: relative;
  margin: 15px 15px 30px;
}
.giftcard__wrap img {
  position: relative;
  display: block;
  border-radius: 10px;
  z-index: 2;
}
.giftcard__wrap:before, .giftcard__wrap:after {
  content: "";
  position: absolute;
  width: 47px;
  height: 47px;
  z-index: 3;
}
.giftcard__wrap:before {
  background: url("/cdn/s/assets/gift-card/corner-top-left-2ba3edcd9e97ba146cd01a8161365c5e.svg") 0 0 no-repeat;
  top: -1px;
  left: -1px;
}
.giftcard__wrap:after {
  background: url("/cdn/s/assets/gift-card/corner-bottom-right-1fb9bf49ff9564325e6b7c0fb0a7ff45.svg") 0 0 no-repeat;
  bottom: -1px;
  right: -1px;
}
.lt-ie9 .giftcard__wrap:before, .lt-ie9 .giftcard__wrap:after {
  display: none;
}

.giftcard__code {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  z-index: 50;
}

.giftcard__code--medium {
  font-size: 0.875em;
}

.giftcard__code--small {
  font-size: 0.75em;
}

.giftcard__code__inner {
  display: inline-block;
  vertical-align: baseline;
  background-color: #FFF;
  padding: 0.5em;
  border-radius: 4px;
  max-width: 450px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.giftcard__code--small .giftcard__code__inner {
  overflow: auto;
}

.giftcard__code__text {
  font-size: 1.875em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px dashed var(--border);
  padding: 0.4em 0.5em;
  display: inline-block;
  vertical-align: baseline;
  color: #777;
  line-height: 1;
}
.disabled .giftcard__code__text {
  color: #999;
  text-decoration: line-through;
}

.giftcard__amount {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 2.75em;
  line-height: 1.2;
  padding: 15px;
  z-index: 50;
}
.giftcard__amount strong {
  display: block;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.giftcard__amount--medium {
  font-size: 2em;
}

.tooltip {
  display: block;
  position: absolute;
  top: -50%;
  right: 50%;
  margin-top: 16px;
  z-index: 3;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  animation: popup 0.5s ease-in-out both 0.7s;
}
.tooltip:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -5px;
  margin-bottom: -5px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #333;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
}

.tooltip__label {
  display: block;
  position: relative;
  right: -50%;
  border: none;
  border-radius: 4px;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  min-height: 14px;
  font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
  text-decoration: none;
  line-height: 16px;
  text-shadow: none;
  padding: 0.5em 0.75em;
  margin-left: 0.25em;
}
.tooltip__label small {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #B3B3B3;
  font-size: 0.875em;
}

.giftcard__instructions {
  text-align: center;
  margin: 0 15px 30px;
}

.giftcard__actions {
  position: relative;
  border-top: 1px solid var(--border);
  padding: 30px 15px;
  text-align: center;
  overflow: hidden;
}

.action-link {
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 0.875em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-light);
  margin-top: -10px;
}
.action-link:hover, .action-link:focus {
  color: var(--text);
}

.action-link__print {
  display: inline-block;
  vertical-align: baseline;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0.25;
  background-image: url("/cdn/s/assets/gift-card/icon-print-164daa1ae32d10d1f9b83ac21b6f2c70.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.svg .action-link__print {
  background-image: url("/cdn/s/assets/gift-card/icon-print-6a10b2fb86d223b8c783c9696eaf4c31.svg");
}
.action-link:hover .action-link__print {
  opacity: 0.4;
}

.giftcard__footer {
  text-align: center;
  padding: 60px 0;
  animation: fadein 0.5s ease-in-out both 0.4s;
}

.giftcard__icon {
  width: 45px;
  display: inline-block;
  vertical-align: baseline;
}

#QrCode {
  text-align: center;
}
#QrCode img {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 4px;
  margin: 0 auto 30px;
}

/*============================================================================
  #Media Queries
==============================================================================*/
/*================ Medium-down width ================*/
@media screen and (max-width: 580px) {
  .giftcard {
    font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
  }

  .giftcard-header {
    padding: 30px 0;
  }

  .header-logo {
    font-size: 2em;
  }

  .giftcard__border,
.giftcard__actions {
    padding: 15px;
  }

  .giftcard__actions .btn, .giftcard__actions .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .giftcard__actions .shopify-payment-button__button--unbranded, .giftcard__actions .product__reviews .spr-summary-actions-newreview, .product__reviews .giftcard__actions .spr-summary-actions-newreview {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .action-link {
    display: none;
  }
}
/*================ Small width ================*/
@media screen and (max-width: 400px) {
  .giftcard__amount strong {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  }

  .giftcard__wrap:before,
.giftcard__wrap:after {
    display: none;
  }

  .giftcard__code {
    font-size: 0.75em;
  }

  .giftcard__code--medium {
    font-size: 0.65em;
  }

  .giftcard__code--small {
    font-size: 0.55em;
  }
}
/*================ Small height ================*/
@media screen and (max-height: 800px) {
  .header-logo img {
    max-height: 90px;
  }
}
/*============================================================================
  #Print Styles
==============================================================================*/
@media print {
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  html,
body {
    background-color: #FFF;
  }

  .giftcard-header {
    padding: 10px 0;
  }

  .giftcard__content,
.giftcard__border {
    border: 0 none;
  }

  .giftcard__actions,
.giftcard__wrap:before,
.giftcard__wrap:after,
.tooltip,
.add-to-apple-wallet {
    display: none;
  }

  .giftcard__title {
    float: none;
    text-align: center;
  }

  .giftcard__code__text {
    color: #555;
  }

  .shop-url {
    display: block;
  }

  .logo {
    color: #58686F;
  }
}
/*============================================================================
  #Keyframe Animations
==============================================================================*/
@keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px) rotate(10deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes container-slide {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
/**
 * NEWSLETTER
 */
.index-newsletter {
  position: relative;
}

.newsletter__blocks {
  display: grid;
  gap: var(--outer);
}
@media only screen and (min-width: 750px) {
  .newsletter__blocks {
    grid-template-columns: repeat(var(--item-count), minmax(0, 1fr));
  }
}

.newsletter__block__inner {
  padding: var(--inner) 0;
}

@media only screen and (min-width: 750px) {
  .wrapper--full .newsletter__block--image--left {
    margin-left: var(--offset);
  }

  .wrapper--full .newsletter__block--image--right {
    margin-right: var(--offset);
  }
}
@media only screen and (max-width: 749px) {
  .wrapper--full .newsletter__block--image {
    margin: 0 var(--offset);
  }
}
.newsletter-form {
  --border: var(--text-a35);
  max-width: 440px;
}

.text-center .newsletter-form {
  margin: 0 auto;
}

.newsletter-form .input-row {
  margin-bottom: 1em;
}

.newsletter-form .btn, .newsletter-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .newsletter-form .shopify-payment-button__button--unbranded, .newsletter-form .product__reviews .spr-summary-actions-newreview, .product__reviews .newsletter-form .spr-summary-actions-newreview {
  width: 100%;
}

.newsletter-form .input-field {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--border);
  padding: 0 0 5px 0;
  border-radius: 0;
  color: var(--text);
}

.newsletter-form .input-group {
  position: relative;
  display: flex;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
}

.newsletter-form .input-group__field {
  flex: 1 1 auto;
  border: 0;
  padding: 1em 1em 1em 0;
  color: var(--text);
}

.newsletter-form .input-field::placeholder,
.newsletter-form .input-field:-webkit-autofill,
.newsletter-form .input-field:-webkit-autofill:hover,
.newsletter-form .input-field:-webkit-autofill:focus,
.newsletter-form .input-field:-webkit-autofill:active,
.newsletter-form .input-group__field::placeholder,
.newsletter-form .input-group__field:-webkit-autofill,
.newsletter-form .input-group__field:-webkit-autofill:hover,
.newsletter-form .input-group__field:-webkit-autofill:focus,
.newsletter-form .input-group__field:-webkit-autofill:active {
  -webkit-text-fill-color: var(--text-a75);
}

.newsletter-form .input-group__btn {
  flex: 0 0 auto;
  padding: 0 12px;
  color: var(--text);
}

.newsletter__wrapper .socials {
  margin-top: var(--inner);
}

.newsletter__message {
  display: none;
  line-height: 1.5;
}

.has-success .newsletter__message--success {
  display: block;
}

.has-success .newsletter__message--success span,
.has-success .newsletter__message--success strong {
  padding: 0 5px;
  border: 1px dashed currentColor;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.not-success .newsletter__message--error {
  display: block;
}

.has-success .input-row,
.has-success .input-group {
  display: none;
}

.newsletter__outer {
  display: flex;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: calc(var(--menu-height) + var(--announcement-height));
  width: 100%;
  height: calc(100% - var(--menu-height) - var(--announcement-height));
  pointer-events: none !important;
}
@media only screen and (max-width: 479px) {
  .newsletter__outer {
    position: fixed;
    top: auto;
    bottom: var(--outer);
    right: var(--outer);
    left: var(--outer);
    width: auto;
    height: auto;
    z-index: inherit;
  }
}

.small-newsletter {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 4000;
  display: none;
  width: 350px;
  padding: 0 40px 0 16px;
  background-color: var(--bg);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  color: var(--text);
  pointer-events: auto;
}
@media only screen and (max-width: 989px) {
  .small-newsletter {
    width: 48%;
  }
}
@media only screen and (max-width: 479px) {
  .small-newsletter {
    position: relative;
    width: 100%;
  }
}

.small-newsletter--top-left {
  margin-right: auto;
}

.small-newsletter--top-right {
  margin-left: auto;
}

.small-newsletter--bottom-left,
.small-newsletter--bottom-right {
  top: auto;
  bottom: 0;
}

.small-newsletter--bottom-left {
  margin: auto auto 0 0;
}

.small-newsletter--bottom-right {
  margin: auto 0 0 auto;
}

.small-newsletter .input-group {
  position: static;
  border: 0;
}

.small-newsletter .input-group__field {
  width: 100%;
  padding: 10px 0;
  color: var(--text);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
.small-newsletter .input-group__field::placeholder {
  color: var(--text);
}
.small-newsletter .input-group__field:-webkit-autofill, .small-newsletter .input-group__field:-webkit-autofill:hover, .small-newsletter .input-group__field:-webkit-autofill:focus, .small-newsletter .input-group__field:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s, border-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s, border-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--text) !important;
}

.small-newsletter .btn--arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px;
  color: inherit;
  border: none;
  background: none;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.small-newsletter .btn--arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 6px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(-135deg);
}
.small-newsletter .btn--arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: currentColor;
  margin-top: -1px;
}

.small-newsletter .btn--arrow:active {
  transform: none;
}

.small-newsletter.has-value .btn--arrow {
  opacity: 1;
  visibility: visible;
}

.has-sticky-header .small-newsletter {
  top: var(--menu-height);
}
@media only screen and (max-width: 479px) {
  .has-sticky-header .small-newsletter {
    top: 0;
  }
}

[data-scroll-locked] .small-newsletter {
  visibility: hidden;
  z-index: -1;
  opacity: 0 !important;
  pointer-events: none;
  transition: z-index 0.3s, opacity 0.3s, visibility 0s 0.3s;
}

.newsletter__heading {
  padding: 10px 0;
  cursor: pointer;
}
.newsletter__heading p {
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .newsletter__heading p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.newsletter__close {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.newsletter__close:hover {
  transform: translateY(-50%) rotate(90deg);
}

.has-value .newsletter__close {
  visibility: hidden;
  opacity: 0;
}

/**
 * Reviews
 * without image
 */
.reviews {
  text-align: center;
  position: relative;
  color: var(--text);
  background-color: var(--bg);
}
@media only screen and (max-width: 749px) {
  .reviews {
    overflow: hidden;
  }
}

/* Reviews section - with and without images */
.reviews--section {
  --reviews-gutter: calc(0.75 * var(--inner));
  overflow: hidden;
}
.reviews--section .flickity-viewport {
  overflow: visible;
}
.reviews--section .flickity-button-circle .flickity-prev-next-button.next {
  right: 40px;
}
.reviews--section .flickity-button-circle .flickity-prev-next-button.previous {
  left: 40px;
}
@media only screen and (min-width: 750px) {
  .reviews--section [data-slider].grid:after, .reviews--section [data-slider].grid--full:after {
    content: "flickity";
    display: none;
  }
}

.reviews--have-images .reviews__grid {
  margin: 0;
}
.reviews--have-images .reviews__grid-item {
  padding: 0;
}
@media only screen and (max-width: 749px) {
  .reviews--have-images .reviews__grid-item {
    padding: 0 var(--outer) 0 0;
  }
}

.reviews__grid {
  margin: 0 calc(-1 * var(--reviews-gutter));
}
@media only screen and (max-width: 749px) {
  .reviews__grid {
    margin: 0;
    padding-left: var(--outer);
    max-width: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding: var(--outer);
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .reviews__grid::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .reviews__grid:after {
    content: "";
    display: none;
  }
}

.reviews__grid-item {
  flex: 0 0 auto;
  display: flex;
  padding: 0 var(--reviews-gutter);
}
@media only screen and (max-width: 989px) {
  .reviews__grid-item {
    width: calc(100% - 50px);
    padding: 0 var(--outer) 0 0;
    scroll-snap-align: start;
  }
}
@media only screen and (max-width: 749px) {
  .reviews__grid-item:only-child {
    width: 100%;
  }
}

/* reviews-holder */
.reviews-holder {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 var(--outer);
}

/* Review */
.review {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: var(--card-bg);
}
@media only screen and (max-width: 749px) {
  .review {
    position: relative;
    flex-direction: column;
  }
}

a.review {
  text-decoration: none;
  color: inherit;
  transition: color 0.4s;
}
@media (hover: hover) {
  a.review:hover {
    color: var(--link-hover);
  }
  a.review:hover .review__image {
    transform: scale(1.06);
  }
}

.review--block {
  padding: 40px 0;
  height: 100%;
}
.review--block .review__content {
  padding: 0;
}
.review--block .review__content blockquote {
  margin-bottom: 3em;
}
@media only screen and (max-width: 749px) {
  .review--block .review__content blockquote {
    margin-bottom: 2em;
  }
}
.review--block .review__author {
  min-height: 68px;
  padding-left: 83px;
}
.review--block .review__author__bio-image {
  width: 68px;
  height: 68px;
}
.review--block.text-center .review__author__bio-image {
  margin-bottom: 12px;
}
.review--block .review__author--no-bio-image, .review--block.text-center .review__author {
  padding-left: 0;
  min-height: auto;
}
.review--block.review--has-quotes {
  padding-top: 25px;
}
.review--block.review--has-quotes blockquote:only-child {
  padding-bottom: 25px;
}
.review--block.review--has-quotes blockquote > p {
  padding-top: 2.4em;
}

/* Review elements */
.review__image-wrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 750px) {
  .review__image-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.review__image-wrapper .no-js-image {
  max-width: 100%;
}

.review__image__outer {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 100%;
  padding-top: var(--image-height);
}

.review__image {
  transition: transform 0.6s ease;
}

.review__image,
.review__image .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.review__content {
  --inner: 30px;
  position: relative;
  padding: var(--inner);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 990px) {
  .review__content {
    --inner: 40px;
  }
}
.review__content blockquote {
  font-family: var(--FONT-STACK-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  line-height: 1.2;
  font-weight: var(--FONT-WEIGHT-HEADING);
  margin: 0 0 0.5em 0;
  border: 0;
  margin: 0 0 2em;
  padding: 0;
  line-height: 1.24;
}
@media only screen and (max-width: 749px) {
  .review__content blockquote {
    margin-bottom: 1.5em;
  }
}
.review__content blockquote:only-child {
  margin: auto 0;
  justify-self: center;
}
.review__content blockquote:not([class*=body-size-]) {
  font-size: calc(1.125rem * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
  .review__content blockquote:not([class*=body-size-]) {
    font-size: calc(1rem * var(--FONT-ADJUST-BODY));
  }
}
.review__content blockquote p {
  font-size: inherit;
  line-height: inherit;
}
.review__content blockquote > p {
  margin-top: 0;
}
.review__content blockquote p:last-of-type {
  margin-bottom: 0;
}
.review__content blockquote svg {
  display: block;
  width: 41px;
  height: 31px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1399px) {
  .review__content blockquote svg {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 749px) {
  .review__content blockquote svg {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.review__content > :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  .review--has-image .review__content {
    flex-basis: 50%;
  }
}

.review__quote {
  position: absolute;
  z-index: 1;
  width: var(--inner);
  height: var(--inner);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: var(--inner);
  overflow: visible;
}

.review__quote--single {
  left: 0;
  width: auto;
  height: auto;
  display: inline-block;
}
@media only screen and (max-width: 749px) {
  .review__quote--single {
    margin-bottom: 30px;
  }
}
.text-center .review__quote--single {
  left: 50%;
  transform: translateX(-50%);
}

.review__quote--open {
  left: var(--inner);
  top: calc(var(--inner) / -2);
}

.review__quote--close {
  right: var(--inner);
  bottom: calc(var(--inner) / -2);
}

.review__quote--close .review__quote-inner {
  justify-content: flex-end;
}

.review__quote-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: inherit;
}

.review__author {
  position: relative;
  margin: auto 0 var(--inner);
  padding-left: 42px;
  min-height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.review__content > .review__author:only-child {
  justify-self: center;
  margin: auto 0;
}

.review__author__name {
  display: block;
  padding: 3px 0 0;
  font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
  font-weight: var(--FONT-WEIGHT-BODY);
}

.review__author__subheading {
  margin-top: 3px;
  display: block;
  font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
  font-style: var(--FONT-STYLE-BODY-ITALIC);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.review__author__subheading:first-child {
  margin-top: 0;
}

.review__author--no-bio-image,
.text-center .review__author {
  padding-left: 0;
  min-height: auto;
}

.review__author__bio-image {
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  object-fit: cover;
  overflow: hidden;
}
.text-center .review__author__bio-image {
  position: static;
  top: auto;
  left: auto;
  margin: 0 auto 4px;
  transform: none;
}
.review__author__bio-image .placeholder-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  max-width: 150%;
  max-height: 150%;
  transform: translate(-50%, -50%);
}

.review__tweet-url {
  font-size: calc(0.6875rem * var(--FONT-ADJUST-BODY));
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .review__tweet-url {
    margin-bottom: 15px;
  }
}

.review__foot {
  margin-top: auto;
}

.review__foot:only-child {
  justify-self: center;
  margin: auto 0;
}

.review__foot > :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.index-look {
  background-color: var(--bg);
  color: var(--text);
}

.index-look,
.look__slider {
  position: relative;
}

.index-look .look__slider .flickity-page-dots {
  bottom: -57px;
}
@media only screen and (min-width: 750px) {
  .index-look .look__aside {
    display: flex;
  }
  .index-look .look__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: center;
  }
  .index-look .look__slider {
    display: flex;
    flex: 0 1 auto;
    width: 100%;
  }
  .index-look .product-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .index-look .look__aside {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .index-look .look__title {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1399px) {
  .index-look .look__slider .flickity-page-dots {
    bottom: -35px;
  }
}
@media only screen and (max-width: 989px) {
  .index-look .look__slider .flickity-page-dots {
    bottom: -22px;
  }
}

.look {
  flex: 1;
  display: flex;
}
@media only screen and (max-width: 749px) {
  .look {
    flex-direction: column;
  }
}

.look__slider {
  max-width: calc(25vw + 150px);
  padding-left: 75px;
  padding-right: 75px;
  margin-left: auto;
  margin-right: auto;
}
.look__slider:after {
  content: "flickity";
  display: none;
}
.look__slider .flickity-viewport {
  width: 100%;
}
.look__slider .flickity-button {
  --icon-size: 24px;
  color: var(--text);
}
.look__slider .flickity-page-dots {
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 989px) {
  .look__slider {
    max-width: calc(25vw + 100px);
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 749px) {
  .look__slider {
    display: flex;
    overflow-x: auto;
    max-width: none;
    padding: 0 0 0 25px;
    margin: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .look__slider::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .look__slider:after {
    flex: 0 0 25px;
    display: block;
    height: 1px;
    content: "";
  }
}

.look__slide {
  flex: 0 0 auto;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .look__slide {
    width: calc(100% - 70px);
    margin-right: 25px;
  }
  .look__slide:last-child {
    margin-right: 0;
  }
  .wrapper--brick .look__slide:first-child:last-child, .brick--margin .look__slide:first-child:last-child, .look__slide:first-child:last-child {
    width: calc(100% - 25px);
  }
  .wrapper--brick .look__slide, .brick--margin .look__slide {
    width: calc(100% - 50px);
  }
}

.look__aside {
  flex: 1 1 50%;
  text-align: left;
  padding: 104px 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .look__aside {
    padding: 60px 10px;
  }
}
@media only screen and (max-width: 749px) {
  .look__aside {
    padding: 35px 0;
  }
}

.look__content .product-item {
  border: 1px solid var(--COLOR-BORDER);
  width: 100%;
  margin: 0;
}
.look__content .product-item--borderless {
  border: none;
  margin-top: 0;
}
.look__content .product-information,
.look__content .product-item--borderless .product-information {
  padding: 0;
}
.look__content .product-item__info[href="#"] {
  pointer-events: none;
}
.look__content .product-item__info {
  padding: 20px var(--inner);
}
.look__content .product-item__info .product-item__title {
  font-size: calc(1rem * var(--FONT-ADJUST-HEADING));
  margin: 0 0 5px 0;
}
.look__content .product-item__info .price {
  font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
  margin-top: 5px;
}
@media only screen and (max-width: 749px) {
  .look__content {
    overflow: hidden;
  }
}

.look__title {
  text-align: center;
  padding-bottom: 30px;
  margin: 0;
}
@media only screen and (max-width: 749px) {
  .look__title {
    padding: 30px 0;
  }
}

.look__image {
  position: relative;
  padding-top: 100vw;
}
@media only screen and (min-width: 750px) {
  .look__image {
    flex: 0 0 50%;
    padding-top: 50%;
    margin: 0 auto;
  }
}

.look__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.look__dots {
  position: absolute;
  top: 12px;
  left: 12px;
  bottom: 11px;
  right: 11px;
}

.look__dot__button {
  position: absolute;
  width: 23px;
  height: 23px;
  padding: 0;
  margin-top: -12px;
  margin-left: -12px;
  cursor: pointer;
}
.look__dot__button:before, .look__dot__button:after {
  position: absolute;
  z-index: 101;
  background-color: var(--COLOR-PRIMARY);
  content: "";
}
.look__dot__button:before {
  width: 11px;
  height: 1px;
  top: 11px;
  left: 6px;
}
.look__dot__button:after {
  width: 1px;
  height: 11px;
  top: 6px;
  left: 11px;
}

.look__dot__button.is-selected .look__dot::before {
  animation: pulse 2.5s linear infinite;
}

.look__dot__button:hover .look__dot:after {
  animation: pulseHover 1.5s linear infinite;
}

.look__dot {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 50%;
}
.look__dot::after, .look__dot::before {
  content: "";
  width: 35px;
  height: 35px;
  background-color: inherit;
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  top: -6px;
  left: -6px;
  will-change: transform;
}
.look__dot::before {
  opacity: 0;
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  89% {
    transform: scale(0);
    opacity: 0;
  }
  90% {
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
@keyframes pulseHover {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  15% {
    transform: scale(1.2);
    opacity: 0.05;
  }
  50% {
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}
/**
 * List Collections Page
 */
.collection-block__wrapper {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.collection-block {
  display: flex;
  align-items: center;
  min-height: 50vw;
  background: var(--COLOR-BG-SECONDARY);
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .collection-block {
    min-height: 400px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  .collection-block {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .collection-block {
    min-height: 600px;
  }
}
@media only screen and (max-width: 749px) {
  .collection-block {
    flex-direction: column;
  }
}

.collection-block__content {
  height: 100%;
  width: 50%;
  text-align: left;
  padding: 104px;
}
@media only screen and (max-width: 1399px) {
  .collection-block__content {
    padding: 60px;
  }
}
@media only screen and (max-width: 749px) {
  .collection-block__content {
    width: 100%;
    padding: 40px;
  }
}

.collection-block__button {
  margin-top: 10px;
}

.collection-block__image {
  align-self: stretch;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 749px) {
  .collection-block__image {
    width: 100%;
    height: 50vw;
    margin: 30px auto 0 auto;
  }
}

.collection-block__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.collection-block__products {
  width: 50%;
}
@media only screen and (min-width: 750px) {
  .collection-block__products {
    display: flex;
  }
}
.collection-block__products .product-item {
  width: 50%;
}

.product__selectors {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}

.selector-wrapper {
  min-width: 50%;
  flex-grow: 1;
  padding-right: 10px;
}
.selector-wrapper select, .selector-wrapper .popout__toggle {
  width: 100%;
}
.selector-wrapper label {
  font-size: calc(12px * var(--FONT-ADJUST-BODY));
}

/* = both radio and swatch = */
.radio__legend {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: var(--FONT-WEIGHT-BODY);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.radio__legend.is-hidden {
  display: none;
  padding: 0;
  margin: 0;
}

.radio__legend__link {
  margin-bottom: 16px;
  margin-top: 6px;
  display: inline-block;
  color: var(--link);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  border-bottom: 1px solid currentColor;
  transition: color 0.3s ease;
}
.radio__legend__link:hover {
  color: var(--link-hover);
}

.radio__legend__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  background-color: var(--COLOR-TEXT);
  opacity: 0.4;
}

.radio__legend__label,
.radio__fieldset__label {
  display: block;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  padding-top: var(--form-margin);
  padding-right: 6px;
  margin: 0 5px 5px 0;
}

.swatch__button label:hover,
.radio__button label:hover {
  cursor: pointer;
}

/* = radio button specific = */
.radio__button {
  position: relative;
  display: inline-block;
  padding: 0 0px 10px 0;
  letter-spacing: 1px;
  min-width: 49px;
}

.radio__fieldset .radio__button label {
  display: block;
  font-size: inherit;
  line-height: 1.3;
  position: relative;
  margin: 0;
  padding: var(--form-top) var(--form-left);
  color: inherit;
  background-color: transparent;
  border: 1px solid var(--border);
  border-radius: var(--RADIUS-SM);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
}
.radio__fieldset .radio__button label:hover, .radio__fieldset .radio__button label:active, .radio__fieldset .radio__button label:focus {
  border: 1px solid var(--secondary);
}
.radio__fieldset .radio__button input:disabled + label::before,
.radio__fieldset .radio__button input.sold-out + label::before,
.radio__fieldset .radio__button input.unavailable + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(98% 0, 100% 0%, 2% 100%, 0% 100%);
          clip-path: polygon(98% 0, 100% 0%, 2% 100%, 0% 100%);
  background-color: #edeade;
  transform: scaleX(-1);
}
/*.radio__fieldset .radio__button input:disabled + label::after,
.radio__fieldset .radio__button input.sold-out + label::after,
.radio__fieldset .radio__button input.unavailable + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%,100% 100%,1% 2%,0% 0%);
          clip-path: polygon(0% 0%,100% 100%,1% 2%,0% 0%);
  background-color: #edeade;
  transform: scaleX(-1);*/
}
.radio__fieldset .radio__button input.sold-out:checked + label::before,
.radio__fieldset .radio__button input.unavailable:checked + label::before,
.radio__fieldset .radio__button input.sold-out:checked + label::after,
.radio__fieldset .radio__button input.unavailable:checked + label::after{
  background-color: #edeade;
}
.radio__fieldset .radio__button input:checked ~ label {
  border: 1px solid var(--primary);
}
.radio__fieldset .radio__button input.sold-out~label::before, 
.radio__fieldset .radio__button input.unavailable~label::before {
  background-color: #edeade;
}
.radio__fieldset .radio__button input.sold-out~label, 
.radio__fieldset .radio__button input.unavailable~label {
  border: 1px solid #edeade;
}

.radio__fieldset--swatches {
  padding: 5px 0;
}
.no-js .radio__fieldset--swatches {
  position: relative;
}

.radio__fieldset--swatches .swatch__button {
  padding: 0;
}

.radio__fieldset--swatches.is-visible {
  visibility: visible;
  opacity: 1;
}

.radio__fieldset--swatches.is-visible .swatch__button {
  animation: fadeIn 0.5s var(--animation-delay) both;
}

.radio__fieldset--swatches.is-visible + .product-item__swatches__count {
  opacity: 0;
  visibility: hidden;
}

.radio__fieldset--small {
  visibility: hidden;
  opacity: 0;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0 calc(var(--inner) / 2);
  background-color: var(--COLOR-BG);
  transition: opacity 0.3s ease, visibility 0.3s;
}
.radio__fieldset--small .radio__button label {
  padding: 5px;
  font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
  line-height: 26px;
}
.radio__fieldset--small .radio__legend__label {
  font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
  padding-right: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.radio__fieldset--small .radio__legend__label p {
  text-align: center;
  width: 100%;
}
.radio__fieldset--small .swatch__button {
  --swatch-size: 26px;
  padding: 5px 0;
  margin: 0 5px;
}
.radio__fieldset--small .swatch__button * {
  pointer-events: none;
}
.radio__fieldset--small .swatch__button input:checked ~ label {
  margin: 0;
}
.radio__fieldset--small .swatch__button input:checked + label:after {
  border-color: var(--border);
}
.radio__fieldset--small .swatch__button--rectangle label {
  min-width: var(--swatch-size);
  min-height: calc(var(--swatch-size) / 2);
}
.radio__fieldset--small .radio__fieldset__arrow {
  pointer-events: initial;
}
.no-js .radio__fieldset--small {
  visibility: visible;
  opacity: 1;
}

.radio__fieldset__arrow {
  --icon-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: var(--icon-size);
  height: var(--icon-size);
  min-height: inherit;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--text);
  transition: opacity 0.2s ease;
  pointer-events: auto;
}
.radio__fieldset__arrow:after {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
}

.radio__fieldset__arrow--prev {
  left: 0;
}

.radio__fieldset__arrow--prev:after {
  right: -3px;
  background: linear-gradient(to right, var(--COLOR-BG) 20%, var(--COLOR-BG-TRANSPARENT) 100%);
}

.radio__fieldset__arrow--next {
  right: 0;
}

.radio__fieldset__arrow--next:after {
  left: -3px;
  background: linear-gradient(to left, var(--COLOR-BG) 20%, var(--COLOR-BG-TRANSPARENT) 100%);
}

.selector-wrapper__content {
  position: relative;
  width: 100%;
}

.selector-wrapper__actions {
  position: absolute;
  top: 50%;
  left: -10px;
  right: -10px;
  padding: 0 5px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  pointer-events: none;
}
.no-js .selector-wrapper__actions {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transform: none;
}

.selector-wrapper__scrollbar {
  position: relative;
  margin: -5px 15px;
  padding: 5px 5px;
  width: calc(100% - 30px);
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
}
.selector-wrapper__scrollbar::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

/* = swatch button specific = */
.swatch__button {
  --swatch: #CCC;
  --swatch-size: 32px;
  --swatch-outline-offset: 4px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
  margin: 0 10px 10px 0;
  position: relative;
  pointer-events: initial;
}

.swatch__button input,
.radio__button input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  display: block;
}

.selector-wrapper fieldset label {
  margin-top: unset;
}

.swatch__button .siblings__link,
.swatch__button input ~ label {
  display: block;
  position: relative;
  margin: 0;
  background-color: var(--swatch);
  overflow: hidden;
}

.swatch__button .siblings__link:after,
.swatch__button input ~ label:after {
  display: none;
}

.swatch__button .siblings__link--current,
.swatch__button input:checked ~ label {
  overflow: initial;
}

.swatch__button .siblings__link--current:after,
.swatch__button input:checked ~ label:after {
  display: block;
}

.swatch__button .siblings__link--sold-out:before,
.swatch__button input.sold-out ~ label:before,
.swatch__button input.unavailable ~ label:before,
.swatch__button input:disabled + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 1px;
  background-color: var(--text-dark);
  transform-origin: left top;
}

.swatch__button .siblings__link:after,
.swatch__button input ~ label:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: 1px solid var(--swatch);
  overflow: initial;
}

.swatch__button .siblings__link:after {
  --swatch: var(--primary);
}

.swatch__button .siblings__link--current:after,
.swatch__button input:checked ~ label:after {
  overflow: hidden;
}

.siblings__link--current {
  cursor: default;
  pointer-events: none;
}

/* Prevent tooltip showing up while product quick add drawer is in a loading state */
.is-loading .siblings__link,
.is-loading .swatch__button {
  pointer-events: none;
}

/*=== White/Black color swatches ===*/
.swatch__button input ~ label[data-swatch=white i] {
  --swatch: #fafafa;
  box-shadow: inset 0 0 0 1px var(--border);
}
.swatch__button input ~ label[data-swatch=white i]::after {
  border-color: var(--primary);
}

.swatch__button input.sold-out ~ label[data-swatch=black i]:before,
.swatch__button input.unavailable ~ label[data-swatch=black i]:before,
.swatch__button input:disabled ~ label[data-swatch=black i]:before {
  background-color: #fff;
}

.swatch__button input.sold-out ~ label[data-swatch=white i]:before,
.swatch__button input.unavailable ~ label[data-swatch=white i]:before,
.swatch__button input:disabled ~ label[data-swatch=white i]:before {
  background-color: var(--border);
}

/*=== Circle swatch style ===*/
.swatch__button--circle .siblings__link,
.swatch__button--circle input ~ label {
  width: var(--swatch-size);
  height: var(--swatch-size);
  border-radius: 50%;
  background-color: var(--swatch);
}

.swatch__button--circle .siblings__link:after,
.swatch__button--circle input ~ label:after {
  width: calc(var(--swatch-size) + var(--swatch-outline-offset) * 2);
  height: calc(var(--swatch-size) + var(--swatch-outline-offset) * 2);
  border-radius: 50%;
}

.swatch__button--circle .siblings__link--current:after,
.swatch__button--circle input:checked ~ label:after {
  top: calc(var(--swatch-outline-offset) * -1);
  left: calc(var(--swatch-outline-offset) * -1);
}

.swatch__button--circle .siblings__link--sold-out:before,
.swatch__button--circle input.sold-out ~ label:before,
.swatch__button--circle input.unavailable ~ label:before,
.swatch__button--circle input:disabled + label:before {
  height: var(--swatch-size);
  transform: rotate(-45deg) translate(-50%, -50%);
}

/*=== Rectangle swatch style ===*/
.swatch__button--rectangle input ~ label {
  width: var(--swatch-size);
  height: calc(var(--swatch-size) / 2);
}

.swatch__button--rectangle .siblings__link {
  width: var(--swatch-size);
  height: var(--swatch-size);
}

.swatch__button--rectangle .siblings__link:after,
.swatch__button--rectangle input ~ label:after {
  top: calc(var(--swatch-outline-offset) * -1);
  left: calc(var(--swatch-outline-offset) * -1);
  width: calc(var(--swatch-size) + var(--swatch-outline-offset) * 2);
}

.swatch__button--rectangle input ~ label:after {
  height: calc(var(--swatch-size) / 2 + var(--swatch-outline-offset) * 2);
}

.swatch__button--rectangle .siblings__link:after {
  height: calc(var(--swatch-size) + var(--swatch-outline-offset) * 2);
}

.swatch__button--rectangle input:checked ~ label {
  height: calc(var(--swatch-size) / 2);
  width: var(--swatch-size);
  margin: 0;
}

.swatch__button--rectangle .siblings__link--current {
  height: calc(var(--swatch-size));
  width: var(--swatch-size);
  margin: 0;
}

.swatch__button--rectangle .siblings__link--sold-out:before,
.swatch__button--rectangle input.sold-out ~ label:before,
.swatch__button--rectangle input.unavailable ~ label:before,
.swatch__button--rectangle input:disabled + label:before {
  height: 44px;
  transform: rotate(-62deg) translate(-50%, -50%);
}

.swatch__button--rectangle .siblings__link--current.siblings__link--sold-out:before,
.swatch__button--rectangle input.sold-out:checked ~ label:before,
.swatch__button--rectangle input.unavailable:checked ~ label:before,
.swatch__button--rectangle input:disabled + label:before {
  height: 54px;
}

.select__fieldset {
  padding-bottom: var(--form-margin);
}

.select__fieldset .radio__legend__label,
.select__fieldset .select__label {
  display: block;
  padding-right: 0;
  padding-top: var(--form-margin);
  margin-right: 0;
  margin-bottom: 5px;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}
.select__fieldset .radio__legend__label.is-hidden,
.select__fieldset .select__label.is-hidden {
  display: none;
  margin: 0;
  padding: 0;
}

.select__fieldset--small .radio__legend__label {
  display: inline;
  margin-bottom: 0;
  font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.is-focused .swatch__button:focus-within:before {
  position: absolute;
  content: "";
  left: -3px;
  bottom: -4px;
  height: 2px;
  width: calc(100% + 6px);
  background: var(--secondary);
}

.is-focused .radio__button:focus-within:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -10px;
  height: 2px;
  width: 100%;
  background: var(--secondary);
}

/**
 * Product grid
 */
.product-grid-outer {
  position: relative;
  flex-grow: 1;
  padding: 0 var(--gap);
}
@media only screen and (max-width: 749px) {
  .product-grid-outer {
    overflow: hidden;
  }
}

.product-grid {
  display: grid;
  gap: var(--gap);
  padding-top: 1px;
  padding-left: 1px;
}
@media only screen and (min-width: 990px) {
  .product-grid {
    grid-template-columns: var(--grid);
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .product-grid {
    grid-template-columns: var(--grid-tablet);
  }
}
@media only screen and (max-width: 749px) {
  .product-grid {
    grid-template-columns: var(--grid-small);
  }
}
@media only screen and (max-width: 479px) {
  .product-grid {
    grid-template-columns: var(--grid-mobile);
  }
  .product-grid .mobile--one-whole {
    grid-column: span 2;
  }
}

.product-grid .no-results:first-child {
  grid-column: 1/-1;
}

@media only screen and (min-width: 750px) {
  .product-grid:not(.product-grid--slider) .collection-item,
.product-grid:not(.product-grid--slider) .product-item {
    width: 100%;
  }
}

@media only screen and (max-width: 749px) {
  .product-grid:not(.product-grid--mobile-slider) .collection-item,
.product-grid:not(.product-grid--mobile-slider) .product-item {
    width: 100%;
  }
}

.product-grid--slider .flickity-viewport {
  overflow: visible;
}

.product-grid--slider .flickity-button:disabled {
  opacity: 0;
}

.product-grid--slider.flickity-enabled {
  display: block;
  margin: 0 calc(var(--gap) * -1);
  padding-right: var(--gap);
  padding-left: calc(var(--gap) + 1px);
  overflow: hidden;
}

.product-grid--slider.product-grid--borderless.flickity-enabled {
  padding-left: var(--gap);
}

.product-grid--borderless {
  padding-top: 0;
  padding-left: 0;
}

@media only screen and (min-width: 750px) {
  .product-grid--slider {
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .product-grid--slider::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .product-grid--slider.flickity-enabled {
    overflow: hidden;
    padding: 0 var(--gap) 0 calc(var(--gap) + 1px);
  }
  .product-grid--slider:after {
    content: "flickity";
    display: none;
  }
  .product-grid--slider.flickity-enabled .product-item, .product-grid--slider.flickity-enabled .collection-item, .product-grid--slider:not(.product-grid--slider-alt) .product-item, .product-grid--slider:not(.product-grid--slider-alt) .collection-item {
    flex: 0 0 auto;
    margin: 0 var(--gap) 0 0;
  }
  .product-grid--slider:not(.flickity-enabled) .product-item:last-child, .product-grid--slider:not(.flickity-enabled) .collection-item:last-child {
    margin-right: 0;
  }
  .product-grid--slider.product-grid--slider-alt:not(.flickity-enabled) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-column-gap: var(--gap);
    justify-content: center;
  }
  .product-grid--slider.product-grid--slider-alt:not(.flickity-enabled) .product-item, .product-grid--slider.product-grid--slider-alt:not(.flickity-enabled) .collection-item {
    width: auto;
    margin: 0;
  }
}

@media only screen and (min-width: 990px) {
  .product-grid--slider.flickity-enabled .product-item,
.product-grid--slider.flickity-enabled .collection-item,
.product-grid--slider:not(.product-grid--slider-alt) .product-item,
.product-grid--slider:not(.product-grid--slider-alt) .collection-item {
    width: 28%;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .product-grid--slider.flickity-enabled .product-item,
.product-grid--slider.flickity-enabled .collection-item,
.product-grid--slider:not(.product-grid--slider-alt) .product-item,
.product-grid--slider:not(.product-grid--slider-alt) .collection-item {
    width: 38%;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .product-grid--slider:not(.flickity-enabled) {
    padding: 0;
  }
}

@media only screen and (max-width: 749px) {
  .product-grid--mobile-slider {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 0;
    margin: 0 calc(var(--gap) * -1);
    padding-left: var(--gap);
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding: var(--gap);
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .product-grid--mobile-slider::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .product-grid--mobile-slider:after {
    content: "";
    display: block;
    position: relative;
    padding-right: var(--gap);
  }
  .product-grid--mobile-slider .product-item,
.product-grid--mobile-slider .collection-item {
    flex: 0 0 auto;
    width: calc(100% - 50px);
    margin: 0 var(--gap) 0 0;
  }
  .product-grid--mobile-slider .product-item:first-child,
.product-grid--mobile-slider .collection-item:first-child {
    border-left: 1px solid var(--COLOR-BORDER);
  }
  .product-grid--mobile-slider .product-item:last-child,
.product-grid--mobile-slider .collection-item:last-child {
    margin-right: 0;
  }
  .product-grid--mobile-slider .product-item:only-child,
.product-grid--mobile-slider .collection-item:only-child {
    flex: 0 1 100%;
  }
  .product-grid--mobile-slider .product-item--borderless:first-child,
.product-grid--mobile-slider .collection-item--borderless:first-child {
    border: none;
  }
}

.product-grid__loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.product-grid-outer.is-loading .product-grid__loader {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 749px) {
  .product-grid__loader {
    z-index: 201;
  }
}

.product-grid__loader-line {
  position: sticky;
  top: 0;
  width: 100%;
  margin: 0;
}

.product-item {
  position: relative;
  border: 1px solid var(--COLOR-BORDER);
  border-left: 0;
  background: var(--COLOR-BG);
  margin-top: -1px;
  scroll-snap-align: start;
}
.product-item:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  z-index: 10;
  border-left: 1px solid var(--COLOR-BORDER);
  content: "";
}
.product-item .sale-box,
.product-item .preorder-box,
.product-item .badge-box {
  --left-spacing: 5px;
  --padding-vertical: 7px;
  position: absolute;
  left: var(--left-spacing);
  top: 5px;
  z-index: 3;
  text-align: center;
  padding: calc(var(--padding-vertical) * var(--FONT-ADJUST-BODY)) 15px;
  width: auto;
  max-width: calc(100% - (var(--left-spacing) * 2));
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-item .sale-box {
  color: var(--sale-text);
  background: var(--sale-bg);
}
.product-item .preorder-box,
.product-item .badge-box {
  color: var(--COLOR-BADGE-TEXT);
  background: var(--COLOR-BADGE-BG);
}
.tabs-collections .product-item .grid__heading-holder {
  overflow: hidden;
}
@media only screen and (max-width: 749px) {
  .product-item .sale-box,
.product-item .preorder-box,
.product-item .badge-box {
    --padding-vertical: 6px;
  }
}

@media only screen and (min-width: 750px) {
  .product-item--featured {
    height: 100%;
  }

  .product-item--featured .grid__heading-holder {
    height: inherit;
  }
}
@media only screen and (max-width: 749px) {
  .product-item--featured .grid__heading-holder {
    min-height: 100%;
  }
}
.product-item--featured .grid__heading-holder {
  color: var(--text);
  flex: 1 1 auto;
}

.product-item--featured .grid__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--gutter);
}

.product-item--featured .grid__description {
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin: 0 0 1em;
  width: auto;
}

.product-item--featured .grid__btn-wrapper {
  margin-top: auto;
}

.product-item--featured .grid__heading-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.product-item--aligned {
  height: auto;
}

.product-item--aligned .grid__heading-holder {
  padding: var(--PRODUCT-GRID-ASPECT-RATIO) 0 0;
  height: 0;
  min-height: 1px;
}

.no-js .product-item--featured .grid__heading-holder {
  padding-top: 100%;
}

.flickity-resizing .product-item--featured {
  height: auto;
}

.product-item__swatched__holder {
  --swatch-size: 26px;
  min-height: calc(var(--font-2) * var(--FONT-ADJUST-BODY) * 1.4 + 16px);
  position: relative;
  margin: 0 calc(var(--inner) * -1);
  padding: 0;
  font-size: 0;
}

.product-item__swatched__holder--rectangle {
  --swatch-size: 12px;
}

.product-item__swatches__count {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 8px var(--inner);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  color: var(--text-light);
  font-style: var(--FONT-STYLE-BODY-ITALIC);
  transition: opacity 0.3s ease, visibility 0.3s;
}
.no-js .product-item__swatches__count {
  position: relative;
}

.product-link {
  display: block;
  height: 100%;
  color: var(--text);
}
.product-link[href="#"] {
  pointer-events: none;
}
.no-js .product-link {
  height: auto;
}

.product-item__image {
  display: block;
  padding-top: var(--PRODUCT-GRID-ASPECT-RATIO);
  height: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--COLOR-BORDER);
  background-color: var(--COLOR-BG);
  filter: brightness(var(--filter-bg));
}
.product-item__image:last-child:first-child {
  border-bottom: none;
}
.is-focused .product-item__image {
  overflow: visible;
}
.product-item__image.is-visible {
  overflow: visible;
  z-index: 12;
}
.product-item__image .product-link--image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-item--featured-image .product-item__image {
  padding: 0;
  height: 100%;
  border-bottom: none;
}
.product-item--featured-image .product-item__image.no-js-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 479px) {
  .product-item--single .product-item__image {
    padding-top: 100%;
  }
}
.product-item__image .svg-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-item--overlay-text .product-item__image {
  border-bottom: 0;
}

.product-item__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.product-item__image-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.product-item__image-content {
  position: relative;
  text-align: center;
}

.product-item__image-content h3 {
  font-size: calc(1.75rem * var(--FONT-ADJUST-HEADING));
}
@media only screen and (max-width: 749px) {
  .product-item__image-content h3 {
    font-size: calc(1.5rem * var(--FONT-ADJUST-HEADING));
  }
}

.product-item__image-content .btn, .product-item__image-content .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-item__image-content .shopify-payment-button__button--unbranded, .product-item__image-content .product__reviews .spr-summary-actions-newreview, .product__reviews .product-item__image-content .spr-summary-actions-newreview {
  color: inherit;
  border-color: inherit;
  margin-top: 1em;
}

.product-item__image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-item__bg__inner,
.product-item__bg__sibling,
.product-item__bg {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  font-size: 0;
  line-height: 1;
  will-change: transform, opacity;
}

.product-item__bg__inner {
  opacity: 0;
  background-color: var(--bg);
  transition: opacity 0.3s ease-in-out;
}

.product-item__bg__inner.is-visible,
.product-item__bg__sibling.is-visible {
  opacity: 1;
}

.product-item__bg__sibling {
  opacity: 0;
  animation: imageFadeOut 0.3s ease;
}

.product-item__bg__sibling.is-visible {
  animation: imageFadeIn 0.3s ease;
}

.product-item__bg__sibling img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  animation: imageFadeOut 0.3s ease;
  animation-fill-mode: forwards;
  background-color: var(--bg);
  z-index: 1;
}

.product-item__bg__sibling img.is-fade {
  animation: imageFadeIn 0.3s ease;
  animation-fill-mode: forwards;
  z-index: 2;
}

.product-item__bg--empty img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-item--centered .product-information {
  text-align: center;
}

.product-item--centered .product-item__title {
  margin-bottom: 4px;
}

.product-item--centered .product-item__price__holder {
  justify-content: center;
}

.product-item--left .radio__fieldset--swatches .swatch__button {
  margin: 0 10px 0 0;
}

.product-item--left .radio__fieldset--swatches .swatch__button:last-child {
  margin-right: 0;
}

.product-item__price__holder {
  display: flex;
  color: var(--text-light);
  overflow: hidden;
}

.product-item__sep {
  flex: 0 0 auto;
  margin: 0 4px;
}

.product-item__title {
  position: relative;
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-size: calc(1rem * var(--FONT-ADJUST-BODY));
  color: var(--text-dark);
  margin: 7px 0 0 0;
  transition: color 0.3s;
  letter-spacing: 1px;
}
@media only screen and (max-width: 749px) {
  .product-item__title {
    margin: 0;
  }
}

.product-item__cutline,
.product-item__price,
.product-item__sep {
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
  .product-item__cutline,
.product-item__price,
.product-item__sep {
    font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
  }
}

.product-item__cutline {
  flex: 0 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item__cutline:empty,
.product-item__cutline:empty + .product-item__sep {
  display: none;
}

.product-item__cutline ~ .product-item__price .new-price small {
  display: none;
}

.product-item__price {
  flex: 0 1 auto;
}

/* Start sibling animations */
.product-item.is-active .product-item__bg--empty img {
  transition: opacity 0.25s;
}

.product-item.is-active:hover .product-item__bg--empty img {
  opacity: 0;
}

/* End sibling animations */
.product-information {
  position: relative;
  z-index: 10;
  position: relative;
  text-align: left;
  line-height: 1.4;
}
@media only screen and (max-width: 749px) {
  .product-information {
    line-height: 1.2;
  }
}

.product-item__info {
  padding: calc(var(--inner) / 2) var(--inner);
}
@media only screen and (max-width: 749px) {
  .product-item__info {
    padding: 12px;
  }
}

.product-item__info.no-events {
  pointer-events: none;
}
@media (hover: none) and (pointer: coarse) {
  .product-item__info.no-events {
    pointer-events: initial;
  }
}

.product-information .price {
  font-size: inherit;
  letter-spacing: 0.5px;
  color: var(--text-light);
}
@media only screen and (max-width: 749px) {
  .product-information .price {
    margin-top: 5px;
  }
}

.product-information .price.sale {
  opacity: 1;
}

.product-information .price small {
  font-size: inherit;
}

.product-information .unit {
  color: var(--text-light);
}
@media only screen and (max-width: 749px) {
  .product-information .unit {
    font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
  }
}

.product-information .item-type {
  color: var(--COLOR-TEXT);
}

.product-information .spr-icon {
  padding: 0 1px;
}

.product-information .spr-badge-starrating {
  display: block;
  margin: 3px 0 5px;
  font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
  font-weight: var(--FONT-WEIGHT-BODY);
  color: var(--COLOR-LINK);
}

.product-information .spr-badge-caption {
  display: none;
}

.product-information .sold-out {
  color: var(--text-light);
}

.no-js .product-information {
  border-top: 1px solid var(--COLOR-BORDER);
}

.product-grid__rating {
  margin: 5px 0;
  font-size: 0;
}

.product-grid__rating__inner {
  position: relative;
  display: inline-block;
}

.product-grid__rating__stars {
  --icon-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
  overflow: hidden;
  white-space: nowrap;
  margin: 0 -2px;
  color: var(--link);
}

.product-grid__rating__stars .icon {
  margin: 0 2px;
  fill: none;
}

.product-grid__rating__stars--solid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.product-grid__rating__stars--solid .icon {
  fill: currentColor;
}

.sale .new-price {
  color: var(--COLOR-SALE);
}

.new-price {
  margin-right: 6px;
}

.new-price:last-child {
  margin-right: 0;
}

.old-price {
  color: var(--COLOR-TEXT);
  text-decoration: line-through;
  color: var(--text-light);
}

.no-results {
  position: static !important;
  padding: 50px 30px;
  text-align: center;
  width: 100%;
}

.product-item--borderless {
  border: none;
  margin-top: 0;
}
.product-item--borderless:before {
  content: initial;
}

.product-item--borderless .product-item__image {
  border: none;
}

.product-item--overlay-text .product-information {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: calc(var(--inner) / 2);
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 989px) {
  .product-item--overlay-text .product-information {
    padding-left: 42px;
    padding-right: 42px;
  }
}

.product-item--overlay-text .product-item__info {
  padding: 0 var(--inner);
  height: auto;
  pointer-events: all;
}

.product-item--overlay-text .product-item__swatched__holder,
.product-item--overlay-text .product-item__swatches__count,
.product-item--overlay-text .radio__fieldset--swatches {
  pointer-events: all;
}

.product-item--overlay-text .product-item__info .radio__fieldset--swatches {
  background: none;
}

.product-item--overlay-text .product-item__info .selector-wrapper__scrollbar {
  padding: 0;
}

.product-item--overlay-text .product-item__info .selector-wrapper__actions:before,
.product-item--overlay-text .product-item__info .selector-wrapper__actions:after {
  content: none;
}

.supports-touch .product-item--overlay-text .product-information {
  padding-left: 42px;
  padding-right: 42px;
}

.product-item--has-quickbuy.product-item--overlay-text .product-item__info {
  pointer-events: auto;
  transition: opacity 0.25s ease-in-out, visibility 0.25s;
}

.product-item--has-quickbuy.product-item--overlay-text .product-item__swatched__holder,
.product-item--has-quickbuy.product-item--overlay-text .product-item__swatches__count,
.product-item--has-quickbuy.product-item--overlay-text .radio__fieldset--swatches {
  pointer-events: none;
}

.product-item--has-quickbuy.product-item--overlay-text:hover .product-item__info {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 749px) {
  .flickity-slider--default {
    position: relative;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .flickity-slider--default .product-item,
.flickity-slider--default .collection-item {
    min-width: 250px;
    width: auto;
  }
  .flickity-slider--default:not(.collection-list) .flickity-viewport {
    height: auto !important;
  }
  .flickity-slider--default:not(.collection-list) .flickity-slider {
    position: relative;
    display: flex;
  }
  .flickity-slider--default:not(.collection-list) .flickity-slider .product-item {
    position: relative !important;
    left: 0 !important;
  }
}
.no-touch .double__image .product-item__bg__under,
.no-touch .product-item--overlay-text .product-item__bg__under {
  opacity: 0;
}

.no-touch .double__image:hover .product-item__bg__under,
.no-touch .product-item--overlay-text:hover .product-item__bg__under {
  opacity: 1;
}

.no-touch .double__image.is-visible .product-item__bg__under {
  opacity: 1;
}

.no-touch .double__image.is-visible:hover .product-item__bg__under {
  opacity: 0;
}

.no-touch body.is-focused .double__image .product-link--image:focus .product-item__bg__under {
  opacity: 1;
}

.no-touch body.is-focused .double__image.is-visible .product-item__bg__under {
  opacity: 0;
}

.no-touch body.is-focused .double__image.is-visible .product-link--image:focus .product-item__bg__under {
  opacity: 1;
}

/*.supports-touch .product-item__bg__under {
  display: none;
}*/

.product-item__bg__under {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: var(--bg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  transition: opacity 0.25s ease-in-out;
}

.product__column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  min-height: 120px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
  border: 1px solid var(--COLOR-BORDER);
}
.product__column:last-child {
  margin-bottom: 0;
}
.product__column .meta--light {
  margin-top: 8px;
  font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
  color: var(--COLOR-TEXT-LIGHT);
}
.product__column:hover {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
}

.product__column__image__wrapper {
  width: 33%;
}
.product__column__image__wrapper img {
  display: block;
}

.product__column__contents {
  padding: 10px 10px 10px 5%;
  flex: 1;
}

.product__column__title {
  margin: 0 0 9px 0;
  color: var(--COLOR-TEXT);
}

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

.product-item__bg.is-fade {
  animation: fakeFade 0.25s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fakeFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Product Page
 */
@media only screen and (min-width: 750px) {
  .product__page {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .product__wrapper--small .product__page {
    grid-template-columns: 37.5% 50%;
    justify-content: flex-end;
  }

  .product__wrapper--stretch .product__page {
    grid-template-columns: minmax(50%, auto) minmax(auto, 480px);
  }
}
.product__page .form__wrapper.is-sticky {
  position: sticky;
  top: 0;
  top: var(--sticky-top, 0);
  z-index: 10;
}


@media only screen and (max-width: 1025px) {
  .product-item__image.double__image .product-item__bg__under {
    display: none;
  }
}

@media only screen and (max-width: 749px) {

  .product-item__image.double__image .product-item__bg__under {
    display: none;
  }

  .product__page .form__wrapper.is-sticky {
    position: static;
    top: 0;
  }
}

.product__page .form__wrapper.has-popup {
  z-index: 9999;
}

.product__wrapper {
  margin: 0 var(--outer);
}

.product__wrapper .select-popout__toggle:before {
  border-color: var(--text);
}

.product__wrapper__inner {
  max-width: 1400px;
  margin: 0 auto;
}

#TemplateProduct .product__wrapper--thumbnails-left .product__thumbs {
  position: sticky;
  top: var(--header-height);
}
@media only screen and (max-width: 749px) {
  #TemplateProduct .product__wrapper--thumbnails-left .product__thumbs {
    position: static;
    float: none;
  }
}

@media only screen and (min-width: 750px) {
  .product__wrapper--stretch .product__thumbs {
    display: none;
  }
}

.product__images {
  --gap: 15px;
}
@media only screen and (max-width: 749px) {
  .product__images {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 750px) {
  .product__content {
    padding-left: var(--outer);
  }
}

@media only screen and (min-width: 750px) {
  .product__wrapper--stretch .product__images {
    margin-left: calc(var(--outer) * -1);
  }
}

@media only screen and (min-width: 990px) {
  .product__wrapper--grid-1 .product__slides,
.product__wrapper--grid-2 .product__slides {
    columns: 2;
    column-gap: var(--gap);
  }
}

@media only screen and (min-width: 750px) {
  .product__wrapper--grid-1 .product__slide,
.product__wrapper--grid-2 .product__slide,
.product__wrapper--stacked .product__slide {
    break-inside: avoid;
    position: relative;
  }
  .product__wrapper--grid-1 .product__slide:last-child,
.product__wrapper--grid-2 .product__slide:last-child,
.product__wrapper--stacked .product__slide:last-child {
    padding-bottom: 0;
  }
}

.product__wrapper--grid-1 .product__slide:first-child,
.product__wrapper--grid-2 .product__slide:only-child {
  column-span: all;
}

.product__slides {
  position: relative;
  font-size: 0;
  flex: 1 1 100%;
}

.product__slides .flickity-viewport {
  transition: height 0.4s;
  height: auto;
}

.product__slides .flickity-slider > .product__slide {
  width: 100%;
}

/* Prevent CLS on flickity init */
@media only screen and (min-width: 750px) {
  .js [data-tall-layout=false] .product__images--no-thumbs .product__slides:not(.flickity-enabled) .product__slide:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
  }
}

.js [data-tall-layout=false] .product__images:not(.product__images--no-thumbs) .product__slides:not(.flickity-enabled) .product__slide:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.js [data-tall-layout=false] .product__images:not(.product__images--no-thumbs) .product__slides:not(.flickity-enabled) {
  aspect-ratio: var(--featured-media-aspect-ratio, 1);
}

@media only screen and (max-width: 749px) {
  .js .product__images:not(.product__images--no-thumbs) .product__slides:not(.flickity-enabled) {
    aspect-ratio: var(--featured-media-aspect-ratio, 1);
    overflow: hidden;
  }
}

.product__thumbs {
  flex: 1 1 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 749px) {
  .product__thumbs {
    min-height: 85px;
  }
}

.product__thumbs__holder {
  position: relative;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  text-align: left;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
}
.product__thumbs__holder::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
@media only screen and (max-width: 749px) {
  .product__thumbs__holder {
    margin-left: calc(var(--outer) * -1);
    margin-right: calc(var(--outer) * -1);
    padding-left: var(--outer);
    scroll-padding: var(--outer);
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }
  .product__thumbs__holder:after {
    content: "";
    display: block;
    position: relative;
    min-height: 1px;
    padding-right: var(--outer);
  }
}

@media only screen and (max-width: 749px) {
  .product__thumbs__holder .flickity-viewport {
    overflow: visible;
  }
}

@media only screen and (min-width: 750px) {
  .product__wrapper--thumbnails-left .product__images {
    display: flex;
    flex-direction: row;
  }

  .product__wrapper--thumbnails-left .product__thumbs__holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-left: 10px;
    width: 100%;
    flex-flow: column;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .product__wrapper--thumbnails-left .product__thumbs {
    overflow: hidden;
    position: relative;
    order: -1;
    margin: 0 20px 0 0;
    flex: 0 0 85px;
    height: 100%;
    width: 85px;
  }

  .product__wrapper--thumbnails-left .product__thumb {
    margin: 0 0 20px;
    padding: 0;
    font-size: 0;
  }
  .product__wrapper--thumbnails-left .product__thumb:last-child {
    margin-bottom: 0;
  }
  .product__wrapper--thumbnails-left .product__thumb:after {
    position: absolute;
    top: 50%;
    left: -10px;
    width: 2px;
    height: 30px;
    max-height: 90%;
    margin: 0;
    background: var(--COLOR-BORDER-DARK);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    transition: opacity 0.2s;
  }

  .product__wrapper--thumbnails-left .product__slides {
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 749px) {
  .product__wrapper--thumbnails-left .product__thumbs__holder {
    position: relative;
    white-space: nowrap;
  }
}
.no-js .product__thumbs {
  display: none;
}

.product__thumb {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 10px;
  cursor: pointer;
}
.product__thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: var(--COLOR-BORDER-DARK);
  opacity: 0;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 749px) {
  .product__thumb {
    padding-bottom: 10px;
    margin: 0 10px 0 0;
    scroll-snap-align: start;
  }
  .product__thumb:last-child {
    margin-right: 0;
  }
}

.product__thumb.is-active:after {
  opacity: 1;
}

.product__thumb__link {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background-color: var(--bg);
  filter: brightness(var(--filter-bg));
}
.product__thumb__link:before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.product__thumb__link__image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__thumbs__holder .icon {
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 0;
  height: 20px;
  width: 20px;
  color: transparent;
  fill: var(--COLOR-BG);
  vertical-align: baseline;
}
.product__thumbs__holder .icon path {
  fill: inherit;
  stroke: inherit;
}
.product__thumbs__holder .icon path.icon-media-model-outline, .product__thumbs__holder .icon path.icon-media-video-outline {
  stroke: var(--hairline);
}
.product__thumbs__holder .icon path.icon-media-model-element, .product__thumbs__holder .icon path.icon-media-video-element {
  fill: var(--COLOR-TEXT);
}

.product__breadcrumbs {
  margin: 0 0 0.5em;
}

.form__width {
  display: grid;
  gap: var(--form-gap);
}
@media only screen and (min-width: 990px) {
  .form__width {
    max-width: 480px;
    margin: 0 auto;
  }
}

.product__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product__rating > * {
  margin: 4px 0 4px 4px;
}
.product__rating .rating {
  font-size: 0;
}
.product__rating .rating svg {
  margin-top: -1px;
  margin-right: 0;
  width: calc(16px*var(--FONT-ADJUST-HEADING));
  height: calc(16px*var(--FONT-ADJUST-HEADING));
  color: var(--primary);
}

.product__title__wrapper {
  position: relative;
  padding-right: 70px;
}

.product__title {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  letter-spacing: 1.5px;
}
.product__title a {
  color: var(--text);
}
@media only screen and (min-width: 750px) {
  .product__title {
    font-size: calc(1.75rem * var(--FONT-ADJUST-HEADING));
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 749px) {
  .product__title {
    font-size: calc(1.5rem * var(--FONT-ADJUST-HEADING));
  }
}

.product__price__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 749px) {
  .product__price__wrap .product__price {
    padding: calc(1px * var(--FONT-ADJUST-BODY)) 0;
  }
}

.product__price {
  margin: 0;
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
  align-items: flex-start;
  align-self: center;
}

.product__price--unit {
  color: var(--text-light);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  position: absolute;
}

.product__price--strike {
  color: var(--text-light);
}

.product__price--sale {
  margin-right: 10px;
  color: var(--COLOR-SALE);
}

.product__price--off {
  --padding-vertical: 7px;
  flex-shrink: 0;
  min-width: 0;
  background: var(--sale-bg);
  color: var(--sale-text);
  padding: calc(var(--padding-vertical) * var(--FONT-ADJUST-BODY)) 15px;
  margin-left: 1rem;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-size: calc(11px * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
  .product__price--off {
    font-size: calc(10px * var(--FONT-ADJUST-BODY));
  }
}
.product__price--off em {
  opacity: 0.5;
  padding: 0 6px;
}
@media only screen and (max-width: 749px) {
  .product__price--off {
    --padding-vertical: 6px;
  }
}

.product__badge {
  position: absolute;
  top: 0;
  right: 0;
}
.product__badge:nth-child(3) {
  top: 0;
}

.product__badge a:not(.product__badge-link) {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
}

.product__badge-link {
  cursor: default;
  transition: color 0.25s ease-out;
}

.product__badge .spr-badge:after {
  content: attr(data-rating);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.product__badge:nth-child(2) .spr-badge:after {
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-HEADING));
  line-height: 2.4;
}

.product__badge svg {
  width: calc(16px * var(--FONT-ADJUST-BODY));
  height: calc(16px * var(--FONT-ADJUST-BODY));
  margin-right: 4px;
  margin-top: -1px;
  color: var(--primary);
}

.product__badge:nth-child(2) svg {
  width: calc(16px * var(--FONT-ADJUST-HEADING));
  height: calc(16px * var(--FONT-ADJUST-HEADING));
}

.product__badge .spr-badge:not([data-rating="0.0"]) ~ svg {
  display: inline-block;
}

.product__badge .spr-badge span {
  display: none;
}

script,
#recently-viewed-product-template,
[id*=recently-viewed-product-template] {
  display: none !important;
}

.recent__container {
  color: var(--text);
  background-color: var(--bg);
}

.recent__wrapper {
  display: none;
  padding-top: 1px;
  margin-top: 20px;
  overflow: hidden;
  display: none;
  opacity: 1;
}
@media only screen and (min-width: 990px) {
  .recent__wrapper {
    margin-top: 60px;
  }
}

.recent__wrapper.loading {
  opacity: 0;
}

.recent__content .title {
  padding: 0;
}
.recent__content .title h5,
.recent__content .title .h5,
.recent__content .title .recent__title {
  margin: 0;
}

.recent__content .title:after {
  content: "";
}

.recent__content a {
  opacity: 1;
  width: auto;
  height: auto;
  display: block;
}

.fb_iframe_widget span {
  vertical-align: top !important;
}

.fb_iframe_widget iframe {
  z-index: 4000;
}

.sharing {
  padding: 20px 0;
  position: relative;
  overflow: visible;
  width: 100%;
  display: block;
}

.sharing input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.product__sharing:not(.password__social-sharing) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid var(--COLOR-BORDER-LIGHT);
  margin-bottom: -0.9375rem;
  color: var(--COLOR-PRIMARY);
}
.product__sharing:not(.password__social-sharing) .sharing {
  margin: 0;
  width: auto;
  border-top: none;
  color: inherit;
}
.product__sharing:not(.password__social-sharing) .share {
  margin: 0 0.8rem;
  color: inherit;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
@media only screen and (max-width: 989px) {
  .product__sharing:not(.password__social-sharing) .share {
    margin: 0 0.5rem;
  }
}
.product__sharing:not(.password__social-sharing) .share:first-child {
  margin-left: 0;
}
.product__sharing:not(.password__social-sharing) .share svg {
  width: 30px;
  height: 30px;
  margin: 0;
}
.product__sharing .sharing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  border-top: 1px solid var(--COLOR-BORDER-LIGHT);
  margin: 15px 0 0;
  color: #FFF;
}
.product__sharing .social-sharing .social__link .icon,
.product__sharing .share .icon {
  --icon-size: 36px;
}
.product-tabs-wrapper--accordion ~ .product__sharing {
  border-top-color: transparent;
}
.product__sharing.is-expanded .share {
  opacity: 1;
  visibility: visible;
}
.product__sharing.is-expanded .share:nth-child(1) {
  transition-delay: 0.2s;
}
.product__sharing.is-expanded .share:nth-child(2) {
  transition-delay: 0.25s;
}
.product__sharing.is-expanded .share:nth-child(3) {
  transition-delay: 0.3s;
}
.product__sharing.is-expanded .share:nth-child(4) {
  transition-delay: 0.35s;
}

.product__sharing-button {
  display: inline-block;
  padding: 0.5rem 0;
  margin-right: 30px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-size: calc(12px * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
  .product__sharing-button {
    font-size: calc(12px * var(--FONT-ADJUST-BODY));
  }
}
@media only screen and (max-width: 989px) {
  .product__sharing-button {
    margin-right: 20px;
  }
}
.product__sharing-button .icon {
  --icon-size: 20px;
  margin-right: 5px;
}
.product__sharing-button .product__sharing-button-text {
  position: relative;
}
.product__sharing-button .product__sharing-button-text:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  height: 1px;
  width: 100%;
  transform: translateX(-50%);
  box-shadow: 0 -1px 0 0 currentColor;
  transition: width 0.2s linear;
  width: 0px;
}
.product__sharing-button .product__sharing-button-text:hover:after {
  width: 100%;
}

/*================ Reviews ================*/
.product__reviews .spr-header {
  margin-bottom: -12px;
}

.product__reviews .spr-summary-starrating,
.product__reviews .spr-summary-caption {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .product__reviews .spr-summary-actions {
    display: block;
  }
}

.product__reviews .spr-summary-actions-newreview {
  margin: 12px 0;
}

.product__reviews .spr-container {
  border: none !important;
  padding: 0 !important;
}

#shopify-product-reviews {
  margin: 0 !important;
  padding: 1em 0;
}

.product__form__errors {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out 0.2s, max-height 0.5s cubic-bezier(0, 0.75, 0.25, 1), visibility 0.5s;
  text-align: center;
  transform: translate3d(0, -20px, 0);
}
.product__form__errors.is-visible {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s cubic-bezier(0, 0, 0.75, 0), visibility 0.5s;
}
@media only screen and (max-width: 479px) {
  .product__form__errors {
    max-width: calc(400px - 10px);
  }
}

.product__form__errors .errors {
  margin-top: 10px;
}

.errors {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 24px 30px;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
  .errors {
    padding: 15px 30px 15px 15px;
  }
}

.errors__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
}

.errors__close .icon {
  transition: transform 0.3s ease;
}

.errors__close:hover .icon {
  transform: rotate(90deg);
}

.product__add__success {
  display: flex;
  align-items: stretch;
  background: var(--COLOR-BG);
  border-left: 1px solid var(--COLOR-BORDER);
  border-bottom: 1px solid var(--COLOR-BORDER);
}
@media only screen and (max-width: 749px) {
  .product__add__success {
    border-left: none;
  }
}

.product__add__success__image {
  width: 50%;
}
@media only screen and (max-width: 749px) {
  .product__add__success__image {
    display: none;
  }
}

.product__add__success__image-bg {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.product__add__success__content {
  width: 50%;
  padding: 50px;
}
@media only screen and (max-width: 749px) {
  .product__add__success__content {
    width: 100%;
    padding: 15px 20px;
  }
}

.product__add__success--hide {
  display: none;
}

.is-focused model-viewer:focus::after,
.is-focused video:focus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  box-shadow: inset 0 0 2px 2px var(--COLOR-BORDER);
  box-sizing: border-box;
  pointer-events: none;
}

.product-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  display: none;
  width: 100%;
  height: 100%;
}

.product-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.product-modal__inner {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px;
}

.product-modal__content {
  overflow: hidden;
  position: relative;
  max-width: 600px;
  width: 100%;
  background-color: var(--bg);
  padding: 25px;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
.product-modal__content .product-tabs {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 140px);
  margin-top: 20px;
}

.product-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  transition: transform 0.3s;
}

.product-modal__close:hover {
  transform: rotate(90deg);
}

.product__icon__row {
  display: flex;
  flex-flow: row wrap;
  margin: -0.5em 0;
}

.product__icon__container--full {
  flex: 0 0 100%;
  max-width: 100%;
}

.product__icon__container--half {
  flex: 0 0 50%;
  max-width: 50%;
}

.product__icon__container--third {
  flex: 0 0 33%;
  max-width: 33%;
}
@media only screen and (max-width: 479px) {
  .product__icon__container--third {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.product__icon__container--quarter {
  flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (max-width: 479px) {
  .product__icon__container--quarter {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.product__icon__container {
  display: flex;
}

.product__icon {
  flex: 0 0 auto;
  margin: 0.5em 10px 0 0;
}

.product__icon__text {
  flex: 0 1 100%;
  word-break: break-word;
}

.product-tabs-wrapper {
  margin: -10px 0 -15px;
}

/* No thumbs on mobile */
@media only screen and (max-width: 749px) {
  .product__images--no-thumbs .product__thumbs {
    display: none;
  }

  .product__images--no-thumbs .product__slides {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 0;
    margin: 0 calc(var(--gap) * -1);
    padding-left: var(--gap);
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding: var(--gap);
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    align-items: flex-start;
  }
  .product__images--no-thumbs .product__slides::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }

  .product__images--no-thumbs .product__slides:after {
    content: "";
    display: block;
    position: relative;
    padding-right: var(--gap);
  }

  .product__images--no-thumbs .product__slide {
    flex: 0 0 auto;
    width: calc(100% - 50px);
    margin: 0 var(--gap) 0 0;
    scroll-snap-align: start;
  }

  .product__images--no-thumbs .product__slide:only-child {
    width: calc(100% - var(--gap));
  }

  .product__images--no-thumbs .product__slide:last-child {
    margin-right: 0;
  }
}
/*================ Product Media ================*/
.product__photo {
  position: relative;
  background-color: var(--bg);
  filter: brightness(var(--filter-bg));
}

.product__photo img {
  pointer-events: none;
  max-width: 100%;
}

[data-image-zoom-enable=true] .product__photo [data-zoom-wrapper].is-dragging {
  pointer-events: none;
}

[data-image-zoom-enable=true] .product__photo [data-zoom-wrapper] {
  cursor: zoom-in;
  cursor: var(--ICON-ZOOM-IN), zoom-in;
}

body.is-focused .product__photo:focus:after, body.is-focused .product__photo.focus-visible:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--COLOR-BORDER);
  pointer-events: none;
  box-sizing: border-box;
  z-index: 2;
}

.product__media iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.video__contain,
.model__contain {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 0;
  position: relative;
}

.shopify-model-viewer-ui,
model-viewer,
.video__contain > video,
.video__contain > iframe {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  max-width: 100%;
  /* IE FIX */
  min-width: 100%;
  min-height: 100%;
}

video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important;
}

.btn--ar {
  width: 100%;
  position: relative;
  margin-top: 4px;
  padding: 10px 15px;
}
.btn--ar[data-shopify-xr-hidden] {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  max-width: 0;
  max-height: 0;
  padding: 0;
  border: none;
  margin: 0;
  opacity: 0;
}
@media only screen and (min-width: 750px) {
  .btn--ar[data-shopify-xr-hidden] {
    display: none;
  }
}
.btn--ar:hover .product-single__view-in-space-text, .btn--ar:focus .product-single__view-in-space-text {
  border-bottom-color: var(--COLOR-TEXT);
}
.btn--ar .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: transparent;
}
.btn--ar .icon path {
  fill: inherit;
  stroke: inherit;
}
.btn--ar .icon path.icon-media-model-outline {
  stroke: none;
}
.btn--ar .icon path.icon-media-model-element {
  fill: var(--COLOR-TEXT);
  opacity: 1;
}

.product-single__view-in-space-text {
  display: inline-block;
  vertical-align: middle;
}

.thumb__link--video,
.thumb__link--model {
  position: relative;
}

/*====== 3D Models ======*/
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--COLOR-BG);
  border-color: var(--hairline);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--COLOR-A60);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: var(--COLOR-A55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: var(--COLOR-A55);
  background: var(--hairline);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: var(--hairline);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--COLOR-BG);
  border-color: var(--hairline);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: var(--COLOR-A55);
}

.deferred-media {
  display: block;
  position: relative;
}
.deferred-media img {
  object-fit: contain;
}
.deferred-media img,
.deferred-media video,
.deferred-media iframe,
.deferred-media model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.deferred-media:not([loaded]) template {
  z-index: -1;
}

.deferred-media[loaded] > .deferred-media__poster {
  display: none;
}

.deferred-media__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  padding: 0;
  letter-spacing: normal;
  line-height: initial;
  background: transparent;
  border: 0;
  color: inherit;
  transition: none;
}
.no-touch .deferred-media__poster:hover {
  opacity: initial;
}

.deferred-media__poster-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 8px;
  background-color: var(--COLOR-BG);
  border: 1px solid var(--COLOR-A5);
  z-index: 1;
  cursor: pointer;
}
.deferred-media__poster-button .icon-media-video-outline,
.deferred-media__poster-button .icon-media-model-outline {
  stroke: none;
}

.deferred-media__poster-button .icon {
  width: 100%;
  height: 100%;
}

:root {
  --form-top: 14px;
  --form-left: 18px;
  --form-margin: 10px;
}

.quantity-selector,
.select-popout__toggle,
.select-popout__list,
.product__subs__option,
.radio__button {
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.variant__labels--hide .radio__legend__label,
.variant__labels--hide .select__label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.variant__labels--hide .radio__legend__link {
  margin-left: 0;
}
.variant__labels--hide a {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  color: var(--link);
  transition: color 0.3s;
}
.index-product .variant__labels--hide a {
  color: var(--text);
}
.variant__labels--hide a:hover {
  color: var(--link-hover);
}

.product__selectors {
  display: flex;
  flex-wrap: wrap;
}

.shop-pay-terms {
  --payment-terms-background-color: var(--bg);
  margin: 0 0 20px 0;
}

.shop-pay-terms + .radio__legend__link {
  margin-bottom: 15px;
}

.shop-pay-terms:empty,
.product__upsell:empty,
.product__siblings:empty {
  display: none;
}

.product__siblings + .product__form__holder {
  margin-top: calc(var(--form-gap) / -1);
}

.selector-wrapper {
  flex: 1 0 50%;
}
.selector-wrapper label {
  font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 479px) {
  .selector-wrapper {
    flex-basis: 100%;
  }
}

.selector-wrapper .select-popout--small {
  max-width: none;
}

.selector-wrapper--fullwidth,
.selector-wrapper--color {
  flex-basis: 100%;
}

.variant-input-wrap {
  margin-left: -4px;
}

.variant-label {
  display: block;
  margin: 15px 0 var(--form-margin);
}

.variant-field {
  position: relative;
  display: inline-block;
}

input[type=radio].variant-input {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 32px;
  margin: 0;
  clip: unset;
  cursor: pointer;
}

.variant-input:checked + .variant__button-label {
  box-shadow: 0 0 0 2px var(--COLOR-PRIMARY);
}

.variant__button-label {
  letter-spacing: 0.025em;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  font-weight: var(--FONT-WEIGHT-BODY);
  padding: 7px 15px 7px;
  border-radius: var(--RADIUS-SM);
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E8E8E1;
  margin: 0 4px 12px;
  cursor: pointer;
}
.variant__button-label.disabled {
  color: #E8E8E1;
}
.variant__button-label.disabled:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid;
  border-color: #E8E8E1;
  transform: rotate(45deg);
}

.is-focused .variant-input:focus + .variant__button-label:before,
.is-focused .swatch input[type=radio]:focus + .variant__button-label--color:before {
  position: absolute;
  content: "";
  left: -2px;
  bottom: -8px;
  height: 2px;
  width: calc(100% + 4px);
  background: var(--COLOR-PRIMARY);
}

.quantity-selector {
  position: relative;
}
.quantity-selector input[type=number]::-webkit-outer-spin-button,
.quantity-selector input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.no-js .quantity-selector input[type=number]::-webkit-outer-spin-button,
.no-js .quantity-selector input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: auto;
}
.quantity-selector input[type=number] {
  -moz-appearance: textfield;
}
.no-js .quantity-selector input[type=number] {
  -moz-appearance: auto;
}

.quantity__input,
.properties__input {
  display: block;
  width: 100%;
  padding-top: var(--form-top);
  padding-bottom: var(--form-top);
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.3;
  text-align: center;
  color: var(--COLOR-TEXT);
}

.properties__input {
  text-align: left;
}

.quantity__plus {
  right: 0;
  justify-content: flex-end;
  padding-right: 15px;
}

.quantity__minus {
  left: 0;
  justify-content: flex-start;
  padding-left: 15px;
}

.quantity__plus,
.quantity__minus {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40%;
  display: flex;
  align-items: center;
}
.quantity__plus *,
.quantity__minus * {
  pointer-events: none;
}
.quantity__plus .icon,
.quantity__minus .icon {
  color: var(--COLOR-TEXT);
}
.quantity__plus:active,
.quantity__minus:active {
  transform: translateY(1px);
}
.no-js .quantity__plus,
.no-js .quantity__minus {
  display: none;
}

.properties__checkbox {
  position: relative;
}

.properties__checkbox input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}

body.is-focused .properties__checkbox input:focus ~ label {
  outline-color: var(--COLOR-PRIMARY);
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}

.properties__checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.properties__checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid var(--COLOR-TEXT-LIGHT);
  background: var(--COLOR-BG);
}

.properties__checkbox input:checked ~ label::after {
  background: var(--COLOR-PRIMARY);
  box-shadow: inset 0 0 0 2px var(--COLOR-BG);
}

/*================ Add to cart ================*/
.product__submit__add {
  position: relative;
  width: 100%;
  min-height: 46px;
}

.product__submit__add .svg-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

.product__submit__add[disabled] {
  pointer-events: none;
}

.product__submit__add circle ~ circle {
  stroke: currentColor;
}

.product__submit__add span {
  transition: opacity 0.3s;
}

.product__submit__add .icon-nav-arrow-up {
  --icon-size: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: calc(var(--icon-size) / -2);
}

.product__submit--spb .shopify-payment-button__button--unbranded {
  border: 1px solid transparent;
}

.product__submit {
  margin: 0;
}

.product__submit__buttons {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: calc(100% + 10px);
  margin-right: -10px;
}
@media only screen and (max-width: 479px) {
  .product__submit__buttons {
    display: flex;
    flex-direction: column;
  }
}

.product__submit__item {
  padding: 1em 10px 0 0;
  min-width: 50%;
  flex: 1;
}
@media only screen and (max-width: 479px) {
  .product__submit__item {
    min-width: 0;
    max-width: 400px;
    width: 100%;
  }
}

/*================ Smart Shopify Payment Buttons ================*/
.shopify-payment-button {
  max-width: 400px;
  transition: opacity 0.4s ease-out;
}

.shopify-payment-button .shopify-payment-button__button {
  border-radius: var(--RADIUS);
  overflow: hidden;
  transition: 0.25s ease-out;
  transition-property: color, background, border;
}
.shopify-payment-button .shopify-payment-button__button:active, .shopify-payment-button .shopify-payment-button__button:focus {
  transform: translateY(1px);
}

.shopify-payment-button .shopify-payment-button__button--branded {
  min-height: 46px;
}

.shopify-payment-button .shopify-payment-button__button--branded form {
  display: flex !important;
  flex-direction: column;
  flex: 1;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  width: 100%;
  min-height: 46px;
}
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover {
  background: var(--COLOR-PRIMARY-HOVER);
}

.shopify-payment-button .shopify-payment-button__more-options {
  display: none;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
  color: var(--COLOR-TEXT);
}
.shopify-payment-button .shopify-payment-button__more-options:active {
  text-decoration: underline;
  transform: translateY(1px);
}
.shopify-payment-button .shopify-payment-button__more-options:hover, .shopify-payment-button .shopify-payment-button__more-options:focus {
  background-color: transparent;
  box-shadow: none;
}

/*================ Variant states ================*/
.variant--soldout .shopify-payment-button,
.variant--soldout .product__price,
.variant--unavailable .shopify-payment-button,
.variant--unavailable .product__price {
  opacity: 0.3;
}
.variant--soldout .shopify-payment-button label,
.variant--soldout .shopify-payment-button input,
.variant--soldout .shopify-payment-button button,
.variant--soldout .product__price label,
.variant--soldout .product__price input,
.variant--soldout .product__price button,
.variant--unavailable .shopify-payment-button label,
.variant--unavailable .shopify-payment-button input,
.variant--unavailable .shopify-payment-button button,
.variant--unavailable .product__price label,
.variant--unavailable .product__price input,
.variant--unavailable .product__price button {
  cursor: default;
}
.variant--soldout .product__submit__add:not(.product__submit__add--default):active,
.variant--unavailable .product__submit__add:not(.product__submit__add--default):active {
  transform: translateY(0);
}
.variant--soldout .product__submit__add:not(.product__submit__add--default),
.variant--soldout .product__submit__add:not(.product__submit__add--default):hover,
.variant--unavailable .product__submit__add:not(.product__submit__add--default),
.variant--unavailable .product__submit__add:not(.product__submit__add--default):hover {
  border-color: transparent;
  background-color: var(--COLOR-A10);
  color: var(--COLOR-A40);
  cursor: not-allowed;
}
.variant--soldout .product__submit__add:not(.product__submit__add--default) > *,
.variant--soldout .product__submit__add:not(.product__submit__add--default):hover > *,
.variant--unavailable .product__submit__add:not(.product__submit__add--default) > *,
.variant--unavailable .product__submit__add:not(.product__submit__add--default):hover > * {
  pointer-events: none;
}
@media only screen and (max-width: 749px) {
  .variant--soldout .product__submit__add:not(.product__submit__add--default),
.variant--soldout .product__submit__add:not(.product__submit__add--default):hover,
.variant--unavailable .product__submit__add:not(.product__submit__add--default),
.variant--unavailable .product__submit__add:not(.product__submit__add--default):hover {
    transform: none;
    pointer-events: none;
  }
}
.variant--soldout .shopify-payment-button,
.variant--unavailable .shopify-payment-button {
  position: relative;
  pointer-events: none;
}
.variant--soldout .shopify-payment-button::after,
.variant--unavailable .shopify-payment-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.variant--unavailable .product__price {
  opacity: 0;
}

/* Variant Countdown */
.variant__countdown {
  display: none;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  padding: 0;
  margin: var(--form-margin) 0 0;
}

.variant__countdown.count-is-low {
  display: block;
}

.product__pickup {
  margin: 32px 0;
}

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

.product__details + .product__pickup {
  margin-top: 26px;
}

.pickup__preview {
  margin: 0;
}
.pickup__preview p {
  margin: 0 0 6px 0;
}

.pickup__info__timing,
.pickup__preview--primary button.pickup__button {
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.pickup__preview--primary {
  display: flex;
  align-items: flex-start;
}
.pickup__preview--primary button.pickup__button:focus, .pickup__preview--primary button.pickup__button:active {
  transform: none;
}

.pickup__list__item .icon,
.pickup__preview .icon {
  --icon-size: 20px;
  margin: -1px 6px 0 -4px;
  height: calc(calc(0.875rem * var(--FONT-ADJUST-BODY) * 1.5));
}

.pickup__preview .icon path,
.pickup__list__item .icon path {
  fill: none;
}

.pickup__preview .icon-check,
.pickup__list__item .icon-check {
  color: var(--success);
}

.pickup__preview .icon-cancel,
.pickup__list__item .icon-cancel {
  color: var(--error);
}

@media only screen and (min-width: 750px) {
  .pickup__drawer {
    --gutter: 20px;
  }
}

.pickup__address {
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  font-style: normal;
  margin: 8px 0 0 0;
}

.pickup__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pickup__head {
  display: flex;
  margin: 0;
  padding: var(--gutter);
  align-items: center;
  height: auto;
}

.pickup__head__title {
  font-family: var(--FONT-STACK-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  line-height: 1.2;
  font-weight: var(--FONT-WEIGHT-HEADING);
  margin: 0 0 0.5em 0;
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
}
.pickup__head__title p {
  margin: 0;
}

.pickup__head__close {
  padding: 0;
}

.pickup__product__wrap {
  padding: var(--gutter);
  border-bottom: 1px solid var(--border);
}

.pickup__product__title {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
  margin: 0;
}

.pickup__variant {
  font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
  margin: 12px 0 0 0;
}

.pickup__variant .text-light {
  color: var(--text-light);
}

.pickup__variant .divide {
  color: var(--text-light);
  opacity: 0.5;
  padding: 0 1px;
}

.pickup__variant .badge {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.pickup__drawer-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
}
.pickup__drawer-button .icon-cancel {
  width: 12px;
  height: 12px;
  margin: 0;
}

.pickup__drawer__body {
  padding: 0;
  height: auto;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.pickup__list {
  padding: var(--gutter);
  margin: 0;
  list-style: none;
}

.pickup__list__item {
  margin-bottom: 32px;
}
.pickup__list__item p {
  margin: 2px 0;
}
.pickup__list__item p.small {
  margin-top: 8px;
}

.pickup__list__item + .pickup__list__item {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--bg-accent);
}

.product__subs__group {
  display: block;
  border: 1px solid var(--border);
}

.product__subs__group + .product__subs__group {
  border-top: none;
}

.product__subs__plans {
  margin-left: 1.5rem;
}
.product__subs__plans .product__subs__option {
  padding-top: 0;
}

.no-js .product__subs__plans.hide {
  display: block !important;
}

.product__subs__option {
  display: flex;
  width: 100%;
  padding: var(--form-top) var(--form-left);
  align-items: center;
  cursor: pointer;
}
.product__subs__option input[type=radio] {
  color: var(--text-dark);
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 0.5rem 0 0;
  cursor: pointer;
}
.product__subs__option input[type=radio]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--text-dark);
  box-sizing: border-box;
}
.product__subs__option input[type=radio]:checked::before {
  background-image: radial-gradient(var(--primary) 50%, var(--bg) 51%);
}

.product__subs__description {
  color: var(--text-light);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  background: var(--hairline);
  margin: 0;
  padding: 10px 20px;
  font-style: var(--FONT-STYLE-BODY-ITALIC);
}

.product__price--each {
  color: var(--text-light);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.product__subs__wrap {
  margin-bottom: 20px;
}

[data-subscription-watch-price] {
  display: none;
}

/*====== Free shipping ======*/
.free-shipping {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: var(--inner) 0;
  border-bottom: 1px solid var(--border);
  margin: 0;
  font-size: max(0.6875rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  line-height: 1.3;
  transition: max-height 0.3s, padding 0.3s, border 0.3s, opacity 0.3s, visibility 0.3s;
}

.free-shipping.is-hidden {
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  padding: 0 15px;
  border: none;
  opacity: 0;
}

.free-shipping__success-message {
  display: none;
}

.is-success .free-shipping__success-message {
  display: inline;
}

.is-success .free-shipping__success-message ~ .free-shipping__default-message {
  display: none;
}

/*====== Free Shipping Graph ======*/
.free-shipping__graph {
  --stroke-dashoffset: 87.96459430051421;
  align-self: flex-start;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  transform: scale(-1, 1);
}

.free-shipping__graph circle {
  transform-origin: 50% 50%;
  stroke-width: 2;
  stroke: var(--COLOR-A20);
  fill: none;
}

.free-shipping__graph-progress {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  stroke: var(--COLOR-A80);
  stroke-dashoffset: var(--stroke-dashoffset);
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 1s ease-in-out;
}

/*====== Free Shipping Progress Bar ======*/
/* WEBKIT BROWSERS - CHROME, OPERA AND SAFARI */
.free-shipping__progress-bar {
  --progress-bg: transparent;
  --progress-value: linear-gradient(to right, var(--primary-light) 0%, var(--primary) 100%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 8px;
  background: var(--bg-accent);
  border: 1px solid var(--border);
  border-radius: 4px;
  margin-top: 5px;
  overflow: hidden;
}

.free-shipping__progress-bar::-webkit-progress-bar {
  width: 100%;
  background: var(--progress-bg);
  border-radius: 6px;
}

.free-shipping__progress-bar::-webkit-progress-value {
  background: var(--progress-value);
  border-radius: 4px;
  -webkit-transition: width 1s ease-in-out, transform 1s ease-in-out 0.5s;
  transition: width 1s ease-in-out, transform 1s ease-in-out 0.5s;
  transform-origin: center left;
}

.cart-drawer__message .free-shipping__progress-bar::-webkit-progress-value {
  transform: scaleX(0);
}

.cart-drawer__message.is-animated .free-shipping__progress-bar::-webkit-progress-value {
  transform: scaleX(1);
}

/* MOZILLA FIREFOX */
@-moz-document url-prefix() {
  .free-shipping__progress-bar::-moz-progress-bar {
    background: var(--progress-value);
    border-radius: 4px;
    -moz-transition: width 1s ease-in-out, transform 1s ease-in-out 0.5s;
    transition: width 1s ease-in-out, transform 1s ease-in-out 0.5s;
    transform-origin: center left;
  }

  .cart-drawer__message .free-shipping__progress-bar::-moz-progress-bar {
    transform: scaleX(0);
  }

  .cart-drawer__message.is-animated .free-shipping__progress-bar::-moz-progress-bar {
    transform: scaleX(1);
  }
}
/* Confetti animation on success */
.confetti {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}

.confetti__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: rotate(90deg);
}

.confetti__dot--2 {
  color: var(--COLOR-PRIMARY);
}

.confetti__dot--3 {
  color: var(--COLOR-SECONDARY);
}

.confetti__dot--4 {
  color: var(--COLOR-BORDER);
}

.confetti__dot--5 {
  color: var(--COLOR-LINK);
}

.confetti__dot--6 {
  color: var(--COLOR-BG-SECONDARY);
}

.confetti__dot--4,
.confetti__dot--5,
.confetti__dot--6 {
  transform: rotate(205deg);
}

.confetti__dot:before,
.confetti__dot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  pointer-events: none;
  background: currentColor;
  transform: scale(0);
}

.is-success .confetti__dot {
  transition: top 0.4s;
}
.is-success .confetti__dot:before,
.is-success .confetti__dot:after {
  transform: scale(1);
  opacity: 0;
  transition: top 1s, left 1s, transform 1s, opacity 0.6s 0.4s;
}
.is-success .confetti__dot--1:before {
  top: -35px;
  left: 65px;
}
.is-success .confetti__dot--4:after,
.is-success .confetti__dot--1:after {
  top: 5px;
  left: 45px;
}
.is-success .confetti__dot--2:before {
  top: 35px;
  left: 15px;
}
.is-success .confetti__dot--5:after,
.is-success .confetti__dot--2:after {
  top: 5px;
  left: -35px;
}
.is-success .confetti__dot--3:before {
  top: -25px;
  left: 5px;
}
.is-success .confetti__dot--6:after,
.is-success .confetti__dot--3:after {
  top: 45px;
  left: -45px;
}
.is-success .confetti__dot--4:before {
  top: -35px;
  left: 90px;
}
.is-success .confetti__dot--5:before {
  top: -70px;
  left: 15px;
}
.is-success .confetti__dot--6:before {
  top: -50px;
  left: 55px;
}

/*====== Cart bar ======*/
.cart-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2001;
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: var(--COLOR-BG);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}
.cart-bar[data-position=top] {
  top: 0;
  bottom: auto;
  transform: translateY(-100%);
}
.cart-bar.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(calc(var(--cookie-bar-height) * -1));
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0s;
}
@media only screen and (max-width: 749px) {
  .cart-bar {
    display: flex;
    align-items: center;
    min-height: 120px;
    height: auto;
  }
  .cart-bar:after {
    min-height: inherit;
    font-size: 0;
    content: "";
  }
}

.cart-bar__form__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--outer);
}
@media only screen and (max-width: 749px) {
  .cart-bar__form__wrapper {
    flex: 0 1 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 10px var(--outer);
  }
}

.cart-bar__form,
.cart-bar__info {
  display: flex;
  align-items: center;
}

.cart-bar__form {
  max-width: 50%;
  margin-left: auto;
}
@media only screen and (max-width: 749px) {
  .cart-bar__form {
    display: block;
    max-width: none;
    margin: 0;
  }
}
.cart-bar__form .product__selectors {
  margin: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 50px;
  padding: 0;
}
.cart-bar__form select, .cart-bar__form .popout__toggle {
  height: 100%;
  border: 0;
  margin: 0;
}
.cart-bar__form .selector-wrapper {
  height: 100%;
  min-width: 120px;
  padding-right: 5px;
  border-left: 1px solid var(--COLOR-BORDER);
}
.cart-bar__form .product__submit {
  min-width: 0;
  margin: 0;
}
.cart-bar__form .product__submit__buttons {
  display: inline-block;
  width: auto;
  margin: 0;
}
.cart-bar__form .product__submit__add {
  position: relative;
  overflow: hidden;
  min-height: 50px;
  height: 50px;
  min-width: 260px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0;
  line-height: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 989px) {
  .cart-bar__form .product__submit__add {
    min-width: 200px;
  }
}
@media only screen and (max-width: 749px) {
  .cart-bar__form .product__submit__add {
    display: block;
    width: 100%;
  }
}

.cart-bar__info {
  justify-content: flex-start;
  position: relative;
  min-width: 0;
  padding-right: 10px;
}
@media only screen and (max-width: 749px) {
  .cart-bar__info {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
    text-align: center;
  }
  .cart-bar__info:not(:last-child) {
    margin-bottom: 15px;
  }
}

.cart-bar__image {
  width: 50px;
  height: 50px;
  padding: 5px;
  margin: 0 10px 0 0;
}
.cart-bar__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-bar__product__title {
  line-height: 25px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(1rem * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
  .cart-bar__product__title {
    display: inline;
    padding: 0 3px;
    white-space: normal;
    font-size: calc(0.75rem * var(--FONT-ADJUST-HEADING));
  }
}

.cart-bar__product__price {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 25px;
  padding: 0 0 0 10px;
  margin: 0;
  font-size: calc(1rem * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
  .cart-bar__product__price {
    display: inline;
    padding: 0 3px;
    font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
  }
}
.variant--unavailable .cart-bar__product__price {
  display: none;
}
.cart-bar__product__price:before {
  padding-right: 10px;
  content: "";
}
@media only screen and (max-width: 749px) {
  .cart-bar__product__price:before {
    padding-right: 6px;
  }
}
@media only screen and (max-width: 749px) {
  .cart-bar__product__price .product__price--sale {
    padding-right: 6px;
    margin-right: 0;
  }
}

.cart-bar__submit {
  margin-right: 0;
}

/*====== Cart Template ======*/
.cart {
  --inner: 15px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin: 0 auto;
  overflow: visible;
  display: block;
  text-align: left;
  max-width: 1250px;
}

.cart__empty {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: var(--inner);
  text-align: center;
}
.cart__empty p {
  margin: 0;
}
.cart__empty:not(.is-hidden) + .cart__inner {
  display: none;
}

.cart__empty .cart__message {
  justify-content: center;
}

.cart__empty .cart__message,
.cart__empty__item {
  width: 100%;
  max-width: 260px;
}

.cart__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 749px) {
  .cart__inner {
    display: block;
  }
}

.cart__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 340px);
  overflow: hidden;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .cart__content {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 749px) {
  .cart__content {
    width: 100%;
    margin-bottom: 25px;
  }
}

.cart__title {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-size: calc(11px * var(--FONT-ADJUST-BODY));
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  margin-bottom: 0;
  line-height: 1.36;
  color: var(--text);
  font-size: calc(1rem * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
  .cart__title {
    font-size: calc(10px * var(--FONT-ADJUST-BODY));
  }
}

.cart__items {
  width: 100%;
  border-top: 1px solid var(--border);
  margin-top: var(--inner);
}
.cart__items .cart__item {
  padding: var(--inner) 0;
  border-bottom: 1px solid var(--border);
  align-items: stretch;
}
.cart__items .cart__item:last-child {
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 749px) {
  .cart__items .cart__item {
    padding-bottom: 40px;
    align-items: flex-start;
  }
}
.cart__items .cart__item__content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .cart__items .cart__item__content {
    padding-left: var(--inner);
  }
}
@media only screen and (max-width: 749px) {
  .cart__items .cart__item__content {
    display: block;
  }
}
.cart__items .cart__item__content-inner {
  width: 40%;
}
@media only screen and (max-width: 749px) {
  .cart__items .cart__item__content-inner {
    width: 100%;
  }
}
.cart__items .cart__price {
  width: calc(60% - 95px);
  padding: 0 10px;
  text-align: center;
}
.cart__items .cart__price ins,
.cart__items .cart__price del,
.cart__items .cart__price small {
  display: inline-block;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .cart__items .cart__price ins,
.cart__items .cart__price del,
.cart__items .cart__price small {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 749px) {
  .cart__items .cart__price {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
.cart__items .cart__item__remove {
  position: static;
  display: block;
  font-size: calc(0.6875rem * var(--FONT-ADJUST-BODY));
  color: inherit;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: opacity 0.3s;
}
.cart__items .cart__item__remove:hover {
  opacity: 0.75;
}
.cart__items .cart__item__remove .icon {
  display: none;
}
@media only screen and (max-width: 749px) {
  .cart__items .cart__item__remove {
    position: absolute;
    top: auto;
    right: auto;
    bottom: var(--inner);
    left: 0;
    width: 90px;
    text-align: center;
  }
}
.cart__items .cart__quantity {
  width: 95px;
}
.cart__items .cart__discount {
  margin: 10px 0 0 120px;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .cart__items .cart__discount {
    margin-left: 105px;
  }
}

.cart__aside {
  position: sticky;
  top: 10px;
  width: 300px;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .cart__aside {
    width: 280px;
  }
}
@media only screen and (max-width: 749px) {
  .cart__aside {
    width: 100%;
    padding-top: 0;
  }
}

.cart__widget {
  border-top: 1px solid var(--border);
}

.cart__widget.is-hidden {
  border-top: none;
}

.cart__widget__inner,
.cart__widget__toggle {
  color: var(--text);
  position: relative;
  padding: calc(var(--inner) - 2px) calc(var(--inner) + 30px) calc(var(--inner) - 2px) var(--inner);
  display: block;
  font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  line-height: 1.16;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  transition: color 0.3s ease;
}

.cart__widget__toggle .icon {
  --icon-size: 16px;
  position: absolute;
  top: 50%;
  right: var(--inner);
  transform: translateY(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.cart__widget__toggle .icon-minus,
.cart__widget__toggle.is-active .icon-plus {
  visibility: hidden;
  opacity: 0;
}

.cart__widget__toggle.is-active .icon-plus {
  transform: translateY(-50%) rotate(90deg);
}

.cart__widget__toggle.is-active .icon-minus {
  visibility: visible;
  opacity: 1;
}

.cart__widget__title {
  color: var(--text);
  position: relative;
  padding: 0 0 13px;
  margin: 0;
  display: block;
  font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  line-height: 1.16;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.cart__widget label {
  font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  line-height: 1.36;
  color: inherit;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.cart__widget .cart__field {
  display: block;
  width: 100%;
  font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  line-height: 1.4;
}

.cart__widget .cart__field--textarea {
  height: 90px;
  resize: none;
}

.cart__widget select.cart__field, .cart__widget .cart__field.popout__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: right center;
  background-image: var(--ICON-SELECT);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  background-size: 16px auto;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: unset;
  cursor: pointer;
}

.cart__widget--products {
  border: none;
}

.cart__widget__products {
  position: relative;
}

.cart__widget__products .product-upsell__btn {
  position: relative;
  display: flex;
  right: auto;
  bottom: auto;
}

.cart__widget__content {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid var(--border);
  transition: opacity 0.5s ease, max-height 0.5s cubic-bezier(0, 0.75, 0.25, 1), visibility 0.5s;
}
.no-js .cart__widget__content {
  visibility: visible;
  opacity: 1;
  max-height: none;
  transition: none;
}

.cart__widget__content.is-expanded {
  opacity: 1;
  max-height: 500px;
  visibility: visible;
  transition-timing-function: ease-out;
}

.cart__widget__content__inner {
  padding: calc(var(--inner) + 5px) 0;
}

.cart__foot__inner {
  padding: calc(var(--inner) - 2px) 0;
  border-top: 1px solid var(--border);
}

.cart__note {
  display: block;
  font-size: max(0.6875rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  line-height: 1.36;
  margin: var(--inner) 0;
}

.cart__total {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  line-height: 1.33;
  margin: var(--inner) 0;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.cart__total.is-hidden {
  margin: 0;
}

.cart__price__loader {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
  margin: calc(14px * var(--FONT-ADJUST-BODY)) 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
}

.cart__total__label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding-right: 10px;
}

.cart__total__price {
  font-size: calc(1.5rem * var(--FONT-ADJUST-BODY));
  transition: opacity 0.5s ease-in-out;
}

.is-loading .cart__total__price {
  opacity: 0;
  transition-duration: 0.25s;
}

.is-loading .cart__price__loader {
  opacity: 1;
  visibility: visible;
}

.is-loading input:disabled,
.is-loading button:disabled,
.is-loading [disabled] {
  opacity: 0.7;
  pointer-events: none;
}

.cart__or {
  display: block;
  margin-bottom: 20px;
  font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  line-height: 1.16;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  text-align: center;
  text-transform: uppercase;
}

.cart__checkout {
  margin-top: var(--inner);
}

.no-js .cart__checkout ~ .cart__checkout {
  margin-top: var(--inner);
}

.cart__checkout .icon {
  flex: 0 0 auto;
  margin-right: 5px;
  fill: none;
  stroke: currentColor;
}

.additional-checkout-buttons {
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: center;
}
.additional-checkout-buttons ul {
  justify-content: center;
}
.additional-checkout-buttons li {
  list-style: none outside none;
  border-radius: var(--RADIUS);
}
.additional-checkout-buttons .dynamic-checkout__content {
  width: 100%;
  padding: 10px 0 var(--inner);
  min-height: 68px;
}
.additional-checkout-buttons .dynamic-checkout__content:empty {
  display: none;
}

/*====== Cart Quantity ======*/
.cart__quantity {
  position: relative;
  width: 95px;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 479px) {
  .cart__quantity {
    width: 120px;
  }
}
.cart__quantity.read-only {
  opacity: 0.5;
  pointer-events: none;
}
.cart__quantity button {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 100%;
  font-size: 0;
  line-height: 1;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
.no-js .cart__quantity button {
  display: none;
}
.cart__quantity button.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.cart__quantity button:hover {
  opacity: 0.75;
}
.cart__quantity .icon {
  --icon-size: 16px;
}
.cart__quantity .cart__quantity-field {
  padding: 10px 30px;
  border-color: var(--border);
  margin: 0;
  background-color: transparent;
  font-size: max(0.6875rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  line-height: 1.36;
  color: inherit;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .cart__quantity .cart__quantity-field {
    padding: 15px 30px;
  }
}
.no-js .cart__quantity .cart__quantity-field {
  -moz-appearance: auto;
}
.no-js .cart__quantity .cart__quantity-field::-webkit-outer-spin-button, .no-js .cart__quantity .cart__quantity-field::-webkit-inner-spin-button {
  -webkit-appearance: auto;
}
.cart__quantity input[type=number] {
  -moz-appearance: textfield;
}
.cart__quantity input[type=number]::-webkit-outer-spin-button,
.cart__quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.cart__quantity .cart__quantity-minus {
  left: 0;
}
.cart__quantity .cart__quantity-plus {
  right: 0;
}

/*====== Cart Quantity ======*/
.cart__discount {
  width: 100%;
  padding: 5px var(--inner);
  border-radius: 3px;
  margin-top: calc(var(--inner) - 2px);
  background-color: var(--primary-fade);
  font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  color: var(--primary);
}

.cart__discount .icon {
  --icon-size: calc(14px * var(--FONT-ADJUST-BODY));
  fill: none;
  margin-right: 4px;
}

/*====== Cart Quantity ======*/
.cart__price {
  margin-bottom: 8px;
  font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
  line-height: 1.33;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}
.cart__price ins {
  background: none;
  margin-right: 10px;
  color: var(--COLOR-SALE);
}
.cart__price del {
  color: var(--text-light);
}
.cart__price .line__price {
  display: block;
  margin-top: 4px;
}

/*====== Shipping Calculator ======*/
.shipping-calculator ul {
  list-style: none outside none;
  margin-left: 0;
}

.shipping-calculator__province[data-aria-hidden=true] {
  display: none;
}

/*====== Cart Errors ======*/
.cart__errors {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--COLOR-ERROR-BG);
  color: var(--COLOR-ERROR);
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s cubic-bezier(0, 0.75, 0.25, 1), visibility 0.5s;
}
.cart__errors a:hover {
  opacity: 0.75;
}

.cart__errors.is-expanded {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  transition-timing-function: cubic-bezier(0.5, 0.25, 0.75, 1);
}

.cart__errors__close {
  --icon-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart__errors__close .icon {
  transition: transform 0.3s ease;
}

.cart__errors__close:hover .icon {
  transform: rotate(90deg);
}

.cart__errors__inner {
  position: relative;
  padding: 15px;
  border: 1px solid #F5C6CB;
  border-radius: var(--RADIUS-SM);
  margin: 15px auto;
}

.cart__errors__heading {
  margin: 0;
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.cart__errors__content {
  margin: 0;
  font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
}

/*====== Cart Loader ======*/
.cart__loader {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.is-loading:not(.is-removed) > .cart__loader {
  visibility: visible;
  opacity: 1;
}

.is-loading .cart__quantity,
.is-disabled .cart__quantity {
  pointer-events: none;
  opacity: 0.6;
}

/*====== Cart Message ======*/
.cart__message {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: var(--inner) 0;
  border-bottom: 1px solid var(--border);
  margin: 0;
  font-size: max(0.6875rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  line-height: 1.3;
}

.cart__message--custom {
  color: var(--text);
  background: var(--COLOR-BG-SECONDARY);
  text-align: center;
  padding: 15px;
  margin: 15px 0 0 0;
}
.cart__message--custom p {
  margin: 0 auto;
}

/*====== Upsell Products ======*/
.product-upsell__holder--cart .product-upsell,
.product-upsell__holder--cart .product-upsell__errors.is-visible {
  margin-bottom: 0;
}
.product-upsell__holder--cart .product-upsell__content {
  padding-right: 30px;
}
.product-upsell__holder--cart .product-upsell__image__link,
.product-upsell__holder--cart .product-upsell__image__thumb {
  height: 100%;
}
.product-upsell__holder--cart .product-upsell__image__thumb {
  background-color: var(--bg);
}
.product-upsell__holder--cart .product-upsell__skip {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 0;
  color: var(--link);
  transition: color 0.3s ease;
}
.product-upsell__holder--cart .product-upsell__skip .icon {
  --icon-size: 18px;
  display: block;
  transition: transform 0.3s ease;
}
.product-upsell__holder--cart .product-upsell__skip:hover {
  color: var(--link-hover);
}
.product-upsell__holder--cart .product-upsell__skip:hover .icon {
  transform: rotate(90deg);
}

/**
 * Pages
 */
.index-page {
  background-color: var(--bg);
  color: var(--text);
}

.page,
body .shopify-policy__container {
  position: relative;
  text-align: left;
  margin: 60px auto;
  max-width: 670px;
  padding: 0px 30px;
}

.wrapper .accordions-holder {
  padding: 0;
  margin-top: 40px;
}
@media only screen and (max-width: 989px) {
  .wrapper .accordions-holder .accordion__body {
    margin: 0;
  }
}

.page .giftcard__wrap img {
  margin: auto;
}

.page-fullwidth {
  max-width: 100%;
}

.page img,
.page iframe,
.shopify-policy__container img,
.shopify-policy__container iframe {
  max-width: 100%;
}

.page img,
.shopify-policy__container img {
  height: auto;
}

.page__title,
.shopify-policy__title h1 {
  font-size: calc(var(--font-7) * var(--FONT-ADJUST-HEADING));
  text-align: center;
  margin: 0 0 50px;
}

.gift-card-footer {
  text-align: center;
}

#QrCode {
  padding: 10px 0 20px;
}
#QrCode img {
  display: inline-block !important;
}

.search-page {
  margin: 0 auto;
  padding: var(--padding-top) 0 var(--padding-bottom);
  max-width: 100%;
}

.search-outer {
  max-width: 700px;
  padding: 0 var(--outer);
  margin: 0 auto var(--outer);
}

.search__caption {
  text-align: center;
  padding: 15px var(--outer);
  margin: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-transform: none;
}

.search-form {
  position: relative;
}

.search-form input[type=text] {
  width: 100%;
  margin: 0;
  padding: 15px;
  font-size: calc(1.0rem * var(--FONT-ADJUST-BODY));
}

.search-submit {
  font-weight: var(--FONT-WEIGHT-BODY-BOLD) !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 10px;
  margin: 0;
  border-radius: 0 var(--RADIUS-SM) var(--RADIUS-SM) 0;
}

.shopify-challenge__errors ul.shopify-challenge__error {
  text-align: center;
  margin: 0;
}

/*search page css*/
.search-page  .search__caption {
    font-size: 12px;  
    color: #333333; 
    letter-spacing: 0;
    font-weight: 400;
    border: 0;
    padding-bottom: 25px;
}

.search-page .search-submit {
    font-size: 12px !important;
}

.search-page .search-outer {
   margin: 0 auto 15px;
   display: none;
}


.search-page{
  padding-top: 25px;
}

 .search-page .search-outer .search-form input[type=text]{
      padding: 12px;
 }
 
.search-page .collection__nav--filter.collection__nav--sort {
    display: none;
}
.search-page .collection__sidebar__slider {
    display: none;
}
 
@media (max-width: 749px){
.search-page{
  padding-top: 0px;
}

}
/*search page css*/

/* ================ Newslettet double opt in  ================ */
body .shopify-email-marketing-confirmation__container {
  text-align: center;
}

body .shopify-email-marketing-confirmation__container h1 {
  font-size: calc(var(--font-8) * var(--FONT-ADJUST-HEADING));
  margin-bottom: 60px;
}

body .shopify-email-marketing-confirmation__container p {
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
}

body .shopify-email-marketing-confirmation__container a {
  display: block;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  text-decoration: underline;
  margin-top: 50px;
}

.contact__form__heading {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
  padding: 0;
  margin-top: 0;
  margin-bottom: var(--gutter);
  text-align: center;
}

.index-contact,
.contact-form {
  background-color: var(--bg);
  color: var(--text);
}
.index-contact input,
.index-contact textarea,
.index-contact input::placeholder,
.index-contact textarea::placeholder,
.contact-form input,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--text);
}
.index-contact .form-item,
.index-contact .form-field,
.contact-form .form-item,
.contact-form .form-field {
  max-width: 100%;
}
.index-contact input[type=button],
.index-contact input[type=submit],
.contact-form input[type=button],
.contact-form input[type=submit] {
  color: #fff;
}

.contactFormSelect {
  color: var(--text);
}

.popout {
  position: relative;
}

.popout__toggle {
  touch-action: manipulation;
  font-size: calc(0.625rem * var(--FONT-ADJUST-BODY));
  margin: 10px 0;
  white-space: nowrap;
  padding: 14px 16px;
  background-image: none;
}

.popout__toggle .icon-filter {
  --icon-size: 14px;
  margin: -5px 7px -5px 0;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.popout__toggle .icon-nav-arrow-down {
  --icon-size: 16px;
  transition: transform 0.3s ease;
  margin-left: 4px;
}

.popout__toggle[aria-expanded=true] .icon-nav-arrow-down {
  transform: rotateX(180deg);
}

.popout__toggle[aria-expanded=true] .popout__expanded-show,
.popout__toggle[aria-expanded=false] .popout__expanded-hide {
  display: none;
}

.popout__toggle[aria-expanded=false] .popout__expanded-show,
.popout__toggle[aria-expanded=true] .popout__expanded-hide {
  display: inline;
}

.popout-list {
  background-color: var(--COLOR-BG);
  border: 1px solid var(--COLOR-BORDER-HAIRLINE);
  bottom: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 15px;
  min-height: 30px;
  max-height: 300px;
  max-width: 100vw;
  z-index: 100;
  overflow-y: auto;
  list-style-type: none;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s;
}

.popout-list--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.4s ease, visibility 0.4s;
}

.popout-list__item {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  text-align: left;
}
.popout-list__item a {
  color: var(--COLOR-TEXT);
}

.popout-list__option {
  padding: 8px 15px 8px 15px;
  width: 100%;
  display: block;
  font-size: calc(0.725rem * var(--FONT-ADJUST-BODY));
}
.popout-list__option:hover {
  background-color: var(--COLOR-BORDER-HAIRLINE);
}

.popout-list__option--reset {
  display: none;
  margin-bottom: 10px;
  opacity: 0.7;
}

.popout-list__option--visible {
  display: block;
}

.popout-list__item.is-active .popout-list__option span {
  border-bottom: 1px solid var(--COLOR-TEXT-LIGHT);
}

.popout--footer {
  display: flex;
  margin: -10px 0;
}
.popout--footer .popout {
  padding-right: 10px;
}
.popout--footer .popout__toggle {
  color: var(--COLOR-FOOTER-TEXT);
  border-color: var(--COLOR-FOOTER-BORDER);
}
.popout--footer .popout-list {
  background-color: var(--COLOR-FOOTER-BG);
  border: 1px solid var(--COLOR-FOOTER-BORDER);
}
.popout--footer .popout-list__option:hover {
  background-color: transparent;
}

.popout--drawer {
  height: 100%;
}
.popout--drawer .popout {
  height: 100%;
}
.popout--drawer .popout-list {
  background-color: var(--bg);
  border: 1px solid var(--border);
  z-index: 1000;
  max-height: 90vh;
  bottom: 100%;
  top: initial;
  left: 0;
}
.popout--drawer .popout-list__option:hover {
  background-color: var(--border);
  color: var(--text-dark);
}
.popout--drawer .popout__toggle {
  padding: 0 20px;
  height: 100%;
  color: var(--text);
  border-color: var(--border);
  border-radius: 0;
  border: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.popout--drawer .popout__toggle .icon {
  margin-left: 8px;
}
@media only screen and (max-width: 479px) {
  .popout--drawer .popout__toggle {
    padding: 0 15px;
  }
}

/**
 * Account
 */
.account-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
}
.account-header h1 {
  margin-bottom: 0;
}
.account-header button,
.account-header .btn,
.account-header .product__reviews .spr-summary-actions-newreview,
.product__reviews .account-header .spr-summary-actions-newreview,
.account-header .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .account-header .shopify-payment-button__button--unbranded {
  margin-bottom: 10px;
}

.account--login.just {
  text-align: justify;
}

.account--login.just h2.theme {
  text-align: left;
}

.account--login {
  text-align: center;
}
.no-js .account--login .is-hidden {
  visibility: visible;
  max-height: none;
  opacity: 1;
}

/*.account {
  padding: 0 30px;
  max-width: 1160px;
  margin: 40px auto;
}
*/

section.account {
    padding: 100px 30px;
}

.account .col {
  display: inline-block;
  width: 45%;
}

.account form {
  padding: 20px 0;
}

.account .form-field {
  max-width: none;
}

.account .forgot-password {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  text-align: right;
}

.errors ul {
  text-align: left;
  color: #B00;
}

.action-bottom .note {
  margin: 0 10px;
}

.note > a {
  margin-left: 5px;
}

.align-left .form-field {
  margin: 0 0 15px;
}

.account table {
  width: 100%;
}

.account table th {
  background: var(--COLOR-BG-SECONDARY);
  color: var(--COLOR-TEXT-LIGHT);
  border: 1px solid var(--COLOR-BG-SECONDARY);
  -webkit-backface-visibility: visible;
}

.account-sidebar {
  width: 22%;
}

.account-sidebar ul {
  list-style: none;
  margin: 0;
}

.account-sidebar li {
  margin: 8px 0;
}

.account-sidebar li.is-current a {
  color: #000000;
}

.account-main {
  width: 74%;
}

.account-main h2.theme,
.account h4.theme {
  text-align: left;
}

.account table.customer-address-table,
.account table.customer-address-table th,
.account table.customer-address-table td {
  border: 0;
  padding: 15px 0 0;
}

.account table.customer-address-table input[type=text] {
  width: 100%;
}

.account .h2--body {
  font-family: var(--FONT-STACK-HEADING);
}

.address-tables {
  padding-top: 10px;
}

.address-actions {
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.account .edit-address table,
.account .edit-address form {
  margin: 0;
  padding: 0;
}

.account .edit-address table td {
  padding: 0 0 15px;
}

.account .edit-address select, .account .edit-address .popout__toggle {
  max-width: 150px;
}

.account .edit-address label {
  padding: 0 15px 0 0;
}

.account table a {
  text-decoration: underline;
}

.order-address .col {
  width: auto;
  margin-right: 40px;
}

.order-info {
  width: 100%;
  margin-bottom: 30px;
}

.order-info p {
  line-height: 1;
}

.order-info span.status {
  font-style: var(--FONT-STYLE-BODY-ITALIC);
}

.account-sidebar--mobile {
  display: none;
}

@media only screen and (max-width: 749px) {
  .account-sidebar,
.account-main {
    width: 100%;
    margin: 0 0 20px;
  }

  .address-table {
    width: 100%;
  }

  .account {
/*    padding: 15px;*/
    margin: 0 auto;
  }

  .account-sidebar {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    min-height: 0;
    position: relative;
    background: var(--COLOR-BG-SECONDARY);
  }

  .account-sidebar--mobile {
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative;
  }

  .account-sidebar--mobile:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: currentColor transparent transparent transparent;
    margin-top: -4px;
    content: "";
  }

  .account-sidebar ul {
    position: absolute;
    z-index: 1000;
    background: var(--COLOR-BG-SECONDARY);
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in;
  }

  .account-sidebar ul.visible {
    max-height: 640px;
  }

  .account-sidebar li {
    margin: 0;
    display: block;
    border-top: 1px solid var(--COLOR-BORDER);
  }

  .account-sidebar a {
    display: block;
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .account .col {
    width: 100%;
  }

  .account .edit-address table td {
    display: block;
    padding: 0 0 10px;
  }

  .account table .payment-status,
.account table .total {
    display: none;
  }

  .order-address .col {
    width: 100%;
    margin: 0 0 15px;
  }

  .order-details-m,
.order-details-m td {
    border: 0;
    vertical-align: top;
  }
  .order-details-m > img,
.order-details-m td > img {
    max-width: 90px;
  }

  .order-details-m p {
    margin: 0;
  }
}
.order__item__subscription {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.order__item__savings {
  margin-top: 10px;
}

.order__item--original {
  color: var(--COLOR-A50);
  text-decoration: line-through;
}

/**
 * Blog
 */
.blog-section,
.blog-page {
  color: var(--text);
  background-color: var(--bg);
}

.blog-title {
  padding: 50px 20px;
  margin: 0;
  font-size: calc(var(--font-7) * var(--FONT-ADJUST-HEADING));
  text-align: center;
}
.blog-title .icon {
  position: relative;
  top: -2px;
  width: 0.73em;
  height: 0.73em;
}

.blog-title + .blog-nav {
  padding-top: 0;
}

.blog-nav {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0;
  text-align: center;
}

.blog-nav .icon {
  width: 1em;
  height: 1em;
  margin-left: 5px;
}

.blog-listing-outer {
  overflow: hidden;
}

body.template-article .article__title {
    display: none;
}

@media only screen and (max-width: 749px) {
  .wrapper--full .blog-listing-outer {
    padding: 0 var(--outer);
    margin-left: calc(var(--outer) * -1);
    margin-right: calc(var(--outer) * -1);
  }
}

.blog-listing:after {
  content: "";
}
.blog-listing .flickity-prev-next-button.previous {
  left: calc(var(--outer) * -1);
}
.index-blog .blog-listing .flickity-prev-next-button.previous {
  left: -20px;
}
.blog-listing .flickity-prev-next-button.next {
  right: calc(var(--outer) * -1);
}
.index-blog .blog-listing .flickity-prev-next-button.next {
  right: -20px;
}
@media only screen and (max-width: 749px) {
  .blog-listing {
    margin: 0;
  }
  .blog-listing:not(.flickity-enabled) {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: -30px;
    -webkit-overflow-scrolling: touch;
  }
  .wrapper--full .blog-listing:not(.flickity-enabled) {
    margin-left: calc(var(--outer) * -1);
    margin-right: calc(var(--outer) * -1);
  }
  .blog-listing:not(.flickity-enabled) .article {
    flex: 0 0 auto;
    width: 100%;
  }
  .blog-listing:not(.flickity-enabled) .article:first-child:last-child {
    width: 100%;
  }
  .blog-listing:not(.flickity-enabled) .article__text-wrapper {
    padding: 0 var(--inner);
  }
  .no-js .blog-listing:after {
    content: "";
    display: block;
  }
  .blog-listing .grid__item {
    padding-left: 0;
  }
}
.index-blog .blog-listing {
  margin: 0;
}
.index-blog .blog-listing .article {
  padding: 0;
}
.index-blog .blog-listing .article__text-wrapper {
  padding: var(--inner);
}
.index-blog .blog-listing .article__tags {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 749px) {
  .index-blog .blog-listing {
    margin: 0 20px;
  }
  .index-blog .blog-listing:not(.flickity-enabled) {
    margin: 0;
  }
}
.blog-listing .article__tags {
  padding: 15px 0;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.blog-listing--bordered {
  flex-wrap: wrap;
  padding-left: 1px;
  padding-top: 1px;
}
.blog-listing--bordered:not(.grid--no-float) {
  display: flex;
}
.blog-listing--bordered .article {
  position: relative;
  border: 1px solid var(--COLOR-BORDER);
  border-left: 0;
  margin-top: -1px;
}
.blog-listing--bordered .article:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  z-index: 10;
  border-left: 1px solid var(--COLOR-BORDER);
  content: "";
}
.blog-listing--bordered .article__image {
  border-bottom: 1px solid var(--COLOR-BORDER);
}

.blog-listing-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.blog-listing-arrow--left {
  left: -10px;
}

.blog-listing-arrow--right {
  right: -10px;
}

/* Blog articles */
.article {
  -ms-break-inside: avoid;
  -webkit-break-inside: avoid;
  break-inside: avoid;
}

.article-grid-item {
  margin-bottom: 30px;
}

.article-grid-item.grid__item--no-float,
.article.grid__item.grid__item--no-float,
.article--onboarding.grid__item--no-float {
  float: none;
}

.article__title {
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
  line-height: 1.25;
  margin-bottom: 8px;
}
.article__title a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: var(--text);
  transition: color 0.3s ease;
}
.article__title a:hover {
  color: var(--link-hover);
}

.article__meta {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 16px;
  font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
  line-height: 1.4;
  font-weight: var(--FONT-WEIGHT-BODY);
  color: var(--text-light);
}
.article__meta .separator {
  margin: 0 5px;
  opacity: 0.75;
}

.article__image {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
}
.blog-page .article__image {
  overflow: hidden;
  padding-top: 56.25%;
}
.blog-page .article__image img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-blog .article__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.article__excerpt {
  font-size: calc(0.865rem * var(--FONT-ADJUST-BODY));
  margin-top: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article__link {
  font-size: calc(0.865rem * var(--FONT-ADJUST-BODY));
  margin-bottom: 0;
}
.article__link a {
  color: var(--text);
}
.article__link a:hover {
  color: var(--link-hover);
}

.editorial__content .article__link {
  margin-top: 1em;
}

.article__tags {
  width: 100%;
  padding: 0 15px 5px 25px;
  margin-bottom: -20px;
  word-break: break-word;
}

.article__tag {
  line-height: 1;
  display: inline-block;
  background-color: var(--bg);
  color: var(--text);
  padding: 6px 8px;
  margin: 0 10px 10px 0;
}
.article__tag:hover {
  color: var(--text-light);
}

.blog {
  position: relative;
  text-align: left;
}
.blog .article__image {
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.no-js .blog .article__image {
  padding-top: 0 !important;
}
.blog .article__image .article__tags {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}
.blog .flash {
  text-align: center;
}
.blog .comments {
  margin: 10px 0 20px;
  padding-top: 20px;
  position: relative;
}
.blog .comments .gravatar {
  float: left;
  margin-right: 15px;
  width: 50px;
}
.blog .comments .label {
  float: right;
}
.blog .comments .comment {
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid var(--COLOR-BORDER);
}
.blog .comment-body {
  overflow: hidden;
}
.blog .paginate {
  text-align: center;
}

.article__image-holder {
  overflow: hidden;
  display: block;
}

.article__image-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
}

.comments-form {
  margin-top: 20px;
  position: relative;
}
.comments-form .btn, .comments-form .product__reviews .spr-summary-actions-newreview, .product__reviews .comments-form .spr-summary-actions-newreview, .comments-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .comments-form .shopify-payment-button__button--unbranded {
  margin: 10px 0;
}

.flash {
  margin-bottom: 1em;
}

.paginate .num {
  margin: 0 5px;
}

.blog__title {
  padding: var(--gutter) var(--outer);
  margin: 0;
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
}
.blog__title a {
  color: inherit;
}

.blog__button {
  margin-top: 20px;
}

/**
 * Article
 */
.article__wrapper .grid, .article__wrapper .grid--full {
  display: flex;
}
.article__wrapper .grid:after, .article__wrapper .grid--full:after {
  display: none;
}
.article__wrapper .grid__item {
  float: none;
}
@media only screen and (max-width: 749px) {
  .article__wrapper .grid:after, .article__wrapper .grid--full:after,
.article__wrapper .grid,
.article__wrapper .grid--full {
    display: block;
  }
  .article__wrapper .grid__item {
    float: left;
  }
}

.article--single {
  position: relative;
}
.article--single .article {
  position: relative;
  margin-bottom: 30px;
}
.article--single .article__title {
  font-size: calc(1.75rem * var(--FONT-ADJUST-HEADING));
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
  margin: 11px 0 30px;
}
.article--single .article__meta {
  font-size: calc(0.8rem * var(--FONT-ADJUST-BODY));
  display: flex;
  flex-wrap: wrap;
  padding: 7px 0;
  opacity: 1;
}
.article--single .article__tags {
  margin: 24px 0;
  padding: 0;
  word-break: break-word;
}
.article--single .article__image {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.article--single .article__image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 749px) {
  .article--single .article {
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 63px;
  }
  .article--single .article__title {
    font-size: calc(1.625rem * var(--FONT-ADJUST-HEADING));
    line-height: 31px;
    margin: 0;
  }
  .article--single .article__meta {
    padding: 0;
    margin: 0;
    font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
  }
  .article--single .article__image {
    margin: 0 0 -22px;
  }
  .article--single .hr {
    margin: 10px 0;
  }
}

.article__content {
  padding: 14px 0 0;
  font-size: calc(1.125rem * var(--FONT-ADJUST-BODY));
  line-height: 26px;
}
.article__content p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 24px;
}
.article__content blockquote {
  font-style: var(--FONT-STYLE-BODY-ITALIC);
  margin: 52px 0;
  padding: 0 0 0 28px;
  border-left: 2px solid var(--COLOR-BORDER);
}
.article__content blockquote p {
  margin: 0;
}
.article__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px 0;
}
@media only screen and (min-width: 750px) {
  .article__content {
    min-height: 130px;
  }
}
@media only screen and (max-width: 749px) {
  .article__content {
    font-size: calc(0.9375rem * var(--FONT-ADJUST-BODY));
  }
  .article__content blockquote {
    margin: 26px 0;
    padding: 0 0 0 18px;
    border-width: 1px;
  }
}

.article__meta > *:not(:last-child):after,
.editorial__meta > *:not(:last-child):after {
  content: "•";
  padding: 0 7px;
}

.article__author-bio {
  margin: 24px 0;
  display: flex;
}
.article__author__image {
  flex-shrink: 0;
  margin-right: 20px;
  margin-top: 7px;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 749px) {
  .article__author__image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 40px;
  }
}

.article__content__wrapper {
  position: relative;
}

.article__social {
  position: absolute;
  top: 0;
  height: 100%;
}
.article__social .share {
  --icon-size: 24px;
}
.article__social .sharing {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0 0;
}
.has-sticky-header .article__social .sharing {
  top: var(--menu-height);
}
.article__social .sharing .share {
  padding: 0;
  margin-bottom: 15px;
}
.article__social .sharing .share:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 750px) {
  .article__social {
    width: 60px;
    margin-left: 0;
  }
  .article__social .sharing {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .article__social ~ .article__content {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .article__social {
    margin-left: -135px;
    width: 135px;
  }
  .article__social .share span {
    display: block;
  }
  .article__social ~ .article__content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .article__social .sharing .share {
    margin-left: 0;
  }
}
@media only screen and (max-width: 749px) {
  .article__social {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    top: auto !important;
    z-index: 1000;
  }
  .article__social .sharing {
    position: static;
    padding: 10px 0;
    background: #FFF;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .article__social .sharing .share {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 749px) {
  .comments-container {
    padding-left: 9px;
    padding-right: 9px;
    margin: 22px 0 0;
  }
}

.comments h3 {
  margin: 0;
  font-size: calc(1.265rem * var(--FONT-ADJUST-HEADING));
  line-height: 1.2;
}
@media only screen and (max-width: 749px) {
  .comments h3 {
    font-size: calc(1rem * var(--FONT-ADJUST-HEADING));
    line-height: 1.5;
  }
}

.comment-body {
  margin: 32px 0;
  padding-bottom: 9px;
  font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
  line-height: 17px;
}
.comment-body p {
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (max-width: 749px) {
  .comment-body {
    margin: 20px 0;
    font-size: calc(0.8125rem * var(--FONT-ADJUST-BODY));
    line-height: 15px;
  }
}

.comment-meta {
  margin: 15px 0;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}
@media only screen and (max-width: 749px) {
  .comment-meta {
    margin: 6px 0;
    font-weight: var(--FONT-WEIGHT-BODY);
    color: var(--text-light);
  }
}

.comments-form {
  margin-top: 13px;
}
.comments-form h3 {
  margin: 0;
  font-size: calc(1.265rem * var(--FONT-ADJUST-HEADING));
  line-height: 1.2;
}
@media only screen and (max-width: 749px) {
  .comments-form h3 {
    font-size: calc(1.125rem * var(--FONT-ADJUST-HEADING));
    line-height: 1.5;
  }
}

.comment-form {
  max-width: 600px;
  margin: 0;
  padding: 4px 0 0;
}
.comment-form .form-field {
  max-width: 100%;
}
.comment-form p {
  font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
  line-height: 17px;
}
.comment-form p.error {
  margin-bottom: 1.75em;
}
.comment-form .form-row {
  display: flex;
  justify-content: space-between;
}
.comment-form .form-row .form-field {
  width: calc(50% - 5px);
}
.comment-form .form-row .form-field .label--float {
  top: -0.3em;
}
.comment-form .btn, .comment-form .product__reviews .spr-summary-actions-newreview, .product__reviews .comment-form .spr-summary-actions-newreview, .comment-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .comment-form .shopify-payment-button__button--unbranded {
  font-size: calc(0.9375rem * var(--FONT-ADJUST-BODY));
  line-height: normal;
}
@media only screen and (max-width: 749px) {
  .comment-form {
    padding-top: 11px;
  }
  .comment-form .form-field {
    margin-bottom: 8px;
  }
  .comment-form .form-field textarea {
    height: 158px;
  }
  .comment-form .form-row .form-field {
    width: calc(50% - 4px);
  }
  .comment-form .btn, .comment-form .product__reviews .spr-summary-actions-newreview, .product__reviews .comment-form .spr-summary-actions-newreview, .comment-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .comment-form .shopify-payment-button__button--unbranded {
    font-size: calc(0.8125rem * var(--FONT-ADJUST-BODY));
  }
}

.sidebar {
  position: sticky;
  top: 0;
  max-width: 100%;
  padding-left: 20px;
  width: 340px;
}
.has-sticky-header .sidebar {
  top: var(--menu-height);
}
@media only screen and (max-width: 749px) {
  .sidebar {
    position: relative;
    width: 100%;
    padding: 10px 9px;
  }
  .has-sticky-header .sidebar {
    top: 0;
  }
}

.pinterest__image {
  max-width: 365px;
}

.widget {
  padding-bottom: 30px;
}
.widget:empty {
  padding: 0;
}
@media only screen and (min-width: 750px) {
  .widget:first-child {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 749px) {
  .widget {
    padding-bottom: 3px;
  }
}

.widget__products {
  margin-top: 30px;
}

.widget__title {
  font-size: calc(1rem * var(--FONT-ADJUST-HEADING));
  line-height: 1.4;
  font-weight: var(--FONT-WEIGHT-BODY);
  padding: 8px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--COLOR-BORDER);
}

.widget__links {
  margin: 0;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
  line-height: 17px;
}

.widget__links:after {
  content: "";
}

.widget__links li {
  list-style: none;
}

.widget__links a {
  display: block;
  color: var(--link);
  transition: color 0.3s ease;
  padding: 6px 0;
  word-break: break-word;
}
.widget__links a:hover {
  color: var(--COLOR-LINK-HOVER);
}

.widget__toggle {
  position: relative;
  padding: 6px 24px 6px 0;
}

.widget__toggle .icon {
  --icon-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: calc(var(--icon-size) / -2);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.widget__toggle .icon-minus {
  opacity: 0;
  visibility: hidden;
}

.is-active > .widget__toggle .icon-minus {
  opacity: 1;
  visibility: visible;
}

.is-active > .widget__toggle .icon-plus {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg);
}

.widget__links .has-sub-nav .flickity-prev-next-button {
  padding: 5px;
}

.widget__links .submenu {
  font-weight: var(--FONT-WEIGHT-BODY);
  margin: 4px 0 4px 2px;
  padding: 0 0 0 15px;
  border-left: 2px solid var(--COLOR-BORDER);
  display: none;
}

.widget__links .submenu li.is-active a {
  opacity: 1;
}

@media only screen and (max-width: 749px) {
  .widget__toggle .icon {
    content: none;
    display: none;
  }
}

@media only screen and (max-width: 749px) {
  .widget__links .submenu {
    display: none !important;
  }
}

.widget__links--secondary a {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.widget__links--secondary a:after {
  opacity: 0;
  pointer-events: none;
}
.widget__links--secondary a.is-selected {
  border-bottom-color: currentColor;
}

@media only screen and (max-width: 749px) {
  .widget--categories {
    border-bottom: 1px solid var(--COLOR-BORDER);
    margin: 0;
  }
  .widget--categories .widget__title {
    font-size: calc(0.875rem * var(--FONT-ADJUST-HEADING));
    padding: 9px 10px;
    text-align: center;
    margin-bottom: 0;
  }
  .widget--categories .widget__links {
    text-align: center;
    height: auto;
    overflow: hidden;
    z-index: 1;
  }
  .no-js .widget--categories .widget__links {
    height: auto;
  }
  .widget--categories .widget__links:after {
    content: "flickity";
    display: none;
  }
  .widget--categories .widget__links li {
    width: 100%;
    margin: 0;
  }
  .widget--categories .widget__links li a {
    padding: 8px 50px;
    font-weight: normal;
    opacity: 1;
  }
}

.widget__links--active a {
  color: var(--COLOR-PRIMARY);
}

.widget--pinterest .widget__image {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.widget--pinterest .widget__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.widget__recent {
  margin-top: 30px;
}

.article__column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  min-height: 120px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
  border: 1px solid var(--COLOR-BORDER);
}
.article__column:last-child {
  margin-bottom: 0;
}
.article__column .meta--light {
  margin-top: 8px;
  font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
  color: var(--text-light);
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .article__column .meta--light {
    color: var(--bg);
  }
}
.article__column:hover {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
}

.article__column__image__wrapper {
  width: 33%;
}
.article__column__image__wrapper img {
  display: block;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .article__column__image__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.article__column__contents {
  padding: 10px 10px 10px 5%;
  flex: 1;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .article__column__contents {
    position: relative;
    z-index: 2;
  }
}

.article__column__title {
  margin: 0 0 9px 0;
  color: var(--COLOR-TEXT);
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .article__column__title {
    color: var(--bg);
  }
}

.article__column__image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 33%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .article__column__image {
    width: 100%;
  }
}

.blog-editorial {
  text-align: center;
  position: relative;
}

.editorial__slider {
  --padding: 30px;
  position: relative;
}

.editorial__slider .flickity-button {
  top: auto;
  bottom: 35px;
  margin-top: 0;
}
@media only screen and (max-width: 1399px) {
  .editorial__slider .flickity-button {
    bottom: 20px;
  }
}
@media only screen and (max-width: 749px) {
  .editorial__slider .flickity-button {
    top: 0;
    bottom: auto;
    margin-top: 0;
    height: calc(var(--padding) * 2 + var(--font-8) * var(--FONT-ADJUST-HEADING) * 1.2);
    display: block;
  }
}

.editorial__slider .flickity-button.previous {
  left: 90px;
}
@media only screen and (max-width: 1399px) {
  .editorial__slider .flickity-button.previous {
    left: 45px;
  }
}
@media only screen and (max-width: 749px) {
  .editorial__slider .flickity-button.previous {
    left: 0;
  }
}

.editorial__slider .flickity-button.next {
  right: auto;
  left: 145px;
}
@media only screen and (max-width: 1399px) {
  .editorial__slider .flickity-button.next {
    left: 100px;
  }
}
@media only screen and (max-width: 749px) {
  .editorial__slider .flickity-button.next {
    left: auto;
    right: 0;
  }
}

.editorial__slide {
  flex: 0 0 auto;
  width: 100%;
}

.editorial {
  background-color: var(--bg);
  word-break: break-word;
}
@media only screen and (min-width: 750px) {
  .editorial {
    display: flex;
  }
}

.editorial__aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 84px 104px;
}
@media only screen and (max-width: 1399px) {
  .editorial__aside {
    padding: 70px 60px;
  }
}
@media only screen and (min-width: 750px) {
  .editorial__aside {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 749px) {
  .editorial__aside {
    display: block;
    padding: 40px;
  }
  .blog-page .editorial__aside {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 750px) {
  .editorial__aside[data-subheading]:after {
    content: attr(data-subheading);
    padding-top: 0.5em;
    margin-top: auto;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-size: calc(11px * var(--FONT-ADJUST-BODY));
  }
}
@media only screen and (min-width: 750px) and (max-width: 749px) {
  .editorial__aside[data-subheading]:after {
    font-size: calc(10px * var(--FONT-ADJUST-BODY));
  }
}

.editorial__content {
  margin: auto 0;
}

.editorial__title {
  margin: 0;
  padding: var(--padding) 0;
}

.editorial__title a {
  color: var(--text);
}

.editorial__subheading {
  padding-left: 5px;
  padding-bottom: 0.5em;
  margin: 0 0 auto;
}
@media only screen and (max-width: 749px) {
  .editorial__subheading {
    display: flex;
    position: relative;
    top: 0;
    align-items: center;
    max-width: none;
    min-height: calc((var(--font-8) * var(--FONT-ADJUST-HEADING) * 1.2) + var(--padding) * 2);
    line-height: 1.2;
    margin: 0;
    padding-top: var(--padding);
    padding-bottom: var(--padding);
  }
}

.editorial__subheading + .editorial__content .editorial__title:first-child {
  padding-top: 0;
}

.editorial__meta {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-size: calc(0.8rem * var(--FONT-ADJUST-BODY));
  display: flex;
  flex-wrap: wrap;
  padding: 7px 0;
}
.editorial__meta time {
  font-family: var(--FONT-STACK-BODY);
}

.editorial__image {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 750px) {
  .editorial__image {
    flex: 0 0 50%;
  }
}

@media only screen and (min-width: 750px) {
  .editorial__image.image-height {
    padding-top: var(--image-aspect-ratio, 100%);
  }
}

@media only screen and (max-width: 749px) {
  .editorial__image.image-height--mobile {
    padding-top: var(--image-aspect-ratio, 100%);
  }
}

.editorial__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**
 * Collections
 */
.template-collection .container {
  background-color: var(--TRANSPARENT);
}

.collection__products {
  position: relative;
  align-items: flex-start;
}

@media only screen and (min-width: 480px) {
  .collection__products--group-tags {
    display: flex;
    flex-flow: row;
  }
}

.collection__nav {
  display: flex;
  flex-grow: 1;
  background: var(--COLOR-BG-SECONDARY);
  border-top: 1px solid var(--COLOR-BORDER);
  border-bottom: 1px solid var(--COLOR-BORDER);
}

.collection__nav--filter {
  justify-content: flex-start;
}

.collection__nav--sort {
  justify-content: flex-end;
}

.collection__nav--filter.collection__nav--sort {
  justify-content: space-between;
}

/**
 * COLLECTION PAGE HEADER
 */
.collection-image-with-title {
  overflow: hidden;
}

.collection__title {
  color: var(--text);
}
.collection__title .hero__title,
.collection__title .hero__description {
  padding: 0 0 32px 0;
  margin: 0;
}
.collection__title .hero__title + .hero__description {
  margin-top: 0.5em;
}

.collection__title:not(.hero__content__wrapper) {
  padding: 60px var(--outer);
}
@media only screen and (max-width: 989px) {
  .collection__title:not(.hero__content__wrapper) {
    padding: 25px var(--outer);
  }
}

.collection-all .collection__title {
  padding: 0;
}

.collection__image img {
  display: block;
  min-height: inherit;
  width: 100%;
  object-fit: cover;
}
.collection__image.image-height .collection__title {
  min-height: inherit;
}

.collection__image__original__inner {
  position: absolute;
  top: 0;
  height: 100%;
}

.collection__image-inline {
  display: flex;
  align-items: stretch;
  position: relative;
}
.collection__image-inline .collection__image {
  width: 65%;
  min-height: inherit;
}
.collection__image-inline .collection__title-wrapper {
  position: static;
  min-height: inherit;
  width: 35%;
}
.collection__image-inline .hero__content__wrapper {
  position: relative;
}
.collection__image-inline .hero__content {
  max-width: none;
}
.collection__image-inline .hero__content:not(.hero__content--transparent) {
  margin: 0;
}
@media only screen and (max-width: 989px) {
  .collection__image-inline {
    flex-direction: column;
  }
  .collection__image-inline .collection__image,
.collection__image-inline .collection__title-wrapper {
    width: 100%;
  }
  .collection__image-inline .collection__title-wrapper {
    height: auto;
  }
}

/*================ Collection Reviews ================*/
@media only screen and (min-width: 750px) {
  .transparent-header #FeaturedImage-collection {
    min-height: 360px;
  }
  .transparent-header .hero__content__wrapper {
    padding-top: 110px;
  }
}

.collection__sidebar {
  padding: 15px 17px 40px;
  font-size: calc(0.825rem * var(--FONT-ADJUST-BODY));
  overflow-y: auto;
  max-height: 100%;
  min-width: 270px;
  mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent var(--scrollbar-width), black var(--scrollbar-width));
  mask-size: 100% 20000px;
  mask-position: left bottom;
  -webkit-mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent var(--scrollbar-width), black var(--scrollbar-width));
  -webkit-mask-size: 100% 20000px;
  -webkit-mask-position: left bottom;
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
}
.collection__sidebar:hover {
  -webkit-mask-position: left top;
}
.collection__sidebar .no-results {
  padding: 25px 0;
}

.collection__sidebar--has-buttons .collection__sidebar__slider::after {
  content: none;
}

.collection__sidebar__slider {
  position: sticky;
  position: -webkit-sticky;
  top: var(--newsletter-small-height);
  display: flex;
  flex-direction: column;
  width: 0;
  min-width: 0;
  height: var(--full-screen);
  background: var(--COLOR-BG);
  border: 1px solid var(--COLOR-BORDER-HAIRLINE);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, min-width, margin, visibility, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s, 0s, 0s, 0.3s;
  overflow: hidden;
  margin-right: -2px;
}
@media only screen and (max-width: 749px) {
  .collection__sidebar__slider {
    position: fixed;
    z-index: 1000;
    top: var(--collection-nav-height);
    min-width: 100%;
    height: calc(100% - var(--collection-nav-height));
    transform: translateX(-100%);
  }
}

.has-sticky-header .collection__sidebar__slider {
  top: calc(var(--newsletter-small-height) + var(--menu-height));
}
@media only screen and (max-width: 749px) {
  .has-sticky-header .collection__sidebar__slider {
    top: calc(var(--collection-nav-height) + var(--menu-height));
    height: calc(100% - var(--collection-nav-height) - var(--menu-height));
  }
}

.collection__sidebar__slider::after,
.collection__sidebar__slide-out::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: var(--scrollbar-width);
  height: 40px;
  background: linear-gradient(to bottom, rgba(var(--COLOR-BG-RGB), 0%) 0%, var(--COLOR-BG) 100%);
  pointer-events: none;
}

.collection__sidebar__slider .collection__sidebar {
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), mask-position 0.3s, -webkit-mask-position 0.3s;
}

.collection__sidebar__slider.expanded,
.collection__sidebar__slide-out.expanded {
  opacity: 1;
  visibility: visible;
}

.collection__sidebar__slider.expanded .collection__sidebar,
.collection__sidebar__slide-out.expanded {
  transform: translateX(0);
}

/**
 * middle step because you need display none for
 *  A11Y tabbing but we can't animate display none
 */
.collection__sidebar__slider.expanding {
  visibility: hidden;
}
@media only screen and (max-width: 749px) {
  .collection__sidebar__slider.expanding {
    opacity: 1;
  }
}

.collection__sidebar__slider.expanded {
  min-width: 270px;
  visibility: visible;
  opacity: 1;
  transform: translateZ(0);
  transition-delay: 0s;
  margin-right: 0px;
}
@media only screen and (max-width: 749px) {
  .collection__sidebar__slider.expanded {
    min-width: 100%;
    transform: translateX(0);
  }
}

/**
 * Prevent collection filters sidebar fading out on page load on mobile
 */
@media only screen and (max-width: 749px) {
  .no-mobile-animation {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
  }
}

.product-grid--sidebar {
  width: 75%;
}
@media only screen and (max-width: 749px) {
  .product-grid--sidebar {
    width: 100%;
  }
}

.collection__sidebar__group:not(.collection__sidebar__group--hidden) ~ .collection__filters .collection__sidebar__group,
.collection__sidebar__group:not(.collection__sidebar__group--hidden) ~ .collection__sidebar__group {
  margin-top: 25px;
}

.collection__sidebar__actions {
  padding-top: 17px;
}
.collection__sidebar__actions.is-hidden {
  display: none !important;
}

.collection__sidebar__link {
  --icon-size: 24px;
  position: relative;
  display: inline-block;
  padding-left: 23px;
}

.collection__sidebar__link .icon {
  position: absolute;
  top: 50%;
  left: -4px;
  fill: none;
  transform: translateY(-50%);
}

.collection__sidebar__heading {
  position: relative;
  border-bottom: 1px solid var(--COLOR-BORDER-HAIRLINE);
  padding: 0 15px 5px 0;
  margin-bottom: 0;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  cursor: pointer;
}

.collection__sidebar__heading .icon {
  --icon-size: 18px;
  position: absolute;
  top: -2px;
  right: -2px;
  fill: none;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
}

.collection__sidebar__heading .icon-minus {
  opacity: 0;
  visibility: hidden;
}

.collection__sidebar__heading.is-active .icon-minus {
  opacity: 1;
  visibility: visible;
}

.collection__sidebar__heading.is-active .icon-plus {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg);
}

.collection-nav {
  list-style-type: none;
  overflow: hidden;
  padding: 0 0 1px;
  margin: 0;
}

.collection-nav--inline {
  overflow: visible;
}

.sidebar__item {
  position: relative;
  font-size: calc(0.725rem * var(--FONT-ADJUST-BODY));
  padding: 0;
  margin: 12px 0 0;
}
.sidebar__item label,
.sidebar__item a {
  color: var(--COLOR-TEXT);
}
.sidebar__item label {
  cursor: pointer;
}
.sidebar__item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
}
body.is-focused .sidebar__item input:focus ~ label {
  outline-color: var(--COLOR-PRIMARY);
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
.sidebar__item.is-hidden {
  display: none;
}

.sidebar__item .swatch__button {
  padding: 0;
}

.sidebar__item .swatch__button--rectangle {
  margin-right: 15px;
}

.sidebar__item .swatch__button--rectangle label[data-swatch]::before {
  height: 42px;
  transform: rotate(-65deg) translate(-50%, -50%);
}

.sidebar__item--swatch {
  display: inline-block;
  vertical-align: top;
}

.link--remove > a,
.link--remove > label,
.link--add > a,
.link--add > label,
.link--disable:not(.sidebar__item--swatch) {
  padding-left: 23px;
  position: relative;
}

.sidebar__item > a::after,
.sidebar__item > label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  border: 1px solid var(--COLOR-TEXT-LIGHT);
  background: var(--COLOR-BG);
}

.sidebar__item.link--remove > a::after,
.sidebar__item > input:checked ~ label::after {
  background: var(--COLOR-PRIMARY);
  box-shadow: inset 0 0 0 2px var(--COLOR-BG);
}

.link--disable {
  text-decoration: line-through;
  opacity: 0.8;
}

.link--disable > a::after,
.link--disable > label::after {
  border: 1px solid var(--COLOR-BORDER);
  background-color: var(--COLOR-BORDER);
}

.link--disable .swatch__button {
  pointer-events: none;
}

.link--disable .swatch__button [data-swatch]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 32px;
  background-color: var(--text-dark);
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: left top;
}

.collection__nav.collection__nav--both {
  justify-content: space-between;
}

.popout--filter .popout,
.popout--group .popout,
.popout--sort .popout {
  height: 100%;
}
.popout--filter .popout-list,
.popout--group .popout-list,
.popout--sort .popout-list {
  z-index: 1000;
  max-height: 90vh;
  top: 100%;
  bottom: initial;
  right: 0;
  max-width: 100vw !important;
  padding: 14px 15px;
}
.popout--filter .popout__toggle,
.popout--group .popout__toggle,
.popout--sort .popout__toggle {
  padding: 20px 15px;
  height: 100%;
  border-top: none;
  border-left: 1px solid var(--COLOR-BORDER);
  border-radius: 0;
  color: var(--COLOR-TEXT);
  border-bottom: none;
  border-right: none;
  margin: 0;
}
@media only screen and (min-width: 990px) {
  .popout--filter .popout__toggle,
.popout--group .popout__toggle,
.popout--sort .popout__toggle {
    padding: 23px 18px;
  }
}

.popout--sort .popout__toggle__text:nth-child(2),
.popout--sort .popout.is-active .popout__toggle__text:nth-child(1) {
  display: none;
}
.popout--sort .popout.is-active .popout__toggle__text:nth-child(2) {
  display: inline;
}

.popout--filter .popout-list,
.popout--sort .popout-list {
  width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition-property: opacity, width, visibility;
}

.popout--filter .popout-list--visible,
.popout--sort .popout-list--visible {
  width: 200px;
}

.popout--filter .popout-list__item,
.popout--sort .popout-list__item {
  white-space: normal;
  min-width: calc(170px - var(--scrollbar-width));
}

.collection__nav .popout--filter .popout__toggle,
.collection__nav .popout--group .popout__toggle {
  border-right: 1px solid var(--COLOR-BORDER);
  border-left: none;
}

.collection__nav .popout--filter .popout-list,
.collection__nav .popout--group .popout-list {
  right: initial;
}

.popout--group .popout__toggle {
  background-image: none;
  display: flex;
  align-items: center;
}
.popout--group .popout__toggle:after {
  display: none;
}

/**
 * Slide out filters sidebar
 */
.collection__sidebar__slide-out {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 6100;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 380px;
  border-left: 1px solid var(--border);
  background-color: var(--bg);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  transform: translateZ(0);
  overflow: hidden;
  visibility: hidden;
}

.collection__sidebar__slide-out.expanding,
.collection__sidebar__slide-out.expanded {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.collection__sidebar__slide-out.expanded {
  transform: translate3d(100%, 0, 0);
}

.collection__sidebar__head {
  position: relative;
  width: 100%;
  padding: 24px 18px;
  border-bottom: 1px solid var(--border);
}
.collection__sidebar__head h3 {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-size: calc(1em * var(--FONT-ADJUST-BODY));
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 -3px;
}

.collection__sidebar__close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 5px;
  color: inherit;
  font-size: 0;
  text-decoration: none;
  transform: translate3d(0, -50%, 0);
  transition: color 0.3s ease;
}
.collection__sidebar__close .icon {
  display: block;
  fill: currentColor;
  transition: transform 0.3s;
  pointer-events: none;
}
.collection__sidebar__close:hover {
  color: var(--link-hover);
}
.collection__sidebar__close:hover .icon {
  transform: rotate(90deg);
}

.collection__sidebar__buttons {
  position: sticky;
  left: 0;
  right: var(--scrollbar-width);
  bottom: 0;
  z-index: 2;
  min-width: calc(270px - var(--scrollbar-width));
  padding: 5px 15px 15px;
  margin-top: auto;
  background: var(--bg);
}
.collection__sidebar__buttons::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 45px;
  background: linear-gradient(to bottom, rgba(var(--COLOR-BG-RGB), 0%) 0%, var(--COLOR-BG) 100%);
  pointer-events: none;
}

.collection__sidebar__buttons .btn + .btn, .collection__sidebar__buttons .product__reviews .spr-summary-actions-newreview + .btn, .product__reviews .collection__sidebar__buttons .spr-summary-actions-newreview + .btn, .collection__sidebar__buttons .shopify-payment-button .shopify-payment-button__button--unbranded + .btn, .shopify-payment-button .collection__sidebar__buttons .shopify-payment-button__button--unbranded + .btn, .collection__sidebar__buttons .product__reviews .btn + .spr-summary-actions-newreview, .product__reviews .collection__sidebar__buttons .btn + .spr-summary-actions-newreview, .collection__sidebar__buttons .product__reviews .spr-summary-actions-newreview + .spr-summary-actions-newreview, .product__reviews .collection__sidebar__buttons .spr-summary-actions-newreview + .spr-summary-actions-newreview, .collection__sidebar__buttons .shopify-payment-button .product__reviews .shopify-payment-button__button--unbranded + .spr-summary-actions-newreview, .product__reviews .collection__sidebar__buttons .shopify-payment-button .shopify-payment-button__button--unbranded + .spr-summary-actions-newreview, .shopify-payment-button .collection__sidebar__buttons .product__reviews .shopify-payment-button__button--unbranded + .spr-summary-actions-newreview, .product__reviews .shopify-payment-button .collection__sidebar__buttons .shopify-payment-button__button--unbranded + .spr-summary-actions-newreview, .collection__sidebar__buttons .shopify-payment-button .btn + .shopify-payment-button__button--unbranded, .shopify-payment-button .collection__sidebar__buttons .btn + .shopify-payment-button__button--unbranded, .collection__sidebar__buttons .product__reviews .shopify-payment-button .spr-summary-actions-newreview + .shopify-payment-button__button--unbranded, .shopify-payment-button .collection__sidebar__buttons .product__reviews .spr-summary-actions-newreview + .shopify-payment-button__button--unbranded, .product__reviews .collection__sidebar__buttons .shopify-payment-button .spr-summary-actions-newreview + .shopify-payment-button__button--unbranded, .shopify-payment-button .product__reviews .collection__sidebar__buttons .spr-summary-actions-newreview + .shopify-payment-button__button--unbranded, .collection__sidebar__buttons .shopify-payment-button .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded, .shopify-payment-button .collection__sidebar__buttons .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded {
  margin-top: 10px;
}

.collection__sidebar__slide-out .collection__sidebar {
  flex-grow: 1;
  height: auto;
  overflow-y: auto;
}

.collection__products .drawer__underlay {
  z-index: 6000;
}

.expanded ~ .drawer__underlay {
  visibility: visible;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.collection__active__filters {
  display: flex;
  flex-wrap: wrap;
}

.active__filters__clear,
.active__filters__remove {
  color: var(--text);
  display: flex;
  background-color: var(--COLOR-BG-SECONDARY);
  padding: 8px 7px 8px 14px;
  margin: 0 7px 7px 0;
  font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
}
.active__filters__clear:hover,
.active__filters__remove:hover {
  color: var(--text-dark);
}
.active__filters__clear:hover .filter__x,
.active__filters__remove:hover .filter__x {
  color: var(--primary);
}
.active__filters__clear small,
.active__filters__remove small {
  align-self: center;
  flex: 0 1 100%;
  word-break: break-word;
  font-size: inherit;
}

.filter__x {
  --icon-size: 14px;
  flex: 0 0 auto;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  margin-left: 4px;
}

.active__filters__clear {
  padding-right: 14px;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.filter__price {
  margin-top: 12px;
}

.filter__price__fields {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  margin: 0 0 25px;
}

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

.filter__price__spacer {
  padding: 0 2px;
}

.filter__price__field {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: calc(50% - 20px);
  padding: 8px 0 8px 8px;
  border: 1px solid var(--COLOR-TEXT);
  border-radius: 5px;
}
.filter__price__field span {
  margin-right: 5px;
}

.filter__price__spacer {
  flex: 0 0 40px;
  position: relative;
  padding: 5px;
  font-size: 0;
  text-align: center;
}
.filter__price__spacer:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 1px;
  margin-left: -3px;
  background: currentColor;
  content: "";
}

.filter__price__input {
  flex: 1;
  display: block;
  min-width: 0;
  max-width: 100%;
  width: auto;
  padding: 0 3px;
  border: 1px solid transparent;
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: right;
}

.range {
  position: relative;
  display: block;
  height: 36px;
  margin-left: -8px;
  margin-right: -8px;
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
}

.range.is-initialized {
  opacity: 1;
}

.range__dot {
  position: absolute;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  padding: 8px;
}
.range__dot span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--COLOR-TEXT);
  border: 1px solid var(--COLOR-TEXT);
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}

.range__line {
  position: absolute;
  top: 16px;
  left: 8px;
  z-index: 0;
  overflow: hidden;
  width: calc(100% - 16px);
  height: 4px;
  border-radius: 4px;
  border: 1px solid var(--COLOR-TEXT);
}
.range__line span {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--COLOR-TEXT);
  font-size: 0;
}

.filter-count {
  margin-left: 4px;
}

.filter-count:before {
  content: "(";
}

.filter-count:after {
  content: ")";
}

/**
 * List Collections Index
 */
.collection-item {
  position: relative;
  border: 1px solid var(--border);
  border-left: 0;
  background: #FFF;
  margin-top: -1px;
  scroll-snap-align: start;
}
.collection-item a {
  color: var(--text);
}
.collection-item:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  border-left: 1px solid var(--border);
  content: "";
}

@media only screen and (min-width: 750px) {
  a.collection-item__image:focus .collection-item__bg,
.collection-item:hover .collection-item__bg {
    transform: scale(1.08);
  }

  .collection-item:hover .collection-item__info a {
    color: var(--primary);
  }
}
.collection-item--borderless {
  border: none;
  margin-top: 0;
}

.collection-item--borderless:before {
  content: initial;
}

.collection-item--borderless .collection-item__image {
  border: none;
}

.collection-item__image {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.collection-item__image .svg-placeholder {
  position: absolute;
  top: 0;
}

.collection-item__bg {
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.collection-item__info {
  padding: calc(var(--inner) / 2) var(--inner);
  overflow: hidden;
}
.collection-item__info p {
  margin: 7px 0;
  font-size: calc(1rem*var(--FONT-ADJUST-BODY));
  font-weight: var(--FONT-WEIGHT-BODY);
}
@media only screen and (max-width: 749px) {
  .collection-item__info {
    padding: 12px;
  }
  .collection-item__info p {
    margin: 0;
  }
}

.collection-item--centered .collection-item__info {
  text-align: center;
}

/**
 * Subcollection
 */
.subcollections {
  position: relative;
  overflow: hidden;
  background-color: var(--bg);
}

.subcollections__inner {
  display: grid;
  column-gap: var(--inner);
  row-gap: var(--inner);
  padding: 0 var(--inner);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.subcollections__inner > * {
  min-width: 0;
}

.subcollections__inner--slider {
  display: block;
  overflow: hidden;
  padding-left: calc(var(--inner) * 0.5);
  padding-right: calc(var(--inner) * 0.5);
}
.subcollections__inner--slider:after {
  content: "flickity";
  display: none;
}
.subcollections__inner--slider .flickity-viewport {
  overflow: visible;
}
.subcollections__inner--slider .subcollection__item {
  flex: 0 0 auto;
  width: 25%;
  padding-left: calc(var(--inner) * 0.5);
  padding-right: calc(var(--inner) * 0.5);
}
@media only screen and (min-width: 750px) {
  .subcollections__inner--slider:not(.flickity-enabled) {
    column-gap: 0px;
  }
}
@media only screen and (max-width: 749px) {
  .subcollections__inner--slider {
    padding-left: var(--inner);
    padding-right: var(--inner);
  }
  .subcollections__inner--slider:after {
    content: "";
    display: inline;
  }
  .subcollections__inner--slider .subcollection__item {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}

.collection__title + .subcollections .subcollections__inner {
  padding-top: 0;
}

.subcollection__item {
  position: relative;
  height: 300px;
  overflow: hidden;
  z-index: 0;
}
.subcollection__item :focus-within {
  outline-color: var(--COLOR-PRIMARY) !important;
  outline-offset: -2px !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

.subcollections__grid--1 .subcollections__inner {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.subcollections__grid--2 .subcollections__inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.subcollections__grid--3 .subcollections__inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.subcollections__grid--5 .subcollections__inner,
.subcollections__grid--6 .subcollections__inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media only screen and (max-width: 749px) {
  .subcollections:not(.subcollections__grid--1) .subcollections__inner {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    padding-right: 0;
    column-gap: normal;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .subcollections:not(.subcollections__grid--1) .subcollections__inner::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .subcollections:not(.subcollections__grid--1) .subcollections__inner:after {
    content: "";
    flex: 0 0 auto;
    min-height: 1px;
    width: var(--inner);
  }
  .subcollections:not(.subcollections__grid--1) .subcollections__inner .subcollection__item {
    flex: 0 0 auto;
    width: 90%;
    margin-right: var(--inner);
  }
  .subcollections:not(.subcollections__grid--1) .subcollections__inner .subcollection__item:last-child {
    margin-right: 0;
  }
}

.subcollection__inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}

.subcollection__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  transform: scale(1.06);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.subcollection__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subcollection__link:hover .subcollection__image {
  transform: scale(1);
}

.subcollection__height {
  height: 100%;
  width: 100%;
}

.subcollection__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
  width: 100%;
  height: 100%;
}
.subcollection__link:hover {
  z-index: 1;
}
.subcollection__link:hover .subcollection__title,
.subcollection__link:hover .subcollection__description {
  color: #FFF;
}

.subcollection__text {
  position: relative;
  z-index: 200;
  max-height: 100%;
}

.subcollection__title,
.subcollection__description {
  margin: 0;
  color: #FFF;
}

.subcollection__title {
  margin-bottom: 3px;
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
}

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

/* ================ Custom Pagination ================ */
.pagination-custom {
  padding-left: 0;
  margin: var(--outer) auto;
  border-radius: var(--RADIUS-SM);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-custom > li {
  display: inline;
}

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: var(--RADIUS-SM);
  border-top-left-radius: var(--RADIUS-SM);
}

.pagination-custom > li:last-child > a,
.pagination-custom > li:last-child > span {
  border-top-right-radius: var(--RADIUS-SM);
  border-bottom-right-radius: var(--RADIUS-SM);
}

.pagination-custom > li > a {
  color: var(--text-light);
}
.pagination-custom > li > a:hover, .pagination-custom > li > a:focus {
  color: var(--link-hover);
}

.pagination-custom > li > span:hover,
.pagination-custom > li > span:focus {
  color: var(--text-dark);
}

.pagination-custom > .active > a,
.pagination-custom > .active > span,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span:focus {
  z-index: 2;
  cursor: default;
  color: var(--text-dark);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.pagination-custom > .disabled > span,
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus {
  border: 1px solid var(--border);
  color: var(--border);
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-custom__arr > a,
.pagination-custom__arr > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42;
  text-decoration: none;
  border: 1px solid var(--border);
}
.pagination-custom__arr > a .icon,
.pagination-custom__arr > span .icon {
  --icon-size: 16px;
  fill: none;
  transition: transform 0.3s;
}
.pagination-custom__arr > a:hover .icon,
.pagination-custom__arr > span:hover .icon {
  transform: scale(1.5);
}

.pagination-custom__num > a,
.pagination-custom__num > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42;
  text-decoration: none;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pagination-custom__num.active span:after {
  content: "";
  width: 50%;
  left: 25%;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: var(--text-dark);
}

.pagination-custom__spacer > span {
  position: relative;
  float: left;
  padding: 10px 10px;
  line-height: 1.42;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pagination-custom__num--dots > span {
  padding: 10px 5px;
}

@media only screen and (max-width: 479px) {
  .pagination-custom__num--dots > span,
.pagination-custom__spacer > span {
    padding: 10px 0;
  }

  .pagination-custom__num > a,
.pagination-custom__num > span,
.pagination-custom__arr > a,
.pagination-custom__arr > span {
    padding: 10px 15px;
  }
}
/**
 * Footer
 */
.site-footer-wrapper {
  --bg: var(--COLOR-FOOTER-BG);
  --text: var(--COLOR-FOOTER-TEXT);
  --border: var(--COLOR-FOOTER-BORDER);
  position: relative;
  background-color: var(--COLOR-FOOTER-BG);
  color: var(--COLOR-FOOTER-TEXT);
  text-align: left;
}
.site-footer-wrapper a {
  color: var(--COLOR-FOOTER-LINK);
}
.site-footer-wrapper a:hover {
  color: var(--COLOR-FOOTER-LINK-HOVER);
}

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

body.template-account .site-footer {
  border-top: 1px solid #f2f2f2;
  margin-top: 150px;
}

body.template-login .site-footer {
  border-top: 1px solid #f2f2f2;
  margin-top: 150px;
}

.footer__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__logo__wrapper {
  padding: var(--inner) 0;
}

.footer__logo {
  display: inline-block;
  max-width: 100%;
}

.footer__anchor__logo__wrapper {
  margin-top: calc(var(--inner) * 1.5);
}

.footer__anchor__logo {
  display: block;
  width: 100%;
}

.footer__blocks {
  --offset: calc(var(--outer) * -1);
  display: flex;
  flex-flow: column;
  margin: 0 calc(var(--offset) / 2);
}
@media only screen and (min-width: 750px) {
  .footer__blocks {
    flex-flow: row wrap;
  }
}

.footer__block {
  flex: 1 0 100%;
  padding: 0 calc(var(--outer) / 2);
  margin-bottom: var(--outer);
}
@media only screen and (min-width: 990px) {
  .footer__block {
    flex: 0 0 var(--desktop-width);
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .footer__blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 749px) {
  .footer__blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__block--newsletter {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.footer__block .social-link {
  color: var(--COLOR-FOOTER-LINK);
}

.footer__block .social-link:hover {
  color: var(--COLOR-FOOTER-LINK-HOVER);
}

.footer__block__title {
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-size: calc(1.25rem * var(--FONT-ADJUST-HEADING));
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.footer__block__image {
  max-width: 100%;
  margin-bottom: var(--inner);
}

.footer__newsletter__wrapper {
  max-width: 440px;
}

.footer__newsletter__wrapper .newsletter-form {
  --border: var(--COLOR-FOOTER-BORDER);
}

.footer__bottom {
  display: grid;
  grid-template-columns: 100%;
  gap: var(--inner);
}
@media only screen and (min-width: 990px) {
  .footer__bottom {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.footer__bottom__item:only-child {
  text-align: center;
}

.footer__quicklinks {
  font-size: calc(1rem * var(--FONT-ADJUST-BODY));
}

.footer__quicklinks li {
  margin: 0 0 1.25em;
}
.footer__quicklinks li:last-child {
  margin-bottom: 0;
}

.footer__quicklinks a,
.footer__copyright a {
  transition: color 0.25s ease;
}

.footer__social__text,
.footer__newsletter__text {
  margin-bottom: 15px;
}

.footer__copyright {
  --gap: 8px;
  list-style: none;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  margin: 0 calc(var(--gap) * -1);
}
@media only screen and (max-width: 749px) {
  .footer__copyright {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-width: 100%;
  }
}

.footer__copyright li {
  display: inline-block;
  padding: 10px var(--gap);
}

.footer__payment {
  --gap: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--gap) * -1);
}
@media only screen and (min-width: 990px) {
  .footer__payment {
    justify-content: flex-end;
  }
}

.footer__payment li {
  display: inline-block;
  padding: var(--gap);
}

.footer__payment a {
  text-decoration: none;
}

.footer__payment .payment-icon {
  width: 36px;
}

.site-footer--push {
  margin-bottom: 80px;
}
@media only screen and (max-width: 749px) {
  .site-footer--push {
    margin-bottom: 120px;
  }
}

/**
 * Tabs
 */
.tabs-wrapper {
  overflow: hidden;
  position: relative;
}

.tabs__head {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.tabs__head .tabs__arrow:before {
  display: block;
}

.tabs__arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 26px;
  height: 26px;
  max-height: none;
  margin-top: -15px;
  border-radius: 0;
  background-color: var(--bg, var(--COLOR-BG));
  box-shadow: none;
  transition: all 0.2s;
}
.tabs__arrow:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  width: 100%;
  height: 200%;
  transform: translateY(-50%);
  background-color: inherit;
  content: "";
}
.tabs__arrow .icon {
  position: relative;
  z-index: 5;
}

.tabs__arrow--next {
  right: 0;
}

ul.tabs {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
}
ul.tabs::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

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

ul.tabs > li {
  background: none;
  color: var(--text);
  display: inline-block;
  padding: 10px 0px;
  margin: 0 32px 0 0;
  font-weight: var(--FONT-WEIGHT-BODY);
  cursor: pointer;
  vertical-align: bottom;
  border-bottom: 1px solid transparent;
}

ul.tabs > li.current {
  border-bottom-color: var(--border);
  color: var(--text-dark);
}

ul.tabs--center > li {
  margin: 0 15px;
}

.tab-content {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  padding: 15px 15px 15px 0px;
  min-height: 6rem;
}
.no-js .tab-content {
  visibility: visible;
  position: static;
  opacity: 1;
  display: block;
}
.tab-content:not(.current) *, .tab-content:not(.current) {
  pointer-events: none !important;
}
.no-js .tab-content:not(.current) *, .no-js .tab-content:not(.current) {
  pointer-events: visible !important;
}

.tab-content.current {
  visibility: visible;
  position: static;
  opacity: 1;
  display: inherit;
  font-size: calc(1rem * var(--FONT-ADJUST-BODY)) !important;
}

/* Product Tabs */
.product-tabs {
  max-width: 100%;
}
.product-tabs ul.tabs {
  text-transform: uppercase;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
}
.product-tabs ul.tabs::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.product-tabs ul.tabs::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.product-tabs ul.tabs > li {
  padding-bottom: 0;
  border-bottom-width: 1px;
  white-space: normal;
  letter-spacing: 1px;
  font-size: calc(1rem * var(--FONT-ADJUST-BODY)) !important;
}

.rte ul {
    list-style-type: '- ' !important;
}

.product-tabs ul.tabs > li:last-child {
  margin-right: 0;
}
.product-tabs ul.tabs > li.current {
  border-bottom-color: currentColor;
  font-size: calc(1rem * var(--FONT-ADJUST-BODY)) !important;
}

.product-tabs__head {
  padding-bottom: 16px;
  margin-bottom: -13px;
}

/* Tabs Collections */
.index-tab-collections {
  color: var(--text);
  background-color: var(--bg);
}
.index-tab-collections .tabs-collections__head .grid__heading,
.index-tab-collections .tabs-collections__head .grid__description {
  width: auto;
  margin: 0;
}
.index-tab-collections .grid__heading ~ .tabs-collections ul.tabs {
  padding-top: 0;
}
.index-tab-collections .grid__heading ~ .tabs-collections .tabs__arrow {
  margin-top: calc(-13px - (var(--gutter) / 2));
}
.index-tab-collections .tabs-collections {
  position: relative;
}
.index-tab-collections .hero__btn {
  max-width: 100%;
}
.index-tab-collections ul.tabs,
.index-tab-collections .tabs-collections__head {
  position: relative;
  margin: 0 auto;
}
.index-tab-collections .tabs-collections__head {
  padding: 0 var(--outer) var(--gutter);
  text-align: center;
}
.index-tab-collections .tabs-collections__head .grid__heading {
  flex: 0 0 50%;
  padding: 0;
  text-align: left;
}
.index-tab-collections .tabs__nav {
  flex: 0 1 auto;
  position: relative;
}
.index-tab-collections .tabs__nav:only-child {
  flex: 1 1 auto;
}
.index-tab-collections ul.tabs {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
}
.index-tab-collections ul.tabs::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.index-tab-collections .tab-link {
  padding: 0;
}
.index-tab-collections .tab-link:first-child {
  margin-left: 0;
}
.index-tab-collections .tab-link:last-child {
  margin-right: 0;
}
.index-tab-collections .tab-content {
  padding: 0;
  min-height: 0;
}
.index-tab-collections .tabs__arrow {
  margin-top: -13px;
}
@media only screen and (min-width: 750px) {
  .index-tab-collections .tabs-collections__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-tab-collections .tabs-collections__head .grid__heading-holder {
    margin: 0;
    padding: 0;
    flex: 0 1 60%;
  }
}
@media only screen and (max-width: 749px) {
  .index-tab-collections .tabs-collections__head .grid__heading,
.index-tab-collections .tabs-collections__head .grid__description {
    max-width: none;
    text-align: center;
  }
}

/* Accordion */
.accordion {
  border-bottom: 1px solid var(--border);
}

.product-accordion .accordion {
  border-top: none;
  width: 100%;
}

.accordion-toggle {
  position: relative;
  cursor: pointer;
  border-top: 1px solid var(--border);
  padding: 1rem 30px 1rem 0;
  margin: 0 0 auto;
  color: var(--text);
}
.accordion-toggle svg {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  fill: var(--text);
  stroke: var(--text);
  transform: translateY(-50%);
  transition: visibility 0.3s, opacity 0.3s;
}
.accordion-toggle .icon-minus {
  visibility: hidden;
  opacity: 0;
}

.no-js .accordion-toggle .icon-minus,
.accordion-toggle.is-open .icon-minus {
  visibility: visible;
  opacity: 1;
}
.no-js .accordion-toggle .icon-plus,
.accordion-toggle.is-open .icon-plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-content {
  display: none;
  overflow: hidden;
  color: var(--text);
  padding-bottom: 50px;
}
.no-js .accordion-content {
  display: block;
}

.accordion-content.accordion--open {
  display: block;
}

/* Tabs/Accordion Truncated */
.accordion-content__entry--truncate,
.tab-content__entry--truncate,
.product__description__content--truncate {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tab-content__entry{
  font-size: calc(1rem * var(--FONT-ADJUST-BODY)) !important;
}

.accordion-content__actions,
.tab-content__actions,
.product__description__content__actions {
  display: none;
}
.accordion-content__actions button,
.tab-content__actions button,
.product__description__content__actions button {
  padding: 0;
}

.accordion-content__holder,
.tab-content__holder,
.product__description__content__holder {
  position: relative;
  word-break: break-word;
}

.accordion-content__holder.is-expanded .accordion-content__entry:not(.accordion-content__entry--truncate),
.accordion-content__holder.is-expanded .tab-content__entry:not(.tab-content__entry--truncate),
.accordion-content__holder.is-expanded .product__description__content__entry:not(.product__description__content__entry--truncate),
.tab-content__holder.is-expanded .accordion-content__entry:not(.accordion-content__entry--truncate),
.tab-content__holder.is-expanded .tab-content__entry:not(.tab-content__entry--truncate),
.tab-content__holder.is-expanded .product__description__content__entry:not(.product__description__content__entry--truncate),
.product__description__content__holder.is-expanded .accordion-content__entry:not(.accordion-content__entry--truncate),
.product__description__content__holder.is-expanded .tab-content__entry:not(.tab-content__entry--truncate),
.product__description__content__holder.is-expanded .product__description__content__entry:not(.product__description__content__entry--truncate) {
  display: none;
}
.accordion-content__holder.is-expanded .accordion-content__entry--truncate,
.accordion-content__holder.is-expanded .tab-content__entry--truncate,
.accordion-content__holder.is-expanded .product__description__content__entry--truncate,
.tab-content__holder.is-expanded .accordion-content__entry--truncate,
.tab-content__holder.is-expanded .tab-content__entry--truncate,
.tab-content__holder.is-expanded .product__description__content__entry--truncate,
.product__description__content__holder.is-expanded .accordion-content__entry--truncate,
.product__description__content__holder.is-expanded .tab-content__entry--truncate,
.product__description__content__holder.is-expanded .product__description__content__entry--truncate {
  position: relative;
  display: block !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.accordion-content__holder.is-expanded .accordion-content__actions,
.accordion-content__holder.is-expanded .tab-content__actions,
.accordion-content__holder.is-expanded .product__description__content__actions,
.tab-content__holder.is-expanded .accordion-content__actions,
.tab-content__holder.is-expanded .tab-content__actions,
.tab-content__holder.is-expanded .product__description__content__actions,
.product__description__content__holder.is-expanded .accordion-content__actions,
.product__description__content__holder.is-expanded .tab-content__actions,
.product__description__content__holder.is-expanded .product__description__content__actions {
  display: block;
}

.compare {
  position: relative;
  overflow: hidden;
}

.compare__image {
  --padding-ratio: 100%;
  position: relative;
  padding-top: var(--padding-ratio);
}
.no-js .compare__image {
  width: 50% !important;
}

.compare__image__holder .image__fill,
.compare__image:nth-child(2),
.compare__image__holder {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0 !important;
}

.compare__image--rotate .background-size-cover {
  transform: rotate(180deg);
}

.no-js .compare__image__holder .responsive-wide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare__btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -25px;
  background: var(--bg);
  cursor: move;
  transition: color 0.3s ease;
}
.compare__btn:active {
  color: var(--link-hover);
}

.compare__btn .icon {
  --icon-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

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

/**
 * Custom content
 */
.brick__section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.brick__section.wrapper--full:not(.brick--margin) {
  padding-left: 0;
  padding-right: 0;
}
.brick__section.wrapper::after, .brick__section.wrapper--narrow::after, .brick__section.wrapper--full::after {
  content: initial;
}

@media only screen and (min-width: 750px) {
  .brick--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.brick__block {
  width: 100%;
  color: var(--text);
  background-color: var(--bg);
}

@media only screen and (min-width: 750px) {
  .brick__block:not(.brick__block--compare) {
    height: 100%;
  }
}

@media only screen and (min-width: 750px) {
  .brick__block.image-height {
    height: auto;
  }
}

.brick__block__text {
  background-color: var(--bg);
}

.brick--border .brick__block {
  border: 1px solid var(--border);
}

@media only screen and (min-width: 750px) {
  .brick--border:not(.brick--margin).brick--2 .brick__block:last-of-type {
    border-left: none;
  }
}

@media only screen and (min-width: 750px) {
  .brick--margin {
    gap: var(--outer);
  }
}

@media only screen and (max-width: 749px) {
  .brick--border:not(.brick--margin).brick--2 .brick__block:last-of-type {
    border-top: none;
  }

  .brick--margin {
    gap: var(--outer);
  }
}
@media only screen and (min-width: 750px) {
  .wrapper--brick {
    max-width: var(--content-max);
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper--brick .brick__block:first-child {
    margin-left: var(--outer);
  }
  .wrapper--brick .brick__block:last-child {
    margin-right: var(--outer);
  }
}
@media only screen and (max-width: 749px) {
  .wrapper--brick .brick__block {
    width: calc(100% - calc(var(--outer) * 2));
    margin-left: var(--outer);
    margin-right: var(--outer);
  }
}

.brick__section:not(.brick--border) .brick__block__text {
  padding: var(--outer) 0;
}

.brick__section.wrapper--full .brick__block__text {
  padding: var(--outer);
}

.brick__section .brick__block:first-child:not(:only-child) .brick__block__text {
  padding-right: var(--outer);
}

.brick__section .brick__block:last-child:not(:only-child) .brick__block__text {
  padding-left: var(--outer);
}

.brick__block__text.has-padding {
  padding-right: var(--outer);
  padding-left: var(--outer);
}

.brick__block__text.has-padding {
  padding-right: var(--outer);
  padding-left: var(--outer);
}

.brick__block__text {
  height: 100%;
  display: flex;
  align-items: center;
  padding: var(--outer);
}

.brick__block__text__inner {
  width: 100%;
}

@media only screen and (min-width: 750px) {
  .brick__block__video,
.brick__block__image {
    height: 100%;
  }
}

.brick__block__video .main-buttons__item {
  z-index: 5;
}

.brick__block__image .hero__content__link {
  z-index: 200;
}

.hero__btn.btn.image__video__play, .product__reviews .hero__btn.image__video__play.spr-summary-actions-newreview, .shopify-payment-button .hero__btn.image__video__play.shopify-payment-button__button--unbranded {
  width: unset;
  min-width: unset;
  max-width: unset;
  border-radius: 0;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero__btn.btn.image__video__play:hover .icon-play, .product__reviews .hero__btn.image__video__play.spr-summary-actions-newreview:hover .icon-play, .shopify-payment-button .hero__btn.image__video__play.shopify-payment-button__button--unbranded:hover .icon-play {
  transform: translate(0);
}
.hero__btn.btn.image__video__play .icon-play, .product__reviews .hero__btn.image__video__play.spr-summary-actions-newreview .icon-play, .shopify-payment-button .hero__btn.image__video__play.shopify-payment-button__button--unbranded .icon-play {
  --icon-size: 14px;
  margin: 0;
}

.hero__btn + .hero__btn,
.standard__cta + .hero__btn,
.hero__btn + .standard__cta {
  margin-left: 15px;
}

.brick__product__subheading {
  padding-bottom: 30px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-size: calc(11px * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
  .brick__product__subheading {
    font-size: calc(10px * var(--FONT-ADJUST-BODY));
  }
}

.brick__product {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
.brick__product .product-item {
  border: 1px solid var(--border);
}
.brick__product .product-item--borderless {
  border: none;
  margin-top: 0;
}
.brick__product .product-information {
  padding: 0;
}
.brick__product .product-item__info {
  padding: 20px var(--inner);
}
.brick__product .product-item__info[href="#"] {
  pointer-events: none;
}
.brick__product .product-item__info .price {
  font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
  margin-top: 5px;
}
.brick__product .product-item__title {
  font-size: calc(1rem * var(--FONT-ADJUST-HEADING));
  margin: 0 0 5px 0;
}
.brick__product .product-item--overlay-text .product-information {
  padding-bottom: calc(var(--inner) / 2);
}
@media only screen and (max-width: 989px) {
  .brick__product .product-item--overlay-text .product-information {
    padding-left: 42px;
    padding-right: 42px;
  }
}

.brick__block--collection {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 749px) {
  .brick__block--collection {
    min-height: 0 !important;
  }
}

.brick__block__collection {
  flex: 1;
  max-width: 100%;
}

@media only screen and (min-width: 750px) {
  .brick__block__collection .look__aside {
    padding-top: var(--outer);
    padding-bottom: var(--outer);
  }
}

.brick__block--compare {
  overflow: hidden;
}

.brick__block__compare,
.brick__block__compare .compare,
.brick__block__compare .compare__image {
  height: 100%;
}

/**
 * Section double
 */
.section-double {
  --inner-half: var(--inner) / 2;
  --content-max-width: 260px;
  --elements-max-width: 260px;
  display: flex;
  background-color: var(--bg);
  color: var(--text);
}

.section-double--image {
  --content-max-width: 300px;
}

.section-double__body {
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 749px) {
  .section-double__body {
    flex-wrap: wrap;
  }
}

.section-double.is-reversed .section-double__body {
  flex-direction: row-reverse;
}

.section-double__figure {
  display: flex;
  flex: 0 1 100%;
}
@media only screen and (min-width: 750px) {
  .section-double__figure {
    flex: 0 0 50%;
  }
}

@media only screen and (min-width: 750px) {
  .section-double__figure.is-sticky {
    align-self: flex-start;
    position: sticky;
    top: 0;
    min-height: inherit;
  }
}

.section-double__image {
  flex: 1;
}

@media only screen and (min-width: 750px) {
  .section-double__body:not(.image-height) .section-double__image {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 749px) {
  .section-double__figure[class*="--mobile"] .section-double__image {
    padding-top: 0 !important;
  }
}

.section-double__aside {
  --padding-side: (var(--outer) - var(--inner-half));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 100%;
  overflow: hidden;
  padding: var(--outer) calc(var(--padding-side));
  margin: 0 auto;
}
@media only screen and (min-width: 990px) {
  .section-double__aside {
    flex-basis: 38%;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .section-double__aside {
    flex-basis: 45%;
  }
}

.section-double__content:not(:first-child) {
  padding-top: var(--inner);
  margin-top: auto;
}

.section-double__content:not(:last-child) {
  padding-bottom: var(--inner);
  margin-bottom: auto;
}

.section-double__content > *:not(.section-double__menu):not(.standard__cta) {
  padding: 0 calc(var(--inner-half));
}

.section-double__content > *:not(:last-child) {
  margin-bottom: var(--inner);
}

.section-double__menu a,
.section-double__content > a.standard__cta {
  margin: calc(var(--inner-half));
  vertical-align: middle;
}

.section-double__newsletter > .contact-form {
  display: inline-block;
  max-width: var(--elements-max-width);
  width: 100%;
}

.section-double__newsletter input {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  padding: 1em;
  border-radius: 0;
  margin-bottom: var(--inner);
  color: var(--text);
}

.section-double__actions {
  display: grid;
  grid-template-columns: 1fr;
}

.section-double__actions > * {
  grid-row-start: 1;
  grid-column-start: 1;
  min-height: 100%;
}

.section-double__actions + .section-double__actions {
  padding-top: var(--inner);
}

.section-double__actions--bottom > *:not(.section-double__links),
.section-double__actions > .section-double__links {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.section-double__actions--top {
  margin-bottom: auto;
}

.section-double__actions--bottom {
  margin-top: auto;
}

.section-double__actions--bottom > .section-double__links {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.section-double__title {
  margin: 0;
}

.section-double__powered:not(:last-child) {
  margin-bottom: var(--inner);
}

.section-double__link {
  text-decoration: underline;
}

/* Video */
.video-background {
  position: relative;
  padding-top: var(--desktop-padding, 0);
}

.section-video .image-overlay {
  display: none;
}

.video-background a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9999;
}

@media only screen and (max-width: 749px) {
  .video-background {
    padding-top: var(--mobile-padding, 0);
  }
}

.video-background video {
  position: absolute;
  top: 0;
  opacity: 0;
}
.video-background video::-webkit-media-controls {
  display: none;
}

.video-background > video {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
  object-fit: cover;
}

.full-vertical-video.video-background > video{
  height: 100%;
  width: 100%;
  position: relative;
  top: unset;
  left: unset;
  overflow: unset;
  transform: unset;
  opacity: 1;
  object-fit: unset;
}

/**
 * Home Map
 */
.map-section {
  color: var(--text);
  background-color: var(--bg);
}

.map-section--display-map:not(.image-height) .map-section__image {
  display: none !important;
}

.map-section__image img {
  display: block;
  width: 100%;
  height: auto;
}
.map-section__image img.image-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.image-height .map-section__image + .map-section__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media only screen and (min-width: 990px) and (max-width: 1399px) {
  .map-section--load-error {
    width: 50%;
    margin: 0 auto;
  }
}
.map-section--load-error .errors {
  width: 100%;
}

.map-section__container {
  min-height: 100%;
}

.flex--centered {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.no-js .homepage-slideshow,
.no-js .homepage-image:not(.column__block) {
  height: auto !important;
}

.map__text {
  margin-bottom: 1.5625rem;
}
.map__text:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 749px) {
  .map__text p {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  }
}

/*=============== Image Columns ===============*/
.homepage-columns {
  display: flex;
  align-items: stretch;
}

.homepage-columns .column__block {
  height: 100%;
}

.homepage-columns.image-height .column__block {
  height: auto;
}

@media only screen and (min-width: 750px) {
  .homepage-columns.image-height.auto-height .column__block {
    height: 33vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 749px) {
  .homepage-columns.image-height--mobile.auto-height--mobile .column__block {
    height: 33vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.column__block {
  position: relative;
  overflow: hidden;
  float: none;
  min-height: inherit;
}

.column__block .flex--centered {
  padding: 15px;
}

.column__block .text-left .home__subtitle::after {
  right: initial;
}

.column__block .text-right .home__subtitle::after {
  left: initial;
}

@media only screen and (max-width: 749px) {
  .homepage-columns.screen-height-full--mobile,
.homepage-columns.screen-height-three-quarters--mobile,
.homepage-columns.screen-height-two-thirds--mobile,
.homepage-columns.screen-height-one-half--mobile,
.homepage-columns.screen-height-one-third--mobile {
    height: auto;
  }

  .homepage-columns.screen-height-full--mobile .column__block {
    height: 100vh;
  }

  .homepage-columns.screen-height-three-quarters--mobile .column__block {
    height: 66vh;
  }

  .homepage-columns.screen-height-two-thirds--mobile .column__block {
    height: 66vh;
  }

  .homepage-columns.screen-height-one-half--mobile .column__block {
    height: 50vh;
  }

  .homepage-columns.screen-height-one-third--mobile .column__block {
    height: 33vh;
  }
}
/**
 * Home Slideshow
 */
.homepage-slideshow {
  position: relative;
  height: auto;
  overflow: hidden;
  transition: min-height 0.5s linear;
}
.homepage-slideshow .flickity-viewport {
  min-height: inherit;
  transition: height 0.5s linear;
}
.homepage-slideshow .flickity-enabled {
  min-height: inherit;
  height: 100%;
}
.homepage-slideshow .flickity-enabled.is-selected .flickity-viewport {
  transition: none;
}
.homepage-slideshow .slideshow__slide {
  display: block;
  float: none;
  width: 100%;
  color: var(--text);
}
.homepage-slideshow .slideshow__slide--onboarding {
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage-slideshow .slideshow__slide--onboarding .image-overlay {
  z-index: -1;
  opacity: 1;
}
.homepage-slideshow .flickity-page-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
@media only screen and (max-width: 989px) {
  .homepage-slideshow .flickity-page-dots {
    padding-bottom: 10px;
  }
}
.homepage-slideshow .hero__content {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 989px) {
  .homepage-slideshow .hero__content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.homepage-slideshow .hero__content--transparent {
  padding: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .homepage-slideshow .hero__content--transparent {
    padding: 45px;
  }
}
@media only screen and (max-width: 749px) {
  .homepage-slideshow .hero__content--transparent {
    padding: 30px;
  }
}

.slideshow__slider--fade .slideshow__slide.is-selected .fade-in-image-zoom .background-size-cover.lazyloaded {
  transform: scale(1);
}
.slideshow__slider--fade .fade-in-image-zoom .background-size-cover {
  transform: scale(1.2);
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no-js .slideshow__slider--fade .fade-in-image-zoom .background-size-cover {
  transform: scale(1);
}

.slideshow__slider .flickity-prev-next-button {
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.slideshow__slider .flickity-prev-next-button.previous {
  transform: translateX(-100%);
}

.slideshow__slider .flickity-prev-next-button.next {
  transform: translateX(100%);
}

.slideshow__slider:hover .flickity-prev-next-button.previous,
.slideshow__slider:hover .flickity-prev-next-button.next,
.slideshow__slider .flickity-prev-next-button.previous:focus,
.slideshow__slider .flickity-prev-next-button.next:focus {
  opacity: 1;
  transform: translateZ(0);
}

.is-focused .slideshow__slider .flickity-prev-next-button {
  transition: opacity 0.2s ease-in-out;
}

.slideshow__slide > a {
  display: block;
  min-height: 100%;
  height: 100%;
  color: inherit;
}
.slideshow__slide img {
  max-width: 100%;
  min-height: inherit;
  object-fit: cover;
}
.slideshow__slide .hero__content__wrapper {
  position: relative;
  z-index: 100;
}
.slideshow__slide .image__hero__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow__slide .fade-in-image-zoom .background-size-cover {
  transform: scale(1);
}
@media only screen and (max-width: 989px) {
  .slideshow__slide .align--top-left,
.slideshow__slide .align--top-center,
.slideshow__slide .align--top-right,
.slideshow__slide .align--bottom-left,
.slideshow__slide .align--bottom-center,
.slideshow__slide .align--bottom-right {
    align-items: center;
  }
}

@media only screen and (min-width: 750px) {
  .image-height .slideshow__slide .hero__content__wrapper {
    position: absolute;
  }
}

.image-height .slideshow__slide .image__hero__frame {
  min-height: inherit;
}
@media only screen and (min-width: 750px) {
  .image-height .slideshow__slide .image__hero__frame {
    position: relative;
    height: 0;
  }
}

@media only screen and (min-width: 750px) {
  .homepage-slideshow.screen-height-full {
    min-height: 100vh;
  }

  .homepage-slideshow.screen-height-three-quarters {
    min-height: 75vh;
  }

  .homepage-slideshow.screen-height-two-thirds {
    min-height: 66vh;
  }

  .homepage-slideshow.screen-height-one-half {
    min-height: 50vh;
  }

  .homepage-slideshow.screen-height-one-third {
    min-height: 33vh;
  }

  .homepage-slideshow.seven-fifty-height-hero {
    min-height: 750px;
  }

  .homepage-slideshow.sixty-fifty-height-hero {
    min-height: 650px;
  }

  .homepage-slideshow.five-fifty-height-hero {
    min-height: 550px;
  }

  .homepage-slideshow.four-fifty-height-hero {
    min-height: 450px;
  }

  .homepage-slideshow.three-fifty-height-hero {
    min-height: 350px;
  }
}
@media only screen and (max-width: 749px) {
  .image-height--mobile .slideshow__slide .hero__content__wrapper {
    position: absolute;
  }

  .image-height--mobile .slideshow__slide .image__hero__frame {
    position: relative;
    height: 0;
    min-height: inherit;
  }
}
.background-size-cover {
  min-height: 100%;
}

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

.button-image {
  display: block;
  max-width: 100%;
  width: 100vw;
}
.button-image:focus {
  outline: 0;
  opacity: 0.8;
  padding-top: 2px;
}
.button-image span {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}
.button-image span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
  Prevent CLS on page load
  Images are stacked until flickity is initialized which causes CLS
  Position absolute makes them stay unchanged (if only JS is enabled)
*/
.js .slideshow__slider:not(.flickity-enabled) .slideshow__slide:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/**
 * Social sharing
 */
.sharing ul {
  list-style: none outside none;
  font-size: 0;
}

.sharing li {
  display: inline-block;
  vertical-align: top;
}

.social-sharing {
  display: flex;
  justify-content: center;
  color: #FFF;
  margin: 30px -0.9375rem 0;
  width: 100%;
  border-top: 1px solid var(--COLOR-BORDER-LIGHT);
}

.social-sharing .social__link,
.share {
  display: flex;
  align-items: center;
  text-align: left;
  color: var(--COLOR-TEXT);
  padding: 0.9375rem 0;
  margin: 0 0.9375rem;
  text-transform: uppercase;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  letter-spacing: 2px;
  font-size: calc(0.625rem * var(--FONT-ADJUST-BODY));
  transition: background-color 0.25s ease-in;
  color: var(--COLOR-TEXT-LIGHT);
}
.social-sharing .social__link .icon,
.share .icon {
  fill: none;
  transition: transform 0.25s ease-out;
  margin: 0;
  height: 17px;
  width: 17px;
}
.social-sharing .social__link span,
.share span {
  transform: translateY(2px);
}

.share--pinterest:hover {
  color: #BD081C;
}
.share--pinterest:hover .icon {
  stroke: #a00718;
}

.share--facebook:hover {
  color: #3B5998;
}
.share--facebook:hover .icon {
  stroke: #324c82;
}

.share--twitter:hover {
  color: #1DA1F2;
}
.share--twitter:hover .icon {
  stroke: #0d92e3;
}

.socials {
  --gap: 8px;
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--inner) - var(--gap)) calc(var(--gap) * -1) calc(var(--gap) * -1);
  list-style: none;
}
.socials li {
  margin: var(--gap);
}
.socials a {
  color: var(--text);
}

.text-center .socials {
  justify-content: center;
}

.social {
  --gap: 8px;
  --icon-size: 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: calc(var(--gap) * -1);
}
.social li {
  margin: var(--gap);
}

.social-link {
  height: var(--icon-size);
  width: var(--icon-size);
  color: var(--link);
}

.social-link:hover {
  color: var(--link-hover);
}

.social-link .icon {
  fill: none;
}

/**
 * Logo list
 */
.logos {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  background-color: var(--bg);
  color: var(--text);
}

.logos .container {
  background-color: initial;
}

.logos__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.logos__wrapper .logos__slider {
  width: 100%;
}
.logos__wrapper .logos__slider:after {
  content: "flickity";
  display: none;
}
.logos__wrapper .flickity-prev-next-button.previous {
  transform: translateX(-100%);
}
.logos__wrapper .flickity-prev-next-button.next {
  transform: translateX(100%);
}
@media only screen and (max-width: 749px) {
  .logos__wrapper .logos__slider:after {
    content: "";
  }
}

.logos__title {
  margin-bottom: 30px;
}
.logos__title:first-child {
  margin-top: 0;
}

.logos__logo {
  opacity: var(--logo-opacity);
  width: 200px;
  padding: 0 10px;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 749px) {
  .logos__logo {
    width: auto;
    padding: 0 var(--gutter);
  }
}

.logos-press .logos__logo {
  cursor: pointer;
}

.logos__img {
  display: block;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.logos__img.svg-placeholder {
  background-color: transparent;
}
.logos__img .placeholder-svg-logo {
  background-color: #E1E1E1;
}

.logos__slider__outer {
  position: relative;
  width: 100%;
  order: 1;
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 749px) {
  .logos__slider__outer {
    overflow: hidden;
    max-width: none;
    width: auto;
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
  }
}

.logos__slider:not(.flickity-enabled) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.logos__slider .flickity-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos__slide {
  flex: 0 0 auto;
  width: auto;
  padding: 0;
}

@media only screen and (max-width: 749px) {
  .logos__slider:not(.flickity-enabled) {
    overflow-x: auto;
    display: block;
    padding: 0 var(--gutter);
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .logos__slider:not(.flickity-enabled)::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }

  .logos__slide {
    display: inline-block;
    vertical-align: middle;
  }
}
.logos__slide a:hover .logos__logo,
.logos__slide.is-selected .logos__logo,
.logos__slide.is-active .logos__logo {
  opacity: 1;
}

.logos__slider-text {
  margin: 0 0 20px;
  padding: 0 40px 10px;
  overflow: hidden;
}
@media only screen and (max-width: 749px) {
  .logos__slider-text {
    padding: 0 30px 10px;
  }
}

.logos__slider-text .flickity-viewport {
  overflow: visible;
}

.logos__slider-text .logos__slide {
  width: 100%;
}

.logos__slide__text {
  text-align: center;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.25s ease-in, opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
}

.is-selected .logos__slide__text {
  transform: none;
  opacity: 1;
  animation: fadeInUp 0.3s ease-out;
  animation-delay: 0.25s;
  animation-fill-mode: backwards;
}

.no-js .logos__slide__text {
  transform: none;
  opacity: 1;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
/**
 * Index text row
 */
.text-row {
  color: var(--text);
  background-color: var(--bg);
}
.text-row[data-text-alignment=left] {
  text-align: left;
}
.text-row[data-text-alignment=center] {
  text-align: center;
}
.text-row[data-text-alignment=center] .icon--top .icon__animated {
  margin: auto;
}
@media only screen and (max-width: 749px) {
  .text-row .grid__item {
    padding-bottom: 25px;
  }
  .text-row .grid__item:last-child {
    padding-bottom: 0;
  }
  .text-row .wrapper--columns {
    margin: 0 15px;
  }
}

.icon__animated {
  padding-bottom: 10px;
  color: var(--text);
}
.icon__animated:last-child {
  padding-bottom: 0;
}

.icon__animated {
  --size: 20px;
}

.icon__animated,
.icon__animated svg {
  width: var(--size);
  height: var(--size);
  fill: none !important;
}

.icon--large .icon__animated {
  --size: 40px;
}

.icon--custom {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon--left .icon__column {
  display: flex;
}

.icon--left .icon__column .icon__animated {
  margin-right: 20px;
}

.icon--left.icon--large .icon__animated {
  display: flex;
  align-self: center;
  flex-shrink: 0;
}

.icon--left.icon--small .icon__animated {
  flex-shrink: 0;
}

.rte.icon__column__paragraph {
  margin-bottom: 0;
}
.rte.icon__column__paragraph p {
  margin-bottom: 0;
}

.icon__column__text h2 {
  line-height: 1.3em;
  margin-top: 15px;
  margin-bottom: 4px;
}
.icon__column__text p {
  margin-top: 0px;
  font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
}

/**
 * Split hero
 */
.split-hero {
  display: flex;
  align-items: stretch;
  position: relative;
  color: var(--text);
  background-color: var(--bg);
}
@media only screen and (max-width: 749px) {
  .split-hero:not(.split-hero--mobile-inline) .split-hero__half {
    width: 100%;
  }
}

.split-hero__half {
  width: 50%;
  min-height: inherit;
}

.split-hero__box {
  height: 100%;
  overflow: hidden;
}

.split-hero__image {
  --padding-top: 100%;
  height: 100%;
  background-color: var(--COLOR-BG);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.split-hero__image--onboarding {
  position: relative;
}
.split-hero__image--onboarding svg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 150%;
  transform: translate(-50%, -50%);
  fill: #BBB;
  background-color: #CCC;
  border: none;
}

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

@media only screen and (min-width: 750px) {
  .split-hero.image-height-hero .split-hero__image {
    padding-top: var(--padding-top);
  }

  .split-hero__text--one-half {
    width: 50%;
  }

  .split-hero__text--one-third {
    width: 33.33%;
  }

  .split-hero__text--full-width {
    width: 100%;
  }
}
@media only screen and (max-width: 749px) {
  .split-hero--mobile-stacked {
    flex-wrap: wrap;
  }

  .split-hero--mobile-stacked .split-hero__half {
    min-height: 0;
  }

  .split-hero--mobile-image-right .split-hero__half--left,
.split-hero--mobile-image-left .split-hero__half--right {
    display: none;
  }

  .split-hero.image-height-hero--mobile .split-hero__image {
    padding-top: var(--padding-top);
  }
}
/**
 * Sidebar Section
 */
.section-sidebar {
  color: var(--text);
  background-color: var(--bg);
}

.section-sidebar__body {
  display: flex;
  margin: 0 calc(var(--gutter)/2 * -1);
}
@media only screen and (max-width: 749px) {
  .section-sidebar__body {
    display: block;
    margin: 0;
  }
}

.section-sidebar__aside {
  flex: 0 0 33.33%;
  padding: 0 calc(var(--gutter)/2);
}
@media only screen and (max-width: 749px) {
  .section-sidebar__aside {
    display: none;
    padding: 0;
  }
}

.section-sidebar__widget {
  position: sticky;
  top: 0;
  padding-top: calc(1.5rem - 6px);
}
.has-sticky-header .section-sidebar__widget {
  top: var(--menu-height);
}

.section-sidebar__content {
  flex: 0 1 100%;
  padding: 0 calc(var(--gutter)/2);
}
@media only screen and (max-width: 749px) {
  .section-sidebar__content {
    padding: 0;
  }
}

.section-sidebar__row {
  margin-bottom: 30px;
}
.section-sidebar__row:last-child {
  margin-bottom: 0;
}

.section-sidebar__row--accordion + .section-sidebar__row--accordion {
  overflow: hidden;
  margin-top: -30px;
}

.section-sidebar__row--title {
  margin-bottom: 0;
}

.section-sidebar__title {
  padding: 1.5rem 0;
  margin: 0;
  line-height: 1.2;
}

/**
 * Related
 */
.related__wrapper {
  color: var(--text);
  background-color: var(--bg);
}
.related__wrapper > div:not(.related__products):not(.recent__wrapper) {
  margin-top: 20px;
}
@media only screen and (min-width: 990px) {
  .related__wrapper > div:not(.related__products):not(.recent__wrapper) {
    margin-top: 60px;
  }
}

.related__products {
  text-align: center;
}
.related__products .related__wrapper {
  --text: var(--text-light);
}
.related__wrapper .related__products .tabs__head {
  margin-bottom: 30px;
}
.related__products .tabs__arrow {
  margin-top: -9px;
}
.related__products .tab-link,
.related__products .tab-content {
  padding: 0;
}
.related__products .tab-link {
  transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  letter-spacing: 1.5px;
}
.related__products .tab-link.current {
  border-color: var(--border);
  pointer-events: none;
}
.related__products .tab-link:hover .recent__title {
  color: var(--text-dark);
}
.related__products .tab-link:focus {
  outline-offset: 1px !important;
}
.related__products .tab-link:only-child {
  border-bottom-color: transparent;
}
.related__products .recent__title {
  padding: 15px 5px 5px;
  border: 0;
}
.recent__container .related__products .recent__title {
  padding: 30px 5px;
}
@media only screen and (max-width: 749px) {
  .related__products .recent__title {
    font-size: 1rem;
  }
}
.related__products .recent__wrapper {
  margin-top: 0;
}
@media only screen and (min-width: 750px) {
  .related__products .product-grid:after {
    content: "flickity";
    display: none;
  }
}
.related__products .product-grid.flickity-resize .flickity-slider .product-item {
  height: 100%;
}

.recent__title {
  margin: 0;
  padding: 20px 0;
  color: var(--text);
  background: var(--bg);
  border-bottom: 1px solid var(--text);
  transition: color 0.3s ease;
}

.pswp {
  z-index: 4000;
}
.pswp .pswp__bg {
  background: rgba(0, 0, 0, 0.75);
}
.pswp .pswp__img {
  background-color: var(--bg);
  filter: brightness(var(--filter-bg));
}
.pswp .pswp__zoom-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pswp .pswp__custom-inner {
  max-width: 920px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.pswp .pswp__custom-inner:before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.pswp .pswp__custom-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.pswp .pswp__custom-native video {
  width: 100%;
  height: auto;
}
.pswp .pswp__custom-iframe-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.pswp .pswp__custom-iframe-outer > video,
.pswp .pswp__custom-iframe-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp .pswp__custom-close .icon {
  --icon-size: 16px;
  position: absolute;
  margin-left: -7px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.pswp .pswp__custom-close {
  position: absolute;
  top: 34px;
  right: 40px;
  z-index: 4;
  width: 50px;
  height: 50px;
  border: 1px solid var(--border);
  background-color: var(--COLOR-BG);
  color: var(--primary);
  text-align: center;
  transition: all 0.4s;
}
@media only screen and (max-width: 749px) {
  .pswp .pswp__custom-close {
    top: 50px;
    right: 10px;
  }
}
.pswp .pswp__custom-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp .pswp__custom-close:hover {
  border-color: var(--COLOR-BORDER-DARK);
  transform: scale(1.1);
}
.pswp .pswp__custom-close:hover .icon {
  transform: translateY(-50%) rotate(90deg);
}
.pswp .pswp__counter {
  display: none;
}
.pswp .pswp__loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.4s, visibility 0.4s;
}
.pswp .pswp__loader-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  margin: auto;
  transform: translate(-50%, -50%);
}

.pswp--not-close-btn .pswp__custom-close {
  display: none;
}

.pswp[data-pswp-option-classes*=pswp-zoom-gallery] {
  position: fixed;
  display: block;
  opacity: 1 !important;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__img--placeholder {
  display: none;
}

.pswp-zoom-gallery .pswp__loader {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.8s;
}

.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__loader,
.pswp-zoom-gallery .pswp__loader {
  z-index: 5;
  display: block;
  background: var(--COLOR-BG);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__title,
.pswp-zoom-gallery .pswp__title {
  cursor: pointer;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__bg,
.pswp-zoom-gallery .pswp__bg {
  background: var(--COLOR-BG);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__container,
.pswp-zoom-gallery .pswp__container {
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__scroll-wrap,
.pswp-zoom-gallery .pswp__scroll-wrap {
  bottom: 146px;
  height: auto;
  overflow: visible;
}
@media only screen and (max-width: 749px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__scroll-wrap,
.pswp-zoom-gallery .pswp__scroll-wrap {
    bottom: 0;
    overflow: hidden;
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__zoom-wrap,
.pswp-zoom-gallery .pswp__zoom-wrap {
  display: block;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__item,
.pswp-zoom-gallery .pswp__item {
  overflow: visible;
}
@media only screen and (max-width: 749px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__item,
.pswp-zoom-gallery .pswp__item {
    overflow: hidden;
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left,
.pswp-zoom-gallery .pswp__button--arrow--right,
.pswp-zoom-gallery .pswp__button--arrow--left {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border: 1px solid var(--border);
  margin-top: -25px;
  background: var(--COLOR-BG);
  color: currentColor;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 749px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left,
.pswp-zoom-gallery .pswp__button--arrow--right,
.pswp-zoom-gallery .pswp__button--arrow--left {
    left: 10px;
    transform: translateY(0);
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right:hover,
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left:hover,
.pswp-zoom-gallery .pswp__button--arrow--right:hover,
.pswp-zoom-gallery .pswp__button--arrow--left:hover {
  transform: scale(1.1);
  --primary: var(--COLOR-PRIMARY-HOVER);
  border-color: var(--COLOR-BORDER-DARK);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right .icon,
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left .icon,
.pswp-zoom-gallery .pswp__button--arrow--right .icon,
.pswp-zoom-gallery .pswp__button--arrow--left .icon {
  stroke: var(--primary);
  fill: none;
  pointer-events: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
.pswp-zoom-gallery .pswp__button--arrow--right {
  left: auto;
  right: 40px;
}
@media only screen and (max-width: 749px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
.pswp-zoom-gallery .pswp__button--arrow--right {
    right: 10px;
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumbs,
.pswp-zoom-gallery .pswp__thumbs {
  position: absolute;
  bottom: -146px;
  left: 0;
  z-index: 2;
  overflow-x: auto;
  width: 100%;
  padding: 10px 10px 16px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumbs::-webkit-scrollbar,
.pswp-zoom-gallery .pswp__thumbs::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
@media only screen and (max-width: 749px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumbs,
.pswp-zoom-gallery .pswp__thumbs {
    bottom: 0;
    padding: 10px 0;
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb,
.pswp-zoom-gallery .pswp__thumb {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 10px;
  background-size: cover;
  background-color: var(--COLOR-BG);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: inherit;
  vertical-align: top;
  filter: brightness(var(--filter-bg));
  transition: all 0.2s ease-in-out;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb:hover,
.pswp-zoom-gallery .pswp__thumb:hover {
  transform: scale(1.1);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb:before,
.pswp-zoom-gallery .pswp__thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  pointer-events: none;
  transition: border-color 0.2s ease-in-out;
  content: "";
}
@media only screen and (max-width: 749px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb,
.pswp-zoom-gallery .pswp__thumb {
    width: 42px;
    height: 42px;
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb.is-current:before,
.pswp-zoom-gallery .pswp__thumb.is-current:before {
  border-color: var(--COLOR-BG);
}
@media only screen and (max-width: 749px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb.is-current,
.pswp-zoom-gallery .pswp__thumb.is-current {
    transform: scale(1.4);
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption,
.pswp-zoom-gallery .pswp__caption {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
  max-width: 50vw;
  padding: 10px 20px 10px 50px;
  background: var(--COLOR-BG);
}
@media only screen and (max-width: 749px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption,
.pswp-zoom-gallery .pswp__caption {
    top: 50px;
    left: 10px;
    max-width: 250px;
    max-width: calc(100% - 80px);
    padding: 7px 14px 7px 7px;
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption__center *:not(.product__title):not(.product__title > a),
.pswp-zoom-gallery .pswp__caption .pswp__caption__center *:not(.product__title):not(.product__title > a) {
  display: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .product__title > a,
.pswp-zoom-gallery .pswp__caption .product__title > a {
  pointer-events: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption-close,
.pswp-zoom-gallery .pswp__caption .pswp__caption-close {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  color: currentColor;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption-close:hover,
.pswp-zoom-gallery .pswp__caption .pswp__caption-close:hover {
  color: var(--COLOR-PRIMARY-HOVER);
}
body.is-focused .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption-close:focus,
body.is-focused .pswp-zoom-gallery .pswp__caption .pswp__caption-close:focus {
  outline: initial !important;
  box-shadow: 0px 0px 0px 2px var(--COLOR-PRIMARY);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption-close .icon,
.pswp-zoom-gallery .pswp__caption .pswp__caption-close .icon {
  --icon-size: 28px;
  position: absolute;
  top: 7px;
  left: 14px;
  stroke: currentColor;
  fill: none;
  pointer-events: none;
}
@media only screen and (max-width: 749px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption-close,
.pswp-zoom-gallery .pswp__caption .pswp__caption-close {
    display: none;
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .product__link-holder,
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .product__badge,
.pswp-zoom-gallery .pswp__caption .product__link-holder,
.pswp-zoom-gallery .pswp__caption .product__badge {
  display: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption h1,
.pswp-zoom-gallery .pswp__caption h1 {
  margin: 0 0 5px;
  font-size: calc(1.375rem * var(--FONT-ADJUST-HEADING));
}
@media only screen and (max-width: 749px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption h1,
.pswp-zoom-gallery .pswp__caption h1 {
    font-size: calc(1rem * var(--FONT-ADJUST-HEADING));
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption h1:last-child,
.pswp-zoom-gallery .pswp__caption h1:last-child {
  margin-bottom: 0;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption div,
.pswp-zoom-gallery .pswp__caption div {
  margin-top: 0;
  font-size: calc(1rem * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
  .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption div,
.pswp-zoom-gallery .pswp__caption div {
    font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
  }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption div:last-child,
.pswp-zoom-gallery .pswp__caption div:last-child {
  margin-bottom: 0;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption--fake,
.pswp-zoom-gallery .pswp__caption--fake {
  display: none;
}

.pswp-zoom-gallery--single[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__scroll-wrap,
.pswp-zoom-gallery--single .pswp__scroll-wrap {
  bottom: 0;
}
.pswp-zoom-gallery--single[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
.pswp-zoom-gallery--single[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left,
.pswp-zoom-gallery--single[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumbs,
.pswp-zoom-gallery--single .pswp__button--arrow--right,
.pswp-zoom-gallery--single .pswp__button--arrow--left,
.pswp-zoom-gallery--single .pswp__thumbs {
  display: none;
}

/*====== Cart Dropdown ======*/
.cart-drawer {
  --inner: 15px;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 6000;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 380px;
  border-left: 1px solid var(--border);
  background-color: var(--bg);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 749px) {
  .cart-drawer {
    border-left: none;
  }
}
.cart-drawer.is-open {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}
.cart-drawer .cart__checkout {
  margin: 0 0 var(--inner);
}
.cart-drawer .additional-checkout-buttons .dynamic-checkout__content {
  padding: calc(var(--inner) - 5px) var(--inner) var(--inner) var(--inner);
}
.cart-drawer .is-hidden a,
.cart-drawer .is-hidden button,
.cart-drawer .is-hidden input,
.cart-drawer .is-hidden textarea,
.cart-drawer .is-hidden select,
.cart-drawer .is-hidden .popout__toggle {
  visibility: hidden;
}

.cart-drawer .cart__foot__inner {
  padding: calc(var(--inner) - 2px) var(--inner);
}

.cart-drawer .cart__note {
  margin: 0;
}

.cart-drawer .cart__widget--products {
  border-top: 1px solid var(--border);
}

.cart-drawer .cart__widget__content__inner {
  padding-left: var(--inner);
  padding-right: var(--inner);
}

.cart-drawer .product-upsell__errors .errors {
  margin-top: 0;
}

.cart-drawer__head {
  position: relative;
  width: 100%;
  padding: 24px var(--inner);
  border-bottom: 1px solid var(--border);
}
.cart-drawer__head h3 {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-size: calc(11px * var(--FONT-ADJUST-BODY));
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-size: max(1em * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  margin: 0;
  line-height: 1;
  margin-bottom: -3px;
}
@media only screen and (max-width: 749px) {
  .cart-drawer__head h3 {
    font-size: calc(10px * var(--FONT-ADJUST-BODY));
  }
}
@media only screen and (max-width: 749px) {
  .cart-drawer__head h3 {
    font-size: max(1em * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  }
}

.cart-drawer__close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 5px;
  color: inherit;
  font-size: 0;
  text-decoration: none;
  transform: translate3d(0, -50%, 0);
  transition: color 0.3s ease;
}
.cart-drawer__close .icon {
  display: block;
  fill: currentColor;
  transition: transform 0.3s;
  pointer-events: none;
}
.cart-drawer__close:hover {
  color: var(--link-hover);
}
.cart-drawer__close:hover .icon {
  transform: rotate(90deg);
}

.cart-drawer__body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  width: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.cart-drawer__empty:not(.is-hidden) {
  display: flex;
  flex-grow: 1;
  max-height: 100%;
  width: 100%;
}

.cart-drawer__empty__inner {
  flex: 0 1 100%;
  margin: auto 0;
}

.cart-drawer__foot {
  width: 100%;
  margin-top: auto;
}

.cart-drawer__message {
  padding: 12px var(--inner);
  margin: 0;
  font-size: max(0.6875rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  flex-wrap: wrap;
}

.cart-drawer__message--custom {
  color: var(--text);
  background: var(--COLOR-BG-SECONDARY);
  text-align: left;
  font-size: max(0.6875rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
}
.cart-drawer__message--custom p {
  margin: 0;
}

.cart-drawer__empty__message {
  padding: calc(var(--inner) * 2);
  text-align: center;
  transition: all 0.3s;
  margin: 0 auto;
}
.is-hidden .cart-drawer__empty__message {
  padding: 0;
}

.cart-drawer__empty__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--inner);
  justify-items: center;
  padding: 0 var(--inner) calc(var(--inner) * 2);
}

.cart-drawer__empty__item {
  width: 100%;
}

.cart-drawer__empty__item--odd--last {
  grid-column: 2 span/3;
  max-width: 100%;
}

.cart-drawer__empty__item .btn, .cart-drawer__empty__item .product__reviews .spr-summary-actions-newreview, .product__reviews .cart-drawer__empty__item .spr-summary-actions-newreview, .cart-drawer__empty__item .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-drawer__empty__item .shopify-payment-button__button--unbranded {
  min-height: 100%;
}

.cart-drawer__empty__item--odd--last .btn--large {
  max-width: 100%;
}

.cart-drawer__errors {
  position: sticky;
  top: 0;
  z-index: 9;
  border-left: none;
  border-right: none;
}

.cart-drawer__errors .cart__errors__inner {
  padding: calc(var(--inner) / 2) var(--inner);
  margin: 0;
  border-left: none;
  border-right: none;
}

/*====== Cart Item ======*/
.cart__item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: var(--inner);
  border-bottom: 1px solid var(--border);
}

.cart__item--no-border {
  border-bottom: none;
}

.cart__item.is-removed {
  overflow: hidden;
  animation: cartItemRemoved 0.5s ease;
  animation-fill-mode: forwards;
}

.cart__item__image {
  font-size: 0;
}
.no-js .cart__item__image noscript {
  height: 100%;
}
.cart__item__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.cart__item__image a {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: var(--bg);
  filter: brightness(var(--filter-bg));
  text-decoration: none;
  transition: opacity 0.3s;
}
.cart__item__image a:hover {
  opacity: 0.75;
}

.cart__item__content {
  width: calc(100% - 90px);
  padding: 0 30px;
}

.cart__item__title {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  margin-bottom: 5px;
  line-height: 1.35;
  font-size: max(1rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
  .cart__item__title {
    font-size: max(1em * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  }
}

.cart__item__title a {
  transition: color 0.3s ease;
}

.cart__item__remove {
  --icon-size: 16px;
  position: absolute;
  top: 8px;
  right: var(--inner);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 0;
  transition: color 0.3s ease;
}
.cart__item__remove .icon {
  display: block;
  transition: transform 0.3s ease;
}
.cart__item__remove:hover {
  color: var(--link-hover);
}
.cart__item__remove:hover .icon {
  transform: rotate(90deg);
}

.cart__item__meta {
  margin-bottom: 10px;
}

.cart__item__selling-plan {
  font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  font-style: var(--FONT-STYLE-BODY-ITALIC);
}
.cart__item__selling-plan span {
  display: block;
  margin: 5px 0;
}
@media only screen and (max-width: 749px) {
  .cart__item__selling-plan {
    font-size: max(0.75em * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  }
}

.item__title .cart__item__selling-plan span {
  margin-bottom: 0px;
  margin-top: 10px;
}

.cart__item__selected-options,
.cart__item__property {
  margin: 2px 0 0;
  font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  line-height: 1.3;
}
@media only screen and (max-width: 749px) {
  .cart__item__selected-options,
.cart__item__property {
    font-size: max(0.75em * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
  }
}

.popup-cookies {
  position: fixed;
  display: none;
  padding: var(--gutter);
  background-color: var(--bg);
  color: var(--text);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.popup-cookies :root {
  --bg: var(--COLOR-BG);
  --text: var(--COLOR-TEXT);
}
.popup-cookies:not([data-promo-text]) {
  z-index: 4005;
  transition: z-index 0.3s, opacity 0.3s, visibility 0.3s;
}
[data-scroll-locked] .popup-cookies:not([data-promo-text]) {
  z-index: -1;
  visibility: hidden;
  opacity: 0 !important;
  pointer-events: none;
}
.popup-cookies .popup__title {
  font-family: var(--FONT-STACK-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  line-height: 1.2;
  font-weight: var(--FONT-WEIGHT-HEADING);
  margin: 0 0 0.5em 0;
  margin-bottom: 10px;
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
}
.popup-cookies .popup__title--cookies {
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-HEADING));
}
.popup-cookies .popup__tracking p:nth-child(2) {
  margin-bottom: 15px;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
.popup-cookies a:not(.btn):not(.btn--neutral),
.popup-cookies button:not(.close):not(.btn) {
  color: var(--COLOR-PRIMARY);
  transition: opacity 0.3s;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
.popup-cookies a:not(.btn):not(.btn--neutral):hover,
.popup-cookies button:not(.close):not(.btn):hover {
  opacity: 0.75;
}
.popup-cookies .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: inherit;
  transition: transform 0.3s;
}
.popup-cookies .close:hover {
  transform: rotate(90deg);
}
@media only screen and (max-width: 479px) {
  .popup-cookies .close {
    top: 5px;
    right: 5px;
  }
}
.popup-cookies .close svg {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 480px) {
  .popup-cookies--left {
    left: 0;
    bottom: 30px;
    max-width: 350px;
  }
  .popup-cookies--right {
    right: 0;
    bottom: 30px;
    max-width: 350px;
  }
  .popup-cookies--bottom {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px var(--outer);
  }
  .popup-cookies--bottom .popup__tracking__text,
.popup-cookies--bottom .popup__tracking {
    display: flex;
    align-items: center;
  }
  .popup-cookies--bottom .popup__tracking__text {
    flex-wrap: wrap;
  }
  .popup-cookies--bottom .popup__tracking p,
.popup-cookies--bottom .popup__tracking p:nth-child(2),
.popup-cookies--bottom .popup__tracking > a:not(.btn),
.popup-cookies--bottom .popup__tracking > button:not(.close) {
    margin: 0 16px 0 0;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  }
  .popup-cookies--bottom .popup__tracking > button:not(.close) {
    flex: 0 0 auto;
    padding-right: 0;
    margin: 0 0 0 auto;
  }
  .popup-cookies--center {
    top: 50%;
    left: 50%;
    max-width: 350px;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 479px) {
  .popup-cookies {
    max-width: none;
    left: 15px;
    right: 15px;
    bottom: 60px;
  }
  .popup-cookies:first-child:last-child {
    bottom: 15px;
  }
}

.popup-large-promo .newsletter-form {
  margin: 0 auto;
}

@media only screen and (max-width: 749px) {
  [data-popup-delay].desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 750px) {
  [data-popup-delay].mobile {
    display: none !important;
  }
}

[data-promo-text][data-popup-delay=always],
[data-popup-delay=always]:not([data-large-popup]) > * {
  z-index: 4004;
}

[data-promo-text][data-popup-delay=delay],
[data-popup-delay^=delayed]:not([data-large-popup]) > * {
  z-index: 4003;
}

[data-large-popup] > * {
  z-index: 4002;
}

[data-popup-delay]:not([data-popup-delay=always]):not([data-popup-delay^=delayed]):not([data-large-popup]):not([data-tracking-consent]) {
  z-index: 4001;
}

.has-block-selected > div:not(.selected) {
  visibility: hidden;
}

.select-popout {
  position: relative;
  text-align: left;
}
.select-popout > .quantity-selector {
  display: none;
}
.select-popout > .quantity-selector input {
  border-color: var(--primary);
}
.select-popout.is-active > *:not(.quantity-selector) {
  display: none;
}
.select-popout.is-active > .quantity-selector {
  display: block;
}

.select-popout + .radio__fieldset__bottom {
  margin-top: var(--form-margin);
}

.select-popout__toggle {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: var(--form-top) calc(var(--form-left) * 2) var(--form-top) var(--form-left);
  border: 1px solid var(--primary);
  border-radius: var(--RADIUS-SM);
  line-height: 1.3;
  text-align: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sold-out .select-popout__toggle::after {
  content: attr(data-select-soldout);
}

.unavailable .select-popout__toggle::after {
  content: attr(data-select-unavailable);
}

.select-popout__toggle .icon-nav-arrow-down {
  --icon-size: 18px;
  position: absolute;
  right: 10px;
  transition: transform 0.3s ease;
}

.select-popout__toggle[aria-expanded=true] .icon-nav-arrow-down {
  transform: rotateX(180deg);
}

.select-popout__list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 350px;
  min-height: calc(var(--form-top) * 2 + var(--font-2) * var(--FONT-ADJUST-BODY) * 1.2);
  width: 100%;
  border: 1px solid var(--primary);
  border-top-width: 0px;
  margin: -1px 0 0;
  background: var(--bg);
  list-style: none outside none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s;
}

.select-popout__list.popout-list--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.4s, visibility 0.4s;
}

.select-popout__list--properties {
  min-height: 44px;
}

.select-popout__item {
  display: block;
  margin-bottom: 0;
}

.select-popout__item.is-active .select-popout__option {
  background: var(--COLOR-BG-SECONDARY);
}

.select-popout__option {
  display: block;
  padding: var(--form-top) var(--form-left);
  color: inherit;
  transition: background 0.4s;
}
.select-popout__option:hover {
  background: var(--COLOR-BG-SECONDARY);
}
.select-popout__option.sold-out::after {
  content: attr(data-select-soldout);
}
.select-popout__option.unavailable::after {
  content: attr(data-select-unavailable);
}

.select-popout--small {
  max-width: 7.5rem;
}

/*====== Product Upsell ======*/
:root {
  --btn-text-width: 0px;
}

.product-upsell__holder__title {
  margin-top: 0;
}

.product-upsell {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 2rem;
  background-color: var(--bg-accent);
}

.product-upsell__image {
  width: 120px;
}

.product-upsell__image__link {
  display: block;
  height: 100%;
}

.product-upsell__image__thumb {
  overflow: hidden;
  position: relative;
  padding-top: var(--PRODUCT-GRID-ASPECT-RATIO);
  min-height: 100%;
  filter: brightness(var(--filter-bg));
}

.product-upsell__image__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-upsell__image__thumb img.lazyloaded {
  background-color: var(--bg);
}

.product-upsell__content {
  --inner: 16px;
  width: calc(100% - 120px);
  padding: var(--inner) 60px var(--inner) var(--inner);
}
@media only screen and (min-width: 990px) {
  .product-upsell__content {
    --inner: 24px;
  }
}

.product-upsell__content a {
  display: block;
  transition: color 0.3s ease;
}

.product-upsell__title {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
  margin-top: 0;
}

.product-upsell__variant-title {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
  color: var(--text-light);
}

.product-upsell__variant-title span {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  margin: 0 4px;
  background-color: currentColor;
  vertical-align: middle;
  opacity: 0.8;
}

.product-upsell__price {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.product-upsell__price .unit {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  display: block;
  margin-top: 5px;
  color: var(--text-light);
}

.product-upsell__btn {
  --btn-size: 32px;
  --btn-text: var(--primary);
  --btn-icon-offset: 4px;
  --btn-text-padding: 6px;
  --text-size: calc(0.8rem * var(--FONT-ADJUST-BODY));
  overflow: hidden;
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-width: var(--btn-size);
  min-height: var(--btn-size);
  padding: 0 10px;
  border: none;
  border-radius: 16px;
  font-size: calc(1rem * var(--FONT-ADJUST-BODY));
  line-height: 32px;
  color: var(--primary);
  background: var(--bg);
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .product-upsell__btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 10px 0 0;
  }
}

.product-upsell__btn .btn__text-cloned {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  font-size: var(--text-size);
  opacity: 0;
  white-space: nowrap;
}

.product-upsell__btn .btn__text {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  opacity: 0;
  font-size: var(--text-size);
  text-align: right;
  white-space: nowrap;
  transition: opacity 0.3s ease, width 0.3s ease, visibility 0.3s;
}

.product-upsell__btn.is-loading,
.product-upsell__btn.is-added {
  width: var(--btn-size);
}
.product-upsell__btn.is-loading .btn__text,
.product-upsell__btn.is-added .btn__text {
  opacity: 0;
}

.product-upsell__btn .btn__plus {
  --icon-size: 20px;
  position: relative;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 0 calc(var(--btn-icon-offset) * -1);
}

.product-upsell__btn .icon-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  fill: currentColor;
  transform: translate(-50%, -50%);
}

.product-upsell__btn.is-loading {
  pointer-events: none;
}

@media (hover: hover) {
  .product-upsell__btn:hover .btn__text {
    width: calc(var(--btn-text-width) + var(--btn-text-padding) + var(--btn-icon-offset));
    opacity: 1;
    visibility: visible;
  }

  .product-upsell__btn.is-added:hover,
.product-upsell__btn.is-loading:hover {
    min-width: var(--btn-size);
  }

  .product-upsell__btn.is-added:hover .btn__text,
.product-upsell__btn.is-loading:hover .btn__text {
    width: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.product-upsell__out-of-stock {
  display: none;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  color: var(--sale-text-secondary);
}

.product-upsell__btn.is-hidden {
  display: none;
}

.product-upsell__btn.is-hidden ~ .product-upsell__out-of-stock {
  display: block;
}

.product-upsell__errors {
  overflow: hidden;
  position: relative;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, max-height 0.5s cubic-bezier(0, 0.75, 0.25, 1), visibility 0.5s;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
.product-upsell__errors.is-visible {
  visibility: visible;
  max-height: 300px;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.5, 0.25, 0.75, 1);
}
.product-upsell__errors .errors {
  position: relative;
  padding: 10px 30px 10px 10px;
  margin: 10px 0;
  border: 1px solid var(--COLOR-ERROR-BORDER);
  border-radius: var(--RADIUS-SM);
  background-color: var(--COLOR-ERROR-BG);
  color: var(--COLOR-ERROR);
}

quick-add-product + quick-add-product {
  display: none;
}

/*====== Product Quick view Drawer ======*/
.product-quick-add {
  --inner: 20px;
  --outer: 20px;
  --offset: calc(var(--outer) * -1);
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  width: 100vw;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, visibility 0.5s;
}
.product-quick-add.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

.product-quick-add__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.product-quick-add__inner {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
@media only screen and (max-width: 749px) {
  .product-quick-add__inner {
    display: block;
    height: auto;
  }
}

.product-quick-add__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 380px;
  max-height: 100%;
  background-color: var(--bg);
  transition: transform 0.5s;
}
@media only screen and (min-width: 750px) {
  .product-quick-add__content {
    transform: translate3d(100%, 0, 0);
  }
}
@media only screen and (max-width: 749px) {
  .product-quick-add__content {
    top: auto;
    max-width: 100%;
    transform: translate3d(0, 100%, 0);
    border-radius: 10px 10px 0 0;
  }
}

.is-open > .product-quick-add__content {
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 749px) {
  .product-quick-add__slides {
    display: none;
  }
}
.product-quick-add__slides .product__slide {
  overflow: hidden;
  width: 100%;
  height: 50vh;
}
.product-quick-add__slides .product__slide:only-child {
  width: 100%;
}
.product-quick-add__slides .product__photo {
  height: 100%;
}
.product-quick-add__slides .lazy-image,
.product-quick-add__slides .deferred-media {
  height: 100%;
  padding: 0 !important;
}
.product-quick-add__slides .product__photo img,
.product-quick-add__slides .product__media img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.product-quick-add__slides .flickity-prev-next-button {
  --icon-size: 30px;
  z-index: 20;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translateZ(0);
  border-radius: 0;
}
.product-quick-add__slides .flickity-prev-next-button:after {
  background: var(--bg);
}

.product-quick-add__slides--2 {
  display: flex;
}
@media only screen and (max-width: 749px) {
  .product-quick-add__slides--2 {
    display: none;
  }
}
.product-quick-add__slides--2 .product__slide {
  width: 50%;
}

.product-quick-add__form {
  --padding-vertical: 5px;
  --padding-adjust: var(--padding-vertical) * var(--FONT-ADJUST-BODY);
  width: 100%;
  padding: var(--outer);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
}
.product-quick-add__form .product__title__wrapper {
  padding-right: 0;
}
.product-quick-add__form .product__title {
  margin-top: 0;
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-HEADING));
}
.product-quick-add__form .product__price {
  padding: calc(var(--padding-adjust)) 0;
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
}
.product-quick-add__form .product__siblings,
.product-quick-add__form .product__selectors {
  margin-top: calc(20px - (var(--padding-adjust)));
}
.product-quick-add__form .product__siblings:not(:empty) ~ .product__form__holder .product__selectors {
  --padding-adjust: 0px;
}
.product-quick-add__form .product__submit {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  margin: auto 0 var(--offset);
  padding-bottom: var(--outer);
  background: var(--bg);
  box-shadow: 0 0 10px 10px var(--bg);
}
.product-quick-add__form .product__submit__buttons {
  width: 100%;
  margin: var(--inner) 0 0;
}
.product-quick-add__form .product__submit__item {
  max-width: 100%;
  padding: 0;
}
.product-quick-add__form .product__form__errors {
  padding-bottom: 0;
  margin: 15px 0 0 0;
}
.product-quick-add__form .product__form__errors:empty {
  margin-top: 0;
}
.product-quick-add__form .select-popout__list {
  max-height: 120px;
}
@media only screen and (min-width: 750px) {
  .product-quick-add__form .select-popout__list {
    top: auto;
    bottom: 100%;
    margin-bottom: -1px;
    border-top-width: 1px;
    border-bottom-width: 0;
  }
}
@media only screen and (max-width: 749px) {
  .product-quick-add__form {
    --padding-vertical: 3px;
  }
  .product-quick-add__form .product__title__wrapper {
    padding-right: 40px;
    margin: 0;
  }
  .product-quick-add__form .product__title {
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
  }
  .product-quick-add__form .product__price {
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
  }
  .product-quick-add__form .select-popout__list {
    max-height: 120px;
  }
}

.product-quick-add__form__inner {
  display: flex;
  flex-direction: column;
  flex: 0 1 550px;
}
@media only screen and (max-width: 749px) {
  .product-quick-add__form__inner {
    max-width: none;
  }
}
.product-quick-add__form__inner .product__form__holder {
  height: 100%;
}
.product-quick-add__form__inner .product-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-quick-add__close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 5px;
  color: inherit;
  font-size: 0;
  text-decoration: none;
  transform: translate3d(0, -50%, 0);
  transition: color 0.3s ease;
  top: 30px;
  z-index: 2;
}
.product-quick-add__close .icon {
  display: block;
  fill: currentColor;
  transition: transform 0.3s;
  pointer-events: none;
}
.product-quick-add__close:hover {
  color: var(--link-hover);
}
.product-quick-add__close:hover .icon {
  transform: rotate(90deg);
}

.product-quick-add__description {
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
  margin-bottom: var(--inner);
}

/*====== Global Accordions ======*/
.accordions-holder {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 var(--outer);
}
.accordions-holder + .accordions-holder {
  margin-top: -1px;
}

.accordions-holder .reviews-holder {
  padding: var(--padding-top) 0 var(--padding-bottom);
}

.accordion-group {
  color: var(--text);
  background-color: var(--bg);
}

.accordions-holder:empty {
  margin: 0 !important;
}

.accordion {
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  margin-top: -1px;
}
.reviews-holder .accordion, .faq-section .accordion {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 var(--outer);
  color: var(--text);
  background-color: var(--bg);
}

.accordion__title {
  position: relative;
  padding: 1.5rem 30px 1.5rem 0;
  margin: 0;
  cursor: pointer;
}
.accordion__title:not(p) {
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
  font-weight: var(--FONT-WEIGHT-HEADING);
  line-height: 1.2;
}
.accordion__title .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  fill: var(--text);
  stroke: var(--text);
  transform: translateY(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.accordion__title .icon-minus {
  visibility: hidden;
  opacity: 0;
}

.no-js .accordion__title .icon-minus,
.accordion__title.is-open .icon-minus {
  visibility: visible;
  opacity: 1;
}
.no-js .accordion__title .icon-plus,
.accordion__title.is-open .icon-plus {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}

.accordion__body {
  display: none;
  padding-bottom: 1rem;
  overflow: hidden;
}
.no-js .accordion__body {
  display: block;
}
@media only screen and (max-width: 749px) {
  .accordion__body .product__reviews {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 749px) {
  .reviews-holder .accordion__body {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*====== FAQ List ======*/
@media only screen and (max-width: 749px) {
  .faq-list-holder {
    overflow: hidden;
  }
}

.faq-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 749px) {
  .faq-list {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding: var(--outer);
    padding-left: var(--outer);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .faq-list::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .faq-list:after {
    content: "";
    min-height: 1px;
    display: block;
    position: relative;
    padding-right: var(--outer);
  }
}

.faq-list__item {
  flex-basis: 45%;
  padding: calc(var(--gutter) / 2) 0;
  font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  line-height: 1.3;
}
.faq-list__item:only-child {
  flex-basis: 100%;
}
@media only screen and (max-width: 749px) {
  .faq-list__item {
    scroll-snap-align: start;
    flex: 0 0 calc(100% - 50px);
    padding-left: var(--outer);
    padding-right: var(--outer);
  }
}

.faq-list__item--form:only-child {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 750px) {
  .faq-list__item--form:only-child {
    flex-basis: 45%;
    margin: 0 auto;
  }
}

.faq-list__item .contact-form {
  max-width: 520px;
  margin: 0;
}

.faq-list__item:only-child .contact-form {
  margin: 0 auto;
}

.faq-list--3 .faq-list__item,
.faq-list--6 .faq-list__item,
.faq-list--9 .faq-list__item {
  flex-basis: 30%;
}
@media only screen and (max-width: 749px) {
  .faq-list--3 .faq-list__item,
.faq-list--6 .faq-list__item,
.faq-list--9 .faq-list__item {
    flex-basis: calc(100% - 50px);
  }
}

.faq-list__item-title {
  margin-bottom: calc(var(--gutter) / 3);
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-HEADING));
  font-weight: var(--FONT-WEIGHT-HEADING);
}

.image__fill + .faq-list__item-title {
  margin-top: calc(var(--gutter) / 3);
}

.faq-list__item-icon .icon__animated {
  padding-bottom: calc(var(--inner) / 4);
}

@media only screen and (max-width: 749px) {
  .faq-list__item-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.faq__title {
  margin: 2.5rem 0;
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
}
.faq__title:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 749px) {
  .section-faq .accordion__body {
    margin-left: calc(var(--outer) * -2);
    margin-right: calc(var(--outer) * -2);
  }
}

/**
 * Quick add
 */
.quick-add__holder {
  --btn-text: var(--primary);
  position: absolute;
  bottom: 0;
  z-index: 20;
  opacity: 0;
  width: 100%;
  background: var(--TRANSPARENT);
  border-top: none;
  text-align: center;
  pointer-events: auto;
  animation: slideOutDown 0.25s ease;
}

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

.supports-touch .quick-add__holder {
  animation: slideInUp 0.25s ease;
  animation-fill-mode: forwards;
}

.no-touch .product-item__image:hover .quick-add__holder:not(.is-disabled),
.no-touch .product-item--overlay-text:hover .quick-add__holder:not(.is-disabled) {
  animation: slideInUp 0.25s ease;
  animation-fill-mode: forwards;
}
.no-touch .product-item__image:hover .quick-add__button,
.no-touch .product-item--overlay-text:hover .quick-add__button {
  visibility: visible;
}

.quick-add__holder.is-visible,
.quick-add__holder.has-error,
body.is-focused .quick-add__holder:focus-within {
  animation: slideInUp 0.25s ease;
  animation-fill-mode: forwards;
}

.quick-add__holder.is-disabled {
  animation: slideOutDown 0.25s ease;
  pointer-events: none;
}

.quick-add__holder.is-disabled .quick-add__button {
  visibility: hidden;
}

.quick-add__button {
  position: relative;
  text-decoration: none;
  display: block;
  width: 100%;
  color: var(--COLOR-TEXT);
  padding: 15px;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  visibility: hidden;
  transition: visibility 0.5s;
}
.quick-add__button.is-loading, .quick-add__button.is-added {
  visibility: visible;
}
.quick-add__button:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  background: var(--COLOR-BG);
  opacity: 0.7;
}
.quick-add__button.is-hidden {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.quick-add__button.is-disabled {
  pointer-events: none;
}
@media only screen and (max-width: 749px) {
  .quick-add__button {
    display: none;
  }
}

.quick-add__button > span {
  pointer-events: none;
}

@media only screen and (max-width: 989px) {
  .has-error > .quick-add__button {
    visibility: visible;
    display: block;
    max-height: none;
    padding: 15px;
    opacity: 1;
  }
}

.quick-add__button-mobile {
  --btn-size: 36px;
  --btn-offset: 5px;
  position: absolute;
  bottom: var(--btn-offset);
  left: var(--btn-offset);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-size);
  height: var(--btn-size);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--COLOR-TEXT);
  background: var(--COLOR-BG);
  pointer-events: auto;
  font-size: 0;
  z-index: 1;
}
.quick-add__button-mobile:after {
  content: "";
  position: absolute;
  top: calc(var(--btn-offset) * -1);
  left: calc(var(--btn-offset) * -1);
  width: calc(var(--btn-size) + var(--btn-offset) * 2);
  height: calc(var(--btn-size) + var(--btn-offset) * 2);
  z-index: -1;
  opacity: 0;
}

@media only screen and (min-width: 750px) {
  .no-touch .quick-add__button-mobile {
    display: none;
  }
}

.supports-touch .quick-add__button {
  display: none;
}

.supports-touch .quick-add__button.has-error {
  display: block;
  animation: slideToggle 3s ease;
  animation-fill-mode: forwards;
}

.quick-add__button-mobile .btn__plus {
  color: var(--primary);
}

.quick-add__button-mobile.has-error .btn__plus {
  opacity: unset;
  visibility: unset;
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideOutDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes slideToggle {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  90% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
.text-promo {
  color: var(--text);
}
@media only screen and (min-width: 990px) {
  .text-promo {
    --inner: 40px;
  }
}

.text-promo .backdrop--radial:before {
  z-index: initial;
}

.text-promo-inner {
  background-color: var(--bg);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: var(--inner);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.text-promo-inner .hero__btn,
.text-promo-inner .standard__cta,
.text-promo-inner .standard__heading,
.text-promo-inner .standard__app,
.text-promo-inner .standard__rte {
  position: relative;
  margin: 10px 20px;
  z-index: 20;
}
@media only screen and (max-width: 749px) {
  .text-promo-inner {
    flex-direction: column;
  }
  .text-promo-inner .hero__btn,
.text-promo-inner .standard__cta,
.text-promo-inner .standard__heading,
.text-promo-inner .standard__rte {
    margin: 8px 10px;
  }
}

.text-promo-inner--border {
  border: 1px solid var(--border);
}

.section-before-after {
  color: var(--text);
  background-color: var(--bg);
}
.section-before-after .section__body {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 749px) {
  .section-before-after .section__body {
    display: block;
  }
}
.section-before-after .section__content {
  width: 100%;
  align-self: center;
}
.section-before-after .section__content:not(:only-child) {
  width: 50%;
  margin-right: var(--outer);
}
@media only screen and (max-width: 749px) {
  .section-before-after .section__content:not(:only-child) {
    width: auto;
    margin-right: 0;
  }
}

.section__images {
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .section__images {
    margin: 0;
  }
}
.section__images:not(:only-child) {
  width: 50%;
}
@media only screen and (max-width: 749px) {
  .section__images:not(:only-child) {
    width: auto;
    margin: calc(var(--gutter) * 2) 0;
  }
}

/**** Highlights ****/
.highlights {
  position: relative;
  color: var(--text);
  background: var(--bg);
  padding-top: var(--PT);
  padding-bottom: var(--PB);
}

@media only screen and (min-width: 750px) {
  .highlights .text-left {
    padding-left: 0;
  }
}

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

.highlights__items {
  display: grid;
  gap: var(--gap);
}
@media only screen and (min-width: 990px) {
  .highlights__items {
    grid-template-columns: var(--grid);
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .highlights__items {
    grid-template-columns: var(--grid-tablet);
  }
}
@media only screen and (max-width: 749px) {
  .highlights__items {
    grid-template-columns: var(--grid-small);
  }
}
@media only screen and (max-width: 479px) {
  .highlights__items {
    grid-template-columns: var(--grid-mobile);
  }
}

@media only screen and (max-width: 749px) {
  .highlights__items--mobile-grid {
    padding: 0 var(--outer);
  }
}

@media only screen and (max-width: 749px) {
  .highlights__items--mobile-slider {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 0;
    padding-left: var(--gap);
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding: var(--gap);
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .highlights__items--mobile-slider::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .highlights__items--mobile-slider:after {
    content: "";
    display: block;
    position: relative;
    padding-right: var(--gap);
  }
}

@media only screen and (max-width: 749px) {
  .highlights__items--mobile-slider .highlights__item {
    flex: 0 0 auto;
    width: calc(100% - 50px);
    margin: 0 var(--gap) 0 0;
  }
  .highlights__items--mobile-slider .highlights__item:last-child {
    margin-right: 0;
  }
  .highlights__items--mobile-slider .highlights__item:only-child {
    width: 100%;
  }
}

.highlights__item {
  --border: transparent;
  position: relative;
  text-align: center;
  width: 100%;
  color: var(--text);
  transition: color 0.3s ease;
}

.highlights__item .image__hero__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlights__item__background {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: var(--bg);
  border: 1px solid var(--border);
}

.highlights__item__background--rectangle {
  padding-bottom: 75%;
}

.highlights__item__background--circle {
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  border-radius: 50%;
}

.highlights__item__background--button {
  padding-bottom: 25%;
}
@media only screen and (max-width: 749px) {
  .highlights__item__background--button {
    padding-bottom: 30%;
  }
}

.highlights__item__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: var(--inner);
  overflow: hidden;
  transform: translateY(-50%);
}

.highlights__item__content p {
  margin: 0;
}

.highlight {
  background-color: var(--primary-fade);
  color: var(--COLOR-PRIMARY);
  padding: 3px 6px;
  border-radius: 3px;
}

/*================ Siblings - PDP ================*/
.swatch__button--circle .siblings__swatch,
.swatch__button--circle .siblings__swatch .image__fill,
.swatch__button--circle .siblings__swatch .background-size-cover {
  overflow: hidden;
  border-radius: 50%;
}

.swatch__button--rectangle .siblings__swatch {
  border-radius: 0;
}

.no-js .siblings__swatch,
.no-js .sibling__image,
.no-js .sibling__image .image__fill,
.no-js .sibling__image noscript,
.no-js .sibling__image noscript img {
  height: 100%;
}

.no-js .sibling__image noscript img {
  width: 100%;
  object-fit: cover;
}

/**
 * Features
 */
.product__features {
  position: relative;
}

.product__features .flickity-viewport {
  transition: height 0.2s ease;
}

.product__features .flickity-page-dots {
  --text: var(--COLOR-PRIMARY);
  justify-content: flex-end;
  bottom: 0;
  padding: 0 var(--inner) var(--inner);
}

.product__feature {
  --dots-height: 16px;
  width: 100%;
  color: var(--text);
  background-color: var(--bg);
  padding: calc(var(--inner) - 0.5em) var(--inner);
}

.flickity-enabled .product__feature {
  padding-bottom: calc(var(--inner) * 2 - 0.5em + var(--dots-height));
}

.product__feature a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.product__feature a:hover {
  color: var(--link-hover);
}

.product__feature__heading {
  display: flex;
  align-items: flex-start;
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

/*! ============ Add any custom styles below this line ================== */

.footer__bottom .popout__toggle{
	border: none !important;
}



/*about bnr block css start*/
.about-image-bnr-block {
  position: relative;
}

body.about-us .about-image-bnr-block {
  margin-top: -50px;
}

.about-bnr-content-block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  max-width: 637px;
  width: 100%;
  text-align: center;
  color: var(--text-white);
}

.about-bnr-content-block p {
  font-family: var(--FONT-MONTSERRAT);
  line-height: 22px;
}

.about-bnr-img.mobile-img {
  display: none;
}

.about-bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 895px;
}

.about-bnr-img:after {
  background-color: rgba(85, 85, 85, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-bnr-content-block .btn {
  margin-top: 70px;
}

[data-section-type="rich-text"] strong {
  font-weight: 700;
}

@media only screen and (max-width: 1199px) {
  .about-bnr-content-block .btn {
    margin-top: 35px;
  }
}   
  
@media only screen and (max-width: 767px) {
  .about-bnr-content-block {
    padding: 0 var(--outer);
  }
  .about-bnr-img img {
    min-height: 600px;
  }
  .about-bnr-img.desktop-img {
    display: none;
  }
  .about-bnr-img.mobile-img {
    display: block;
  }
  .drawer__menu > .sliderule__wrapper > .sliderow > .sliderow__title {
    font-size: 15px;
  }
  .drawer__inner a.sliderow__title {
    font-size: 15px;
  }
}


/*Wishlist Custom CSS*/

.swym-notification-wishlist .swym-powered-by-text {
    display: none !important;
    visibility: hidden !important;
    font-size: 0 !important;
}

div#swym-wishlist-render-container{display: none; padding: 0 var(--outer);}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title{ font-size:15px !important; white-space: unset !important; margin-bottom: 15px !important; margin-left: 0 !important; color: #000 !important; font-weight: bold !important; letter-spacing: 1px;}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-variant-title, .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price{margin-left: 0!important; padding-left: 0 !important;}

  .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn{text-align: left !important; border:1px solid !important; padding: 24px 20px 14px !important; background-color: #000 !important; color: #fff !important; width: 100%; text-align: center !important; margin: 10px 0 0 0 !important; text-transform: unset !important; display: none !important;}

button.wishlist-custom-action-btn{text-align: center; font-weight: bold;}

.swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-add-to-cart-btn {text-align: left !important; border:1px solid !important; padding: 10px 40px !important; background-color: #000 !important; color: #fff !important; text-align: center !important; margin:0 !important; text-transform: unset !important;}

.swym-add-to-cart-btn {
  font-size: 0 !important; /* hide original text */
  position: relative !important;
}

.swym-add-to-cart-btn::after {
  content: "Add to Bag";
  font-size: 14px !important; /* or your desired size */
  color: inherit;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px 14px !important;
}


  .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price{ font-size:14px !important; }
  .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper{height: auto!important;}
  .swym-ui-component .swym-wishlist-grid li{width: 33.33% !important}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-delete-btn .swym-icon::before{color: #fff !important; font-size: 16px !important;}  
.swym-ui-component img.swym-wishlist-image {
    margin: 0 !important;
}

.swym-ui-component .swym-wishlist-grid {
    margin-top: 28px !important;
}

.swym-ui-component .swym-wishlist-detail-separator {
    margin: 0 !important;
}

.swym-ui-component .swym-is-button {
    margin-top: 4px !important;
}
.swym-ui-component .swym-product-price.swym-has-sale .swym-product-final-price{color: #000 !important;}
.swym-ui-component .swym-product-final-price.swym-value {
   font-size: 14px !important;
   font-weight: bold;
}


.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-variant-title {
   font-size: 11px !important;
}

.swym-ui-component .rte ul {
   list-style-type: none !important;
}

.swym-ui-component .swym-image-thumb.swym-selected{
   border: 1px solid #919191 !important;
}

.swym-ui-component .swym-image-thumb {
  height: auto !important;
}

.swym-wishlist-product-detail-image-container img {
  margin-bottom: -5px !important;
  margin-top: 0px !important;
}

.swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-detail-image-container .swym-image-thumbnails .swym-image-thumb {
  margin-bottom: 10px !important;
}

.swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn, .swym-wishlist-product-detail-content .swym-wishlist-add-to-cart-btn {
  margin: 0 !important;
}



.swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-title {
  font-size: 14px !important;
  font-weight: 800 !important;
}

.swym-button-bar {
  margin: 20px !important;
  margin-left: auto !important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item {
    height: 100% !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    border: none !important;
}

.swym-ui-component .swym-wishlist-grid li {
    width: 33.33% !important;
    margin: 0 !important;
    width: calc(33.33% - 20px) !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
}

.swym-ui-component .swym-wishlist-grid {
    justify-content: left !important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
  height: 100% !important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper img {
  max-width: 100%;
  object-fit: cover !important;
  height: 100% !important;
  width: 100% !important;
  object-position: center !important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-variant-title {
   line-height: 24px !important;
}

.swym-ui-component .swym-empty-wishlist-container {
  margin-top: 25px !important;
}

.swym-notification-wishlist .swym-image {
  width: 77px !important;
  height: 77px !important;
}

.swym-details .swym-emphasis:nth-of-type(2) {
  font-size: 0 !important;
  display: inline-block !important;
}

.swym-details .swym-emphasis:nth-of-type(2)::before {
  content: "My Wishlist" !important; 
  color: inherit !important; 
  font-size: 12px !important;
}

.swym-notification-wishlist .swym-details{
  letter-spacing: unset !important;
}

.swym-empty-wishlist-continue-btn.swym-button,
.swym-empty-wishlist-title.swym-heading.swym-heading-1{
  text-transform: uppercase !important;
}

.swym-empty-wishlist-title.swym-heading.swym-heading-1 {
  visibility: hidden;
  position: relative;
}

.swym-empty-wishlist-title.swym-heading.swym-heading-1::before {
  content: "ADD TO WISHLIST";
  visibility: visible;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-delete-btn{ border-radius: 50%; padding: 8px 2px 0 0px; margin: auto; width: 32px !important; height: 32px !important; right: 6px !important; top: 0 !important; }
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-variant-title:hover{overflow: hidden  !important;}

@media only screen and (min-width: 901px) {
.swym-ui-component .swym-wishlist-grid li:nth-child(3n+3) {
  margin-right: 0px !important;
  }
}

@media only screen and (max-width: 900px) {
  .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
    max-height: none !important;
  }

  .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title,
  .swym-ui-component .swym-product-final-price.swym-value {font-size: 12px !important;}

  .swym-ui-component .swym-share-btn {
    margin-top: -34px !important;
    padding: 0px 3px !important;
    margin-right: 50px !important;
    border: none !important;
  }

  .swym-ui-component .swym-wishlist-grid {
    padding: 0 !important;
  }

  .swym-ui-component .swym-wishlist-grid {
    justify-content: left !important;
  }

  .swym-ui-component .swym-wishlist-grid li {
    width: 33.33% !important;
    margin: 0 !important;
    width: calc(50% - 15px) !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
  }

  .swym-ui-component .swym-wishlist-grid li:nth-child(2n+2) {
    margin-right: 0px !important;
  }

  .swym-ui-component.swym-wishlist-page .swym-wishlist-detail .swym-wishlist-detail-header {
    border-bottom: none !important;
  }

  .swym-ui-component .swym-wishlist-context-menu::before {
    font-size: 16px !important;
    height: 43px !important;
  }

  .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-container-title-bar .swym-user-login-status {
    top: 54px !important;
  }

  .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail.swym-show-share-option-on-top .swym-wishlist-detail-header{
    margin-bottom: 7px !important;
  }
}

@media only screen and (max-width: 768px) {
/* .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper{height: 320px!important;}  */
}


/*Wishlist Custom CSS*/


/*PLP promotion image CSS*/
.collection .promotion-item_img {
  height: auto;
}

.collection .product-item__image.product-item__bg__under.product-item__video.promotion-item_video {
  height: auto;
}

.collection .promotion_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  object-fit: cover;
}

.collection .promotion_video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  object-fit: cover;
}

@media only screen and (min-width: 750px) {
  .collection .promotion-image--two {
    grid-column: span 2;
    grid-row: span 1;
    overflow: hidden;
  }
}

@media only screen and (max-width: 749px) {
  .collection .promotion-image--two {
    grid-column: span 1;
    grid-row: span 1;
    overflow: hidden;
  }
}
/*PLP promotion image CSS*/


/*Product template: Preorder - template CSS*/
body.product--preorder-waitlist .product_waitlist {
  margin-bottom: 30px;
  letter-spacing: 0.7px;
  text-align: center;
  border: 1px solid rgb(173 173 173);
  padding: 6px;
  margin-top: -20px;
}

body.product--preorder-waitlist .product_waitlist-link:hover {
  color: #000000;
}

body.product--preorder-waitlist .product__submit{display: none;}
/*Product template: Preorder - template CSS*/


/* Header icon homepage CSS*/
body.template-index .icon-search,
body.template-index .wishlist-icon,
body.template-index .icon-profile-circled{
  stroke: #ffffff;
}

body.template-index .navlink--cart--circle .header__cart__status:before{
  border: var(--ICON-STROKE-WIDTH) solid #ffffff;
}

body.template-index .navlink--cart--circle .header__cart__status{
  color: #ffffff;
}

body.template-index .header__mobile__hamburger .icon{
  stroke: #ffffff;
}

body.template-index.mobile-menu-open .icon{
  stroke: #000000;
}

body.template-index.mobile-menu-open .navlink--cart--circle .header__cart__status:before{
  border: var(--ICON-STROKE-WIDTH) solid #000000;
}

body.template-index.mobile-menu-open .navlink--cart--circle .header__cart__status{
  color: #000000;
}

body.template-index.mobile-menu-open .header__mobile__hamburger .icon{
  stroke: #000000;
}
/* Header icon homepage CSS*/


/*Burger nav mobile CSS*/
@media only screen and (max-width: 767px) {
  .account-currency_mobile {
    display: flex;
    padding: 15px;
  }
}
/*Burger nav mobile CSS*/


/*klaviyo waitlist (notify me)*/

.klaviyo-product_waitlist-btn.product__subheading.product_waitlist.klaviyo-bis-trigger {font-size: 16px; text-decoration: none;}
.klaviyo-product_waitlist-btn.product__subheading.product_waitlist.klaviyo-bis-trigger:hover {color: #000;}
.product--preorder-waitlist .product__submit__item { text-align: center; }

/* Privacy Policy styling */
.ul1 {
  font-size: 14.25px !important;
}
strong {
  font-weight: bold;
}
.rte__table-wrapper table tbody tr td:nth-child(1),
.rte__table-wrapper table tbody tr td:nth-child(3) {
  width: 25% !important;
 }
 .rte__table-wrapper table tbody tr td:nth-child(2) {
  width: 50% !important;
 }
 .rte__table-wrapper table tbody tr td p {
  overflow-wrap: break-word;
 }
 .rte__table-wrapper br {
  display: none;
 }
 .rte__table-wrapper:nth-of-type(1) table tbody tr td:nth-child(2) p {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
 }
 .rte__table-wrapper:nth-of-type(1) table tbody tr td:nth-child(2) strong {
  margin-left: 25%;
 }
 .rte__table-wrapper table tbody tr td {
  border: 1px solid #000;
 }