/** Shopify CDN: Minification failed

Line 2826:2 Expected identifier but found "*"
Line 2915:2 Expected identifier but found "*"
Line 4581:4 Expected identifier but found "*"
Line 6223:2 Expected identifier but found "*"
Line 8279:4 Expected identifier but found "*"
Line 9994:2 Unexpected "#10-minute-hair-mask"
Line 13343:2 "vertical-aling" is not a known CSS property

**/
@charset "UTF-8";
/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ 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(//us.georgiemane.com/cdn/shop/t/117/assets/photoswipe-default-skin.png?v=71096521137847323041751972098) 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(//us.georgiemane.com/cdn/shop/t/117/assets/photoswipe-default-skin.svg?v=169240992046711858651751972098); }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }
.pswp__button--close {
  background-position: 0 -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(//us.georgiemane.com/cdn/shop/t/117/assets/preloader.gif?v=77008736554601496081751972098) 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;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -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: white url(//us.georgiemane.com/cdn/shop/t/117/assets/preloader.gif?v=77008736554601496081751972098) center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  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: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

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

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

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0px;
  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;
  outline: none;
  background: transparent;
  border-radius: 10px;
  transition: all 150ms; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

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

.slick-dots li.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--dots-underneath.slick-dotted {
  padding-bottom: 25px; }

.slick--dots-underneath .slick-dots {
  bottom: 0; }

.slick--dots-underneath .slick-dots li button {
  border-color: rgba(53, 39, 40, 0.5);
  background: transparent; }

.slick--dots-underneath .slick-dots li.slick-active button {
  border-color: #352728;
  background: #352728; }

@media (max-width: 767px) {
  .slick--dots-underneath .slick-dots li button {
    width: 9px;
    height: 9px; } }
/*
    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; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

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

.clickyboxes {
  margin: 0.4em 0 1em;
  padding: 0; }
  .clickyboxes li {
    display: inline; }
    .clickyboxes li a {
      position: relative;
      display: inline-block;
      margin: 0 10px 5px 0;
      padding: 4px 10px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      text-decoration: none;
      color: inherit; }
      .clickyboxes li a.active, .clickyboxes li a.active:hover {
        border-color: #999;
        background-color: #fff;
        color: #333; }
      .clickyboxes li a:hover {
        color: inherit;
        background-color: rgba(0, 0, 0, 0.05); }
      .clickyboxes li a.unavailable {
        opacity: 0.5; }
        .clickyboxes li a.unavailable::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          border-top: 1px solid;
          opacity: 0.25; }

/*================ 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 ================*/
/*================ 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 ================*/
.product-block__sale-label {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 3;
  color: #080a1c;
  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: 3;
  color: #d98787;
  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; }

/* LOGO */
@font-face {
  font-family: "DM Sans";
  font-weight: 400;
  font-style: normal;
  src: url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_n4.ec80bd4dd7e1a334c969c265873491ae56018d72.woff2?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=28ad19706d1e7dc382e71736bb4e54f141a5cd37f256de38ad92d5e556f6331b") format("woff2"), url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_n4.87bdd914d8a61247b911147ae68e754d695c58a6.woff?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=115bfb368994047c055802a7de16b47911ea703b1ff34fb8d74b4e3311dfd608") format("woff"); }

/* BASE */
@font-face {
  font-family: "DM Sans";
  font-weight: 400;
  font-style: normal;
  src: url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_n4.ec80bd4dd7e1a334c969c265873491ae56018d72.woff2?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=28ad19706d1e7dc382e71736bb4e54f141a5cd37f256de38ad92d5e556f6331b") format("woff2"), url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_n4.87bdd914d8a61247b911147ae68e754d695c58a6.woff?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=115bfb368994047c055802a7de16b47911ea703b1ff34fb8d74b4e3311dfd608") format("woff"); }

@font-face {
  font-family: "DM Sans";
  font-weight: 500;
  font-style: normal;
  src: url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_n5.8a0f1984c77eb7186ceb87c4da2173ff65eb012e.woff2?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=a17eb3fd40f092770e5699bac1bbc27735d397a5aa4d1c429f8d036f8582375a") format("woff2"), url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_n5.9ad2e755a89e15b3d6c53259daad5fc9609888e6.woff?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=5845097c3657e1aafd72e948f820d4d4f6ae0d820b5123f78bb517d6fc1498ed") format("woff"); }

@font-face {
  font-family: "DM Sans";
  font-weight: 700;
  font-style: normal;
  src: url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_n7.97e21d81502002291ea1de8aefb79170c6946ce5.woff2?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=5474556a2f1eec4cc5d57f1a262a641f63f125624ec1b2985c23e3a23dda4f99") format("woff2"), url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_n7.af5c214f5116410ca1d53a2090665620e78e2e1b.woff?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=110a40f42cba93099e0b2511a0e880c358881ecf6d150f181645f1f444b203c0") format("woff"); }

@font-face {
  font-family: "DM Sans";
  font-weight: 400;
  font-style: italic;
  src: url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_i4.b8fe05e69ee95d5a53155c346957d8cbf5081c1a.woff2?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=59ee521e6684e4e315deea41b4990cb9545119fd4100c20c1d6500d6d45349ee") format("woff2"), url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_i4.403fe28ee2ea63e142575c0aa47684d65f8c23a0.woff?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=94d9e3adda7e143d8fa77180a5356509e8fbb1ca31be58a070840f1d5e4b4653") format("woff"); }

@font-face {
  font-family: "DM Sans";
  font-weight: 700;
  font-style: italic;
  src: url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_i7.52b57f7d7342eb7255084623d98ab83fd96e7f9b.woff2?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=9df261dbbf05b5280af02023729c5e9cda29f1be20ba807cf1514c296bd79fe6") format("woff2"), url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_i7.d5e14ef18a1d4a8ce78a4187580b4eb1759c2eda.woff?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=c2c018b149b8e4956a3ffe233c9447e61b55590ff61db32e12fdef7847d91a0e") format("woff"); }

/* HEADINGS */
@font-face {
  font-family: "DM Sans";
  font-weight: 700;
  font-style: normal;
  src: url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_n7.97e21d81502002291ea1de8aefb79170c6946ce5.woff2?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=5474556a2f1eec4cc5d57f1a262a641f63f125624ec1b2985c23e3a23dda4f99") format("woff2"), url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_n7.af5c214f5116410ca1d53a2090665620e78e2e1b.woff?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=110a40f42cba93099e0b2511a0e880c358881ecf6d150f181645f1f444b203c0") format("woff"); }

/* NAV */
@font-face {
  font-family: "DM Sans";
  font-weight: 400;
  font-style: normal;
  src: url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_n4.ec80bd4dd7e1a334c969c265873491ae56018d72.woff2?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=28ad19706d1e7dc382e71736bb4e54f141a5cd37f256de38ad92d5e556f6331b") format("woff2"), url("//us.georgiemane.com/cdn/fonts/dm_sans/dmsans_n4.87bdd914d8a61247b911147ae68e754d695c58a6.woff?h1=dXMuZ2VvcmdpZW1hbmUuY29t&h2=Z2VvcmdpZW1hbmUtdXMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=115bfb368994047c055802a7de16b47911ea703b1ff34fb8d74b4e3311dfd608") format("woff"); }

/* FONT STYLES */
/* FONT SIZES */
/*================ 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, 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, 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 {
  background-color: #ff0;
  color: #000; }

/**
 * 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.15;
  /* 1 */
  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: #352728;
  background-color: white; }

[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: #352728;
  background-color: white;
  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__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.33333%; }

.two-thirds {
  width: 66.66667%; }

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

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

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

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-up--push-eleven-twelfths {
    left: 91.66667%; } }
/*================ Rich Text Editor ================*/
.rte h1 {
  font-size: 3.2666rem; }
.rte h2 {
  font-size: 2.2666rem; }
.rte h3 {
  font-size: 1.4666rem; }
.rte h4 {
  font-size: 1.2666rem; }
.rte h5 {
  font-size: 1.2666rem; }
.rte h6 {
  font-size: 0.8666rem; }
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte td,
.rte th {
  border-bottom: 1px solid rgba(53, 39, 40, 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(53, 39, 40, 0.35);
  background-color: rgba(53, 39, 40, 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: white;
  color: #352728; }

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

.main-page-content {
  background-color: white;
  position: relative;
  z-index: 1; }
  .main-page-content::before {
    content: ' ';
    display: table; }
  .template-index .main-page-content {
    padding-bottom: 0;
    *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 {
  padding-bottom: 60px;
  width: 100%;
  padding-right: 36px;
  padding-left: 36px; }
  @media only screen and (max-width: 560px) {
    .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: 560px) {
    .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: white; }
  @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 {
  padding-top: 30px;
  padding-bottom: 30px; }

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

.global-border-radius, .rte img, .mini-product__image-container {
  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; }
  @media only screen and (max-width: 559px) {
    .row-double-space {
      margin-top: 45px;
      margin-bottom: 45px; } }
  .template-index .shopify-section:first-child .row-double-space {
    margin-top: 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(53, 39, 40, 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-right {
  text-align: right; }

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

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

.desktop-only {
  display: block; }

.mobile-only {
  display: none; }

.mobile-only-560 {
  display: none; }

@media only screen and (max-width: 559px) {
  .hb_overlay_inner {
    display: flex !important; }

  .mobile-only-560 {
    display: block; }

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

  .desktop-only-1024 {
    display: none !important; } }
@media only screen and (min-width: 1024px) {
  .mobile-only-1024 {
    display: none !important; }

  .desktop-only-1024 {
    display: block !important; }

  .utils__left {
    z-index: 999; } }
.mobile-menu-open {
  max-height: 100vh;
  overflow: hidden; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10% 5%;
  text-align: center;
  bottom: 0;
  display: flex;
  align-items: baseline;
  justify-content: center; }
  .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--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 {
    margin-bottom: 0.15em; }

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

.overlay__cta {
  margin: 0 10px 10px; }

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

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

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

h1, h2, h3, h4, h5, h6, .title {
  color: #080a1c;
  font-size: 1.4666rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  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: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal; }

.site-logo {
  font-family: "DM Sans", sans-serif;
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  color: #080a1c;
  text-decoration: none;
  line-height: 1.4; }

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

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

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

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

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

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

.tiny-text, .input-wrapper label, .product-block .product-reviews .spr-badge, .styled-dropdown--label-inside label {
  font-size: 0.8rem;
  line-height: 1; }

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

.small-cap-heading,
.article-meta {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8rem; }

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

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

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

p {
  margin: 10px 0; }

a {
  text-decoration: underline;
  color: #c77e7a;
  transition: color 150ms;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink; }

.standard-link {
  color: #c77e7a;
  font-size: 1rem;
  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: "DM Sans", sans-serif;
  line-height: 1.4;
  color: #939393; }

.product-price--large {
  font-size: 1.2666rem;
  line-height: 1.2;
  /*   margin-bottom: $single-padding; */ }
  .product-price--large .product-price__compare::after {
    left: -0.3em;
    right: -0.3em; }

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

.product-price__reduced {
  display: block;
  color: #000; }

.product-price__compare {
  color: #f86f69 !important; }

.product-price__compare {
  position: relative;
  /*   margin-left: 0.3em; */
  white-space: nowrap; }
  .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; }

.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) {
  .giant-title {
    font-size: 1.8666rem; }

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

  .standard-title, blockquote, .product-reviews-manager .spr-header-title {
    font-size: 1.2666rem; } }
.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: white;
  color: #352728;
  border: 1px solid rgba(53, 39, 40, 0.15);
  font-family: "DM Sans", 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: #333333;
    border-color: black; }

textarea {
  min-height: 100px; }

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

input::placeholder,
textarea::placeholder {
  color: rgba(53, 39, 40, 0.7); }

fieldset {
  background-color: transparent;
  color: #352728;
  border: 1px solid rgba(53, 39, 40, 0.15);
  font-family: "DM Sans", 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='#352728' 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-position: right 8px center;
  background-color: white;
  background-size: 18px;
  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 $color-border; */
  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;
    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='#352728' 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(53, 39, 40, 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; }

table {
  border-top: 1px solid;
  border-color: rgba(53, 39, 40, 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(53, 39, 40, 0.15); }
  td:last-child {
    text-align: right; }

th {
  padding: 15px;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  font-size: 0.8666rem;
  border-bottom: 1px solid rgba(53, 39, 40, 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: 559px) {
  .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(53, 39, 40, 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; }

/*================ 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-wrapper .rimage__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .rimage-wrapper .rimage__image.blur-in {
      -webkit-filter: blur(10px);
      filter: blur(10px);
      transition: filter 400ms, -webkit-filter 400ms; }
    .rimage-wrapper .rimage__image.blur-in.lazyloaded {
      -webkit-filter: blur(0);
      filter: blur(0); }
    .rimage-wrapper .rimage__image.fade-in {
      opacity: 0;
      transition: opacity 500ms; }
    .rimage-wrapper .rimage__image.fade-in.lazyloaded {
      opacity: 1; }
    .rimage-wrapper .rimage__image.cover {
      object-fit: cover; }

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

[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 {
  background: transparent; }
  .feather-icon .icon {
    fill: transparent;
    stroke: currentColor;
    stroke-width: 2px; }

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

.text-with-chevron .feather-icon .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: 20px; */
  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: 72px;
  height: 21px; }

/*================ 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;
  white-space: nowrap;
  border-radius: 3px;
  padding: 9px 25px;
  font-size: 1.1333rem;
  font-family: "DM Sans", 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: white;
    border-color: #848484;
    pointer-events: none; }

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

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

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

.btn--tags {
  background-color: #ebebeb;
  color: #352728;
  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: 1rem;
  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 .shopify-payment-button__button {
  font-size: 1.1333rem;
  border-radius: 3px;
  padding: 9px 25px;
  line-height: 1.5; }
.shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: #2e2e2e;
  color: white;
  border: 1px solid #2e2e2e; }
.shopify-payment-button .shopify-payment-button__button--hidden {
  display: none; }

@media only screen and (max-width: 1023px) {
  .page-has-sidebar input[type="submit"],
  .page-has-sidebar .btn--primary,
  .page-has-sidebar .shopify-payment-button .shopify-payment-button__button--unbranded,
  .shopify-payment-button .page-has-sidebar .shopify-payment-button__button--unbranded,
  .page-has-sidebar .spr-button-primary,
  .page-has-sidebar .shopify-challenge__container .shopify-challenge__button,
  .shopify-challenge__container .page-has-sidebar .shopify-challenge__button,
  .page-has-sidebar .btn--over-image,
  .page-has-sidebar .btn--secondary,
  .page-has-sidebar .shopify-payment-button .shopify-payment-button__button {
    padding: 5px 20px; } }
@media only screen and (max-width: 559px) {
  input[type="submit"],
  .btn--primary,
  .shopify-payment-button .shopify-payment-button__button--unbranded,
  .spr-button-primary,
  .shopify-challenge__container .shopify-challenge__button,
  .btn--over-image,
  .btn--secondary,
  .shopify-payment-button .shopify-payment-button__button {
    padding: 5px 20px; } }
/* .main-nav-bar {
  padding-bottom: $header-bars-padding;
  border-bottom: 1px solid $color-border;
} */
.template-index .main-nav-bar {
  border-bottom: 0; }

.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: 2;
      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: #777777;
    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: #777777;
  white-space: nowrap; }

.main-nav__child-link,
.main-nav__sub-child-link {
  color: #080a1c;
  font-size: 0.8666rem;
  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: #fdf8f2;
  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: #fdf8f2;
    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: 2; } }

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

.main-nav__child-item .dropdown-chevron {
  position: absolute;
  right: 15px;
  color: #080a1c;
  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: 100vh;
    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: white;
    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(64, 64, 64, 0.2); }

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

  .main-nav-bar .currency-converter,
  .main-nav__link,
  .main-nav__child-link,
  .main-nav__sub-child-link,
  .mobile-dropdown__back {
    color: #404040; }

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

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

  .mobile-dropdown__back {
    display: flex;
    text-decoration: none;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(64, 64, 64, 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(64, 64, 64, 0.2);
    transform: none; }
    .mobile-nav-menu-container .dropdown-chevron svg {
      transition: transform 0.15s;
      transition-origin: center center;
      stroke: #404040;
      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; } }
.social-links {
  display: flex;
  justify-content: flex-end; }

.social-link .icon {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  color: #080a1c; }

.social-sharing .tiny-text, .social-sharing .input-wrapper label, .input-wrapper .social-sharing label, .social-sharing .product-block .product-reviews .spr-badge, .product-block .product-reviews .social-sharing .spr-badge, .social-sharing .styled-dropdown--label-inside label, .styled-dropdown--label-inside .social-sharing label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700; }
.social-sharing .sharing-link {
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  margin-right: 18px; }
  .social-sharing .sharing-link .icon {
    color: #080a1c; }
  .social-sharing .sharing-link svg {
    width: 100%;
    height: 100%; }

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

.social-custom img {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  vertical-align: middle; }

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

.exp-tab {
  display: flex;
  align-items: center;
  border: 1px solid rgba(53, 39, 40, 0.15);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
  background-color: #fdf8f2; }
  .exp-tab .product-price,
  .exp-tab .product-price__compare {
    white-space: nowrap; }

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

.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;
  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: 1rem;
  overflow: hidden;
  text-overflow: ellipsis; }

.exp-tab-product-title {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #352728;
  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 .testimonial-content {
  margin: 0;
  padding: 0;
  border-left: 0;
  font-size: 1rem; }
.testimonial .testimonial-stars {
  margin-bottom: 10px; }
.testimonial .testimonial-star {
  height: 15px;
  width: 15px;
  margin: 0 1px;
  position: relative; }
  .testimonial .testimonial-star .feather-star {
    fill: #f86f69;
    stroke: #f86f69;
    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: 1rem;
  font-weight: 500; }

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

@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: #f86f69;
  margin-right: 0.1em; }
  .spr-icon:focus {
    color: #f86f69; }

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

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

.spr-badge[data-rating="0.0"] {
  visibility: hidden; }

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

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

.product-reviews {
  margin-bottom: 15px; }
  .product-reviews .spr-badge {
    display: block; }
    .product-block .product-reviews .spr-badge {
      margin: 6px 0 0; }
      .product-block .product-reviews .spr-badge .spr-badge[data-rating="0.0"] {
        visibility: hidden; }

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

.product-thumbnails__item {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 3px;
  transition: box-shadow 150ms ease; }

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

.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;
  overflow: hidden;
  border-radius: 3px; }

.quantity-wrapper .select2-container {
  min-width: 100%; }
.quantity-wrapper .quantity-actual {
  display: none;
  margin: 0;
  height: 3.3em;
  padding-top: 1.3em; }
.quantity-wrapper.hide-proxy .quantity-actual, .no-js .quantity-wrapper .quantity-actual {
  display: inline-block; }
.quantity-wrapper.hide-proxy .quantity-proxy, .quantity-wrapper.hide-proxy .select2, .no-js .quantity-wrapper .quantity-proxy, .no-js .quantity-wrapper .select2 {
  display: none; }
.quantity-wrapper.hide-proxy.input-wrapper--select::after, .no-js .quantity-wrapper.input-wrapper--select::after {
  content: none; }

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

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

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

.product-qty-row-beside {
  display: flex; }
  .product-qty-row-beside .quantity-wrapper {
    margin-right: 15px;
    width: 5em; }
  .product-qty-row-beside .product-form-button-container {
    display: flex;
    flex-grow: 1; }
    .product-qty-row-beside .product-form-button-container button {
      margin-top: 0;
      flex-grow: 1; }

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

.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(53, 39, 40, 0.15);
  padding: 15px 30px; }

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

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

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

@media only screen and (max-width: 559px) {
  .product-thumbnails {
    margin-bottom: 30px; }
    .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 rgba(0, 0, 0, 0); }

.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; } }
.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(53, 39, 40, 0.15); }

.mini-product__price {
  color: #939393; }

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

.article-summary {
  margin-bottom: 30px; }

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

.article-summary__date {
  display: block; }

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

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

.clickyboxes {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .clickyboxes li {
    vertical-align: top; }
    .clickyboxes li a {
      padding: 13px 15px;
      text-align: center;
      vertical-align: top;
      border-radius: 3px;
      overflow: hidden;
      line-height: 1;
      border: none; }
      .clickyboxes li a.active, .clickyboxes li a.active:hover {
        background-color: #ebebeb;
        border: none;
        color: #352728; }

.swatches .clickyboxes {
  margin-left: -5px; }

.styled-dropdown > select {
  margin: 0;
  height: 3.3em;
  padding-top: 15px;
  padding-bottom: 0px;
  line-height: 1.2; }
.styled-dropdown .select2-container {
  width: 100%; }
  .styled-dropdown .select2-container .select2-selection {
    border: 1px solid rgba(53, 39, 40, 0.15);
    background-color: transparent;
    border-radius: 3px;
    height: 3.3em; }
    .styled-dropdown .select2-container .select2-selection:focus {
      outline: none; }
  .styled-dropdown .select2-container .select2-selection__arrow {
    top: 10px; }
    .styled-dropdown .select2-container .select2-selection__arrow b {
      border: none;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='rgba(53, 39, 40, 0.999)' 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: 100% 100%;
      background-position: center center;
      width: 18px;
      height: 18px;
      margin-top: -5px;
      margin-left: -16px; }
  .styled-dropdown .select2-container .select2-selection__rendered {
    color: inherit;
    padding-top: 8px;
    line-height: 1.8; }
.styled-dropdown .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.styled-dropdown .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 3px; }

.styled-dropdown--label-small label {
  display: block;
  font-size: 0.8666rem;
  line-height: 1.4; }

.styled-dropdown--label-inside {
  position: relative; }
  .styled-dropdown--label-inside label {
    position: absolute;
    left: 13px;
    top: 8px;
    transition: all 100ms;
    cursor: text;
    pointer-events: none;
    opacity: 0.7; }
  .styled-dropdown--label-inside .select2-container .select2-selection__rendered {
    padding-top: 20px;
    padding-left: 13px; }

.select2-dropdown {
  border: 0;
  background: transparent; }
  .select2-dropdown::before, .select2-dropdown::after {
    content: '';
    position: absolute;
    right: 18px;
    width: 0;
    height: 0;
    border-style: solid; }

.select2-dropdown.select2-dropdown--below {
  padding-top: 9px; }
  .select2-dropdown.select2-dropdown--below::before {
    top: 1px;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent rgba(53, 39, 40, 0.15) transparent; }
  .select2-dropdown.select2-dropdown--below::after {
    top: 2px;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent white transparent; }

.select2-dropdown.select2-dropdown--above {
  padding-bottom: 9px; }
  .select2-dropdown.select2-dropdown--above::before {
    bottom: 1px;
    border-width: 8px 8px 0 8px;
    border-color: rgba(53, 39, 40, 0.15) transparent transparent transparent; }
  .select2-dropdown.select2-dropdown--above::after {
    bottom: 2px;
    border-width: 8px 8px 0 8px;
    border-color: white transparent transparent transparent; }

.select2-results {
  background: white;
  border: 1px solid rgba(53, 39, 40, 0.15);
  border-radius: 3px;
  color: #352728; }

.select2-results__option {
  padding: 6px 13px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(53, 39, 40, 0.1);
  color: #352728; }

.select2-results__option:not(:last-child) {
  border-bottom: 1px solid rgba(53, 39, 40, 0.3); }

.product-swatch-inline__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 6px 1px 0;
  box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.25); }

.bg-aliceblue {
  background-color: aliceblue; }

.bg-antiquewhite {
  background-color: antiquewhite; }

.bg-aqua {
  background-color: aqua; }

.bg-aquamarine {
  background-color: aquamarine; }

.bg-azure {
  background-color: azure; }

.bg-beige {
  background-color: beige; }

.bg-bisque {
  background-color: bisque; }

.bg-black {
  background-color: black; }

.bg-blanchedalmond {
  background-color: blanchedalmond; }

.bg-blue {
  background-color: blue; }

.bg-blueviolet {
  background-color: blueviolet; }

.bg-brown {
  background-color: brown; }

.bg-burlywood {
  background-color: burlywood; }

.bg-cadetblue {
  background-color: cadetblue; }

.bg-chartreuse {
  background-color: chartreuse; }

.bg-chocolate {
  background-color: chocolate; }

.bg-coral {
  background-color: coral; }

.bg-cornflowerblue {
  background-color: cornflowerblue; }

.bg-cornsilk {
  background-color: cornsilk; }

.bg-crimson {
  background-color: crimson; }

.bg-cyan {
  background-color: cyan; }

.bg-darkblue {
  background-color: darkblue; }

.bg-darkcyan {
  background-color: darkcyan; }

.bg-darkgoldenrod {
  background-color: darkgoldenrod; }

.bg-darkgray {
  background-color: darkgray; }

.bg-darkgrey {
  background-color: darkgrey; }

.bg-darkgreen {
  background-color: darkgreen; }

.bg-darkkhaki {
  background-color: darkkhaki; }

.bg-darkmagenta {
  background-color: darkmagenta; }

.bg-darkolivegreen {
  background-color: darkolivegreen; }

.bg-darkorange {
  background-color: darkorange; }

.bg-darkorchid {
  background-color: darkorchid; }

.bg-darkred {
  background-color: darkred; }

.bg-darksalmon {
  background-color: darksalmon; }

.bg-darkseagreen {
  background-color: darkseagreen; }

.bg-darkslateblue {
  background-color: darkslateblue; }

.bg-darkslategray {
  background-color: darkslategray; }

.bg-darkslategrey {
  background-color: darkslategrey; }

.bg-darkturquoise {
  background-color: darkturquoise; }

.bg-darkviolet {
  background-color: darkviolet; }

.bg-deeppink {
  background-color: deeppink; }

.bg-deepskyblue {
  background-color: deepskyblue; }

.bg-dimgray {
  background-color: dimgray; }

.bg-dimgrey {
  background-color: dimgrey; }

.bg-dodgerblue {
  background-color: dodgerblue; }

.bg-firebrick {
  background-color: firebrick; }

.bg-floralwhite {
  background-color: floralwhite; }

.bg-forestgreen {
  background-color: forestgreen; }

.bg-fuchsia {
  background-color: fuchsia; }

.bg-gainsboro {
  background-color: gainsboro; }

.bg-ghostwhite {
  background-color: ghostwhite; }

.bg-gold {
  background-color: gold; }

.bg-goldenrod {
  background-color: goldenrod; }

.bg-gray {
  background-color: gray; }

.bg-grey {
  background-color: grey; }

.bg-green {
  background-color: green; }

.bg-greenyellow {
  background-color: greenyellow; }

.bg-honeydew {
  background-color: honeydew; }

.bg-hotpink {
  background-color: hotpink; }

.bg-indianred {
  background-color: indianred; }

.bg-indigo {
  background-color: indigo; }

.bg-ivory {
  background-color: ivory; }

.bg-khaki {
  background-color: khaki; }

.bg-lavender {
  background-color: lavender; }

.bg-lavenderblush {
  background-color: lavenderblush; }

.bg-lawngreen {
  background-color: lawngreen; }

.bg-lemonchiffon {
  background-color: lemonchiffon; }

.bg-lightblue {
  background-color: lightblue; }

.bg-lightcoral {
  background-color: lightcoral; }

.bg-lightcyan {
  background-color: lightcyan; }

.bg-lightgoldenrodyellow {
  background-color: lightgoldenrodyellow; }

.bg-lightgray {
  background-color: lightgray; }

.bg-lightgrey {
  background-color: lightgrey; }

.bg-lightgreen {
  background-color: lightgreen; }

.bg-lightpink {
  background-color: lightpink; }

.bg-lightsalmon {
  background-color: lightsalmon; }

.bg-lightseagreen {
  background-color: lightseagreen; }

.bg-lightskyblue {
  background-color: lightskyblue; }

.bg-lightslategray {
  background-color: lightslategray; }

.bg-lightslategrey {
  background-color: lightslategrey; }

.bg-lightsteelblue {
  background-color: lightsteelblue; }

.bg-lightyellow {
  background-color: lightyellow; }

.bg-lime {
  background-color: lime; }

.bg-limegreen {
  background-color: limegreen; }

.bg-linen {
  background-color: linen; }

.bg-magenta {
  background-color: magenta; }

.bg-maroon {
  background-color: maroon; }

.bg-mediumaquamarine {
  background-color: mediumaquamarine; }

.bg-mediumblue {
  background-color: mediumblue; }

.bg-mediumorchid {
  background-color: mediumorchid; }

.bg-mediumpurple {
  background-color: mediumpurple; }

.bg-mediumseagreen {
  background-color: mediumseagreen; }

.bg-mediumslateblue {
  background-color: mediumslateblue; }

.bg-mediumspringgreen {
  background-color: mediumspringgreen; }

.bg-mediumturquoise {
  background-color: mediumturquoise; }

.bg-mediumvioletred {
  background-color: mediumvioletred; }

.bg-midnightblue {
  background-color: midnightblue; }

.bg-mintcream {
  background-color: mintcream; }

.bg-mistyrose {
  background-color: mistyrose; }

.bg-moccasin {
  background-color: moccasin; }

.bg-navajowhite {
  background-color: navajowhite; }

.bg-navy {
  background-color: navy; }

.bg-oldlace {
  background-color: oldlace; }

.bg-olive {
  background-color: olive; }

.bg-olivedrab {
  background-color: olivedrab; }

.bg-orange {
  background-color: orange; }

.bg-orangered {
  background-color: orangered; }

.bg-orchid {
  background-color: orchid; }

.bg-palegoldenrod {
  background-color: palegoldenrod; }

.bg-palegreen {
  background-color: palegreen; }

.bg-paleturquoise {
  background-color: paleturquoise; }

.bg-palevioletred {
  background-color: palevioletred; }

.bg-papayawhip {
  background-color: papayawhip; }

.bg-peachpuff {
  background-color: peachpuff; }

.bg-peru {
  background-color: peru; }

.bg-pink {
  background-color: pink; }

.bg-plum {
  background-color: plum; }

.bg-powderblue {
  background-color: powderblue; }

.bg-purple {
  background-color: purple; }

.bg-rebeccapurple {
  background-color: rebeccapurple; }

.bg-red {
  background-color: red; }

.bg-rosybrown {
  background-color: rosybrown; }

.bg-royalblue {
  background-color: royalblue; }

.bg-saddlebrown {
  background-color: saddlebrown; }

.bg-salmon {
  background-color: salmon; }

.bg-sandybrown {
  background-color: sandybrown; }

.bg-seagreen {
  background-color: seagreen; }

.bg-seashell {
  background-color: seashell; }

.bg-sienna {
  background-color: sienna; }

.bg-silver {
  background-color: silver; }

.bg-skyblue {
  background-color: skyblue; }

.bg-slateblue {
  background-color: slateblue; }

.bg-slategray {
  background-color: slategray; }

.bg-slategrey {
  background-color: slategrey; }

.bg-snow {
  background-color: snow; }

.bg-springgreen {
  background-color: springgreen; }

.bg-steelblue {
  background-color: steelblue; }

.bg-tan {
  background-color: tan; }

.bg-teal {
  background-color: teal; }

.bg-thistle {
  background-color: thistle; }

.bg-tomato {
  background-color: tomato; }

.bg-turquoise {
  background-color: turquoise; }

.bg-violet {
  background-color: violet; }

.bg-wheat {
  background-color: wheat; }

.bg-white {
  background-color: white; }

.bg-whitesmoke {
  background-color: whitesmoke; }

.bg-yellow {
  background-color: yellow; }

.bg-yellowgreen {
  background-color: yellowgreen; }

select[data-listed][data-colour-swatch="true"] + .clickyboxes li {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 5px; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes a {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  min-width: 0;
  text-indent: 60px;
  white-space: nowrap;
  padding: 10px;
  background-size: contain !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  select[data-listed][data-colour-swatch="true"] + .clickyboxes a.active {
    width: 34px;
    height: 34px; }
    select[data-listed][data-colour-swatch="true"] + .clickyboxes a.active::after {
      position: absolute;
      content: '';
      border-radius: 50%;
      width: 32px;
      height: 32px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 4px solid white; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--aliceblue {
  background-color: aliceblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--antiquewhite {
  background-color: antiquewhite; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--aqua {
  background-color: aqua; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--aquamarine {
  background-color: aquamarine; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--azure {
  background-color: azure; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--beige {
  background-color: beige; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--bisque {
  background-color: bisque; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--black {
  background-color: black; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--blanchedalmond {
  background-color: blanchedalmond; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--blue {
  background-color: blue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--blueviolet {
  background-color: blueviolet; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--brown {
  background-color: brown; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--burlywood {
  background-color: burlywood; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--cadetblue {
  background-color: cadetblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--chartreuse {
  background-color: chartreuse; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--chocolate {
  background-color: chocolate; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--coral {
  background-color: coral; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--cornflowerblue {
  background-color: cornflowerblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--cornsilk {
  background-color: cornsilk; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--crimson {
  background-color: crimson; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--cyan {
  background-color: cyan; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkblue {
  background-color: darkblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkcyan {
  background-color: darkcyan; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkgoldenrod {
  background-color: darkgoldenrod; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkgray {
  background-color: darkgray; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkgrey {
  background-color: darkgrey; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkgreen {
  background-color: darkgreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkkhaki {
  background-color: darkkhaki; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkmagenta {
  background-color: darkmagenta; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkolivegreen {
  background-color: darkolivegreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkorange {
  background-color: darkorange; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkorchid {
  background-color: darkorchid; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkred {
  background-color: darkred; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darksalmon {
  background-color: darksalmon; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkseagreen {
  background-color: darkseagreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkslateblue {
  background-color: darkslateblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkslategray {
  background-color: darkslategray; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkslategrey {
  background-color: darkslategrey; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkturquoise {
  background-color: darkturquoise; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--darkviolet {
  background-color: darkviolet; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--deeppink {
  background-color: deeppink; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--deepskyblue {
  background-color: deepskyblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--dimgray {
  background-color: dimgray; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--dimgrey {
  background-color: dimgrey; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--dodgerblue {
  background-color: dodgerblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--firebrick {
  background-color: firebrick; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--floralwhite {
  background-color: floralwhite; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--forestgreen {
  background-color: forestgreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--fuchsia {
  background-color: fuchsia; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--gainsboro {
  background-color: gainsboro; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--ghostwhite {
  background-color: ghostwhite; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--gold {
  background-color: gold; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--goldenrod {
  background-color: goldenrod; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--gray {
  background-color: gray; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--grey {
  background-color: grey; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--green {
  background-color: green; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--greenyellow {
  background-color: greenyellow; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--honeydew {
  background-color: honeydew; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--hotpink {
  background-color: hotpink; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--indianred {
  background-color: indianred; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--indigo {
  background-color: indigo; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--ivory {
  background-color: ivory; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--khaki {
  background-color: khaki; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lavender {
  background-color: lavender; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lavenderblush {
  background-color: lavenderblush; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lawngreen {
  background-color: lawngreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lemonchiffon {
  background-color: lemonchiffon; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightblue {
  background-color: lightblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightcoral {
  background-color: lightcoral; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightcyan {
  background-color: lightcyan; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightgoldenrodyellow {
  background-color: lightgoldenrodyellow; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightgray {
  background-color: lightgray; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightgrey {
  background-color: lightgrey; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightgreen {
  background-color: lightgreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightpink {
  background-color: lightpink; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightsalmon {
  background-color: lightsalmon; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightseagreen {
  background-color: lightseagreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightskyblue {
  background-color: lightskyblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightslategray {
  background-color: lightslategray; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightslategrey {
  background-color: lightslategrey; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightsteelblue {
  background-color: lightsteelblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lightyellow {
  background-color: lightyellow; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--lime {
  background-color: lime; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--limegreen {
  background-color: limegreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--linen {
  background-color: linen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--magenta {
  background-color: magenta; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--maroon {
  background-color: maroon; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--mediumaquamarine {
  background-color: mediumaquamarine; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--mediumblue {
  background-color: mediumblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--mediumorchid {
  background-color: mediumorchid; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--mediumpurple {
  background-color: mediumpurple; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--mediumseagreen {
  background-color: mediumseagreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--mediumslateblue {
  background-color: mediumslateblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--mediumspringgreen {
  background-color: mediumspringgreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--mediumturquoise {
  background-color: mediumturquoise; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--mediumvioletred {
  background-color: mediumvioletred; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--midnightblue {
  background-color: midnightblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--mintcream {
  background-color: mintcream; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--mistyrose {
  background-color: mistyrose; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--moccasin {
  background-color: moccasin; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--navajowhite {
  background-color: navajowhite; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--navy {
  background-color: navy; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--oldlace {
  background-color: oldlace; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--olive {
  background-color: olive; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--olivedrab {
  background-color: olivedrab; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--orange {
  background-color: orange; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--orangered {
  background-color: orangered; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--orchid {
  background-color: orchid; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--palegoldenrod {
  background-color: palegoldenrod; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--palegreen {
  background-color: palegreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--paleturquoise {
  background-color: paleturquoise; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--palevioletred {
  background-color: palevioletred; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--papayawhip {
  background-color: papayawhip; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--peachpuff {
  background-color: peachpuff; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--peru {
  background-color: peru; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--pink {
  background-color: pink; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--plum {
  background-color: plum; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--powderblue {
  background-color: powderblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--purple {
  background-color: purple; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--rebeccapurple {
  background-color: rebeccapurple; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--red {
  background-color: red; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--rosybrown {
  background-color: rosybrown; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--royalblue {
  background-color: royalblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--saddlebrown {
  background-color: saddlebrown; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--salmon {
  background-color: salmon; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--sandybrown {
  background-color: sandybrown; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--seagreen {
  background-color: seagreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--seashell {
  background-color: seashell; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--sienna {
  background-color: sienna; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--silver {
  background-color: silver; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--skyblue {
  background-color: skyblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--slateblue {
  background-color: slateblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--slategray {
  background-color: slategray; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--slategrey {
  background-color: slategrey; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--snow {
  background-color: snow; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--springgreen {
  background-color: springgreen; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--steelblue {
  background-color: steelblue; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--tan {
  background-color: tan; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--teal {
  background-color: teal; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--thistle {
  background-color: thistle; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--tomato {
  background-color: tomato; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--turquoise {
  background-color: turquoise; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--violet {
  background-color: violet; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--wheat {
  background-color: wheat; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--white {
  background-color: white; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--whitesmoke {
  background-color: whitesmoke; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--yellow {
  background-color: yellow; }
select[data-listed][data-colour-swatch="true"] + .clickyboxes .opt--yellowgreen {
  background-color: yellowgreen; }

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

.swatch-option {
  position: relative;
  margin-left: 25px; }

.swatch-option__nugget {
  position: absolute;
  top: 50%;
  left: -18px;
  margin: -7px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: cover !important; }

.select2-selection .swatch-option--all {
  margin-left: 0; }

.breadcrumbs {
  padding-top: 15px;
  font-size: 0.8rem; }
  .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 {
    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; }
    .pagination li.active {
      background: #2e2e2e;
      color: white;
      box-shadow: inset 0 0 1px #2e2e2e; }
    .pagination li.pagination__button {
      box-shadow: inset 0 0 1px #2e2e2e; }
    .pagination li a {
      text-decoration: none;
      color: #352728;
      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: #2e2e2e;
      border-right-color: #2e2e2e;
      border-bottom-color: #2e2e2e;
      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 #2e2e2e;
      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; }

.quantity-adjuster {
  display: inline-flex;
  align-items: center; }

.quantity-adjuster__button {
  flex: 0 0;
  border: 1px solid rgba(53, 39, 40, 0.15);
  border-radius: 3px; }
  .quantity-adjuster__button .feather-icon {
    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; }

.currency-converter {
  position: relative;
  margin-right: 15px;
  margin-top: 3px;
  font-size: 0.8666rem; }

.currency-converter__selected {
  pointer-events: none;
  padding-right: 18px; }

.currency-converter__icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  pointer-events: none; }
  .currency-converter__icon .icon {
    width: 16px;
    height: 16px;
    vertical-align: top; }

.currency-converter__dropdown select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0; }

.shopify-challenge__container {
  padding: 30px 0; }

.carousel-prev {
  transition: opacity 250ms; }

.swiper-button-disabled {
  opacity: 0; }

@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; } }
/*================ SECTIONS ================*/
/*================ Announcement bar ================*/
.announcement-bar {
  text-align: center;
  padding: 7.5px 0;
  font-size: 0.8666rem; }
  .announcement-bar .page-width {
    background-color: transparent; }

/*================ Site Header ================*/
.page-header {
  background-color: white; }

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

.template-index .utils-bar {
  border-bottom: 0px; }

.utils-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(53, 39, 40, 0.15); }

.utils__center {
  flex-grow: 1;
  text-align: center;
  margin: 0 33px 0 0; }

/* 
.utils__left,
.utils__right {
  width: 33%;
} */
.utils__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }
  .utils__right a {
    color: #352728;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle; }
  .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: "\00b7";
        position: absolute;
        right: 2px;
        color: #352728; }

.quicklink__link {
  text-decoration: none;
  display: flex;
  align-items: center; }

.quicklink__icon,
.quicklink__content {
  color: #352728;
  font-size: 0.8666rem; }

.quicklink__content--mobile {
  display: none; }

.quicklink__content {
  margin-left: 10px;
  white-space: normal;
  text-align: left; }

.utils__left,
.utils__item,
.header-search-icon {
  transition: opacity 0.15s; }

.show-search .utils__left,
.show-search .utils__item:not(.header-search),
.show-search .header-search-icon {
  opacity: 0;
  pointer-events: none; }

.btn--menu {
  display: none; }

@media only screen and (max-width: 1023px) {
  .utils-bar {
    flex-wrap: wrap; }
    .utils-bar .quicklink__link {
      display: none; }

  .utils__center {
    /*     width: 100%;
        order: 3; */
    /*     margin: $single-padding / 2 0; */
    /*     flex-basis: 100%; */ }

  /*   .utils__left {
      width: auto;
      flex-grow: 1;
    } */
  .utils__right {
    /*     width: 200px; */ }

  .accounts--desktop,
  .currency-converter--desktop {
    display: none; }

  .btn--menu {
    display: block; }

  .currency-converter--mobile {
    display: inline-block;
    margin: -10px 0 10px; } }
@media only screen and (max-width: 559px) {
  .utils__center {
    margin-bottom: 0; } }
/*================ Logo ================*/
.store-logo {
  margin: 0; }

.site-logo {
  display: block;
  margin: 0 auto; }
  .site-logo img {
    display: block;
    width: 100%;
    margin: 0 auto; }

.site-logo--is-text {
  margin-top: -0.3em; }

.mobile-logo {
  display: none; }

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

  .mobile-logo {
    display: block; } }
/*================ Search ================*/
.search-bar {
  position: relative; }

.search-form__input {
  padding: 19px 200px 19px 60px;
  width: 100%;
  margin: 0; }
  .search-form__input:focus {
    outline: 0; }

.search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px; }

.search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  pointer-events: none; }

.header-search {
  /*   margin-left: $single-padding / 2; */ }

.header-close-search-icon {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 12px; }

/*  .utils__center
{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 100%;
} */
.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: 20px; }
  .header-search-form .search-btn {
    min-width: initial; }
  .show-search .header-search-form {
    opacity: 1;
    pointer-events: auto; }
  .header-search-form .search-form__input {
    padding: 14px 100px 14px 55px;
    background-color: white; }

.search-bar__results {
  display: none;
  padding: 30px;
  background: white;
  z-index: 5;
  text-align: left;
  border: 1px solid rgba(53, 39, 40, 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; }

.search-bar--has-results .search-bar__suggestions,
.search-bar--loading .search-bar__suggestions {
  display: none; }

.search-bar__suggestions:not(:last-child) {
  margin-bottom: 2em; }

.search-bar__suggestions__title {
  margin-bottom: 1em; }

.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-grow: 1; }
  .search-bar__results-products .mini-product {
    display: flex;
    color: inherit;
    text-decoration: none; }

.search-bar__results-pages {
  flex-shrink: 0;
  width: 180px; }

.search-bar__results-pages-title {
  margin-bottom: 0.5em; }

.search-bar__results-pages__link {
  display: block; }

.search-bar .search-bar__results-all-link {
  width: 100%;
  text-align: center;
  margin-bottom: -15px;
  text-decoration: underline;
  color: #c77e7a; }

@media only screen and (max-width: 1023px) {
  .header-search-form {
    width: calc(100% - 36px);
    right: 36px; } }
@media (max-width: 767px) {
  .header-search-form {
    width: calc(100% - 36px);
    right: 36px;
    pointer-events: none;
    box-shadow: none; }
    .header-search-form .search-form__input {
      position: relative;
      padding-left: 20px;
      border-radius: 3px;
      box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
      z-index: 10; }
    .header-search-form .search-icon {
      left: auto;
      right: 20px;
      z-index: 11; }
    .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% + 76px);
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-bottom: 1px solid rgba(53, 39, 40, 0.15);
    border-radius: 0; } }
/*================ Cart ================*/
.cart {
  margin-left: 15px; }

.cart-icon {
  color: #352728; }

.cart--show-indicator::after {
  content: '';
  position: absolute;
  background-color: #2e2e2e;
  box-shadow: 0 0 0 2px white;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  top: 5px;
  right: 0px;
  text-align: center;
  pointer-events: none; }

/*============== Newsletter ==============*/
.header-newsletter-form {
  background: white;
  padding: 45px 30px 30px; }

.page-footer {
  background-color: white; }

.footer-row {
  border-top: 1px solid rgba(53, 39, 40, 0.15);
  padding-top: 60px;
  padding-bottom: 30px; }
  .footer-row:after {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    height: 1px;
    /* background-color: $color-border; */
    /* CD */
    background-color: #e1bcac;
    /* CD */
    bottom: 5px;
    /* CD* */ }

.footer-row--left .footer-nav {
  margin-left: -20px; }

footer {
  width: 100%;
  display: block;
  padding-top: 30px;
  padding-bottom: 60px;
  flex-wrap: wrap; }
  footer .footer-links {
    width: 100%; }
  footer .cards {
    width: 100%;
    text-align: right;
    padding-top: 60px; }
  footer .payment-icon {
    height: 25px;
    width: 40px;
    margin-left: 4px; }

.small-nav__link,
.copyright-text a,
.powered-by a {
  color: inherit; }

.footer-links a,
.footer-nav__link,
.small-nav__link {
  text-decoration: none; }

.footer-subscribe {
  width: 33%;
  min-width: 330px;
  margin-right: 9%; }
  .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__email {
  padding: 14px 100px 14px 55px;
  width: 100%;
  margin: 0; }

.footer-subscribe__submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px; }

.small-nav__link,
.footer-nav__link {
  text-decoration: none; }

.footer-nav {
  flex-grow: 1; }

.footer-nav__item {
  margin-bottom: 5px; }

.footer-nav__link {
  color: #404040;
  display: inline-block;
  margin-left: 20px;
  position: relative; }
  .footer-nav__link::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #404040;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .3s; }
  .footer-nav__link:hover::after {
    opacity: 0.6; }

.footer-nav__link--top {
  margin-bottom: 10px; }

.footer-nav__item--with-children > .footer-nav__link {
  font-weight: bolder; }
  @media only screen and (max-width: 559px) {
    .footer-nav__item--with-children > .footer-nav__link {
      font-weight: 400; } }

.copyright-text,
.powered-by {
  display: block; }
  .copyright-text a,
  .powered-by a {
    text-decoration: none; }

.small-nav {
  flex-grow: 1;
  text-align: right;
  margin-bottom: 10px; }

.small-nav__item {
  display: inline-block;
  margin-left: 10px; }

.mobile-footer-accordion-chevron {
  display: none; }

@media only screen and (max-width: 960px) {
  .footer-row {
    flex-wrap: wrap;
    padding-top: 45px; }

  .footer-subscribe {
    margin: 0 0 60px;
    width: 100%; }

  .footer-row--left .footer-nav {
    margin-left: 0; }

  .footer-nav {
    margin-left: -20px; }

  .footer-links--small {
    flex-wrap: wrap;
    justify-content: flex-end; } }
@media only screen and (max-width: 559px) {
  .footer-row,
  .footer-links {
    flex-wrap: wrap; }

  .footer-row {
    padding-top: 5px;
    padding-bottom: 0; }
    .footer-row:not(.footer-row--mobile-border) {
      border-top: 0; }

  .footer-subscribe {
    margin-bottom: 30px;
    margin-right: 0;
    min-width: auto;
    padding-top: 30px; }

  .footer-nav {
    margin-left: 0;
    padding-top: 5px;
    border-top: 1px solid rgba(53, 39, 40, 0.15);
    color: #404040; }

  .footer-nav__item {
    margin: 5px 0;
    padding: 5px 0; }
    .footer-nav__item:not(:last-child):not(.footer-nav__subitem) {
      border-bottom: 1px solid rgba(53, 39, 40, 0.15); }

  /*li.footer-nav__item:nth-child(5) {
    border: inherit !important;
  }*/
  /* CD */
  .footer-nav__link {
    padding-left: 0;
    margin-left: 0; }

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

  .footer-social-icons {
    margin-top: 30px; }

  footer .cards {
    text-align: left;
    padding-top: 30px;
    margin-left: -4px; }

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

  .mobile-footer-accordion-chevron {
    display: block;
    border-left: 1px solid rgba(53, 39, 40, 0.15); }
    .mobile-footer-accordion-chevron .feather-chevron-down {
      margin: 0 15px 7px;
      transition: transform 0.15s; }
    .mobile-footer-accordion-chevron.accordion-open .feather-chevron-down {
      transform: rotate(180deg); }

  .footer-nav__submenu {
    display: none;
    width: 100%; } }
#shopify-section-banner .container {
  padding-bottom: 30px; }

.banner-section {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .banner-section .title {
    color: inherit; }

.banner-section--fixed-height {
  height: 0px; }
  .banner-section--fixed-height .banner-section__slideshow-column {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
    .banner-section--fixed-height .banner-section__slideshow-column .rimage-outer-wrapper {
      height: 100%; }

.banner-section__slideshow-column {
  width: 100%; }

.slideshow,
.slick-list,
.slick-track,
.slide,
.placeholder-svg {
  height: 100%; }

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

@media (max-width: 839px) {
  .banner-section {
    height: auto !important;
    padding: 0 !important; }
    .banner-section .overlay {
      padding: 10% 5%;
      width: 100%;
      text-align: center; }
      .banner-section .overlay .overlay__inner {
        width: 100%; }
    .banner-section .overlay--mobile-position-top {
      align-items: flex-start; }
    .banner-section .overlay--mobile-position-middle {
      align-items: center; }
    .banner-section .overlay--mobile-position-bottom {
      align-items: flex-end; }

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

  .one-quarter {
    width: 24% !important; } }
.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; } }
.willstagram {
  margin-left: -15px; }
  .willstagram.swiper-container {
    margin-left: 0; }
    .willstagram.swiper-container .willstagram__item {
      margin-left: 0;
      margin-bottom: 0; }

.instagram-slider-prev,
.instagram-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.instagram-slider-prev {
  left: -20px; }

.instagram-slider-next {
  right: -20px; }

.willstagram__item {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  width: calc(25% - 15px);
  vertical-align: top;
  margin-bottom: 15px; }

.willstagram__img {
  display: none; }

.willstagram__link {
  position: relative;
  display: block;
  padding-top: 100%;
  height: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .willstagram__link::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-instagram'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'%3E%3C/rect%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'%3E%3C/path%3E%3Cline x1='17.5' y1='6.5' x2='17.5' y2='6.5'%3E%3C/line%3E%3C/svg%3E") center center no-repeat;
    transition: opacity 250ms ease; }
  .willstagram__link:hover::after {
    opacity: 1; }

.willstagram[data-show-hover="true"] .willstagram__link::after {
  content: none; }

.willstagram-link-container,
.instagram-section__title {
  width: auto; }

.instagram-section__title {
  flex-grow: 1; }

.willstagram-link-container a {
  text-decoration: none;
  margin-bottom: 5px;
  display: block; }

@media only screen and (max-width: 768px) {
  .page-has-sidebar .willstagram__item {
    width: calc(50% - 15px); }

  .willstagram__item {
    width: calc(33.333% - 15px); } }
@media only screen and (max-width: 560px) {
  .willstagram {
    margin-left: -15px; }

  .willstagram__item {
    margin-left: 15px;
    width: calc(50% - 15px); }

  .willstagram__link::after {
    content: none; } }
@media only screen and (max-width: 559px) {
  .willstagram.swiper-container {
    margin-left: 0; }
    .willstagram.swiper-container .willstagram__item {
      margin-left: 0;
      margin-right: 15px;
      width: calc(50% - (15px / 2));
      width: 50%;
      min-width: 0; }
    .willstagram.swiper-container .instagram-slider-prev,
    .willstagram.swiper-container .instagram-slider-next {
      display: none; } }
.willstagram__overlay {
  display: none;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  opacity: 0;
  transition: opacity 250ms ease;
  flex-direction: column;
  padding: 30px;
  text-align: center; }
  .willstagram__overlay .willstagram__desc {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    overflow: hidden; }
    .willstagram__overlay .willstagram__desc svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .item--1 .willstagram__overlay .willstagram__desc svg rect, .item--1 .willstagram__overlay .willstagram__desc svg foreignObject, .item--4 .willstagram__overlay .willstagram__desc svg rect, .item--4 .willstagram__overlay .willstagram__desc svg foreignObject {
        height: 12em; }
      .item--2 .willstagram__overlay .willstagram__desc svg rect, .item--2 .willstagram__overlay .willstagram__desc svg foreignObject, .item--3 .willstagram__overlay .willstagram__desc svg rect, .item--3 .willstagram__overlay .willstagram__desc svg foreignObject, .item--5 .willstagram__overlay .willstagram__desc svg rect, .item--5 .willstagram__overlay .willstagram__desc svg foreignObject, .item--6 .willstagram__overlay .willstagram__desc svg rect, .item--6 .willstagram__overlay .willstagram__desc svg foreignObject {
        height: 4.4em; }
      @media (min-width: 1120px) {
        .item--2 .willstagram__overlay .willstagram__desc svg rect, .item--2 .willstagram__overlay .willstagram__desc svg foreignObject, .item--3 .willstagram__overlay .willstagram__desc svg rect, .item--3 .willstagram__overlay .willstagram__desc svg foreignObject, .item--5 .willstagram__overlay .willstagram__desc svg rect, .item--5 .willstagram__overlay .willstagram__desc svg foreignObject, .item--6 .willstagram__overlay .willstagram__desc svg rect, .item--6 .willstagram__overlay .willstagram__desc svg foreignObject {
          height: 5.6em; } }
      @media (min-width: 1300px) {
        .item--2 .willstagram__overlay .willstagram__desc svg rect, .item--2 .willstagram__overlay .willstagram__desc svg foreignObject, .item--3 .willstagram__overlay .willstagram__desc svg rect, .item--3 .willstagram__overlay .willstagram__desc svg foreignObject, .item--5 .willstagram__overlay .willstagram__desc svg rect, .item--5 .willstagram__overlay .willstagram__desc svg foreignObject, .item--6 .willstagram__overlay .willstagram__desc svg rect, .item--6 .willstagram__overlay .willstagram__desc svg foreignObject {
          height: 7.6em; } }
      @media (min-width: 1400px) {
        .item--2 .willstagram__overlay .willstagram__desc svg rect, .item--2 .willstagram__overlay .willstagram__desc svg foreignObject, .item--3 .willstagram__overlay .willstagram__desc svg rect, .item--3 .willstagram__overlay .willstagram__desc svg foreignObject, .item--5 .willstagram__overlay .willstagram__desc svg rect, .item--5 .willstagram__overlay .willstagram__desc svg foreignObject, .item--6 .willstagram__overlay .willstagram__desc svg rect, .item--6 .willstagram__overlay .willstagram__desc svg foreignObject {
          height: 8.6em; } }
  .willstagram__overlay .willstagram__likes {
    padding-top: 30px; }
  @media only screen and (min-width: 1024px) {
    .willstagram__overlay {
      display: flex; }
      .willstagram__item:hover .willstagram__overlay {
        opacity: 1; } }

.collection-list .subtitle {
  margin-bottom: 0;
  line-height: 1.6; }

.collection-list__container {
  width: calc(100% / 3);
  margin-bottom: 30px; }

.page-has-sidebar .collection-list__container {
  width: 50%; }

.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 rgba(53, 39, 40, 0.15);
  background-color: rgba(53, 39, 40, 0.15); }

.collection-list__block--featured-image {
  height: 100%;
  width: calc(70% - 1px); }

.collection-list__block--product-images {
  height: 100%;
  width: 30%; }

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

@media only screen and (max-width: 820px) {
  .collection-list__container {
    width: 50%; }

  .page-has-sidebar .collection-list__container {
    width: 100%; }

  .collection-list__block {
    height: 40vw;
    max-height: 320px; } }
@media only screen and (max-width: 560px) {
  .collection-list__container {
    width: 100%;
    margin-bottom: 30px; }

  .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: calc(100% / 3); }

@media only screen and (max-width: 1090px) {
  .page-has-sidebar .grid .mini-collection-list--block {
    width: 50%; } }
@media only screen and (max-width: 880px) {
  .grid .mini-collection-list--block {
    width: calc(100% / 3); } }
@media only screen and (max-width: 720px) {
  .grid .mini-collection-list--block {
    width: 50%; }

  .page-has-sidebar .grid .mini-collection-list--block {
    width: 100%; } }
@media only screen and (max-width: 560px) {
  .mini-collection-list .mini-collection-slider-prev,
  .mini-collection-list .mini-collection-slider-next {
    display: none; } }
@media only screen and (max-width: 490px) {
  .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; }

.testimonial {
  margin-bottom: 30px; }
  .testimonial .exp-tab-link {
    margin-bottom: 10px; }
  .sidebar-block .testimonial {
    margin-bottom: 0; }

.testimonial-block {
  width: calc(100% / 3); }

.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; }
    .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;
  margin-bottom: 30px; }
.featured-product .selector-wrapper select {
  width: 100%; }
.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; }
.featured-collection .carousel-prev {
  left: -50px; }
.featured-collection .carousel-next {
  right: -50px; }
.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) {
  .desktop-only {
    display: none !important; }

  .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::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.full-width-image .overlay {
  z-index: 2; }

.full-width-image .mobile-image {
  display: none; }

.full-width-image .small-title {
  font-family: "DM Sans", sans-serif; }

@media only screen and (max-width: 860px) {
  .page-has-sidebar .full-width-image .desktop-image {
    display: none; }

  .page-has-sidebar .full-width-image .mobile-image {
    display: block; } }
@media only screen and (max-width: 720px) {
  .full-width-image .desktop-image {
    display: none; }

  .full-width-image .mobile-image {
    display: block; }

  .full-width-image .large-title, .full-width-image .shopify-policy__title h1, .shopify-policy__title .full-width-image h1 {
    font-size: 1.2666rem; }
  .full-width-image .small-title {
    font-size: 1rem; } }
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.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--playing {
  opacity: 0 !important;
  pointer-events: none; }

.video-container__cover-title {
  position: absolute;
  left: 10%;
  bottom: 50%;
  width: 80%;
  margin-bottom: 15px;
  text-align: center;
  color: white;
  font-size: 2.2666rem;
  line-height: 1.4; }
  .video-container__cover-title + .video-container__play {
    margin-top: 15px; }
  @media only screen and (max-width: 559px) {
    .video-container__cover-title {
      font-size: 1.4666rem;
      margin-bottom: 10px; }
      .video-container__cover-title + .video-container__play {
        margin-top: 10px; } }

.video-container__play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  transition: transform 150ms; }
  .video-container__play svg {
    width: 60px;
    height: 60px;
    fill: transparent;
    stroke: white; }
    .video-container__play svg polygon {
      fill: white; }
  .video-container__play:hover {
    transform: scale(1.1); }
    .video-container__play:hover svg {
      fill: transparent; }
  @media only screen and (max-width: 559px) {
    .video-container__play {
      margin-left: -20px; }
      .video-container__play svg {
        width: 40px;
        height: 40px; } }

.logo-list .logo-list-slider-prev,
.logo-list .logo-list-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
.logo-list .logo-list-slider-prev {
  left: -20px; }
.logo-list .logo-list-slider-next {
  right: -20px; }
.logo-list .swiper-container .logo-block {
  padding-left: 0; }

.logo-list-container {
  display: flex; }

.logo-block {
  padding-left: 15px;
  margin-bottom: 15px;
  min-width: 120px; }

.logo-block__image {
  overflow: hidden; }
  .logo-block__image .rimage-outer-wrapper {
    transition: transform 0.15s; }

.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) {
  .utils__center {
    margin: 0 0 0 30px !important; }

  .logo-list .logo-block {
    width: 50%;
    min-width: 0; }
  .logo-list .logo-list-slider-prev,
  .logo-list .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%; } }
#shopify-section-password-template {
  min-height: 100vh;
  position: relative; }

.template-password {
  text-align: center; }
  .template-password #cboxContent {
    background-color: white;
    color: #352728; }
  .template-password .store-logo {
    margin: 30px auto 0; }

.password-page-container {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  height: 100%;
  padding: 60px; }

.password-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }
  .password-background-image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .password-background-image .rimage-background {
    height: 100%; }

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

.password-social-icons .social-links {
  justify-content: center;
  margin-top: 15px;
  flex-wrap: wrap; }
.password-social-icons .social-link,
.password-social-icons .social-custom__main {
  width: 32px;
  height: 32px;
  margin: 8px;
  border-radius: 50%;
  display: block;
  font-size: 16px; }
  .password-social-icons .social-link .icon,
  .password-social-icons .social-link img,
  .password-social-icons .social-custom__main .icon,
  .password-social-icons .social-custom__main img {
    margin-left: 0;
    margin-top: 4px; }

.password-footer {
  display: block;
  line-height: 1.5; }

.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 only screen and (max-width: 559px) {
  .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: 15px; }

  #password-login {
    max-width: 300px;
    padding: 60px 30px; } }
/*================ TEMPLATES ================*/
/*================ Giftcard Template ================*/
.template-giftcard {
  background: white;
  text-align: center;
  padding: 30px 0; }

.giftcard {
  margin: 30px 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: space-between;
  align-items: center;
  margin-top: 30px; }

/*================ 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; } }
.collection-template {
  padding-bottom: 30px; }
  .collection-template .product-grid {
    padding-top: 30px; }

.collection-template-container {
  display: flex;
  flex-wrap: wrap; }

.collection-row-header {
  width: 100%; }
  .collection-row-header .collection-title {
    margin-bottom: 30px; }
    .collection-row-header .collection-title.collection-title--with-description {
      margin-bottom: 15px; }
  .collection-row-header .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; }

.filter-bar {
  margin-top: 30px; }
  .filter-bar .collection-filter {
    width: 180px; }
    .filter-bar .collection-filter:not(.collection-sort) {
      margin-right: 10px; }
    .filter-bar .collection-filter .select2-container {
      min-width: 100%; }

.collection-filter-control {
  display: none; }

@media screen and (max-width: 840px) {
  .collection-filter-control {
    display: block;
    margin-left: auto;
    margin-bottom: 10px; }

  .collection-filter-control {
    display: flex; }

  .collection-filter-btn {
    flex: 1 1 100%;
    padding: 15px;
    border: 1px solid #c2bebe;
    background-color: #ebebeb;
    border-radius: 3px;
    transition: background-color 0.15s; }
    .collection-filter-btn:not(:last-child) {
      width: 50%;
      border-right: none;
      border-radius: 3px 0 0 3px; }
    .collection-filter-btn:last-child:not(:first-child) {
      border-radius: 0 3px 3px 0; }
    .show-filters .collection-filter-btn, .show-sort .collection-filter-btn {
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }

  .show-filters .collection-filter-btn[data-collection-filter-reveal="filters"],
  .show-sort .collection-filter-btn[data-collection-filter-reveal="sort"] {
    background: transparent;
    border-bottom-color: transparent; }

  .filter-bar {
    display: none; }
    .show-filters .filter-bar, .show-sort .filter-bar {
      display: block;
      position: relative;
      z-index: 1;
      margin: -10px 0 10px;
      padding: 20px;
      background: white;
      border: 1px solid #c2bebe;
      border-top: none;
      border-radius: 0 0 3px 3px; }
    .show-filters .filter-bar .collection-sort {
      display: none; }
    .show-sort .filter-bar .collection-filters {
      display: none; }
    .filter-bar .collection-filters {
      width: 100%; }
    .filter-bar .collection-filter {
      width: 100%; }
      .filter-bar .collection-filter:not(:last-child) {
        margin-bottom: 20px; }
      .filter-bar .collection-filter:not(.collection-sort) {
        margin-right: 0; } }
@media screen and (max-width: 700px) {
  .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; }

.story-page {
  padding-bottom: 30px; }

.story-page__rte-content--empty {
  margin-top: -30px; }

.cart-items__header {
  display: flex;
  border-bottom: 1px solid rgba(53, 39, 40, 0.15); }
  .cart-items__header .cart-column {
    padding-bottom: 0.5em; }
  @media only screen and (max-width: 1023px) {
    .cart-items__header {
      display: none; } }

.cart-item {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(53, 39, 40, 0.15); }

.cart-column--image {
  margin-right: 30px;
  width: 150px; }
  @media only screen and (max-width: 1023px) {
    .cart-column--image {
      margin-right: 15px; } }
  @media only screen and (max-width: 559px) {
    .cart-column--image {
      width: 80px;
      flex-shrink: 0; } }

.cart-column--detail {
  flex-grow: 1;
  display: flex; }
  @media only screen and (max-width: 1023px) {
    .cart-column--detail {
      flex-direction: column; } }

.cart-column--title-and-price {
  flex-grow: 1; }
  @media only screen and (max-width: 1023px) {
    .cart-column--title-and-price {
      margin-bottom: 15px; } }

.cart-column--quantity {
  width: calc(56px + 3em);
  text-align: center; }
  @media only screen and (max-width: 1023px) {
    .cart-column--quantity {
      display: flex;
      flex-wrap: wrap;
      white-space: nowrap;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .cart-column--quantity .cart-remove {
        margin: 0 0 0 30px; } }

.cart-column--total {
  width: 150px;
  margin-left: 30px;
  text-align: right; }
  @media only screen and (max-width: 1023px) {
    .cart-column--total {
      display: none; } }
  .cart-column--total .product-price {
    color: inherit; }

.cart-remove {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none; }
  @media only screen and (max-width: 1023px) {
    .cart-remove {
      display: block;
      margin-right: 20px; } }

.cart-remove__text {
  text-decoration: underline;
  vertical-align: middle; }

.cart-subtotal-row {
  display: flex;
  justify-items: stretch;
  align-items: baseline; }

.cart-subtotal-wrapper {
  flex-grow: 1;
  text-align: right; }

.cart-checkout-button, .checkout-order-info {
  min-width: calc(33% - 60px); }
  @media only screen and (max-width: 1023px) {
    .cart-checkout-button, .checkout-order-info {
      width: 100% !important; } }

.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: 60px; }

@media only screen and (max-width: 559px) {
  .shipping-calculator-form {
    flex-direction: column; }
    .shipping-calculator-form .field {
      width: 100%;
      margin: 15px 0; } }
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none; }

ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer; }

ul.tabs li.current {
  background: #ededed;
  color: #222; }

.tab-content {
  display: none;
  background: #ededed;
  padding: 15px; }

.tab-content.current {
  display: inherit; }

.stamped-review-header .stamped-verified-badge[data-type=buyer][data-verified-label]:after {
  content: ' Verified Buyer \e904' !Important;
  font-family: stamped-font, Open Sans;
  word-spacing: -2px; }

.ac-label {
  font-weight: 700;
  position: relative;
  padding: .5em 1em;
  margin-bottom: .5em;
  display: block;
  cursor: pointer;
  background-color: whiteSmoke;
  transition: background-color .15s ease-in-out; }

.ac-input:checked + label, .ac-label:hover {
  background-color: #999; }

.ac-label:after, .ac-input:checked + .ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  line-height: 2.25em;
  text-align: center;
  background-color: #e5e5e5;
  transition: background-color .15s ease-in-out; }

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
  background-color: #b5b5b5; }

.ac-input:checked + .ac-label:after {
  content: "-"; }

.ac-input {
  display: none; }

.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: .5em;
  transition: opacity .5s ease-in-out;
  overflow: hidden; }

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
  opacity: 1;
  height: auto; }

.ac-sub .ac-label {
  background: none;
  font-weight: 600;
  padding: .5em 2em;
  margin-bottom: 0; }

.ac-sub .ac-label:checked {
  background: none;
  border-bottom: 1px solid whitesmoke; }

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: none; }

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: none; }

.ac-sub-text {
  padding: 0 1em 0 2em; }

.ac-input ~ .ac-text, .ac-sub .ac-input ~ .ac-sub-text {
  opacity: 0; }

.item1 {
  width: 33.33% !important;
  float: left;
  text-align: center; }

/* span.stamped-product-reviews-badge.stamped-main-badge {
width:50%; 
float:right;}
 */
.product-price--large {
  font-size: 1.2666rem;
  line-height: 1.2;
  /*     margin-bottom: 30px; */
  width: 50%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 15px 0px;
  color: #000;
  float: left; }

.stamped-product-reviews-badge.stamped-main-badge {
  width: 50%;
  float: right;
  padding: 15px 0px; }

section.page-footer.page-width, div#shopify-section-footer {
  background: #ffd7c3 !important; }

/* Accordion CSS */
.mb-0 > a {
  display: block;
  position: relative; }

.mb-0 > a:after {
  content: "\f067";
  /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  -webkit-text-stroke: 2px #ffd7c3; }

.mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  /* fa-chevron-up */
  -webkit-text-stroke: 2px #ffd7c3; }

.refund-accordion .mb-0 > a:after {
  -webkit-text-stroke: inherit !important; }

.refund-accordion .mb-0 > a[aria-expanded="true"]:after {
  -webkit-text-stroke: inherit !important; }

.card-header h5, .card-sub-header h5 {
  font-size: 14px; }

.card-body h5 {
  font-size: 14px; }

.card-header {
  background: #ffd1c7 !important; }

.card-sub-header {
  background: #fbe0db !important;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0; }

.card {
  border-radius: 0px !important;
  border-left: 1px solid #000;
  border-radius: 0.25rem;
  border-right: 1px solid #000;
  border-top: 1px solid;
  border-bottom: 0px; }

.card-header:first-child {
  border-radius: 0px !important; }

.card.last {
  border-bottom: 1px solid #000; }

.card-header {
  border-bottom: 0px !important; }

#accordion-1 .card:last-child {
  border-bottom: 1px solid #000; }

div#shopify-section-product-before-after {
  background: #fcf1e0;
  padding: 40px 0px !important;
  margin: 20px 0px; }

@media only screen and (max-width: 559px) {
  .shopify-payment-button {
    width: 100%; } }
.slider-below-section {
  padding: 10px 0px;
  margin: 0 auto;
  text-align: center; }

/* HOMEPAGE */
.shop-mask-btn {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  /*text-transform: uppercase; */
  border-radius: 50px;
  color: #352728;
  background: #ffd1c7;
  border-color: #ffd1c7;
  margin-top: 20px;
  box-shadow: 5px 6px 4px #ebe1d1;
  font-style: normal; }

.icon-image-wrapper {
  height: 110px;
  align-items: center;
  display: flex;
  flex-direction: column-reverse; }

.icon-text {
  font-size: 16px;
  color: #352728;
  font-weight: 600;
  margin-top: 20px; }

.image-beside-text__image, .image-beside-text__text {
  margin-bottom: 0px !important; }

.section-title {
  font-size: 28px;
  font-weight: 700; }

@media screen and (max-width: 768px) {
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important; } }
@media only screen and (min-width: 1224px) {
  .about-section.center {
    margin: 0 auto;
    width: 1140px;
    background: inherit; } }
[data-widget-type=minimal] .stamped-review-content {
  margin: 0px !important; }

.slider-below-section {
  background-color: #fef1de; }

.shopify-payment-button {
  display: none; }

.styled-dropdown--label-inside {
  width: 100%; }

.product-features {
  float: left !important; }

.before-after-content h3 {
  font-size: 28px; }

.bf-content strong {
  font-size: 17px; }

h1, h1.standard-title, .product-reviews-manager h1.spr-header-title {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 10px; }

.footer-row {
  border-top: 0px !important; }

footer .cards {
  padding-top: 0px; }

.utils-bar {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.row-single-space {
  margin: 20px 0px 10px 0px; }

.more-info-btn {
  /*     font-size: 22px; */
  font-size: 18px;
  text-align: center;
  /*     font-weight: bold;
      
      border-radius: 50px;
      color: #000;
      background: #fff ;
      border-color: #ffd1c7;
      box-shadow: 5px 6px 4px #ebe1d1;
  	 */
  background-color: transparent;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  transition: background-color 0.15s,color 0.15s; }

.home-addtocart-btn {
  font-size: 18px;
  /*   font-size:22px; */
  /*     font-weight: bold; */
  text-align: center;
  /*     border-radius: 50px;
      color: #352728;
      background: #ffd1c7 ;
      border-color: #ffd1c7;
      box-shadow: 5px 6px 4px #ebe1d1;
     */
  background-color: transparent;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  transition: background-color 0.15s,color 0.15s; }

footer {
  padding-bottom: 30px !important; }

ul.breadcrumbs {
  display: none; }

.stamped-badge {
  display: grid;
  text-align: center; }

.home-product-desc {
  font-size: 16px !important; }

.password-login-link {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important; }

h2.large-title.large-row.password-page-content {
  font-size: 35px; }

.buttons_added input#Quantity {
  max-width: 30% !important; }

.quantity.buttons_added {
  width: 40% !important;
  float: left; }

.product-addtocart-btn {
  margin-top: 2px !important; }

#stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-image, #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-product-title {
  display: none !important; }

div#stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message, div#stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-author {
  margin-left: 0 !important; }

div#stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-author:after {
  content: ' \e904 Verified Buyer';
  font-family: stamped-font,'Open Sans' !Important;
  color: #1dc285 !important; }

@media only screen and (max-width: 1023px) {
  a.overlay__cta:hover {
    color: #000; }

  .product-final-right {
    position: relative !important; }

  .mobile-only {
    display: block !important; }

  .rimage-wrapper img {
    width: 90px; }

  .doubly-wrapper {
    position: fixed;
    bottom: 80px;
    left: 0px;
    z-index: 9999; }

  ul.main-nav li.main-nav__item:first-child, ul.main-nav li.main-nav__item:nth-child(3) {
    background: #ffd1c7 !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2px 0 !important; }

  ul.main-nav li.main-nav__item:nth-child(2) {
    background: #ffd1c7 !important;
    padding: 2px 20px; }

  ul.main-nav li.main-nav__item:nth-child(2) a {
    color: #000 !important;
    padding: 5px 0px !important; }

  ul.main-nav li.main-nav__item:first-child a, ul.main-nav li.main-nav__item:nth-child(3) a {
    padding: 5px 20px !important;
    color: #000 !important; }

  ul.main-nav:after {
    content: "georgiemane";
    position: absolute;
    bottom: 80px;
    right: 0;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 700; }

  ul.main-nav:before {
    content: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/Screen_Shot_2019-09-10_at_4.34.39_pm_240x.png);
    zoom: 27%;
    text-align: center; } }
@media only screen and (max-width: 1023px) {
  .main-nav {
    margin-top: 5px !important; } }
@media only screen and (min-width: 768px) {
  /*.main-nav li.main-nav__item:nth-child(n+4) {
      display: none !important;
  }*/ }
/* @media only screen and (min-width:1024px) {
  .utils__right {
position:absolute;
right:0;
}
} */
.row-double-space-padding {
  padding: 30px 0px; }

/* tab content  CSS */
.tabbed-content {
  background: #fff;
  box-shadow: 1px 1px 6px #ccc;
  max-width: 1140px;
  padding: 1em;
  margin: 1em auto; }

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold; }

.tabs ul li {
  background: #eee; }

.tabs ul li a {
  padding: .5em 1em; }

.tabs ul li a:hover, .tabs ul li a.active {
  background: #444;
  color: #eee; }

.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #ffd1c7;
  padding: .5em;
  display: block;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-top: 1px solid #000; }

.item.active::before {
  background: #444;
  color: #eee; }

.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

@media all and (min-width: 800px) {
  .item.active .item-content {
    padding-top: 0; }

  /*   .tabs-side .tabs li {
      margin-bottom: 2px;
    } */ }
/*
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none; }

.tabbed-content .item {
  min-height: 2em; }

.tabbed-content .item::before {
  content: attr(data-title); }

.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0; }

.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto; }

@media all and (min-width: 800px) {
  .tabbed-content .tabs {
    display: block; }

  .tabbed-content .tabs li {
    display: inline-block; }

  .tabbed-content .tabs li a {
    display: block; }

  .tabbed-content .item {
    min-height: 0; }

  .tabbed-content .item::before {
    display: none; }

  .tabbed-content.tabs-side .tabs {
    width: 150px;
    float: left; }

  .tabbed-content.tabs-side .tabs li {
    display: block; }

  .tabbed-content.tabs-side .item {
    margin-left: 150px; } }
.section-benefits .column {
  width: 25%; }

.section-benefits {
  display: flex;
  flex-flow: wrap; }

.product-features img {
  width: 70px; }

@media all and (max-width: 800px) {
  .section-benefits .column {
    width: 50%; }

  .product-features img {
    width: 70px; }

  .tabbed-content {
    box-shadow: none !important;
    padding: 0px !important;
    margin: inherit !important; }

  .item:last-child:before {
    border-bottom: 1px solid #000; }

  .tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000; } }
.form-row {
  margin: 0px !important; }

@media only screen and (max-width: 559px) {
  .product-form .btn, .product-form .shopify-payment-button__button {
    min-height: 35px !important; }

  /*   input{ padding:9px !important; margin:0px !important;} */
  .stamped-summary-photos {
    display: none !important; }

  #shopify-section-footer input#mailinglist_email {
    padding-left: 55px !important; } }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important; }

input[type=number] {
  text-align: center; }

.item-header {
  background: #ffd1c7;
  padding: 10px; }

.item-content {
  padding: 20px; }

@media only screen and (min-width: 800px) {
  .subscribe-main-section {
    position: relative; }

  .product-final-right {
    position: sticky !important;
    top: 100px;
    float: right;
    z-index: 11; }

  #10-minute-hair-mask .product-final-right {
    top: 0px; }

  #accordion {
    width: 500px;
    margin: 0 auto; }

  .prodcut-desc-box {
    width: auto;
    display: block !important;
    position: relative;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset; } }
.prodcut-desc-box {
  display: none; }

div#accordion-2 .card:last-child, div#accordion-5 .card:last-child, #accordion-6 .card:last-child, #shopify-section-product-money-back .card:last-child {
  border: 1px solid #000; }

.how-section img {
  width: 80px; }

.input-wrapper {
  width: 100%;
  margin-bottom: 20px; }

/* 404 Page CSS */
.four-o-four {
  font-size: 12rem;
  font-weight: 700; }

.four-o-four {
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/t/2/assets/error-bg.png) no-repeat center;
  background-size: 185px; }

.step1 ul li, .step2 ul li, .step3 ul li {
  list-style: none !important; }

.step1 ul li:before {
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/t/2/assets/select-icon.png) no-repeat;
  content: "";
  padding: 20px;
  background-size: 100%;
  margin-right: 20px; }

.step2 ul li:before {
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/t/2/assets/cart-icon.png) no-repeat;
  content: "";
  padding: 16px;
  background-size: 100%;
  margin-right: 20px; }

.step3 ul li:before {
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/t/2/assets/shoping-bag_small.png) no-repeat;
  content: "";
  padding: 20px;
  margin-right: 20px; }

/* Shipping page CSS */
.shipping-accordion ul {
  list-style: none !important; }

.shipping-accordion ul li:before {
  content: "\2022";
  color: #ffd1c7;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.shipping-accordion .card:last-child {
  border-bottom: 1px solid #000; }

/* .shipping-accordion #heading-1 .mb-0 > a:after {
      content: "";
    background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/t/2/assets/australia-flag.png) no-repeat;
    width: 35px;
    height: 25px;
    top: -2px;
  	left:65px;
    background-size: 100%;
}

.shipping-accordion #heading-2 .mb-0 > a:after {
      content: "";
    background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/t/2/assets/usa-flag.png) no-repeat;
    width: 35px;
    height: 25px;
    top: -2px;
    background-size: 100%;
  	left:95px;
}

.shipping-accordion #heading-3 .mb-0 > a:after {
      content: "";
    background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/t/2/assets/canadaflag.png) no-repeat;
    width: 35px;
    height: 25px;
    left: 55px;
    top: -2px;
    background-size: 100%;
}  */
/* 
.shipping-accordion #heading-4 .mb-0 > a:after {
      content: "";
    background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/world.png) no-repeat;
    width: 35px;
    height: 25px;
    top: -2px;
  	left:90px;
    background-size: 100%;
}
.shipping-accordion #heading-5 .mb-0 > a:after {
      content: "";
    background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/nz.png) no-repeat;
    width: 35px;
    height: 25px;
  	left:90px;
    top: -2px;
    background-size: 100%;
}
.shipping-accordion #heading-6 .mb-0 > a:after {
      content: "";
    background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/uae.png) no-repeat;
    width: 35px;
    height: 25px;
    top: -2px;
  	left:145px;
    background-size: 100%;
}
.shipping-accordion #heading-7 .mb-0 > a:after {
      content: "";
    background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/uk.png) no-repeat;
    width: 35px;
    height: 25px;
    top: -2px;
  	left:110px;
    background-size: 100%;
}
.shipping-accordion #heading-8 .mb-0 > a:after {
      content: "";
    background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/europ.png) no-repeat;
    width: 35px;
    height: 25px;
  	left:55px;
    top: -2px;
    background-size: 100%;
} */
#accordion-ship #heading-ship-4 .mb-0 > a:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/aus-icon.png) no-repeat;
  width: 35px;
  height: 25px;
  top: -2px;
  left: 65px;
  background-size: 100%; }

#accordion-ship #heading-ship-5 .mb-0 > a:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/newzeland-flag.png) no-repeat;
  width: 35px;
  height: 25px;
  left: 90px;
  top: -2px;
  background-size: 100%; }

#accordion-ship #heading-ship-0 .mb-0 > a:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/usa-icon.png) no-repeat;
  width: 35px;
  height: 25px;
  top: -2px;
  background-size: 100%;
  left: 95px; }

#accordion-ship #heading-ship-1 .mb-0 > a:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/canada-icon.png) no-repeat;
  width: 35px;
  height: 25px;
  left: 55px;
  top: -2px;
  background-size: 100%; }

#accordion-ship #heading-ship-2 .mb-0 > a:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/uk.png) no-repeat;
  width: 35px;
  height: 25px;
  top: -2px;
  left: 110px;
  background-size: 100%; }

#accordion-ship #heading-ship-7 .mb-0 > a:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/uae.png) no-repeat;
  width: 35px;
  height: 25px;
  top: -2px;
  left: 145px;
  background-size: 100%; }

#accordion-ship #heading-ship-3 .mb-0 > a:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/europ.png) no-repeat;
  width: 35px;
  height: 25px;
  left: 55px;
  top: -2px;
  background-size: 100%; }

#accordion-ship #heading-ship-8 .mb-0 > a:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/world.png) no-repeat;
  width: 35px;
  height: 25px;
  top: -2px;
  left: 90px;
  background-size: 100%; }

#accordion-ship #heading-ship-6 .mb-0 > a:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0033/7824/9774/files/asia-flag.png) no-repeat;
  width: 35px;
  height: 25px;
  top: -2px;
  left: 35px;
  background-size: 100%; }

/* FAQ page CSS */
.faq-accordion ul {
  list-style: none !important; }

.faq-accordion ul li:before {
  content: "\2022";
  color: #ffd1c7;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.faq-accordion .card:last-child {
  border-bottom: 1px solid #000; }

.header-search.utils__item {
  margin-left: 12px !important;
  z-index: 99; }

select.currency-switcher {
  margin: 0px;
  position: relative;
  top: auto;
  /* background: #eed2c4; */
  /* color: white; */
  border-radius: 25px;
  border: 1px solid #F79DC4;
  padding: 5px 11px;
  outline: none; }

@media only screen and (min-width: 800px) {
  p.subscribe-content {
    /*   	width: 60%; */
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px 41px 0px; }

  #shopify-section-product-before-after {
    display: none; } }
#account .row {
  display: block !important; }

.testi-content-block legend {
  width: auto !important;
  font-weight: bold;
  color: black;
  padding: 0px 20px; }

@media only screen and (max-width: 800px) {
  div#shopify-section-testimonials {
    display: none; }

  .section-product-before-after .slick-dots li.slick-active button {
    background: #000; }

  .section-product-before-after .slick-dots li button {
    border: 1px solid #000; }

  .section-product-before-after .overlay {
    position: relative !important; }

  .about-us-box-mobile {
    margin-bottom: 20px;
    display: block; } }
div#shopify-section-testimonials {
  background: #fcf1e0;
  padding: 40px 0px !important;
  margin: 20px 0px; }

.product-block__title.testi-content-block p {
  text-align: center;
  color: #000 !important; }

fieldset {
  border: 1px solid #000;
  border-radius: 0px; }

.error_cta_btn {
  font-size: 18px !important; }

.guarantee-accordion {
  border-bottom: 1px solid #000 !important; }

.refund-accordion .card:last-child {
  border-bottom: 1px solid #000; }

.refund-accordion .card-header {
  background: #bde4df !important; }

.subscribe-accordion {
  width: 100%; }

.slider-chevron img {
  width: 40px; }

.carousel-prev .slider-chevron img {
  transform: rotate(180deg); }

.about-us-box-mobile legend {
  width: auto !important;
  font-weight: bold;
  color: #ffd1c7 !important;
  padding: 0px 20px;
  margin-bottom: 0px; }

.before-after-content .product-block__image {
  background: transparent; }

/* #subscribe-and-save .stamped-product-reviews-badge.stamped-main-badge {
width:100%;
float:left;
}

#subscribe-and-save .product-price--large {
display:none;} */
.mobile-only {
  display: none; }

/* Slider CSS */
.banner-title {
  text-align: center;
  font-size: 50px;
  line-height: 50px; }

.banner-subtitle {
  text-align: center;
  font-size: 18px;
  color: #352728;
  font-weight: 500; }

span.rc_label__frequency {
  font-size: 13px !important;
  text-transform: lowercase; }

label.rc_label__deliver_every {
  padding: 0px 0 0 23px !important; }

label.rc_label.rc_label__deliver_every {
  line-height: 20px !important; }

/* #subscribe-and-save .rc_block.rc_block__type.rc_block__type__onetime {
display:none;
} */
.subscribe-pg-title legend {
  width: auto !important;
  font-weight: bold;
  color: #000 !important;
  padding: 0px 20px;
  text-align: center;
  font-size: 30px; }

/* .subscribe-pg-title {
margin-bottom:30px;
}
 */
/* Header CSS */
#shopify-section-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  background: #fff; }

/* .product-final-left {
margin-top:160px;} */
#subscribe-and-save .main-nav-bar {
  border-bottom: 0px !important; }

#subscribe-and-save .product-price--large {
  margin-bottom: 0px !important; }

a.rc_popup__hover, div.rc_popup__hover {
  height: auto !important; }

.product-final-right div#rc_container {
  margin-bottom: 0.1rem !important; }

/* Css for the subscribe page */
/* div#rc_autodeliver_options {
    display: none;
}
 */
/* .rc_popup {
    display: none !important;
} */
/* label.rc_label.rc_label__autodeliver {
    font-style: italic !important;
    font-size: 15px !important;
}
 */
/* FAQ CSS */
.faq-accordion, .refund-accordion {
  width: 100% !important; }

/* Shipping CSS */
.shipping-accordion {
  width: 100% !important; }

.shipping-title {
  background: #fff5f2;
  border-radius: 10px;
  padding: 0px 10px;
  font-style: italic; }

.shipping-content {
  font-size: 17px !important;
  text-align: center; }

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

p.afterpay-paragraph {
  display: inline-block !important; }

.afterpay-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px; }

.afterpay-info p {
  margin: 0px !important; }

.cart-variant {
  display: none; }

/* CSS for hiding the nested accordion in the inside pages */
#returns div#shopify-section-product-money-back > .card {
  border: 0px !important; }

#returns div#shopify-section-product-money-back > .card .card-header {
  display: none; }

#returns div#collapse-6 > .card-body {
  padding: 0px; }

#returns #heading-6 {
  display: none; }

/* Shipping */
#shipping div#shopify-section-product-shipping > .card {
  border: 0px !important; }

#shipping div#shopify-section-product-shipping > .card .card-header {
  display: none; }

#shipping div#collapse-5 > .card-body {
  padding: 0px; }

#shipping #heading-5 {
  display: none; }

.insidepg-title {
  text-align: center;
  text-transform: lowercase; }

#collapse-6-1 img, #collapse-6-2 img {
  display: none; }

#shopify-section-product-shipping .card-body p {
  text-align: center; }

/* #shopify-section-product-shipping #collapse-5-3 .card-body p:first-child {
    background: #fff5f2;
    border-radius: 10px;
    font-style: italic;
} */
/* Slider CSS */
span.Typewriter__wrapper {
  font-size: 3rem;
  color: #482e2e; }

.Typewriter__cursor {
  font-size: 3rem;
  color: black; }

.overlay.home-banner-overlay {
  position: absolute;
  top: 70px;
  left: 0;
  padding: 5%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: inherit !important;
  bottom: inherit !important; }

.hb_overlay_inner h2 {
  text-align: center;
  color: #000; }

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

.hb_overlay_inner h2 {
  text-shadow: 0.0px 10.0px 0.02px #ffe6e6, 9.8px 2.1px 0.02px #ffe6e6, 4.2px -9.1px 0.02px #ffe6e6, -8.0px -6.0px 0.02px #ffe6e6, -7.6px 6.5px 0.02px #ffe6e6, 4.8px 8.8px 0.02px #ffe6e6, 9.6px -2.8px 0.02px #ffe6e6, -0.7px -10.0px 0.02px #ffe6e6, -9.9px -1.5px 0.02px #ffe6e6, -3.5px 9.4px 0.02px #ffe6e6, 8.4px 5.4px 0.02px #ffe6e6, 7.1px -7.0px 0.02px #ffe6e6, -5.4px -8.4px 0.02px #ffe6e6, -9.4px 3.5px 0.02px #ffe6e6, 1.4px 9.9px 0.02px #ffe6e6;
  font-size: 6em;
  line-height: 70px; }

#app {
  text-align: center; }

.btn-banner {
  background-color: #fff;
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  transition: background-color 0.15s,color 0.15s;
  overflow: hidden;
  -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.35);
  border-radius: 0px !important;
  padding: 3px 15px;
  margin-top: 30px; }

@media screen and (max-width: 560px) {
  div#app:before {
    font-size: 2.3em !important; }

  .icon-image-wrapper {
    height: auto; }

  .blue-afterpay, .blue-shipping {
    margin-bottom: 25px; }

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

  h1.contactpg-title {
    font-size: 22px !important; }

  .contact-page-form [type="submit"] {
    font-size: 16px; }

  .hb_overlay_inner h2 {
    font-size: 4.5em;
    line-height: 50px;
    padding-left: 0px; }

  .overlay.home-banner-overlay {
    padding: 2%;
    top: 0px; }

  .Typewriter__cursor, span.Typewriter__wrapper {
    font-size: 2.3em; }

  .hb_overlay_inner {
    height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

  .btn-banner {
    background: #000;
    color: #fff !important;
    font-size: 2.5em;
    margin-bottom: 35px; }

  .btn-banner:active, .btn-banner:focus {
    background: #f9d6d9 !important;
    color: #482e2e !important; } }
@media screen and (min-width: 561px) and (max-width: 800px) {
  .hb_overlay_inner h2 {
    font-size: 5em;
    line-height: 65px;
    padding-left: 0px; }

  .overlay.home-banner-overlay {
    padding: 5% 5% 0 5%;
    top: 0px; }

  .Typewriter__cursor, span.Typewriter__wrapper {
    font-size: 2.3em; }

  .hb_overlay_inner {
    padding: 10px 0 0 0;
    height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

  .btn-banner {
    background: #f9d6d9;
    font-size: 2.5em;
    margin-bottom: 35px; } }
div#app:before {
  content: "repair ";
  font-size: 3rem;
  color: #482e2e; }

#app {
  margin-bottom: 50px; }

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .hb_overlay_inner {
    text-align: left;
    width: 35% !important; }

  .hb_overlay_inner h2 {
    font-size: 5em;
    line-height: 60px;
    padding-left: 0px; }

  .overlay.home-banner-overlay {
    padding: 5% 5% 0 5%;
    top: 0px; }

  .Typewriter__cursor, span.Typewriter__wrapper {
    font-size: 3em; }

  #app {
    margin-bottom: 20px; }

  .btn-banner {
    font-size: 3em; } }
@media (max-width: 839px) {
  .banner-overlay {
    padding: 1% 5% !important; }

  div#app {
    margin-top: 30px;
    margin-bottom: 15px; } }
ul.main-nav li a {
  /* font-weight: bold; */
  color: #000; }

@media screen and (min-width: 1024px) {
  .scrolled .utils-bar {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .hb_overlay_inner {
    width: 40%; } }
.home-product-icon {
  display: inline-block;
  padding: 20px 0px;
  width: 100%; }

.large-title, .shopify-policy__title h1 {
  text-align: center; }

@media only screen and (min-width: 800px) {
  .subscribe-accordion {
    width: 100% !important; } }
.desktop-subscribe-desc {
  margin-top: 20px; }

.rc_popup__hover {
  margin-bottom: 15px; }

.custom-rechaged-content {
  display: inline-block;
  margin-bottom: 15px;
  background: #fff2d4;
  width: 100% !important;
  line-height: 15px;
  padding: 5px 19px;
  font-size: 15px; }

.custom-rechaged-content p {
  text-align: left !important; }

#subscribe-and-save .rc_popup {
  display: none; }

.subscribe-save-right-section h2 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 3px; }

/* Contact page CSS  */
.contact-page-form .input-wrapper input, .contact-page-form .input-wrapper textarea, .contact-page-form .input-wrapper select {
  padding-top: inherit !important;
  background: #fff2d4;
  color: #707070;
  opacity: 0.7;
  border: 1px solid #f2d0c2;
  border-radius: 15px;
  padding: 10px 10px !important; }

.contact-page-form .input-wrapper {
  margin-bottom: 10px !important; }

.contact-page-form input[type=number] {
  text-align: inherit !important; }

.contact-page-form [type="submit"] {
  color: #fff;
  border-radius: 15px;
  background-color: #f2d0c2;
  border: 1px solid #696969;
  margin-top: 10px !important;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700; }

.contact-page-form .form-control:focus {
  border-color: #f2d0c2 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

h1.contactpg-title {
  font-size: 30px; }

.announcement-bar__content {
  font-size: 14px; }

#MainContent {
  margin-top: var(--header-height) !important; }

.scrolled #shopify-section-header {
  /*   top:-59px; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.scrolled .utils-bar {
  border: 0px !important; }

a.overlay__cta:hover {
  color: #fbd7d9; }

.template-search form {
  width: 100%; }

.rc_popup__block__footer {
  display: none !important; }

p.shpping-duration {
  margin: 0px; }

p.shpping-type {
  font-size: 13px;
  margin: 0px; }

.overlay {
  opacity: 0; }

.overlay {
  opacity: 1;
  transition: opacity 5s ease-in; }

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

.checkout-order-info {
  width: calc(33% - 60px);
  text-align: center;
  display: inline-block; }

.backorder {
  display: none !important; }

@media (max-width: 839px) {
  .refund-wrapper {
    flex-direction: column; }

  #shopify-section-product-before-after .banner-section .overlay {
    padding: 2% 10% !important; }

  .product-features p {
    font-size: 12px; } }
#shopify-section-product-feature .card-body {
  padding: 10px 10px; }

@media only screen and (max-width: 480px) {
  .powered-stamped {
    text-align: center; } }
#shopify-section-footer a:hover {
  text-decoration: none !important;
  color: inherit !important; }

.template-index .home-product-desc {
  display: none; }

span.free-shipping-info {
  background: linear-gradient(180deg, #f79dc4 0%, #d0a8ff 100%);
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
  font-style: italic; }

.btn:focus {
  box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.35) !important; }

.template-article h4, .template-article p {
  width: 100%; }

.template-article .row {
  margin-left: 0px !important;
  margin-right: 0px !important; }

button.home-addtocart-btn, a.more-info-btn, .product-addtocart-btn {
  background: #482e2e !important;
  color: #fff !important;
  border-color: #482e2e !important; }

button.home-addtocart-btn:hover, a.more-info-btn:hover, .product-addtocart-btn:hover {
  background: #ffbfbf !important;
  border-color: #ffbfbf !important; }

.quantity-cart {
  margin-bottom: 20px; }

.quantity.buttons_added input {
  font-size: 1em !important;
  margin: 0px !important;
  padding: 13px; }

.scrolled {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.nav-up {
  transform: translateY(var(--nav-top-up)); }

.about-us-box-mobile.desktop-only p {
  font-size: 16px !important; }

.subscribe-save-right-section.desktop-only-560 p {
  font-size: 16px !important;
  text-align: left !important; }

@media only screen and (min-width: 960px) {
  .afterpay-info p {
    font-size: 16px !important; }

  .about-us-box-mobile div {
    font-size: 16px !important; }

  /* CD */
  .productAfterpay p {
    font-size: 14px !important; } }
.subscribe-save-right-section.mobile-only-560 p {
  text-align: center; }

.cart-checkout .cart-checkout-button {
  padding: 10px !important; }

button.product-addtocart-btn {
  padding: 10px !important; }

.stamped-starrating i:nth-child(5):before {
  content: '\f123' !important; }

#stamped-main-widget .stamped-summary-text-1 {
  font-size: 0 !important; }

div#stamped-main-widget .stamped-summary-text-1:before {
  font-size: 38px !important;
  content: '4.5' !important;
  line-height: 30px;
  vertical-align: middle; }

.afterpay-sezzel {
  display: flex;
  align-items: flex-end; }

.afterpay-sezzel svg {
  margin-right: 20px; }

@media only screen and (max-width: 480px) {
  .ingredient-body p {
    font-size: 13px; } }
/* CD */
.swatch-wrapper .header {
  margin-bottom: 6px; }
.swatch-wrapper .swatch-element {
  display: block;
  margin-bottom: 6px; }
  .swatch-wrapper .swatch-element input[type="radio"] {
    position: absolute;
    visibility: hidden;
    opacity: 0; }
  .swatch-wrapper .swatch-element input[type="radio"]:checked + label {
    background-color: #f4bfc1;
    color: #fff; }
  .swatch-wrapper .swatch-element label {
    border: 1px solid #f4bfc1;
    width: 100%;
    border-radius: 4px;
    color: #b1676d;
    padding: 6px 12px;
    margin-bottom: 0; }
.swatch-wrapper .swatch-price, .swatch-wrapper .swatch-c-price {
  margin-left: 5px;
  font-weight: bold; }
.swatch-wrapper .strike {
  text-decoration: line-through; }

.swatch-enabled .selector-wrapper {
  display: none; }

.product-addtocart-btn {
  text-transform: uppercase; }

.free-ship-wrap {
  text-align: center;
  margin-bottom: 20px; }
  .free-ship-wrap p {
    background-color: #fff8ee;
    display: inline-block;
    margin: 0;
    padding: 5px;
    font-weight: bold; }

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

.product-price__compare {
  font-size: 20px; }

.swatch-wrapper {
  font-size: 16px; }

@media only screen and (max-width: 767px) {
  .swatch-wrapper {
    font-size: 18px; } }
.subscribe-save-right-section.desktop-only-560 p {
  text-align: center !important; }

#frequently-asked-questions #collapse-2 {
  border-bottom: 1px solid #000; }

#frequently-asked-questions .card-header {
  border-bottom: 1px solid #000; }

/* sidebar */
.sidecart-opened .content-wrap {
  overflow-y: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
.sidecart-opened .sidebar-overlay {
  opacity: 1;
  visibility: visible; }
.sidecart-opened .sidebar-inner {
  transform: none;
  visibility: visible; }
.sidecart-opened #shopify-section-header {
  transform: none; }

.sidebar-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: opacity 0.25s ease;
  opacity: 0;
  visibility: hidden; }

.sidebar-inner {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 420px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(100%);
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  z-index: 9999999; }

.sidebar-header {
  padding: 17px;
  position: relative;
  border-bottom: 1px solid #eee; }

.sidebar-head {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  line-height: 20px; }

.btn-close-sidebar {
  position: absolute;
  padding: 10px;
  height: 33px;
  width: 33px;
  display: block;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px; }
  .btn-close-sidebar .icon-close-sidebar {
    display: block; }
  .btn-close-sidebar svg {
    display: block;
    height: 100%;
    width: 100%; }

.btn-close-sidebar:hover {
  color: #c77e7a;
  text-decoration: none; }

.sidebar-shipping {
  padding: 10px 10px 0;
  text-align: center; }

.sidebar-ship-msg {
  font-size: 11px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  position: absolute;
  min-width: 100px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: -22px; }

.sidebar-ship-bar {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-radius: 10px; }

.sidebar-shipbar-inner {
  height: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 0;
  border-radius: 10px;
  background-color: #EFBEBD; }

.shipbar-dot {
  position: absolute;
  border: 3px solid #d6d6d6;
  height: 15px;
  width: 15px;
  top: -3px;
  right: 9%;
  border-radius: 50%; }

.sidebar-shipping.free-ship-active .sidebar-ship-msg {
  color: #E6214A; }

.sidebar-shipping.free-ship-active .shipbar-dot {
  border-color: #fb8fa2;
  background-color: #E6214A; }

.sidebar-shipping:not(.free-ship-active) .shipbar-dot {
  animation: shake 2s linear infinite; }

.sidebar-ship-txt {
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: normal;
  margin: 0;
  padding: 2px 5px; }

.sidebar-inner.has-ship-threshold .sidebar-content {
  height: calc(100% - 131px);
  margin-top: 10px; }

.sidebar-content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 53px); }

.sidebar-items {
  overflow-y: scroll; }

.sidebar-item {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 20px;
  border-bottom: 1px solid #eee; }

.sidebar-item.processing {
  opacity: 0.5;
  pointer-events: none; }

.sidebar-item.upsell-item {
  padding-top: 10px;
  padding-bottom: 10px; }

.item-image {
  width: 90px; }

.item-info {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  width: calc(100% - 90px); }

.item-title {
  margin-bottom: 5px; }

.item-headr {
  line-height: 1.417;
  width: 100%; }

.item-ttl {
  font-weight: bold;
  line-height: 1.417;
  text-decoration: none;
  color: #352728;
  margin-bottom: 2px;
  display: inline-block;
  font-size: 16px; }
  .item-ttl:hover, .item-ttl:visited, .item-ttl:focus {
    text-decoration: none;
    color: #352728; }

.item-options {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 12px; }

.item-price {
  font-weight: bold; }

.item-actions {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: flex-end; }

.item-qty {
  display: flex;
  width: 84px;
  height: 30px;
  border: 1px solid #d8d9d8;
  line-height: 1;
  margin-right: 10px; }

.item-qty > * {
  width: 33.33%; }

.qty-btn {
  font-size: 17px;
  padding: 2px;
  min-width: auto;
  border: 0;
  background-color: transparent;
  outline: none; }
  .qty-btn:focus {
    outline: none; }

.qty-input {
  border: none;
  min-width: 0;
  text-align: center;
  font-size: 13px;
  margin: 0;
  padding: 2px;
  outline: none; }
  .qty-input:focus {
    outline: none; }

.item-remove {
  font-size: 11px;
  text-decoration: underline;
  color: #767676; }
  .item-remove:hover, .item-remove:focus, .item-remove:visited {
    color: #767676; }
  .item-remove .icon-remove {
    display: block;
    height: 20px;
    width: 20px; }
  .item-remove svg {
    width: 100%;
    height: 100%;
    fill: currentColor; }

.sidebar-summary {
  padding: 10px 20px; }

.subtotal-row {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 15px;
  color: #444444;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px; }

.subtotal {
  color: #242324; }

.subtotal-label {
  margin-right: 10px; }

.sidebar-chkout {
  font-size: 17px;
  padding: 15px;
  color: #fff;
  background-color: #2d2e2d;
  display: inline-block;
  width: 100%;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 3px; }
  .sidebar-chkout:hover, .sidebar-chkout:focus, .sidebar-chkout:visited {
    color: #fff;
    text-decoration: none; }

.sidebar-empty {
  font-size: 16px;
  padding: 25px 15px;
  font-weight: bold;
  text-align: center; }

.sidebar-icons-txt {
  padding: 20px; }

.sidebar-icons-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px; }

.sidebar-icons-row:last-child {
  margin-bottom: 0; }

.sidebar-icon {
  width: 80px; }

.sidebar-icon-txt {
  width: calc(100% - 80px);
  font-weight: bold;
  font-style: italic;
  padding-left: 15px;
  line-height: normal; }

.sidebar-icon-txt p {
  margin: 0; }

.sidebar-footer {
  margin-bottom: 10px; }

/* @media (min-width: 799px) { 
  .upsell-item .upsell-content{padding:10px 10px 10px !important;}
} */
.sidebar-payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px 10px; }

.upsell-item .sidebar-item {
  display: block; }
.upsell-item .item-headr {
  width: 100%;
  text-align: center; }
.upsell-item .item-actions {
  width: 100%; }
.upsell-item .item-title {
  margin-bottom: 0; }
.upsell-item .item-ttl {
  font-weight: bold;
  font-size: 17px; }
.upsell-item .upsell-info {
  margin: 0;
  font-size: 12px; }
.upsell-item .item-actions {
  margin-top: 0px; }
.upsell-item .btn-cta {
  margin: 0 auto;
  border-radius: 0; }
.upsell-item .upsell-content {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 10px;
  box-shadow: 1px 1px 5px 2px #dedede; }

.bar-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.bar-wrap .sidebar-shipping {
  width: 50%; }

.sidebar-items .sidebar-item:first-child {
  padding-top: 10px; }

.btn-cta {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 6px;
  line-height: 1;
  background-color: #452F2F;
  color: #fff;
  border: 2px solid #452F2F;
  min-width: auto;
  transition: 0.3s ease;
  outline: none; }
  .btn-cta:hover, .btn-cta:focus, .btn-cta:visited {
    color: #452F2F;
    background-color: #fff; }
  .btn-cta:focus {
    outline: none; }

.sidebar-payment {
  margin: 0 2px; }
  .sidebar-payment svg {
    vertical-align: middle; }

.sidebar-footer-wrap {
  flex-shrink: 0; }

.upsell-title {
  width: 100%;
  display: none;
  margin-bottom: 10px;
  text-align: center; }

.upsell-title-txt {
  margin: 0; }

.sidebar-chkout {
  text-transform: uppercase; }

@keyframes shake {
  0% {
    transform: translateX(0%); }

  6% {
    transform: translateX(30%); }

  12% {
    transform: translateX(-30%); }

  18% {
    transform: translateX(20%); }

  24% {
    transform: translateX(-20%); }

  30% {
    transform: translateX(10%); }

  36% {
    transform: translateX(0%); } }

@media (max-width: 799px) {
  .sidebar-inner {
    max-width: 330px; }

  .upsell-item .item-actions {
    align-self: flex-end; }

  .btn-cta {
    padding: 10px 15px; }

  .subtotal-row {
    padding: 0; }

  .sidebar-payments {
    display: none; }

  .sidebar-payments {
    padding-top: 0; }

  .sidebar-icons-txt {
    padding-bottom: 0;
    padding-top: 18px; }

  /*   .upsell-price { display: block; } */
  .upsell-item .item-info {
    padding-left: 10px; }
  .upsell-item .item-ttl {
    font-size: 12.5px; }
  .upsell-item .upsell-info {
    font-size: 10px; }
  .upsell-item .item-actions {
    margin-top: 6px; }
  .upsell-item .btn-cta {
    font-size: 10px; }
  .upsell-item .btnUpsellAdd {
    padding: 10px 10px; }

  .sidebar-icon-txt p {
    font-size: 13px; }

  /*   .sidebar-icons-row:last-child { display: none; } */ }
/* CD */
.icon-section {
  background-color: #fff; }

#shopify-section-icon-html .row-double-space-padding {
  padding-bottom: 15px; }

#shopify-section-home-featured-collection .row-double-space {
  margin-top: 20px; }

.iconText {
  margin-bottom: 0; }

.productBlock .product-block-i {
  background-color: #FDF9FA;
  max-width: 312px;
  padding: 15px;
  width: 100%;
  margin: 0 auto; }
.productBlock .product-block__title {
  font-size: 18px;
  text-align: center; }
.productBlock .product-block__link:hover {
  color: inherit;
  text-decoration: none; }
.productBlock .product-block__info {
  margin: 0 0 5px;
  color: #949494; }
.productBlock .priceReview {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
.productBlock .product-price {
  text-align: center;
  width: 50%;
  padding-right: 5px; }
.productBlock .product-reviews {
  width: 50%;
  margin-bottom: 0;
  padding-left: 5px; }
.productBlock .regularPrice {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #000; }
.productBlock .comparePrice {
  font-size: 14px;
  color: #000 !important; }
.productBlock .iconAfterpay {
  line-height: normal;
  margin-top: 5px; }
.productBlock .icon-afterpay {
  display: block;
  max-width: 90px;
  width: 100%;
  margin: 0 auto; }
  .productBlock .icon-afterpay svg {
    display: block; }
.productBlock .swatchItem {
  position: relative; }
  .productBlock .swatchItem:not(:last-child) {
    margin-bottom: 6px; }
  .productBlock .swatchItem input[type="radio"] {
    position: absolute;
    visibility: hidden;
    opacity: 0; }
  .productBlock .swatchItem label {
    margin-bottom: 0;
    border: 2px solid #f4bfc1;
    width: 100%;
    border-radius: 4px;
    color: #000;
    padding: 6px 12px; }
  .productBlock .swatchItem input[type="radio"]:checked + label {
    background-color: #f4bfc1;
    color: #fff; }
.productBlock .productActions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
.productBlock .productAdd {
  flex: 1 1 auto;
  margin-top: 8px; }
.productBlock .btnAddToCart {
  width: 100%;
  background-color: #413134;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 10px; }
  .productBlock .btnAddToCart.btnDisabled {
    pointer-events: none;
    opacity: 0.65; }
.productBlock .productQtyWrap {
  padding-right: 10px;
  margin-top: 8px; }
.productBlock .productQty {
  display: flex;
  align-items: center; }
.productBlock .qtyBtn {
  padding: 3px;
  width: 27px;
  min-width: auto;
  line-height: 1;
  border: 1px solid rgba(53, 39, 40, 0.15);
  outline: none;
  background-color: transparent; }
.productBlock .inputQty {
  padding: 2px 5px;
  line-height: 1.4;
  font-size: 16px;
  text-align: center;
  min-width: 1px;
  width: 40px;
  margin: 0 3px;
  outline: none; }

.featured-collection .section-heading__title {
  font-size: 1.7rem; }

.featuredHeader {
  background-color: #fff2f2;
  padding: 20px;
  margin-bottom: 30px; }
  .featuredHeader .section-heading__title {
    margin-bottom: 0;
    font-size: 1.6rem; }

.afterpayTimer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%; }
  .afterpayTimer .afterpay-info {
    width: 48%;
    padding-right: 10px; }

.timerSec {
  width: 52%;
  margin-bottom: 10px;
  text-align: center;
  background-color: #feebe7;
  position: relative;
  margin-top: 10px; }

.timerSecHeading {
  top: -13px;
  left: 0;
  right: 0;
  font-size: 15px;
  position: absolute; }
  .timerSecHeading p {
    background-color: #fff;
    border: 2px solid #edc5c5;
    margin: 0 auto;
    display: inline-block;
    padding: 0 12px; }

.timerCountdownWrap {
  padding: 24px 10px 20px; }

.timerCountdown {
  display: flex;
  justify-content: center; }
  .timerCountdown span {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: block;
    vertical-align: middle;
    line-height: normal;
    padding: 0 12px 13px; }
    .timerCountdown span:before {
      content: '';
      position: absolute;
      right: 0;
      top: 15px;
      bottom: 15px;
      width: 2px;
      background-color: #e0d0cc;
      border-radius: 2px; }
    .timerCountdown span:last-child:before {
      display: none; }
    .timerCountdown span:after {
      position: absolute;
      font-size: 11px;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center; }
    .timerCountdown span.p-days:after {
      content: 'days'; }
    .timerCountdown span.p-hours:after {
      content: 'hours'; }
    .timerCountdown span.p-minutes:after {
      content: 'minutes'; }
    .timerCountdown span.p-sec:after {
      content: 'seconds'; }

.timerSmall {
  display: none; }

.stamped-product-reviews-badge.stamped-main-badge.productSingleReview {
  padding-bottom: 14px; }

.productAfterpay {
  padding-top: 18px; }

.productSinglePrice {
  padding-bottom: 0; }

.item-title-price:after {
  content: '';
  clear: both;
  display: table; }

.item-title-price .item-ttl {
  display: inline;
  margin-right: 5px;
  text-align: left; }

.item-final-price {
  font-weight: bold;
  float: right;
  margin-top: 4px; }

#shopify-section-icon-html .article-summary__image {
  margin-bottom: 0; }
#shopify-section-icon-html .iconText {
  margin-top: 0; }

@media (max-width: 1200px) {
  .timerCountdown span {
    font-size: 24px;
    padding: 0 10px 11px; }
    .timerCountdown span:after {
      font-size: 14px; }
    .timerCountdown span:before {
      top: 13px;
      bottom: 12px; } }
@media (max-width: 1024px) {
  .afterpayTimer .afterpay-info {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0px; }
  .afterpayTimer .timerSec {
    width: 100%; }

  .timerCountdown {
    font-weight: 400; }

  .timerCountdown span {
    padding: 0 12px 11px; }

  .timerSecHeading {
    font-size: 14px;
    top: -16px; }
    .timerSecHeading p {
      padding: 0 14px; }
    .timerSecHeading b {
      font-weight: 400; } }
@media (max-width: 799px) {
  #shopify-section-home-featured-collection .row-double-space {
    margin-top: 0;
    margin-bottom: 0; }

  .timerSmallUp {
    display: none; }

  .timerSmall {
    display: block; }

  .timerSec {
    width: 100%;
    margin-top: 30px; }

  .timerCountdownWrap {
    padding: 26px 15px 22px; }

  .featuredHeader {
    margin-bottom: 20px; }

  .timerCountdown span {
    padding: 0 18px 13px;
    font-size: 28px; }
    .timerCountdown span:after {
      font-size: 14px; } }
@media (max-width: 559px) {
  .featured-collection .section-heading__title {
    font-size: 1.2666rem; }

  .sidebar-icon {
    width: 60px; }

  .sidebar-icon-txt {
    width: calc(100% - 60px); }

  .iconText {
    font-size: 14px;
    line-height: normal; }

  .product-grid {
    margin-left: -10px; }

  .featuredCollection .container {
    padding-left: 10px;
    padding-right: 10px; }

  .productBlock {
    width: 50% !important;
    padding-left: 10px; }
    .productBlock .product-block-i {
      padding: 5px 5px 7px; }
    .productBlock .product-block__title {
      font-size: 16px;
      margin-bottom: 5px;
      text-align: left;
      line-height: 1; }
    .productBlock .product-block__info {
      line-height: normal;
      font-size: 12px; }
    .productBlock .product-price {
      width: 55%;
      padding-right: 0; }
    .productBlock .product-reviews {
      width: 45%;
      padding-left: 4px; }
    .productBlock .regularPrice {
      font-size: 13px; }
    .productBlock .comparePrice {
      font-size: 11px; }
    .productBlock .iconAfterpay {
      display: none; }
    .productBlock .swatchItem label {
      padding: 10px 5px;
      line-height: normal;
      font-size: 13px;
      text-align: center; }
    .productBlock .productQtyWrap {
      padding-right: 0;
      padding-bottom: 8px; }
    .productBlock .inputQty {
      font-size: 14px; }
    .productBlock .btnAddToCart {
      padding-top: 11px;
      padding-bottom: 11px; }
    .productBlock .stamped-fa:before {
      font-size: 14px; }
    .productBlock .stamped-badge-caption {
      font-size: 10px;
      text-align: center; }
    .productBlock .stamped-starrating {
      font-size: 12px;
      line-height: 1;
      margin: 0 !important;
      text-align: center; }
    .productBlock .productQtyWrap {
      display: none; }

  .featuredHeader {
    padding: 10px; }
    .featuredHeader .section-heading__title {
      font-size: 1.4666rem; }

  .sidebar-inner.has-ship-threshold .sidebar-content {
    margin-top: 5px; } }
/* CD */
.pairProductHeading {
  margin-bottom: 15px; }

.product_with_tag {
  margin-top: 10px; }
  .product_with_tag p {
    text-align: center;
    font-size: 20px;
    font-weight: 500; }
  .product_with_tag .show_product_with_tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .product_with_tag .show_product_with_tag .product_detail {
      width: 50%;
      padding: 10px; }
      .product_with_tag .show_product_with_tag .product_detail.one-3rd-small {
        width: 33.33%; }
      .product_with_tag .show_product_with_tag .product_detail a {
        text-decoration: none; }
      .product_with_tag .show_product_with_tag .product_detail img {
        display: block;
        margin: 0 auto 10px auto; }
      .product_with_tag .show_product_with_tag .product_detail h6 {
        text-align: center;
        font-size: 16px; }
      .product_with_tag .show_product_with_tag .product_detail .product-detail-img {
        position: relative;
        padding-top: 100%;
        margin-bottom: 10px; }
        .product_with_tag .show_product_with_tag .product_detail .product-detail-img img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto auto 0;
          max-width: 100%;
          max-height: 100%; }
      @media (min-width: 800px) {
        .product_with_tag .show_product_with_tag .product_detail {
          width: 33.33%; }
          .product_with_tag .show_product_with_tag .product_detail.one-4th {
            width: 25%; }
            .product_with_tag .show_product_with_tag .product_detail.one-4th h6 {
              font-size: 14px; } }

.product_with_tag .show_product_with_tag .product_detail.money-back-cell img {
  margin-bottom: 0;
  width: 100%; }

.icon-img {
  padding-top: 100%;
  position: relative; }

.product_with_tag .show_product_with_tag .icon-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto 10px !important; }

.product-img-wrap {
  position: relative; }
  .product-img-wrap .product-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    background-color: #fff; }
  .product-img-wrap .product-tag-txt {
    font-size: 14px;
    text-transform: uppercase;
    color: #423134;
    font-weight: bold; }
  @media (max-width: 799px) {
    .product-img-wrap .product-tag {
      top: 5px;
      right: 5px;
      line-height: 1.2; }
    .product-img-wrap .product-tag-txt {
      font-size: 10px; } }

.shortDesc .shortDescInner {
  text-align: center;
  margin-top: -10px; }

@media (min-width: 960px) {
  .shortDesc .shortDescInner p, .shortDesc .shortDescInner span {
    font-size: 16px; } }
@media (min-width: 800px) {
  .free-ship-cell, .money-back-cell {
    display: none; } }
@media screen and (max-width: 799px) {
  .product_with_tag .show_product_with_tag .product_detail h6 {
    font-size: 14px; } }
.relProductWrap {
  padding: 14px 0; }
  .relProductWrap .relProductHead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px; }
  .relProductWrap .relProduct {
    display: flex;
    flex-wrap: wrap; }
  .relProductWrap .relProductImgReview {
    width: 50%; }
  .relProductWrap .relProductImg {
    margin-bottom: 10px; }
    .relProductWrap .relProductImg img {
      vertical-align: middle; }
  .relProductWrap .relProductReview .stamped-fa-star:before {
    font-size: 28px; }
  .relProductWrap .relProductReview .stamped-badge-caption {
    font-size: 18px; }
  .relProductWrap .relProductInfo {
    width: 50%;
    padding-left: 1.25rem; }
  .relProductWrap .relProductTitle {
    font-weight: normal;
    font-size: 32px;
    line-height: 1; }
  .relProductWrap .relProductDesc {
    margin: 5px 0 10px;
    font-size: 18px;
    line-height: 1.4; }
  .relProductWrap .relProductPrice {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 20px; }
    .relProductWrap .relProductPrice .regularPrice {
      font-weight: bold;
      font-size: 26px;
      margin-right: 12px;
      line-height: normal; }
    .relProductWrap .relProductPrice .comparePrice {
      font-size: 22px;
      text-decoration: line-through;
      line-height: normal; }
  .relProductWrap .relProductAdd .btn {
    width: 100%;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #482e2e;
    border-color: #482e2e;
    padding: 9px 10px; }
    .relProductWrap .relProductAdd .btn.btnDisabled {
      pointer-events: none;
      opacity: 0.65; }
  @media (max-width: 1023px) {
    .relProductWrap .relProductInfo {
      padding-left: 1.1rem; }
    .relProductWrap .relProductTitle {
      font-size: 26px; }
    .relProductWrap .relProductDesc {
      font-size: 12px; }
    .relProductWrap .relProductPrice .regularPrice {
      font-size: 18px; }
    .relProductWrap .relProductPrice .comparePrice {
      font-size: 16px; }
    .relProductWrap .relProductPrice {
      margin-bottom: 15px; }
    .relProductWrap .relProductAdd .btn {
      font-size: 16px; }
    .relProductWrap .relProductReview .stamped-fa-star:before {
      font-size: 22px; }
    .relProductWrap .relProductReview .stamped-badge-caption {
      font-size: 16px; } }

.productList {
  display: flex;
  flex-wrap: wrap; }
  .productList .productBlock {
    float: none; }
  .productList .product-block-i {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .productList .produtFormWrap {
    flex: 1 1 auto;
    display: flex; }
  .productList .produtForm {
    margin-top: auto;
    width: 100%; }

#frequently-asked-questions #shopify-section-page-faqs-content #collapse-2 {
  border-bottom: 0; }

.productAccordion .card:last-child {
  border-bottom: 1px solid #000; }

#accordion-faqs {
  border-bottom: 1px solid #000; }
  #accordion-faqs .collapse .card-body .card:last-child {
    border-bottom: 1px solid #000; }

#accordion-ship .card:last-child, #accordion-returns .card:last-child {
  border-bottom: 1px solid #000; }

.pageProducts {
  padding-top: 30px; }
  .pageProducts .featuredHeader {
    margin-bottom: 0; }

.blue-shipping .rimage-wrapper {
  padding-bottom: 14px; }

.blue-shipping .iconText {
  margin-top: 2px; }

.blue-money-back .article-summary__image {
  margin-top: -9px;
  padding-bottom: 9px; }

@media (max-width: 1024px) {
  .blue-shipping .rimage-wrapper img {
    width: 110px; }

  .blue-afterpay .rimage-wrapper img {
    width: 75px; }

  .blue-money-back .rimage-wrapper img {
    width: 90px; } }
@media (min-width: 1025px) {
  .blue-money-back .rimage-wrapper {
    height: 100%; }
    .blue-money-back .rimage-wrapper img {
      height: 100%;
      object-fit: contain; } }
@media (max-width: 560px) {
  .blue-shipping {
    margin-top: 8px; }

  .blue-shipping .rimage-wrapper {
    padding-bottom: 8px; }

  .blue-shipping .iconText {
    margin-top: 0; }

  .blue-money-back .article-summary__image {
    margin-top: -24px;
    padding-bottom: 8px; }

  #shopify-section-icon-html .customIconWrap {
    padding-bottom: 0; } }
@media (max-width: 400px) {
  .blue-shipping .rimage-wrapper {
    width: 110px;
    height: 66px;
    max-width: 100%; }
    .blue-shipping .rimage-wrapper img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 8px;
      margin: auto auto 0;
      max-height: 100%; } }
.reviewShopLnk {
  padding: 0 15px;
  margin-top: -30px;
  text-align: center; }
  .reviewShopLnk a {
    min-width: 200px;
    font-size: 20px; }
  @media (max-width: 559px) {
    .reviewShopLnk a {
      padding: 10px 15px; } }

.productImagesWrap {
  position: relative; }
  .productImagesWrap .productLabel {
    font-size: 14px;
    text-transform: uppercase;
    color: #423134;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    background-color: #fff;
    top: 10px;
    right: 10px; }

.homeProductCTA {
  margin-left: 0; }

.homeProductAbout {
  margin-top: 10px; }

.reviewHeader {
  padding: 18px; }
  @media (min-width: 800px) {
    .reviewHeader .section-heading__title {
      font-size: 1.8rem; } }

.reviewsWrap div[data-widget-load-type=continue] .stamped-pagination .next a {
  background-color: transparent;
  color: #2e2e2e; }
  .reviewsWrap div[data-widget-load-type=continue] .stamped-pagination .next a:hover {
    text-decoration: none;
    background-color: #2e2e2e;
    color: #fff; }

.timerSec {
  display: none; }

.freeShipMsg {
  display: none; }

.productSwatches.giftSwatch label {
  display: none; }
.productSwatches .clickyboxes li a {
  background-color: #f4bfc1;
  border: 2px solid #f4bfc1;
  font-weight: bold;
  font-size: 17px;
  padding: 8px 10px; }
  .productSwatches .clickyboxes li a.active {
    background-color: transparent; }
    .productSwatches .clickyboxes li a.active:hover {
      border: 2px solid #f4bfc1; }

.giftImage {
  margin-top: 30px;
  width: 100%; }

@media (max-width: 799px) {
  .giftImage {
    margin-top: 0; }

  .item-final-price {
    margin-top: 2px; } }
.currency-switcher {
  font-size: 18px; }

.klaviyo-wrap {
  margin-bottom: 30px; }

.klaviyo-wrap:after {
  content: '';
  display: table;
  clear: both; }

.klaviyo-wrap .klaviyo-form {
  float: left;
  width: 100%; }

.klaviyo-wrap .klaviyo-form > .needsclick {
  float: left;
  width: 100%; }

.page-account-details {
  margin-bottom: 20px;
  text-align: center; }

.account-details-i {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  width: 100%;
  max-width: 300px; }

.details-header {
  display: none;
  margin-bottom: 0;
  padding: 0 14px;
  color: #ffd1c7;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  width: auto; }

.details-addr p {
  margin: 0 0 10px;
  line-height: normal;
  font-size: 12px; }

.details-addr p:last-child {
  margin-bottom: 0; }

.accord-card {
  border-width: 1px 1px 0;
  border-style: solid; }

.accord-header {
  background-color: #ffd1c7;
  font-size: 14px;
  padding: 10px 31px 10px 16px;
  position: relative;
  cursor: pointer; }

.accord-header h5 {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }

.accord-header .order-title {
  display: inline-block; }

.accord-body {
  padding: 18px;
  display: none; }

.accord-body iframe {
  width: 100%; }

.accord-body iframe#affiliate_page {
   height: 1436px; }

.accord-card {
  border-width: 1px 1px 0;
  border-style: solid; }

.accord-card:last-child {
  border-bottom: 1px solid; }

.accord-card.active > .accord-header .icon-expand.icon-plus {
  visibility: hidden; }

.accord-card.active > .accord-header .icon-expand.icon-minus {
  visibility: visible; }

.account-accord[level="0"] {
  margin-bottom: 20px; }

.accord-card[data-level="0"] > .accord-header h5 {
  text-transform: lowercase; }

.accord-card[data-level="0"] > .accord-header .icon-expand {
  display: none; }

.accord-card[data-level="1"] > .accord-header {
  background-color: #fbe0db; }

.icon-expand {
  font-family: 'FontAwesome';
  position: absolute;
  top: 9px;
  right: 16px;
  font-weight: normal; }

.icon-expand.icon-minus {
  visibility: hidden; }

.icon-expand.icon-plus:before {
  content: '\f067';
  -webkit-text-stroke: 2px #ffd7c3; }

.icon-expand.icon-minus:before {
  content: '\f068';
  -webkit-text-stroke: 2px #ffd7c3; }

.order-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -15px; }

.label-order {
  line-height: normal;
  margin-bottom: 2px; }

.value-order {
  font-weight: bold; }

.order-block {
  width: 50%;
  text-align: center;
  padding-left: 15px;
  margin-bottom: 15px; }

.order-block.order-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.order-action {
  width: 50%;
  text-align: center;
  padding: 0 5px; }

button.btn-order, a.btn-order, .btn-order {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 10px;
  line-height: normal;
  border: 2px solid;
  text-decoration: none;
  color: #352728;
  border-radius: 0;
  font-size: 15px; }

a.btn-order.btn-order-filled, .btn-order.btn-order-filled {
  background-color: #352728;
  border-color: #352728;
  color: #fff !important; }

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.customer-name {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 4px; }

.login-page {
  max-width: 420px;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0px 0px 3px rgba(53, 39, 40, 0.15); }

.login-page-icon {
  text-align: center;
  margin-bottom: 12px; }

.login-icon {
  display: inline-block;
  width: 100%;
  max-width: 60px; }

.login-page .input-wrapper {
  margin-bottom: 10px; }

.login-page .btn-login-submit {
  margin: 0;
  width: 100%; }

.login-page form {
  padding: 0 6px;
  margin-bottom: 15px; }

.other-links .recover-password {
  position: relative;
  top: auto;
  right: auto;
  text-decoration: none; }

.or-separator {
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center; }

.or-separator:before {
  content: '';
  height: 1px;
  flex: 1 1 auto;
  background-color: rgba(53, 39, 40, 0.15); }

.or-separator:after {
  content: '';
  height: 1px;
  flex: 1 1 auto;
  background-color: rgba(53, 39, 40, 0.15); }

.or-separator span {
  line-height: inherit;
  font-size: inherit;
  display: inline-block;
  padding: 0 6px; }

.other-links {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px; }

.other-link:first-child {
  margin-bottom: 20px; }

.login-page #RecoverPasswordForm {
  text-align: center; }

.login-page #HideRecoverPasswordLink {
  text-decoration: none; }

.login-page .enter-password {
  padding-right: 10px; }

.login-page .btn {
  text-transform: uppercase; }

.register-form .btn {
  text-transform: uppercase; }

.register-form .btn-full {
  margin: 0;
  width: 100%; }

.guest-login {
  text-align: center;
  padding-top: 10px; }

.guest-login .btn {
  margin: 0; }

.guest-login-heading {
  font-weight: normal;
  margin-bottom: 5px; }

.Modal__ModalPortalStyled-sc-1oy3zf1-0 {
  z-index: 9999999999 !important; }

.stamped-launcher-button {
  z-index: 999999999; }

.invisible {
  visibility: hidden;
  opacity: 0; }

.fa-star, .fa-star-checked, .fa-star-half-o, .fa-star-o, .stamped-fa-star, .stamped-fa-star-checked, .stamped-fa-star-half-o, .stamped-fa-star-o {
  color: #7B35D1; }

#included-hair-growth-bundle .product_detail:nth-child(2) {
  order: 1; }

#included-hair-growth-bundle .product_detail {
  order: 2; }

.zip-link {
  max-width: 71px;
  margin-left: 10px; }

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

.btn-shop-wrap {
  text-align: center;
  margin-top: 30px; }

.btn-shop-wrap .btn {
  font-size: 20px;
  padding-left: 43px;
  padding-right: 43px; }

/* .header-section.nav-up { transform: none; } */
.header-section.nav-up .main-nav-bar {
  top: var(--nav-top); }

/*.desktop-nav .main-nav li.main-nav__item:nth-child(n+4) { display: block !important; }*/
@media only screen and (min-width: 768px) {
  .desktop-nav .main-nav li.main-nav__item:nth-child(n+6) {
    display: none !important; } }
.badge-link {
  position: relative; }

.badge-link .link-badge {
  position: absolute; }

.badge-link .link-badge._top {
  top: -6px;
  transform: scaleX(-1) rotate(-9deg);
  right: -12px;
  width: 14px; }

.badge-link .link-badge svg {
  width: 100%;
  height: 100%;
  display: block; }

.mobile-menu-drawer:after {
  display: none; }

.mobile-nav .main-nav__item:nth-child(4), .mobile-nav .main-nav__item:nth-child(5) {
  background: #ffd1c7 !important;
  border-bottom: 1px solid #000;
  padding-top: 2px;
  padding-bottom: 2px; }

.mobile-nav .main-nav__item a {
  padding-top: 5px;
  padding-bottom: 5px; }

.search-nav .search-nav-i {
  background-color: #ffd1c7;
  padding: 5px 5px 5px 10px;
  border: 1px solid #b7958d;
  border-radius: 4px; }

.search-nav form {
  display: flex; }

.search-nav input[type=search] {
  padding: 0 8px 0 0;
  border: none;
  background-color: transparent;
  min-width: 0;
  flex: 1;
  font-size: 15px; }

.search-nav input[type=search]::placeholder {
  opacity: 1;
  color: #000; }

.search-nav input[type=search]:-ms-input-placeholder {
  color: #000; }

.search-nav input[type=search]::-ms-input-placeholder {
  color: #000; }

.search-nav .search-btn[type=submit] {
  position: relative;
  top: 0;
  right: auto;
  transform: none;
  padding: 4px 7px;
  line-height: 1;
  min-width: auto;
  background-color: #fff;
  border-color: #b7958d;
  color: #000; }

.search-nav .search-btn[type=submit] span {
  display: inline-block;
  vertical-align: middle; }

.search-nav .search-btn[type=submit] .btn-text {
  font-size: 14px; }

.search-nav .search-btn[type=submit] .btn-icon {
  width: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle; }

.search-nav .search-btn[type=submit] .btn-icon img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

.rewards {
  margin-left: 7px; }

.rewrds-link {
  position: relative;
  background-color: #f8e5e5;
  border: 1px solid;
  padding: 0 10px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 18px; }

.rewrds-link .rewrds-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block; }

.rewrds-icon._left {
  left: -10px;
  top: -8px;
  transform: rotate(-11deg); }

.rewrds-icon._right {
  right: -8px;
  top: -8px;
  transform: rotate(32deg); }

.rewrds-icon svg {
  display: block;
  width: 100%;
  height: 100%; }

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

.detail-link {
  color: #212529;
  text-decoration: none; }

.detail-link:hover {
  color: inherit; }

.addrs-line {
  height: 1px;
  width: 80%;
  margin: 4px auto;
  background-color: rgba(53, 39, 40, 0.15); }

.rewards-points {
  margin-right: 4px; }

.btn-order.btn-sec {
  background-color: #fbe0db;
  font-size: 14px;
  line-height: 1;
  margin: 4px 0; }

.rewards-point {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px; }

.stamped-pagination .next {
  margin-left: 0; }

.sidebar-ship-bar .circle-title {
  line-height: normal;
  margin: 0 0 10px; }

.circle-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto; }

/* .circle-wrap:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff2f2; border-radius: 50%; } */
.circle-wrap .circle, .circle-wrap .circle-fill {
  position: absolute;
  width: 100%;
  height: 120px;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 2; }

.circle-wrap .circle {
  clip: rect(0px, 120px, 120px, 60px); }

.circle-wrap .circle.circle-full, .circle-wrap .circle-fill {
  transform: rotate(0deg); }

.circle-wrap .jsShipFill {
  -webkit-transition: -webkit-transform 1s linear; }

.circle-wrap .circle-fill {
  clip: rect(0px, 60px, 120px, 0px);
  background-color: #eed2c4; }

.circle-wrap .sidebar-ship-txt {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2; }

.circle-wrap .sidebar-ship-txt strong {
  font-size: 1.15em; }

.circle-wrap .prim-text {
  font-size: 1.2em;
  margin-bottom: 2px;
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1; }

.circle__svg {
  transform: rotate(-90deg); }

.circle__progress {
  fill: none;
  stroke: #eed2c4;
  stroke-width: 8;
  stroke-opacity: 0.3;
  stroke-linecap: round; }

.circle__progress--fill {
  stroke-opacity: 1; }

.cart-sidebar {
  display: flex;
  flex-direction: column; }

.cart-sidebar .cart-content {
  flex: 1 1 auto;
  overflow: auto;
  height: auto; }

.sidebar-shipping .free-text {
  font-size: 1.25em;
  margin-top: 2px; }

.sidebar-shipping .free-text .unlock-icon {
  font-size: 24px; }

.highlight_product .product-block-i {
  background-color: #F7E5E5;
  border-radius: 15px; }

.product-block .first_line {
  display: block; }

.highlight_product .swatchItem label {
  border-color: #413134;
  font-weight: bold; }

.highlight_product .swatchItem input[type=radio]:checked + label {
  background-color: #413134; }

.highlight_product .qtyBtn {
  background-color: #fff; }

@media (min-width: 1024px) {
  .rewards {
    display: none; } }
@media (max-width: 1023px) {
  .header-mid-wrap {
    margin: 0 15px !important; }

  .page-header .cart {
    margin-left: 5px; } }
@media (min-width: 801px) and (max-width: 839px) {
  .main-slideshow {
    padding-top: 42.0% !important; }

  .main-slideshow .banner-section__slideshow-column {
    position: absolute;
    height: 100%; } }
@media (max-width: 559px) {
  .accord-body {
    padding: 14px; }

  .order-details {
    margin-left: -10px;
    margin-bottom: -10px; }

  .order-block {
    padding-left: 10px;
    margin-bottom: 10px; }

  .details-header {
    font-size: 18px;
    line-height: normal; }

  button.btn-order, a.btn-order, .btn-order {
    font-size: 13px;
    padding: 4px 8px; }

  .account-details-i {
    max-width: none; }

  .accord-header .order-title {
    font-size: 12px; }

  .login-page .input-wrapper input {
    padding-top: 18px; }

  .login-page .input-wrapper label {
    top: 6px; }

  .login-icon {
    max-width: 44px; }

  .login-page .btn-login-submit {
    padding-top: 9px;
    padding-bottom: 9px; }

  .register-form .btn-full {
    padding-top: 9px;
    padding-bottom: 9px; }

  .cart-icon .mobile-icon {
    margin-right: 3px; }

  .btn-shop-wrap .btn {
    padding-top: 10px;
    padding-bottom: 10px; }

  .template-account .page-content {
    padding-top: 15px; }

  .template-account .page-account .large-title, .template-account .page-account .shopify-policy__title h1, .shopify-policy__title .template-account .page-account h1 {
    margin-top: 0; }

  .cart [data-toggle=cart-drawer] {
    margin-right: 10px; }

  .cart--show-indicator:after {
    right: 10px; }

  .header-i {
    align-items: center;
    flex-wrap: nowrap; }

  .highlight_product .product-block-i {
    box-shadow: 0px 0px 0px 4px #f7e5e5; } }
@media (max-width: 550px) {
  .accord-body iframe#affiliate_page {
    height: 2253px; } }
@media (max-width: 353px) {
  .announcement-bar .announcement-bar__content b {
    font-size: 12px; }

  .page-header .utils-bar {
    align-items: center; }

  .page-header .site-logo {
    max-width: 110px; }

  .slideshow .overlay__heading, .slideshow .overlay__subheading {
    font-size: 4.3em; }

  .Typewriter__cursor, span.Typewriter__wrapper {
    font-size: 2.1em; }

  .iconText {
    font-size: 11px; }

  .blue-money-back .rimage-wrapper img {
    width: 82px; }

  .blue-money-back .article-summary__image {
    margin-top: -15px; }

  .productBlock .swatchItem label {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 11px; }

  .featuredHeader .section-heading__title {
    font-size: 1.3rem; }

  .swatch-wrapper {
    font-size: 16px; }

  .featured-product .featured-product__container .btn, .featured-product .featured-product__container .shopify-payment-button__button {
    padding: 5px; }

  .free-ship-wrap {
    font-size: 12px; }

  .productBlock .stamped-fa:before {
    font-size: 11px; } }
.productBlock .btnAddToCart._with_subtext {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #000; }

.productBlock .btnAddToCart .btn_subtext {
  display: block;
  text-transform: none;
  white-space: normal;
  font-size: 13px; }

@media (max-width: 559px) {
  .productBlock .btnAddToCart._with_subtext {
    padding-left: 2px;
    padding-right: 2px; }

  .productBlock .btnAddToCart .btn_subtext {
    font-size: 65%; } }
/* CD CODE */
.relProductReview .stamped-starrating i.stamped-fa-star-half-o:before {
  font-size: 28px; }

@media (max-width: 1023px) {
  .relProductReview .stamped-starrating i.stamped-fa-star-half-o:before {
    font-size: 22px; } }
/* bundle page */
.bundle-page {
  padding: 30px 0; }

.bundle-page .icon-text {
  margin-top: 0;
  margin-bottom: 10px; }

.bundle-page .icon-text .heading {
  text-align: center;
  background-color: #feebe7;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px; }

.bundle-page .icon-text .icons-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px; }

.bundle-page .icon-text .icon-block {
  width: 33.33%;
  padding-left: 20px;
  padding-bottom: 20px;
  text-align: center; }

.bundle-page .icon-text .icon-block .icon-img {
  padding: 0;
  margin-bottom: 10px; }

.bundle-page .icon-text .icon-block .icon-img img {
  max-width: 130px;
  width: 100%;
  vertical-align: middle; }

.bundle-page .icon-text .icon-block .text {
  margin: 0; }

.bundle-page .price-qty {
  display: flex;
  align-items: center; }

.bundle-page .price-qty .productQtyWrap {
  padding-right: 0;
  margin-top: 0; }

.bundle-page .price-qty .product-price {
  padding-right: 10px; }

.bundle-page .product-block form {
  margin-top: auto;
  width: 100%; }

.bundle-page .bundle-products .product-block__image {
  cursor: pointer; }

.buy-box {
  position: fixed;
  bottom: 10%;
  right: 0;
  transform: translateX(100%);
  visibility: hidden;
  background-color: #F7E5E5;
  padding: 20px;
  z-index: 9;
  width: 100%;
  max-width: 500px;
  transition: 0.5s ease-in-out; }

.buy-box.open-box {
  transform: translateX(0);
  visibility: visible; }

.buy-box .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px; }

.buy-box .box-header .heading {
  font-size: 24px;
  line-height: normal;
  padding-right: 15px; }

.buy-box .box-header .btn-close {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  line-height: 1; }

.buy-box .box-header .btn-close svg {
  width: 100%;
  height: auto; }

.buy-box .added-products {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  max-height: 150px;
  overflow-y: auto; }

.buy-box .added-product {
  display: flex;
  align-items: center;
  margin-bottom: 5px; }

.buy-box .added-product:last-child {
  margin-bottom: 0; }

.buy-box .added-product .title {
  font-weight: normal;
  font-size: 16px;
  flex: 1 1 60%; }

.buy-box .added-product .pricing {
  text-align: right;
  padding: 0 10px;
  flex: 1 1 30%; }

.buy-box .added-product .pricing .price {
  padding-left: 3px; }

.buy-box .added-product .pricing .compare-price {
  text-decoration: line-through; }

.buy-box .added-product .pricing .sale-price {
  font-weight: bold; }

.buy-box .added-product .pricing .price:first-child {
  padding-left: 0; }

.buy-box .added-product .remove {
  flex: 1 1 10%;
  text-align: right;
  line-height: 1; }

.buy-box .added-product .remove .remove-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }

.buy-box .added-product .remove .remove-icon svg {
  width: 100%;
  height: 100%;
  display: block; }

.buy-box .total-price {
  display: flex;
  padding-right: 10px;
  line-height: normal;
  font-size: 16px;
  margin-bottom: 6px; }

.buy-box .total-price label {
  text-transform: uppercase;
  width: 60%;
  margin-bottom: 0; }

.buy-box .total-price span {
  width: 30%;
  text-align: right; }

.buy-box .buy-text {
  margin: 0 0 6px;
  font-size: 16px; }

.buy-box .action button {
  width: 100%;
  background-color: #413134;
  color: #fff;
  border-color: #413134;
  font-size: 18px; }

.buy-box .action button .loader {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px; }

.buy-box .action button .loader svg {
  width: 100%;
  height: 100%;
  display: block; }

.buy-box .action button .loader svg path {
  fill: currentColor; }

.buy-box .action button.loading {
  padding-top: 8px;
  padding-bottom: 8px; }

.buy-box .action button:not(.loading) .loader {
  display: none; }

.buy-box .action button.loading .btn-text {
  display: none; }

.bundle-product {
  flex-wrap: nowrap; }

.bundle-product .bundle-image {
  width: 100px; }

.bundle-product .bundle-info {
  padding-left: 15px;
  flex: 1 1 auto; }

.bundle-product .bundle-title {
  margin-bottom: 5px; }

.bundle-product .bundle-items {
  line-height: normal;
  margin-bottom: 5px; }

.bundle-product .bundle-action {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.bundle-product .bundle-price {
  font-weight: bold;
  display: inline-block; }

.bundle-product .bundle-action .edit-bundle {
  text-decoration: none;
  margin-right: 10px; }

.bundle-product .bundle-action .edit-bundle:hover {
  color: #c77e7a; }

.bundle-product .btn-remove {
  padding: 4px;
  border: none;
  background-color: transparent;
  height: auto;
  font-size: 16px;
  line-height: 1;
  min-width: auto;
  color: #767676; }

.bundle-product .btn-remove span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top; }

.bundle-product .btn-remove span svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor; }

.bundle-product .btn-remove:disabled {
  opacity: .5;
  cursor: not-allowed; }

.btn-bundle-toggle {
  position: fixed;
  right: 0;
  bottom: 25%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fee6e6;
  border: none;
  font-weight: bold;
  font-size: 20px;
  z-index: 9; }

.btn-bundle-toggle.active {
  opacity: 1;
  visibility: visible;
  transition: 0s ease .5s; }

.btn-bundle-toggle span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px; }

.btn-bundle-toggle .btn-icon {
  width: 20px;
  height: 20px;
  margin-right: 0; }

.btn-bundle-toggle .btn-icon svg {
  width: 100%;
  height: 100%;
  display: block; }

.bundle-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  transition: .3s ease; }

.bundle-popup-wrap.active {
  visibility: visible;
  opacity: 1; }

.bundle-popup-wrap .bundle-popup {
  background-color: #fff;
  padding: 50px 30px 30px;
  border-radius: 20px;
  position: relative;
  width: 100%;
  max-height: 100%;
  max-width: 600px;
  overflow-y: auto; }

.bundle-popup-wrap .btn-close-popup {
  padding: 6px;
  outline: none;
  min-width: auto;
  line-height: 1;
  background-color: transparent;
  border: none;
  margin: 0;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 10px; }

.bundle-popup-wrap .loader {
  width: 30px;
  height: 30px;
  margin: auto; }

.bundle-popup-wrap .loader svg {
  width: 100%;
  height: 100%;
  display: block; }

.bundle-popup-wrap:not(.loading) .loader {
  display: none; }

.bundle-popup-wrap.loading .popup-content {
  display: none; }

.bundle-popup-wrap .product-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.bundle-popup-wrap .product-wrap .image {
  width: 50%;
  text-align: center; }

.bundle-popup-wrap .product-wrap .image img {
  vertical-align: middle;
  max-width: 350px;
  width: 100%; }

.bundle-popup-wrap .product-wrap .info {
  width: 50%;
  padding-left: 20px; }

.bundle-popup-wrap .product-wrap .list-points {
  margin-bottom: 15px; }

.bundle-popup-wrap .product-wrap .list-points ul li {
  position: relative;
  padding-left: 30px; }

.bundle-popup-wrap .product-wrap .list-points ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.bundle-popup-wrap .product-wrap .list-points ul li.arrow:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/arrow.png?v=1649911635); }

.bundle-popup-wrap .product-wrap .list-points ul li.heart:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/heart_70f32542-aeaf-4012-a83d-1a951b848886.png?v=1649911635);
  top: 2px; }

.bundle-popup-wrap .product-wrap .list-points ul li.star:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/star.png?v=1649912572); }

.bundle-popup-wrap .product-wrap .price-qty {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.bundle-popup-wrap .product-wrap .price-qty .pricing {
  padding-right: 20px;
  text-align: center; }

.bundle-popup-wrap .product-wrap .pricing .r-price {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4; }

.bundle-popup-wrap .product-wrap .pricing .c-price {
  text-decoration: line-through;
  line-height: 1.4; }

.bundle-popup-wrap .product-wrap .qty .productQty {
  display: flex;
  align-items: center; }

.bundle-popup-wrap .product-wrap .qty .qtyBtn {
  border: 1px solid rgba(53, 39, 40, 0.15);
  background-color: transparent;
  padding: 3px;
  min-width: auto;
  width: 27px;
  line-height: 1; }

.bundle-popup-wrap .product-wrap .qty .inputQty {
  padding: 2px 5px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin: 0 3px;
  width: 40px;
  min-width: 0; }

.bundle-popup-wrap .product-wrap .btnAddToCart {
  background-color: #413134;
  color: #fff;
  padding: 7px 10px;
  font-weight: 600;
  width: 100%;
  text-transform: uppercase; }

.pageProducts .bundle-header {
  background-color: #feebe7;
  padding: 10px;
  border-radius: 10px; }

/* .pageProducts .bundle-header .section-heading__title { font-size: 1.4666rem; } */
.promo-block {
  padding-left: 15px;
  margin-bottom: 15px; }

.promo-block .block-inner {
  background-color: #FDF9FA;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column; }

.promo-block .block-text {
  margin-bottom: 20px;
  flex: 1 1 auto;
  text-align: center; }

.promo-block .promo-link {
  padding: 11px 10px;
  background-color: #413134;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600; }

.promo-block .block-img {
  margin-bottom: 12px; }

.promo-block .block-img img {
  width: 100%;
  vertical-aling: middle; }

.promo-block .block-header h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0.1em;
  line-height: 1.4;
  text-align: center; }

.promo-block .block-header p {
  margin: 0 0 10px;
  color: #949494; }

.promo-block .block-text p {
  margin: 0 0 0.2em;
  font-size: 16px;
  line-height: normal; }

.promo-block .block-text p:last-child {
  margin-bottom: 0; }

.footer-subscribe__title a {
  text-decoration: underline; }

@media (min-width: 1024px) {
  .btn-bundle-toggle {
    padding: 10px;
    min-width: 0;
    border: 1px solid #D0C6C6; }

  .btn-bundle-toggle .btn-icon {
    transform: rotate(90deg); }

  .btn-bundle-toggle .btn-icon.wrap-icon {
    transform: none;
    width: 40px;
    height: auto; }

  .btn-bundle-toggle .btn-icon img {
    vertical-align: middle;
    width: 100%; }

  .btn-bundle-toggle .btn-text {
    display: none; }

  .btn-bundle-toggle .btn-icon:not(.wrap-icon) {
    display: none; } }
@media (min-width: 701px) {
  .products-wrap {
    padding-left: 36px;
    padding-right: 36px; } }
@media (max-width: 1023px) {
  .buy-box {
    bottom: 0;
    max-width: none;
    transform: translate(0, 100%); }

  .buy-box.open-box {
    transform: translate(0, 0); }

  .btn-bundle-toggle {
    left: 0;
    bottom: 0; }

  .btn-bundle-toggle .btn-icon.wrap-icon {
    display: none; }

  .bundle-popup-wrap {
    padding: 20px; }

  .bundle-popup-wrap .bundle-popup {
    padding: 44px 24px 24px; }

  .bundle-popup-wrap .btn-close-popup {
    font-size: 18px; }

  .bundle-popup-wrap .product-wrap .image {
    width: 100%;
    margin-bottom: 20px; }

  .bundle-popup-wrap .product-wrap .info {
    width: 100%;
    padding-left: 0; } }
@media (max-width: 559px) {
  .buy-box .total-price {
    padding-right: 6px; }

  .buy-box .added-product .title {
    font-size: 14px;
    flex-basis: 55%; }

  .buy-box .added-product .pricing {
    flex-basis: 35%;
    padding: 0 6px; }

  .buy-box .added-product .remove .remove-icon {
    width: 14px;
    height: 14px; }

  .buy-box .added-product .pricing {
    font-size: 12px;
    line-height: normal; }

  .buy-box .buy-text {
    font-size: 14px; }

  .buy-box .action button {
    font-size: 16px; }

  .bundle-page .price-qty {
    flex-wrap: wrap; }

  .bundle-page .productBlock .productQtyWrap {
    width: 100%;
    display: block; }

  .bundle-page .productBlock .productQty {
    justify-content: center; }

  .bundle-page .icon-text .icon-block .text span {
    display: block; }

  .bundle-page .price-qty .product-price {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px; }

  .bundle-page .price-qty .product-price .regularPrice {
    display: block; }

  .bundle-page .productBlock .btnAddToCart {
    font-size: 12px;
    padding: 10px; }

  .promo-block {
    width: 50% !important;
    padding-left: 10px; }

  .promo-block .block-inner {
    padding: 5px 5px 7px; }

  .promo-block .block-header h2 {
    font-size: 16px;
    line-height: 1;
    text-align: left;
    margin-bottom: 5px; }

  .promo-block .block-header p {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: normal; }

  .promo-block .block-text p {
    font-size: 14px; } }
/* cd code */
.custom_bg_image {
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/referfriend.png?v=1656998769);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3px 5px 0; }

.custom_benefits, .custom_image_with_title {
  padding: 30px 0; }

.custom_benefits .page-width, .custom_image_with_title .page-width {
  max-width: 1250px !important; }

.custom_benefits .heading, .custom_image_with_title .heading {
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 1px;
  padding: 0 10px; }

/* .custom_benefits .custom_icon.icon_false path{fill: #e4b2c4;} */
.custom_benefits .custom_icon .cls-2 {
  opacity: 1; }

.custom_benefits table {
  table-layout: fixed;
  border-top: none; }

.custom_benefits table .custom_icon {
  vertical-align: middle; }

.custom_benefits .custom_main_svg .custom_icon.icon_gold_medal path.cls-1 {
  fill: #eaddca; }

.custom_benefits .custom_main_svg .custom_icon.icon_silver_medal path.cls-1 {
  fill: #e8e3df; }

.custom_benefits .custom_main_svg .custom_icon.icon_bronze_medal path.cls-1 {
  fill: #e6c1ae; }

.custom_benefits .custom_main_svg .custom_icon path.cls-3 {
  fill: none; }

.custom_benefits table tbody .custom_icon {
  width: 40px;
  height: 40px; }

.custom_benefits table tr td:first-child {
  font-weight: 600; }

.custom_benefits table tr td:not(:first-child) {
  font-size: 18px; }

.custom_benefits table tr th, .custom_benefits table tr td {
  border-right: 1px solid #35272826; }

.custom_benefits table tr th:first-child {
  text-align: center; }

.custom_benefits table tr th:first-child img {
  max-width: 150px; }

/* .custom_benefits table tr th .image_block{display: flex; flex-wrap: wrap; justify-content: center; height: 100%;} */
.custom_benefits table tr th:last-child {
  padding-right: 15px; }

.custom_benefits table tr th:not(:first-child), .custom_benefits table tr td:not(:first-child) {
  text-align: center; }

.custom_benefits table tr th:not(:first-child) {
  border-top: 1px solid #35272826; }

.custom_benefits table tr th span.custom_table_head_text {
  font-size: 16px;
  max-width: 260px;
  display: inline-block;
  color: #000; }

.custom_benefits table tr th span.custom_main_svg {
  display: block;
  padding: 20px 0; }

.custom_benefits span.custom_main_svg svg {
  width: 150px; }

.custom_benefits span.custom_link {
  cursor: pointer;
  text-decoration: underline;
  color: #0000ff; }

.custom_benefits span.expiry_text {
  display: block;
  padding: 0 10px; }

.custom_image_with_title .custom_image_block {
  padding: 0 20px 50px;
  text-align: center; }

/* .custom_image_with_title .custom_image_block.hide_on_mobile img{border-radius: 20px; box-shadow: #00000040 0 5px 15px;} */
.link-badge svg .cls-1 {
  fill: #f1d0c1; }

.link-badge svg .cls-2 {
  fill: #000;
  opacity: 1; }

.custom_progress_bar {
  padding: 0 0 20px; }

.custom_progress_bar .progress_content {
  max-width: 500px;
  margin: 0 auto; }

.custom_progress_bar .progress_content .top_text_block {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 10px; }

.custom_progress_bar .progress_content .top_text_block .amount {
  font-weight: bold;
  font-size: 18px; }

.custom_progress_bar .progress_content .top_text_block .medal_svg {
  display: grid;
  text-align: center;
  padding-bottom: 30px; }

.custom_progress_bar .progress_content .top_text_block .medal_svg svg {
  max-width: 130px;
  height: 100%;
  min-width: 130px;
  vertical-align: bottom; }

.custom_progress_bar .progress_content.bronze_medal_progress .top_text_block .amount:first-child {
  padding-right: 20px; }

.custom_progress_bar .progress_content.bronze_medal_progress .top_text_block .medal_svg svg .cls-1 {
  fill: #e6c1ae; }

.custom_progress_bar .progress_content.silver_medal_progress .top_text_block .medal_svg svg .cls-1 {
  fill: #e8e3df; }

.custom_progress_bar .progress_content.gold_medal_progress .top_text_block .amount:first-child {
  padding-right: 10px; }

.custom_progress_bar .progress_content.gold_medal_progress .top_text_block .medal_svg svg .cls-1 {
  fill: #eaddca; }

.custom_progress_bar .progress_content .progress_block .progree_bar {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 20px;
  background-color: #FAF1EC; }

.custom_progress_bar .progress_content .progress_block .progree_bar:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #E0C1B1;
  border-radius: 20px; }

.custom_progress_bar .progress_content .progress_block .progree_bar:before {
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/imageedit_10_9742685688.png?v=1658222700);
  width: 55px;
  height: 35px;
  position: absolute;
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: visible;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: calc(100% - 50px); }

.custom_progress_bar .progress_content .bottom_text_block p {
  text-align: center;
  font-size: 18px; }

.custom_progress_bar .progress_content .bottom_text_block p img {
  width: 30px;
  height: 30px; }

.stamped-rewards-widget-text-holder .stamped-rewards-widget-text[data-target-id="section-greeting-description"] {
  display: none; }

.stamped-rewards-widget-text-holder .stamped-rewards-widget-points.stamped-point-balance {
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/GM1050_Redesign_points_banner_v4-15.svg?v=1657272962);
  background-position: center;
  background-size: 250px 70px;
  background-repeat: no-repeat;
  padding: 20px 0;
  display: block;
  text-decoration: none;
  font-size: 35px;
  line-height: 1; }

.stamped-rewards-widget-text-holder .stamped-rewards-widget-title {
  position: relative;
  margin-bottom: 10px; }

.stamped-rewards-widget-text-holder .stamped-rewards-widget-title:after {
  display: none; }

.stamped-rewards-widget-text-holder .stamped-rewards-widget-title svg {
  height: 30px;
  width: 30px;
  transform: scaleX(-1) rotate(-9deg);
  position: absolute; }

.stamped-rewards-widget-btn-holder .stamped-rewards-widget-btn-rewards-history {
  display: none; }

.custom_image_with_title .custom_image_block .custom_image_content {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  box-shadow: #00000040 0 5px 15px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block {
  width: 65%;
  border-right: 1px solid #d3d3d3;
  padding: 15px;
  text-align: left; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block .top_text span {
  color: #76babf; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block .top_content {
  padding: 40px 15px 20px;
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin: 25px 0; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block .top_content span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  padding: 5px 15px;
  background-color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block p.middle_text {
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-align: center; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block p.middle_text:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #808080;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block p.middle_text span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  color: #808080; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block .middle_content, .custom_image_with_title .custom_image_block.hide_on_mobile .custom_image_content .custom_left_content_block .bottom_content {
  display: flex;
  align-items: center;
  padding: 10px 0; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block .middle_content img {
  width: 50px;
  height: 50px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block .middle_content p {
  margin: 0;
  padding-left: 15px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block .middle_content p span:not(:first-child) {
  color: #76babf; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block .bottom_content span {
  padding-left: 15px;
  line-height: 1; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_left_content_block .bottom_content img {
  width: 20px;
  height: 20px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block {
  width: 35%;
  padding: 15px;
  background-color: #f6ecff;
  border-radius: 0 20px 20px 0; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .top_text {
  text-align: end;
  padding-right: 10px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .top_text img {
  width: 25px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .top_text span {
  padding-left: 10px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .top_content {
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 10px;
  border-radius: 5px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .top_content .image_block {
  position: relative; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .top_content .image_block:after {
  content: '1';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  background-color: #7B35D1;
  border-radius: 50%; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .top_content .image_block img {
  width: 60px;
  height: 60px;
  border-radius: 5px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .top_content span {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .middle_content {
  padding: 25px 20px 10px;
  margin-top: 20px;
  box-shadow: #00000040 0 5px 15px;
  border-radius: 15px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .middle_content .progress_bar {
  position: relative;
  height: 20px;
  background-color: #ead8ff;
  border-radius: 40px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .middle_content .progress_bar:before {
  content: "";
  position: absolute;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Icon_awesome-heart.png?v=1688713145);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  z-index: 1;
  left: 75%;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .middle_content .progress_bar:after {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7B35D1;
  border-radius: 40px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .bottom_text {
  padding-top: 15px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .arrow_content {
  /* display: flex;*/
  display: none;
  padding-top: 20px;
  margin-bottom: -50px; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .arrow_content img.arrow_image {
  width: 33.33%; }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .arrow_content img.arrow_image.first_arrow_image {
  transform: rotate(-45deg); }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .arrow_content img.arrow_image.second_arrow_image {
  transform: rotate(50deg); }

.custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .arrow_content img.arrow_image.third_arrow_image {
  transform: rotate(40deg); }

.template-account .details-addr #stamped-rewards-points-placeholder {
  font-size: 18px; }

.details-addr .btn-order.btn-sec {
  font-size: 16px;
  padding: 8px 10px;
  margin: 0; }

/* .stamped-rewards-widget-item[data-campaign-id="44827"] .stamped-rewards-widget-campaign-value{margin-bottom: 10px!important;} */
.template-account [data-widget-type="rewards-referral"].referred_link_on_account {
  border: none;
  margin: 0; }

.template-account [data-widget-type="rewards-referral"].referred_link_on_account .stamped-reward-referral-link {
  color: #dc9a77;
  background: #fff2f2;
  max-height: unset;
  padding-right: 45px;
  margin: 10px 0 2px; }

.template-account [data-widget-type="rewards-referral"].referred_link_on_account .stamped-reward-copy-icon svg {
  margin: 3px 0 0; }

.template-account [data-widget-type="rewards-referral"].referred_link_on_account .stamped-rewards-page-campaigns-refer {
  margin: 0; }

.template-account [data-widget-type="rewards-referral"].referred_link_on_account .stamped-rewards-widget-heading-sub, .template-account [data-widget-type="rewards-referral"].referred_link_on_account .stamped-rewards-widget-heading-main, .template-account [data-widget-type="rewards-referral"].referred_link_on_account .stamped-rewards-page-text, .template-account [data-widget-type="rewards-referral"].referred_link_on_account div[data-target-id="section-email-friend"], .template-account [data-widget-type="rewards-referral"].referred_link_on_account div[data-target-id="section-thankyou"], .template-account [data-widget-type="rewards-referral"].referred_link_on_account .stamped-reward-referral-platforms {
  display: none !important; }

.template-account .use_point_text {
  display: block;
  margin-top: 10px;
  line-height: 1; }

.template-account .addrs-line {
  margin: 10px auto; }

@media (min-width: 1024px) {
  /*   .custom_benefits table tr th span.custom_table_head_text{font-size: 13px;} */ }
@media only screen and (max-width: 991px) {
  .custom_progress_bar {
    padding: 0 20px; }

  /*   .stamped-rewards-widget-how-it-works-list-item p.stamped-rewards-widget-text{text-align: left;} */
  .custom_image_with_title .custom_image_block.hide_on_mobile .custom_image_content .custom_left_content_block .top_content span, .custom_image_with_title .custom_image_block.hide_on_mobile .custom_image_content .custom_left_content_block p.middle_text span {
    font-size: 12px; }

  .custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .top_content span {
    font-size: 14px; }

  .custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .middle_content .progress_bar:before {
    left: 70%; }

  .custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .middle_content p, .custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .bottom_text {
    font-size: 12px;
    line-height: normal; } }
@media (max-width: 768px) {
  .custom_benefits table tr th span.custom_main_svg svg {
    width: 100px; }

  .custom_benefits table tbody .custom_icon {
    width: 35px;
    height: 35px; }

  .custom_image_with_title .custom_image_block.hide_on_mobile .custom_image_content .custom_left_content_block .top_content span, .custom_image_with_title .custom_image_block.hide_on_mobile .custom_image_content .custom_left_content_block p.middle_text span {
    font-size: 9px; }

  .custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .top_content {
    padding-top: 10px; }

  .custom_image_with_title .custom_image_block .custom_image_content .custom_right_content_block .arrow_content {
    padding-top: 10px;
    margin-bottom: -35px; } }
@media (min-width: 641px) {
  .hide_on_desktop {
    display: none; }

  .custom_benefits .inner {
    padding: 0 20px; }

  .custom_progress_bar .progress_content .top_text_block .medal_svg svg {
    max-width: 150px;
    min-width: 150px; } }
@media (max-width: 640px) {
  .hide_on_mobile {
    display: none; }

  .custom_benefits .page-width, .custom_image_with_title .page-width {
    max-width: 100% !important; }

  .custom_benefits .heading, .custom_image_with_title .heading {
    font-size: 28px;
    margin-bottom: 0; }

  .custom_benefits .custom_benefit_block {
    position: relative;
    padding: 25px 15px;
    margin: 0 10px 20px; }

  .custom_benefits .custom_benefit_block:not(:last-child):after {
    content: "";
    width: 80%;
    height: 1px;
    background-color: #c9c9c9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

  .custom_benefits .custom_benefit_block h3 {
    font-size: 0;
    text-align: center;
    text-transform: lowercase; }

  .custom_benefits .custom_benefit_block p {
    font-weight: 700;
    text-align: center;
    margin: 3px auto 5px;
    color: #000; }

  .custom_benefits .custom_benefit_block ul li {
    position: relative;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    width: 90%;
    margin: auto; }

  .custom_benefits .custom_benefit_block ul li svg {
    /*position: absolute; left: -22px; top: 50%; transform: translateY(-50%);*/
    vertical-align: middle;
    width: 20px;
    height: 20px; }

  .custom_benefits span.expiry_text {
    text-align: center; }

  .custom_image_with_title {
    padding: 0 0 30px; }

  .custom_image_with_title .custom_image_block {
    padding: 0 20px 15px; }

  .custom_image_with_title .custom_image_block h4 {
    font-size: 12px;
    margin-top: 10px; }

  .custom_progress_bar .progress_content .progress_block .progree_bar:before {
    width: 55px;
    background-size: 51px;
    left: calc(100% - 40px); } }
@media (max-width: 400px) {
  .stamped-rewards-widget-item[data-campaign-id="44827"] .stamped-rewards-widget-item-content, .stamped-rewards-widget-item[data-campaign-id="28217"][data-campaign-completed="false"] .stamped-rewards-widget-item-content {
    background-position-y: -183px !important; }

  .stamped-rewards-widget-item[data-campaign-id="44827"] .stamped-rewards-widget-item-content .stamped-rewards-widget-item-inner {
    margin-bottom: 0; }

  .stamped-rewards-widget-item[data-campaign-id="44827"] .stamped-rewards-widget-item-content .stamped-rewards-widget-item-inner .stamped-rewards-widget-campaign-value {
    margin-bottom: 5px; } }
@media (max-width: 360px) {
  .custom_benefits .heading, .custom_image_with_title .heading {
    font-size: 22px; }

  /*   .custom_benefits .custom_benefit_block ul li{padding-left: 25px;} */ }
.quantity-cart:after {
  content: '';
  display: table;
  clear: both; }

.medal-img {
  margin-bottom: 10px; }

.medal-img svg {
  vertical-align: middle;
  max-width: 120px; }

.social-custom img {
  width: 25px;
  height: 25px; }

/* cd code */
.grid__item.product-features .custom_image_block {
  position: relative;
  padding-top: 40%; }

.grid__item.product-features .custom_image_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.center_grid_list {
  justify-content: center; }

/* mobile menu dropdown */
.custom_mob_menu .js_menu_change {
  position: relative; }

.custom_mob_menu .js_menu_change:after {
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: normal;
  font-weight: 400; }

.custom_mob_menu .menu_open.js_menu_change:after {
  content: "\f068"; }

.custom_mob_menu .js_menu_dropdown {
  background-color: #fff;
  position: unset;
  transform: unset;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transition: unset; }

.custom_mob_menu .js_menu_dropdown li:before {
  content: unset !important; }

.custom_mob_menu .js_menu_dropdown li.main-nav__child-item {
  border: 1px solid;
  margin: 0 20px;
  padding: 0; }

.custom_mob_menu .js_menu_dropdown li.main-nav__child-item:not(:first-child) {
  border-top: none; }

.custom_mob_menu .js_menu_dropdown li.main-nav__child-item .main-nav__child-link {
  background: #fbe0db !important;
  padding: 10px 15px !important;
  margin-bottom: 0; }

.custom_mob_menu .js_menu_dropdown li.main-nav__child-item .main-nav__sub-child-link {
  padding: 5px !important; }

/* Desktop Header */
.custom_desktop_header .main-nav {
  position: relative; }

.custom_desktop_header .main-nav .main-nav__item {
  position: unset; }

.custom_desktop_header .main-nav .main-nav__item .main_nav_arrow svg {
  transform: rotate(90deg);
  transition: all 0.25s ease; }

.custom_desktop_header .main-nav .main-nav__item.show-dropdown .main_nav_arrow svg {
  transform: rotate(270deg); }

.custom_desktop_header .main-nav .main-nav__item:not(.main-nav__has-dropdown):after {
  content: unset; }

.custom_desktop_header .main-nav .main-nav__item .custom_submenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background-color: #fff; }

.custom_desktop_header .main-nav .main-nav__item .custom_submenu ul.nav_dropdown {
  width: calc(50% - 10px); }

.custom_desktop_header .main-nav .main-nav__item .nav_dropdown {
  margin: 15px 10px;
  background: linear-gradient(90deg, #f79dc4 0%, #d0a8ff 100%); }

.custom_desktop_header .main-nav .main-nav__item .nav_dropdown li.main-nav__child-item {
  color: #fff;
  border: 1px solid; }

.custom_desktop_header .main-nav .main-nav__item .nav_dropdown li.main-nav__child-item:not(:first-child) {
  border-top: none; }

.custom_desktop_header .main-nav .main-nav__item .custom_submenu .image_inner {
  width: calc(50% - 10px);
  padding: 10px; }

.custom_desktop_header .main-nav .main-nav__item .custom_submenu .image_inner .image_text_content {
  display: flex;
  align-items: center; }

.custom_desktop_header .main-nav .main-nav__item .custom_submenu .image_inner .image_text_content img {
  width: 100px;
  height: auto; }

.custom_desktop_header .main-nav .main-nav__item .custom_submenu .image_inner .image_text_content p {
  padding-left: 15px;
  line-height: 1; }

.custom_desktop_header .main-nav .main-nav__item .custom_submenu .main-nav__sub-dropdown {
  left: 100%;
  right: auto; }

.custom_desktop_header .main-nav .main-nav__item .nav_dropdown li.main-nav__child-item .main-nav__child-link {
  font-size: 15px;
  color: #fff; }

.featuredCollection .section_title {
  padding-top: 20px; }

.featuredCollection .section_title a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0; }

.featuredCollection .section_title a:not(.hide_on_desktop) {
  position: relative;
  overflow: visible; }

.featuredCollection .section_title a:not(.hide_on_desktop):before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  left: -190px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Group_3374.png?v=1687850359);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.featuredCollection .section_title a:not(.hide_on_desktop):after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  right: -190px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Group_3372.png?v=1687850199);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

#shopify-section-page-bundle .products-wrap .productList .product-block:nth-child(4) {
  order: 4; }

@media (min-width: 769px) {
  .featuredCollection .section_title a.hide_on_desktop {
    display: none; } }
@media (max-width: 800px) {
  .product_with_tag .show_product_with_tag .product_detail {
    padding: 10px 5px; } }
@media (max-width: 768px) {
  .grid__item.product-features .custom_image_block {
    padding-top: 70%; }

  .featuredCollection .section_title {
    padding-top: 10px; }

  .featuredCollection .section_title a {
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    background-color: #FD84C7;
    border-color: #FD84C7; }

  .featuredCollection .section_title a.hide_on_mobile {
    display: none; } }
/* CD Nirav */
/* .relProductReview { text-align: center; }
.relProductReview .stamped-product-reviews-badge { font-size: 18px; } 

@media (max-width: 1023px){
  .relProductReview .stamped-product-reviews-badge { font-size: 16px; } 
} */
.klaviyo_out_of_stock {
  border-radius: 15px !important; }

/* CD Arshit New Design */
@font-face {
  font-family: 'Circular Std Book';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.shopify.com/s/files/1/0566/8483/9089/files/CircularStd-Book.ttf?v=1697873215") format("truetype"); }

.desktop_hide {
  display: none !important; }

.btn.btn--primary, .shopify-payment-button .btn.shopify-payment-button__button--unbranded, .btn.spr-button-primary, .shopify-challenge__container .btn.shopify-challenge__button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  font-weight: 700;
  border-radius: 40px;
  padding: 10px 40px; }

.custom_icon {
  color: transparent; }

.main-nav__item.rewards_badge_menu {
  background: linear-gradient(180deg, #f79dc4 0%, #d0a8ff 100%);
  border-radius: 25px; }

.main-nav__item.rewards_badge_menu .main-nav__link {
  color: #fff; }

.section--header .utils__right .rewards {
  margin-right: 10px; }

.section--header .main-nav-bar ul.main-nav li a {
  font-size: 16px;
  line-height: 21px; }

.section--header .utils__right .rewards .rewrds-link {
  font-size: 11px;
  line-height: 11px;
  background: linear-gradient(180deg, #f79dc4 0%, #d0a8ff 100%);
  border-radius: 25px;
  color: #fff;
  padding: 5px 10px;
  border-color: transparent;
  text-transform: lowercase; }

div#shopify-section-footer {
  position: relative; }

div#shopify-section-footer,
div#shopify-section-footer section.page-footer.page-width {
  background-color: #000 !important; }

div#shopify-section-footer * {
  color: #fff; }

div#shopify-section-footer .footer-row:after {
  background-color: #fff; }

div#shopify-section-footer .footer-nav__item {
  text-transform: uppercase; }

div#shopify-section-footer:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  top: -50px;
  left: -50px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(27deg); }

div#shopify-section-footer:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  top: -50px;
  right: 10%;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(27deg); }

.footer_site_info {
  position: relative;
  width: 33%;
  min-width: 330px;
  margin-right: 9%; }

.footer_site_info .footer_logo {
  padding-bottom: 20px; }

.footer_site_info .footer_logo img {
  width: 100%;
  max-width: 200px; }

.footer_site_info .social-links {
  justify-content: left; }

.footer_site_info .social-links .social-custom img {
  margin-left: 0px;
  margin-right: 15px; }

.footer_site_info:after {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  top: -85px;
  right: -50px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(27deg); }

.banner-section .overlay__subheading.title {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  text-shadow: unset; }

.banner-section .overlay__cta-container .btn-banner {
  font-size: 20px;
  line-height: 36px;
  border-radius: 50px !important;
  background-color: #000;
  color: #fff;
  padding: 10px 40px;
  margin-top: 0; }

.custom_desktop_header .main-nav .main-nav__item .custom_submenu .image_inner .image_text_content {
  font-size: 15px;
  line-height: 16px; }

#shopify-section-home-featured-collection {
  position: relative;
  overflow: hidden; }

#shopify-section-home-featured-collection:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 40%;
  left: -110px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0031_32.webp?v=1687503003);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

#shopify-section-home-featured-collection:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  right: -100px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0031_32.webp?v=1687503003);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

#shopify-section-home-featured-collection .featured-collection {
  position: relative; }

#shopify-section-home-featured-collection .featured-collection:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  top: 10%;
  right: -150px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(147deg); }

.rotate_text {
  padding: 30px 0;
  position: relative;
  background-color: #ebd5ff40; }

.rotate_text .rotate_text_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 0;
  align-items: center; }

.rotate_text .rotate_text_inner .single_text_block {
  width: calc(33.33% - 10px);
  display: flex;
  flex-direction: column; }

.rotate_text .rotate_text_inner .single_text_block .text_block_inner {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 15px;
  background: linear-gradient(90deg, #f79dc4 0%, #d0a8ff 100%);
  border-radius: 8px; }

.rotate_text .rotate_text_inner .single_text_block.rotate_direction_left .text_block_inner {
  transform: rotate(-7deg); }

.rotate_text .rotate_text_inner .single_text_block.rotate_direction_right .text_block_inner {
  transform: rotate(7deg); }

.rotate_text .rotate_text_inner .single_text_block .text_block_inner h1 {
  margin: 0;
  font-size: 40px;
  color: #fff; }

.rotate_text .rotate_text_inner .single_text_block .text_block_inner p {
  margin: 0;
  font-size: 18px;
  color: #fff; }

.rotate_text:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  bottom: -50px;
  left: 5%;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.new_product_design h1.standard-title, .new_product_design .product-reviews-manager h1.spr-header-title, .product-reviews-manager .new_product_design h1.spr-header-title {
  font-size: 26px;
  line-height: 30px; }

.new_product_design .product-price.product-price--large {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: left;
  column-gap: 10px;
  width: 100%;
  float: unset; }

.new_product_design .product-price.product-price--large * {
  color: #7B35D1;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px; }

.new_product_design .product-price.product-price--large .product-price__compare * {
  color: #D1D1D1;
  font-weight: 400; }

.new_product_design .product-price .product-price__compare::after {
  content: unset; }

.new_product_design .product-price .product-price__compare .money {
  text-decoration: line-through !important; }

.new_product_design .new_reviews_afterpay {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center; }

.new_product_design .new_reviews_afterpay .stamped-product-reviews-badge.stamped-main-badge {
  width: calc(50% - 10px);
  float: unset; }

.new_product_design .new_reviews_afterpay .stamped-product-reviews-badge.stamped-main-badge * {
  font-size: 15px;
  line-height: 20px; }

.new_product_design .new_reviews_afterpay .stamped-badge {
  justify-content: left;
  display: flex;
  gap: 5px; }

.new_product_design .new_reviews_afterpay .afterpay-info {
  width: calc(50% - 10px); }

.new_product_design .new_reviews_afterpay .afterpay-info .zip-link {
  max-width: 115px; }

.new_product_design .swatch-wrapper .swatch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center; }

.new_product_design .swatch-wrapper .swatch .swatch-element {
  width: calc(50% - 5px); }

.new_product_design .swatch-wrapper .swatch .swatch-element:nth-child(3n) {
  width: 100%; }

.new_product_design .swatch-wrapper .swatch .swatch-element label {
  background-color: #EBD5FF;
  color: #000;
  border-color: #EBD5FF;
  border-radius: 40px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 27px;
  opacity: 0.5;
  text-transform: uppercase; }

.new_product_design .swatch-wrapper .swatch .swatch-element:nth-child(3n) label,
.template-product .new_product_design .swatch-wrapper .swatch .swatch-element label {
  font-size: 15px; }

.new_product_design .swatch-wrapper .swatch .swatch-element input[type="radio"]:checked + label {
  background-color: #EBD5FF;
  color: #000;
  opacity: 1;
  border-color: #9589A1; }

.template-product .new_product_design .swatch-wrapper .swatch {
  gap: 5px; }

.template-product .new_product_design .swatch-wrapper .swatch .swatch-element {
  width: 100%; }

.template-product [id^=accordion] .card .card-header h5 {
  font-size: 16px !important; }

.new_product_design .atc_form_btn {
  width: 100%;
  padding: 10px 0; }

.new_product_design .atc_form_btn .btn {
  text-transform: uppercase;
  border-radius: 40px; }

.new_product_design .atc_form_btn .btn * {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px; }

.new_product_design .free-ship-wrap.freeShipMsg {
  margin-bottom: 10px;
  background-color: #EBD5FF; }

.new_product_design .free-ship-wrap.freeShipMsg p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  background-color: transparent; }

.new_product_design .product_with_tag {
  padding-top: 15px;
  border-top: 1px solid #707070; }

.new_product_design .product_with_tag .pairProductHeading {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px; }

.new_product_design .product_with_tag .show_product_with_tag .product_detail h6 {
  line-height: 16px;
  font-weight: 400; }

.new_product_design .grid_item.home-product-icon {
  border-top: 1px solid #707070; }

.new_product_design .grid_item .item1-wrapper .item1 p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px; }

#shopify-section-home-product-section {
  padding-top: 30px; }

#shopify-section-home-product-section-2 .new_product_design .featured-product__container .product-image,
#shopify-section-home-product-section .new_product_design .featured-product__container .product-image,
.custom-home-product-section {
  position: relative;
  overflow: visible; }

#shopify-section-home-product-section-2 .new_product_design .featured-product__container .product-image:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  top: -70px;
  left: -70px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(88deg); }

#shopify-section-home-product-section .new_product_design .featured-product__container .product-image:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: -50px;
  left: -80px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0031_32.webp?v=1687503003);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.custom-home-product-section:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: -100px;
  left: -130px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(82deg); }

#shopify-section-text-btn {
  padding-bottom: 30px; }

#shopify-section-text-btn .text_with_btn {
  padding: 30px 0;
  background: linear-gradient(180deg, #f79dc4 0%, #d0a8ff 100%);
  margin: 15px 0 30px; }

#shopify-section-text-btn .text_with_btn .text_with_btn_inner {
  position: relative; }

#shopify-section-text-btn .text_with_btn .text_with_btn_inner .section_title {
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 10px; }

#shopify-section-text-btn .text_with_btn .text_with_btn_inner .button_container .btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  font-weight: 700;
  border-radius: 40px;
  padding: 10px 40px; }

#shopify-section-text-btn .text_with_btn .text_with_btn_inner:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  bottom: -90px;
  right: 0;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.new_newsletter {
  margin-bottom: 0; }

.new_newsletter .newsletter-section {
  background: linear-gradient(270deg, #f79dc4 0%, #7b35d1 100%) !important;
  padding: 15px 0; }

.new_newsletter .newsletter-section__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px; }

.new_newsletter .newsletter-section__text .title_section {
  width: 50%;
  max-width: 480px; }

.new_newsletter .newsletter-section__text .title_section h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 0; }

.new_newsletter .newsletter-section__text .contact-form {
  flex: 1; }

.new_newsletter .newsletter-section__text .newsletter-section__inputs {
  border: none; }

.new_newsletter .newsletter-section__text .newsletter-section__inputs input {
  font-size: 16px;
  line-height: 21px;
  outline: none;
  padding: 15px 25px;
  border: 1px solid;
  border-radius: 40px; }

.new_newsletter .newsletter-section__text .contact-form .newsletter-section__button {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
  margin-left: 10px;
  background-color: #fff;
  color: #000;
  border-radius: 40px;
  border-color: #fff; }

.new_image_with_text {
  position: relative;
  background: linear-gradient(270deg, #f79dc4 0%, #7b35d1 100%);
  margin-top: 85px; }

.new_image_with_text .new_image_with_text_inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.new_image_with_text .new_image_with_text_inner .text_block {
  width: 50%;
  padding: 15px 0; }

.new_image_with_text .new_image_with_text_inner .text_block .text_description {
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  padding-bottom: 15px; }

.new_image_with_text .new_image_with_text_inner .image_section {
  width: 50%;
  margin-top: -50px; }

.new_image_with_text .new_image_with_text_inner .text_block .btn_container .btn {
  width: 100%;
  max-width: 300px; }

.new_image_with_text:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  top: -210px;
  left: -200px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0001_2.png?v=1687527139);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-8deg); }

.new_image_with_text .new_image_with_text_inner:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: -85px;
  right: 5px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(27deg); }

div[data-widget-style] .summary-rating .summary-rating-title:before {
  color: #7B35D1 !important; }

#stamped-main-widget .stamped-summary-ratings .summary-rating-bar {
  background-color: #EBD5FF;
  border-radius: 25px;
  overflow: hidden; }

#stamped-main-widget .stamped-summary-ratings .summary-rating-bar .summary-rating-bar-content {
  background-color: #7B35D1 !important;
  border-radius: 25px; }

div#stamped-main-widget .stamped-summary-text-1:before,
.stamped-fa-share-alt:before,
.stamped-fa-thumbs-up:before,
.stamped-fa-thumbs-down:before {
  color: #7B35D1; }

.custom_review {
  position: relative;
  overflow: hidden; }

.custom_review:before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: -200px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0001_2.png?v=1687527139);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-88deg);
  z-index: -1; }

.custom_review:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: 70%;
  right: -70px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0021_22.webp?v=1687509603);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-25deg);
  z-index: -1; }

.custom_review:not(.extra_bubble_added) div.stamped-container[data-widget-style] {
  position: relative; }

.custom_review:not(.extra_bubble_added) div.stamped-container[data-widget-style]:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 30%;
  right: -200px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0031_32.webp?v=1687503003);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1; }

.custom_review.extra_bubble_added .extra_bubble:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: 30%;
  right: -100px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0001_2.png?v=1687527139);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(150deg);
  z-index: -1; }

.custom_review.only_for_review_page .page-width {
  position: relative;
  background-color: transparent; }

.custom_review.only_for_review_page .page-width:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  top: 5%;
  left: -150px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

/* Mobile Menu */
ul.custom_mob_menu:before {
  content: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/black_for_website_84be2887-c14f-468e-b9e6-7cb9b9af6346_200x.png);
  zoom: 100%; }

ul.custom_mob_menu.main-nav li.main-nav__item:first-child,
ul.custom_mob_menu.main-nav li.main-nav__item:nth-child(2),
ul.custom_mob_menu.main-nav li.main-nav__item:nth-child(3),
ul.custom_mob_menu.main-nav li.main-nav__item:nth-child(4),
ul.custom_mob_menu.main-nav li.main-nav__item:nth-child(5) {
  border-color: #fff !important;
  background: linear-gradient(90deg, #f79dc4 0%, #d0a8ff 100%) !important; }

ul.custom_mob_menu.main-nav li.main-nav__item:first-child *,
ul.custom_mob_menu.main-nav li.main-nav__item:nth-child(2) *,
ul.custom_mob_menu.main-nav li.main-nav__item:nth-child(3) *,
ul.custom_mob_menu.main-nav li.main-nav__item:nth-child(4) *,
ul.custom_mob_menu.main-nav li.main-nav__item:nth-child(5) * {
  color: #fff !important; }

.custom_mob_menu .js_menu_dropdown {
  padding: 0;
  border-top: 1px solid;
  background-color: transparent;
  box-shadow: unset; }

.custom_mob_menu .js_menu_dropdown li.main-nav__child-item {
  border: none;
  margin: 0;
  background-color: transparent; }

.custom_mob_menu .js_menu_dropdown li.main-nav__child-item .main-nav__child-link {
  text-transform: inherit;
  background-color: transparent !important; }

.custom_mob_menu .js_menu_change:after {
  content: "\2039";
  font-size: 26px;
  transform: translateY(-50%) rotate(270deg); }

.custom_mob_menu .menu_open.js_menu_change:after {
  content: "\203a"; }

.custom_mob_menu .main-nav__item.search-nav .search-nav-i {
  border-color: transparent;
  background: linear-gradient(270deg, #f79dc4 0%, #d0a8ff 100%); }

.custom_mob_menu .main-nav__item.search-nav .search-nav-i input,
.custom_mob_menu .main-nav__item.search-nav .search-nav-i input::placeholder {
  color: #fff; }

#shopify-section-page-products,
#shopify-section-custom-product-show,
#shopify-section-page-bundle,
#shopify-section-bundle-buy-template {
  position: relative;
  overflow: hidden; }

.pageProducts,
.pageProducts .page-width,
#shopify-section-bundle-buy-template .bundle-page,
#shopify-section-bundle-buy-template .bundle-products .page-width {
  position: relative; }

#shopify-section-page-products:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: 10%;
  right: -130px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0001_2.png?v=1687527139);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(150deg); }

.pageProducts:before,
#shopify-section-bundle-buy-template .bundle-page:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: 50%;
  left: -150px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0031_32.webp?v=1687503003);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.pageProducts:after,
#shopify-section-bundle-buy-template .bundle-page:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: 60%;
  right: -110px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0031_32.webp?v=1687503003);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.pageProducts .page-width:before,
#shopify-section-bundle-buy-template .bundle-products .page-width:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  top: 10%;
  left: -170px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.pageProducts .page-width:after,
#shopify-section-bundle-buy-template .bundle-products .page-width:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  top: 20%;
  right: -170px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(147deg); }

.pageProducts .featuredHeader,
.custom_heading.featuredHeader {
  background: linear-gradient(180deg, #f79dc4 0%, #d0a8ff 100%);
  border-radius: 0; }

.pageProducts .featuredHeader .section-heading__title {
  font-weight: 700; }

.pageProducts .featuredHeader .section-heading__title,
.custom_heading.featuredHeader .section-heading__title {
  color: #fff;
  margin: 0; }

#shopify-section-bundle-buy-template .bundle-page {
  padding-top: 0; }

#shopify-section-bundle-buy-template .bundle-page .byob_banner {
  background: linear-gradient(180deg, #f79dc4 0%, #d0a8ff 100%); }

#shopify-section-bundle-buy-template .bundle-page .byob_banner img {
  width: 100%; }

#shopify-section-bundle-buy-template .bundle-page .icon-text {
  margin-bottom: 50px; }

#shopify-section-bundle-buy-template .bundle-page .icon-text .page-width {
  background-color: transparent; }

#shopify-section-bundle-buy-template .bundle-page .icon-text .heading {
  width: fit-content;
  margin: -35px auto 0;
  z-index: 1;
  position: relative;
  transform: rotate(-1deg);
  background-color: #000;
  padding: 10px 30px;
  border-radius: 0; }

#shopify-section-bundle-buy-template .bundle-page .icon-text .heading * {
  color: #fff;
  font-size: 30px; }

#shopify-section-bundle-buy-template .bundle-page .icon-text .byob_banner_mob {
  position: relative; }

#shopify-section-bundle-buy-template .bundle-page .icon-text .byob_banner_mob .page-width {
  display: none; }

#shopify-section-bundle-buy-template .bundle-page .icon-text .byob_banner_mob .main_heading {
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Mask_Group_2245.png?v=1687754783), linear-gradient(90deg, #f79dc4 0%, #d0a8ff 100%);
  background-size: cover;
  background-color: black;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center; }

#shopify-section-bundle-buy-template .bundle-page .icon-text .byob_banner_mob .main_heading h1 {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  margin: 0; }

#shopify-section-bundle-buy-template .bundle-page .icon-text .byob_banner_mob .offer_text_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  max-width: 450px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%; }

#shopify-section-bundle-buy-template .bundle-page .icon-text .byob_banner_mob .single_offer_block {
  width: calc(33.33%);
  border: 1px solid #E3A3CF;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  padding: 8px 5px; }

#shopify-section-bundle-buy-template .bundle-page .icon-text .byob_banner_mob .single_offer_block:first-child {
  transform: rotate(5deg); }

#shopify-section-bundle-buy-template .bundle-page .icon-text .byob_banner_mob .single_offer_block:nth-child(2) {
  transform: rotate(-10deg); }

#shopify-section-bundle-buy-template .bundle-page .icon-text .byob_banner_mob .single_offer_block:nth-child(3) {
  transform: rotate(10deg); }

#shopify-section-bundle-buy-template .bundle-page .icon-text .byob_banner_mob .single_offer_block p {
  margin: 0; }

#shopify-section-bundle-buy-template .bundle-page .icon-text .byob_banner_mob .single_offer_block .subheading {
  font-size: 12px;
  font-weight: 400;
  line-height: normal; }

#shopify-section-bundle-buy-template .bundle-page .icon-text .byob_banner_mob .single_offer_block .mob_heading {
  font-size: 18px;
  line-height: normal; }

.announce_bar.marquee_inner {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 34px;
  overflow-x: hidden; }

.announce_bar.marquee_inner .marquee_inner_text {
  top: 0;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 150s linear infinite;
  height: 100%; }

.announce_bar.marquee_inner .marquee_inner_text span {
  display: inline-block;
  padding: 0 20px;
  line-height: 34px;
  font-family: 'Circular Std Book'; }

.announce_bar.marquee_inner .marquee_inner_text .announcement-bar__content {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--Necto-font);
  height: 100%; }

.announce_bar.marquee_inner .marquee_inner_text .announcement-bar__content,
.announcement-bar .announce_bottom_text {
  font-family: 'Circular Std Book';
  font-size: 16px;
  line-height: normal; }

.main-nav__item.rewards_badge_menu .main-nav__link {
  font-weight: 700; }

@keyframes marquee {
  from {
    transform: translateX(0); }

  to {
    transform: translateX(-50%); } }

.bundle-popup-wrap .bundle-popup {
  border-radius: 0; }

.bundle-popup-wrap .product-wrap .btnAddToCart {
  border-radius: 40px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 700; }

.bundle-popup-wrap .product-wrap .list-points ul li:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Icon_ionic-ios-checkmark-circle-outline.png?v=1687781831) !important; }

.bundle-popup-wrap .product-wrap .price-qty {
  justify-content: space-between; }

.bundle-popup-wrap .product-wrap .price-qty .pricing {
  text-align: left; }

.bundle-popup-wrap .product-wrap .price-qty .pricing .money {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #7B35D1; }

.bundle-popup-wrap .product-wrap .price-qty .pricing .c-price {
  color: #C9C9C9; }

.bundle-popup-wrap .product-wrap .price-qty .pricing .c-price .money {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #C9C9C9; }

.bundle-popup-wrap .product-wrap .price-qty .qty .productQty {
  justify-content: space-evenly;
  background: #EBD5FF;
  border-radius: 50px;
  padding: 10px; }

.bundle-popup-wrap .product-wrap .price-qty .qty .qtyBtn {
  border: unset;
  outline: unset; }

.bundle-popup-wrap .product-wrap .price-qty .qty .inputQty {
  outline: none;
  background-color: transparent;
  border: unset;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold; }

.buy-box {
  background: linear-gradient(180deg, #f79dc4 0%, #d0a8ff 100%); }

.buy-box * {
  color: #fff; }

.buy-box svg {
  fill: #fff; }

.buy-box .action button {
  font-size: 15px;
  line-height: 27px;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #000; }

.pageProducts {
  padding-top: 0; }

/* Product Page */
.product_page_info .product_page_new_design h1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500; }

.product_page_info .product_page_new_design .price_with_timer {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.product_page_info .product_page_new_design .price_with_timer .price_container {
  width: 50%; }

.product_page_info .product_page_new_design .price_with_timer .timerSec {
  width: 50%;
  background-color: #F1E2FF;
  border-radius: 15px; }

.product_page_info .product_page_new_design .price_with_timer .timerSec .timerSecHeading p {
  font-size: 14px;
  line-height: 30px;
  border: none;
  background: linear-gradient(180deg, #f79dc4 0%, #d0a8ff 100%);
  color: #fff;
  border-radius: 8px; }

.product_page_info .product_page_new_design .productSingleReview {
  float: unset;
  width: 100%; }

.product_page_info .product_page_new_design .productSingleReview .stamped-badge {
  display: flex; }

.product_page_info .new_product_design.product_page_new_design .product-price.product-price--large {
  flex-direction: column; }

.product_page_info .new_product_design.product_page_new_design .product-price.product-price--large * {
  font-size: 26px;
  line-height: 35px; }

.product_page_info .new_product_design.product_page_new_design .product-price.product-price--large .product-price__compare * {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700; }

.product_page_info .new_product_design.product_page_new_design .afterpayTimer .afterpay-info {
  width: 100%;
  display: flex;
  gap: 10px; }

.product_page_info .new_product_design.product_page_new_design .product-addtocart-btn,
.sticky_atc_btn_inner .product-addtocart-btn {
  width: 100%;
  font-size: 15px;
  line-height: 27px;
  font-weight: 700;
  border-radius: 50px;
  background-color: #000 !important;
  border-color: #000 !important; }

.product_page_info .new_product_design.product_page_new_design .about-us-box-mobile {
  border-top: 1px solid #707070;
  padding-top: 35px;
  margin-top: 5px; }

.product_page_info .new_product_design.product_page_new_design .about-us-box-mobile .shortDesc {
  padding-top: 15px;
  text-align: center;
  border-radius: 19px;
  border-color: #C7C7C7; }

.product_page_info .new_product_design.product_page_new_design .about-us-box-mobile .shortDesc legend {
  font-size: 18px;
  line-height: 24px;
  background-color: #fff;
  color: #7B35D1 !important; }

.product_page_info .new_product_design.product_page_new_design .about-us-box-mobile .shortDesc .shortDescInner p {
  font-size: 15px;
  line-height: 20px; }

.product_page_info {
  position: relative; }

.product_page_info:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  right: 0;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0031_32.png?v=1688102162);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right; }

.product_page_info .product_page .product-final-left {
  position: relative; }

.product_page_info .product_page .product-final-left:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  top: 10px;
  left: -170px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.product_page_info .quantity-cart {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px; }

.product_page_info .quantity-cart:after {
  content: none; }

.product_page_info .quantity-cart .quantity.buttons_added,
.sticky_atc_btn_inner .quantity.buttons_added {
  border: 2px solid #7b35d1;
  border-radius: 50px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-evenly; }

.product_page_info .quantity-cart .quantity.buttons_added *,
.sticky_atc_btn_inner .quantity.buttons_added * {
  color: #7b35d1;
  border: unset;
  outline: unset;
  padding: 4px !important; }

.product_page_info .quantity-cart .quantity.buttons_added .minus,
.product_page_info .quantity-cart .quantity.buttons_added .plus,
.sticky_atc_btn_inner .quantity.buttons_added .minus,
.sticky_atc_btn_inner .quantity.buttons_added .plus {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold; }

.product_page_info .quantity-cart .quantity.buttons_added #Quantity,
.sticky_atc_btn_inner .quantity.buttons_added #Quantity {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold; }

.product_page_info .quantity-cart .product-form-button-container,
.sticky_atc_btn_inner .product-form-button-container {
  flex: 1; }

.product_page_info .quantity-cart .product-form-button-container > button,
.sticky_atc_btn_inner .product-form-button-container > button {
  margin-top: 0 !important; }

.sidebar-inner .item-title-price .item-ttl {
  font-size: 15px;
  line-height: 20px; }

.sidebar-inner .sidebar-footer-wrap .sidebar-chkout {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 25px; }

.sidebar-inner .sidebar-footer-wrap .sidebar-icon-txt {
  font-size: 12px;
  line-height: 15px; }

.cart-sidebar .item-actions .item-qty {
  width: auto;
  height: auto;
  background-color: #F2F2F2;
  border: unset;
  padding: 4px;
  border-radius: 50px; }

.cart-sidebar .item-actions .item-qty .jsQty {
  font-size: 8px;
  font-weight: bold;
  line-height: 15px;
  background-color: transparent; }

.cart-sidebar .item-actions .item-qty .qty-btn {
  font-size: 8px;
  font-weight: bold;
  line-height: 13px; }

.new_bubble_design {
  overflow: hidden; }

.new_bubble_design .page_bubble_block {
  position: relative; }

.new_bubble_design .page_bubble_block:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  top: 20px;
  left: -125px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.new_bubble_design .page_bubble_block:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  top: 80px;
  right: -125px;
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(147deg); }

.new_threshhold .threshhold_details_inner,
.new_threshhold .threshhold_msg {
  position: relative;
  margin: 15px 10px; }

.new_threshhold .threshhold_details_inner .new_progress_bar {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: calc(100% - 50px);
  height: 10px;
  background-color: #E2CBFF;
  border-radius: 30px;
  transform: translateX(-50%); }

.new_threshhold .threshhold_details_inner .new_progress_bar .filled_progress_bar {
  width: 0%;
  height: 10px;
  background-color: #7B35D1;
  border-radius: 30px;
  transition: 0.5s; }

.new_threshhold .threshhold_details_inner .filled_bar_icon {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: calc(100% - 50px);
  height: 10px;
  border-radius: 30px;
  transform: translateX(-50%);
  z-index: 2; }

.new_threshhold .threshhold_details_inner .filled_bar_icon:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -20px;
  left: calc(var(--progress-bar-icon) - 35px);
  background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Icon_awesome-shopping-cart.png?v=1688119280);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.5s; }

.new_threshhold .top_progress_inner {
  display: flex;
  justify-content: space-between;
  align-items: end; }

.new_threshhold .top_progress_inner .threshhold_container {
  width: 25%;
  text-align: center; }

.new_threshhold .top_progress_inner .threshhold_container.right {
  order: 1; }

.new_threshhold .top_progress_inner .threshhold_container .image_block {
  padding-top: 5px; }

.new_threshhold .top_progress_inner .threshhold_container.right .image_block {
  text-align: right;
  padding-right: 25px; }

.new_threshhold .top_progress_inner .threshhold_container .image_block img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
  border: 2px solid #fff; }

.new_threshhold .top_progress_inner .threshhold_container.active_threshhold .image_block img {
  border-color: #7B35D1; }

.new_threshhold .top_progress_inner .threshhold_container div {
  font-size: 12px;
  line-height: 13px; }

.new_threshhold .threshhold_msg {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #7B35D1;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px; }

.new_threshhold .threshhold_msg p {
  margin: 0; }

.cart-sidebar .bar-wrap {
  display: none !important; }

.productSwatches.giftSwatch .clickyboxes li a {
  background-color: #EBD5FF;
  border-color: #000 !important;
  padding: 8px 20px;
  border-radius: 40px; }

.productSwatches.giftSwatch .clickyboxes li a.active {
  background-color: #7B35D1;
  color: #fff; }

#MainContent.new_about_page {
  position: relative;
  overflow: hidden; }

#MainContent.new_about_page:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 100px;
  left: -110px;
  background-image: url(https://dev.georgiemane.com/cdn/shop/files/Bubbles_0031_32.webp?v=1687503003);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

#MainContent.new_about_page:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  top: 30%;
  right: -200px;
  background-image: url(https://dev.georgiemane.com/cdn/shop/files/Bubbles_0001_2.png?v=1687527139);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(150deg);
  z-index: -1; }

#MainContent.new_about_page .page-width {
  position: relative; }

#MainContent.new_about_page .page-width:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  top: 100px;
  left: -12%;
  background-image: url(https://dev.georgiemane.com/cdn/shop/files/Bubbles_0017_18.webp?v=1687498792);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

#MainContent.new_about_page .page-width .large-title, #MainContent.new_about_page .page-width .shopify-policy__title h1, .shopify-policy__title #MainContent.new_about_page .page-width h1 {
  display: none; }

#MainContent.new_about_page .rte {
  color: #000;
  font-size: 18px; }

#contact-us #MainContent {
  overflow: hidden; }

#contact-us .contact_page_title p {
  margin-bottom: 0;
  color: #fff;
  line-height: normal; }

#contact-us .contact-page-form {
  padding: 20px 0; }

#contact-us .contact-page-form .form-row .form-control {
  background-color: transparent;
  color: #000;
  border-color: #000 !important;
  padding: 15px 15px 15px 20px !important;
  border: 2px solid #000;
  border-radius: 30px;
  opacity: 1; }

#contact-us .contact-page-form .form-row .form-control::placeholder {
  color: #000; }

#contact-us .contact-page-form .form-row .btn {
  text-transform: uppercase;
  background: linear-gradient(180deg, #f79dc4 0%, #d0a8ff 100%);
  border-color: transparent; }

.new_article_page {
  background-color: #F5EBFF;
  padding: 20px 30px 5px;
  border-radius: 12px; }

.new_article_page .large-title, .new_article_page .shopify-policy__title h1, .shopify-policy__title .new_article_page h1 {
  width: 100%; }

.new_article_page .back_btn_inner a {
  display: block;
  color: #7B35D1;
  font-size: 14px;
  line-height: 22px;
  text-decoration: unset; }

.new_article_page .back_btn_inner .back_icon {
  margin-right: 5px;
  transform: rotate(270deg); }

.new_article_page .back_btn_inner .back_icon svg {
  fill: #7B35D1; }

.new_article_page .social-sharing {
  color: #7B35D1; }

.new_article_page .social-sharing .sharing-link .icon {
  color: #7B35D1; }

.template-404 #MainContent {
  background: linear-gradient(0deg, #f79dc4 0%, #7b35d1 100%); }

.template-404 #MainContent .page-width {
  margin-bottom: 10px;
  background: transparent; }

.template-404 #MainContent .page-width .four_o_four_page_image {
  max-width: 500px; }

.template-404 #MainContent .page-width * {
  color: #fff; }

.template-404 #MainContent .page-width .btn {
  background-color: #000;
  box-shadow: unset;
  border-color: #000; }

.new_page_background {
  background-color: #F5EBFF;
  border-radius: 12px;
  padding: 20px 0; }

.sticky_atc_btn_inner {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 10px;
  background-color: #F5F5F5;
  z-index: 11; }

.sticky_atc_btn_inner .page-width {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent; }

.sticky_atc_btn_inner .sticky_pro_details {
  width: calc(60% - 5px); }

.sticky_atc_btn_inner .sticky_pro_details .title {
  font-size: 22px; }

.sticky_atc_btn_inner .sticky_pro_details .price_inner .compaire_price {
  font-size: 18px;
  padding-right: 5px; }

.sticky_atc_btn_inner .sticky_pro_details .price_inner .regular_price {
  font-size: 26px;
  color: #7B35D1;
  font-weight: 700; }

.sticky_atc_btn_inner .sticky_pro_details .price_inner img.afterpay_icon {
  max-width: 115px; }

.sticky_atc_btn_inner .sticky_pro_details .price_inner img.sezzle_icon {
  max-width: 70px;
  margin-left: 10px; }

.sticky_atc_btn_inner .sticky_qty_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: calc(40% - 5px); }

.sticky_atc_btn_inner .sticky_qty_inner .quantity.buttons_added * {
  background-color: #F5F5F5; }

.sticky_atc_btn_inner .sticky_qty_inner .fixed_text {
  width: 100%;
  font-style: italic;
  font-size: 14.5px; }

.new_product_design .grid_item.home-product-icon.custom_new_section section {
  display: flex; }

.custom_new_section .icons-before-title .item1 {
  position: relative;
  float: unset; }

.custom_new_section .icons-before-title .item1 img {
  max-width: 100px; }

.custom_new_section .icons-before-title .item1 p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 5px;
  line-height: normal;
  transform: translate(-50%, -50%);
  margin: 0; }

div#app:before,
.Typewriter__cursor,
span.Typewriter__wrapper {
  font-size: 3.6em !important; }

/* New changes */
/* .overlay .overlay__inner.hb_overlay_inner .banner-content{background: linear-gradient(180deg, #f79dc4 0%, #d0a8ff 100%); border-radius: 10px; color: #fff;} */
.rotate_text .rotate_text_inner .single_text_block:first-child .text_block_inner h1 {
  font-size: 26px;
  line-height: 28px; }

#shopify-section-bundle-buy-template .buy-box .added-products::-webkit-scrollbar {
  display: none; }

#shopify-section-bundle-buy-template .btn-bundle-toggle {
  background: linear-gradient(180deg, #f79dc4 0%, #d0a8ff 100%); }

#shopify-section-bundle-buy-template .btn-bundle-toggle .btn-text {
  color: #fff; }

#shopify-section-bundle-buy-template .btn-bundle-toggle .btn-icon svg {
  fill: #fff; }

.productQty .qtyBtn svg {
  width: 16px;
  height: 16px;
  vertical-align: middle; }

/* Threshhold Changes */
.new_thresh_design {
  padding: 0 15px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee; }

.new_thresh_design .thresh_inner {
  display: flex;
  flex-direction: column; }

.new_thresh_design .thresh_inner .threshhold_block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-color: #f7effd;
  margin-bottom: 10px;
  border-radius: 50px;
  padding: 0 5px; }

.new_thresh_design .thresh_inner .threshhold_block.active {
  font-weight: 700; }

.new_thresh_design .thresh_inner .threshhold_block *:not(.filled_thresh) {
  z-index: 1; }

.new_thresh_design .thresh_inner .threshhold_block .filled_thresh {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #EBD5FF;
  border-radius: 50px;
  transition: 0.8s; }

.new_thresh_design .thresh_inner .threshhold_block img {
  width: 35px;
  max-height: 30px;
  object-fit: contain; }

.new_thresh_design .thresh_inner .threshhold_block svg {
  width: 35px;
  height: auto;
  vertical-align: middle; }

.new_thresh_design .thresh_inner .threshhold_block:not(.active) .thresh_status .true_check,
.new_thresh_design .thresh_inner .threshhold_block.active .thresh_status .icon_lock {
  display: none; }

.new_thresh_design .thresh_inner .threshhold_block.order_one {
  order: 1; }

.new_thresh_design .thresh_inner .threshhold_block.order_two {
  order: 2; }

.new_thresh_design .thresh_inner .threshhold_block.order_three {
  order: 3; }

.new_thresh_design .thresh_inner .threshhold_block.order_four {
  order: 4; }

.section--header .main-nav-bar ul.main-nav > li.main-nav__item > a {
  text-transform: uppercase; }

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

.new_product_design .product_with_tag .custom_tag_slider {
  position: relative; }

.new_product_design .product_with_tag .custom_tag_slider .slick_arrow {
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer; }

.new_product_design .product_with_tag .custom_tag_slider .slick_arrow.slider_arrow_left {
  left: 10px; }

.new_product_design .product_with_tag .custom_tag_slider .slick_arrow.slider_arrow_right {
  right: 5px; }

.new_product_design .product_with_tag .custom_tag_slider .slick_arrow.slick-disabled {
  display: none !important; }

.new_product_design .product_with_tag .custom_tag_slider .slick_arrow svg {
  vertical-align: middle; }

.new_product_design .product_with_tag .custom_tag_slider .slick_arrow.slider_arrow_left svg {
  transform: rotate(180deg); }

.custom_review .powered-stamped img.mobile_hide {
  max-width: 250px; }

.login-page #RecoverPasswordForm .form-row #RecoverEmail {
  color: #000; }

.dummy_klaviyo_button {
  width: 100%;
  background-color: #000 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 21px;
  font-weight: 600;
  border-color: #000 !important;
  border-radius: 50px;
  padding: 10px 0; }

.shopify-challenge__container form {
  text-align: center; }

.shopify-challenge__container form .shopify-challenge__button {
  margin-top: 10px; }

@media only screen and (max-width: 1280px) {
  .rotate_text:after,
  .new_image_with_text:after,
  #shopify-section-page-products:after,
  .pageProducts:before,
  #shopify-section-bundle-buy-template .bundle-page:before,
  .pageProducts:after,
  #shopify-section-bundle-buy-template .bundle-page:after,
  .pageProducts .page-width:before,
  #shopify-section-bundle-buy-template .bundle-products .page-width:before,
  .pageProducts .page-width:after,
  #shopify-section-bundle-buy-template .bundle-products .page-width:after,
  .product_page_info:after,
  .product_page_info .product_page .product-final-left:after,
  #MainContent.new_about_page:before,
  #MainContent.new_about_page:after {
    content: none; }

  #georgiemane-gift-card .product_page_info .product_page .product-final-left:after {
    content: '';
    left: -30px;
    top: -30px;
    width: 85px;
    height: 85px; } }
@media only screen and (max-width: 960px) {
  #shopify-section-footer {
    padding-top: 20px; }

  #shopify-section-footer .footer-nav {
    border-top: none; }

  #shopify-section-footer .footer-nav__item:not(:last-child):not(.footer-nav__subitem) {
    border-bottom: none; }

  #shopify-section-footer .footer-nav__item:not(:last-child):not(.footer-nav__subitem) .footer-nav__link--top {
    margin-bottom: 0; }

  #shopify-section-footer .copyright-text {
    text-align: center; }

  .footer_site_info {
    padding-bottom: 20px;
    width: 100%;
    margin-right: 0; }

  .footer_site_info .footer_logo {
    display: none; }

  .footer_site_info .social-icons {
    margin-top: 15px; }

  .footer_site_info .social-links {
    justify-content: center;
    margin: 0 5px; }

  .footer_site_info:after {
    top: -95px;
    right: 40%; }

  div#shopify-section-footer:before {
    top: 20px; }

  div#shopify-section-footer:after {
    top: 100px;
    right: 25px; }

  div#shopify-section-footer .page-footer .page-footer--content .footer-row {
    z-index: 1; }

  .template-index .custom_review .powered-stamped {
    position: relative;
    padding-top: 65px !important; }

  .template-index .custom_review .powered-stamped:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
    background-image: url(https://dev.georgiemane.com/cdn/shop/files/Bubbles_0017_18.webp?v=1687498792);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(82deg); } }
@media only screen and (max-width: 839px) {
  .new_page_background {
    padding: 20px; } }
@media only screen and (max-width: 800px) {
  .desktop_hide {
    display: block !important; }

  .mobile_hide {
    display: none !important; }

  .banner-section .overlay__subheading.title {
    font-size: 22px;
    line-height: 28px; }

  .banner-section .overlay__cta-container .btn-banner {
    font-size: 15px;
    line-height: 27px;
    padding: 10px 60px; }

  #shopify-section-rotate-text {
    position: relative; }

  /* #shopify-section-rotate-text:not(.remove_top_curved){margin-top: -30px;} */
  #shopify-section-rotate-text:not(.remove_top_curved):before {
    content: '';
    top: -29px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Union_10.png?v=1699087599);
    position: absolute;
    z-index: 1;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat; }

  #shopify-section-rotate-text:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Subtraction_25.webp?v=1695032630);
    position: absolute;
    z-index: 1;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat; }

  #shopify-section-rotate-text.remove_top_curved .rotate_text {
    padding-top: 10px; }

  .rotate_text {
    padding-top: 0;
    background: linear-gradient(180deg, #f79dc4 0%, #d0a8ff 100%); }

  .rotate_text .rotate_text_inner.for_mob {
    display: flex !important;
    align-items: unset;
    justify-content: center;
    gap: 10px; }

  .rotate_text .rotate_text_inner .single_text_block {
    width: calc(50% - 7.5px); }

  .rotate_text .rotate_text_inner .single_text_block.rotate_direction_left:last-child {
    width: 100%; }

  .rotate_text .rotate_text_inner .single_text_block .text_block_inner {
    padding: 15px 10px;
    max-width: 200px; }

  .rotate_text .rotate_text_inner .single_text_block.rotate_direction_left .text_block_inner {
    transform: rotate(-5deg); }

  .rotate_text .rotate_text_inner .single_text_block.rotate_direction_right .text_block_inner,
  .rotate_text .rotate_text_inner .single_text_block.rotate_direction_left:last-child .text_block_inner {
    transform: rotate(5deg); }

  .rotate_text .rotate_text_inner .single_text_block .text_block_inner p {
    font-size: 12px; }

  .rotate_text .rotate_text_inner .single_text_block .text_block_inner h1 {
    font-size: 24px; }

  .rotate_text .rotate_text_inner.for_mob .single_text_block {
    width: calc(33.33% - 6.8px);
    align-items: center; }

  .rotate_text .rotate_text_inner.for_mob .single_text_block img {
    max-width: 90px;
    width: 100%;
    height: auto; }

  .rotate_text .rotate_text_inner.for_mob .single_text_block .text_block_inner {
    padding: 10px 0;
    background: transparent; }

  .rotate_text .rotate_text_inner.for_mob .single_text_block .text_block_inner h1 {
    font-size: 14px;
    line-height: 15px; }

  .new_image_with_text {
    margin-top: 0; }

  .new_image_with_text .container {
    margin: 0;
    padding: 0;
    max-width: 100%; }

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

  .new_image_with_text .new_image_with_text_inner .text_block {
    width: 100%;
    padding: 20px 30px; }

  .new_image_with_text .new_image_with_text_inner .text_block .text_description {
    font-size: 18px;
    line-height: 22px; }

  .new_image_with_text .new_image_with_text_inner .image_section {
    width: 100%;
    margin-top: 0; }

  .new_newsletter .newsletter-section__text {
    flex-direction: column; }

  .new_newsletter .newsletter-section__text .title_section {
    width: 100%; }

  .new_newsletter .newsletter-section__text .title_section h2 {
    font-size: 18px;
    line-height: 24px; }

  .new_newsletter .newsletter-section__text .contact-form {
    width: 100%; }

  .new_newsletter .newsletter-section__text .newsletter-section__inputs {
    gap: 10px; }

  .productSwatches.giftSwatch .clickyboxes li a {
    padding: 8px 10px; }

  .rotate_text:after {
    content: none;
    left: -40px;
    bottom: -50px; }

  .new_image_with_text .new_image_with_text_inner:after {
    width: 60px;
    height: 60px;
    top: -40px;
    right: 30px; }

  .announce_bar.marquee_inner {
    height: 20px; }

  .announce_bar.marquee_inner .marquee_inner_text .announcement-bar__content,
  .announcement-bar .announce_bottom_text {
    font-size: 12px; }

  .announce_bar.marquee_inner .marquee_inner_text span {
    line-height: normal; }

  .product_page_info > .page-content {
    padding-bottom: 0; }

  .product_page_info .product_page .product-final-left {
    width: 100%; }

  .product_page_info .product_page .product-final-left .grid .grid__item.medium-down--hide {
    display: block !important; }

  .product_page_info .productImagesWrap .product-thumbnails {
    margin-bottom: 0;
    display: none !important; }

  .product_page_info .product-thumbnails .slick-dots {
    display: none !important; }

  .product_page_info .product-final-right {
    width: 100%;
    left: 0; }

  .product_page_info .product_page_new_design h1 {
    margin-top: 0;
    text-align: center; }

  .product_page_info .product_page_new_design .price_with_timer .price_container {
    display: flex;
    width: 100%; }

  .product_page_info .new_product_design.product_page_new_design .product-price.product-price--large {
    flex-direction: row-reverse;
    justify-content: left; }

  .product_page_info .new_product_design.product_page_new_design .product-price.product-price--large .product-price__compare * {
    font-size: 20px;
    line-height: 27px; }

  .product_page_info .product_page_new_design .productSingleReview {
    max-width: 120px; }

  .product_page_info .product_page_new_design .productSingleReview .stamped-badge {
    justify-content: center;
    flex-direction: column;
    font-size: 12px; }

  .product_page_info .new_product_design.product_page_new_design .afterpayTimer .afterpay-info {
    flex-direction: column; }

  .product_page_info .product_page_new_design .price_with_timer .timerSec {
    display: block;
    width: 100%; }

  .product_page_info .new_product_design.product_page_new_design .about-us-box-mobile {
    padding-top: 10px;
    margin-top: 0;
    border-top: none; }

  .product_page_info .quantity-cart .quantity.buttons_added {
    width: calc(50% - 7.5px) !important; }

  .new_product_design .grid_item.home-product-icon.custom_new_section {
    border-top: 0;
    padding-top: 0; }

  .desktop_hide #shopify-section-text-btn {
    padding-bottom: 0; }

  .desktop_hide #shopify-section-text-btn .text_with_btn {
    margin: 0 0 15px; }

  .desktop_hide #shopify-section-text-btn:after,
  .desktop_hide #shopify-section-text-btn .text_with_btn .text_with_btn_inner:after {
    content: none; }

  .sticky_atc_btn_inner .sticky_qty_inner {
    width: 100%; }

  .custom_review:before,
  .custom_review:after,
  .custom_review.extra_bubble_added .extra_bubble:after,
  div#shopify-section-footer:before,
  div#shopify-section-footer:after,
  .footer_site_info:after {
    opacity: 0.3; } }
@media only screen and (max-width: 767px) {
  .pageProducts .featuredHeader .section-heading__title,
  .custom_heading.featuredHeader .section-heading__title {
    font-size: 18px;
    line-height: 19px; }

  #MainContent.new_about_page .page-width:before {
    top: 10px;
    left: -30px;
    width: 85px;
    height: 85px; }

  .new_article_page {
    padding: 20px 15px 5px; }

  .new_threshhold .threshhold_msg {
    font-size: 10px; }

  .pageProducts .collection-template {
    padding: 0 10px 30px; }

  /* SBM STYLE */
  #shopify-section-bundle-buy-template .bundle-page .icon-text .heading {
    margin: -6px auto 0px !important;
    width: 100% !important;
    padding: 1px;
    transform: skew(20deg) rotate(358deg); }

  #shopify-section-bundle-buy-template .bundle-page .icon-text .heading * {
    font-size: 13px;
    transform: skew(347deg); }

  #shopify-section-bundle-buy-template .bundle-page .icon-text {
    margin-bottom: 15px; } }
@media only screen and (min-width: 641px) {
  /* .new_product_design .product_with_tag .custom_tag_slider .slick_arrow{display: none !important;} */ }
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px; } }
@media only screen and (max-width: 559px) {
  div#app:before,
  .Typewriter__cursor,
  span.Typewriter__wrapper {
    font-size: 32px !important; }

  .section--header .utils__right {
    align-items: center; }

  .cart [data-toggle=cart-drawer] {
    margin-right: 0; }

  .custom_icon.desktop-icon.cart_icon {
    display: inline; }

  .section--header .main-nav-bar ul.main-nav li a {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase; }

  .section--header .utils__right .rewards {
    margin-right: 0; }

  .custom_icon.desktop-icon,
  .page-header .js-mobile-menu-icon .mobile-icon {
    width: 20px; }

  .new_product_design .mobile_featured_pro_title {
    padding-bottom: 10px; }

  .new_product_design .product-price.product-price--large {
    padding: 0;
    justify-content: center; }

  .new_product_design .new_reviews_afterpay .afterpay-info .afterpay {
    justify-content: center; }

  .new_product_design .new_reviews_afterpay .stamped-badge {
    justify-content: center; }

  .new_product_design .new_reviews_afterpay .stamped-product-reviews-badge.stamped-main-badge {
    width: 100%; }

  .new_product_design .new_reviews_afterpay .stamped-product-reviews-badge.stamped-main-badge * {
    font-size: 12px;
    line-height: 16px; }

  .new_product_design .new_reviews_afterpay {
    gap: 0; }

  .new_product_design .new_reviews_afterpay .afterpay-info {
    width: 100%; }

  .new_product_design .new_reviews_afterpay .afterpay-info p {
    font-size: 12px;
    line-height: 16px; }

  .new_product_design .swatch-wrapper .swatch {
    gap: 0; }

  .new_product_design .swatch-wrapper .swatch .swatch-element {
    width: 100%; }

  .new_product_design .swatch-wrapper .swatch .swatch-element label {
    font-size: 15px;
    line-height: 27px; }

  .new_product_design .free-ship-wrap.freeShipMsg p {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px; }

  .new_product_design .product_with_tag {
    padding-top: 0;
    border-top: none; }

  .new_product_design .product_with_tag .pairProductHeading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0; }

  /* .new_product_design .product_with_tag .show_product_with_tag .product_detail.one-3rd-small{width: 50%;} */
  .new_product_design .product_with_tag .show_product_with_tag .product_detail h6 {
    font-size: 12px;
    line-height: 18px; }

  .new_newsletter .newsletter-section__text .contact-form .newsletter-section__button {
    margin-left: 0; }

  .footer_site_info:after {
    top: -65px; }

  #shopify-section-home-featured-collection:after {
    content: none; }

  .custom_home-product-section_2 {
    overflow: hidden; }

  .custom_home-product-section_2 #shopify-section-home-product-section-2 {
    position: relative; }

  .custom_home-product-section_2 #shopify-section-home-product-section-2:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    right: -130px;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0001_2.png?v=1687527139);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top; }

  #shopify-section-home-product-section-2 .new_product_design .featured-product__container .product-image:after {
    width: 85px;
    height: 85px;
    top: -50px;
    left: -50px; }

  .custom_home-product-section_2 #shopify-section-home-product-section-2 .row-double-space {
    margin-top: 0;
    padding-top: 30px; }

  #shopify-section-home-product-section .new_product_design .featured-product__container .product-image:after {
    top: -100px; }

  .footer_site_info {
    min-width: 100%;
    padding-top: 25px; }

  .cart--show-indicator:after {
    right: 0; }

  .custom-home-product-section:after {
    content: none; }

  #shopify-section-text-btn {
    position: relative; }

  #shopify-section-text-btn:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(82deg); }

  #shopify-section-text-btn .text_with_btn .text_with_btn_inner:after {
    width: 75px;
    height: 75px;
    bottom: -60px; }

  .pageProducts .featuredHeader,
  #reviews .only_for_review_page .featuredHeader {
    position: relative;
    padding: 20px; }

  .mobile_heading_bubble .featuredHeader {
    position: relative;
    padding: 20px; }

  .pageProducts .featuredHeader:after,
  #reviews .only_for_review_page .featuredHeader:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    bottom: -30px;
    right: -30px;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(27deg);
    z-index: 1; }

  .mobile_heading_bubble .featuredHeader:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    bottom: -30px;
    right: -30px;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(27deg);
    z-index: 1; }

  .custom_review .stamped-summary .summary-overview,
  .custom_review .stamped-summary .stamped-summary-ratings {
    float: unset !important;
    margin: 0 auto; }

  .custom_review .powered-stamped.with_bubble {
    position: relative;
    padding-top: 65px !important; }

  .custom_review .powered-stamped.with_bubble:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
    background-image: url(https://cdn.shopify.com/s/files/1/0566/8483/9089/files/Bubbles_0017_18.webp?v=1687498792);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(82deg); }

  .custom_review.only_for_review_page .page-width:before {
    content: none; }

  .bundle-popup-wrap .product-wrap .btnAddToCart {
    font-size: 10px;
    line-height: 16px; }

  .product_page_info .product_page .product-final-left .grid .grid__item.medium-down--hide {
    display: none !important; }

  .product_page_info .productImagesWrap .product-thumbnails {
    display: block !important; }

  #shopify-section-footer .copyright-text {
    font-size: 12px; }

  .new_product_design h1.standard-title, .new_product_design .product-reviews-manager h1.spr-header-title, .product-reviews-manager .new_product_design h1.spr-header-title {
    max-width: 250px;
    margin: 0 auto;
    font-weight: 400; }

  .new_product_design .product-price.product-price--large .product-price__compare * {
    font-size: 18px; }

  #shopify-section-text-btn .text_with_btn .text_with_btn_inner .button_container .btn {
    width: 100%; }

  .new_newsletter .newsletter-section {
    background: linear-gradient(145deg, #a9a6ed 0%, #905bd1 50%, #eb9990 100%) !important; }

  .bundle-products .productList .productBlock .productQty {
    padding: 6px 10px; }

  .product_page_info .product_page_new_design h1 {
    font-weight: 700; }

  .afterpay-info p {
    font-seize: 12px; }

  .sticky_atc_btn_inner .sticky_qty_inner .fixed_text {
    font-size: 12px; }

  .new_product_design .free-ship-wrap.freeShipMsg {
    margin-bottom: 0; }

  .product_page_info .new_product_design.product_page_new_design .about-us-box-mobile .shortDesc {
    border-color: transparent; }

  .product_page_info .new_product_design.product_page_new_design .about-us-box-mobile {
    background-color: #F5F5F5; }

  .product_page_info .new_product_design.product_page_new_design .about-us-box-mobile .shortDesc legend {
    background-color: transparent; }

  .template-product [id^=accordion] .card .card-header h5 {
    font-size: 13px !important;
    font-weight: 700; }

  .template-product [id^=accordion] .card:has(.card-header + .collapse.show) > div:first-child:after {
    content: none; }

  .custom_new_section .icons-before-title .item1 p {
    font-size: 12px; }

  #shopify-section-home-featured-collection .featuredHeader .section-heading__title {
    font-size: 18px; }

  #shopify-section-page-bundle .pageProducts .featuredHeader .section-heading__title {
    font-size: 14px; } }
/* CD CODE */
.timerSec .timerCountdown > span {
  min-width: 60px; }

@media only screen and (max-width: 559px) {
  .timerSec .timerCountdown > span {
    font-size: 20px; }

  .timerSec .timerCountdown > span:after {
    font-size: 12px; }

  .timerSec .timerCountdown > span {
    min-width: 68px; } }
/* CD Arshit */
.template-account .page-account .reading-width .account-accord .accord-card .accord-header {
  padding-right: 36px; }

.buy_box .buy_more_text {
  margin: 0 0 6px;
  font-size: 16px; }

.pre_load_text {
  line-height: normal; }

.pre_load_text p {
  background-color: #F0D0DD;
  padding: 2px; }

.product-addtocart-btn.pre_load_btn {
  pointer-events: none !important; }

.preload_timer .timerSecHeading {
  top: -18px; }

.preload_timer .timerSecHeading p {
  line-height: normal !important; }

.preload_timer .timerCountdownWrap .fixed_date {
  font-size: 24px;
  font-weight: 700; }

.sidecart-opened .content-wrap {
  overflow: unset; }

.property_list .single_property {
  font-size: 12px;
  color: #808080; }

/* CD */
.guide-image-block {
  text-align: center;
  padding: 0 20px; }

.guide-image-block img {
  width: 100%; }

.guide-image-block .heading-image {
  margin-bottom: 20px; }

.guide-image-block .mobile-guide .heading-image img {
  max-width: 342px; }

.guide-image-block .mobile-guide > img {
  max-width: 362px; }

.guide-image-block .desktop-guide {
  display: none; }

.guide-image-block .desktop-guide > img {
  max-width: 972px; }

@media (min-width: 1000px) {
  .guide-image-block .desktop-guide {
    display: block; }

  .guide-image-block .mobile-guide {
    display: none; } }
.gwp-item .item-image img {
  width: 50%; }

.gwp-item .item-image[size="1"] img {
  width: 100%; }

.gwp-item .item-title-price {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.gwp-item .item-title-price:after {
  display: none; }

.gwp-item .item-ttl {
  margin-right: 6px; }

.gwp-item .item-final-price {
  flex-shrink: 0; }

.blackfriday-form .klaviyo-form form {
  margin-left: auto;
  margin-right: auto; }

.ingrdnts-table-wrap {
  margin-top: 20px; }

.ingrdnts-row {
  display: flex;
  gap: 10px;
  justify-content: space-between; }

.ingrdnts-row.heading-row {
  border-width: 1px 0;
  border-style: solid;
  padding: 2px 0; }

.ingrdnts-row.row-divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

.ingrdnts-row span {
  line-height: normal; }

.ingrdnts-row:not(.heading-row) .ingrdnts-value {
  flex-shrink: 0; }

.ingrdnts-row .ingrdnts-value {
  text-align: right; }

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

.p-heading h1 {
  margin-bottom: 4px; }

.p-heading .p-subtitle {
  margin: 0;
  color: #5e5e5e; }

#collapse-warn .card-body p {
  margin-top: 0; }

#collapse-warn .card-body p:last-child {
  margin-bottom: 0; }

.product-price__compare span {
  text-decoration: line-through; }

@media (max-width: 800px) {
  .p-heading .p-subtitle {
    text-align: center;
    font-size: 13px; } }
@media (max-width: 767px) {
  .ingrdnts-row span {
    font-size: 12px; }

  .use_directions_text {
    font-size: 12px; } }
