/** Shopify CDN: Minification failed

Line 2542:2 Expected identifier but found "*"
Line 2647:2 Expected identifier but found "*"
Line 4823:2 Expected identifier but found "*"
Line 5301:8 Expected identifier but found whitespace
Line 5301:10 Unexpected "{"
Line 5301:16 Expected ":"
Line 5308:8 Expected identifier but found whitespace
Line 5308:10 Unexpected "{"
Line 5308:16 Expected ":"
Line 6800:8 Expected identifier but found whitespace
... and 16 more hidden warnings

**/
@charset "UTF-8";
























































/* Rating stars variables */
/*================ SETTINGS ================*/
/*================ Sizing Variables ================*/
/*============================================================================
  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
==============================================================================*/
/*================ Z-Index ================*/
/*================ Color Variables ================*/
/* LOGO */

/* BASE */

/* HEADINGS */

/* NAV */

/* FONT STYLES */
/* FONT SIZES */
/*================ VENDOR ================*/
/*! 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;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: 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;
  -webkit-transform: translateZ(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 {
  -ms-touch-action: none;
  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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

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

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

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  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: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

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

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(//ceridwenhazelchild.co.uk/cdn/shop/t/7/assets/photoswipe-default-skin.png?v=115405504031309184941752424854) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
        background-image: url(//ceridwenhazelchild.co.uk/cdn/shop/t/7/assets/photoswipe-default-skin.svg?v=169240992046711858651752424854);
  }

  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
  min-width: 44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

  2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
      background: url(//ceridwenhazelchild.co.uk/cdn/shop/t/7/assets/preloader.gif?v=77008736554601496081752424854) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
      background: #fff url(//ceridwenhazelchild.co.uk/cdn/shop/t/7/assets/preloader.gif?v=77008736554601496081752424854) center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  min-width: 0;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 7px;
  padding: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  min-width: 0;
  cursor: pointer;
  color: transparent;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 10px;
  transition: all 150ms;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background: #fff;
}

@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 6px;
  }

  .slick-dots li button {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
  }
}
.slick-external-controls {
  position: relative;
  margin: 0 0 15px;
}
.slick-external-controls .slick-dots {
  position: static;
  padding: 0 44px;
}
.slick-external-controls .slick-dots li {
  vertical-align: middle;
}
.slick-external-controls .slick-dots li button {
  border-color: #383838;
  background: transparent;
  opacity: 0.5;
}
.slick-external-controls .slick-dots li.slick-active button {
  border-color: #383838;
  background: #383838;
  opacity: 1;
}
@media (max-width: 767px) {
  .slick-external-controls .slick-dots li button {
    width: 9px;
    height: 9px;
  }
}
.slick-external-controls .slick-next,
.slick-external-controls .slick-prev {
  top: -10px;
  transform: none;
}
.slick-external-controls .slick-next.slick-disabled,
.slick-external-controls .slick-prev.slick-disabled {
  opacity: 0.25;
}
.slick-external-controls .slick-next svg,
.slick-external-controls .slick-prev svg {
  fill: #383838;
}
.slick-external-controls .slick-prev {
  left: -15px;
}
.slick-external-controls .slick-next {
  right: -15px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#colorbox {
  margin-top: 5px;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.15);
}

#colorbox, #cboxWrapper {
  overflow: visible !important;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.4);
}

#cboxContent {
  background-color: #fff;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  #colorbox {
    border-radius: 0;
  }
}
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23989898' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  overflow: hidden;
  text-indent: -100px;
}

#cboxClose:hover {
  background-color: transparent;
  border: none;
}

.lightbox-content {
  width: 600px;
}

@media (max-width: 680px) {
  .lightbox-content {
    width: 90vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lightbox-content .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#colorbox.colorbox--enable-trans {
  transition: opacity 250ms;
}

#colorbox.colorbox--hide {
  opacity: 0 !important;
}

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*================ UTILS ================*/
/*================ 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 ================*/
/*================ GENERIC ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  font-weight: bold;
  background-color: transparent;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.4;
  /* 1 */
  /* minimum required to display ascenders in Futura */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

/*================ Form element helpers ================*/
form {
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  input,
textarea,
select {
    font-size: 16px;
  }
}
button,
input[type=submit],
label[for] {
  cursor: pointer;
}

option {
  color: #383838;
  background-color: #ffffff;
}

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

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role=button],
input,
label,
select,
textarea {
  touch-action: manipulation;
}

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

.hidden {
  display: none;
}

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

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

/*============================================================================
  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: #383838;
  background-color: #ffffff;
  padding: 10px;
  z-index: 10000;
  transition: none;
}

.link-reset, .product-block__link {
  text-decoration: none;
  color: inherit;
}

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -15px;
}
.grid::after {
  content: "";
  display: table;
  clear: both;
}

.grid-flex {
  display: flex;
  flex-wrap: wrap;
}

.grid-flex--wide-margins {
  margin-left: -20px;
  margin-bottom: -20px;
}

.grid-flex__item {
  padding-left: 15px;
  padding-bottom: 15px;
  width: 100%;
  flex-grow: 1;
}

.grid-flex__item--wide-gutter {
  padding-left: 20px;
  padding-bottom: 20px;
  width: 100%;
  flex-grow: 1;
}

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

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

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

/* Hide/show - when used for spacing */
.hide {
  display: none;
}

.show {
  display: block;
}

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

.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: 1033px) {
  /** 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%;
  }

  /* Hide/show - when used for spacing */
  .large-down--hide {
    display: none;
  }

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

  .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 (max-width: 1023px) {
  /** 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%;
  }

  /* Hide/show - when used for spacing */
  .medium-down--hide {
    display: none;
  }

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

  .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: 560px) and (max-width: 1023px) {
  /** 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%;
  }

  /* Hide/show - when used for spacing */
  .medium--hide {
    display: none;
  }

  .medium--show {
    display: block;
  }

  .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 (max-width: 559px) {
  /** Whole */
  .small-down--one-whole {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Hide/show - when used for spacing */
  .small-down--hide {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Hide/show - when used for spacing */
  .small-up--hide {
    display: none;
  }

  .small-up--show {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Hide/show - when used for spacing */
  .extra-small--hide {
    display: none;
  }

  .extra-small--show {
    display: block;
  }

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

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

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

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

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

  .extra-small--text-center {
    text-align: center !important;
  }
}
/*================ Build Grid Push Classes ================*/
@media only screen and (min-width: 560px) {
  /* 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 (min-width: 1024px) {
  /* 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%;
  }
}
/*================ Rich Text Editor ================*/
.rte h1 {
  font-size: 3.2666em;
}
.rte h2 {
  font-size: 2.2666em;
}
.rte h3 {
  font-size: 1.4666em;
}
.rte h4 {
  font-size: 1.2666em;
}
.rte h5 {
  font-size: 1.2666em;
}
.rte h6 {
  font-size: 0.8666em;
}
.rte img {
  height: auto;
}
.rte table {
  table-layout: fixed;
}
.rte td,
.rte th {
  border-bottom: 1px solid rgba(56, 56, 56, 0.15);
}
.rte ul,
.rte ol {
  margin: 0 0 10px 20px;
}
.rte ul {
  list-style: disc outside;
}
.rte ul ul {
  list-style: circle outside;
}
.rte ul ul ul {
  list-style: square outside;
}
.rte input,
.rte textarea {
  border-radius: 3px;
}
.rte label {
  display: block;
}
.rte iframe {
  max-width: 100%;
}
.rte.clearfix p:last-child {
  margin-bottom: 0;
}

.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%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.placeholder-svg {
  display: block;
  fill: rgba(56, 56, 56, 0.35);
  background-color: rgba(56, 56, 56, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.placeholder-svg--small {
  width: 480px;
}

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

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

body {
  background: #ffffff;
  color: #383838;
}


body.search-bar-in-focus::after,
body.search-bar-open::after {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.main-page-content {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.main-page-content::before {
  content: " ";
  display: table;
}
.template-index .main-page-content {
  *zoom: 1;
}
.template-index .main-page-content::after {
  content: "";
  display: table;
  clear: both;
}

.template-blog main,
.template-article main {
  padding-bottom: 0;
}

.template-password main {
  background-color: transparent;
}

.main-page-content {
  width: 100%;
  padding-right: 36px;
  padding-left: 36px;
}
@media only screen and (max-width: 700px) {
  .main-page-content {
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
  }
}

.page-has-sidebar .main-page-content {
  width: auto;
  flex: 1 0;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .page-has-sidebar .main-page-content {
    width: 100%;
    max-width: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-width {
  width: 1280px;
  max-width: calc(100% - 120px);
  margin: 0 auto;
  background-color: #ffffff;
}
@media only screen and (max-width: 1280px) {
  .page-width {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 768px) {
  .page-width {
    max-width: 100%;
  }
}

.page-content::before, .page-content::after {
  content: "";
  display: table;
  clear: both;
}

.container {
  padding-left: 36px;
  padding-right: 36px;
}
@media only screen and (max-width: 700px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.reading-width {
  max-width: 700px;
  margin: 0 auto;
}

#MainContent .shopify-policy__container {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0;
}

.global-border-radius, .mini-product__image-container, .rte img {
  border-radius: 3px;
  overflow: hidden;
}

.relative {
  position: relative;
}

.row {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.row-double-space {
  margin-top: 60px;
  margin-bottom: 60px;
}
.template-index .shopify-section:first-child .row-double-space, .section-header + .shopify-section .row-double-space {
  margin-top: 30px;
}
@media only screen and (max-width: 559px) {
  .row-double-space {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .section-header + .shopify-section .row-double-space {
    margin-top: 0;
  }
}
.footer-group .shopify-section:first-child .row-double-space {
  margin-top: 0;
}
.header-group .shopify-section:last-child .row-double-space {
  margin-bottom: 30px;
}

.row-half-space {
  margin-top: 15px;
  margin-bottom: 15px;
}

.row-space-bottom {
  margin-bottom: 60px;
}

.border-top {
  padding-top: 60px;
  border-top: 1px solid rgba(56, 56, 56, 0.15);
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.flex-left-align {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.padded-block {
  padding: 30px;
}

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

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

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

.account-form {
  max-width: 420px;
  margin: 30px auto 60px;
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 560px) {
  .desktop-only {
    display: none;
  }
}

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

.mobile-menu-open {
  max-height: 100vh;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 5%;
  text-align: center;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.overlay a {
  pointer-events: auto;
}
.slick--dotted .overlay {
  padding: 10% 5%;
}

.overlay--position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.overlay--position-top-center {
  align-items: flex-start;
}

.overlay--position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}

.overlay--position-center-left {
  justify-content: flex-start;
  text-align: left;
}

.overlay--position-center-right {
  justify-content: flex-end;
  text-align: right;
}

.overlay--position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}

.overlay--position-bottom-center {
  align-items: flex-end;
}

.overlay--position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.overlay-style--full {
  position: relative;
}

.overlay-style--no_background::after {
  display: none;
}

.overlay-style--box::after {
  display: none;
}
.overlay-style--box .overlay__inner {
  padding: 30px;
  min-width: 60%;
}

@media only screen and (max-width: 439px) {
  .overlay-style--box .overlay__inner {
    padding: 20px;
  }
}
.overlay--fill {
  padding: 30px;
}
.overlay--fill .overlay__inner {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 900px) {
  .overlay--fill {
    padding: 15px;
  }
}

.overlay__heading {
  color: inherit;
}
.overlay__heading.large-title, .shopify-policy__title h1.overlay__heading {
  line-height: 1.1333em;
  margin-bottom: 15px;
}

.overlay__subheading.small-title {
  margin-bottom: 5px;
}

.overlay__text h1,
.overlay__text h2,
.overlay__text h3,
.overlay__text h4,
.overlay__text h5,
.overlay__text h6,
.overlay__text a {
  color: inherit;
}

.overlay__text ul,
.overlay__text ol {
  list-style-position: inside;
}

.overlay__text ul {
  list-style-type: disc;
}

.overlay__cta-container {
  margin: 30px -10px 0;
}

.overlay__cta {
  margin: 0 10px 10px;
  pointer-events: all;
}

@media only screen and (max-width: 439px) {
  .overlay {
    padding: 10% 5%;
  }

  .overlay__cta-container {
    margin-top: 15px;
  }
}
html,
body {
  font-size: 16px;
}

body {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .title {
  color: #383838;
  font-size: 1.4666em;
  font-family: Cardo, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .title a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title a:hover {
  color: inherit;
  text-decoration: none;
}

.main-nav,
.mobile-dropdown {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.site-logo {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  color: #383838;
  text-decoration: none;
  line-height: 1.2;
}

.giant-title {
  font-size: 3.2666em;
  line-height: 1.2;
}

.large-title, .shopify-policy__title h1 {
  font-size: 2.2666em;
  line-height: 1.2;
  margin-bottom: 15px;
}

.medium-title {
  font-size: 1.8666em;
  line-height: 1.4;
  margin-bottom: 15px;
}

.standard-title, .product-reviews-manager .spr-header-title, blockquote {
  font-size: 1.4666em;
  line-height: 1.4;
  margin-bottom: 10px;
}

.small-title {
  font-size: 1.2666em;
  line-height: 1.4;
  margin-bottom: 15px;
}

.subtitle {
  font-size: 1.2666em;
  line-height: 1.4;
  margin-bottom: 10px;
}

.small-text, .product-sku, .product-reviews .spr-badge, small {
  font-size: 0.8666em;
  line-height: 1.4;
}

.tiny-text, .option-selector .label, .cc-select--label-inside label, .qty-actual__label, .product-block .product-reviews .spr-badge, .sharing .sharing-label, .input-wrapper label {
  font-size: 0.8em;
  line-height: 1;
}

.heading-link {
  margin-bottom: 10px;
}

.article-meta {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8em;
}

.tags-title {
  line-height: 2.8;
}

blockquote {
  margin: 20px 20px 20px 0;
  padding: 0 0 0 20px;
  border-left: 4px solid rgba(56, 56, 56, 0.15);
}

hr {
  margin: 20px 0;
  padding: 0;
  border: 0;
  height: 0;
  border-bottom: 1px solid rgba(56, 56, 56, 0.15);
}

p {
  margin: 10px 0;
}

a {
  text-decoration: underline;
  color: {{ shop.brand.colors.primary[0].background }};
  transition: color 150ms;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

.standard-link {
  color: {{ shop.brand.colors.primary[0].background }};
  font-size: 1em;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

.plain-link {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

.center {
  text-align: center;
}

ul {
  list-style: none;
}

.product-price {
  font-family: Lato, sans-serif;
  line-height: 1.4;
  color: #383838;
}

.product-price--large {
  font-size: 1.2666em;
  line-height: 1.2;
  margin-bottom: 30px;
}
.product-price--large .product-price__compare {
  margin-left: 0.8em;
}
.product-price--large .product-price__compare::after {
  left: -0.3em;
  right: -0.3em;
}

.product-price__from {
  font-size: 0.8em;
  line-height: 1.2;
}

.product-price__reduced {
  color: #f86f69;
}

.product-price__compare {
  position: relative;
  margin-left: 0.3em;
  white-space: nowrap;
  opacity: 0.6;
}
.product-price__compare::after {
  content: "";
  position: absolute;
  border-top: 1px solid currentColor;
  left: -0.2em;
  right: -0.2em;
  top: 50%;
}

.product-price--unavailable {
  visibility: hidden;
}

.unit-price {
  font-size: 0.8666em;
}

.product-block__title {
  margin-bottom: 0.1em;
  line-height: 1.4;
}

.shopify-policy__title h1 {
  text-align: left;
}

@media only screen and (max-width: 559px) {
  .site-logo {
    font-size: 24px;
  }

  .giant-title {
    font-size: 1.8666em;
  }

  .large-title, .shopify-policy__title h1 {
    font-size: 1.4666em;
  }

  .standard-title, .product-reviews-manager .spr-header-title, blockquote {
    font-size: 1.2666em;
  }
}
.children-inherit-color h1,
.children-inherit-color h2,
.children-inherit-color h3,
.children-inherit-color h4,
.children-inherit-color h5,
.children-inherit-color h6,
.children-inherit-color a,
.children-inherit-color a:hover,
.children-inherit-color .standard-link {
  color: inherit;
}

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  background-color: #ffffff;
  color: #383838;
  border: 1px solid rgba(56, 56, 56, 0.15);
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 100%;
  padding: 10px;
  margin: 5px 5px 5px 0;
  border-radius: 3px;
}
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
  background-color: #333;
  border-color: #000;
}

input[type=date] {
  min-height: calc(20px + 1.4em);
}

textarea {
  min-height: 100px;
}

input[type=text],
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=date],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::placeholder,
textarea::placeholder {
  color: rgba(56, 56, 56, 0.7);
}

fieldset {
  background-color: transparent;
  color: #383838;
  border: 1px solid rgba(56, 56, 56, 0.15);
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 3px;
}

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='rgb(56, 56, 56)' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: right 10px center;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}

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

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

.errors {
  background-color: #fce1e1;
  color: #f05c5d;
  padding: 5px 10px;
  margin: 15px auto;
  border-radius: 3px;
}

.error-message {
  background-color: #fce1e1;
  color: #f05c5d;
  padding: 5px 10px 0;
}

.form-success {
  background-color: #dfefdf;
  color: #5ead60;
  padding: 5px 10px;
  margin: 15px auto;
  border-radius: 3px;
}

/*================ Wrapper for input style ================*/
.input-wrapper {
  position: relative;
  border: 1px solid rgba(56, 56, 56, 0.15);
  border-radius: 3px;
}
.input-wrapper label {
  position: absolute;
  left: 10px;
  top: 8px;
  transition: all 100ms;
  cursor: text;
  pointer-events: none;
}
.input-wrapper input,
.input-wrapper textarea,
.input-wrapper select {
  margin: 0;
  border: 0;
  padding-top: 1.5em;
  padding-bottom: 0.4em;
  width: 100%;
  color: inherit;
}
.input-wrapper textarea {
  width: calc(100% - 5px);
}
.input-wrapper.is-empty:not(.in-focus) label, .input-wrapper:empty:not(.in-focus) label {
  top: 25px;
}

.input-wrapper--select {
  position: relative;
}
.input-wrapper--select select {
  background: transparent;
}
.input-wrapper--select::after {
  position: absolute;
  content: "";
  pointer-events: none;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  right: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='#383838' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 18px;
}

.input-wrapper--checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  line-height: 20px;
}
.input-wrapper--checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}
.input-wrapper--checkbox input:checked ~ .check svg {
  opacity: 1;
}
.input-wrapper--checkbox .check {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid rgba(56, 56, 56, 0.15);
}
.input-wrapper--checkbox .check svg {
  opacity: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-row {
  margin: 15px 0;
}

.form-row--vertical-align {
  align-items: center;
}

.input-wrapper input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}
.input-wrapper input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}

.input-row--full-width input,
.input-row--full-width .btn {
  width: 100%;
}
.input-row--full-width button {
  margin-top: 10px;
}

.input-row--submit input,
.input-row--submit input[type=submit] {
  width: 100%;
}
.input-row--submit button {
  width: 100%;
  margin-top: 10px;
  flex-shrink: 0;
}
@media only screen and (min-width: 440px) {
  .input-row--submit {
    border: 1px solid;
    background-color: transparent;
    display: flex;
  }
  .input-row--submit input {
    border: none;
    margin: 0;
  }
  .input-row--submit button,
.input-row--submit input[type=submit] {
    width: auto;
    margin: 7px;
  }
}

.recover-password {
  position: absolute;
  right: 15px;
  top: 11px;
}

.enter-password {
  padding-right: 160px;
}

@media only screen and (min-width: 560px) {
  .contact-form--columns {
    padding-left: 60px;
  }
}
.shopify-challenge__message {
  margin-top: 0;
}

/* Do not use focus outline unless tabbing */
.js body:not(.tab-used) *:focus {
  outline: none;
}

table {
  border-top: 1px solid;
  border-color: rgba(56, 56, 56, 0.15);
  width: 100%;
  border-collapse: collapse;
}

td:first-child, th:first-child {
  padding-left: 0;
}
td:last-child, th:last-child {
  padding-right: 0;
}

td {
  padding: 15px;
  border-bottom: 1px solid rgba(56, 56, 56, 0.15);
}
td:last-child {
  text-align: right;
}

th {
  padding: 15px;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  font-size: 0.8666em;
  border-bottom: 1px solid rgba(56, 56, 56, 0.15);
}
th:first-child {
  text-align: left;
}
th:last-child {
  text-align: right;
}

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 720px) {
  .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: 10px;
    margin: 0;
  }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    padding-right: 10px;
  }
  .responsive-table .responsive-table--label-cell {
    display: none;
  }

  .responsive-table-row + .responsive-table-row,
tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
  }
  .responsive-table-row + .responsive-table-row::after,
tfoot > .responsive-table-row:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(56, 56, 56, 0.15);
  }
}
.section-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-heading .small-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 559px) {
  .section-heading .three-quarters,
.section-heading .text-right {
    width: auto;
  }
}

.slide {
  position: relative;
}
.slide:focus {
  outline: 0;
}
.slide::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide .overlay {
  z-index: 1;
}

/**
 * Label must come directly after input and be a separate element (not wrapped around input)
 *
 * Checkbox example
 * ================
 * Markup:
 * <input type="checkbox" class="checkbox" id="some-id" name="some-name" value="some-value">
 * <label for="some-id">Some label</label>
 *
 * CSS:
 * @include cc-custom-checkbox();
 *
 *
 * Radio button group example
 * ==========================
 * Markup:
 * <ul>
 *   <li>
 *     <input type="radio" class="radio" id="opt1-id" name="radio-group-name" value="opt1-value">
 *     <label for="opt1-id">Option 1</label>
 *   </li>
 *   <li>
 *     <input type="radio" class="radio" id="opt2-id" name="radio-group-name" value="opt2-value">
 *     <label for="opt2-id">Option 2</label>
 *   </li>
 * </ul>
 *
 * CSS:
 * @include cc-custom-radio();
*/
.no-js .no-js-hidden {
  display: none !important;
}

@media (max-width: 699.98px) {
  .md-down-hidden {
    display: none !important;
  }
}
@media (min-width: 700px) {
  .md-up-hidden {
    display: none !important;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.cc-filters-control {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.cc-filters-control__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  background: none;
  line-height: 1.5;
}
.cc-filters-control__btn:first-child:not(:last-child), .cc-filters-control__btn:last-child:not(:first-child) {
  width: calc(50% - 10px);
}

.cc-filters-control__btn.has-active-filters,
.cc-filter__toggle.has-active-filters {
  border-color: #383838;
}

.cc-filters-container svg,
.cc-active-filter > svg {
  color: rgb(56, 56, 56);
  pointer-events: none;
}

.cc-filters,
.cc-filter__panel {
  z-index: 1;
  background: #ffffff;
}

.cc-filters__header,
.cc-filter__header {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #c3c3c3;
}

.cc-filter li:not(:last-child) {
  margin-bottom: 1.25em;
}
.cc-filter label {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cc-filter label::before {
  border-color: #383838;
}
.cc-filter .radio + label::before,
.cc-filter .checkbox + label::before {
  border-color: #c3c3c3;
}
.cc-filter .radio:checked + label::after,
.cc-filter .checkbox:checked + label::before {
  border-color: #383838;
  background-color: #383838;
}
.cc-filter .checkbox:checked + label::after {
  border-color: #ffffff;
}

.cc-filter-heading {
  flex: 1 1 auto;
  padding: 0 3.2em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

.cc-filter-close-btn,
.cc-filter-back-btn {
  position: absolute;
  left: 4px;
  min-width: 0;
  padding: 11px;
  border: 0;
  background: none;
  line-height: 1.3;
}

.cc-filter-label {
  flex: 1 1 auto;
}

.cc-filter__toggle {
  display: block;
  position: relative;
  background: right 10px center no-repeat;
  text-align: left;
  cursor: pointer;
}
.cc-filter__toggle::-webkit-details-marker {
  display: none;
}
.cc-filter__toggle::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 13px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='rgb(56, 56, 56)' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat center;
}
.cc-filter__toggle > span {
  pointer-events: none;
}

.cc-filter__content {
  padding: 20px;
}

.cc-filters__footer,
.cc-filter__footer {
  z-index: 10;
  border-top: 1px solid #c3c3c3;
  padding: 15px 20px;
  background: #ffffff;
}
.cc-filters__footer .btn,
.cc-filter__footer .btn {
  width: 100%;
}

.cc-filters__footer {
  position: absolute;
  top: 100%;
  width: 100%;
}

.swatch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.swatch-input:checked + .swatch-label .swatch-sample {
  border-color: #383838;
}
.swatch-input[disabled] + label {
  opacity: 0.5;
}

.swatch-sample {
  flex-shrink: 0;
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: calc(0.75em - 9px);
  margin-right: 0.625em;
  border-radius: 50%;
  background: no-repeat center/100%;
}

.swatch-sample__img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.cc-sort-label {
  display: block;
  font-size: 0.75rem;
  line-height: 1.6;
  opacity: 0.6;
}

.cc-sort-selected {
  display: block;
  line-height: 1.3;
  white-space: nowrap;
}

.cc-active-filters {
  margin-bottom: 20px;
}

.cc-active-filters__items {
  display: flex;
  flex-shrink: 0;
  padding: 0 20px;
}

.cc-active-filter,
.cc-active-filter-reset {
  margin-right: 8px;
  padding: 6px 12px;
  transition: background-color 0.25s ease;
  border-radius: 3px;
  color: #383838;
  text-decoration: none;
  white-space: nowrap;
}

.cc-active-filter {
  display: flex;
  align-items: center;
  background: #efefef;
}
.cc-active-filter:last-child {
  margin-right: 0;
}
.cc-active-filter:hover {
  background: #e5e5e5;
}
.cc-active-filter > svg {
  width: 16px;
  height: 16px;
  margin: 0 -3px 0 6px;
  fill: #383838;
  stroke: #383838;
}

.cc-active-filter-reset {
  background: #e1e1e1;
}
.cc-active-filter-reset:hover {
  background: #d7d7d7;
}

.swatch-input:focus + .swatch-label .swatch-sample {
  outline: auto;
}

.swatch-input:focus-visible + .swatch-label .swatch-sample {
  outline: auto Highlight;
  outline: auto -webkit-focus-ring-color;
}

.swatch-input:focus:not(:focus-visible) + .swatch-label .swatch-sample {
  outline: 0;
}

.cc-price-range__inputs {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.cc-price-range__input-container {
  flex: 1 1 auto;
  position: relative;
}

.cc-price-range__input-separator {
  margin: 0 6px;
}

.cc-price-range__input-currency {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1px;
  width: calc(13px + 1em);
  font-size: 16px;
  line-height: 1em;
  text-align: right;
}

.cc-price-range__input {
  width: 100%;
  height: auto;
  margin: 0;
  padding-right: 16px;
  padding-left: calc(16px + 1em);
  border-color: #c3c3c3;
  background: transparent;
  color: inherit;
  font-size: 16px;
}
.cc-price-range__input::placeholder {
  color: rgba(56, 56, 56, 0.7);
}

.cc-price-range__bar {
  position: relative;
  height: 2px;
  margin: 35px 10px 20px 12px;
}

.cc-price-range__bar-inactive {
  height: 100%;
  opacity: 0.2;
  background: #383838;
}

.cc-price-range__bar-active {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #383838;
}

.cc-price-range__control {
  position: absolute;
  top: -21px;
  left: 0;
  width: 44px;
  height: 44px;
  margin-left: -23px;
  padding: 11px;
  cursor: grab;
}
.cc-price-range__control::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  transition: 0.3s ease-out;
  transition-property: transform, box-shadow;
  border: 2px solid #383838;
  border-radius: 22px;
  background: #ffffff;
}
.cc-price-range__control:hover::after {
  transform: scale(1.08);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.cc-filters-results {
  transition: opacity 0.5s ease;
}
.cc-filters-results.is-loading {
  opacity: 0.5;
}

.cc-filters-results__summary {
  margin: 0;
  opacity: 0.7;
  text-align: center;
}

@media (max-width: 699.98px) {
  .filters-open {
    overflow: hidden;
  }

  .cc-filters-container {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #ffffff;
  }
  .filters-open .cc-filters-container {
    transform: translate3d(-100%, 0, 0);
  }

  .cc-filters-container,
.cc-filters,
.cc-filter__panel {
    display: flex;
    flex-direction: column;
    color: #383838;
  }

  .cc-filters {
    position: relative;
    width: 100%;
    height: 100%;
    transition: height 0.2s ease;
  }

  .cc-filters__items,
.cc-filter__content {
    flex: 1 1 auto;
    overflow: auto;
  }

  .cc-filters__items {
    margin-bottom: -1px;
    padding: 0 20px;
  }

  .cc-filter--sort,
.cc-filter__panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
  }

  .cc-filters-container,
.cc-filter__panel {
    transition: transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.85);
  }

  .cc-filter:not(.cc-filter--sort) {
    border-bottom: 1px solid #c3c3c3;
  }

  .cc-filter__toggle {
    padding: 16px 35px 16px 0;
    border: 0;
  }
  .cc-filter__toggle::after {
    right: -4px;
    transform: rotate(-90deg);
  }

  .cc-filters .cc-filter__panel {
    left: 100%;
    transition-delay: 0.3s;
  }
  .filters-open .cc-filters .cc-filter__panel {
    transition-delay: 0s;
  }
  .cc-filters .cc-filter.is-open .cc-filter__panel {
    transform: translate3d(-100%, 0, 0);
  }

  .cc-filter-clear-btn {
    position: absolute;
    right: 20px;
  }

  .cc-filter--sort {
    visibility: hidden;
    transition: visibility 0s 0.3s;
  }
  .cc-filter--sort.is-open {
    visibility: visible;
    transition: none;
  }

  .cc-active-filters {
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .cc-active-filters__scroller {
    display: flex;
    margin-bottom: -30px;
    padding-bottom: 30px;
    overflow: auto;
  }

  .cc-price-range {
    padding: 20px 0;
  }
}
@media (min-width: 700px) {
  .cc-filters-container {
    display: flex;
    align-items: flex-start;
  }
  .no-js .cc-filters-container {
    display: block;
  }

  .cc-filters {
    background: none;
  }
  .no-js .cc-filters {
    display: inline-block;
    vertical-align: top;
  }

  .cc-filters__items {
    display: flex;
    flex-wrap: wrap;
  }
  .js .cc-filters__items {
    margin-bottom: -15px;
  }

  .cc-filter {
    position: relative;
    margin: 0 15px 15px 0;
  }
  .js .cc-filter.cc-filter--sort {
    margin: 0 0 0 auto;
  }
  .no-js .cc-filter.cc-filter--sort {
    display: inline-block;
  }
  .cc-filter li:not(:last-child) {
    margin-bottom: 0.75em;
  }

  .cc-filter__toggle {
    min-width: 9em;
    padding: 12px 45px 12px 15px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    background: right 10px center no-repeat;
  }
  .cc-filter--sort .cc-filter__toggle {
    min-width: 11.7em;
    padding: 5px 45px 5px 15px;
  }
  .cc-filter.is-open .cc-filter__toggle::after, .no-js .cc-filter[open] .cc-filter__toggle::after {
    transform: scaleY(-1);
  }

  .cc-filter__panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 340px;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, -10px, 0);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    color: #383838;
    opacity: 0;
    overflow: hidden;
  }
  .js .cc-filter--sort .cc-filter__panel {
    right: 0;
    left: auto;
  }
  .is-open .cc-filter__panel, .no-js .cc-filter[open] .cc-filter__panel {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .cc-filter__header {
    justify-content: space-between;
    padding: 15px 20px;
  }

  .cc-filter-clear-btn {
    margin-left: auto;
  }

  .cc-filter__content {
    position: relative;
    max-height: 15em;
    padding: 20px;
    overflow: auto;
  }
  .cc-filter--sort .cc-filter__content {
    max-height: none;
  }

  .cc-active-filters__items {
    flex-wrap: wrap;
    margin: 15px -8px -8px 0;
    padding: 0;
  }

  .cc-active-filter,
.cc-active-filter-reset {
    margin-bottom: 8px;
  }

  .cc-filters-results__summary {
    margin: 25px 0 -10px;
  }

  .no-js-apply-filters {
    display: inline-block;
    vertical-align: top;
  }
}
gift-card-recipient {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cc-gift-card-recipient__fields {
  text-align: left;
  display: none;
}

.cc-gift-card-recipient__checkbox:checked ~ .cc-gift-card-recipient__fields {
  max-height: 480px;
  display: block;
}

.cc-gift-card-recipient__checkbox:checked ~ .cc-gift-card-recipient__checkbox-container .cc-gift-card-recipient__label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.cc-gift-card-recipient .cc-gift-card-recipient__checkbox-container {
  display: inline;
  margin-bottom: 0px;
  margin-left: 8px;
}

.no-js .cc-gift-card-recipient__fields {
  display: block;
  max-height: unset;
}

.no-js .cc-gift-card-recipient__checkbox,
.no-js .cc-gift-card-recipient__checkbox-container {
  display: none;
}

body.cc-popup-no-scroll {
  overflow: hidden;
}

.popup-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
  pointer-events: none;
}

.cc-popup {
  position: fixed;
  display: flex;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 997;
  transition: opacity 0.15s, visibility 0.15s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cc-popup.cc-popup--center {
  justify-content: center;
  align-items: center;
}
.cc-popup.cc-popup--center .cc-popup-modal {
  transform: translate3d(0, 60px, 0);
}
.cc-popup.cc-popup--bottom-left, .cc-popup.cc-popup--bottom-right {
  align-items: flex-end;
}
.cc-popup.cc-popup--bottom-left {
  justify-content: flex-start;
}
.cc-popup.cc-popup--bottom-left .cc-popup-modal {
  transform: translate3d(-60px, 0, 0);
}
[dir=rtl] .cc-popup.cc-popup--bottom-left .cc-popup-modal {
  transform: translate3d(60px, 0, 0);
}
.cc-popup.cc-popup--bottom-right {
  justify-content: flex-end;
}
.cc-popup.cc-popup--bottom-right .cc-popup-modal {
  transform: translate3d(60px, 0, 0);
}
[dir=rtl] .cc-popup.cc-popup--bottom-right .cc-popup-modal {
  transform: translate3d(-60px, 0, 0);
}
.cc-popup.cc-popup--left {
  justify-content: flex-start;
}
.cc-popup.cc-popup--left .cc-popup-modal {
  transform: translate3d(-60px, 0, 0);
  width: 100%;
  min-width: 0;
  overflow: auto;
}
[dir=rtl] .cc-popup.cc-popup--left .cc-popup-modal {
  transform: translate3d(60px, 0, 0);
}
@media (min-width: 768px) {
  .cc-popup.cc-popup--left .cc-popup-modal {
    width: 400px;
  }
}
.cc-popup.cc-popup--right {
  justify-content: flex-end;
}
.cc-popup.cc-popup--right .cc-popup-modal {
  transform: translate3d(60px, 0, 0);
  width: 100%;
  min-width: 0;
  overflow: auto;
}
[dir=rtl] .cc-popup.cc-popup--right .cc-popup-modal {
  transform: translate3d(-60px, 0, 0);
}
@media (min-width: 768px) {
  .cc-popup.cc-popup--right .cc-popup-modal {
    width: 400px;
  }
}
.cc-popup.cc-popup--visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.cc-popup.cc-popup--visible .cc-popup-modal {
  transform: translate3d(0, 0, 0);
}
[dir=rtl] .cc-popup.cc-popup--visible .cc-popup-modal {
  transform: translate3d(0, 0, 0);
}
.cc-popup .cc-popup-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
}
.cc-popup .cc-popup-modal {
  position: relative;
  z-index: 999;
  transition: transform 0.25s;
  overflow: hidden;
  background-color: #ffffff;
  color: #222;
}
.cc-popup .cc-popup-container {
  display: flex;
}
.cc-popup .cc-popup-container .cc-popup-title {
  color: #222;
}
.cc-popup .cc-popup-close {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 44px;
  height: 44px;
  padding: 7px;
  min-width: auto;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.cc-popup .cc-popup-close svg {
  stroke: #222;
  stroke-width: 2px;
}
[dir=rtl] .cc-popup .cc-popup-close {
  left: 3px;
  right: auto;
}
.cc-popup .cc-popup-image .rimage-background {
  height: 100%;
}
.cc-popup .cc-popup-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cc-rating {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: 1.2em;
  white-space: nowrap;
  vertical-align: middle;
}

.cc-rating-stars {
  display: block;
  position: relative;
}

.cc-rating-stars--active {
  position: absolute;
  top: 0;
  left: 0;
  color: ;
}

.cc-rating-stars--inactive {
  display: block;
  color: ;
}

.cc-rating-stars__svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: top;
}
.cc-rating-stars__svg:not(:first-child) {
  margin-left: 2px;
}

.cc-rating[data-rating-decimal="0.5"] .cc-rating-stars--active .cc-rating-stars__svg:last-child {
  clip-path: polygon(0 0, 52% 0, 52% 100%, 0% 100%);
}

.cc-rating-text {
  display: none;
}

.cc-rating-count {
  display: inline-block;
  margin: 0;
}

.store-availability-container-outer.store-availability-initialized {
  transition: height 0.3s;
  overflow: hidden;
}

.store-availability-container {
  padding: 1em 0;
  transition: opacity 0.3s;
}
.store-availability-loading .store-availability-container {
  pointer-events: none;
  opacity: 0.4;
  transition-delay: 0.4s;
}
.payment-and-quantity--buttons-active ~ [data-store-availability-container] .store-availability-container {
  padding-bottom: 1.5em;
}
.store-availability-container small {
  font-size: 0.85em;
}
.store-availability-container .store-availability-small-text {
  margin-bottom: 0.85em;
}
.store-availability-container .store-availability-information {
  display: flex;
}
.store-availability-container .store-availability-information .store-availability-icon {
  padding-inline-end: 10px;
  position: relative;
  top: -1px;
}
.store-availability-container .store-availability-information .store-availability-icon svg {
  height: 16px;
  width: 16px;
}
.store-availability-container .store-availability-information .store-availability-icon.store-availability-icon--available {
  color: #108043;
}
.store-availability-container .store-availability-information .store-availability-icon.store-availability-icon--unavailable {
  color: #de3618;
}
.store-availability-container .store-availability-information .store-availability-information__stores {
  margin-top: 0.5em;
}
.store-availability-container .store-availability-information .store-availability-information__title,
.store-availability-container .store-availability-information .store-availability-information__stores,
.store-availability-container .store-availability-information .store-availability-information__stock {
  margin-bottom: 0;
}
.store-availability-container .store-availability-information .store-availability-information__title,
.store-availability-container .store-availability-information .store-availability-information__stock {
  margin-top: 0;
}
.store-availability-container .store-availability-information .store-availability-information__title strong {
  font-weight: 600;
}

.store-availabilities-modal {
  z-index: 99999;
}
.store-availabilities-modal small {
  font-size: 0.85em;
}
.store-availabilities-modal .store-availability-small-text {
  margin-bottom: 0.85em;
}
.store-availabilities-modal .cc-icon-available {
  color: #108043;
}
.store-availabilities-modal .cc-icon-unavailable {
  color: #de3618;
}
.store-availabilities-modal .cc-popup-close {
  color: #383838 !important;
}
.store-availabilities-modal .cc-popup-close:hover {
  color: #383838 !important;
}
.store-availabilities-modal .cc-popup-close svg {
  stroke: #383838 !important;
}
.store-availabilities-modal .cc-popup-close svg:hover {
  stroke: #383838 !important;
}
.store-availabilities-modal .cc-popup-modal {
  background-color: #ffffff;
  color: #383838;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content {
  text-align: start;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content button {
  white-space: nowrap;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .cc-popup-text {
  margin-bottom: 1em;
  padding-inline-end: 20px;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .cc-popup-text .store-availabilities-modal__product-title {
  margin-bottom: 0;
  text-align: start;
  color: #383838;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item {
  margin-top: 1em;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item:before {
  content: "";
  display: inline-block;
  background-color: rgba(56, 56, 56, 0.15);
  width: 100%;
  height: 1px;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item address {
  font-style: normal;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item a {
  color: {{ shop.brand.colors.primary[0].background }};
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location {
  display: flex;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__text {
  flex: 1;
  margin-bottom: 0.2em;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__text strong {
  font-weight: 600;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance {
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
  transition: visibility 0.4s, opacity 0.4s;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance.-in {
  opacity: 1;
  visibility: visible;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance svg {
  position: relative;
  height: 11px;
  width: 11px;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__invalid_address svg {
  height: 14px;
  width: 14px;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-available, .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-unavailable {
  display: inline-block;
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-available svg, .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-unavailable svg {
  height: 13px;
  width: 13px;
}
@media (min-width: 768px) {
  .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--mobile {
    display: none;
  }
}
.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--desktop {
  display: none;
}
@media (min-width: 768px) {
  .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--desktop {
    display: block;
  }
}

.store-availability-list__phone {
  direction: ltr;
}
[dir=rtl] .store-availability-list__phone {
  text-align: right;
}

/*================ COMPONENTS ================*/
.rimage-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.rimage-outer-wrapper.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}
.rimage-outer-wrapper.fade-in.lazyloaded {
  opacity: 1;
}
.no-js .rimage-outer-wrapper.fade-in {
  opacity: 1;
}

.rimage-wrapper {
  position: relative;
  transition: background 500ms;
}
.rimage-wrapper.lazyload--placeholder {
  background: rgba(0, 0, 0, 0.05);
}

.rimage__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rimage__image.blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.rimage__image.blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.rimage__image.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}
.rimage__image.fade-in.lazyloaded {
  opacity: 1;
}
.rimage__image.cover {
  object-fit: cover;
}
.product-block .rimage__image {
      object-position: top center;
}

.rimage-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.js .rimage-background.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}
.js .rimage-background.fade-in.lazyloaded {
  opacity: 1;
}
.product-block .rimage-background {
      background-position: top center;
}

[data-parent-fit=contain] {
  background-size: contain;
}

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

.feather-icon, .disclosure .disclosure__toggle-arrow {
  background: transparent;
}
.feather-icon .icon, .disclosure .disclosure__toggle-arrow .icon {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
}

.feather-icon--small .icon {
  width: 18px;
  height: 18px;
}

.text-with-chevron .feather-icon .icon, .text-with-chevron .disclosure .disclosure__toggle-arrow .icon, .disclosure .text-with-chevron .disclosure__toggle-arrow .icon {
  vertical-align: bottom;
}

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

.slider-chevron .icon {
  height: 24px;
  width: 12px;
  stroke-width: 2px;
}

.desktop-icon,
.mobile-icon {
  vertical-align: middle;
  fill: currentColor;
  stroke: none;
  width: 26px;
  height: 26px;
}
.icon--small .desktop-icon,
.icon--small .mobile-icon {
  width: 18px;
  height: 18px;
}

.mobile-icon {
  display: none;
}

@media only screen and (max-width: 559px) {
  .desktop-icon {
    display: none;
  }

  .mobile-icon {
    display: inline-block;
  }
}
/*============================================================================
  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 {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default;
}

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
    width: 82.28571428571429px;
    height: 24.0px;
}

/*================ Play icon for videos ================*/
.feather-play {
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*================ Links & Buttons ================*/
button,
input[type=submit],
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  padding: 9px 25px;
  font-size: 1.1333em;
  font-family: Lato, sans-serif;
  line-height: 1.5;
  min-width: 100px;
}
button:hover,
input[type=submit]:hover,
.btn:hover {
  outline: 0 !important;
}
button[disabled],
input[type=submit][disabled],
.btn[disabled] {
  background: #848484;
  color: #fff;
  border-color: #848484;
  pointer-events: none;
}

.btn--primary, .shopify-challenge__container .shopify-challenge__button, .spr-button-primary, .shopify-payment-button .shopify-payment-button__button--unbranded {
  background-color: #bbdbe2;
  color: #383838;
  border: 1px solid #bbdbe2;
  position: relative;
  overflow: hidden;
  transition: background-color 0.15s, color 0.15s;
}
.btn--primary:hover, .shopify-challenge__container .shopify-challenge__button:hover, .spr-button-primary:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background-color: transparent;
  color: #bbdbe2;
}

.btn--secondary {
  background-color: transparent;
  color: #bbdbe2;
  border: 1px solid #bbdbe2;
  position: relative;
  overflow: hidden;
  transition: background-color 0.15s, color 0.15s;
}
.btn--secondary:hover {
  background-color: #bbdbe2;
  color: #383838;
}

.btn--over-image {
  background-color: #bbdbe2;
  color: #383838;
  border: 1px solid #bbdbe2;
  position: relative;
  transition: background-color 0.15s, color 0.15s;
  overflow: hidden;
}
.btn--over-image:hover {
  background-color: transparent;
  color: #bbdbe2;
}

.btn--tags {
  background-color: #ebebeb;
  color: #383838;
  border: 1px solid #ebebeb;
  position: relative;
  transition: background-color 0.15s, color 0.15s;
  overflow: hidden;
}
.btn--tags:hover {
  background-color: transparent;
}

.btn--small {
  font-size: 1em;
  min-width: initial;
  padding: 5px 20px;
}

.btn--plain {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  min-width: 0;
  border-radius: 0;
  font-size: inherit;
  list-style: inherit;
}
.btn--plain:hover {
  background-color: transparent;
  box-shadow: none;
  color: inherit;
}

.btn__icon-label {
  vertical-align: middle;
}

.btn-after-text {
  margin-top: 15px;
}

@media only screen and (max-width: 439px) {
  button,
input[type=submit],
.btn {
    font-size: 1rem;
  }
}
.shopify-payment-button {
  margin-top: 15px;
}
.shopify-payment-button .shopify-payment-button__button {
  font-size: 1.1333em;
  border-radius: 3px;
  overflow: hidden;
  line-height: 1.5;
  transition: background-color 0.15s, color 0.15s;
}
.shopify-payment-button .shopify-payment-button__button--unbranded {
  padding: 9px 25px;
}
.shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: transparent;
  color: #bbdbe2;
}
.shopify-payment-button shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-block-size: 44px;
  --shopify-accelerated-checkout-button-border-radius: 3px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-skeleton-background-color: rgba(0, 0, 0, 0);
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 0;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0;
  --shopify-accelerated-checkout-skeleton-animation-duration: 0s;
}
.shopify-payment-button .shopify-payment-button__button--hidden {
  display: none;
}
.shopify-payment-button .shopify-payment-button__more-options[disabled] {
  background: transparent;
  color: inherit;
}

shop-login-button {
  --buttons-radius: 3px;
}

@media only screen and (max-width: 1023px) {
  .page-has-sidebar input[type=submit],
.page-has-sidebar .btn--primary,
.page-has-sidebar .shopify-challenge__container .shopify-challenge__button,
.shopify-challenge__container .page-has-sidebar .shopify-challenge__button,
.page-has-sidebar .spr-button-primary,
.shopify-payment-button .page-has-sidebar .shopify-payment-button__button--unbranded,
.page-has-sidebar .btn--over-image,
.page-has-sidebar .btn--secondary,
.page-has-sidebar .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 559px) {
  input[type=submit],
.btn--primary,
.shopify-challenge__container .shopify-challenge__button,
.spr-button-primary,
.btn--over-image,
.btn--secondary,
.shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: 5px 20px;
  }
}
.main-nav-bar {
  padding-bottom: 15px;
}

.main-nav-bar--border {
  border-bottom: 1px solid rgba(56, 56, 56, 0.15);
}

.main-nav {
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main-nav a {
  text-decoration: none;
}

.main-nav__item {
  padding: 8px 10px;
  margin: 0 5px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .main-nav__item.show-dropdown .main-nav__dropdown, .main-nav__item:hover .main-nav__dropdown {
    visibility: visible;
    opacity: 1;
    z-index: 3;
    transform: translateY(0%);
  }
  .main-nav__item.show-dropdown .main-nav__dropdown .main-nav__child-item:first-child::before, .main-nav__item:hover .main-nav__dropdown .main-nav__child-item:first-child::before {
    height: 1px;
  }
}
.main-nav__item:not(.main-nav__has-dropdown):after {
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  bottom: 2px;
  height: 2px;
  left: 8px;
  background-color: #383838;
  opacity: 0;
  transition: opacity 0.15s;
}
@media only screen and (min-width: 1024px) {
  .main-nav__item:not(.main-nav__has-dropdown):hover:after {
    opacity: 1;
  }
}

.main-nav__link {
  color: #383838;
  white-space: nowrap;
}

.main-nav__child-link,
.main-nav__sub-child-link {
  color: #383838;
  font-size: 0.8666em;
  padding: 10px 20px;
  display: block;
}

.main-nav__dropdown,
.main-nav__sub-dropdown {
  padding: 10px 0;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 240px;
}

.main-nav__dropdown {
  background-color: #bbdbe2;
  top: 100%;
  left: 0;
  transform: translateY(1em);
  transition: all 0.25s 0s, visibility 0s, z-index 0s, opacity 0.15s 0s;
}
.main-nav__dropdown .main-nav__child-item:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  width: 100%;
  height: 1em;
  transition: height 0.25s 0s;
}
.main-nav__dropdown .main-nav__sub-dropdown {
  background-color: #bbdbe2;
  top: -10px;
  left: 100%;
  z-index: -1;
  transition: visibility 0s, z-index 0s, opacity 0.15s 0s;
}
.main-nav__dropdown .main-nav__child-item {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .main-nav__dropdown .main-nav__child-item.show-dropdown .main-nav__sub-dropdown, .no-js .main-nav__dropdown .main-nav__child-item:hover .main-nav__sub-dropdown {
    visibility: visible;
    opacity: 1;
    z-index: 3;
  }
}

.main-nav__dropdown--expand-left .main-nav__sub-dropdown {
  left: auto;
  right: 100%;
}

.main-nav__child-item .dropdown-chevron {
  position: absolute;
  right: 15px;
  color: #383838;
  height: 28px;
  width: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1024px) {
  .main-nav__child-item .dropdown-chevron {
    pointer-events: none;
  }
}

.main-nav .mobile-menu-content {
  display: none;
}

.mobile-nav-menu-container .quicklink__link {
  display: none;
  margin: 20px;
}

@media only screen and (max-width: 1023px) {
  .mobile-menu-open .mobile-close-region {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 368px);
    height: 100%;
  }

  .btn--menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition: opacity 250ms 500ms;
    color: #fff;
  }
  .mobile-menu-open .btn--menu-close {
    opacity: 1;
  }
  .btn--menu-close svg {
    width: 32px !important;
    height: 32px !important;
  }
  .btn--menu-close:hover {
    color: #fff;
  }

  .main-nav-bar {
    pointer-events: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: transparent;
    transition: background 250ms ease-out;
  }
  .mobile-menu-open .main-nav-bar {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5);
  }

  .mobile-nav-column-outer {
    position: relative;
    width: 420px;
    max-width: 100%;
    height: 100%;
    transform: translate3d(-100%, 0, 0);
  }
  .mobile-menu-prime .mobile-nav-column-outer {
    transition: transform 0.5s cubic-bezier(0.6, 0.05, 0.35, 1);
  }
  .mobile-menu-open .mobile-nav-column-outer {
    transform: translate3d(0, 0, 0);
  }

  .mobile-nav-column-inner {
    position: relative;
    margin-right: 52px;
    height: 100%;
    background: #bbdbe2;
    overflow: hidden;
  }

  .mobile-nav-menu-container {
    height: 100%;
    overflow: auto;
    transition: transform 0.5s cubic-bezier(0.6, 0.05, 0.35, 1);
  }
  .mobile-nav-menu-container .quicklink__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mobile-nav-menu-container .quicklink__content {
    margin-left: 0;
  }
  .mobile-nav-menu-container .quicklink__icon {
    margin-right: 10px;
  }
  .mobile-nav-menu-container .exp-tab-link + .main-nav__link,
.mobile-nav-menu-container .exp-tab-link + .main-nav__child-link,
.mobile-nav-menu-container .exp-tab-link + .main-nav__sub-child-link {
    display: none;
  }
  .mobile-nav-menu-container .exp-tab-image {
    width: 76px;
  }
  .mobile-nav-menu-container .exp-tab-text {
    padding-right: 15px;
  }
  .mobile-nav-menu-container .main-nav__has-dropdown .exp-tab-text,
.mobile-nav-menu-container .main-nav__child-has-dropdown .exp-tab-text {
    padding-right: 38px;
  }
  .mobile-nav-menu-container .exp-tab-link ~ .dropdown-chevron {
    border-left: 0;
  }
  .mobile-nav-menu-container .exp-tab-link ~ .dropdown-chevron::before {
    height: 50%;
    left: 0;
    top: 25%;
    content: "";
    position: absolute;
    width: 1px;
    background-color: rgba(56, 56, 56, 0.2);
  }

  .main-nav {
    margin-top: 20px;
    flex-direction: column;
    color: #383838;
    justify-content: flex-start;
    padding-bottom: 30px;
  }

  .main-nav__link,
.main-nav__child-link,
.main-nav__sub-child-link,
.mobile-dropdown__back {
    color: #383838;
  }

  .main-nav__item,
.main-nav__child-item,
.main-nav__sub-child-item,
.mobile-dropdown__back {
    position: relative;
    margin: 0;
    padding: 5px 20px;
    line-height: 1.2;
  }

  .main-nav__dropdown,
.main-nav__dropdown .main-nav__sub-dropdown {
    display: none;
  }

  .main-nav__link,
.main-nav__child-link,
.main-nav__sub-child-link {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-size: inherit;
    white-space: initial;
  }

  .main-nav__has-dropdown .main-nav__link,
.main-nav__child-has-dropdown .main-nav__child-link {
    padding-right: 55px;
  }

  .mobile-dropdown__back {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(56, 56, 56, 0.2);
  }

  .mobile-dropdown__back-text {
    flex-grow: 1;
    text-align: center;
    padding: 0 32px 0 10px;
  }

  .main-nav .mobile-menu-content {
    display: block;
  }

  .mobile-nav-menu-container .dropdown-chevron {
    width: 55px;
    height: auto;
    position: absolute;
    right: 5px;
    top: 10px;
    bottom: 10px;
    padding: 0;
    border-left: 1px solid rgba(56, 56, 56, 0.2);
    transform: none;
  }
  .mobile-nav-menu-container .dropdown-chevron svg {
    transition: transform 0.15s;
    transform-origin: center center;
    stroke: #383838;
    position: absolute;
    top: calc(50% - 11px);
    left: 10px;
    bottom: 0;
    right: 0;
  }

  .mobile-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translate3d(100%, 0, 0);
  }
  .mobile-dropdown > .main-nav__dropdown,
.mobile-dropdown > .main-nav__sub-dropdown {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    transform: none;
    width: auto;
    box-shadow: none;
    z-index: 1;
  }

  .show-mobile-menu-level-2 .mobile-menu-level-1 {
    transform: translate3d(-100%, 0, 0);
  }
  .show-mobile-menu-level-2 .mobile-menu-level-2 {
    transform: none;
  }

  .show-mobile-menu-level-3 .mobile-menu-level-2 {
    transform: translate3d(-100%, 0, 0);
  }
  .show-mobile-menu-level-3 .mobile-menu-level-3 {
    transform: none;
  }
}
.footer-links .social-links {
  margin-right: -12px;
}

.social-links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.social-links__list a {
  display: block;
  padding: 12px;
  line-height: 16px;
}
.social-links__list svg {
  display: block;
  width: 16px;
  height: 16px;
  color: #080a1c;
}

.sharing .sharing-list {
  display: flex;
  margin-left: -10px;
}
.sharing .sharing-label {
  display: block;
  margin-bottom: 8px;
}
.sharing .sharing-link {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  padding: 10px;
}
.sharing .sharing-link .icon {
  color: #080a1c;
}
.sharing .sharing-link svg {
  display: block;
  width: 100%;
  height: 100%;
}

.social-links .icon,
.sharing .icon,
.social-custom img {
  transform: scale(1);
  transition: transform 0.15s;
}
.social-links .icon:hover,
.sharing .icon:hover,
.social-custom img:hover {
  transform: scale(1.5);
}

.social-links img {
  width: 16px;
  height: 16px;
  vertical-align: top;
}

@media only screen and (max-width: 559px) {
  .footer-links .social-links {
    margin-left: -12px;
    margin-top: 15px;
  }
  .footer-links .social-links .social-links__list {
    justify-content: flex-start;
  }
}
.exp-tab-link {
  display: block;
  text-decoration: none;
}

.exp-tab {
  display: flex;
  align-items: center;
  border: 1px solid rgba(56, 56, 56, 0.15);
  background-color: #ffffff;
}
.exp-tab .product-price,
.exp-tab .product-price__compare {
  white-space: nowrap;
}

.exp-tab--fill {
  width: 100%;
}
.swiper-slide .exp-tab--fill {
  width: 99.9%;
}

.exp-tab--uncard {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.exp-tab--uncard .exp-tab-image {
  min-height: 0;
}
.exp-tab--uncard .exp-tab-product-title {
  white-space: normal;
}
@media only screen and (max-width: 1220px) {
  .sidebar .exp-tab--uncard.exp-tab .exp-tab-text {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.exp-tab--quarter {
  width: 25%;
}

.exp-tab-image {
  min-height: 76px;
  flex-shrink: 0;
}


.exp-tab-image {
  width: 62px !important;
  padding-top: 0 !important;
}


.ext-tab-image-placeholder {
  height: 76px;
  width: 76px;
  max-width: 100%;
}

.exp-tab-text {
  flex-grow: 1;
  padding: 10px 10px 10px 15px;
  max-height: 100%;
  width: calc(100% - 62px);
}

.exp-tab-title {
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.exp-tab-product-title {
  font-family: Lato, sans-serif;
  font-size: 1em;
  color: #383838;
  white-space: nowrap;
  font-weight: 400;
}

@media (min-width: 561px) and (max-width: 1220px) {
  .sidebar .exp-tab {
    display: block;
  }
  .sidebar .exp-tab .exp-tab-image,
.sidebar .exp-tab .exp-tab-text,
.sidebar .exp-tab .ext-tab-image-placeholder {
    width: 100% !important;
  }
  .sidebar .exp-tab .exp-tab-text {
    padding: 10px;
  }
}
.testimonial-content {
  margin: 0;
  padding: 0;
  border-left: 0;
  font-size: 1em;
}

.testimonial-stars {
  margin-bottom: 10px;
}

.testimonial-star {
  margin: 0;
  position: relative;
  height: 15px;
  width: 15px;
}
.testimonial-star .cc-rating-stars__svg {
  fill: {{ shop.brand.colors.secondary[0].background }};
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.testimonial-author-meta {
  padding: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.testimonial-author-image {
  margin-right: 10px;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}

.testimonial-author-name {
  font-size: 1em;
  font-weight: 500;
}

.testimonial-author-location {
  font-size: 0.8em;
}

@media only screen and (min-width: 560px) {
  .image-beside-text {
    display: flex;
  }

  .image-beside-text__image,
.image-beside-text__text {
    width: 50%;
  }

  .image-beside-text__text {
    align-self: center;
  }
}
.spr-icon {
  color: {{ shop.brand.colors.secondary[0].background }};
  margin-right: 0.1em;
}
.spr-icon:focus {
  color: {{ shop.brand.colors.secondary[0].background }};
}

.spr-icon:before {
  font-size: 100%;
}

.spr-icon-star-empty {
  color: #888;
}

.spr-badge[data-rating="0.0"] {
  visibility: hidden;
}
.product-reviews--remove-if-empty .spr-badge[data-rating="0.0"] {
  display: none;
}

.spr-badge-caption {
  margin-left: 0.5em;
  white-space: nowrap;
}

.spr-form-input {
  border-radius: 3px;
}

.product-reviews {
  margin-bottom: 15px;
  text-decoration: none;
  color: #383838;
}
.product-reviews .spr-badge {
  display: block;
}
.product-block .product-reviews .spr-badge {
  margin: 6px 0 0;
}

.product-reviews-manager #shopify-product-reviews {
  margin: 30px 0;
}
.product-reviews-manager .spr-pagination {
  padding-top: 12px;
}
.product-reviews-manager .spr-pagination-page {
  margin: 0 5px;
}
.product-reviews-manager .spr-container {
  border: none;
  padding: 0;
}
.product-reviews-manager .spr-review {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .product-reviews-manager .spr-reviews {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .product-reviews-manager .spr-review {
    width: 50%;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .product-reviews-manager .spr-review:nth-child(2n-1) {
    padding-right: 15px;
  }
  .product-reviews-manager .spr-review:nth-child(2n) {
    padding-left: 15px;
  }
  .product-reviews-manager .spr-review:first-child {
    margin: 0;
  }
  .product-reviews-manager .spr-review:last-child, .product-reviews-manager .spr-review:nth-last-child(2) {
    border-bottom: 0;
  }
  .product-reviews-manager .spr-review:nth-child(2):not(:last-child), .product-reviews-manager .spr-review:nth-child(4):not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .product-reviews-manager .spr-review-header-byline strong {
    font-weight: normal;
  }
  .product-reviews-manager .spr-pagination {
    padding-top: 30px;
    width: 100%;
  }
}

.cc-rating-custom-caption {
  font-size: 0.9em;
  margin-left: 0.3em;
  position: relative;
  top: -1px;
}
@media only screen and (min-width: 440px) {
  .cc-rating-custom-caption {
    top: 0;
  }
}

#shopify-product-reviews .spr-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 1px;
}
#shopify-product-reviews .spr-icon::before,
#shopify-product-reviews .spr-icon-star::after,
#shopify-product-reviews .spr-icon-star-half-alt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat url("data:image/svg+xml,%3Csvg fill='' width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.43579 4.9459L13.63 4.9536L9.42653 8.01929L11.0329 12.97L6.81981 9.91778L2.60673 12.97L4.20346 8.01929L0 4.9536L5.20383 4.9459L6.81981 0L8.43579 4.9459Z'%3E%3C/path%3E%3C/svg%3E") top left;
  background-size: 100% 100%;
}
#shopify-product-reviews .spr-icon-star::after,
#shopify-product-reviews .spr-icon-star-half-alt::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='' width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.43579 4.9459L13.63 4.9536L9.42653 8.01929L11.0329 12.97L6.81981 9.91778L2.60673 12.97L4.20346 8.01929L0 4.9536L5.20383 4.9459L6.81981 0L8.43579 4.9459Z'%3E%3C/path%3E%3C/svg%3E");
}
#shopify-product-reviews .spr-icon-star-half-alt::after {
  clip: rect(0px, 7.5px, 14px, 0px);
}

:root {
  --payment-terms-background-color: #ffffff;
}

.product-thumbnails__item {
  position: relative;
  margin-bottom: 10px;
  border-radius: 3px;
  transition: box-shadow 150ms ease;
}
.product-thumbnails__item .rimage-wrapper {
  overflow: hidden;
  border-radius: 3px;
}

.product-thumbnails__item--active {
  box-shadow: 0 0 0 2px #383838;
}

.product-thumbnails__link {
  display: block;
}

.product-thumbnails--inline .product-thumbnails__item {
  display: inline-block;
  vertical-align: top;
  width: 68px;
  margin-right: 6px;
}

.product-image {
  margin-bottom: 20px;
}
.product-image .rimage-wrapper,
.product-image .plyr__video-wrapper,
.product-image .shopify-model-viewer-ui {
  overflow: hidden;
  border-radius: 3px;
}

.product-form-block {
  margin: 0.75em 0;
}
.product-form-block:first-of-type {
  margin-top: 0;
}
.product-form-block:last-of-type {
  margin-bottom: 0;
}
.product-form-block .product-price--large {
  margin-bottom: 0.5em;
}

.product-form-block--md-spacing {
  margin: 1.25em 0;
}

.product-form-block--lg-spacing {
  margin: 2em 0;
}

.product-policies {
  margin-top: 1em;
}

.qty-actual {
  display: none;
  position: relative;
}

.qty-actual__label {
  position: absolute;
  top: 8px;
  left: 14px;
  line-height: 1;
  letter-spacing: initial;
  opacity: 0.6;
}

.qty-actual__input {
  width: 100%;
  margin: 0;
  padding: 22px 14px 5px 14px;
  line-height: 1.2;
}

.qty-wrapper.hide-proxy > .cc-select,
.no-js .qty-wrapper > .cc-select {
  display: none;
}
.qty-wrapper.hide-proxy .qty-actual,
.no-js .qty-wrapper .qty-actual {
  display: block;
}

.product-sku {
  margin-bottom: 1em;
}

.product-sku--empty {
  display: none;
}

.product-vendor-and-type--spacer {
  padding: 0 4px;
}

.product-details {
  *zoom: 1;
}
.product-details::after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 559px) {
  .product-details .btn,
.product-details .shopify-payment-button__button {
    min-height: 44px;
  }
}

.ajax-add-notice {
  transition: opacity 250ms;
}

.ajax-add-notice--error .ajax-add-notice__inner {
  color: #f05c5d;
  background: #fce1e1;
  border: 1px solid #f05c5d;
}

.ajax-add-notice--added {
  white-space: nowrap;
}
.ajax-add-notice--added .ajax-add-notice__inner {
  padding-bottom: 0;
}
.ajax-add-notice--added .ajax-add-notice__item {
  margin-right: 30px;
  padding-bottom: 15px;
}
.ajax-add-notice--added .ajax-add-notice__go {
  padding-bottom: 15px;
}

.ajax-add-notice__inner {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(56, 56, 56, 0.15);
  padding: 15px 30px;
}

.ajax-add-notice__item {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.ajax-add-notice__item .feather-icon, .ajax-add-notice__item .disclosure .disclosure__toggle-arrow, .disclosure .ajax-add-notice__item .disclosure__toggle-arrow {
  margin-left: -8px;
  margin-right: 5px;
}

.ajax-add-notice--pre-reveal {
  display: none;
  opacity: 0;
}

.ajax-add-notice--pre-replace {
  opacity: 0;
}

.pswp__bg {
  background-color: #000000;
}

@media only screen and (max-width: 559px) {
  .product-thumbnails {
    margin-bottom: 15px;
  }
  .product-thumbnails .product-thumbnails__item {
    display: block;
    margin: 0;
    width: auto;
  }
  .product-thumbnails .slick-list,
.product-thumbnails .rimage__image {
    border-radius: 3px;
  }
  .product-thumbnails:not(.slick-initialized) .product-thumbnails__item:not(:first-child) {
    display: none;
  }

  .product-thumbnails__item--active {
    box-shadow: none;
  }
}
.product-block {
  margin-bottom: 15px;
}

.product-block__link {
  display: block;
  text-decoration: none;
}

.product-block__image {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 12px;
  background: #fdf8f2;
  border: 1px solid #ffffff;
}

.product-block__primary-image {
  width: 100%;
}

.product-block__image.with-secondary-image .product-block__secondary-image {
  display: none;
}

@media (min-width: 960px) {
  .product-block__image.with-secondary-image .product-block__secondary-image {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms;
  }
  .product-block__image.with-secondary-image .product-block__primary-image {
    transition: opacity 250ms;
  }
  .product-block__image.with-secondary-image:hover .product-block__primary-image {
    opacity: 0;
  }
  .product-block__image.with-secondary-image:hover .product-block__secondary-image {
    opacity: 1;
  }
  .product-block__image.with-secondary-image.same-aspect-ratio .product-block__primary-image {
    transition: opacity 0ms 0ms;
  }
  .product-block__image.with-secondary-image.same-aspect-ratio:hover .product-block__primary-image {
    transition: opacity 50ms 250ms;
  }
}

.product-block__sale-label {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  color: #383838;
  background: #fdf8f2;
  padding: 4px 7px 5px;
  text-decoration: none;
  transform-origin: 100% 0;
  transform: rotate(-90deg) translate(20px, -40px);
}
.product-block__sale-label:before, .product-block__sale-label:after {
  content: " ";
  position: absolute;
  right: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  margin-right: -1px;
}
.product-block__sale-label:before {
  bottom: 0;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #fdf8f2 transparent;
}
.product-block__sale-label:after {
  top: 0;
  border-width: 0 16px 16px 0;
  border-color: transparent #fdf8f2 transparent transparent;
}

.product-block__soldout-label {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  color: #ffffff;
  background: #6e6f6f;
  padding: 4px 7px 5px;
  text-decoration: none;
  transform-origin: 100% 0;
  transform: rotate(-90deg) translate(20px, -40px);
}
.product-block__soldout-label:before, .product-block__soldout-label:after {
  content: " ";
  position: absolute;
  right: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  margin-right: -1px;
}
.product-block__soldout-label:before {
  bottom: 0;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #6e6f6f transparent;
}
.product-block__soldout-label:after {
  top: 0;
  border-width: 0 16px 16px 0;
  border-color: transparent #6e6f6f transparent transparent;
}


.product-swatch-inline {
  margin-top: 4px;
}

.product-swatch-inline__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 6px 6px 0 0;
  box-shadow: 0 0 0 1px rgba(56, 56, 56, 0.1);
  border-radius: 5px;
  background: no-repeat center/cover #ddd;
}

.variant-option-title::before {
  content: "- ";
}

.mini-product {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}

.mini-product__image-container {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 1em;
  border: 1px solid rgba(56, 56, 56, 0.15);
}

.mini-product__details {
  align-self: center;
}

.mini-product__title, .mini-product__vendor {
  margin-bottom: 0.1em;
}

.mini-product__price {
  color: #383838;
}

.mini-product__price--on-sale {
  color: #f86f69;
}

.article-summary {
  margin-bottom: 30px;
}
.template-blog .article-summary:last-child {
  margin-bottom: 0;
}
.template-blog .article-summary:not(:last-child) {
  margin-bottom: 45px;
}
@media only screen and (min-width: 560px) {
  .template-blog .article-summary:not(:last-child) {
    margin-bottom: 60px;
  }
}

.article-summary__image,
.article-summary__date,
.article-summary__author,
.article-summary__title,
.article-summary__read-more {
  margin: 0 0 10px;
}

.article-summary__date, .article-summary__author {
  display: inline-block;
}

.article-summary__comments-link {
  margin-right: 15px;
}

.article-summary__excerpt {
  margin-bottom: 10px;
}

.breadcrumbs {
  font-size: 0.8em;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs a {
  text-decoration: none;
  opacity: 0.8;
}
.breadcrumbs a.breadcrumb-active {
  opacity: 1;
}

.breadcrumbs-divider {
  padding: 0 10px;
}

.breadcrumbs__rss {
  position: relative;
  top: 0.1em;
  display: inline-block;
  margin-left: 0.5em;
}
.breadcrumbs__rss .feather-icon, .breadcrumbs__rss .disclosure .disclosure__toggle-arrow, .disclosure .breadcrumbs__rss .disclosure__toggle-arrow {
  display: block;
}
.breadcrumbs__rss .icon {
  display: block;
  height: 1em;
  width: 1em;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.pagination li {
  padding: 5px 4px 4px;
  margin: 0 8px;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 0;
  position: relative;
  vertical-align: middle;
  min-width: 34px;
}
.pagination li.active {
  background: #bbdbe2;
  color: #383838;
  box-shadow: inset 0 0 1px #bbdbe2;
}
.pagination li.pagination__button {
  box-shadow: inset 0 0 1px #bbdbe2;
}
.pagination li a {
  text-decoration: none;
  color: #383838;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
}
.pagination li::before, .pagination li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.pagination li::before, .pagination li::after {
  top: 0;
  left: 0;
}
.pagination li::before {
  border: 1px solid transparent;
}
.pagination li:hover::before {
  border-top-color: #bbdbe2;
  border-right-color: #bbdbe2;
  border-bottom-color: #bbdbe2;
  transition: border-top-color 0.12s linear, border-right-color 0.12s linear 0.08s, border-bottom-color 0.12s linear 0.18s;
}
.pagination li::after {
  border: 0 solid transparent;
}
.pagination li:hover::after {
  border-top: 1px solid #bbdbe2;
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
  transition: transform 0.36s linear 0s, border-left-width 0s linear 0.15s;
}
.pagination .icon {
  margin-bottom: 5px;
}

@media only screen and (max-width: 559px) {
  .mobile-pagination-hide {
    display: none;
  }
  .mobile-pagination-hide.active {
    display: block;
  }
}
.disclosure {
  position: relative;
}
.disclosure .disclosure__toggle {
  background-color: transparent;
  border: 1px solid rgba(56, 56, 56, 0.15);
  border-radius: 3px;
  color: inherit;
  padding-left: 10px;
  padding-right: 28px;
  text-align: left;
  position: relative;
}
.disclosure .disclosure__toggle[aria-expanded=true]::before, .disclosure .disclosure__toggle[aria-expanded=true]::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  margin-top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  z-index: 3;
}
.disclosure .disclosure__toggle[aria-expanded=true]::before {
  border-color: rgba(56, 56, 56, 0.15) transparent transparent transparent;
}
.disclosure .disclosure__toggle[aria-expanded=true]::after {
  margin-top: -10px;
  border-color: #ffffff transparent transparent transparent;
}
.disclosure .disclosure__toggle-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.disclosure .disclosure__toggle-arrow .icon {
  width: 16px;
  height: 16px;
}
.disclosure .disclosure-list {
  background-color: #ffffff;
  border: 1px solid rgba(56, 56, 56, 0.15);
  bottom: calc(100% + 8px);
  padding: 0px;
  position: absolute;
  display: none;
  min-height: 90px;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 3px;
  z-index: 1;
}
.disclosure .disclosure-list:hover .disclosure-list__item--current .disclosure-list__option:not(:hover) {
  background: transparent;
}
.disclosure .disclosure-list--visible {
  display: block;
}
.disclosure .disclosure-list__item {
  border-bottom: 1px solid transparent;
  text-align: left;
  white-space: nowrap;
}
.disclosure .disclosure-list__item:not(:last-child) {
  border-bottom: 1px solid rgba(56, 56, 56, 0.3);
}
.disclosure .disclosure-list__option {
  display: block;
  padding: 10px 45px 10px 15px;
  color: #383838;
  text-decoration: none;
}
.disclosure .disclosure-list__option:focus, .disclosure .disclosure-list__option:hover {
  color: #383838;
  background: rgba(56, 56, 56, 0.1);
}
.disclosure .disclosure-list__item--current .disclosure-list__option {
  background: rgba(56, 56, 56, 0.1);
}

.selectors-form__item {
  display: inline-block;
  margin: 10px 20px 10px 0;
}

.footer-localization {
  flex: 1 0 auto;
}

.desktop-header-localization .selectors-form {
  white-space: nowrap;
}
.desktop-header-localization .selectors-form__item {
  margin: 0 20px 0 0;
}
.desktop-header-localization .disclosure .disclosure-list {
  top: calc(100% + 8px);
  bottom: auto;
  z-index: 2;
}
.desktop-header-localization .disclosure .disclosure__toggle {
  border: none;
  padding: 0 20px 0 0;
  min-width: 0;
}
.desktop-header-localization .disclosure .disclosure__toggle[aria-expanded=true]::before, .desktop-header-localization .disclosure .disclosure__toggle[aria-expanded=true]::after {
  top: auto;
  bottom: 0;
  margin-top: auto;
  margin-bottom: -8px;
  border-width: 0px 8px 8px 8px;
}
.desktop-header-localization .disclosure .disclosure__toggle[aria-expanded=true]::before {
  border-color: transparent transparent rgba(56, 56, 56, 0.15) transparent;
}
.desktop-header-localization .disclosure .disclosure__toggle[aria-expanded=true]::after {
  margin-bottom: -9px;
  border-color: transparent transparent #ffffff transparent;
}
.desktop-header-localization .disclosure .disclosure__toggle-arrow {
  right: 0;
}

@media only screen and (max-width: 1023px) {
  .disclosure .disclosure__toggle {
    border-color: #383838;
  }
  .disclosure .disclosure-list__item {
    white-space: initial;
  }
}
@media only screen and (max-width: 1023px) {
  .selectors-form__item {
    width: 100%;
  }
}
.quantity-adjuster {
  display: inline-flex;
  align-items: center;
}

.quantity-adjuster__button {
  flex: 0 0;
  border: 1px solid rgba(56, 56, 56, 0.15);
  border-radius: 3px;
}
.quantity-adjuster__button .feather-icon, .quantity-adjuster__button .disclosure .disclosure__toggle-arrow, .disclosure .quantity-adjuster__button .disclosure__toggle-arrow {
  display: flex;
  padding: 2px;
}

.quantity-adjuster__button--disabled {
  pointer-events: none;
  opacity: 0.25;
}

.quantity-adjuster__input {
  border: none;
  width: 3em;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  -moz-appearance: textfield;
}
.quantity-adjuster__input::-webkit-outer-spin-button, .quantity-adjuster__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.article-tag {
  margin: 5px 5px 0 0;
}
.article-tag a {
  text-decoration: none;
  color: inherit;
}

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

.carousel-prev {
  transition: opacity 250ms;
}

.swiper-button-disabled {
  opacity: 0;
}

.inline-carousel-buttons .carousel-prev {
  padding: 10px 5px 0 15px;
}
.inline-carousel-buttons .carousel-next {
  margin-right: -15px;
  padding: 10px 15px 0 5px;
}
.inline-carousel-buttons .swiper-button-disabled {
  opacity: 0.2;
}
.inline-carousel-buttons .slider-chevron .icon {
  width: 12px;
  height: 12px;
  stroke-width: 3px;
}

@media only screen and (max-width: 559px) {
  .carousel-mobile-off-edge {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .carousel-mobile-off-edge .swiper-container {
    overflow: visible;
  }
  .carousel-mobile-off-edge .carousel-prev,
.carousel-mobile-off-edge .carousel-next {
    display: none;
  }
}
.cart-discount-list {
  margin: 1em 0;
  padding: 0;
}
.cart-discount-list:first-child {
  margin-top: 0;
}
.cart-discount-list:last-child {
  margin-bottom: 0;
}

.cart-discount {
  list-style: none;
}
.cart-discount:not(:last-child) {
  margin-bottom: 0.5em;
}

.cart-discount--inline .cart-discount__label {
  margin-right: 1em;
}

/* AR view in your space button */
.view-in-space {
  box-sizing: border-box;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  color: #383838;
  border: none;
  box-shadow: none;
  background: rgba(56, 56, 56, 0.08);
}
.view-in-space:hover {
  color: #383838;
  border: none;
  background: rgba(56, 56, 56, 0.08);
}
.view-in-space[data-shopify-xr-hidden] {
  display: none;
}
.view-in-space .icon {
  margin: 0;
  height: 1.8em;
  width: 1.8em;
  fill: transparent;
  vertical-align: middle;
}
.view-in-space .icon .icon-3d-badge-full-color-outline,
.view-in-space .icon .icon-video-badge-full-color-outline {
  display: none;
}
.view-in-space .icon .icon-3d-badge-full-color-element,
.view-in-space .icon .icon-video-badge-full-color-element {
  fill: currentColor;
}
.view-in-space .view-in-space__text {
  vertical-align: middle;
}

/* Any product media with a fixed aspect ratio */
.product-media--frame {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  max-width: 100%;
}
.product-media--frame iframe,
.product-media--frame object,
.product-media--frame embed,
.product-media--frame video,
.product-media--frame model-viewer,
.product-media--frame .shopify-model-viewer-ui,
.product-media--frame .media-item,
.product-media--frame .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-media--frame .plyr__video-wrapper {
  height: 100%;
}

.media-thumbnail {
  display: block;
  position: relative;
}

.media-thumbnail__badge {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 6px;
  top: 6px;
  pointer-events: none;
}
.media-thumbnail__badge .icon {
  fill: #ffffff;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.media-thumbnail__badge .icon .icon-3d-badge-full-color-outline,
.media-thumbnail__badge .icon .icon-video-badge-full-color-outline {
  stroke: rgba(56, 56, 56, 0.05);
}
.media-thumbnail__badge .icon .icon-3d-badge-full-color-element,
.media-thumbnail__badge .icon .icon-video-badge-full-color-element {
  fill: #383838;
}
@media only screen and (min-width: 750px) {
  .media-thumbnail__badge .product-single__thumbnail-badge {
    width: 26px;
    height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-slider .product-media--video[data-video-type=external]::before, .slick-slider .product-media--video[data-video-type=external]::after {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 70px;
    width: calc(50% - 50px);
    z-index: 1;
  }
  .slick-slider .product-media--video[data-video-type=external]::before {
    left: 0;
  }
  .slick-slider .product-media--video[data-video-type=external]::after {
    right: 0;
  }
}
/* Plyr - used for playing product videos */
.plyr__control svg {
  margin: 0;
}

.plyr.plyr--full-ui.plyr--video {
  color: #383838;
  background-color: transparent;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.plyr.plyr--full-ui.plyr--video button {
  min-width: 0;
  box-shadow: none;
}
.plyr.plyr--full-ui.plyr--video .plyr__poster,
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: #ffffff;
  border-color: rgba(56, 56, 56, 0.05);
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(56, 56, 56, 0.55);
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: #ffffff;
  border-color: rgba(56, 56, 56, 0.05);
  border-radius: 3px;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(56, 56, 56, 0.6) var(--value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: rgba(56, 56, 56, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: rgba(56, 56, 56, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(56, 56, 56, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(56, 56, 56, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(56, 56, 56, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(56, 56, 56, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(56, 56, 56, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(56, 56, 56, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: #383838;
  color: #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: #383838;
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, rgba(56, 56, 56, 0.6) 25%, transparent 25%, transparent 50%, rgba(56, 56, 56, 0.6) 50%, rgba(56, 56, 56, 0.6) 75%, transparent 75%, transparent);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: #ffffff;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #383838;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 #383838;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #383838;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(255, 255, 255, 0.6) var(--value, 0));
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.6);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

/* Shopify's custom UI for the model-viewer component */
.shopify-model-viewer-ui button {
  min-width: 0;
  box-shadow: none;
}
.shopify-model-viewer-ui button svg {
  margin: 0;
}
.shopify-model-viewer-ui button[hidden] {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #ffffff;
  border-color: rgba(56, 56, 56, 0.05);
  border-radius: 3px;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #383838;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(56, 56, 56, 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(56, 56, 56, 0.55);
  background: rgba(56, 56, 56, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(56, 56, 56, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #ffffff;
  border-color: rgba(56, 56, 56, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(56, 56, 56, 0.55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  z-index: 2;
}
.shopify-model-viewer-ui .theme-event-proxy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area--playing + .theme-event-proxy {
  display: none;
}

/* hack for some model-viewer component 'quirks' */
model-viewer {
  text-align: left;
}
model-viewer .container {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
model-viewer button,
model-viewer button:hover {
  background-color: transparent;
}

.tab-used model-viewer.focus-visible {
  outline: none;
}
.tab-used model-viewer.focus-visible + .shopify-model-viewer-ui__controls-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  pointer-events: none;
  z-index: 1;
  box-shadow: 0 0 1px 1px rgba(56, 56, 56, 0.5) inset;
}

.carousel-media + .media-thumbnail {
  display: none;
}

.cc-popup.cc-popup--bottom-left, .cc-popup.cc-popup--bottom-right {
  padding: 30px;
}
.cc-popup .cc-popup-modal {
  background-color: #ffffff;
  border-radius: 3px;
  width: 500px;
  border-radius: 3px;
  overflow: hidden;
}
.cc-popup .cc-popup-modal .cc-popup-close {
  z-index: 1;
}
.cc-popup .cc-popup-modal .cc-popup-close svg {
  stroke: #383838;
}
.cc-popup .cc-popup-modal.cc-popup-modal--has-image .cc-popup-close svg {
  stroke: #ffffff;
  filter: drop-shadow(2px 2px 2px rgba(56, 56, 56, 0.5));
}
.cc-popup .cc-popup-container {
  flex-direction: column;
}
.cc-popup .cc-popup-image {
  width: 100%;
}
.cc-popup .cc-popup-content {
  color: #383838;
  padding: 40px;
  text-align: center;
}
.cc-popup .cc-popup-content .cc-popup-title {
  color: #383838;
}
.cc-popup .cc-popup-content .social-links__list {
  margin-top: 30px;
  justify-content: center;
}
.cc-popup .cc-popup-content .social-links__list a {
  color: inherit;
}
.cc-popup .cc-popup-form__inputs {
  display: flex;
  border: 1px solid rgba(56, 56, 56, 0.15);
  border-radius: 3px;
  margin-top: 30px;
}
.cc-popup .cc-popup-form__input-wrapper {
  flex-grow: 1;
}
.cc-popup .cc-popup-form-input {
  border: none;
  width: 100%;
  font-size: 16px;
  margin: 5px;
}
.cc-popup .cc-popup-form-buttons {
  padding: 5px;
}
.cc-popup .cc-popup-form-submit {
  min-height: 44px;
}
@media only screen and (max-width: 559px) {
  .cc-popup .cc-popup-modal {
    width: 400px;
  }
}
@media only screen and (max-width: 439px) {
  .cc-popup.cc-popup--center, .cc-popup.cc-popup--bottom-left, .cc-popup.cc-popup--bottom-right {
    justify-content: center;
    align-items: flex-end;
    padding: 10px;
  }
  .cc-popup .cc-popup-modal {
    width: 100%;
    min-width: 100%;
    border-radius: 0;
  }
  .cc-popup .cc-popup-content {
    padding: 30px 12px;
  }
}

.store-availabilities-modal .cc-popup-modal {
  border-radius: 3px 0 0 3px;
}
@media only screen and (max-width: 559px) {
  .store-availabilities-modal .cc-popup-modal {
    border-radius: 0;
  }
}
.store-availabilities-modal .cc-popup-modal .cc-icon-unavailable svg, .store-availabilities-modal .cc-popup-modal .cc-icon-available svg, .store-availabilities-modal .cc-popup-modal .store-availability-list__invalid_address svg {
  position: relative;
  top: 2px;
}
.store-availabilities-modal .cc-popup-close svg {
  filter: none;
}
@media only screen and (max-width: 439px) {
  .store-availabilities-modal .cc-popup-content {
    padding: 30px 20px;
  }
}

.store-availability-list__location__distance {
  text-decoration: none;
}

.store-availability-container .store-availability-information .store-availability-icon {
  top: 2px;
}

.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox + label {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  align-items: flex-start;
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  cursor: pointer;
}
.checkbox + label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: calc(0.75em - 9px);
  margin-right: 10px;
  border-radius: 0;
  border: 1px solid rgba(56, 56, 56, 0.2);
}
.checkbox:focus + label::before {
  outline: auto;
}
.checkbox:focus-visible + label::before {
  outline: auto Highlight;
  outline: auto -webkit-focus-ring-color;
}
.checkbox:focus:not(:focus-visible) + label::before {
  outline: 0;
}
.checkbox:checked + label::before {
  border-color: #888;
  background-color: #888;
}
.checkbox:checked + label::after {
  content: "";
  position: absolute;
  top: calc(0.75em - 1px);
  left: 9px;
  width: 6px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(45deg);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}
.checkbox[disabled] + label {
  opacity: 0.5;
  cursor: default;
}

.radio {
  position: absolute;
  opacity: 0;
}
.radio + label {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  align-items: flex-start;
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  cursor: pointer;
}
.radio + label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: calc(0.75em - 9px);
  margin-right: 10px;
  border-radius: 0;
  border: 1px solid rgba(56, 56, 56, 0.2);
}
.radio:focus + label::before {
  outline: auto;
}
.radio:focus-visible + label::before {
  outline: auto Highlight;
  outline: auto -webkit-focus-ring-color;
}
.radio:focus:not(:focus-visible) + label::before {
  outline: 0;
}
.radio + label::before {
  width: 18px;
  height: 18px;
  margin-top: calc(0.75em - 9px);
  border-radius: 50%;
}
.radio:checked + label::after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 9px;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #888;
}

.cc-select {
  position: relative;
  width: 100%;
}
.cc-select.is-open::before {
  content: "";
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cc-select__btn,
.cc-select__listbox {
  margin: 0;
  border: 1px solid rgba(56, 56, 56, 0.15);
  font-size: inherit;
}

.cc-select__btn {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 9px 45px 9px 15px;
  background-color: transparent;
  color: #383838;
  font-weight: inherit;
  text-align: start;
  text-transform: none;
}

.cc-select__icon {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.cc-select__listbox {
  list-style: none;
  visibility: hidden;
  position: absolute;
  top: 5px;
  left: -5px;
  z-index: 100;
  min-width: 100%;
  max-height: 20em;
  padding: 0;
  outline: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
  overflow-y: auto;
}
.cc-select__listbox[aria-hidden=false] {
  visibility: visible;
}

.cc-select__option {
  display: flex;
  align-items: center;
  padding: 9px 15px;
  color: #383838;
  cursor: pointer;
}
.cc-select__option > span {
  pointer-events: none;
}
.cc-select__option > em {
  display: none;
  margin-left: auto;
  font-style: normal;
  pointer-events: none;
}
.cc-select__option.is-unavailable > em {
  display: block;
}
.cc-select__option.is-focused {
  background-color: #ebebeb;
  color: #383838;
}

.cc-select__btn[data-swatch]::before,
.cc-select__option[data-swatch]::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  background-size: cover;
}

.cc-select [data-swatch=white]::before {
  border: 1px solid #ebebeb;
}

.qty-wrapper.is-disabled .cc-select {
  pointer-events: none;
}

.cc-select--label-inside label {
  position: absolute;
  top: 8px;
  left: 15px;
  line-height: 1;
  opacity: 0.7;
  pointer-events: none;
}
.cc-select--label-inside .cc-select__btn {
  padding: 21px 42px 5px 15px;
  line-height: 1.2;
}

.cc-select__listbox {
  max-height: 15em;
}

.cc-select__option {
  padding: 8px 15px;
}
.cc-select__option[hidden] {
  display: none;
}

.cc-filters-control__btn {
  flex: 1 1 100%;
  padding: 15px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  background-color: #ebebeb;
  color: #383838;
  transition: background-color 0.15s;
}
.cc-filters-control__btn:not(:last-child) {
  width: 50%;
  margin-right: -1px;
  border-radius: 3px 0 0 3px;
}
.cc-filters-control__btn:last-child:not(:first-child) {
  border-radius: 0 3px 3px 0;
}

.cc-filters-control__btn.has-active-filters {
  z-index: 1;
}

.cc-filters,
.cc-filter__panel {
  z-index: 2;
}

.cc-filter-clear-btn {
  color: inherit;
}

.swatch-label[data-swatch]::before {
  display: none;
}

.swatch-sample {
  width: 22px;
  height: 22px;
  box-shadow: 0 0 0 1px rgba(56, 56, 56, 0.1);
  margin-top: calc(0.75em - 10px);
}
.swatch-input:checked + .swatch-label .swatch-sample {
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 1px #383838;
}

.cc-sort-label {
  font-size: 0.86em;
  line-height: 1.5;
}

.no-js-apply-filters > .btn {
  line-height: 1.4;
  padding: 12px 25px;
}

@media (max-width: 699px) {
  .filters-open .main-nav-bar {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5);
  }

  .cc-filters-container {
    width: calc(100% - 52px);
  }

  .cc-filter--sort,
.cc-filters__footer,
.cc-filter__footer,
.cc-price-range__control::after {
    background: #bbdbe2;
  }

  .cc-filters-container,
.cc-filters,
.cc-filter__panel {
    background: #bbdbe2;
    color: #383838;
  }

  .cc-filters__header,
.cc-filter__header {
    padding: 15px 20px;
    border-bottom-color: rgba(56, 56, 56, 0.2);
  }

  .cc-filters__items {
    padding: 10px 20px;
  }

  .cc-filter:not(.cc-filter--sort) {
    border: 0;
  }

  .cc-filter__toggle {
    padding: 10px 35px 10px 0;
    font-size: 16px;
  }
  .cc-filter__toggle::after {
    top: calc(50% - 25px);
    width: 28px;
    height: 50px;
    border-top: 1px solid rgba(56, 56, 56, 0.2);
    background-position: center 11px;
  }

  .cc-filters__footer,
.cc-filter__footer {
    border-top-color: rgba(56, 56, 56, 0.2);
  }
  .cc-filters__footer .btn,
.cc-filter__footer .btn {
    border: 1px solid #000000;
    background-color: #000000;
    color: #bbdbe2;
  }

  .cc-filter .radio + label::before,
.cc-filter .checkbox + label::before {
    border-color: rgba(56, 56, 56, 0.4);
  }
  .cc-filter .radio:checked + label::after,
.cc-filter .checkbox:checked + label::before {
    border-color: #383838;
    background-color: #383838;
  }
  .cc-filter .checkbox:checked + label::after {
    border-color: #bbdbe2;
  }

  .cc-price-range__bar-inactive,
.cc-price-range__bar-active {
    background: #383838;
  }

  .cc-price-range__input {
    border-color: rgba(56, 56, 56, 0.4);
  }

  .cc-price-range__control::after {
    border-color: #383838;
  }

  .cc-price-range__input::placeholder {
    color: rgba(56, 56, 56, 0.2);
  }

  .swatch-sample {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .swatch-input:checked + .swatch-label .swatch-sample {
    border-color: #bbdbe2;
    box-shadow: 0 0 0 1px #383838;
  }

  .cc-filter-close-btn {
    top: 4px;
    left: -48px;
    padding: 6px;
    opacity: 0;
    transition: opacity 0.3s 0.3s;
    pointer-events: none;
  }
  .filters-open .cc-filter-close-btn {
    opacity: 1;
    pointer-events: auto;
  }
  .cc-filter-close-btn svg {
    width: 32px;
    height: 32px;
    color: #fff;
  }
}
@media (min-width: 700px) {
  .cc-facet-filters {
    margin-top: 30px;
  }

  .cc-filter__panel {
    border: 1px solid #c3c3c3;
  }

  .cc-filter__content {
    max-height: 17em;
  }

  .cc-filter li:not(:last-child) {
    margin-bottom: 0.86em;
  }

  .cc-filter__toggle::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='rgb(56, 56, 56)' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  }
}
.option-selector {
  padding: 0;
  border: 0;
}
.option-selector .label {
  margin-bottom: 0.5em;
}

.option-selector__btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}

.opt-btn {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.opt-label {
  position: relative;
  min-width: 44px;
  margin: 10px 10px 0 0;
  padding: 9px 15px;
  border: 1px solid rgba(56, 56, 56, 0.15);
  border-radius: 3px;
  text-align: center;
}
.opt-label:not([data-swatch]):hover {
  border-color: #ebebeb;
  background: rgba(0, 0, 0, 0.05);
}
.tab-used .opt-btn:focus + .opt-label {
  outline: auto Highlight;
  outline: auto -webkit-focus-ring-color;
}

.opt-btn:checked + .opt-label:not([data-swatch]) {
  border-color: #ebebeb;
  background-color: #ebebeb;
  cursor: default;
}

.is-unavailable + .opt-label::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  border-top: 1px solid #ebebeb;
}

[data-swatch]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: no-repeat center/cover;
  box-shadow: 0 0 0 1px rgba(56, 56, 56, 0.1);
}

.opt-label[data-swatch] {
  width: 34px;
  min-width: 0;
  height: 34px;
  margin-right: 10px;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0;
  white-space: nowrap;
}

.opt-btn:checked + .opt-label[data-swatch] {
  padding: 4px;
  border: 1px solid #383838;
  cursor: default;
}

.is-unavailable + .opt-label[data-swatch]::after {
  left: calc(50% - 16px);
  width: 32px;
  border-top: 2px solid #ffffff;
}

/*================ SECTIONS ================*/
/*================ Announcement bar ================*/
.section-announcement-bar {
  transition: height 0.1s;
  min-height: calc(0.8666em + 15px + 0.5em);
}

.header-group .shopify-section:last-child.section-announcement-bar {
  margin-bottom: 30px;
}

.announcement-bar {
  text-align: center;
  padding: 7.5px 0;
  font-size: 0.8666em;
}
.announcement-bar:not(.announcement-bar--full-width) {
  margin-right: -36px;
  margin-left: -36px;
}
@media only screen and (max-width: 700px) {
  .announcement-bar:not(.announcement-bar--full-width) {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.announcement-bar .page-width {
  background-color: transparent;
}

.announcement-bar--full-width {
  position: absolute;
  left: 0;
  right: 0;
}

/*================ Site Header ================*/
.header-group .shopify-section:last-child.section-header {
  margin-bottom: 30px;
}

.page-header {
  background-color: #ffffff;
}

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

.utils-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 20px;
}
.utils-bar::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transition: opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.show-search .utils-bar::before {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.utils__center {
  flex-grow: 1;
  text-align: center;
  margin: 0 30px;
}

.utils__left,
.utils__right {
  width: 33%;
}

.utils__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.utils__right a {
  color: #383838;
  text-decoration: none;
  vertical-align: middle;
  margin: 10px 0;
  line-height: 1.3em;
}
.utils__right .accounts li {
  display: inline-block;
}
.utils__right .account-item {
  position: relative;
}
.utils__right .account-item:not(:last-child) {
  padding-right: 11px;
}
.utils__right .account-item:not(:last-child):before {
  content: "·";
  position: absolute;
  right: 2px;
  color: #383838;
}

.quicklink__link {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.mobile-nav-menu-quicklink {
  display: none;
}

.quicklink__icon,
.quicklink__content {
  color: #383838;
  font-size: 0.8666em;
}

.quicklink__content--mobile {
  display: none;
}

.quicklink__content {
  margin-left: 10px;
  white-space: normal;
  text-align: left;
  max-width: 220px;
}

.utils__left,
.utils__item {
  transition: opacity 0.15s;
}

.show-search .utils__left,
.show-search .utils__item:not(.header-search),
.show-search .header-search-icon {
  opacity: 0;
}

.btn--menu {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .header-search,
.cart {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .utils-bar .quicklink__link {
    display: none;
  }
  .utils-bar .mobile-nav-menu-quicklink {
    display: block;
  }

  .utils__left,
.utils__right {
    flex: 0 0 72px;
    width: 72px;
  }

  .utils__left .btn--menu {
    margin: -8px -10px;
    padding: 13px 10px;
  }
  .utils__left .btn--menu > svg {
    display: block;
    width: 24px;
    height: 16px;
    fill: currentColor;
  }

  .btn--menu {
    display: block;
  }

  .utils__center {
    margin: 0 auto;
    padding: 0 8px;
  }

  .utils__right .utils__item > a {
    display: block;
    margin: -8px 0;
    padding: 8px;
  }
  .utils__right .utils__item.cart > a {
    margin-right: -12px;
  }

  .accounts--desktop,
.desktop-header-localization {
    display: none;
  }

  .selectors-form__item {
    display: inline-block;
  }
  .selectors-form__item:not(:last-child) .disclosure {
    margin-top: 0;
  }
}
/*================ Logo ================*/
.store-logo {
  margin: 0;
}

.site-logo {
  display: block;
  margin: 0 auto;
  word-break: break-word;
}
.site-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-logo {
  display: none;
}

@media only screen and (max-width: 439px) {
  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }
}
/*================ Search ================*/
.search-bar {
  position: relative;
  background-color: #ffffff;
}

.search-form {
  display: flex;
  border-radius: 3px;
  border: 1px solid rgba(56, 56, 56, 0.15);
  align-items: center;
}

.search-form__input {
  width: 100%;
  margin: 0;
  border: none;
}
.search-form__input:focus {
  outline: 0;
}

.search-btn {
  margin: 5px;
  min-width: max-content;
}

.search-icon {
  flex-shrink: 0;
  padding: 9px;
  text-align: center;
}

.header-close-search-icon {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 11px;
}

.header-search-form {
  position: absolute;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
  width: calc(100% - 160px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
  right: 80px;
  top: calc(50% - 17px);
}
.header-search-form .search-btn {
  min-width: max-content;
}
.show-search .header-search-form {
  opacity: 1;
  pointer-events: auto;
}
.header-search-form .search-form__input {
  padding: 12px;
}

.search-bar__results {
  display: none;
  padding: 30px;
  background: #ffffff;
  z-index: 5;
  text-align: left;
  border: 1px solid rgba(56, 56, 56, 0.15);
  border-top: 0;
  border-radius: 0 0 3px 3px;
}

.search-bar--show-results .search-form__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-bar--show-results .search-bar__results {
  display: block;
}

.search-bar__results-list,
.search-bar__results-loading {
  display: none;
}

.search-bar--loading .search-bar__results-list,
.search-bar--loading .search-bar__suggestions {
  display: none;
}
.search-bar--loading .search-bar__results-loading {
  display: block;
}

.search-bar--has-results .search-bar__results-loading,
.search-bar--has-results .search-bar__suggestions {
  display: none;
}
.search-bar--has-results .search-bar__results-list {
  display: flex;
  column-gap: 30px;
}

.search-bar--has-results .search-bar__suggestions,
.search-bar--loading .search-bar__suggestions {
  display: none;
}

.search-bar__suggestions:not(:last-child) {
  margin-bottom: 2.5em;
}

.search-bar__suggestions__links--horizontal-links .search-bar-suggestion-item {
  display: inline;
  margin-right: 1em;
}

.search-bar__suggestions__links--horizontal-fancy {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: -30px;
}
.search-bar__suggestions__links--horizontal-fancy .search-bar-suggestion-item {
  margin-bottom: 30px;
  padding-left: 30px;
}
.search-bar__suggestions__links--horizontal-fancy .search-bar-suggestion-item--collection {
  width: 33.33%;
}
@media (max-width: 960px) {
  .search-bar__suggestions__links--horizontal-fancy .search-bar-suggestion-item--collection {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .search-bar__suggestions__links--horizontal-fancy .search-bar-suggestion-item--collection {
    width: 100%;
  }
}
.search-bar__suggestions__links--horizontal-fancy .exp-tab-link {
  display: block;
  margin-bottom: 0;
}

.search-bar__results-list {
  flex-wrap: wrap;
}

.search-bar__results-products {
  flex: 1 1 0;
}
.search-bar__results-products .mini-product {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  margin: 15px 0;
}
.search-bar__results-products .mini-product:first-child {
  margin-top: 0;
}

.search-bar__results-pages {
  flex: 0 1 33%;
}

.search-bar__results-title {
  margin-bottom: 15px;
  font-size: 1.066em;
}
.search-bar__results-link + .search-bar__results-title {
  margin-top: 32px;
}

.search-bar__suggestions__title {
  margin-bottom: 10px;
  font-size: 1.066em;
}

.search-bar__results-link {
  display: block;
}

.search-bar__results-link mark {
  font: inherit;
  color: inherit;
}

.search-bar .search-bar__results-all-link {
  width: 100%;
  text-align: center;
  padding-top: 13px;
  margin-bottom: -15px;
  text-decoration: underline;
  color: {{ shop.brand.colors.primary[0].background }};
  border-top: 1px solid rgba(56, 56, 56, 0.15);
}

@media only screen and (max-width: 559px) {
  .utils-bar {
    padding: 30px 0;
  }

  .search-bar__results-products, .search-bar__results-pages {
    flex-basis: 100%;
  }

  .search-bar__results-pages + .search-bar__results-products .search-bar__results-title {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-search-form {
    width: calc(100% - 36px);
    right: 36px;
    top: calc(50% - 24px);
  }

  .header-group .shopify-section:last-child.section-header {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header-search-form {
    width: calc(100% - 28px);
    right: 28px;
    pointer-events: none;
    box-shadow: none;
  }
  .header-search-form .search-form {
    flex-direction: row-reverse;
  }
  .header-search-form .search-form__input {
    position: relative;
    padding-left: 20px;
    border-radius: 3px;
    z-index: 10;
  }
  .header-search-form .search-btn {
    display: none;
  }

  .show-search .header-search-form .search-icon {
    pointer-events: auto;
  }

  .search-bar__results {
    position: absolute;
    left: -20px;
    width: calc(100% + 68px);
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-bottom: 1px solid rgba(56, 56, 56, 0.15);
    border-radius: 0;
  }
}
/*================ Cart ================*/
.cart-icon {
  color: #383838;
}

.cart--show-indicator::after {
  content: "";
  position: absolute;
  background-color: #bbdbe2;
  box-shadow: 0 0 0 2px #ffffff;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  top: 5px;
  right: 0px;
  text-align: center;
  pointer-events: none;
}

/*============== Newsletter ==============*/
.header-newsletter-form {
  background: #ffffff;
  padding: 45px 30px 30px;
}

.page-footer {
  background-color: #ffffff;
}

.footer-blocks {
  display: flex;
  margin: 0 -20px;
  padding-top: 60px;
  padding-bottom: 30px;
  border: solid rgba(56, 56, 56, 0.15);
  border-width: 1px 0;
}

.footer-block {
  flex: 1 1 auto;
  padding: 0 20px;
}
.footer-block .small-title {
  font-size: 1.066em;
}
.footer-block .follow-on-shop {
  margin-top: 15px;
  padding-bottom: 3px;
}

.footer-block--subscribe {
  flex: 1 1 35%;
  min-width: 360px;
  max-width: 460px;
}
.footer-block--subscribe .follow-on-shop {
  margin-top: 20px;
}

.footer-block__links li {
  margin: 0 0 8px;
}
.footer-block__links a {
  display: inline-block;
  position: relative;
  color: #383838;
}
.footer-block__links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #383838;
  opacity: 0;
  transition: opacity 0.3s;
}
.footer-block__links a:hover::after {
  opacity: 0.6;
}

.footer-subscribe {
  width: 100%;
  max-width: 420px;
}
.footer-subscribe .contact-form {
  position: relative;
}

.footer-subscribe__title {
  margin-bottom: 10px;
}

.subscribe__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.footer-subscribe__input-container {
  display: flex;
  border-radius: 3px;
  border: 1px solid rgba(56, 56, 56, 0.15);
}

.footer-subscribe__email {
  border: 0;
  border-radius: 0;
  flex-grow: 1;
  padding: 12px 12px 12px 55px;
  width: 100%;
  margin: 0;
}

.footer-subscribe__submit {
  min-width: max-content;
  margin: 3px;
}

.footer-bottom {
  display: block;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
}
.footer-bottom:first-child {
  border-top: 1px solid rgba(56, 56, 56, 0.15);
}
.footer-group .shopify-section:last-child .footer-bottom {
  padding-bottom: 60px;
}
.footer-bottom .cards {
  width: 100%;
  text-align: right;
  padding-top: 45px;
  flex: 1 1 50%;
}
.footer-bottom .copy {
  padding-top: 45px;
}
.footer-bottom .payment-icon {
  width: 40px;
  height: 25px;
  margin-left: 4px;
}

.footer-links {
  display: flex;
}

.footer-block a,
.small-nav__link {
  text-decoration: none;
}

.small-nav__link,
.copyright-text a,
.powered-by a {
  color: inherit;
}

.copyright-text,
.powered-by {
  display: block;
}
.copyright-text a,
.powered-by a {
  text-decoration: none;
}

.small-nav {
  flex-grow: 1;
  margin-bottom: 10px;
  text-align: right;
}

.small-nav__item {
  display: inline-block;
  margin-left: 10px;
}

.footer-block__toggle {
  display: none;
}

@media (max-width: 960px) {
  .footer-blocks {
    flex-wrap: wrap;
    padding-top: 45px;
  }

  .footer-block--subscribe {
    flex: 0 0 100%;
    max-width: none;
    margin-bottom: 45px;
  }
  .footer-block--subscribe:not(:first-child) {
    margin-top: 32px;
  }
  .footer-block--subscribe:last-child {
    margin-bottom: 0px;
  }

  .footer-links--small {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.footer-block__content > .rte > p:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 559px) {
  .footer-blocks {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .footer-block {
    flex: 0 0 100%;
    padding: 0;
    border-bottom: 1px solid rgba(56, 56, 56, 0.15);
  }
  .footer-block:first-child {
    border-top: 1px solid rgba(56, 56, 56, 0.15);
  }
  .footer-block .follow-on-shop {
    margin-bottom: 15px;
  }

  .footer-block--subscribe {
    min-width: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .footer-block--subscribe:not(:first-child) {
    margin-top: 0;
  }
  .footer-block--subscribe .follow-on-shop {
    margin-bottom: 0;
  }

  .footer-block__header {
    align-items: center;
  }
  .footer-block__header .small-title {
    margin: 0;
    padding: 15px 0;
  }

  .js .footer-block__content {
    height: 0;
    transition: height 0.3s ease;
    overflow: hidden;
  }
  .footer-block__content > .rte > p:last-child {
    margin-bottom: 15px;
  }

  .js .footer-block__toggle {
    display: block;
    height: auto;
    padding: 4px 15px;
    border-left: 1px solid rgba(56, 56, 56, 0.15);
  }
  .js .footer-block__toggle .svg-chevron-down {
    transition: transform 0.15s;
    pointer-events: none;
  }
  .js .footer-block__toggle.is-active .svg-chevron-down {
    transform: rotate(180deg);
  }

  .footer-subscribe {
    margin-right: 0;
  }

  .footer-block__links {
    color: #383838;
  }
  .footer-block__links li {
    margin: 0 0 12px;
  }

  .footer-bottom .cards {
    text-align: left;
    padding-top: 30px;
    margin-left: -4px;
  }
  .footer-bottom .copy {
    padding-top: 20px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
  .footer-links .social-links {
    justify-content: flex-start;
  }

  .copyright-text,
.powered-by {
    width: 100%;
  }

  .small-nav {
    margin-top: 30px;
    text-align: left;
  }

  .small-nav__item {
    margin-left: 0;
    margin-right: 10px;
  }
}
.banner-container {
  padding-bottom: 30px;
}

.banner-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner-section .title {
  color: inherit;
}

.banner-section__slideshow-column {
  width: 100%;
  height: 100%;
}

.slideshow,
.slick-list,
.slick-track,
.slide,
.placeholder-svg {
  height: 100%;
}

.slideshow:not(.slick-initialized) .slide:not(:first-child) {
  display: none;
}

.banner-section__slideshow-column--with-companion-desktop {
  width: 66.66%;
}
@media (min-width: 840px) {
  .banner-section__slideshow-column--with-companion-desktop:not(.banner-section__slideshow-column--with-gap) .slide {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.banner-section__companion-column {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(33.33% + 1px);
}
.banner-section__companion-column.banner-section__companion-desktop {
  display: block;
}
.banner-section__companion-column .rimage-outer-wrapper {
  height: 100%;
}
.banner-section__companion-column::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-section__companion-column .overlay {
  z-index: 1;
}
@media (min-width: 840px) {
  .banner-section__companion-column:not(.banner-section__companion-column--with-gap) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.banner-section__companion-column--with-gap {
  width: calc(33.33% - 30px);
}

.companion__link {
  text-decoration: none;
  color: inherit;
}
.companion__link:hover .companion__subheading {
  border-bottom: 1px solid;
}

.companion__heading {
  margin: 0;
}

.companion__subheading {
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: border 0.15s;
}

.banner-section__slideshow-column .placeholder-container {
  position: relative;
}
.banner-section__slideshow-column .placeholder-container .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 839px) {
  .banner-section {
    height: auto !important;
    padding: 0 !important;
  }
  .banner-section .overlay {
    padding: 10% 5%;
    width: 100%;
  }
  .banner-section .overlay .overlay__inner {
    width: 100%;
  }

  .overlay__subheading {
    font-size: 1em;
  }

  .banner-section__slideshow-column .rimage-outer-wrapper {
    height: auto;
  }

  .banner-section__slideshow-column--with-companion-desktop.banner-section__slideshow-column--with-gap,
.banner-section__slideshow-column--with-companion-mobile.banner-section__slideshow-column--with-gap,
.banner-section__slideshow-column--with-companion-desktop,
.banner-section__slideshow-column--with-companion-mobile,
.banner-section__companion-column {
    width: auto;
  }

  .banner-section__companion-column {
    margin-top: 30px;
  }
  .banner-section__companion-column.banner-section__companion-desktop {
    display: none;
  }
  .banner-section__companion-column.banner-section__companion-mobile {
    display: block;
  }
  .banner-section__companion-column .desktop-image {
    display: none;
  }
  .banner-section__companion-column .mobile-image {
    display: block;
  }
  .banner-section__companion-column.banner-section__companion-column--with-content .rimage-outer-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .banner-section__companion-column .overlay {
    position: relative;
    display: block;
  }
  .banner-section__companion-column .overlay .overlay__inner {
    display: block;
    height: auto;
  }
  .banner-section__companion-column .overlay--with-slider {
    padding: 0;
  }
  .banner-section__companion-column .overlay--with-slider .companion__row {
    padding: 30px;
    text-align: center;
  }
  .banner-section__companion-column .companion__row {
    margin: 30px 0 0;
  }
  .banner-section__companion-column .companion__row:last-child {
    margin-bottom: 30px;
  }

  .banner-section--fixed-height .banner-section__slideshow-column,
.banner-section__companion-column {
    position: relative;
    height: auto;
  }

  .banner-section__slideshow-column .slideshow--mobile-stacked .slide::after {
    display: none;
  }
  .banner-section__slideshow-column .slideshow--mobile-stacked .slick-dots {
    bottom: 0;
  }
  .banner-section__slideshow-column .slideshow--mobile-stacked .slick-dots li button {
    border-color: #383838;
  }
  .banner-section__slideshow-column .slideshow--mobile-stacked .slick-dots li.slick-active button {
    background-color: #383838;
  }
  .banner-section__slideshow-column .slideshow--mobile-stacked .overlay--mobile-under {
    position: static;
    padding: 30px;
  }
  .banner-section__slideshow-column .slideshow--mobile-stacked .overlay--mobile-under.overlay--position-bottom-right, .banner-section__slideshow-column .slideshow--mobile-stacked .overlay--mobile-under.overlay--position-top-right, .banner-section__slideshow-column .slideshow--mobile-stacked .overlay--mobile-under.overlay--position-center-right {
    text-align: center;
    justify-content: center;
  }
  .banner-section__slideshow-column .slideshow--mobile-stacked .overlay--mobile-under .overlay__inner {
    background-color: #ffffff;
    color: #383838;
  }
  .banner-section__slideshow-column .slideshow--mobile-stacked .overlay--mobile-under .btn--over-image {
    background-color: #bbdbe2;
    color: #383838;
    border: 1px solid #bbdbe2;
    position: relative;
    overflow: hidden;
    transition: background-color 0.15s, color 0.15s;
  }
  .banner-section__slideshow-column .slideshow--mobile-stacked .overlay--mobile-under .btn--over-image:hover {
    background-color: transparent;
    color: #bbdbe2;
  }

  .section-slideshow .slideshow--mobile-stacked .rimage-outer-wrapper {
    border-radius: 3px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1033px) {
  .banner-section__slideshow-column--with-companion-desktop .overlay-style--box .overlay__inner {
    padding: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 439px) {
  .section-slideshow .slideshow--mobile-stacked .overlay--mobile-under {
    padding: 30px;
  }
  .section-slideshow .slideshow--mobile-stacked .overlay--mobile-under .overlay__inner {
    padding: 0;
  }
}
.sidebar-candidate {
  margin-right: -36px;
  margin-left: -36px;
}
@media only screen and (max-width: 700px) {
  .sidebar-candidate {
    margin: 0 -20px;
  }
}

.page-has-sidebar .sidebar-layout,
.page-has-sidebar.sidebar-layout {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  .page-has-sidebar .sidebar-layout,
.page-has-sidebar.sidebar-layout {
    display: block;
  }
}

.page-has-sidebar .sidebar-container {
  flex-shrink: 0;
  width: calc((100% + 36px) / 4);
  padding: 30px 36px 0;
}
@media only screen and (max-width: 960px) {
  .page-has-sidebar .sidebar-container {
    width: calc( (100% + 36px) / 3 - 36px );
  }
}
@media only screen and (max-width: 560px) {
  .page-has-sidebar .sidebar-container {
    width: auto;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-has-sidebar .sidebar-container .desktop-only {
    display: none;
  }
  .page-has-sidebar .sidebar-container .sidebar:not(.sidebar--has-mobile-block) {
    margin-top: -30px;
  }
}
.page-has-sidebar .sidebar-container--left {
  padding-right: 24px;
}
@media only screen and (max-width: 960px) {
  .page-has-sidebar .sidebar-container--left {
    padding-right: 4px;
  }
}
@media only screen and (max-width: 560px) {
  .page-has-sidebar .sidebar-container--left {
    padding-right: 20px;
  }
}
.page-has-sidebar .sidebar-container--right {
  padding-left: 24px;
}
@media only screen and (max-width: 960px) {
  .page-has-sidebar .sidebar-container--right {
    padding-left: 4px;
  }
}
@media only screen and (max-width: 560px) {
  .page-has-sidebar .sidebar-container--right {
    padding-left: 20px;
  }
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.sidebar-block {
  padding-bottom: 45px;
}
@media only screen and (max-width: 560px) {
  .sidebar-block {
    margin-bottom: 45px;
    padding-bottom: 0;
  }
}
.sidebar-block .exp-tab-link {
  margin-bottom: 15px;
}

.sidebar-block--article-link {
  display: block;
}

.page-content .sidebar-container {
  padding-top: 0;
  padding-bottom: 0;
}

/* restore collapsing margins between content and sidebar */
@media only screen and (max-width: 560px) {
  .page-has-sidebar .sidebar-layout--left .main-page-content,
.page-has-sidebar.sidebar-layout--left .main-page-content {
    overflow: visible;
  }
  .page-has-sidebar .sidebar-layout--left .main-page-content::before,
.page-has-sidebar.sidebar-layout--left .main-page-content::before {
    content: none;
  }

  .sidebar-layout--right .sidebar-container {
    *zoom: 1;
  }
  .sidebar-layout--right .sidebar-container::after {
    content: "";
    display: table;
    clear: both;
  }

  .sidebar-sticky {
    position: static;
  }
}
.map-section__wrapper {
  position: relative;
}
.map-section__wrapper .errors {
  padding: 30px;
}

.map-section__text {
  width: 50%;
}

.map-section__map {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.map-section__map-overlay {
  display: none;
  position: absolute;
  right: 20px;
  top: calc(50% - 1.2em);
  max-width: 50%;
  height: 100%;
}

.map-section__image {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.map-section--display-map .map-section__image {
  display: none !important;
}

.map-section__placeholder {
  height: 100%;
  padding: 0;
}
.map-section--display-map .map-section__placeholder {
  display: none !important;
}

.map-section__map-container {
  height: 100%;
}
.map-section__map-container button {
  min-width: 0;
}

@media only screen and (max-width: 800px) {
  .page-has-sidebar .map-section__wrapper {
    display: flex;
    flex-direction: column;
  }
  .page-has-sidebar .map-section__text {
    width: 100%;
  }
  .page-has-sidebar .map-section__map {
    position: relative;
    width: auto;
    order: 2;
  }
  .page-has-sidebar .map-section__placeholder,
.page-has-sidebar .map-section__map-container {
    height: 55vh;
    max-height: 400px;
  }
}
@media only screen and (max-width: 559px) {
  .map-section__wrapper {
    display: flex;
    flex-direction: column;
  }

  .map-section__text {
    width: 100%;
  }

  .map-section__map {
    position: relative;
    width: auto;
    order: 2;
  }

  .map-section__placeholder,
.map-section__map-container {
    height: 55vh;
  }
}
.collection-list {
  margin-top: -30px;
  margin-bottom: 30px;
}
.collection-list .subtitle {
  margin-bottom: 0;
  line-height: 1.6;
}

.collection-list__container {
  width: 33.33%;
  margin-top: 30px;
}

.page-has-sidebar .collection-list__container {
  width: 50%;
}

.page-has-sidebar .grid--uniform .collection-list__container:nth-child(3n+1) {
  clear: none;
}
.page-has-sidebar .grid--uniform .collection-list__container:nth-child(2n+1) {
  clear: both;
}

.collection-list__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.collection-list__link:hover {
  text-decoration: none;
  color: inherit;
}

.collection-list__block {
  height: 21vw;
  max-height: 256px;
  width: 100%;
  margin-bottom: 10px;
}

.collection-list__block--with-border {
  border: 1px solid #c3c3c3;
  background-color: #c3c3c3;
}

.collection-list__block--featured-image {
  height: 100%;
  flex: 1 0 70%;
}

.collection-list__block--product-images {
  height: 100%;
  flex: 0 0 30%;
  margin-left: 1px;
}

.collection-list__block--product-image {
  width: 100%;
  position: absolute;
}

.collection-list__block--product-1 {
  top: 0;
  right: 0;
  height: 50%;
}

.collection-list__block--product-2 {
  bottom: 0;
  right: 0;
  height: calc(50% - 1px);
}

.collection-list__block--placeholder {
  background-color: #ffffff;
}

@media only screen and (max-width: 820px) {
  .collection-list__container {
    width: 50%;
  }

  .grid--uniform .collection-list__container:nth-child(3n+1) {
    clear: none;
  }
  .grid--uniform .collection-list__container:nth-child(2n+1) {
    clear: both;
  }

  .page-has-sidebar .collection-list__container {
    width: 100%;
  }

  .page-has-sidebar .grid--uniform .collection-list__container:nth-child(n) {
    clear: both;
  }

  .collection-list__block {
    height: 40vw;
    max-height: 320px;
  }
}
@media only screen and (max-width: 560px) {
  .collection-list__container {
    width: 100%;
  }

  .grid--uniform .collection-list__container:nth-child(n) {
    clear: both;
  }

  .collection-list__block {
    height: 60vw;
    max-height: initial;
  }
}
.mini-collection-list .mini-collection-slider-prev,
.mini-collection-list .mini-collection-slider-next {
  position: absolute;
  top: calc(50% - 14px);
  z-index: 1;
}
.mini-collection-list .mini-collection-slider-prev {
  left: -20px;
}
.mini-collection-list .mini-collection-slider-next {
  right: -20px;
}
.mini-collection-list .swiper-container .exp-tab-link {
  margin-bottom: 4px;
}

.mini-collection-list--block {
  width: 25%;
  margin-bottom: 15px;
}
.mini-collection-list--block.swiper-slide {
  margin-bottom: 0;
}

.page-has-sidebar .mini-collection-list--block {
  width: 33.33%;
}

@media only screen and (max-width: 1090px) {
  .page-has-sidebar .grid .mini-collection-list--block {
    width: 50%;
  }

  .grid .mini-collection-list--block {
    width: 33.33%;
  }
}
@media only screen and (max-width: 860px) {
  .grid .mini-collection-list--block {
    width: 50%;
  }
}
@media only screen and (max-width: 520px) {
  .mini-collection-list .mini-collection-slider-prev,
.mini-collection-list .mini-collection-slider-next {
    display: none;
  }

  .grid .mini-collection-list--block,
.page-has-sidebar .grid .mini-collection-list--block {
    width: 100%;
    margin-bottom: 15px;
  }
}
.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
}

.testimonial .exp-tab-link {
  margin-bottom: 10px;
}

.testimonial-block {
  width: 33.33%;
  margin-top: 30px;
}

.page-has-sidebar .testimonial-block {
  width: 50%;
}

@media only screen and (max-width: 720px) {
  .testimonials-grid {
    flex-wrap: wrap;
  }

  .testimonial-block {
    width: 50%;
  }

  .page-has-sidebar .testimonial-block {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .testimonial-block {
    width: 100%;
  }
}
.featured-product .featured-product__container {
  display: flex;
}
.featured-product .featured-product__container.featured-product--reverse {
  flex-direction: row-reverse;
}
@media (min-width: 580px) {
  .featured-product .featured-product__container.featured-product--reverse .featured-product__details {
    padding-left: 0;
    padding-right: 40px;
  }
}
.featured-product .featured-product__container .featured-product__details,
.featured-product .featured-product__container .featured-product__image {
  margin-bottom: 15px;
}
.featured-product .featured-product__container .featured-product__details {
  padding-left: 40px;
}
.featured-product .featured-product__container .rimage-outer-wrapper {
  border-radius: 3px;
  overflow: hidden;
}
.featured-product .featured-product__container .btn,
.featured-product .featured-product__container .shopify-payment-button__button {
  width: 100%;
}
.featured-product .product-thumbnails {
  display: none;
}
.featured-product .product-page-link {
  display: block;
}
.featured-product .featured-product__details {
  padding-left: 40px;
}
.featured-product .ajax-add-notice__inner {
  margin-bottom: 15px;
}

@media only screen and (max-width: 920px) {
  .page-has-sidebar .featured-product .featured-product__container {
    flex-direction: column;
  }
  .page-has-sidebar .featured-product .featured-product__container.featured-product--reverse {
    flex-direction: column-reverse;
  }
  .page-has-sidebar .featured-product .featured-product__container .featured-product__image,
.page-has-sidebar .featured-product .featured-product__container .featured-product__details {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 580px) {
  .featured-product .featured-product__container {
    flex-direction: column;
  }
  .featured-product .featured-product__container.featured-product--reverse {
    flex-direction: column-reverse;
  }
  .featured-product .featured-product__container .featured-product__image,
.featured-product .featured-product__container .featured-product__details {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.featured-collection .carousel-prev,
.featured-collection .carousel-next {
  position: absolute;
  top: calc(50% - 35px);
  transform: translateY(-50%);
  z-index: 1;
  width: 44px;
  height: 44px;
}
.featured-collection .carousel-prev {
  left: -35px;
}
.featured-collection .carousel-next {
  right: -35px;
}
.featured-collection .product-grid--rows {
  display: flex;
  flex-wrap: wrap;
}
.featured-collection .swiper-container .product-block {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .page-has-sidebar .featured-collection .product-block {
    width: 50%;
  }
}
.image-beside-text-section {
  align-items: center;
}

.image-beside-text--reverse {
  flex-direction: row-reverse;
}
.image-beside-text--reverse .image-beside-text__text {
  padding-right: 30px;
  padding-left: 0;
}

.image-beside-text__image,
.image-beside-text__text {
  margin-bottom: 15px;
}

.image-beside-text__text {
  padding-left: 30px;
}

.image-beside-text__btn {
  margin-top: 15px;
}

.image-beside-text-section .rimage-outer-wrapper {
  border-radius: 3px;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  .page-has-sidebar .image-beside-text {
    flex-wrap: wrap;
  }
  .page-has-sidebar .image-beside-text .image-beside-text__image,
.page-has-sidebar .image-beside-text .image-beside-text__text:not(.padded-block) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-has-sidebar .image-beside-text .padded-block {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 559px) {
  .image-beside-text .image-beside-text__image,
.image-beside-text .image-beside-text__text:not(.padded-block) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.full-width-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.full-width-image .overlay {
  z-index: 1;
}

.full-width-image .small-title {
  font-family: Lato, sans-serif;
}

@media only screen and (max-width: 720px) {
  .full-width-image .large-title, .full-width-image .shopify-policy__title h1, .shopify-policy__title .full-width-image h1 {
    font-size: 1.2666em;
  }
  .full-width-image .small-title {
    font-size: 1em;
  }
}
@media (max-width: 839px) {
  .full-width-image .overlay--mobile-under {
    position: static;
    padding: 30px;
  }
  .full-width-image .overlay--mobile-under.overlay--position-bottom-right, .full-width-image .overlay--mobile-under.overlay--position-top-right, .full-width-image .overlay--mobile-under.overlay--position-center-right {
    text-align: center;
    justify-content: center;
  }
  .full-width-image .overlay--mobile-under .overlay__inner {
    background-color: #ffffff;
    color: #383838;
  }
  .full-width-image .overlay--mobile-under .btn--over-image {
    background-color: #bbdbe2;
    color: #383838;
    border: 1px solid #bbdbe2;
    position: relative;
    overflow: hidden;
    transition: background-color 0.15s, color 0.15s;
  }
  .full-width-image .overlay--mobile-under .btn--over-image:hover {
    background-color: transparent;
    color: #bbdbe2;
  }

  .full-width-image--mobile-stacked::after {
    display: none;
  }
  .full-width-image--mobile-stacked .rimage-outer-wrapper {
    border-radius: 3px;
    overflow: hidden;
  }
}
.video-container {
  position: relative;
}
.video-container .overlay {
  z-index: 2;
}

.video-container__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
}
.video-container__video iframe,
.video-container__video object,
.video-container__video embed,
.video-container__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container--background {
  background: #000;
  overflow: hidden;
}
.video-container--background.video--play-started .video-container__video {
  opacity: 1 !important;
}
.video-container--background .video-container__video {
  position: relative;
  height: 100%;
  max-width: none;
  padding: 0 !important;
  pointer-events: none;
  transition: opacity 300ms ease-in;
}
.video-container--background .video-container__video-element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.video-container--background video {
  object-fit: cover;
  object-position: 50% 50%;
}

.video-container__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #eee;
}
.video-container__cover .rimage-outer-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container__cover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-container--playing .video-container__video {
  opacity: 1;
}
.video-container--playing .video-container__cover {
  opacity: 0 !important;
  pointer-events: none;
}

.video-container--playing:not(.video-container--background) .overlay {
  opacity: 0 !important;
  pointer-events: none;
}

.video-container__play.feather-icon svg, .disclosure .video-container__play.disclosure__toggle-arrow svg {
  width: 60px;
  height: 60px;
  fill: transparent;
  stroke-width: 1px;
}
@media only screen and (max-width: 559px) {
  .video-container__play.feather-icon svg, .disclosure .video-container__play.disclosure__toggle-arrow svg {
    width: 40px;
    height: 40px;
  }
}

.video-container__stop {
  display: none;
}

.video-container__fallback.fade-in.lazyloaded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
}
.video--play-started .video-container__fallback.fade-in.lazyloaded {
  opacity: 0;
  transition: opacity 500ms;
}

@media (max-width: 767px) {
  .video-container:not(.video-container--background)[data-video-type=mp4] .video-container__video {
    padding: 0;
    height: 100%;
  }
  .video-container:not(.video-container--background)[data-video-type=mp4] .video-container__video video {
    object-fit: contain;
  }
  .video-container:not(.video-container--background).video-container--modal-mobile {
    padding-bottom: 0 !important;
    height: auto;
  }
  .video-container:not(.video-container--background).video-container--modal-mobile::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    pointer-events: none;
    background: #000;
    opacity: 0;
    transition: opacity 350ms;
  }
  .video-container:not(.video-container--background).video-container--modal-mobile .video-container__video {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    background: #000;
    transition: opacity 350ms;
  }
  .video-container:not(.video-container--background).video-container--modal-mobile .video-container__stop {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 10002;
    padding: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 350ms;
  }
  .video-container:not(.video-container--background).video-container--modal-mobile .video-container__stop svg {
    stroke: currentColor;
  }
  .video-container:not(.video-container--background).video-container--modal-mobile .overlay {
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .video-container:not(.video-container--background).video-container--modal-mobile.video-container--playing::before,
.video-container:not(.video-container--background).video-container--modal-mobile.video-container--playing .video-container__video,
.video-container:not(.video-container--background).video-container--modal-mobile.video-container--playing .video-container__stop {
    opacity: 1;
    pointer-events: auto;
  }
}
.logo-list .logo-list-slider-prev,
.logo-list .logo-list-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 16px;
}
.logo-list .logo-list-slider-prev {
  left: calc(-20px - 16px);
}
.logo-list .logo-list-slider-next {
  right: calc(-20px - 16px);
}
.logo-list .swiper-container .logo-block {
  padding-left: 0;
}
.logo-list .swiper-wrapper {
  margin-bottom: -15px;
}

.logo-list-container {
  display: flex;
}

.logo-list-grid .logo-block {
  min-width: 120px;
}

.logo-block {
  padding-left: 15px;
  margin-bottom: 15px;
  width: 120px;
}

.logo-block__image {
  overflow: hidden;
}
.logo-block__image .rimage-outer-wrapper {
  transition: transform 0.15s;
}

.logo-block__caption {
  margin-top: 5px;
  line-height: 1.2;
}

.logo-block__link {
  text-decoration: none;
  display: block;
  color: inherit;
}
.logo-block__link:hover .logo-block__image .rimage-outer-wrapper {
  transform: scale(1.05);
}

@media only screen and (max-width: 560px) {
  .logo-list-container:not(.swiper-container) .logo-block {
    width: 50% !important;
  }
  .logo-list-container:not(.swiper-container) .logo-list-slider-prev,
.logo-list-container:not(.swiper-container) .logo-list-slider-next {
    display: none;
  }
}
.newsletter-section input {
  color: inherit;
  background: transparent;
  padding: 19px 10px 19px 60px;
}

.newsletter-section input::placeholder {
  color: inherit;
  opacity: 0.8;
}

.newsletter-section__inputs {
  position: relative;
}

.newsletter-section__inputs.input-row--full-width .subscribe__icon {
  top: 20px;
  transform: translateY(0);
}

.newsletter-section .image-beside-text__image,
.newsletter-section .image-beside-text__text {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .page-has-sidebar .newsletter-section {
    flex-wrap: wrap;
  }
  .page-has-sidebar .newsletter-section .image-beside-text__image,
.page-has-sidebar .newsletter-section .image-beside-text__text {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .page-has-sidebar .newsletter-section .padded-block:not(.newsletter-section__text) {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 439px) {
  .newsletter-section__inputs .subscribe__icon {
    top: 32px;
  }
}
@media only screen and (max-width: 940px) {
  .page-has-sidebar .featured-blog .article-summary {
    width: 50%;
  }
}
@media only screen and (max-width: 740px) {
  .page-has-sidebar .featured-blog .article-summary {
    width: 100%;
  }
}
.gallery:not(.gallery--with-margins) {
  border-radius: 3px;
  overflow: hidden;
}

.gallery--with-margins {
  margin-left: -20px;
}
.gallery--with-margins .gallery__item {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .gallery--with-margins.gallery--mosaic {
    margin-bottom: -20px;
  }
}

.gallery__row {
  display: flex;
  flex-wrap: wrap;
}

.gallery__image-container {
  height: 100%;
  transition: transform 0.3s;
}

.gallery__image {
  height: 100%;
}

.gallery__item {
  position: relative;
  z-index: 0;
  flex: 1 0 auto;
  width: calc(100% - 20px);
  overflow: hidden;
}
.gallery__item::before {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.gallery__item .overlay {
  padding: 20px;
  pointer-events: none;
  z-index: 1;
}
.gallery__item .overlay--style-box .overlay__inner {
  padding: 20px 24px;
}
.gallery__item .overlay__inner .overlay__title {
  margin-bottom: 5px;
}
.gallery__item .overlay__inner .overlay__title--no-margin {
  margin-bottom: 0;
}
.gallery__item .overlay__inner .btn {
  margin-top: 20px;
  pointer-events: auto;
}

.gallery .swiper-slide {
  position: relative;
}
.gallery .swiper-slide::before {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.gallery .swiper-slide .overlay {
  padding: 20px;
  pointer-events: none;
  z-index: 1;
}
.gallery .swiper-slide .overlay--style-box .overlay__inner {
  padding: 20px 24px;
}
.gallery .swiper-slide .overlay__inner .overlay__title {
  margin-bottom: 5px;
}
.gallery .swiper-slide .overlay__inner .overlay__title--no-margin {
  margin-bottom: 0;
}
.gallery .swiper-slide .overlay__inner .btn {
  margin-top: 20px;
  pointer-events: auto;
}

@media only screen and (min-width: 560px) {
  .gallery--grid .gallery__item {
    flex: 1 0 calc(50% - 20px);
  }
}
@media (min-width: 760px) {
  .gallery--grid .gallery__item {
    flex: 1 0 calc((100% / 3) - 20px);
  }
}

.gallery--mobile-carousel {
  display: flex;
}
.gallery--mobile-carousel .gallery__row {
  flex: 0 0 100%;
}
@media only screen and (min-width: 560px) {
  .gallery--mobile-carousel {
    display: block;
  }
}

@media only screen and (min-width: 560px) {
  .gallery__item-link {
    height: 100%;
    display: block;
  }
  .gallery__item-link:hover .gallery__image-container {
    transform: scale3d(1.07, 1.07, 1.07);
  }
  .tab-used .gallery__item-link:focus .btn {
    outline: auto Highlight;
    outline: auto -webkit-focus-ring-color;
  }
}
.gallery--mosaic .gallery__row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 560px) {
  .gallery--mosaic .gallery__row--odd .gallery__item:nth-child(1) {
    width: calc(100% - 20px);
  }
  .gallery--mosaic .gallery__row--odd .gallery__item:nth-child(2),
.gallery--mosaic .gallery__row--odd .gallery__item:nth-child(3) {
    width: calc(50% - 20px);
  }
  .gallery--mosaic .gallery__row--even .gallery__item:nth-child(1),
.gallery--mosaic .gallery__row--even .gallery__item:nth-child(2) {
    width: calc(50% - 20px);
  }
  .gallery--mosaic .gallery__row--even .gallery__item:nth-child(3) {
    width: calc(100% - 20px);
  }
}
@media (min-width: 760px) {
  .gallery--mosaic .gallery__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .gallery--mosaic .gallery__row--odd .gallery__item:nth-child(1),
.gallery--mosaic .gallery__row--odd .gallery__item:nth-child(2),
.gallery--mosaic .gallery__row--odd .gallery__item:nth-child(3),
.gallery--mosaic .gallery__row--even .gallery__item:nth-child(1),
.gallery--mosaic .gallery__row--even .gallery__item:nth-child(2),
.gallery--mosaic .gallery__row--even .gallery__item:nth-child(3) {
    width: auto;
  }
  .gallery--mosaic .gallery__row--odd {
    grid-template-areas: "main main small-1" "main main small-2";
  }
  .gallery--mosaic .gallery__row--odd .gallery__item:nth-child(1) {
    grid-area: main;
  }
  .gallery--mosaic .gallery__row--odd .gallery__item:nth-child(2) {
    grid-area: small-1;
  }
  .gallery--mosaic .gallery__row--odd .gallery__item:nth-child(3) {
    grid-area: small-2;
  }
  .gallery--mosaic .gallery__row--odd .gallery__item.last-item-2 {
    grid-row-start: small-1;
    grid-row-end: small-2;
  }
  .gallery--mosaic .gallery__row--odd .gallery__item.last-item-1 {
    grid-column-start: main;
    grid-column-end: small-2;
  }
  .gallery--mosaic .gallery__row--odd .gallery__item:nth-child(2) .overlay__title,
.gallery--mosaic .gallery__row--odd .gallery__item:nth-child(3) .overlay__title,
.gallery--mosaic .gallery__row--odd .gallery__item.last-item-2 .overlay__title {
    font-size: 1.4666em;
  }
  .gallery--mosaic .gallery__row--odd .gallery__item:nth-child(2) .btn,
.gallery--mosaic .gallery__row--odd .gallery__item:nth-child(3) .btn,
.gallery--mosaic .gallery__row--odd .gallery__item.last-item-2 .btn {
    margin-top: 20px;
  }
  .gallery--mosaic .gallery__row--even {
    grid-template-areas: "small-1 main main" "small-2 main main";
  }
  .gallery--mosaic .gallery__row--even .gallery__item:nth-child(1) {
    grid-area: small-1;
  }
  .gallery--mosaic .gallery__row--even .gallery__item:nth-child(2) {
    grid-area: small-2;
  }
  .gallery--mosaic .gallery__row--even .gallery__item:nth-child(3) {
    grid-area: main;
  }
  .gallery--mosaic .gallery__row--even .gallery__item.last-item-1 {
    grid-column-start: small-1;
    grid-column-end: main;
    grid-row-end: main;
  }
  .gallery--mosaic .gallery__row--even .gallery__item.last-item-2 {
    grid-area: main;
  }
  .gallery--mosaic .gallery__row--even .gallery__item.second-last-item-1 {
    grid-row-start: small-1;
    grid-row-end: small-2;
  }
  .gallery--mosaic .gallery__row--even .gallery__item:nth-child(1) .overlay--style-box .overlay__inner,
.gallery--mosaic .gallery__row--even .gallery__item:nth-child(2) .overlay--style-box .overlay__inner,
.gallery--mosaic .gallery__row--even .gallery__item.last-item-1 .overlay--style-box .overlay__inner {
    padding: 15px;
  }
  .gallery--mosaic .gallery__row--even .gallery__item:nth-child(1) .overlay__title,
.gallery--mosaic .gallery__row--even .gallery__item:nth-child(2) .overlay__title,
.gallery--mosaic .gallery__row--even .gallery__item.last-item-1 .overlay__title {
    font-size: 1.4666em;
  }
  .gallery--mosaic .gallery__row--even .gallery__item:nth-child(1) .btn,
.gallery--mosaic .gallery__row--even .gallery__item:nth-child(2) .btn,
.gallery--mosaic .gallery__row--even .gallery__item.last-item-1 .btn {
    margin-top: 15px;
  }
}
@media (min-width: 900px) {
  .gallery--mosaic .gallery__row--odd .gallery__item:nth-child(2) .overlay__title,
.gallery--mosaic .gallery__row--odd .gallery__item:nth-child(3) .overlay__title,
.gallery--mosaic .gallery__row--odd .gallery__item.last-item-2 .overlay__title {
    font-size: 1.8666em;
  }
  .gallery--mosaic .gallery__row--even .gallery__item:nth-child(1) .overlay__title,
.gallery--mosaic .gallery__row--even .gallery__item:nth-child(2) .overlay__title,
.gallery--mosaic .gallery__row--even .gallery__item.last-item-1 .overlay__title {
    font-size: 1.8666em;
  }
}

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

.text-column {
  width: 100%;
}

.text-column__image {
  margin: 0 auto;
  overflow: hidden;
}

.text-column__image-link {
  display: block;
}

.text-column__content {
  padding-top: 20px;
}
.text-column__content.align-left {
  padding-right: 10px;
}
.text-column__content.align-right {
  padding-left: 10px;
}
.text-column__content.align-center {
  padding-left: 5px;
  padding-right: 5px;
}
.text-column__content .subtitle {
  margin-bottom: 0;
}

@media only screen and (min-width: 561px) {
  .text-column {
    width: 50%;
  }

  .page-has-sidebar .text-column {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .text-column__image-link {
    transition: transform 0.3s;
  }
  .text-column__image-link:hover {
    transform: scale3d(1.07, 1.07, 1.07);
  }
}
@media only screen and (min-width: 821px) {
  .text-column {
    width: 33.333%;
    max-width: 50%;
  }

  .text-columns--pairs .text-column {
    width: 50%;
  }

  .page-has-sidebar .text-column {
    width: 50%;
  }
}
@media only screen and (min-width: 1040px) {
  .page-has-sidebar .text-column {
    width: 33.333%;
  }

  .page-has-sidebar .text-columns--pairs .text-column {
    width: 50%;
  }
}
.template-password #cboxContent {
  background-color: #ffffff;
  color: #383838;
}

.password-page-container {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 1;
  height: 100%;
  padding: 60px;
}

.password-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.password-background-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.password-background-image .rimage-background {
  height: 100%;
}

.section-password,
.password-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-password {
  margin-bottom: 60px;
  text-align: center;
}
.password-login-link + .section-password {
  margin-top: 60px;
}
.section-password + .shopify-section {
  margin-top: -60px;
}

.password-login-link {
  color: inherit;
  text-align: right;
  position: absolute;
  padding: 60px;
  top: 0;
  right: 0;
  z-index: 3;
}
.password-login-link a {
  text-decoration: none;
}

.password-header .store-logo {
  margin: 0 auto;
  text-align: center;
}
.password-header .site-logo {
  color: inherit;
}

.password-page-content {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}
.password-page-content::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  height: 1px;
  width: 30%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.password-form-title {
  margin-bottom: 30px;
}

.password-form-subtitle a,
.password-form-subtitle a:hover {
  color: inherit;
}

.password-form-container {
  display: block;
  width: 33%;
  min-width: 280px;
  margin: 0 auto;
  position: relative;
}
.password-form-container .password-form-label {
  color: inherit;
}
.password-form-container input::placeholder {
  color: inherit;
  opacity: 0.7;
}

.password-social-icons {
  margin-top: 30px;
}
.password-social-icons .social-links__list {
  justify-content: center;
  margin-top: 15px;
  flex-wrap: wrap;
}
.password-social-icons .social-links li,
.password-social-icons .social-custom__main {
  width: 40px;
  height: 40px;
  margin: 8px;
  border-radius: 50%;
  display: block;
  font-size: 16px;
}
.password-social-icons .social-links li .icon,
.password-social-icons .social-links li img,
.password-social-icons .social-custom__main .icon,
.password-social-icons .social-custom__main img {
  margin: 0;
}

.password-footer {
  display: block;
  text-align: center;
  line-height: 1.5;
}
.password-login-link + .password-footer, .password-main + .password-footer {
  margin-top: 60px;
}
.password-footer p {
  margin: 0;
}

.password-shopify-link {
  color: inherit;
  display: inline-block;
  vertical-align: bottom;
}

.template-password .errors,
.template-password .form-success {
  width: 50%;
}

#password-login {
  max-width: 500px;
  padding: 60px;
}

@media (max-width: 767px) {
  .password-page-container {
    padding: 60px 20px 30px;
    height: auto;
  }
  .password-page-container main {
    width: 100%;
  }
  .password-page-container .contact-form {
    max-width: 100%;
  }

  .password-login-link {
    padding: 20px;
  }

  #password-login {
    max-width: 300px;
    padding: 60px 30px;
  }
}
/*================ TEMPLATES ================*/
/*================ Giftcard Template ================*/
.template-giftcard {
  background: #ffffff;
  text-align: center;
  padding: 30px 0;
}

.giftcard {
  margin: 20px auto;
  max-width: 500px;
  padding: 20px;
}

.giftcard__illustration {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 3px;
}
.giftcard__illustration img {
  display: block;
}

.giftcard__code {
  background: #fff;
  border-radius: 3px;
  color: #484848;
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translateX(50%);
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1em;
  white-space: nowrap;
}

.giftcard-qr-row {
  margin: 30px 0;
}

.giftcard-qr {
  display: inline-block;
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 3px;
}
.giftcard-qr img {
  display: block;
  margin: 0 auto;
}

.giftcard-apple-wallet {
  margin: 30px 0;
}

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

.giftcard-button-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.print-giftcard {
  display: flex;
  justify-content: center;
  margin-right: 30px;
}
.print-giftcard > .feather-icon, .disclosure .print-giftcard > .disclosure__toggle-arrow {
  margin-right: 5px;
}

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }

  html,
body {
    background-color: #fff;
    color: #000;
  }

  .print-giftcard,
.apple-wallet {
    display: none;
  }
}
/*================ Gift Card Recipient ================*/
gift-card-recipient {
  padding-top: 0px;
  padding-bottom: 0px;
}

.cc-gift-card-recipient {
  display: flex;
  flex-wrap: wrap;
}
.cc-gift-card-recipient .cc-gift-card-recipient__checkbox-container {
  display: inline-flex;
  margin-left: 0;
}
.cc-gift-card-recipient .cc-gift-card-recipient__checkbox {
  margin: 0px;
}
.cc-gift-card-recipient .cc-gift-card-recipient__checkbox + label:before {
  border-color: rgba(56, 56, 56, 0.15);
}
.cc-gift-card-recipient .cc-gift-card-recipient__checkbox:checked + label:before {
  border-color: #383838;
  background-color: #383838;
}
.cc-gift-card-recipient .cc-gift-card-recipient__checkbox:checked ~ .cc-gift-card-recipient__fields {
  flex: 0 0 100%;
  margin-bottom: 10px;
}
.cc-gift-card-recipient .cc-gift-card-recipient__fields .input-row:last-of-type {
  margin-bottom: 0;
}
.cc-gift-card-recipient .cc-gift-card-recipient__fields .input-row__message {
  position: relative;
  margin-bottom: 40px;
}
.cc-gift-card-recipient .cc-gift-card-recipient__fields .input-row__message:last-of-type {
  margin-bottom: 20px;
}
.cc-gift-card-recipient .cc-gift-card-recipient__fields .input-row__message small {
  position: absolute;
  bottom: -25px;
  left: 0px;
  font-size: 0.8em;
}
.cc-gift-card-recipient .cc-gift-card-recipient__fields .input-wrapper:has(#gift-card-recipient-send-on) {
  margin-top: 35px;
}
.cc-gift-card-recipient .cc-gift-card-recipient__fields .input-wrapper:has(#gift-card-recipient-send-on) label {
  top: -20px;
  left: 0;
}
.cc-gift-card-recipient .cc-gift-card-recipient__fields .input-wrapper:has(#gift-card-recipient-send-on) input {
  padding-top: 0.4em;
}
.cc-gift-card-recipient .cc-gift-card-recipient__fields .input-wrapper:has(> small) + .input-wrapper:has(#gift-card-recipient-send-on) {
  margin-top: 60px;
}

.no-js .cc-gift-card-recipient .cc-gift-card-recipient__fields {
  width: 100%;
  margin-bottom: 10px;
}

.collection-header {
  width: 100%;
}

.collection-title {
  margin-bottom: 30px;
}
.collection-title.collection-title--with-description {
  margin-bottom: 15px;
}

.collection-description {
  margin-bottom: 30px;
}

.banner-image {
  margin-bottom: 30px;
}

.banner-image--crop {
  height: 20vh;
  min-height: 200px;
  width: 100%;
}
.banner-image--crop .rimage-background {
  width: 100%;
  height: 100%;
}

.banner-image--crop-top .rimage-background {
  background-position: top center;
}

.banner-image--crop-bottom .rimage-background {
  background-position: bottom center;
}

.no-js .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-js .banner-image--crop-top img {
  object-position: top;
}
.no-js .banner-image--crop-bottom img {
  object-position: bottom;
}

.cc-filters-results {
  margin-top: 30px;
}

@media screen and (max-width: 699px) {
  .product-grid:not(.product-grid--carousel) {
    display: flex;
    flex-wrap: wrap;
  }

  .collection-template__product-block {
    width: 50%;
  }
}
.list-collections .collection-row-header .banner-image {
  margin-bottom: 15px;
}
.list-collections .collection-row-header .collection-title {
  margin-bottom: 15px;
}

.list-collections__rows-container {
  padding-bottom: 30px;
}

.template-blog .standard-title.no-meta, .template-blog blockquote.no-meta, .template-blog .product-reviews-manager .no-meta.spr-header-title, .product-reviews-manager .template-blog .no-meta.spr-header-title {
  margin-top: 10px;
}

.cart-items__header {
  display: flex;
  border-bottom: 1px solid rgba(56, 56, 56, 0.15);
}
.cart-items__header .cart-column {
  margin-top: 0;
  padding-bottom: 0.5em;
}
@media (max-width: 800px) {
  .cart-items__header {
    display: none;
  }
}

.cart-item {
  display: flex;
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(56, 56, 56, 0.15);
}

.cart-column--image {
  margin-right: 30px;
  width: 150px;
  flex-shrink: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .cart-column--image {
    margin-right: 15px;
    width: 110px;
  }
}
@media (max-width: 800px) {
  .cart-column--image {
    width: 70px;
  }
}

.cart-column--flex-group {
  flex-grow: 1;
}

.cart-column--flex-row {
  display: flex;
}
@media (max-width: 800px) {
  .cart-column--flex-row {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 800px) {
  .cart-column--flex-row--lower {
    margin-left: -85px;
  }
}

.product-price__subtotal {
  display: none;
}
@media (max-width: 800px) {
  .product-price__subtotal {
    display: inline;
  }
}

.cart-column--detail {
  flex-grow: 1;
  display: flex;
}
@media (max-width: 800px) {
  .cart-column--detail {
    flex-direction: column;
  }
}

.cart-variant {
  margin-bottom: 0.5em;
}

.cart-column--description {
  flex-grow: 1;
  display: flex;
  margin-top: 10px;
  width: 100%;
}

.cart-item-description {
  flex-grow: 1;
}

.subscription-description {
  margin: 2px 0;
}

.cart-mobile-remove {
  display: none;
}
@media (max-width: 800px) {
  .cart-mobile-remove {
    display: block;
  }
}

.cart-column--price {
  width: 140px;
  margin: 10px 0 0 30px;
  flex-shrink: 0;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .cart-column--price {
    margin-left: 15px;
    width: 120px;
  }
}

.cart-column--quantity {
  margin-left: 30px;
  width: calc(56px + 3em);
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 800px) {
  .cart-column--quantity {
    margin: 15px 0 0 0;
    width: 100%;
    text-align: right;
  }
}

.cart-column--total {
  flex-shrink: 0;
  margin: 10px 0 0 30px;
  width: 140px;
  text-align: right;
}
.cart-column--total .product-price {
  color: inherit;
}
@media only screen and (max-width: 1023px) {
  .cart-column--total {
    margin-left: 15px;
    width: 120px;
  }
}
@media (max-width: 800px) {
  .cart-column--total {
    margin: 0.5em 0;
    margin-left: -85px;
    width: calc(100% + 85px);
  }
  .cart-column--total .product-price {
    display: inline-block;
  }
}

.cart-column--remove {
  flex-grow: 1;
}
@media (max-width: 800px) {
  .cart-column--remove {
    display: none;
  }
}

.cart-remove {
  text-decoration: none;
}

.cart-remove__text {
  text-decoration: underline;
  vertical-align: middle;
}

.cart-column--discount {
  flex-shrink: 0;
  width: calc(90px + 280px + 56px + 3em);
  text-align: right;
}
.cart-column--discount .cart-discount-list {
  margin: 0 0 0.5em;
}
.cart-column--discount .product-price {
  color: inherit;
}
@media (max-width: 800px) {
  .cart-column--discount {
    flex-grow: 1;
    width: 100%;
  }
}

.cart-subtotal-row {
  display: flex;
  justify-items: stretch;
  align-items: baseline;
}

.cart-subtotal-wrapper {
  flex-grow: 1;
  text-align: right;
}

.cart-checkout-button {
  min-width: calc(33% - 60px);
  min-height: 44px;
}
@media (max-width: 749px) {
  .cart-checkout-button {
    width: 100%;
  }
}

.additional-checkout-buttons shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 44px;
  --shopify-accelerated-checkout-button-inline-size: 44px;
  --shopify-accelerated-checkout-button-border-radius: 3px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-inline-alignment: flex-end;
  --wallet-button-container-margin-vertical: 0px;
  --shopify-accelerated-checkout-row-gap: 15px;
  --shopify-accelerated-checkout-skeleton-background-color: rgba(0, 0, 0, 0);
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 0;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0;
  --shopify-accelerated-checkout-skeleton-animation-duration: 0s;
}

.cart-continue {
  text-align: right;
}
@media (max-width: 749px) {
  .cart-continue {
    text-align: center;
  }
}

.shipping-calculator-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shipping-calculator-form .field {
  width: 30%;
  margin: 15px 30px 15px 0;
}
.shipping-calculator-form .field:nth-child(3) {
  margin-right: 0;
}
.shipping-calculator-form .field.calculator-submit {
  margin-right: 0;
  margin-left: auto;
}
.shipping-calculator-form .field .get-rates {
  margin: 0;
  width: 100%;
}

.shipping-calculator .error,
.shipping-calculator .success {
  margin-bottom: 10px;
}
.shipping-calculator #shipping-rates {
  margin-bottom: 30px;
}

@media only screen and (max-width: 559px) {
  .shipping-calculator-form {
    flex-direction: column;
  }
  .shipping-calculator-form .field {
    width: 100%;
    margin: 15px 0;
  }
}
body.template-order dt {
  font-weight: bold;
}
body.template-order dd {
  margin: 0 0 10px 0;
}

.product__selling-plan,
.product .line-item-property {
  display: block;
  margin-top: 2px;
}

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/