/** Shopify CDN: Minification failed

Line 2161:14 Unexpected "'.button--ternary'"
Line 6785:4 Comments in CSS use "/* ... */" instead of "//"
Line 6806:6 Comments in CSS use "/* ... */" instead of "//"

**/
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.isolate{
    isolation: isolate;
}
.m-0{
    margin: 0px;
}
.-mb-0\.5{
    margin-bottom: -0.125rem;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.ml-1{
    margin-left: 0.25rem;
}
.ml-2{
    margin-left: 0.5rem;
}
.mr-2{
    margin-right: 0.5rem;
}
.mr-\[14px\]{
    margin-right: 14px;
}
.mr-auto{
    margin-right: auto;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.h-12{
    height: 3rem;
}
.h-6{
    height: 1.5rem;
}
.h-8{
    height: 2rem;
}
.max-h-12{
    max-height: 3rem;
}
.max-h-\[50px\]{
    max-height: 50px;
}
.w-6{
    width: 1.5rem;
}
.w-8{
    width: 2rem;
}
.w-\[54px\]{
    width: 54px;
}
.w-full{
    width: 100%;
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
    cursor: pointer;
}
.list-none{
    list-style-type: none;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-center{
    align-items: center;
}
.gap-2{
    gap: 0.5rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-4{
    gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rounded-2xl{
    border-radius: 1rem;
}
.rounded-\[0\.28rem\]{
    border-radius: 0.28rem;
}
.border{
    border-width: 1px;
}
.border-solid{
    border-style: solid;
}
.border-\[\#212121\]{
    --tw-border-opacity: 1;
    border-color: rgb(33 33 33 / var(--tw-border-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover{
    background-size: cover;
}
.bg-center{
    background-position: center;
}
.p-0{
    padding: 0px;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pt-0\.5{
    padding-top: 0.125rem;
}
.pt-1{
    padding-top: 0.25rem;
}
.pt-1\.5{
    padding-top: 0.375rem;
}
.pt-2{
    padding-top: 0.5rem;
}
.text-center{
    text-align: center;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-bold{
    font-weight: 700;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.capitalize{
    text-transform: capitalize;
}
.italic{
    font-style: italic;
}
.leading-3{
    line-height: .75rem;
}
.leading-tight{
    line-height: 1.25;
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/* @import "./utils/base.css";  commented out here as it was creating issue with icons if pulled prior to global files*/
/* @import "./utils/chopping-block.css"; */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
*,
  *::before,
  *::after {
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
html {
    font-family: sans-serif;
    -ms-overflow-style: -ms-autohiding-scrollbar;
            text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
body {
    margin: 0;
  }
[hidden] {
    display: none;
  }
blockquote:first-child,
  ul:first-child,
  ol:first-child,
  p:first-child,
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0 !important;
  }
blockquote:last-child,
  ul:last-child,
  ol:last-child,
  p:last-child,
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0 !important;
  }
a {
    color: inherit;
    text-decoration: none;
  }
button,
  input,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    text-align: inherit;
  }
button,
  [type="submit"] {
    padding: 0;
    overflow: visible;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    appearance: none;
    touch-action: manipulation;
  }
button[disabled],
  html input[disabled] {
    cursor: default;
  }
img,
  video {
    height: auto;
    max-width: 100%;
    border-style: none;
    vertical-align: top;
  }
/* By default Firefox show the alt tag of image while image is loading, which is often not desirable */
img:-moz-loading {
    visibility: hidden;
  }
iframe {
    border: 0;
  }
table {
    border-collapse: collapse;
    border-spacing: 0;
  }
td,
  th {
    padding: 0;
  }
/**
   * --------------------------------------------------------------------
   * 3D MODEL
   * --------------------------------------------------------------------
   */
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__controls-area {
  background: rgb(var(--background));
  border-color: rgba(var(--text-color), 0.25);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button {
  color: rgb(var(--text-color));
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:hover {
  color: rgba(var(--text-color), 0.55);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:active,
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(var(--text-color), 0.55);
  background: rgba(var(--text-color), 0.25);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(var(--text-color), 0.25);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--poster {
  background: rgb(var(--background));
  border-color: rgba(var(--text-color), 0.25);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(var(--text-color), 0.55);
}
.model-wrapper {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
[dir="ltr"] .model-wrapper .shopify-model-viewer-ui,
[dir="ltr"] .model-wrapper model-viewer {
  left: 0;
}
[dir="rtl"] .model-wrapper .shopify-model-viewer-ui,
[dir="rtl"] .model-wrapper model-viewer {
  right: 0;
}
.model-wrapper .shopify-model-viewer-ui,
.model-wrapper model-viewer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
/**
   * --------------------------------------------------------------------
   * ACCESSIBILITY
   * --------------------------------------------------------------------
   */
.skip-to-content:focus,
.skip-to-end:focus,
.back-to-top:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: rgb(var(--text-color));
  background-color: rgb(var(--background));
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none;
}
/**
   * --------------------------------------------------------------------
   * ACCOUNT
   * --------------------------------------------------------------------
   */
/* Email Signup Thank you page */
#main .shopify-email-marketing-confirmation__container {
    margin: 10px auto 30px;
    padding-top: 25px;
}
/**
   * -------------------------------------------------------------
   * ANIMATED PLUS
   * -------------------------------------------------------------
   */
.animated-plus {
  position: relative;
  width: 10px;
  height: 10px;
}
.animated-plus::before,
.animated-plus::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.animated-plus::before {
  width: 10px;
  height: 2px;
  opacity: 1;
}
.animated-plus::after {
  width: 2px;
  height: 10px;
}
[aria-expanded="true"] > .animated-plus::before {
  opacity: 0;
}
[aria-expanded="true"] > .animated-plus::before,
[aria-expanded="true"] > .animated-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
/**
   * --------------------------------------------------------------------
   * ANIMATION
   * --------------------------------------------------------------------
   */
.js .animated-element {
  visibility: hidden; /* An animated element will be an element that is dynamically transitioned */
}
/**
   * --------------------------------------------------------------------
   * SPINNER
   * --------------------------------------------------------------------
   */
@keyframes spinnerRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinnerDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes spinnerColor {
  0% {
    stroke: currentColor;
  }
  40% {
    stroke: currentColor;
  }
  66% {
    stroke: currentColor;
  }
  80%,
  90% {
    stroke: currentColor;
  }
}
.spinner svg {
  margin: auto;
  animation: spinnerRotate 2s linear infinite;
  transform-origin: center center;
}
.spinner circle {
  animation: spinnerDash 1.5s ease-in-out infinite,
    spinnerColor 6s ease-in-out infinite;
}
/**
   * --------------------------------------------------------------------
   * ASPECT RATIO
   * --------------------------------------------------------------------
   */
.aspect-ratio {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
/* The aspect-ratio can also contain a native HTML5 video element */
.aspect-ratio img,
  .aspect-ratio video,
  .aspect-ratio svg {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
  }
.aspect-ratio--square img,
  .aspect-ratio--short img,
  .aspect-ratio--tall img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 50%;
    left: 50%; /* We must use this and not logical property here */
    transform: translate(-50%, -50%) !important;
  }
.aspect-ratio--square {
    padding-bottom: 100% !important;
  }
.aspect-ratio--short {
    padding-bottom: 75% !important;
  }
.aspect-ratio--tall {
    padding-bottom: 150% !important;
  }
@supports (aspect-ratio: 1 / 1) {
    .aspect-ratio {
      padding-bottom: 0 !important;
      aspect-ratio: var(--aspect-ratio);
    }

    .aspect-ratio--natural img,
    .aspect-ratio--natural video,
    .aspect-ratio--natural svg {
      position: relative;
      width: auto;
    }

    .aspect-ratio--square {
      aspect-ratio: 1;
    }

    .aspect-ratio--short {
      aspect-ratio: 4 / 3;
    }

    .aspect-ratio--tall {
      aspect-ratio: 2 / 3;
    }
  }
/**
   * -------------------------------------------------------------
   * BANNER
   * -------------------------------------------------------------
   */
[dir="ltr"] .banner {
    text-align: left;
  }
[dir="rtl"] .banner {
    text-align: right;
  }
.banner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 16px;
  }
.banner--centered {
    justify-content: center;
  }
.banner--margin {
    margin-top: 24px;
  }
[dir="ltr"] .banner__ribbon {
    margin-right: 10px;
  }
[dir="rtl"] .banner__ribbon {
    margin-left: 10px;
  }
.banner__content {
    margin: 0;
  }
.banner--success {
    --text-color: rgb(var(--success-color));

    background: rgb(var(--success-background));
    color: rgb(var(--success-color));
  }
.banner--error {
    --text-color: rgb(var(--error-color));

    background: rgb(var(--error-background));
    color: rgb(var(--error-color));
  }
#register-customer .banner--error {
    --text-color: rgb(93, 145, 88);
    background: #e7ecb7;
    color: rgb(93, 145, 88);
  }
[dir="ltr"] .banner__content ul {
    padding-left: 10px;
  }
[dir="rtl"] .banner__content ul {
    padding-right: 10px;
  }
.banner__content ul {
    list-style-position: inside;
  }
@media screen and (min-width: 741px) {
    .banner {
      padding: 13px 18px;
    }
  }
/**
   * -------------------------------------------------------------
   * BREADCRUMB
   * -------------------------------------------------------------
   */
.breadcrumb {
  z-index: 1;
}
[dir="ltr"] .breadcrumb--floating {
  left: 0;
}
[dir="rtl"] .breadcrumb--floating {
  right: 0;
}
.breadcrumb--floating {
  position: absolute;
  top: 0;
}
.breadcrumb__list {
  display: inline-flex;
  list-style: none;
  padding: 16px 0;
  margin: 0;
  
}
.breadcrumb__list .icon-slash {
      margin-left: 0.25rem;
      margin-right: 0.25rem;
    }
.breadcrumb__item + .breadcrumb__item::before {
  content: "/";
  margin: 0 4px;
  opacity: 0.7;
  float: left;
}
.breadcrumb__link {
  transition: opacity 0.2s ease-in-out;
}
.breadcrumb__link:not([aria-current="page"]):not(:hover) {
  opacity: 0.7;
}
[dir="rtl"] .breadcrumb__item + .breadcrumb__item::before {
  float: right;
}
/**
   * --------------------------------------------------------------------
   * PREV NEXT BUTTONS (used in different places to navigate in scrollable elements)
   * --------------------------------------------------------------------
   */
/* Animation states that we apply to those buttons */
@keyframes prevNextButtonKeyframe {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(calc(50% + 10px));
  }

  51% {
    transform: translateX(calc(-50% - 10px));
  }

  100% {
    transform: translateX(0%);
  }
}
.prev-next-buttons {
  display: inline-grid;
  pointer-events: none;
}
.prev-next-buttons--row {
  grid-auto-flow: column;
}
.prev-next-button {
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  background: rgb(var(--prev-next-button-background, var(--root-background)));
  color: rgb(var(--prev-next-button-color, var(--root-text-color)));
  border: 1px solid
    rgba(var(--prev-next-button-color, var(--root-text-color)), 0.15);
  border-radius: var(--button-border-radius);
  transition: color 0.2s ease-in-out;
  pointer-events: auto;
  overflow: hidden;
}
.prev-next-button[disabled] {
  color: rgba(var(--prev-next-button-color), 0.3);
}
.prev-next-button svg {
  width: 100%;
}
[dir="ltr"]
  .prev-next-buttons:not(.prev-next-buttons--row)
  .prev-next-button:first-child {
  border-bottom-right-radius: 0;
}
[dir="rtl"]
  .prev-next-buttons:not(.prev-next-buttons--row)
  .prev-next-button:first-child {
  border-bottom-left-radius: 0;
}
[dir="ltr"]
  .prev-next-buttons:not(.prev-next-buttons--row)
  .prev-next-button:first-child {
  border-bottom-left-radius: 0;
}
[dir="rtl"]
  .prev-next-buttons:not(.prev-next-buttons--row)
  .prev-next-button:first-child {
  border-bottom-right-radius: 0;
}
[dir="ltr"]
  .prev-next-buttons:not(.prev-next-buttons--row)
  .prev-next-button:last-child {
  border-top-right-radius: 0;
}
[dir="rtl"]
  .prev-next-buttons:not(.prev-next-buttons--row)
  .prev-next-button:last-child {
  border-top-left-radius: 0;
}
[dir="ltr"]
  .prev-next-buttons:not(.prev-next-buttons--row)
  .prev-next-button:last-child {
  border-top-left-radius: 0;
}
[dir="rtl"]
  .prev-next-buttons:not(.prev-next-buttons--row)
  .prev-next-button:last-child {
  border-top-right-radius: 0;
}
[dir="ltr"] .prev-next-buttons--row .prev-next-button:first-child {
  border-bottom-right-radius: 0;
}
[dir="rtl"] .prev-next-buttons--row .prev-next-button:first-child {
  border-bottom-left-radius: 0;
}
[dir="ltr"] .prev-next-buttons--row .prev-next-button:first-child {
  border-top-right-radius: 0;
}
[dir="rtl"] .prev-next-buttons--row .prev-next-button:first-child {
  border-top-left-radius: 0;
}
[dir="ltr"] .prev-next-buttons--row .prev-next-button:last-child {
  border-bottom-left-radius: 0;
}
[dir="rtl"] .prev-next-buttons--row .prev-next-button:last-child {
  border-bottom-right-radius: 0;
}
[dir="ltr"] .prev-next-buttons--row .prev-next-button:last-child {
  border-top-left-radius: 0;
}
[dir="rtl"] .prev-next-buttons--row .prev-next-button:last-child {
  border-top-right-radius: 0;
}
@media screen and (min-width: 741px) {
  .prev-next-button:not(.prev-next-button--small) {
    width: 56px;
    height: 56px;
  }

  .prev-next-buttons:not(.prev-next-buttons--row) .prev-next-button:last-child {
    border-top: none;
  }

  .prev-next-buttons--row .prev-next-button:last-child {
    border-left: none;
  }
}
@media screen and (pointer: fine) {
  .prev-next-button--prev:hover svg {
    animation: prevNextButtonKeyframe 0.3s ease-in-out reverse forwards;
  }

  .prev-next-button--next:hover svg {
    animation: prevNextButtonKeyframe 0.3s ease-in-out forwards;
  }
}
/**
   * --------------------------------------------------------------------
   * DOT NAVIGATION
   * --------------------------------------------------------------------
   */
.dots-nav {
  display: flex;
  margin: -6px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.dots-nav--centered {
  justify-content: center;
}
.dots-nav__item {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 6px;
  background: rgb(var(--text-color));
  border-radius: min(var(--button-border-radius), 6px);
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
}
.dots-nav__item[aria-current="true"] {
  opacity: 1;
}
/**
   * --------------------------------------------------------------------
   * CART NOTIFICATION
   * --------------------------------------------------------------------
   */
.cart-notification {
  --heading-color: 255, 255, 255;
  --text-color: 255, 255, 255;
  --cart-notification-background: rgb(var(--success-color));

  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  transform: translateY(var(--cart-notification-offset, 0px));
  color: rgb(var(--text-color));
  transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out;
  visibility: visible;
  overflow: hidden;
}
.cart-notification--error {
  --cart-notification-background: rgb(var(--error-color));
}
.cart-notification--drawer {
  --cart-notification-offset: 0;
  top: var(--header-height-without-bottom-nav);
  z-index: 1;
}
.cart-notification--fixed {
  position: fixed;
  top: 0;
}
.cart-notification[hidden] {
  visibility: hidden;
}
.cart-notification__overflow {
  background: var(--cart-notification-background);
  transform: translateY(0);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.cart-notification[hidden] .cart-notification__overflow {
  transform: translateY(-100%);
  opacity: 0;
}
.cart-notification__wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.cart-notification .icon--cart-notification {
  position: relative;
  top: 2px;
}
[dir="ltr"] .cart-notification__text-wrapper {
  margin-left: 12px;
}
[dir="rtl"] .cart-notification__text-wrapper {
  margin-right: 12px;
}
.cart-notification__text-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
[dir="ltr"] .cart-notification__heading {
  margin-right: 12px;
}
[dir="rtl"] .cart-notification__heading {
  margin-left: 12px;
}
.cart-notification__heading {
  font-size: 14px;
}
[dir="ltr"] .cart-notification__close {
  right: 0;
}
[dir="rtl"] .cart-notification__close {
  left: 0;
}
.cart-notification__close {
  position: absolute;
  margin-top: -1px;
}
.cart-notification--drawer .cart-notification__text-wrapper {
  flex-grow: 1;
  justify-content: space-between;
}
@media screen and (max-width: 740px) {
  .cart-notification__text-wrapper {
    flex-grow: 1;
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .cart-notification {
    transform: none !important; /* You cannot have any offset on pocket */
  }
}
@media screen and (min-width: 741px) {
  .cart-notification__wrapper {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .cart-notification .icon--cart-notification {
    top: 4px;
  }

  [dir="ltr"] .cart-notification__heading {
    margin-right: 16px;
  }

  [dir="rtl"] .cart-notification__heading {
    margin-left: 16px;
  }

  .cart-notification__heading {
    font-size: 16px;
  }

  .cart-notification__close svg {
    width: 15px;
    height: 15px;
  }
}
/**
   * -------------------------------------------------------------
   * COMBO BOX
   *
   * Implementation note: on mobile the combo-box is largely similar to the
   * popover and therefore re-use lot of styles. I preferred doing some
   * duplication here rather than rely on JavaScript to dynamically transformed
   * a non-popover on desktop to a popover
   * -------------------------------------------------------------
   */
@media screen and (max-width: 740px) {
  [dir="ltr"] .combo-box {
    left: 0;
  }
  [dir="rtl"] .combo-box {
    right: 0;
  }
  .combo-box {
    --heading-color: var(--root-heading-color);
    --text-color: var(--root-text-color);
    --background: var(--root-background);

    display: flex;
    position: fixed;
    z-index: 10;
    color: rgb(var(--text-color));
    background: rgb(var(--background));
    visibility: hidden;
    flex-direction: column;
    bottom: 0;
    width: 100vw;
    max-height: 75vh;
    border-radius: 10px 10px 0 0;
    transform: translateY(100%);
    transition: transform 0.7s cubic-bezier(0.75, 0, 0.175, 1),
      visibility 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  }

  .combo-box[open] {
    visibility: visible;
    transform: translateY(0);
  }

  [dir="ltr"] .combo-box__overlay {
    left: 0;
  }

  [dir="rtl"] .combo-box__overlay {
    right: 0;
  }

  .combo-box__overlay {
    position: absolute;
    content: "";
    height: 100vh;
    width: 100%;
    bottom: calc(
      100% - 10px
    ); /* There is a border radius on the header on mobile so we slightly move down the overlay */
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  }

  .combo-box__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 32px;
    min-height: 64px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 1px rgb(var(--border-color));
  }

  .combo-box__header,
  .combo-box__content {
    background: inherit;
  }

  .combo-box__title {
    margin-bottom: 0;
  }

  [dir="ltr"] .combo-box__close-button {
    right: 24px;
  }

  [dir="rtl"] .combo-box__close-button {
    left: 24px;
  }

  .combo-box__close-button {
    position: absolute;
    top: 24px;
    z-index: 1;
  }

  .combo-box[open] > .combo-box__overlay {
    visibility: visible;
    opacity: 0.3;
  }

  .combo-box__option-list {
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: max(16px, env(safe-area-inset-bottom, 0px) + 16px);
  }

  .combo-box__option-item {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(var(--border-color));
  }

  .combo-box__option-item:not([hidden]) {
    display: block;
  }

  .combo-box__option-item:last-child {
    border-bottom: none;
  }

  [dir="ltr"] .combo-box__option-item[aria-selected="true"]::after {
    margin-left: 12px;
  }

  [dir="rtl"] .combo-box__option-item[aria-selected="true"]::after {
    margin-right: 12px;
  }

  .combo-box__option-item[aria-selected="true"]::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 9px;
    background-color: currentColor;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMy40TDQuNzQ5MzEgN0wxMSAxIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+);
    mask-repeat: no-repeat;
    mask-size: 12px 9px;
  }

  .combo-box__option-item.is-disabled {
    color: rgba(var(--text-color), 0.5);
  }
}
@media screen and (min-width: 741px) {
  [dir="ltr"] .combo-box {
    left: 0;
  }
  [dir="rtl"] .combo-box {
    right: 0;
  }
  .combo-box {
    position: absolute;
    display: block;
    top: 100%;
    width: 100%;
    max-height: 245px;
    overscroll-behavior: contain;
    overflow: auto;
    background: rgb(var(--background));
    z-index: 2;
    padding: 8px 0;
    border: 1px solid rgb(var(--border-color));
    border-top: none;
    border-radius: 0 0 var(--button-border-radius) var(--button-border-radius);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }

  .combo-box--top {
    top: auto;
    bottom: 100%;
    border-top: 1px solid rgb(var(--border-color));
    border-bottom: none;
    border-radius: var(--button-border-radius) var(--button-border-radius) 0 0;
  }

  .combo-box:not([open]) {
    visibility: hidden;
    opacity: 0;
  }

  .combo-box__header {
    display: none; /* Nothing on tablet and up */
  }

  .combo-box__option-list {
    min-width: max-content;
  }

  .combo-box__option-item:not([hidden]) {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 18px;
    transition: background 0.2s ease-in-out;
    text-align: left;
  }

  .combo-box__option-item.is-disabled {
    color: rgba(var(--text-color), 0.5);
  }

  .combo-box__option-item:hover,
  .combo-box__option-item:focus {
    background: rgb(var(--secondary-background));
  }

  [dir="ltr"] .combo-box__color-swatch {
    margin-right: 10px;
  }

  [dir="rtl"] .combo-box__color-swatch {
    margin-left: 10px;
  }

  .combo-box__color-swatch {
    width: 16px;
    height: 16px;
    border-radius: var(--color-swatch-border-radius);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  /* Adjustment to the toggle button */
  .combo-box + .select {
    transition: border-radius 0.2s ease-in-out;
  }

  [dir="ltr"] .combo-box[open] + .select {
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .combo-box[open] + .select {
    border-bottom-right-radius: 0;
  }

  [dir="ltr"] .combo-box[open] + .select {
    border-bottom-right-radius: 0;
  }

  [dir="rtl"] .combo-box[open] + .select {
    border-bottom-left-radius: 0;
  }

  [dir="ltr"] .combo-box--top[open] + .select {
    border-top-left-radius: 0;
  }

  [dir="rtl"] .combo-box--top[open] + .select {
    border-top-right-radius: 0;
  }

  [dir="ltr"] .combo-box--top[open] + .select {
    border-top-right-radius: 0;
  }

  [dir="rtl"] .combo-box--top[open] + .select {
    border-top-left-radius: 0;
  }
}
/**
   * -------------------------------------------------------------
   * CONTAINER
   * -------------------------------------------------------------
   */
/* Implementation note: the double selector for policy container allows to increase selector specificity to override
     Shopify default style */
.container,
.shopify-policy__container.shopify-policy__container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  --container-outer-margin: 0px; /* Inside a container only the gutter remains as margin */
}
.container--small {
  max-width: 930px;
}
@media screen and (max-width: 999px) {
  /* Variation that remove the padding on small devices */
  .container--flush {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .container--medium {
    padding-left: calc(
      var(--container-gutter) + var(--grid-column-width) + var(--grid-gap)
    );
    padding-right: calc(
      var(--container-gutter) + var(--grid-column-width) + var(--grid-gap)
    ); /* Medium container just adds an extra column on left and top */
  }
}
/**
   * -------------------------------------------------------------
   * CONTENT BOX
   *
   * In Focal, a lot of content (especially on home page sections) are aligned
   * according a 10 columns grid (20 on tablet and higher). This special content
   * box has different alignments and three variation styles. As it is used
   * throughout the theme, we create an abstraction here.
   * -------------------------------------------------------------
   */
.content-box {
  position: relative;
  z-index: 1;
}
/* Text alignment variations */
.content-box--text-center {
  text-align: center;
}
[dir="ltr"] .content-box--text-right {
  text-align: right;
}
[dir="rtl"] .content-box--text-right {
  text-align: left;
}
@media screen and (max-width: 740px) {
  /*
       Small and medium variation on mobile have some extra spacing and are not directly based on the grid. We also
       apply extra margin if the content box is contained within a flushed mobile container
     */
  .content-box--small,
  .content-box--medium,
  .container--flush .content-box--large {
    margin-left: 24px;
    margin-right: 24px;
  }

  /* Positional variation */

  [dir="ltr"] .content-box--left {
    margin-right: auto;
  }

  [dir="rtl"] .content-box--left {
    margin-left: auto;
  }

  [dir="ltr"] .content-box--right {
    margin-left: auto;
  }

  [dir="rtl"] .content-box--right {
    margin-right: auto;
  }
}
@media screen and (min-width: 741px) {
  /* On tablet, all sizes are shifted by one column left and right, and span a different number of columns */
  .content-box {
    margin-left: auto;
    margin-right: auto;
    width: calc(var(--grid-column-width) * 16 + var(--grid-gap) * 15);
  }

  .content-box--medium {
    width: calc(var(--grid-column-width) * 14 + var(--grid-gap) * 13);
  }

  .content-box--small {
    width: calc(var(--grid-column-width) * 10 + var(--grid-gap) * 9);
  }

  .content-box--fill {
    width: 100% !important;
  }

  /* Positional variations */

  [dir="ltr"] .content-box--left {
    margin-left: calc(var(--grid-column-width) + var(--grid-gap));
  }

  [dir="rtl"] .content-box--left {
    margin-right: calc(var(--grid-column-width) + var(--grid-gap));
  }

  [dir="ltr"] .content-box--right {
    margin-right: calc(var(--grid-column-width) + var(--grid-gap));
  }

  [dir="rtl"] .content-box--right {
    margin-left: calc(var(--grid-column-width) + var(--grid-gap));
  }
}
@media screen and (min-width: 1000px) {
  .content-box {
    width: calc(var(--grid-column-width) * 14 + var(--grid-gap) * 13);
  }

  .content-box--medium {
    width: calc(var(--grid-column-width) * 10 + var(--grid-gap) * 9);
  }

  .content-box--small {
    width: calc(var(--grid-column-width) * 8 + var(--grid-gap) * 7);
  }
}
@media screen and (min-width: 1400px) {
  .content-box--small {
    width: calc(var(--grid-column-width) * 7 + var(--grid-gap) * 6);
  }
}
@media screen and (max-width: 768px) {
  [dir="ltr"] .content-box--left {
    margin-left: 0;
  }
}
/**
   * -------------------------------------------------------------
   * DRAWER
   * -------------------------------------------------------------
   */
[dir="ltr"] .drawer {
    right: 0;
}
[dir="rtl"] .drawer {
    left: 0;
}
[dir="ltr"] .drawer {
    text-align: left;
}
[dir="rtl"] .drawer {
    text-align: right;
}
.drawer {
    /* Make sure the drawer component does not inherit values from the section it is included to */
    --heading-color: var(--root-heading-color);
    --text-color: var(--root-text-color);
    --background: var(--root-background);
    --primary-button-background: var(--root-primary-button-background);
    --primary-button-text-color: var(--root-primary-button-text-color);
    --section-background: initial; /* Allows to remove the inheritance */
    --drawer-close-button-size: 35px;
    --drawer-close-button-space: 15px;

    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    width: 89vw;
    max-width: min(400px, calc(100vw - var(--drawer-close-button-size) - var(--drawer-close-button-space) * 2));
    height: 100%;
    max-height: 100vh;
    background: rgb(var(--background));
    padding-left: 20px;
    padding-right: 20px;
    color: rgb(var(--text-color));
    z-index: 10;
    transform: translateX(calc(var(--transform-logical-flip) * 100%));
    visibility: hidden;
    font-size: 1rem;
    transition: transform 0.6s cubic-bezier(0.75, 0, 0.175, 1),
    visibility 0.6s cubic-bezier(0.75, 0, 0.175, 1);

}
[dir="ltr"] .drawer--from-left {
    right: auto;
}
[dir="rtl"] .drawer--from-left {
    left: auto;
}
[dir="ltr"] .drawer--from-left {
    left: 0;
}
[dir="rtl"] .drawer--from-left {
    right: 0;
}
.drawer--from-left {
    transform: translateX(calc(var(--transform-logical-flip) * -100%));
}
.drawer[open] {
    transform: translateX(0);
    visibility: visible;
}
[dir="ltr"] .drawer--from-left .drawer__overlay {
    left: 100%;
}
[dir="rtl"] .drawer--from-left .drawer__overlay {
    right: 100%;
}
[dir="ltr"] .drawer--from-left .drawer__overlay {
    right: auto;
}
[dir="rtl"] .drawer--from-left .drawer__overlay {
    left: auto;
}
.drawer--large {
    max-width: 500px;
}
[dir="ltr"] .drawer__overlay {
    right: 100%;
}
[dir="rtl"] .drawer__overlay {
    left: 100%;
}
.drawer__overlay {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.drawer[open] > .drawer__overlay {
    visibility: visible;
    opacity: 0.3;
}
.drawer__header {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: var(--header-height-without-bottom-nav);
  max-height: 60px;
  border-bottom: 1px solid rgb(var(--root-border-color));
  background: rgb(
    var(--root-background)
  ); /* Setting an explicit background allow element to go beyond */
  z-index: 1;
}
cart-drawer#mini-cart > header.drawer__header svg {
    width: 21px;
    height: 20px;
}
cart-drawer#mini-cart > header.drawer__header {
    justify-content: space-between;
}
cart-drawer#mini-cart > header.drawer__header > button > svg {
    width: 10px;
    height: 10px;
}
/* This variation remove the border and add a shadow on scroll */
.drawer__header--shadowed {
    height: auto;
    border-bottom: none;
    padding-bottom: 6px;
}
.drawer__close-button {
  position: relative;
  left: 10.8rem;
}
.drawer--address .drawer__header {
    justify-content: space-between;
}
.drawer--address .drawer__close-button {
    left: 0;
}
[dir="ltr"] .drawer__header--shadowed::after {
    left: 0;
}
[dir="rtl"] .drawer__header--shadowed::after {
    right: 0;
}
.drawer__header--shadowed::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 24px;
    background: linear-gradient(
            var(--root-background),
            rgba(var(--root-background), 0)
    );
    z-index: 1;
    pointer-events: none;
}
.drawer__title {
    /* We use flex positioning in case the title contains an icon or extra content */
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    max-width: 100%;
}
.drawer__title svg path {
            stroke: #000;
        }
.drawer__title--stack {
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}
[dir="ltr"] .drawer__title .icon {
    margin-right: 12px;
}
[dir="rtl"] .drawer__title .icon {
    margin-left: 12px;
}
#collection-list .drawer__header-action {
    z-index: 1;
}
[dir="ltr"] .drawer__header-action {
    margin-left: 16px;
}
[dir="rtl"] .drawer__header-action {
    margin-right: 16px;
}
[dir="ltr"] .drawer__close-button {
    /* right: var(--container-gutter); */
}
[dir="ltr"] .product-facet .drawer__close-button {
    /* right: 0; */
}
[dir="rtl"] .drawer__close-button {
    /* left: var(--container-gutter); */
}
.drawer__close-button {
    /* position: absolute !important;
    top: var(--container-gutter); */
}
/* .drawer__header .drawer__close-button {
  top: calc(
    50% - 7px
  );
} */
.drawer__close-button--block {
    width: var(--drawer-close-button-size, 35px);
    height: var(--drawer-close-button-size, 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    top: 21px;
    left: calc(100% + var(--drawer-close-button-space, 15px));
    z-index: 9999;
    background: #fff;
    position: absolute;
    transition: opacity 300ms 250ms cubic-bezier(0.25, 1, 0.5, 1);
}
mobile-navigation[open] .drawer__close-button--block {
    transition: none;
}
.drawer__header,
.drawer__content,
.drawer__footer {

}
.drawer__footer.drawer__footer--after-border{
	position: relative;
}
.drawer__footer.drawer__footer--after-border:after{
	content: '';
	width: calc(100% + 80px);
	height: 1px;
	background-color: #D9D9D9;
	top: 0;
	left: -40px;
	position: absolute;
}
.drawer__content {
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 0;
    padding-bottom: 24px; /* We add a bit of spacing as the drawer footer may add a shadow */
}
@media  screen and ( max-width: 999px ) {
	.drawer__footer.drawer__footer--after-border:after{
		width: 100%;
		left: 0;
	}
    .drawer__content{
        padding-bottom: 0;
    }

    .drawer__close-button-bottom {
      position: absolute;
      top: 85%;
      min-width: 89%;
    }
    .drawer__close-button-bottom.drawer__close-button-bottom--filters {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        top: unset;
    }
}
.drawer__content--padded-start {
    padding-top: 24px;
}
.drawer__content--center {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    flex-grow: 0;
}
.drawer__footer {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px; /* The footer in drawer has a slightly smaller padding in block direction */
    z-index: 1;
    transform: translateZ(
            0
    ); /* For some reason position: relative cause an issue on Safari so I use this to promote the element */
}
.drawer__content form {
    padding-right: 10px;
}
.drawer__close-button-bottom {
    margin-top: 70px;
    margin-bottom: 20px;
}
@media screen and ( min-width: 1000px ) {
    .drawer__close-button-bottom.type-always_visible {
        display: none;
    }

    .drawer__content form {
        padding-right: 0;
    }

}
@supports (padding: max(0px)) {
    .drawer__footer {
        padding-bottom: max(20px, env(safe-area-inset-bottom, 0px) + 20px);
    }
}
.drawer__footer--bordered {
    border-top: 1px solid #D9D9D9;
}
.drawer__footer--no-top-padding {
    padding-top: 0 !important;
}
[dir="ltr"] .drawer__footer::before {
    left: 0;
}
[dir="rtl"] .drawer__footer::before {
    right: 0;
}
.drawer__content {
  flex-grow: 1;
}
@media screen and (min-width: 741px) {
    .drawer {
        padding-left: 40px;
        padding-right: 40px;
    }

    .drawer__header {
        padding-top: 24px;
        padding-bottom: 24px;
        max-height: 90px;
    }

    [dir="ltr"] .drawer__header-action {
        margin-left: 24px;
    }

    [dir="rtl"] .drawer__header-action {
        margin-right: 24px;
    }

    .drawer__content--padded-start {
        padding-top: 30px;
    }

    .drawer__footer:not(.drawer__footer--tight) {
        padding-top: var(--container-gutter);
        padding-bottom: var(--container-gutter);
    }

    .drawer__footer {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

}
@media screen and (max-width: 768px) {
    .drawer__footer {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .icon-text {
        padding-left: 20px;
    }

    .mini-cart {
        padding-left: 20px;
        padding-right: 20px;
    }

}
@media screen and (max-width: 999px) {
    cart-drawer#mini-cart {
        padding: 0;
    }

    cart-drawer#mini-cart > *:not(div.drawer__content),
    cart-drawer#mini-cart > div.drawer__content > *:not(cart-drawer-recommendations) {
        padding-left: 20px;
        padding-right: 20px;
    }

    cart-drawer#mini-cart > div.drawer__content {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    cart-drawer#mini-cart > div.drawer__content > form#mini-cart-form {
        flex-grow: 1;
    }
}
@media screen and (max-width: 999px) and (min-width: 741px) {
    cart-drawer-recommendations .mini-cart__recommendations-heading {
        margin-left: 16px;
    }
}
/* -------------------------- */
cart-drawer-recommendations p.mini-cart__recommendations-heading {
    font-size: 16px;
    line-height: 16px;
}
cart-drawer-recommendations div.mini-cart__recommendations-list div.product-item-meta__price-list-container {
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 767px) {

}
cart-drawer#mini-cart p.drawer__title {
    line-height: 24px;
}
cart-drawer#mini-cart div.drawer__content span.shipping-bar__text {
    font-size: 14px;
    line-height: 19px;
}
cart-drawer#mini-cart div.drawer__content free-shipping-bar {
    margin-top: 20px;
}
cart-drawer#mini-cart div.drawer__content span.shipping-bar__progress {
    margin-top: 12px;
}
cart-drawer#mini-cart form#mini-cart-form line-item.line-item a.line-item__remove-button {
    font-size: 14px;
    line-height: 19px;
    color: rgba(104, 104, 104, 1);
    margin-left: 12px;
}
cart-drawer#mini-cart form#mini-cart-form line-item.line-item line-item-quantity.line-item__quantity svg {
    width: 12px;
    height: 12px;
}
cart-drawer#mini-cart form#mini-cart-form line-item.line-item line-item-quantity.line-item__quantity {
    margin-top: 12px;
}
cart-drawer#mini-cart form#mini-cart-form span.price {
    font-size: 16px;
    line-height: 24px;
}
cart-drawer#mini-cart form#mini-cart-form span.price.price--per-kg {
    font-size: 12px;
    font-weight: 400;
}
cart-drawer#mini-cart footer.mini-cart__drawer-footer button.checkout-button,
cart-drawer#mini-cart footer.mini-cart__drawer-footer a.mini-cart__basket-btn {
    line-height: 18px;
    height: 56px;
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
}
@media screen and (min-width: 1000px) {
    cart-drawer-recommendations p.mini-cart__recommendations-heading {
        margin-bottom: 48px;
    }

    cart-drawer-recommendations product-item.product-item {
        margin-top: 48px !important;
    }

    cart-drawer-recommendations product-item.product-item div.product-item__image-wrapper {
        margin-bottom: 12px;
    }

    cart-drawer-recommendations product-item.product-item div.product-item-meta > a {
        margin-bottom: 4px;
    }

    cart-drawer-recommendations div.mini-cart__recommendations-inner {
        padding: 30px 43px;
    }
}
body.drawer-open {
    overflow: hidden !important;
    position: fixed;
    width: 100vw;
  }
/**
   * -------------------------------------------------------------
   * EMPTY STATE
   * -------------------------------------------------------------
   */
.empty-state {
    position: relative;
    text-align: center;
    margin: 100px 0;
  }
.empty-state--bottom-only {
    margin-top: 24px;
  }
[dir="ltr"] .empty-state__background-text {
    left: 0;
  }
[dir="rtl"] .empty-state__background-text {
    right: 0;
  }
.empty-state__background-text {
    position: absolute;
    width: 100%;
    margin-top: -20px;
    text-align: center;
    font-size: 120px;
    opacity: 0.05;
    font-weight: bold;
    line-height: 0;
  }
@media screen and (min-width: 741px) {
    .empty-state {
      margin-top: 150px;
      margin-bottom: 150px;
    }

    .empty-state--bottom-only {
      margin-top: 50px;
    }

    .empty-state__background-text {
      position: absolute;
      margin-top: -35px;
      font-size: 200px;
    }
  }
@media screen and (min-width: 1200px) {
    .empty-state {
      margin-top: 225px;
      margin-bottom: 225px;
    }

    .empty-state--bottom-only {
      margin-top: 50px;
    }
  }
/**
   * -------------------------------------------------------------
   * BUTTON
   * -------------------------------------------------------------
   */
.button,
.shopify-email-marketing-confirmation__container a,
#shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button {
  position: relative;
  display: inline-block;
  appearance: none;
  line-height: var(--button-height);
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--button-border-radius);
  background: rgb(var(--button-background));
  color: rgb(var(--button-text-color));
  letter-spacing: 0.7px;
  font-size: 18px;
}
.shopify-challenge__button {
  background-color: transparent;
  color: #424547;
  background-image: none;
  transition: 0.5s all ease;
  letter-spacing: 0.7px;
  font-size: 18px;
  border: solid 2px rgb(66, 69, 71);
}
.shopify-challenge__button:hover {
    background-color: #ebf3d8;
    transition: 0.5s all ease;
    color: #5d9158;
    background-image: unset;
    background-position: unset;
    letter-spacing: 0.7px;

  }
.button--ternary {
  background-color: transparent;
  color: #424547;
  background-image: none;
  transition: 0.5s all ease;
  letter-spacing: 0.7px;
  font-size: 18px;
}
.button--ternary:hover {
    background-color: #ebf3d8;
    transition: 0.5s all ease;
    color: #5d9158;
    background-image: unset;
    background-position: unset;
    letter-spacing: 0.7px;

  }
.button:not(.button--text),
.shopify-email-marketing-confirmation__container a,
#shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button {
  font-size: 18px;
  font-family: var(--heading-font-family);
  font-weight: var(--text-font-bold-weight);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  min-width: 150px;
}
.button--small,
#shopify-product-reviews .spr-summary-actions-newreview {
  padding: 0 20px;
  line-height: var(--button-small-height);
  letter-spacing: 0.7px;
}
.button--primary,
#shopify-product-reviews .spr-summary-actions-newreview,
.shopify-email-marketing-confirmation__container a,
#shopify-product-reviews .spr-button {
  --button-background: var(--primary-button-background);
  letter-spacing: 0.7px;
  font-size: 18px;
}
.shopify-email-marketing-confirmation__container a,
.button--primary {
  --button-text-color: var(--primary-button-text-color);
  border: solid 2px #424547 ;
  border-radius: 0.3125rem;
  letter-spacing: 0.7px;
  font-size: 18px;
}
.button--secondary {
  --button-background: var(--secondary-button-background);
  --button-text-color: var(--secondary-button-text-color);
  letter-spacing: 0.7px;
  font-size: 18px;
}
.button--ternary {
  --button-background: var(--secondary-background);
  --button-text-color: var(--root-text-color);
  letter-spacing: 0.7px;
  font-size: 18px;
}
.button--outline {
  --button-background: var(--background);
  --button-text-color: var(--root-text-color);
  border: solid 2px #424547;
  letter-spacing: 0.7px;
  font-size: 18px;
}
.button--full {
  width: 100%;
  letter-spacing: 0.7px;
  font-size: 18px;
}
.button--inherit{
  min-width: inherit !important; /*shame*/
}
/**
    * IMPLEMENTATION NOTE: As of today, when the dynamic checkout button is added on non-product page (for instance
    * drawer or collection page), Shopify forces their style. We therefore need to use !important rules to make sure
    * the theme styling is applied. I did not want to apply that globally to the .button, so I am applying this
    * scoped for this button only, even if this incurs duplicate code
    */
.shopify-payment-button {
  min-height: var(--button-height); /* This prevents a page jump */
  letter-spacing: 0.7px;
  font-size: 18px;
}
.shopify-payment-button__button--branded {
  border-radius: var(--button-border-radius) !important;
  overflow: hidden !important;
  min-height: var(--button-height) !important;
  letter-spacing: 0.7px;
}
.shopify-payment-button__button--unbranded {
  --button-background: var(--primary-button-background);
  --button-text-color: var(--primary-button-text-color);

  position: relative !important;
  display: inline-block !important;
  appearance: none !important;
  line-height: var(--button-height) !important;
  padding: 0 30px !important;
  text-align: center !important;
  text-decoration: none !important;
  border-radius: var(--button-border-radius) !important;
  font-size: 16px;
  font-family: var(--text-font-family) !important;
  font-weight: var(--text-font-bold-weight) !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  background-color: rgb(var(--button-background)) !important;
  color: rgb(var(--button-text-color)) !important;
}
.shopify-payment-button__more-options[aria-hidden="true"] {
  display: none;
}
@media screen and (min-width: 741px) {
  .shopify-email-marketing-confirmation__container a,
  .button:not(.button--text),
  #shopify-product-reviews .spr-summary-actions-newreview,
  #shopify-product-reviews .spr-button {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-size: 18px;
    letter-spacing: 0.7px;
  }

  .button--small:not(.button--text),
  #shopify-product-reviews .spr-summary-actions-newreview {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 16px;

  }

  /* Please refer to a comment a few lines before for the reason of those !important */
  .shopify-payment-button__button--unbranded {
    padding-left: 35px !important;
    padding-right: 35px !important;
    font-size: 16px;
    letter-spacing: 2px !important;
  }
}
/**
    * IMPLEMENTATION NOTE: the design team wanted a specific transition on hover that implies a slightly tilted background
    * with a reduced opacity. Doing that with a pseudo element (with an efficient scale transform) caused to be problematic,
    * because the text would appear below the actual pseudo-element, causing the color to be off. One solution would have
    * been to add an extra <span> wrapping the text itself so that we could set a z-index for the text to be on top. Unfortunately,
    * there are lot of buttons (Shopify Reviews, dynamic checkout button...) for which controlling the markup is not possible.
    * As a consequence, I had to go with a more creating approach that uses multiple linear-gradient and animate the background-position.
    * Animating background-position is known to not be very efficient, but as this is only for desktop and on elements (buttons) whose
    * size is extremely small, this did not cause any visible slugger animation.
    */
@media screen and (pointer: fine) {
  .button:not('.button--ternary'),
  #shopify-product-reviews .spr-summary-actions-newreview,
  #shopify-product-reviews .spr-button,
  .shopify-email-marketing-confirmation__container a,
  .shopify-payment-button__button{
    background-image: linear-gradient(
        178deg,
        rgb(var(--button-background)),
        rgb(var(--button-background)) 10%,
        rgba(0, 0, 0, 0.07) 10%,
        rgba(0, 0, 0, 0.07) 100%
      ),
      linear-gradient(
        rgb(var(--button-background)),
        rgb(var(--button-background))
      );
    background-size: 100% 200%, 100% 100%;
    background-position: 100% -100%, 100% 100%;
    background-repeat: no-repeat;
    transition: background-position 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(
      0
    ); /* Make sure to promote the button on its own layer */
  }

  .button:hover,
  #shopify-product-reviews .spr-summary-actions-newreview:hover,
  #shopify-product-reviews .spr-button:hover,
  .shopify-email-marketing-confirmation__container a,
  .shopify-payment-button__button:hover {
    background-position: 100% 25%, 100% 100%;
  }

  /* Only on super modern browsers, allow to automatically switch to a white color based on contrast */
  @supports (color: color-contrast(wheat vs black, white)) and
    (color: rgb(from wheat r g b / 0.07)) {
    .button,
    #shopify-product-reviews .spr-summary-actions-newreview,
    #shopify-product-reviews .spr-button,
    .shopify-email-marketing-confirmation__container a,
    .shopify-payment-button__button {
      --button-overlay-color: rgb(
        from color-contrast(rgb(var(--button-background)) vs white, black) r g b /
          7%
      );
      background-image: linear-gradient(
          178deg,
          rgb(var(--button-background)),
          rgb(var(--button-background)) 10%,
          var(--button-overlay-color) 10%,
          var(--button-overlay-color) 100%
        ),
        linear-gradient(
          rgb(var(--button-background)),
          rgb(var(--button-background))
        );
    }
  }
}
/**
    * -------------------------------------------------------------
    * LOADER BUTTON
    * -------------------------------------------------------------
    */
.loader-button__text {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.loader-button__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
/**
    * -------------------------------------------------------------
    * BUTTON GROUP
    * -------------------------------------------------------------
    */
.button-group {
  font-size: 0; /* Collapse margin */
}
@media screen and (max-width: 740px) {
  .button-group .button {
    margin: 12px;
    padding: 0 18px; /* We halve the padding to increase probability to button to fit on same row on mobile */
  }

  .button-group__wrapper {
    margin: -12px;
  }
}
@media screen and (min-width: 741px) {
  /* On tablet as we have more space we want to ensure the button has the same width */
  .button-group__wrapper {
    display: inline-grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 18px;
  }

  .button--primary {
    font-size: 18px;
  }
}
.shopify-challenge__button {
  border: solid 2px #424547;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.7px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.10);
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  background-color: transparent;
  color: #424547;
  transition: 0.5s all ease;
}
.shopify-challenge__button:hover {
  background-color: #ebf3d8;
  transition: 0.5s all ease;
  color: #5d9158;
}
/*
* FORM GENERIC
*/
.form__banner:not(:last-child),
.form__info {
  margin-bottom: 24px;
}
.form__info {
  margin-top: 0;
}
.form__submit {
  margin-top: var(--form-submit-margin);
}
.form__submit--closer {
  margin-top: 16px;
}
/* Element that is added below a submit form to provide a secondary, subdued action */
.form__secondary-action {
  display: block;
  width: 100%;
  margin-top: 18px;
  text-align: center;
}
.form__secondary-action .link {
  padding-left: 8px;
}
@media screen and (min-width: 1000px) {
  .form__banner:not(:last-child),
  .form__info {
    margin-bottom: 32px;
  }
}
/*
   * INPUT
   */
.input {
  position: relative;
}
.input + .input,
.input + .input-row,
.input-row + .input-row,
.input-row + .input {
  margin-top: var(--form-input-gap);
}
[dir="ltr"] .input__field,
[dir="ltr"] #shopify-product-reviews .spr-form-input-text,
[dir="ltr"] #shopify-product-reviews .spr-form-input-email,
[dir="ltr"] #shopify-product-reviews .spr-form-input-textarea {
  text-align: left;
}
[dir="rtl"] .input__field,
[dir="rtl"] #shopify-product-reviews .spr-form-input-text,
[dir="rtl"] #shopify-product-reviews .spr-form-input-email,
[dir="rtl"] #shopify-product-reviews .spr-form-input-textarea {
  text-align: right;
}
.input__field,
#shopify-product-reviews .spr-form-input-text,
#shopify-product-reviews .spr-form-input-email,
#shopify-product-reviews .spr-form-input-textarea {
  appearance: none;
  width: 100%;
  height: var(--form-input-field-height);
  line-height: var(--form-input-field-height);
  padding: 0 18px;
  border-radius: var(--button-border-radius);
  border: 1px solid rgba(var(--text-color), 0.15);
  box-shadow: none;
  background: transparent;
  color: var(--form-input-color);
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.input__field:focus,
select:focus,
#shopify-product-reviews .spr-form-input-text:focus,
#shopify-product-reviews .spr-form-input-email:focus,
#shopify-product-reviews .spr-form-input-textarea:focus {
  border-color: rgb(var(--text-color));
  box-shadow: 0 0 0 1px rgb(var(--text-color)) inset;
  outline: none;
}
.input__field::placeholder {
  color: rgba(var(--text-color), 0.7);
}
.input__field--transparent {
  background: transparent;
}
.input__field--textarea,
#shopify-product-reviews .spr-form-input-textarea {
  resize: vertical;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: top;
  line-height: inherit;
}
[dir="ltr"] .input__label {
  left: 12px;
}
[dir="rtl"] .input__label {
  right: 12px;
}
.input__label {
  position: absolute;
  top: calc((var(--form-input-field-height) / 2) - 0.5em);
  padding: 0 5px;
  pointer-events: none;
  transform: translateY(0);
  transform-origin: var(--transform-origin-start) top;
  transition: transform 0.2s ease-in-out;
  background: rgb(
    var(
      --section-block-background,
      var(--section-background, var(--background))
    )
  ); /* Try to inherit from specific section background first, then global background */
  color: rgba(var(--text-color), 0.7);
  line-height: 1;
  white-space: nowrap;
}
:focus-within ~ .input__label,
.is-filled ~ .input__label,
:not(:placeholder-shown) ~ .input__label {
  transform: scale(0.733) translateY(calc(-24px - 0.5em))
    translateX(calc(5px * 0.733));
}
/* Block label is outside the field itself (used on very few forms actually) */
.input__block-label {
  display: inline-block;
  margin-bottom: 8px;
}
/* Used for instance in the login form for the "forgot password" link */
[dir="ltr"] .input__field-link {
  right: 18px;
}
[dir="rtl"] .input__field-link {
  left: 18px;
}
.input__field-link {
  position: absolute;
  top: 1.1em;
}
/* This icon is placed within an input div */
[dir="ltr"] .input__submit-icon {
  right: 20px;
}
[dir="rtl"] .input__submit-icon {
  left: 20px;
}
button.input__submit-icon{
  position: absolute;
}
.input__submit-icon {
  top: 50%;
  transform: translateY(-50%);
}
.input-row .button {
  width: 100%;
}
@media screen and (min-width: 741px) {
  .input-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    grid-gap: var(--form-input-gap);
    gap: var(--form-input-gap);
  }

  .input-row .input {
    margin-top: 0;
  }

  .input + .input--checkbox,
  .input-row + .input--checkbox {
    margin-top: 30px;
  }

  [dir="ltr"] .input__field-link {
    right: 18px;
  }

  [dir="rtl"] .input__field-link {
    left: 18px;
  }
}
/*
   * INPUT PREFIX (allow to create small input with a prefixed value)
   */
.input-prefix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border: 1px solid rgb(var(--border-color));
}
[dir="ltr"] .input-prefix__field {
  text-align: right;
}
[dir="rtl"] .input-prefix__field {
  text-align: left;
}
.input-prefix__field {
  padding: 0;
  background: transparent;
  appearance: none;
  -moz-appearance: textfield;
  min-width: 0;
  width: 100%;
  border: none;
}
.input-prefix__field::-webkit-outer-spin-button,
.input-prefix__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*
   * CHECKBOX
   */
.checkbox-container {
  display: flex;
  align-items: baseline;
}
.checkbox-container + .checkbox-container {
  margin-top: 10px;
}
.checkbox {
  position: relative;
  top: 2px;
  -webkit-appearance: none;
  flex: none;
  width: 14px;
  height: 14px;
  border: 1px solid rgb(var(--border-color-darker));
  background-color: rgb(var(--background));
  border-radius: 0;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  cursor: pointer;
}
.checkbox:checked {
  border-color: rgb(var(--heading-color));
  background-color: rgb(var(--heading-color));
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgM0w0IDZMOS4wMDE0NiAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
}
.checkbox:disabled + label {
  opacity: 0.7;
  cursor: default;
}
[dir="ltr"] .checkbox + label {
  padding-left: 12px;
}
[dir="rtl"] .checkbox + label {
  padding-right: 12px;
}
.checkbox + label {
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .checkbox-container + .checkbox-container {
    margin-top: 2px;
  }
}
/*
   * SELECT
   */
.select-wrapper {
  position: relative;
}
.select {
  appearance: none; /* Remove default style if applied to a built-in select */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  height: var(--form-input-field-height);
  width: 100%;
  border: 1px solid rgb(var(--border-color));
  border-radius: var(--button-border-radius);
  background: transparent;
  cursor: pointer;
}
[dir="ltr"] .select--collapse-start {
  border-top-left-radius: 0;
}
[dir="rtl"] .select--collapse-start {
  border-top-right-radius: 0;
}
[dir="ltr"] .select--collapse-start {
  border-bottom-left-radius: 0;
}
[dir="rtl"] .select--collapse-start {
  border-bottom-right-radius: 0;
}
[dir="ltr"] .select--collapse-end {
  border-top-right-radius: 0;
}
[dir="rtl"] .select--collapse-end {
  border-top-left-radius: 0;
}
[dir="ltr"] .select--collapse-end {
  border-bottom-right-radius: 0;
}
[dir="rtl"] .select--collapse-end {
  border-bottom-left-radius: 0;
}
[dir="ltr"] .select svg {
  margin-left: 20px;
}
[dir="rtl"] .select svg {
  margin-right: 20px;
}
.select svg {
  transition: transform 0.25s ease-in-out;
}
/* When the select class is applied to a native select, then the svg arrow is positioned absolutely */
[dir="ltr"] .select ~ svg {
  right: 18px;
}
[dir="rtl"] .select ~ svg {
  left: 18px;
}
.select ~ svg {
  position: absolute;
  top: calc(50% - 4px);
}
.select__selected-value {
  position: relative;
  display: flex;
  align-items: center;
  top: -1px; /* Designer want to move by 1px up */
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir="ltr"] .select__color-swatch {
  margin-right: 10px;
}
[dir="rtl"] .select__color-swatch {
  margin-left: 10px;
}
.select__color-swatch {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: var(--color-swatch-border-radius);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.select__color-swatch--white {
  box-shadow: 0 0 0 1px rgba(var(--text-color), 0.3) inset;
}
.select--small {
  padding: 6px 12px;
  height: auto; /* As the input is much smaller we size it with padding instead */
}
[dir="ltr"] .select--small svg {
  margin-left: 10px;
}
[dir="rtl"] .select--small svg {
  margin-right: 10px;
}
.select[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}
@media screen and (min-width: 741px) {
  .select__selected-value {
    pointer-events: none;
  }
}
/*
   * RANGE ELEMENT
   * Styling range are pretty complex as each browsers has their own way to do it
   */
/* First we revert the styling of range elements */
.range {
  appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
}
/* Chrome and Safari */
.range::-webkit-slider-thumb {
  position: relative;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  border: none;
  background: rgb(var(--background));
  cursor: pointer;
  margin-top: -5px;
  z-index: 1;
  box-shadow: 0 0 0 5px rgb(var(--text-color)) inset;
}
.range::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: rgb(var(--border-color));
  border-radius: 4px;
  border: none;
}
/* Firefox */
.range::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 100%;
  border: none;
  background: rgb(var(--background));
  cursor: pointer;
  box-shadow: 0 0 0 5px rgb(var(--text-color)) inset;
}
.range::-moz-range-progress,
.range::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
}
.range::-moz-range-progress {
  background-color: rgba(var(--text-color), 0.7);
}
.range::-moz-range-track {
  background-color: rgb(var(--border-color));
}
/* On non-hover devices, we make the thumb bigger */
@media not screen and (pointer: fine) {
  .range::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    margin-top: -7px;
    box-shadow: 0 0 0 7px rgb(var(--text-color)) inset;
  }

  .range::-moz-range-thumb {
    height: 20px;
    width: 20px;
    box-shadow: 0 0 0 7px rgb(var(--text-color)) inset;
  }
}
/* Range group (when using double range, we need to rely on some clever trick) */
.range-group {
  height: 6px;
  background: linear-gradient(
    to var(--transform-origin-end),
    rgb(var(--border-color)) var(--range-min),
    rgba(var(--text-color), 0.7) var(--range-min),
    rgba(var(--text-color), 0.7) var(--range-max),
    rgb(var(--border-color)) var(--range-max)
  );
  border-radius: 4px;
}
.range-group .range {
  pointer-events: none;
  height: 6px;
  vertical-align: top;
}
.range-group .range::-webkit-slider-runnable-track {
  background: none;
}
.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}
.range-group .range::-moz-range-progress,
.range-group .range::-moz-range-track {
  background: none;
}
.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}
[dir="ltr"] .range-group .range:last-child {
  left: 0;
}
[dir="rtl"] .range-group .range:last-child {
  right: 0;
}
.range-group .range:last-child {
  position: absolute;
  top: 0;
}
/*
   * SWITCH CHECKBOX
   * Styling range are pretty complex as each browsers has their own way to do it
   */
.switch-checkbox {
  position: relative;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background: rgb(var(--border-color));
  appearance: none;
  transition: background 0.1s ease-in;
  cursor: pointer;
}
[dir="ltr"] .switch-checkbox::before {
  left: 3px;
}
[dir="rtl"] .switch-checkbox::before {
  right: 3px;
}
.switch-checkbox::before {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 3px;
  background: rgb(var(--background));
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease-in;
}
.switch-checkbox:checked {
  background: rgb(var(--text-color));
}
.switch-checkbox:checked::before {
  transform: translateX(calc(100% + 6px));
}
/**
 * NOTE: most of the CSS variables used are defined in the "css-variables.liquid" snippet file
 */
@media screen and (max-width: 740px) {
    .hidden-phone {
      display: none !important;
    }
  }
@media screen and (min-width: 741px) and (max-width: 999px) {
    .hidden-tablet {
      display: none !important;
    }
  }
@media screen and (min-width: 741px) {
    .hidden-tablet-and-up {
      display: none !important;
    }
  }
@media screen and (max-width: 999px) {
    .hidden-pocket {
      display: none !important;
    }
  }
@media screen and (min-width: 1000px) and (max-width: 1199px) {
    .hidden-lap {
      display: none !important;
    }
  }
@media screen and (min-width: 1000px) {
    .hidden-lap-and-up {
      display: none !important;
    }
  }
@media screen and (min-width: 1200px) {
    .hidden-desk {
      display: none !important;
    }
  }
@media screen and (min-width: 1400px) {
    .hidden-wide {
      display: none !important;
    }
  }
@media screen and (pointer: fine) {
    .hidden-no-touch {
      display: none !important;
    }
  }
@media not screen and (pointer: fine) {
    .hidden-touch {
      display: none !important;
    }
  }
@media print {
    .hidden-print {
      display: none !important;
    }
  }
/**
 * --------------------------------------------------------------------
 * LABEL
 * --------------------------------------------------------------------
 */
.label {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    font-family: var(--text-font-family);
    font-style: var(--text-font-style);
    font-weight: var(--text-font-bold-weight);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: min(var(--block-border-radius), 2px);
}
.label--highlight {
    background: #5D9158;
    color: rgb(255, 255, 255);
}
.label--subdued {
    background: rgb(var(--product-sold-out-accent));
    color: rgb(255, 255, 255);
    padding-top: 4px; /* Fixes the font aligntment issue */
}
.label--custom {
    background: rgb(var(--product-custom-label-background));
    color: rgb(var(--product-custom-label-text-color));
    padding-top: 4px;
    text-align: center;

}
.label--custom2 {
    background: rgb(var(--product-custom-label-2-background));
    color: rgb(var(--product-custom-label-2-text-color));
    padding-top: 4px;
    text-align: center;
}
.label-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    flex: 0 0 auto;
}
.label-list:not(.label-list--horizontal) .label:not(:last-child) {
    margin-bottom: 4px;
}
.label-list--horizontal {
    flex-direction: row;
}
[dir="ltr"] .label-list--horizontal .label:not(:last-child) {
    margin-right: 4px;
}
[dir="rtl"] .label-list--horizontal .label:not(:last-child) {
    margin-left: 4px;
}
@media screen and (min-width: 741px) {
    .label {
        font-size: 12px;
    }
}
/**
   * -------------------------------------------------------------
   * LINK BAR (show a list of links usually for tags ; used in collection and blog pages)
   * -------------------------------------------------------------
   */
.link-bar {
  position: relative;
  display: block;
  box-shadow: 0 1px rgb(var(--border-color)), 0 -1px rgb(var(--border-color));
  text-align: center;
}
.link-bar__wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
@media screen and ( max-width: 400px ) {
.link-bar__wrapper {
    overflow: hidden
}
  }
.link-bar__scroller {
  scroll-snap-type: x proximity;
}
.link-bar__title {
  position: sticky;
  left: 0;
  flex-shrink: 0;
  z-index: 1;
  background: rgb(var(--background));
}
.link-bar__title::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 28px;
  background-image: linear-gradient(
    to var(--transform-origin-end),
    rgb(var(--background)) 35%,
    rgba(var(--background), 0)
  );
}
[dir="ltr"] .link-bar__title + .link-bar__scroller {
  padding-left: 28px;
}
[dir="rtl"] .link-bar__title + .link-bar__scroller {
  padding-right: 28px;
}
.link-bar__linklist {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-gap: 28px;
  gap: 28px;
  min-width: max-content;
}
.link-bar__link-item,
.link-bar__title {
  padding-top: 14px;
  padding-bottom: 14px;
}
.link-bar__link-item--selected {
  scroll-snap-align: center;
}
@media screen and (max-width: 999px) {
  [dir="ltr"] .link-bar__wrapper::after {
    left: 100%;
  }
  [dir="rtl"] .link-bar__wrapper::after {
    right: 100%;
  }
  .link-bar__wrapper::after {
    content: "";
    position: absolute;
    height: 100%;
    width: var(--container-gutter);
    top: 0;
    background-image: linear-gradient(
      to var(--transform-origin-start),
      rgb(var(--background)),
      rgba(var(--background), 0)
    );
  }

  [dir="ltr"] .link-bar__scroller {
    margin-right: calc(-1 * var(--container-gutter));
  }

  [dir="rtl"] .link-bar__scroller {
    margin-left: calc(-1 * var(--container-gutter));
  }

  [dir="ltr"] .link-bar__linklist {
    padding-right: var(--container-gutter);
  }

  [dir="rtl"] .link-bar__linklist {
    padding-left: var(--container-gutter);
  }
}
@media screen and (min-width: 741px) {
  [dir="ltr"] .link-bar__title + .link-bar__scroller {
    padding-left: 48px;
  }
  [dir="rtl"] .link-bar__title + .link-bar__scroller {
    padding-right: 48px;
  }

  .link-bar__linklist {
    gap: 40px;
  }

  .link-bar__link-item,
  .link-bar__title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .link-bar__link-item,
  .link-bar__title {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
/**
   * -------------------------------------------------------------
   * MODAL
   *
   * Modal allows to provide a full-screen off-screen elements. On mobile, they look
   * like popover, while on tablet and desktop they use an immersive full-screen elements. Because
   * modal are much more "free" than popover and drawer in their structure, the styling
   * is left to the actual inner content
   * -------------------------------------------------------------
   */
[dir="ltr"] .modal {
  left: 0;
}
[dir="rtl"] .modal {
  right: 0;
}
.modal {
  /* Make sure the modal component does not inherit values from the section it is included to */
  --heading-color: var(--root-heading-color);
  --text-color: var(--root-text-color);
  --background: var(--root-background);

  position: fixed;
  font-size: 1rem;
  z-index: 10;
  visibility: hidden;
  transition: visibility 0.25s ease-in-out;
}
.modal[open] {
  visibility: visible;
}
[dir="ltr"] .modal__overlay {
  left: 0;
}
[dir="rtl"] .modal__overlay {
  right: 0;
}
.modal__overlay {
  position: absolute;
  content: "";
  height: 100vh;
  width: 100vw;
  bottom: calc(
    100% - 10px
  ); /* There is a border radius on the header on mobile so we slightly move down the overlay */
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.modal[open] > .modal__overlay {
  visibility: visible;
  opacity: 0.3;
}
[dir="ltr"] .modal__close-button {
  right: 24px;
}
[dir="rtl"] .modal__close-button {
  left: 24px;
}
.modal__close-button {
  position: absolute;
  top: 24px;
  z-index: 1;
}
.modal__content {
  position: relative;
  display: flow-root;
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  border-radius: var(--block-border-radius);
}
@media screen and (max-width: 740px) {
  .modal {
    bottom: 0;
    width: 100vw;
    transform: translateY(100%);
    transition: transform 0.7s cubic-bezier(0.75, 0, 0.175, 1),
      visibility 0.7s cubic-bezier(0.75, 0, 0.175, 1);
    touch-action: manipulation;
  }

  .modal[open] {
    transform: translateY(0);
  }

  .modal__content {
    max-height: 81vh;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 741px) {
  .modal {
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .modal__overlay {
    position: fixed;
    top: 0;
    bottom: auto;
  }

  .modal__content {
    margin: 80px; /* Allows to guarantee spacing around the edges */
    max-height: calc(100vh - 160px);
    overflow: auto;
    transform: scale(0.8);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.75, 0, 0.175, 1),
      opacity 0.3s cubic-bezier(0.75, 0, 0.175, 1);
    will-change: transform;
  }

  .modal[open] .modal__content {
    transform: scale(1);
    opacity: 1;
  }
}
/**
   * --------------------------------------------------------------------
   * NON-JS AND REVEAL ELEMENTS
   * --------------------------------------------------------------------
   */
.js .js\:hidden,
.no-js .no-js\:hidden {
  display: none;
}
[reveal] {
  opacity: 0;
}
[reveal-visibility] {
  visibility: hidden;
}
.no-js [reveal] {
  opacity: 1;
}
.no-js [reveal-visibility] {
  visibility: visible;
}
/**
   * -------------------------------------------------------------
   * PAGE
   * -------------------------------------------------------------
   */
.page-header {
  position: relative;
  text-align: center;
}
.page-header--secondary {
  background: rgb(var(--secondary-background));
}
.page-header--clear::after,
.page-header::before {
  content: "";
  display: table;
  clear: left;
}
.page-header__text-wrapper {
  max-width: 850px;
  margin: 40px auto;
}
#collection-banner .page-header__text-wrapper {
  max-width: 920px;
}
#collection-banner .page-header__description {
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.page-header--small .page-header__text-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}
.page-header--alone .page-header__text-wrapper {
  margin-bottom: 72px;
}
.page-content,
.shopify-policy__body {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.page-content--medium,
.shopify-policy__body {
  max-width: 670px;
}
.page-content--small {
  max-width: 460px;
}
.page-content--fluid {
  max-width: none;
}
.page-content table.table-row-color td {
  text-align: center;
  padding: 10px;
}
[dir="ltr"] .page-content table.table-row-color td:first-child {
  padding-left: 10px;
  display: flex;
  width: 100%;
  justify-content: center;
}
[dir="ltr"] .page-content table.table-row-color td:last-child {
  padding-right: 10px;
}
.page-content table.table-row-color tr:nth-child(even) {
  background-color: #ececec;
}
@media screen and (min-width: 741px) {
  .page-header__text-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .page-header--small .page-header__text-wrapper {
    margin-top: 48px;
    margin-bottom: 40px;
  }

  .page-header--alone .page-header__text-wrapper {
    margin-bottom: 120px;
  }

  /* When the page header is immediately preceded by a floating breadcrumb, we increase the size */
  .breadcrumb--floating + .page-header__text-wrapper {
    margin-top: 80px;
  }
}
/**
   * -------------------------------------------------------------
   * PAGINATION
   * -------------------------------------------------------------
   */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
.pagination__nav {
    display: table;
    border-collapse: separate;
    table-layout: fixed;
  }
.pagination__nav-item {
    position: relative;
    display: table-cell !important;
    box-shadow: 1px 0 0 0 rgb(var(--border-color)), 0 1px 0 0 rgb(var(--border-color)), 1px 1px 0 0 rgb(var(--border-color)), 1px 0 0 0 rgb(var(--border-color)) inset, 0 1px 0 0 rgb(var(--border-color)) inset;
    vertical-align: middle;
    height: 47px;
    width: 47px;
    text-align: center;
  }
[dir="ltr"] .pagination__nav-item:first-child,[dir="ltr"]
  .pagination__nav-item:first-child::before {
    border-top-left-radius: var(--button-border-radius);
  }
[dir="rtl"] .pagination__nav-item:first-child,[dir="rtl"]
  .pagination__nav-item:first-child::before {
    border-top-right-radius: var(--button-border-radius);
  }
[dir="ltr"] .pagination__nav-item:first-child,[dir="ltr"]
  .pagination__nav-item:first-child::before {
    border-bottom-left-radius: var(--button-border-radius);
  }
[dir="rtl"] .pagination__nav-item:first-child,[dir="rtl"]
  .pagination__nav-item:first-child::before {
    border-bottom-right-radius: var(--button-border-radius);
  }
[dir="ltr"] .pagination__nav-item:last-child,[dir="ltr"]
  .pagination__nav-item:last-child::before {
    border-top-right-radius: var(--button-border-radius);
  }
[dir="rtl"] .pagination__nav-item:last-child,[dir="rtl"]
  .pagination__nav-item:last-child::before {
    border-top-left-radius: var(--button-border-radius);
  }
[dir="ltr"] .pagination__nav-item:last-child,[dir="ltr"]
  .pagination__nav-item:last-child::before {
    border-bottom-right-radius: var(--button-border-radius);
  }
[dir="rtl"] .pagination__nav-item:last-child,[dir="rtl"]
  .pagination__nav-item:last-child::before {
    border-bottom-left-radius: var(--button-border-radius);
  }
.pagination__nav-item svg {
    margin: 0 auto;
  }
.pagination__nav-item[aria-current]::before {
    content: '';
    position: absolute;
    max-width: calc(100% - 3px);
    max-height: calc(100% - 3px);
    top: 2px;
    left: 2px;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    box-shadow: 0 0 0 2px currentColor;
  }
@media screen and (min-width: 741px) {
    .pagination {
      margin-top: 48px;
    }

    .pagination__nav-item {
      height: 56px;
      width: 56px;
    }
  }
.password {
  background: rgb(var(--section-background));
  color: rgb(var(--text-color));
}
.password__logo {
  margin-bottom: 0;
}
.password__logo-image {
  display: block;
}
.password__main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  padding-left: 48px;
  padding-right: 48px;
  text-align: center;
  z-index: 1;
}
@supports (--css: variables) {
  .password__main {
    min-height: var(--window-height, 100vh);
  }
}
.password__content {
  max-width: 390px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}
.password__storefront-login {
  display: block;
  margin-top: 20px;
}
[dir="ltr"] .password__storefront-login svg {
  margin-right: 12px;
}
[dir="rtl"] .password__storefront-login svg {
  margin-left: 12px;
}
.password__storefront-login svg {
  vertical-align: sub;
}
.password__storefront-form {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.password__newsletter {
  margin-top: 24px;
}
[dir="ltr"] .password__shopify-logo svg {
  margin-left: 12px;
}
[dir="rtl"] .password__shopify-logo svg {
  margin-right: 12px;
}
.password__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.password__powered-by {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .password__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.1;
    filter: grayscale(1);
  }

  .password__newsletter-form .input__label {
    background: transparent;
  }

  .password__newsletter-form :focus-within ~ .input__label,
  .password__newsletter-form .is-filled ~ .input__label {
    background: rgb(var(--section-background));
  }

  .password__admin-link {
    padding-top: 8px;
  }

  .password__storefront-form {
    position: relative;
    padding: 62px 48px 48px 48px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    background: inherit;
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (min-width: 741px) {
  .password__copyright {
    flex-direction: row;
  }

  .password__newsletter {
    margin-top: 32px;
  }

  .password__storefront-login {
    margin-top: 28px;
  }

  .password__shopify-logo svg {
    width: 98px;
    height: 28px;
  }

  [dir="ltr"] .password__admin-link {
    padding-left: 18px;
  }

  [dir="rtl"] .password__admin-link {
    padding-right: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .password {
    display: grid;
    grid-auto-columns: 50%;
    grid-auto-flow: column;
    justify-content: center;
  }

  .password__image {
    object-fit: cover;
    object-position: center;
    max-height: 100vh;
    height: 100%;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/**
   * -------------------------------------------------------------
   * PhotoSwipe
   * -------------------------------------------------------------
   */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 1500;
    -webkit-backface-visibility: hidden;
    outline: none;
  }
.pswp img {
    max-width: none;
  }
.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
.pswp--open {
    display: block;
  }
.pswp--zoom-allowed .pswp__img {
    cursor: var(--zoom-cursor-svg-url) 26 26, zoom-in;
  }
.pswp--zoomed-in .pswp__img {
    cursor: grab;
  }
.pswp--dragging .pswp__img {
    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: rgb(var(--background));
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
  }
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
.pswp__container,
  .pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
/* Prevent selection and tap highlights */
.pswp__container,
  .pswp__img {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
.pswp--animated-in .pswp__bg,
  .pswp--animated-in .pswp__zoom-wrap {
    transition: none;
  }
.pswp__container,
  .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
  }
.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
  }
/* UI */
[dir="ltr"] .pswp__top-bar {
    right: var(--container-gutter);
  }
[dir="rtl"] .pswp__top-bar {
    left: var(--container-gutter);
  }
.pswp__top-bar {
    position: absolute;
    top: var(--container-gutter);
  }
.pswp__prev-next-buttons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    top: calc(50% - 28px); /* 28px is half the height of button */
    margin-left: var(--container-gutter);
    margin-right: var(--container-gutter);
    pointer-events: none;
  }
.pswp__dots-nav-wrapper {
    display: flex;
    position: absolute;
    bottom: 0;
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: rgb(var(--background));
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition-delay: 0.2s;
  }
.pswp__dots-nav-wrapper .dots-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
.pswp__ui--hidden .pswp__dots-nav-wrapper {
    opacity: 0;
    transform: translateY(10px);
  }
.pswp__button svg {
    transition: transform 0.25s ease-in-out;
  }
@supports (padding: max(0px)) {
    .pswp__dots-nav-wrapper {
      padding-bottom: max(20px, env(safe-area-inset-bottom, 0px) + 20px);
    }
  }
@media screen and (pointer: fine) {
    .pswp__button:hover svg {
      transform: rotateZ(90deg);
    }
  }
.flickity-enabled {
    position: relative;
    overflow: visible !important;
  }
.flickity-enabled:focus {
    outline-offset: 2px;
  }
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
  }
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
  }
/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
.flickity-enabled.is-draggable:not(.is-hovering-right):not(.is-hovering-left) .flickity-viewport {
    cursor: grab;
  }
.flickity-enabled.is-draggable:not(.is-hovering-right):not(.is-hovering-left) .flickity-viewport.is-pointer-down {
    cursor: grabbing;
  }
.flickity-enabled.is-hovering-right .flickity-viewport {
    cursor: var(--arrow-right-svg-url) 17 14, e-resize;
  }
.flickity-enabled.is-hovering-left .flickity-viewport {
    cursor: var(--arrow-left-svg-url) 17 14, w-resize;
  }
.flickity-rtl .flickity-page-dots {
    direction: rtl;
  }
/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
    transition: visibility 0.2s linear; /* this is a hotfix for Safari mobile */
  }
.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1;
  }
.flickity-enabled.is-fade .flickity-slider > :not(.is-selected) {
    visibility: hidden;
  }
/**
   * -------------------------------------------------------------
   * PLACEHOLDER
   * -------------------------------------------------------------
   */
.placeholder-image {
    position: relative;
    padding-bottom: 75%;
    background-color: rgb(var(--secondary-background));
  }
.placeholder-background {
    background-color: rgb(var(--secondary-background));
  }
[dir="ltr"] .placeholder-image svg {
    left: 0;
  }
[dir="rtl"] .placeholder-image svg {
    right: 0;
  }
.placeholder-image svg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
@media screen and (min-width: 1000px) {
    .placeholder-image {
      padding-bottom: 45%;
    }
  }
/**
   * -------------------------------------------------------------
   * POPOVER
   * -------------------------------------------------------------
   */
.popover-button {
    width: max-content;
  }
[dir="ltr"] .popover-button svg {
    margin-left: 10px;
  }
[dir="rtl"] .popover-button svg {
    margin-right: 10px;
  }
.popover-button svg {
    position: relative;
    top: -1px; /* For pixel perfect */
    transition: transform 0.2s ease-in-out;
  }
.popover-button[aria-expanded="true"] svg {
    transform: rotateZ(180deg);
  }
[dir="ltr"] .popover {
    text-align: left;
  }
[dir="rtl"] .popover {
    text-align: right;
  }
.popover {
    /* Make sure the popover component does not inherit values from the section it is included to */
    --heading-color: var(--root-heading-color);
    --text-color: var(--root-text-color);
    --background: var(--root-background);
    --primary-button-background: var(--root-primary-button-background);
    --primary-button-text-color: var(--root-primary-button-text-color);
    --section-background: var(--root-background);
  
    display: block;
    position: fixed;
    z-index: 10;
    color: rgb(var(--text-color));
    background: rgb(var(--background));
    visibility: hidden;
    font-size: 1rem;
    transition: visibility 0.25s ease-in-out;
    backface-visibility: hidden;
  }
.popover[open] {
    visibility: visible;
  }
.popover__overlay {
    position: absolute;
    content: "";
    height: 100vh;
    width: 100%;
    bottom: calc(
      100% - 10px
    ); /* There is a border radius on the header on mobile so we slightly move down the overlay */
    left: 0; /* We must make sure to not use logical property here */
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  }
.popover[open] > .popover__overlay {
    visibility: visible;
    opacity: 0.3;
  }
.popover__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 20px 24px;
    border-bottom: 1px solid rgb(var(--root-border-color));
    border-radius: 10px 10px 0 0;
  }
.popover__header--no-border {
    border-bottom: none;
  }
.popover__title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
[dir="ltr"] .popover__title svg {
    margin-right: 12px;
  }
[dir="rtl"] .popover__title svg {
    margin-left: 12px;
  }
[dir="ltr"] .popover__close-button {
    right: 24px;
  }
[dir="rtl"] .popover__close-button {
    left: 24px;
  }
button.popover__close-button{
    position: absolute;
  }
.popover__close-button {
    top: 24px;
    z-index: 1;
  }
.popover__content {
    padding: 20px;
    overflow: auto;
  }
.popover__content--no-padding {
    padding: 0 !important;
  }
@supports (padding: max(0px)) {
    .popover__content {
      padding-bottom: max(24px, env(safe-area-inset-bottom, 0px) + 24px);
    }
  }
@media screen and (max-width: 1200px) {
    .popover {
      display: flex;
      flex-direction: column;
      bottom: 0;
      left: 0; /* We must make sure to not use logical property here */
      width: 100vw;
      max-height: 75vh;
      border-radius: 10px 10px 0 0;
      transform: translateY(100%);
      transition: transform 0.6s cubic-bezier(0.75, 0, 0.175, 1),
        visibility 0.6s cubic-bezier(0.75, 0, 0.175, 1);
      touch-action: manipulation;
    }
  
    .popover[open] {
      transform: translateY(0);
    }
  
    .popover__header,
    .popover__content {
      background: inherit;
    }
  
    [dir="ltr"] .drawer:not(.drawer--from-left) .popover {
      left: -11vw;
    }
  
    [dir="rtl"] .drawer:not(.drawer--from-left) .popover {
      right: -11vw;
    }
  
    .drawer:not(.drawer--from-left) .popover {
      /* Popover takes 89vw so we shift by 11vw */
    }
  }
@media screen and (min-width: 1200px) {
    .popover-container {
      position: relative;
    }
  
    .popover {
      position: absolute;
      top: calc(100% + 18px);
      border: 1px solid rgb(var(--root-border-color));
      z-index: 2;
      opacity: 0;
      transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
      border-radius: min(var(--block-border-radius), 4px);
    }
  
    .popover[open] {
      opacity: 1;
    }
  
    [dir="ltr"] .popover::after,
    [dir="ltr"] .popover::before {
      right: 24px;
    }
  
    [dir="rtl"] .popover::after,
    [dir="rtl"] .popover::before {
      left: 24px;
    }
  
    .popover::after,
    .popover::before {
      position: absolute;
      content: "";
      bottom: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent rgb(var(--root-background))
        transparent;
      border-width: 8px;
    }
  
    [dir="ltr"] .popover::before {
      right: 23px;
    }
  
    [dir="rtl"] .popover::before {
      left: 23px;
    }
  
    .popover::before {
      border-color: transparent transparent rgb(var(--root-border-color))
        transparent;
      border-width: 9px;
    }
  
    .popover__overlay,
    .popover__header {
      display: none; /* No overlay nor header on tablet and up for popover */
    }
  
    .popover__content {
      padding-left: 32px;
      padding-right: 32px;
    }
  
    .popover__content--restrict {
      max-height: 400px;
    }
  
    /* Small variation */
  
    .popover--small {
      font-size: calc(var(--base-font-size) - 3px);
      line-height: 1.5;
    }
  
    /* Positional variation */
  
    .popover--top {
      top: auto;
      bottom: calc(100% + 18px);
    }
  
    .popover--top::before,
    .popover--top::after {
      top: 100%;
      bottom: auto;
      border-color: rgb(var(--root-background)) transparent transparent
        transparent;
    }
  
    .popover--top::before {
      border-color: rgb(var(--root-border-color)) transparent transparent
        transparent;
    }
  
    [dir="ltr"] .popover--left {
      left: 0;
    }
  
    [dir="rtl"] .popover--left {
      right: 0;
    }
  
    [dir="ltr"] .popover--left {
      right: auto !important;
    }
  
    [dir="rtl"] .popover--left {
      left: auto !important;
    }
  
    .popover--left::before,
    .popover--left::after {
      display: none;
    }
  
    /* Position related to various UX element */
  
    [dir="ltr"] .popover-button + .popover {
      right: -28px;
    }
  
    [dir="rtl"] .popover-button + .popover {
      left: -28px;
    }
  
    [dir="ltr"] .select + .popover {
      right: -15px;
    }
  
    [dir="rtl"] .select + .popover {
      left: -15px;
    }
  }
/**
     * -------------------------------------------------------------
     * POPOVER CHOICE LIST
     *
     * This child component is used to create a easily usable list of
     * choices
     * -------------------------------------------------------------
     */
.popover__choice-list {
    white-space: nowrap;
  }
.popover__choice-item {
    display: block;
    width: 100%;
    text-align: left;
  }
.popover__choice-item:not(:first-child) {
    margin-top: 7px;
  }
.popover__choice-label {
    position: relative;
    cursor: pointer;
    text-transform: none;
    font-weight: 700;
  }
.popover__choice-label::first-letter {
      text-transform: uppercase;
    }
[dir="ltr"] input:checked + .popover__choice-label::after,
  [dir="ltr"] .popover__choice-label[aria-current]::after {
    right: -26px;
  }
[dir="rtl"] input:checked + .popover__choice-label::after,
  [dir="rtl"] .popover__choice-label[aria-current]::after {
    left: -26px;
  }
input:checked + .popover__choice-label::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 9px;
    top: calc(50% - (9px / 2));
    background-color: currentColor;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMy40TDQuNzQ5MzEgN0wxMSAxIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+);
    mask-repeat: no-repeat;
    mask-size: 12px 9px;
  }
.popover__choice-label[aria-current]::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 15px;
    top: calc(50% - 8.5px);
    background-color: currentColor;
    mask-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_40972_53753)"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.70683 9.89969C6.84683 6.70911 9.96328 3.55064 14.0243 1.29371C14.6012 0.95951 15.9782 -0.0416266 16.1175 0.880703C16.2808 1.88877 15.1222 2.8983 14.3313 3.66119C10.8799 6.96195 8.19106 10.1759 5.67467 14.3377C5.32095 14.9028 5.05106 15.8894 4.14878 15.9784C2.66043 16.1316 1.71144 13.4361 1.07426 12.0891C0.613535 11.1175 -1.02853 7.53622 0.96207 7.32753C2.43685 7.16407 2.72071 9.03464 3.70683 9.89969Z" fill="%23424547"/></g><defs><clipPath id="clip0_40972_53753"><rect width="16" height="15" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');
    mask-repeat: no-repeat;
    mask-size: 16px 15px;
  }
@media screen and (max-width: 999px) {
    .popover__choice-item:not(:first-child) {
      margin-top: 16px;
    }
  }
@media screen and (min-width: 1200px) {
    [dir="ltr"] input:checked + .popover__choice-label::after,
    [dir="ltr"] .popover__choice-label[aria-current]::after {
      right: -22px;
    }
    [dir="rtl"] input:checked + .popover__choice-label::after,
    [dir="rtl"] .popover__choice-label[aria-current]::after {
      left: -22px;
    }
  
    [dir="ltr"] .popover__choice-label {
      margin-right: 22px;
    }
  
    [dir="rtl"] .popover__choice-label {
      margin-left: 22px;
    }
  
    .popover__choice-item {
      text-align: left;
    }
  
    .popover--small .popover__content {
      padding: 14px 20px;
    }
  }
.predictive-search__form {
  display: flex;
  align-items: center;
}
predictive-search-drawer {
  padding-left: 20px;
}
[dir="ltr"] .predictive-search__input {
  margin-left: 8px;
}
[dir="rtl"] .predictive-search__input {
  margin-right: 8px;
}
.predictive-search__input {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  appearance: none;
}
@media screen and  (min-width: 768px) {
  .predictive-search__input {
    min-width: 300px;
  }
}
.predictive-search__input::placeholder {
  color: rgba(var(--text-color), 0.7);
  transition: color 0.2s ease-in-out;
}
.header__search-bar .predictive-search__input::placeholder {
  color: rgba(var(--header-text-color), 0.8);
}
.predictive-search .tabs-nav,
.predictive-search__menu-list {
  padding-top: 24px;
}
.predictive-search__menu + .predictive-search__menu {
  padding-top: 40px;
}
.predictive-search__menu-title {
  margin-bottom: 16px;
}
predictive-search-drawer .drawer__header {
  justify-content: space-between;
}
predictive-search-drawer .drawer__header .drawer__close-button {
  left: unset;
  right: unset;
}
predictive-search-drawer .drawer__content {
  margin-bottom: 20px;
}
predictive-search-drawer .drawer__content--center {
  margin-bottom: auto;
}
@media screen and (max-width: 400px) {
  predictive-search-drawer .drawer__footer .button {
    line-height: 1.5;
    padding-block: 10px;
  }
}
.predictive-search__fallback {
  display: block;
  margin-top: 30px;
}
/* Product */
.predictive-search__product-item:first-child .line-item__content-wrapper {
  margin-top: 0;
}
.predictive-search__product-item {
  position: relative;
}
.predictive-search__product-item .price-per-kg {
  font-size: 12px;
}
.predictive-search__product-item svg {
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  opacity: 0;
  transform: translateX(
    calc(var(--transform-logical-flip) * min(var(--container-gutter), 30px))
  );
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@media screen and (pointer: fine) {
  .predictive-search__product-item:hover svg {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Linklist */
.predictive-search__linklist {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.predictive-search__linklist--narrow {
  max-width: 390px;
}
.predictive-search__linklist--bordered {
  border-top: 1px solid rgb(var(--border-color));
  border-bottom: 1px solid rgb(var(--border-color));
}
.predictive-search__linklist-item {
  border-top: 1px solid rgb(var(--border-color));
}
.predictive-search__linklist-item:first-child {
  border-top: none;
}
.predictive-search__linklist-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
.predictive-search__linklist-link mark {
  font-weight: bold;
  background: transparent;
}
.predictive-search__linklist-link svg {
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: translateX(
    calc(var(--transform-logical-flip) * min(var(--container-gutter), 30px))
  );
}
@media screen and (pointer: fine) {
  .predictive-search__linklist-link:hover svg {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Blog post */
.predictive-search__article-item + .predictive-search__article-item {
  margin-top: 24px;
}
[dir="ltr"] .predictive-search__article-image-wrapper {
  margin-right: 18px;
}
[dir="rtl"] .predictive-search__article-image-wrapper {
  margin-left: 18px;
}
.predictive-search__article-image-wrapper {
  position: relative;
  display: block;
  flex: none;
  width: 100px;
}
.predictive-search__article-category {
  margin-bottom: 8px;
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 740px) {
    /* On iOS, when the keyboard is visible it does not contribute to the size of the viewport, so do not center on iOS */
    .predictive-search .drawer__content--center {
      margin-top: 150px;
    }
  }
}
@media screen and (min-width: 741px) {
  [dir="ltr"] .predictive-search__input {
    margin-left: 12px;
  }
  [dir="rtl"] .predictive-search__input {
    margin-right: 12px;
  }

  .predictive-search .tabs-nav,
  .predictive-search__menu-list {
    padding-top: 32px;
  }

  .predictive-search__article-image-wrapper {
    width: 140px;
  }
}
/**
   * -------------------------------------------------------------
   * PRICE
   * -------------------------------------------------------------
   */
.price-list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    color: #424547;
  }
.price-list--centered {
    justify-content: center;
  }
.price-list--stack {
    display: inline-grid;
  }
[dir="ltr"] .price-list:not(.price-list--stack) > .price:not(:last-child) {
    margin-right: 10px;
  }
[dir="rtl"] .price-list:not(.price-list--stack) > .price:not(:last-child) {
    margin-left: 10px;
  }
[dir="ltr"] .price-list > .price--block {
    margin-left: 0 !important;
  }
[dir="rtl"] .price-list > .price--block {
    margin-right: 0 !important;
  }
.price-list > .price--block {
    flex-basis: 100%;
  }
[dir="ltr"] .price-list + .link {
    margin-left: 16px;
  }
[dir="rtl"] .price-list + .link {
    margin-right: 16px;
  }
.price--highlight {
    color: rgb(var(--product-on-sale-accent));
  }
.price--compare {
    text-decoration: line-through;
    opacity: 0.7;
  }
.price--large {
    font-size: calc(var(--base-font-size) + 3px);
    font-family: 'Gill Sans Display MT Std';

      font-size: 1.2em;

  }
.unit-price-measurement {
    display: inline-flex; /* This allows to remove the space between each elements */
  }
@media screen and (min-width: 1000px) {
    .price--large:not(.price--compare) {
      font-size: calc(var(--base-font-size) + 7px);
    }
  }
/*
   * PRODUCT META
   */
.product-meta {
  display: block;
  margin-top: 24px;
}
.product-meta__price-list-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px dotted #a7a7a7;
  padding-bottom: 16px;
}
[dir='ltr'] .product-meta__label-list:not(:empty) {
  margin-left: 16px;
}
[dir='rtl'] .product-meta__label-list:not(:empty) {
  margin-right: 16px;
}
.product-meta__reference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.product-meta__sku {
  position: relative;
  top: 1px;
  letter-spacing: 0.45px;
}
.product-meta__taxes-included {
  margin-top: 0;
}
.product-meta__aside {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.product-meta__share {
  display: flex;
  align-items: center;
}
[dir='ltr'] .product-meta__share-label {
  margin-right: 20px;
}
[dir='rtl'] .product-meta__share-label {
  margin-left: 20px;
}
.product-meta__share-button-list {
  display: inline-grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
}
.product-meta__reviews-badge .rating__caption {
  position: relative;
  color: #424547;
  top: 4px;
}
.product-meta__reviews-badge .rating__caption::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: var(--transform-origin-end);
  transition: transform 0.3s;
}
@media screen and (min-width: 1000px) {
  .product-meta {
    margin-top: 0;
  }

  .product-meta__title {
    margin-bottom: 24px;
    font-family: var(--font-test);
    font-weight: 600;
  }
}
@media screen and (pointer: fine) {
  .product-meta__reviews-badge:hover .spr-badge-caption::after,
  .product-meta__reviews-badge:hover .rating__caption::after {
    transform: scaleX(1);
    transform-origin: var(--transform-origin-start);
  }
}
/* Product Description */
.product__description p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin-bottom: 0px;
  }
.product__description .read-more {
    font-weight: 700;
    border-bottom: 1px solid;
  }
/* Product Reivews */
.feefo-refresh-wrapper {
  display: flex;
  justify-content: left;
   margin-top:10px;
  /* margin-top: 1.8rem; ?sadly - feefo reviews are a pain if they arn't showing - so hiding the margin is likely best */
}
/* Product Benefits */
.product-benefits {
  margin-top: 1.8rem;
  border-top: 2px dotted #a7a7a7;
}
.product-benefits__wrapper {
  display: flex;
  gap: 0.75rem;
  max-width: 100%;
  flex-wrap: wrap;
}
.product-benefits__wrapper img {
    width: 80px;
    height: 80px;
  }
.product-benefits__title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-bottom: 0.5rem;
  padding-top: 1.8rem;
  font-family: var(--heading-font-family);
  color: #424242;
}
/*
     * PRODUCT FORM
     */
.product-form {
  display: grid;
  grid-row-gap: 16px;
  row-gap: 24px; /*16*/
  margin-top: 1.8rem;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.product-form__add-button:disabled {
      background-color: transparent;
      color: #000;
    }
.product-form__add-button:disabled:hover {
        cursor: not-allowed;
        opacity: 0.8;
        background-color: #fff;
      }
.product-form__variants {
  display: block;
  border-bottom: 2px dotted #a7a7a7;
  padding-bottom: 32px;
}
.product-form__option-info,
.product-form__quantity-label {
  display: flex;
  margin-bottom: 8px;
}
[dir='ltr'] .product-form__option-value {
  margin-left: 8px;
}
[dir='rtl'] .product-form__option-value {
  margin-right: 8px;
}
[dir='ltr'] .product-form__option-link {
  margin-left: auto;
}
[dir='rtl'] .product-form__option-link {
  margin-right: auto;
}
.no-js .product-form__option-selector {
  display: none;
}
.product-form__option-selector + .product-form__option-selector {
  margin-top: 16px;
}
.product-form__payment-container {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin-top: 8px;
}
.product-container .product-form__payment-container {
  margin-top: 0;
}
.product-form__description {
  margin-top: 8px;
  margin-bottom: 8px;
}
.product-form__image--center {
  text-align: center;
}
[dir='ltr'] .product-form__image--right {
  text-align: right;
}
[dir='rtl'] .product-form__image--right {
  text-align: left;
}
.product-form__image img {
  width: 100%;
}
/* Custom element that controls the "payment terms" */
shopify-payment-terms {
  display: block;
}
.product-form__view-details {
  margin-top: 24px;
  text-align: center;
}
.product-form__store-availability-container {
  display: block;
}
.product-form__store-availability-container:empty {
  display: none; /* Make sure that it does not add extra space */
}
@media screen and (min-width: 741px) {
  .product-form__payment-container {
    margin-top: 16px;
  }
}
/*
     * INVENTORY
     */
.inventory {
  color: rgb(var(--product-in-stock-text-color));
}
.inventory--low {
  color: rgb(var(--product-low-stock-text-color));
}
/*
     * PRODUCT CONTENT PART
     */
.product-content {
  display: flex;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 999px) {
  .product-content {
    flex-direction: column-reverse; /* In mobile we show the "complete the look" products first */
  }

  .product-content__tabs + .product-content__featured-products {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 741px) and (max-width: 999px) {
  .product-content {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1000px) {
  .product-content {
    margin-top: 80px;
    margin-bottom: 80px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .product-content {
    margin-left: calc(var(--grid-column-width) + var(--grid-gap));
    margin-right: calc(var(--grid-column-width) + var(--grid-gap));
  }
}
/*
     * PRODUCT CONTENT PART (TABS)
     */
.product-tabs__trust-list:not(:first-child) {
  margin-top: 32px;
}
.product-tabs__tab-item-wrapper:not([hidden]) {
  display: block;
}
@media screen and (max-width: 740px) {
  .product-content__tabs {
    margin: 0 calc(-1 * var(--container-gutter));
  }

  .product-tabs__tab-item-wrapper {
    --anchor-offset: 0px;
    padding: 0 var(--container-gutter);
  }

  .product-tabs__trust-title:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 999px) {
  .product-tabs__tab-item-wrapper {
    display: block;
    border-top: 1px solid rgb(var(--border-color));
  }

  .product-tabs__tab-item-wrapper:last-child {
    border-bottom: 1px solid rgb(var(--border-color));
  }

  .product-tabs__tab-item-content {
    margin-top: -2px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 741px) {
  .product-tabs {
    min-width: 330px;
  }

  [dir='ltr'] .product-tabs__trust-list:not(:first-child) {
    padding-left: 0;
  }
  [dir='rtl'] .product-tabs__trust-list:not(:first-child) {
    padding-right: 0;
  }
  .product-tabs__trust-list:not(:first-child) {
    margin-top: 15px;
  }

  .product-tabs__trust-list:first-child {
    text-align: center;
  }

  .product-tabs__trust-title {
    display: inline-flex;
    margin-top: 25px;
  }

  [dir='ltr'] .product-tabs__trust-title:not(:last-child) {
    margin-right: 35px;
  }

  [dir='rtl'] .product-tabs__trust-title:not(:last-child) {
    margin-left: 35px;
  }
}
@media screen and (min-width: 1000px) {
  .product-content__tabs {
    flex: none;
    width: calc(var(--grid-column-width) * 10 + var(--grid-gap) * 10);
  }

  .product-content__tabs:only-child {
    /* The auto margin allows to center if only tabs are present */
    margin-left: auto;
    margin-right: auto;
    width: calc(var(--grid-column-width) * 12 + var(--grid-gap) * 12);
  }

  /* On lap and up, the inner collapsible are always visible */
  .product-tabs__tab-item-wrapper .collapsible {
    height: auto;
    overflow: auto;
    visibility: visible;
  }
}
/*
     * PRODUCT CONTENT PART (PRODUCTS)
     */
.product-content__featured-products-title {
  margin-bottom: 0;
}
.product-content__featured-products-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--grid-gap);
  margin-top: 20px;
}
@media screen and (max-width: 740px) {
  /* On mobile we show the product a bit differently */
  .product-content__featured-products .product-item {
    flex-direction: row;
    align-items: center;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    scroll-snap-margin: var(--container-gutter); /* iOS uses non-standard property */
    scroll-margin: var(--container-gutter);
  }

  .product-content__featured-products-list {
    grid-auto-flow: column;
    grid-auto-columns: minmax(64vw, 1fr);
    grid-template-columns: none;
  }

  [dir='ltr'] .product-content__featured-products .product-item__image-wrapper {
    margin: 0 24px 0 0;
  }

  [dir='rtl'] .product-content__featured-products .product-item__image-wrapper {
    margin: 0 0 0 24px;
  }

  .product-content__featured-products .product-item__image-wrapper {
    width: 104px;
    flex: none;
  }

  [dir='ltr'] .product-content__featured-products .product-item__info {
    text-align: left;
  }

  [dir='rtl'] .product-content__featured-products .product-item__info {
    text-align: right;
  }

  .product-content__featured-products .price-list {
    justify-content: flex-start;
  }

  [dir='ltr'] .product-content__featured-products .product-item__link {
    margin-left: 0;
  }

  [dir='rtl'] .product-content__featured-products .product-item__link {
    margin-right: 0;
  }
}
@media screen and (min-width: 741px) and (max-width: 999px) {
  .product-content__featured-products-list {
    grid-template-columns: 214px 214px;
  }
}
@media screen and (min-width: 1000px) {
  .product-content__featured-products {
    flex: none;
    width: calc(var(--grid-column-width) * 9 + var(--grid-gap) * 8);
  }

  .product-content__featured-products-list {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content__featured-products {
    width: calc(var(--grid-column-width) * 7 + var(--grid-gap) * 6);
  }
}
/**
   * -------------------------------------------------------------
   * PRODUCT ITEM META
   *
   * This component is used on many elements (like grid item,
   * cart page, mini-cart, order...) and guarantee a consistent
   * spacing across all elements
   * -------------------------------------------------------------
   */
.product-item {
  z-index: 1;
  z-index: revert-layer;
}
.product-item .quick-buy-btn {
    margin-left: 0;
    margin-right: 0;
    letter-spacing: 0.7px;

    background-color: transparent;
    color: #424547;
    transition: 0.5s all ease;
  }
.product-item .quick-buy-btn:hover {
      background-color: #ebf3d8;
      transition: 0.5s all ease;
      color: #5d9158;

    }
.oos-badge {
  min-height: 85px;
}
.product-item-meta {
  display: block;
}
.product-item__label-list {
  flex-direction: row;
  gap: 4px;
  flex-wrap: wrap;
}
.product-item--sold-out .product-item__label-list  {
    right: 0%;
    z-index: 1;
    top: 0%;
  }
.product-metafield__badge {
    /*position: absolute;*/
    top: -16%;
    left: 68%;
    min-width: 50px;

}
.product-item-meta__vendor {
  display: block;
  margin-bottom: 6px;
}
.product-item-meta__title {
  display: block;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  font-family: var(--text-font-family);
}
.product-item-meta__title span {
    font-weight: 400;
  }
.product-item-meta__reviews-badge {
  display: block;
  margin-top: 2px;
}
.product-item-meta__color-count {
  margin-top: 4px;
}
.product-item-meta__reviews-badge + .product-item-meta__color-count {
  margin-top: 4px; /* When preceded by reviews badge we have a smaller gap */
}
.product-item-meta__reviews-badge .spr-icon {
  width: 12px;
  height: 12px;
}
.product-item-meta__swatch-list {
  margin-top: 10px;
  margin-bottom: 2px; /* The extra 2px at the bottom is to avoid the border to be clipped on iOS */
  justify-content: center;
  gap: 6px;
  overflow-wrap: anywhere;
}
.product-item-meta__property-list {
  display: grid;
  margin-top: 6px;
  margin-bottom: 4px;
  grid-auto-flow: row;
}
@media screen and (min-width: 741px) {
  .product-item-meta__property-list {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .product-item-meta__color-count {
    margin-top: 8px;
  }

  .product-item-meta__title {
    line-height: 1.5; /* We slightly reduce the line height on larger screen */
  }
}
/**
       * -------------------------------------------------------------
       * PRODUCT ITEM
       *
       * extra info only available on collection and featured collection pages
       * -------------------------------------------------------------
       */
.product-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-item:hover .product-item-meta__title {
      text-decoration: underline;
    }
.product-item__title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 26px;
    color: #424547;
  }
.product-item .price {
    font-weight: 600;
    font-family: var(--heading-font-family);
  }
.product-item .price-per-kg {
    font-size: 12px;
    border-bottom: 0;
  }
.product-item .quick-buy-btn {
    margin-top: 20px;
    letter-spacing: 0.7px;
  }
.product-item__image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
}
.product-item__image-wrapper--placeholder {
  fill: currentColor;
}
[dir="rtl"] .product-item__label-list {
  right: 10px;
}
.product-item__label-list {
  position: absolute;
  z-index: 1;
  top: 10px;
}
.product-item__image-wrapper--multiple .product-item__primary-image,
.product-item__image-wrapper--multiple .product-item__secondary-image {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.product-item__aspect-ratio {
  isolation: isolate;
}
.product-item__primary-image,
.product-item__secondary-image {
  border-radius: var(--block-border-radius-reduced);
}
.product-item__secondary-image {
  position: absolute;
  display: none; /* Allows to make sure it does not trigger lazyload */
  visibility: hidden;
  opacity: 0;
  top: 50% !important;
  left: 50% !important; /* We must use this instead of logical property here */
  transform: translate(-50%, -50%) !important;
  object-fit: contain;
  object-position: center;
}
.product-item__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  text-align: center;

}
.product-item__info--with-button {
  justify-content: space-between;
}
.product-item__cta {
  margin-top: 16px;
  white-space: nowrap;
}
[dir="ltr"] .product-item__quick-form {
  left: 0;
}
[dir="rtl"] .product-item__quick-form {
  right: 0;
}
.product-item__quick-form {
  position: absolute;
  padding: 10px;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.product-item__quick-buy-button {
  display: none;
}
/* This button is only appearing on touch device */
[dir="ltr"] .product-item__quick-buy-button {
  right: 12px;
}
[dir="rtl"] .product-item__quick-buy-button {
  left: 12px;
}
.product-item__quick-buy-button {
  position: absolute;
  bottom: 12px;
  padding: 5px;
  background: rgb(var(--root-background));
  color: rgb(var(--root-text-color));
  border: 1px solid rgb(var(--root-border-color));
}
.product-item__link {
  display: inline-block;
  margin: 6px auto 0;
}
@media screen and (pointer: fine) {
  .product-item__secondary-image {
    display: block;
  }

  .product-item__image-wrapper--multiple:hover .product-item__primary-image {
    visibility: hidden;
    opacity: 0;
  }

  .product-item__image-wrapper--multiple:hover .product-item__secondary-image {
    visibility: visible;
    opacity: 1;
  }

  .product-item__image-wrapper:hover .product-item__quick-form {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .product-item__quick-form {
    transform: translateY(16px);
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out,
      transform 0.2s ease-in-out;
  }

  .product-item__image-wrapper:hover .product-item__quick-form {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
@media not screen and (pointer: fine) {
  .product-item__quick-form {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  .product-item__image-wrapper {
    margin-bottom: 24px;
  }
}
/* Call to action in product media */
.product__info .call-to-action{
  font-size: 0.9rem;
  font-weight: 600;
  padding: 12px 30px;
  margin: 1rem 0 0.5rem;
  background-color: #F5F5F5;
  color: #000;
}
.call-to-action-schedule{
  font-size: 0.9rem;
  font-weight: 600;
  color: #cd4437;
}
.product-media__image-badge {

  position: absolute;
  z-index:1;
  right: 0;
  top: 0;

}
.product-item__badge,
.product-media__text-badge{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index:1;
  right: 5px; /*ofset for box-shadow*/
  top: 0;

  height: 43%;
  width: 43%;
  max-height:110px;
  max-width:110px;
  transform: rotate(13deg);
  border-radius: 50%;
  box-shadow: 4.272px 4.272px 0px 0px rgba(0, 0, 0, 0.10);

  text-align: center;
  line-height: 28px;

}
.product-item__badge--new,.product-media__text-badge--new{
    background: #e0ac00;
  }
.product-item__badge--discount,.product-media__text-badge--discount{
    background: #cd4437;
  }
.product-item__badge--limited,.product-media__text-badge--limited{
    background: #5D9158;
  }
.product-item__badge--content,
.product-media__text-badge--content{
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding-top: 8px;
}
@media screen and (min-width: 741px) {
  .product-item__badge--content,
  .product-media__text-badge--content{
    font-size: 25px;
  }
}
/*
   * MAIN LAYOUT
   */
/* #product-template {
    padding-bottom: 3.125rem;
  } */
.product:not(.product--featured) {
  padding-top: 1.25rem;
  padding-bottom: 20px;
}
@media screen and (min-width: 741px) {
  .product:not(.product--featured) {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .product {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .product:not(.product--featured) {
    padding-bottom: 80px;
  }

  .product__media {
    --product-media-width: calc(
      var(--grid-column-width) * 10 + var(--grid-gap) * 10
    );
    width: var(--product-media-width);
  }

  .product__info {
    --product-info-width: calc(
      var(--grid-column-width) * 9 + var(--grid-gap) * 8
    );
    width: var(--product-info-width);
    flex: none;
  }

  .product__info:only-child {
    margin-left: auto;
    margin-right: auto; /* Allows to center if this is the only child */
  }
}
@media screen and (min-width: 1200px) {


  .product__media {
    --product-media-width: calc(
      var(--grid-column-width) * 9 + var(--grid-gap) * 9
    );
  }

  .product__info {
    --product-info-width: calc(
      var(--grid-column-width) * 8 + var(--grid-gap) * 7
    );
  }
}
@media screen and (min-width: 1400px) {
  .product__media {
    --product-media-width: calc(
      var(--grid-column-width) * 10 + var(--grid-gap) * 10
    );
  }

  .product__info {
    --product-info-width: calc(
      var(--grid-column-width) * 7 + var(--grid-gap) * 6
    );
  }

  .product--thumbnails-bottom .product__media {
    --product-media-width: calc(
      var(--grid-column-width) * 9 + var(--grid-gap) * 8
    );
  }

  .product--thumbnails-bottom .product__info {
    --product-info-width: calc(
      var(--grid-column-width) * 8 + var(--grid-gap) * 7
    );
  }
}
.product-benefits + .product-form__feefo-reviews{
  margin-top:15px;
}
/**
     * -------------------------------------------------------------
     * PRODUCT LIST
     * -------------------------------------------------------------
     */
.product-list {
  --product-list-column-gap: var(--grid-gap);
}
.product-list__cta {
    margin: 0 auto;
  }
.product-list:not([hidden]) {
  position: relative;
  display: block;
}
.product-list__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  grid-gap: var(--product-list-block-spacing) var(--product-list-column-gap);
  gap: var(--product-list-block-spacing) var(--product-list-column-gap);
  overflow: hidden;
}
.product-list__inner--scroller {
  overflow-x: auto;
}
.product-list--center .product-list__inner {
  justify-content: safe center; /* For some reason it does not work in RTL on Chrome */
}
@media screen and (max-width: 740px) {
  /* On mobile when the products are shown in grid we reduce spacing */
  .product-list {
    --product-list-column-gap: 12px;
  }

  .product-list__inner:not(.product-list__inner--scroller) {
    margin-left: calc(-1 * var(--container-gutter) / 2);
    margin-right: calc(-1 * var(--container-gutter) / 2);
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 380px) {
  .product-list__inner:not(.product-list__inner--scroller) {
    grid-template-columns: repeat(1,1fr);
    grid-auto-flow: dense;
  }
}
@media screen and (max-width: 999px) {
  .product-list__inner--scroller {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
    grid-auto-flow: column;
    grid-auto-columns: 52vw;
    grid-template-columns: none;
    min-width: min-content;
  }

  .product-list__cta {
    grid-column: 1 / span 2;
    margin: 0 auto;
  }
}
@media screen and (min-width: 741px) and (max-width: 999px) {
  .product-list__inner--scroller {
    grid-auto-columns: 35vw;
  }


}
@media screen and (min-width: 1000px) {
  .product-list {
    /* We calculate the width of one product item cell thanks to power of CSS variables */
    --item-width: calc(
      (var(--container-max-width-minus-gutters) - 56px) /
        var(--section-products-per-row) -
        (
          var(--grid-gap) / var(--section-products-per-row) *
            (var(--section-products-per-row) - 1)
        )
    );
  }

  @supports (width: max(1px, 2px)) {
    .product-list {
      --item-width: calc(
        (
            min(
                100vw - var(--container-gutter) * 2,
                var(--container-max-width-minus-gutters)
              ) - 56px
          ) / var(--section-products-per-row) -
          (
            var(--grid-gap) / var(--section-products-per-row) *
              (var(--section-products-per-row) - 1)
          )
      );
    }
  }

  .product-list__prev-next {
    position: absolute;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: calc(
      var(--item-width) / var(--smallest-image-aspect-ratio) / 2 - 28px
    ); /* 28px is half the height of the button */
  }

  .product-list__arrow {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out,
      transform 0.15s ease-in-out;
  }

  .product-list:hover .product-list__arrow:not([disabled]) {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }

  .product-list__inner--scroller {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc(
      100% / var(--section-products-per-row, 4) -
        (
          var(--grid-gap) / var(--section-products-per-row, 4) *
            (var(--section-products-per-row, 4) - 1)
        )
    );
    overflow: hidden;
  }

  .product-list__inner--desktop-no-scroller {
    margin-left: 0;
    margin-right: 0;
  }
}
@media not screen and (pointer: fine) {
  .product-list__arrow:not([disabled]) {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
/*
   * PRODUCT MEDIA PART
   */
.product__media {
  display: block;
  position: relative;
}
.product__media .product__zoom-button {
    z-index: 0;
  }
.product-media__badges {
  position: relative;
  display: flex;

}
.product-media__badge {
  position: relative;
  left: 60%;
  z-index: 1;
}
.product-media__badge--1 {
    position: relative;
    left: 70%;
    top: 40px;
  }
.product-media__badge--2 {
    position: relative;
    top: 530px;
    left: -18%;
  }
.product__media-list-wrapper {
  position: relative;
  margin-right: auto;
}
.product__media-list,
.product__media-item {
  display: block;
  min-width: 100%;
  text-align: center;
}
.product__media-item {
  width: 100%;
}
.product__media-list:not(.flickity-enabled)
  .product__media-item:not(.is-selected),
.product__media .is-filtered {
  display: none;
}
.product__media-image-wrapper {
  overflow: hidden;
  border-radius: var(--block-border-radius-reduced);
  z-index: 0; /* Creating new stacking context is needed on Safari to apply the border radius */
}
.product__media-nav {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.product__thumbnail-scroll-shadow {
  max-width: 100%;
}
.product__thumbnail-list {
  position: relative;
}
.product__thumbnail-list-inner {
  display: grid;
  grid-auto-flow: column;
  align-items: start;
}
.product__thumbnail-item {
  position: relative;
  display: inline-block;
  padding: 2px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.product__thumbnail {
  position: relative;
  width: 76px;
  min-width: 76px;
  padding: 2px;
}
.product__thumbnail,
.product__thumbnail > img {
  border-radius: min(var(--block-border-radius), 4px);
}
.product__thumbnail .placeholder-background {
  display: block;
}
[dir="ltr"] .product__thumbnail::after {
  left: 0;
}
[dir="rtl"] .product__thumbnail::after {
  right: 0;
}
.product__thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px rgb(var(--text-color));
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.product__thumbnail-item[aria-current] .product__thumbnail::after {
  opacity: 1;
  transform: scale(1);
}
[dir="ltr"] .product__thumbnail-badge {
  right: 4px;
}
[dir="rtl"] .product__thumbnail-badge {
  left: 4px;
}
.product__thumbnail-badge {
  position: absolute;
  top: 4px;
}
.product__view-in-space {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
[dir="ltr"] .product__view-in-space svg {
  margin-right: 14px;
}
[dir="rtl"] .product__view-in-space svg {
  margin-left: 14px;
}
.product__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}
[dir="ltr"] .product__zoom-button {
  right: 16px;
}
[dir="rtl"] .product__zoom-button {
  left: 16px;
}
.tap-area.product__zoom-button{
  position: absolute;
}
.product__zoom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  bottom: 16px;
  border: 1px solid rgb(var(--border-color));
  border-radius: var(--button-border-radius);
  background: rgb(var(--root-background));
  color: rgb(var(--root-text-color));
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out,
    transform 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 1;
}
.product__zoom-button[hidden] {
  opacity: 0;
  transform: scale(0.4);
  visibility: hidden;
}
@media screen and (max-width: 999px) {
  .product__media-list {
    margin-left: calc(-1 * var(--container-gutter));
    margin-right: calc(-1 * var(--container-gutter));
  }

  .product__media-list-wrapper {
    overflow-x: hidden;
  }

  .product__media-item {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }

  .product__media-nav .dots-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product__thumbnail-list {
    margin-left: calc(-1 * var(--container-gutter));
    margin-right: calc(-1 * var(--container-gutter));
  }

  .product__thumbnail-list-inner {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
    width: max-content;
  }
    .product-media__badge--1 {
      
    }

    .product-media__badge--2 {
    position: relative;
    top: 380px;
    left: -25%;
    }
}
@media screen and (min-width: 1000px) {
  .product__view-in-space {
    display: none; /* We do not show that button on desktop */
  }

  .product__media-nav {
    margin-top: 16px;
  }

  .product__thumbnail-scroll-shadow {
    --scroll-shadow-size: 65px;
    --scroll-shadow-right: linear-gradient(
      to left,
      rgb(var(--background)),
      rgba(var(--background), 0)
    );
    --scroll-shadow-left: linear-gradient(
      to right,
      rgb(var(--background)),
      rgba(var(--background), 0)
    );
    --scroll-shadow-bottom: linear-gradient(
      to top,
      rgb(var(--background)),
      rgba(var(--background), 0)
    );
    --scroll-shadow-top: linear-gradient(
      to bottom,
      rgb(var(--background)),
      rgba(var(--background), 0)
    );
  }

  .product__thumbnail-list {
    overflow: hidden;
  }

  .product__thumbnail-list-inner {
    gap: 8px;
  }

  .product__thumbnail {
    width: 64px;
    min-width: 64px;
  }

  /* Thumbnails left variation */
  .product--thumbnails-left .product__media {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .product--thumbnails-left .product__media-nav {
    margin-top: 0;
    align-items: flex-start;
  }

  .product--thumbnails-left .product__media-list-wrapper {
    flex-grow: 1;
  }

  .product--thumbnails-left .product__media-prev-next {
    transform: rotate(90deg) scale(var(--scale-factor));
  }

  [dir="ltr"] .product--thumbnails-left .product__thumbnail-list {
    margin-right: 36px;
  }

  [dir="rtl"] .product--thumbnails-left .product__thumbnail-list {
    margin-left: 36px;
  }

  .product--thumbnails-left .product__thumbnail-list {
    max-height: calc(
      (var(--product-media-width) - 136px) / var(--largest-image-aspect-ratio)
    );
  }

  .product--thumbnails-left .product__thumbnail-list-inner {
    grid-auto-flow: row;
  }

  .product--thumbnails-left .product__thumbnail {
    width: 60px;
    min-width: 60px;
  }
}
@media screen and (min-width: 1400px) {
  [dir="ltr"] .product__media {
    padding-left: 36px;
  }
  [dir="rtl"] .product__media {
    padding-right: 36px;
  }
}
@media screen and (pointer: fine) {
  .product__zoom-button:hover {
    color: rgba(var(--text-color), 0.7);
  }
}
/*
   * QUICK BUY (POPOVER AND DRAWER)
   */
.quick-buy-product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
[dir="ltr"] .quick-buy-product__image {
  margin-right: 20px;
}
[dir="rtl"] .quick-buy-product__image {
  margin-left: 20px;
}
.quick-buy-product__image {
  width: 65px;
  flex: none;
  align-self: flex-start;
}
@media screen and (max-width: 740px) {
  [dir="ltr"] .quick-buy-product {
    padding-right: 32px;
  }
  [dir="rtl"] .quick-buy-product {
    padding-left: 32px;
  }
  .quick-buy-product {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .popover--quick-buy .product-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popover--quick-buy
    .product-form
    > :first-child:not(.product-form__buy-buttons) {
    padding-top: 16px;
  }

  .popover--quick-buy .product-form__buy-buttons {
    margin-left: calc(-1 * var(--container-gutter));
    margin-right: calc(-1 * var(--container-gutter));
    padding: 16px;
    padding-bottom: max(16px, env(safe-area-inset-bottom, 0px) + 16px);
  }

  .popover--quick-buy .product-form__buy-buttons:not(:only-child) {
    position: sticky;
    bottom: 0;
    margin-top: 8px;
    border-top: 1px solid rgb(var(--border-color));
    background: rgb(var(--root-background));
  }

  .popover--quick-buy .product-form__payment-container {
    margin-top: 0;
  }
}
@media screen and (min-width: 741px) {
  .quick-buy-product {
    margin: 32px 0 24px;
  }

  [dir="ltr"] .quick-buy-product__image {
    margin-right: 32px;
  }

  [dir="rtl"] .quick-buy-product__image {
    margin-left: 32px;
  }

  .quick-buy-product__image {
    width: 114px;
  }
}
/*
   * PRODUCT STICKY FORM
   */
[dir="ltr"] .product-sticky-form {
  left: 0;
}
[dir="rtl"] .product-sticky-form {
  right: 0;
}
.product-sticky-form {
  display: block;
  position: fixed;
  bottom: 0;
  padding-bottom: max(24px, env(safe-area-inset-bottom, 0px) + 24px);
  width: 100%;
  z-index: 2;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out,
    visibility 0.25s ease-in-out;
}
.product-sticky-form[hidden] {
  opacity: 0;
  transform: translateY(100%);
  visibility: hidden;
}
.product-form__add-button:hover {
    background-color: #5D9158;
  }
@media screen and (max-width: 999px) {
  .product-sticky-form .product-form__add-button {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .product-sticky-form {
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgb(var(--background));
    border-bottom: 1px solid rgb(var(--border-color));
    top: calc(
      var(--header-height, 0px) * var(--enable-sticky-header) +
        var(--announcement-bar-height, 0px) *
        var(--enable-sticky-announcement-bar)
    );
    bottom: auto;
    box-shadow: 0 6px 5px -5px rgba(var(--border-color), 0.4),
      0 1px rgb(var(--border-color)) inset;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out,
      visibility 0.25s ease-in-out;
  }

  .product-sticky-form[hidden] {
    transform: translateY(-100%);
  }

  .product-sticky-form:hover {
    z-index: 4;
  }

  [dir="ltr"] .product-sticky-form__form,
  [dir="ltr"] .product-sticky-form__variants {
    margin-left: auto;
  }

  [dir="rtl"] .product-sticky-form__form,
  [dir="rtl"] .product-sticky-form__variants {
    margin-right: auto;
  }

  .product-sticky-form__form,
  .product-sticky-form__variants {
    display: flex;
  }

  .product-sticky-form__content-wrapper,
  .product-sticky-form__inner {
    display: flex;
    align-items: center;
  }

  [dir="ltr"] .product-sticky-form__image-wrapper {
    margin-right: 18px;
  }

  [dir="rtl"] .product-sticky-form__image-wrapper {
    margin-left: 18px;
  }

  .product-sticky-form__image-wrapper {
    width: 55px;
    flex: none;
  }

  [dir="ltr"] .product-sticky-form__variants .select-wrapper + .select-wrapper {
    margin-left: -1px;
  }

  [dir="rtl"] .product-sticky-form__variants .select-wrapper + .select-wrapper {
    margin-right: -1px;
  }

  .product-sticky-form__variants .select-wrapper + .select-wrapper {
    /* Allow the borders to collapse */
  }

  .product-sticky-form__variants
    .select-wrapper:not(:first-child):not(:last-child)
    .select {
    border-radius: 0;
  }

  [dir="ltr"]
    .product-sticky-form__variants
    .select-wrapper:first-child:not(:only-child)
    .select {
    border-top-right-radius: 0;
  }

  [dir="rtl"]
    .product-sticky-form__variants
    .select-wrapper:first-child:not(:only-child)
    .select {
    border-top-left-radius: 0;
  }

  [dir="ltr"]
    .product-sticky-form__variants
    .select-wrapper:first-child:not(:only-child)
    .select {
    border-bottom-right-radius: 0;
  }

  [dir="rtl"]
    .product-sticky-form__variants
    .select-wrapper:first-child:not(:only-child)
    .select {
    border-bottom-left-radius: 0;
  }

  [dir="ltr"]
    .product-sticky-form__variants
    .select-wrapper:last-child:not(:only-child)
    .select {
    border-top-left-radius: 0;
  }

  [dir="rtl"]
    .product-sticky-form__variants
    .select-wrapper:last-child:not(:only-child)
    .select {
    border-top-right-radius: 0;
  }

  [dir="ltr"]
    .product-sticky-form__variants
    .select-wrapper:last-child:not(:only-child)
    .select {
    border-bottom-left-radius: 0;
  }

  [dir="rtl"]
    .product-sticky-form__variants
    .select-wrapper:last-child:not(:only-child)
    .select {
    border-bottom-right-radius: 0;
  }

  .product-sticky-form__variants .select {
    min-width: 150px;
    max-width: 300px;
  }

  @supports (height: min(1px, 2px)) {
    .product-sticky-form__variants .select {
      min-width: min(max(var(--largest-option-width), 150px), 300px);
    }
  }

  /* The height of the selectors is slightly reduced only here */
  .product-sticky-form .button,
  .product-sticky-form .select {
    line-height: 48px;
    height: 48px;
  }

  [dir="ltr"] .product-sticky-form__payment-container {
    margin-left: 10px;
  }

  [dir="rtl"] .product-sticky-form__payment-container {
    margin-right: 10px;
  }
}
/**
   * -------------------------------------------------------------
   * PROGRESS BAR
   * -------------------------------------------------------------
   */
.progress-bar {
    display: block;
    position: relative;
    height: 2px;
    background: rgba(var(--text-color), 0.15);
  }
[dir="ltr"] .progress-bar::before {
    left: 0;
  }
[dir="rtl"] .progress-bar::before {
    right: 0;
  }
.progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    width: calc(100% / var(--divider));
    height: 100%;
    transform: translateX(calc(var(--transform-logical-flip) * var(--transform, 0%) * (var(--divider) - 1)));
    transform-origin: var(--transform-origin-start);
    background: rgb(var(--text-color));
  }
/**
   * --------------------------------------------------------------------
   * QUANTITY SELECTOR
   * --------------------------------------------------------------------
   */
.quantity-selector {
  --quantity-selector-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid #282828;
  border-radius: var(--button-border-radius);
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.10);
}
.quantity-selector__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--quantity-selector-height);
  width: var(--quantity-selector-height);
}
.quantity-selector__input {
  padding: 0 10px;
  height: var(--quantity-selector-height);
  line-height: var(--quantity-selector-height);
  text-align: center;
  background: transparent;
  border: none;
  appearance: none;
}
input.quantity-selector__input{
	font-size: 14px;
	line-height: 24px;
}
.product-form__quantity {
  border-bottom: 2px dotted #a7a7a7;
  padding-bottom: 32px;
}
/* line height fix */
.product-form__quantity input.quantity-selector__input{
  padding-top: 3px;
}
.quantity-selector--small {
  --quantity-selector-height: 32px;
}
.quantity-selector--small .quantity-selector__input {
  padding: 0 2px;
}
/* Qty Field zomming issue - Mobile: START */
@supports (-webkit-touch-callout: none) {
  input.quantity-selector__input {
    font-size: 16px;
  }
}
/* Qty Field zomming issue - Mobile: END */
/* Recipient form */
.gift-card-recipient__fields {
  margin-top: 10px;
}
/**
   * --------------------------------------------------------------------
   * SCROLLER (only for mobile and desktop)
   * --------------------------------------------------------------------
   */
@media screen and (max-width: 999px) {
    .scroller {
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      margin-left: calc(-1 * var(--container-gutter));
      margin-right: calc(-1 * var(--container-gutter)); /* On mobile we remove the container gutter to make sure the scroll is edge to edge */
      scrollbar-width: none; /* Hide scrollbar for Firefox */
    }

    .scroller::-webkit-scrollbar {
      display: none;  /* Hide scrollbar for Chrome and Safari */
    }

    .scroller__inner {
      min-width: min-content;
      padding-left: var(--container-gutter);
      padding-right: var(--container-gutter);
      margin-left: auto;
      margin-right: auto; /* margin rules allow to center the content if there are not enough elements to scroll */
    }
  }
@media screen and (max-width: 400px) {
    .scroller {
      --container-gutter: 0px;
      /* width: 100%; */
    }
  }
/**
   * -------------------------------------------------------------
   * HIDE SCROLLBAR
   * -------------------------------------------------------------
   */
.hide-scrollbar {
    scrollbar-width: none; /* For Firefox */
    overflow-x: auto;
    overflow-y: hidden;
  }
.hide-scrollbar::-webkit-scrollbar {
    display: none;  /* For Chrome and Safari */
  }
/**
   * -------------------------------------------------------------
   * SECTION
   * -------------------------------------------------------------
   */
.section {
  display: block;

}
.section--tight {
  margin-top: var(--vertical-breather-tight);
  margin-bottom: var(--vertical-breather-tight);
}
.section:empty {
  display: none;
}
/* This class is actually not really useful as you could just remove the "section" class to remove the padding. However
     for clarity, I preferred to assign the class "section" to every section, and then add an extra class conditionally to
     flush, as it makes it clear in the code that it is a section */
.section--flush {
  margin-top: 0;
  margin-bottom: 0;
}
.section__color-wrapper {
  display: flow-root; /* Modern clearfix */
  background: rgb(var(--section-background, var(--background)));
}
.section__color-wrapper--boxed {
  border-radius: var(--block-border-radius);
}
.section__header {
  max-width: 1000px;
  margin-bottom: min(32px, var(--vertical-breather));
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section__header--text-left {
  text-align: left;
  margin: 0;
}
.section__header--text-right {
  text-align: right;
  margin: 0;
}
.section__header:only-child {
  margin-bottom: 0;
}
.section__header--tight {
  max-width: 800px;
}
[dir="ltr"] .section__header--left {
  text-align: left;
}
[dir="rtl"] .section__header--left {
  text-align: right;
}
.section__header--left {
  margin-left: 0;
}
[dir="ltr"] .section__header--right {
  text-align: right;
}
[dir="rtl"] .section__header--right {
  text-align: left;
}
.section__header--right {
  margin-right: 0;
}
.section__footer {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 741px) {
  .section__header {
    margin-bottom: min(40px, var(--vertical-breather));
  }

  .section__footer {
    margin-top: min(40px, var(--vertical-breather));
  }
}
@media screen and (min-width: 1000px) {
  .section__header {
    margin-bottom: min(40px, var(--vertical-breather));
  }

  .section__footer {
    margin-top: min(48px, var(--vertical-breather));
  }
}
/**
   * --------------------------------------------------------------------
   * DROPDOWN MENU
   * --------------------------------------------------------------------
   */
[dir="ltr"] .nav-dropdown {
  margin-left: -32px;
}
[dir="rtl"] .nav-dropdown {
  margin-right: -32px;
}
.nav-dropdown {
  display: block;
  position: absolute;
  top: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  border: 1px solid rgba(var(--text-color), 0.15);
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.nav-dropdown:not([hidden]),
.focus-outline :focus-within > .nav-dropdown,
.no-js :focus-within > .nav-dropdown,
.no-js :hover > .nav-dropdown {
  visibility: visible;
  opacity: 1;
}
.nav-dropdown--restrict {
  max-height: calc(100vh - var(--header-height) - 20px);
  overflow: auto;
}
[dir="ltr"] .nav-dropdown .nav-dropdown {
  margin-left: 0;
}
[dir="rtl"] .nav-dropdown .nav-dropdown {
  margin-right: 0;
}
[dir="ltr"] .nav-dropdown .nav-dropdown {
  left: 100%;
}
[dir="rtl"] .nav-dropdown .nav-dropdown {
  right: 100%;
}
.nav-dropdown .nav-dropdown {
  top: -20px;
}
.nav-dropdown__item {
  position: relative;
}
.nav-dropdown__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 30px;
}
[dir="ltr"] .nav-dropdown__link > svg {
  margin-left: 16px;
}
[dir="rtl"] .nav-dropdown__link > svg {
  margin-right: 16px;
}
.nav-dropdown__link > svg {
  position: relative;
  top: 2px;
  transition: transform 0.25s ease-in-out;
}
.nav-dropdown__link[aria-expanded="true"] > svg {
  transform: translateX(calc(var(--transform-logical-flip) * 8px));
}
/**
   * --------------------------------------------------------------------
   * MEGA MENU  / DESKTOP MENU
   * --------------------------------------------------------------------
   */
.mega-menu {
  --mega-menu-column-gap: 48px;
  --mega-menu-image-gap: 24px;

  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.mega-menu.is-closing,
.mega-menu[hidden] {
  z-index: -1;
}
.mega-menu::after {
  content: "";
  position: absolute;
  height: calc(100vh - 100% - var(--header-height, 0px));
  width: 100%;
  left: 0;
  top: 100%;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
}
.mega-menu:not([hidden]),
.focus-outline :focus-within > .mega-menu,
.no-js :focus-within > .mega-menu,
.no-js :hover > .mega-menu {
  visibility: visible;
  opacity: 1;
}
.mega-menu:not([hidden])::after,
.focus-outline :focus-within > .mega-menu::after,
.no-js :focus-within > .mega-menu::after,
.no-js :hover > .mega-menu::after {
  opacity: 0.3;
}
.mega-menu.is-closing::after {
  opacity: 0;
  transition-delay: 0.15s;
}
.header--bordered .mega-menu {
  margin-top: 1px; /* Prevent overlapping the border */
}
.mega-menu__inner {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  grid-column-gap: var(--mega-menu-column-gap);
  column-gap: var(--mega-menu-column-gap);
  padding-top: 48px;
  padding-bottom: 48px;
  max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 50px);
  overflow: auto;
  z-index: 1;
}
.mega-menu__columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* margin: calc(-1 * var(--mega-menu-column-gap) / 2); */
  /* gap: var(--mega-menu-column-gap); NOT YET FULLY SUPPORTED */
   /* align-content: flex-start; */
  /* align-items: flex-start; */
  column-gap: calc(var(--mega-menu-column-gap) / 2);
  row-gap: calc(var(--mega-menu-column-gap) / 4);
}
.mega-menu__column {
  /* margin-top: calc(var(--mega-menu-column-gap) / 4);
  margin-right: calc(var(--mega-menu-column-gap) / 2);
  margin-bottom: calc(var(--mega-menu-column-gap) / 2);
  margin-left: calc(var(--mega-menu-column-gap) / 2); */
  flex:auto;

}
.mega-menu__images-wrapper {
  display: grid;
  grid-auto-flow: column;
  align-items: flex-start;
  /* grid-gap: var(--mega-menu-image-gap);
  gap: var(--mega-menu-image-gap); */
  margin-top: calc(var(--mega-menu-column-gap) / 4);
}
.mega-menu__column--title{
  width:100%;
  /* margin-top: calc(var(--mega-menu-column-gap) / 4); */
  /* margin-bottom: 0; */
  text-transform: uppercase;

}
.mega-menu__column--title-border{
  background: #fff;
  padding: 0 10px 0 0;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
}
.mega-menu__column--title-border::after{
  border-bottom: 1px dotted #424547;
  width: 100%;
  content: "";
  position: relative;
  top: -17px;
  right: 0px;
  z-index: -1;
  float: right;
}
.mega-menu__images-wrapper--tight {
  gap: 20px;
}
.mega-menu__image-push {
  width: 180px;
  text-align: center;
}
.mega-menu__image-push:only-child {
  width: 200px;
}
.mega-menu__image-wrapper {
  /* margin-bottom: 18px; */
  overflow: hidden;
  z-index: 0;

}
/* .mega-menu__image {
  margin-top: 20px;
} */
.mega-menu__heading {
  margin-bottom: 7px;
}
.mega-menu__title {
  margin-bottom: 10px;
  /* font-size: 18px;
  &--strong {
    white-space: prewrap;
    font-family: var(--heading-font-family);
  } */
}
@media screen and (min-width: 1200px) {
  .mega-menu {
    --mega-menu-column-gap: 52px;
  }
}
@media screen and (min-width: 1400px) {
  .mega-menu {
    --mega-menu-column-gap: 80px;
    --mega-menu-image-gap: 40px;
  }

  .mega-menu__image-push {
    width: 240px;
  }

  .mega-menu__image-push:only-child {
    width: 280px;
  }
}
/**
   * --------------------------------------------------------------------
   * MOBILE MENU
   * --------------------------------------------------------------------
   */
mobile-navigation.drawer {
  padding: 0; /* Reset padding for design*/
}
.drawer__content > .mobile-nav > .mobile-nav__item:has(.link--active) > .mobile-nav__link {
  color: #5D9158;
}
.mobile-nav__item:not(:last-child) {
  border-bottom: 1px dashed rgba(var(--text-color), 0.15);
}
button.mobile-nav__link{
  display: flex;
}
.mobile-nav__link {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 21px 0;
  /* font-weight: var(--heading-font-weight); */

}
.mobile-nav__image-heading {
  margin-bottom: 7px;
}
.mobile-nav__image-text {
  display: block;
}
.mobile-nav .collapsible {
  margin-left: calc(-1 * var(--container-gutter));
  margin-right: calc(-1 * var(--container-gutter));
}
/* Level 2 */
[dir="ltr"] .mobile-nav .mobile-nav {
  padding-left: 8px;
}
[dir="rtl"] .mobile-nav .mobile-nav {
  padding-right: 8px;
}
.mobile-nav .mobile-nav {
  margin-left: var(--container-gutter);
  margin-right: var(--container-gutter);
  margin-bottom: 24px !important; /* Sorry about the important, may me soul be in peace */
}
.mobile-nav .mobile-nav .mobile-nav__item {
  margin-bottom: 15px;
  border: none;
}
.mobile-nav .mobile-nav .mobile-nav__link {
  padding: 0;
}
/* .mobile-nav .mobile-nav .mobile-nav__item img {
  min-width: 48px;
} */
.mobile-nav .mobile-nav .mobile-nav__item img + .mobile-nav__link {
  position: relative;
  top: 0.2em;
}
/* Level 3 */
[dir="ltr"] .mobile-nav .mobile-nav .mobile-nav {
  padding-left: 20px;
}
[dir="rtl"] .mobile-nav .mobile-nav .mobile-nav {
  padding-right: 20px;
}
.mobile-nav .mobile-nav .mobile-nav {
  margin-top: 16px !important;
  margin-bottom: 10px !important;
}
.mobile-nav .mobile-nav .mobile-nav .mobile-nav__item {
  margin-bottom: 14px;
}
.mobile-nav .mobile-nav .mobile-nav .mobile-nav__item:last-child {
  margin-bottom: 0;
}
/* Mobile images */
[dir="ltr"] .mobile-nav + .mobile-nav__images-wrapper {
  padding-left: 8px;
}
[dir="rtl"] .mobile-nav + .mobile-nav__images-wrapper {
  padding-right: 8px;
}
.mobile-nav__images-scroller {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-auto-flow: column;
  margin-bottom: 32px;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  width: fit-content;
}
.mobile-nav__image-push {
  min-width: 120px;
  max-width: 134px;
  text-align: center;
}
.mobile-nav__image {
  display: block;
  margin-bottom: 14px;
  border-radius: min(var(--block-border-radius), 4px);
}
/* Footer */
.mobile-nav__footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/**
   * -------------------------------------------------------------
   * SOCIAL MEDIA
   * -------------------------------------------------------------
   */
.social-media {
    display: flex;
    flex-wrap: wrap;
  }
.social-media__item {
    position: relative;
    box-shadow: 1px 0 0 0 rgb(var(--border-color)),0 1px 0 0 rgb(var(--border-color)),1px 1px 0 0 rgb(var(--border-color)),1px 0 0 0 rgb(var(--border-color)) inset,0 1px 0 0 rgb(var(--border-color)) inset;
    transform: translateZ(0); /* allow to promote on its own layer */
  }
.no-focus-outline .social-media__item {
    overflow: hidden;
  }
.social-media__item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    background: currentColor;
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), clip-path 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
    z-index: 1;
  }
[dir="ltr"] .social-media:not(.social-media--no-radius) .social-media__item:first-child {
    border-top-left-radius: var(--button-border-radius);
  }
[dir="rtl"] .social-media:not(.social-media--no-radius) .social-media__item:first-child {
    border-top-right-radius: var(--button-border-radius);
  }
[dir="ltr"] .social-media:not(.social-media--no-radius) .social-media__item:first-child {
    border-bottom-left-radius: var(--button-border-radius);
  }
[dir="rtl"] .social-media:not(.social-media--no-radius) .social-media__item:first-child {
    border-bottom-right-radius: var(--button-border-radius);
  }
[dir="ltr"] .social-media:not(.social-media--no-radius) .social-media__item:last-child {
    border-top-right-radius: var(--button-border-radius);
  }
[dir="rtl"] .social-media:not(.social-media--no-radius) .social-media__item:last-child {
    border-top-left-radius: var(--button-border-radius);
  }
[dir="ltr"] .social-media:not(.social-media--no-radius) .social-media__item:last-child {
    border-bottom-right-radius: var(--button-border-radius);
  }
[dir="rtl"] .social-media:not(.social-media--no-radius) .social-media__item:last-child {
    border-bottom-left-radius: var(--button-border-radius);
  }
.social-media__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    color: currentColor;
    z-index: 1;
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
@media screen and (min-width: 741px) {
    .social-media__link {
      height: 55px;
      width: 55px;
    }
  }
@media screen and (pointer: fine) {
    .social-media__item:hover .social-media__link {
      color: rgb(var(--background));
    }

    .social-media__item:hover::before {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      transform: scaleY(1);
    }
  }
/**
   * --------------------------------------------------------------------
   * COLOR SWATCH
   * --------------------------------------------------------------------
   */
/* TODO: This should follow proper BEM .color-swatch__list */
.color-swatch-list {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: repeat(auto-fit, 40px);
    grid-gap: 8px;
    gap: 8px;
  }
.color-swatch-list--mini {
      grid-template-columns: repeat(auto-fit, 14px);
    }
.color-swatch-list--mini .color-swatch__item {
        width: 14px;
        height: 14px;
        border-width: 2px;
      }
.color-swatch-list--mini .color-swatch__item::before,
        .color-swatch-list--mini .color-swatch__item::after {
          border-width: 1px;
        }
.color-swatch-list--mini .color-swatch__item::before {
          background: linear-gradient(
              to bottom right,
              transparent calc(50% - 1px),
              rgb(var(--background)) calc(50% - 1px),
              rgb(var(--background)) calc(50% + 1px),
              transparent calc(50% + 1px)
            )
            no-repeat;
        }
.color-swatch__item {
    position: relative;
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 3px solid rgb(var(--section-background, var(--background)));
    border-radius: var(--color-swatch-border-radius);
    background-size: cover;
    background-position: center;
    -webkit-tap-highlight-color: transparent;
  }
.color-swatch__item::before,
    .color-swatch__item::after {
      position: absolute;
      content: '';
      border: 2px solid rgb(var(--section-background, var(--background)));
      pointer-events: none;
      border-radius: inherit;
    }
.color-swatch__item::before {
      top: -1px;
      left: -1px;
      width: calc(100% + 2px);
      height: calc(100% + 2px);
    }
.color-swatch--white .color-swatch__item::before {
        box-shadow: 0 0 0 1px rgba(var(--text-color), 0.3) inset;
      }
.color-swatch__item::after {
      top: -3px;
      left: -3px;
      width: calc(100% + 6px);
      height: calc(100% + 6px);
      border-color: rgb(var(--text-color));
      opacity: 0;
      transform: scale(0.8);
      transition: opacity 0.2s ease, transform 0.2s ease;
    }
.color-swatch__radio:checked + .color-swatch__item::after {
        opacity: 1;
        transform: scale(1);
      }
@media not screen and (pointer: fine) {
  .color-swatch[data-tooltip]::before,
  .color-swatch[data-tooltip]::after {
    display: none;
  }
}
/**
   * --------------------------------------------------------------------
   * BLOCK SWATCH
   * --------------------------------------------------------------------
   */
.block-swatch {
  border: 2px solid #424547;
  border-radius: var(--button-border-radius);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.01);
  overflow: hidden;

  align-items: stretch;
}
.block-swatch.is-disabled {
    pointer-events: none;
    pointer: none;
  }
.block-swatch-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(134px, 1fr));
    gap: 12px;
    width: max-content;
  }
.product-container .block-swatch-list {
      width: 100%;
    }
.block-swatch__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    //min-width: 56px;
    padding: 12px 32px;
    color: rgb(var(--text-color));
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
  }
.block-swatch-list--small .block-swatch__item {
      min-width: 44px;
      padding: 4px 12px;
      margin: 4px;
    }
.block-swatch__item::after {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      //box-shadow: 0 0 0 1px rgb(var(--text-color)) inset, 0 0 0 1px rgb(var(--text-color));
      border-radius: var(--button-border-radius);
      opacity: 0;
      transform: scale(0.9);
      transition: opacity 0.2s ease, transform 0.2s ease;
    }
[dir='ltr'] .block-swatch__item::after {
        left: 0;
      }
[dir='rtl'] .block-swatch__item::after {
        right: 0;
      }
.block-swatch__item .variant-weight,
      .block-swatch__item .variant-price {
        font-size: 0.89rem;
        line-height: 137.5%;
      }
.block-swatch__item .savings {
      margin-top: 4px;
      color: #5d9158;
      font-family: 'Gill Sans Display MT Std';
      font-size: 12px;
      font-style: normal;
      line-height: 116.667%;
      letter-spacing: 1px;
      text-transform: uppercase;
    }
.block-swatch__radio:checked + .block-swatch__item {
      background: rgb(var(--primary-button-background));
      color: #fff;
      font-weight: 600;
    }
.block-swatch__radio:checked + .block-swatch__item .savings {
        color: #fff;
      }
.block-swatch__radio:checked + .block-swatch__item::after {
        opacity: 1;
        transform: scale(1);
      }
.is-disabled .block-swatch__radio:checked + .block-swatch__item {
        color: #000;
        background: transparent;
        pointer: none;
        pointer-events: none;
      }
.is-disabled .block-swatch__radio:checked + .block-swatch__item .savings {
          color: #5d9158;
        }
/* Disabled state */
.block-swatch.is-disabled .block-swatch__item::after {
        background: linear-gradient(
            to bottom right,
            transparent calc(50% - 1px),
            rgb(var(--text-color)) 50%,
            transparent calc(50% + 1px)
          )
          no-repeat;
          opacity: 1;
          transform: scale(1);
      }
/**
   * --------------------------------------------------------------------
   * VARIANT IMAGE SWATCH
   * --------------------------------------------------------------------
   */
.variant-swatch-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -6px;
  }
.variant-swatch__item {
    display: block;
    position: relative;
    margin: 6px;
    border: 1px solid rgb(var(--border-color));
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
.variant-swatch__item::after {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 0 1px rgb(var(--text-color)) inset, 0 0 0 1px rgb(var(--text-color));
      border-radius: min(var(--block-border-radius), 4px);
      opacity: 0;
      transform: scale(0.8);
      transition: opacity 0.2s ease, transform 0.2s ease;
    }
.variant-swatch__radio:checked + .variant-swatch__item::after {
        opacity: 1;
        transform: scale(1);
      }
.variant-swatch__item::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background: linear-gradient(
          to bottom right,
          transparent calc(50% - 1px),
          rgb(var(--border-color)) 50%,
          transparent calc(50% + 1px)
        )
        no-repeat;
      z-index: 1;
    }
[dir='ltr'] .variant-swatch__item::before, [dir='ltr'] .variant-swatch__item::after {
        left: 0;
      }
[dir='rtl'] .variant-swatch__item::before, [dir='rtl'] .variant-swatch__item::after {
        right: 0;
      }
.variant-swatch-list--small .variant-swatch__item {
      margin: 4px;
    }
.variant-swatch__image {
    width: 50px;
  }
.variant-swatch.is-disabled .variant-swatch__image {
      opacity: 0.4;
    }
.variant-swatch__image,
  .variant-swatch__item {
    border-radius: min(var(--block-border-radius), 4px);
  }
.variant-swatch__radio:checked + .variant-swatch__item::after {
      opacity: 1;
      transform: scale(1);
    }
@media screen and (min-width: 741px) {
    .variant-swatch-list {
      margin: -6px;
    }
    .variant-swatch__item {
      margin: 6px;
    }
    .variant-swatch__image {
      width: 72px;
    }
}
/**
   * --------------------------------------------------------------------
   * ACCESSIBILITY
   * --------------------------------------------------------------------
   */
.color-swatch__radio.focus-visible + label,
.block-swatch__radio.focus-visible + label,
.variant-swatch__radio.focus-visible + label {
  outline: auto 5px -webkit-focus-ring-color;
}
.color-swatch__radio:focus-visible + label,
.block-swatch__radio:focus-visible + label,
.variant-swatch__radio:focus-visible + label {
  outline: auto 5px -webkit-focus-ring-color;
}
/**
   * -------------------------------------------------------------
   * TABS (used in product pages and for the collections section)
   * -------------------------------------------------------------
   */
.tabs-nav {
    position: relative;
    display: block;
    margin-bottom: 32px;
  }
.tabs-nav:not(:first-child) {
    margin-top: 24px;
  }
.tabs-nav__scroller {
    display: block;
  }
.tabs-nav__scroller-inner {
    position: relative;
    line-height: 1;
  }
.tabs-nav__item-list {
    display: inline-grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: flex-start;
    gap: 32px;
    vertical-align: top;
    box-shadow: 0 -1px rgb(var(--border-color)) inset;
  }
.tabs-nav__item {
    padding-bottom: 18px;
    opacity: 0.7;
    transition: opacity 0.25s ease-in-out;
  }
.tabs-nav__item[aria-expanded="true"] {
    opacity: 1;
  }
[dir="ltr"] .tabs-nav__position {
    left: 0;
  }
[dir="rtl"] .tabs-nav__position {
    right: 0;
  }
.tabs-nav__position {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: currentColor;
    transform: scaleX(var(--scale, 0)) translateX(var(--translate, 0));
    transform-origin: left; /* Make sure to always use left here even in RTL, as the calculation is based on LTR */
  }
.tabs-nav__position.is-initialized {
    transition: transform 0.4s ease-in-out;
  }
@supports (scale: 0) {
    .tabs-nav__position {
      scale: var(--scale, 0) 1;
      translate: calc(var(--translate, 0) * var(--scale, 0));
      transform: none;
    }

    .tabs-nav__position.is-initialized {
      transition: scale 0.2s ease-in-out, translate 0.4s ease-in-out;
    }
  }
/* Center variation */
.tabs-nav--center .tabs-nav__scroller-inner {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
/* Arrow variation */
[dir="ltr"] .tabs-nav__arrows {
    right: 0;
  }
[dir="rtl"] .tabs-nav__arrows {
    left: 0;
  }
.tabs-nav__arrows {
    display: none;
    position: absolute;
    top: -5px;
    z-index: 1;
  }
.tabs-nav__scroller.is-scrollable + .tabs-nav__arrows {
    display: flex;
  }
.tabs-nav__arrow-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgb(var(--background));
    border: 1px solid rgb(var(--border-color));
  }
[dir="ltr"] .tabs-nav__arrow-item + .tabs-nav__arrow-item {
    border-left: none;
  }
[dir="rtl"] .tabs-nav__arrow-item + .tabs-nav__arrow-item {
    border-right: none;
  }
.tabs-nav[arrows] .tabs-nav__scroller {
    overflow: hidden; /* Prevent to be manually scrollable as we want to allow scroll with arrows only */
  }
[dir="ltr"] .tabs-nav[arrows] .tabs-nav__scroller.is-scrollable::before {
    right: 48px;
  }
[dir="rtl"] .tabs-nav[arrows] .tabs-nav__scroller.is-scrollable::before {
    left: 48px;
  }
.tabs-nav[arrows] .tabs-nav__scroller.is-scrollable::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 100%;
    top: -2px; /* Prevent to overlap the bottom border */ /* Shift by the arrows size */
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to var(--transform-origin-start), rgb(var(--section-background, var(--background))), rgba(var(--section-background, var(--background)), 0));
  }
[dir="ltr"] .tabs-nav[arrows] .tabs-nav__item-list {
    margin-right: 0;
  }
[dir="rtl"] .tabs-nav[arrows] .tabs-nav__item-list {
    margin-left: 0;
  }
.tabs-nav[arrows] .tabs-nav__item-list {
    width: 100%; /* In arrow mode we want to extend the list all the time */
    min-width: max-content;
  }
.tabs-nav[arrows] .tabs-nav__item-list::after {
    display: block;
    content: '';
    width: 35px;
  }
/* No border variation */
.tabs-nav--no-border.tabs-nav--narrow {
    margin-bottom: 24px; /* When there is no bottom border spacing with next elements is closer */
  }
.tabs-nav--no-border .tabs-nav__item-list {
    box-shadow: none;
  }
.tabs-nav--no-border.tabs-nav--narrow .tabs-nav__item {
    padding-bottom: 5px; /* Due to the lack of border we reduce the spacing with the moving link */
  }
@media screen and (max-width: 999px) {
    /* On phone and tablet, when the tab nav is contained within a section header, we stretch it to be edge to edge */
    .tabs-nav--edge2edge {
      margin-left: calc(-1 * var(--container-gutter));
      margin-right: calc(-1 * var(--container-gutter));
    }

    .tabs-nav--edge2edge .tabs-nav__scroller-inner {
      padding-left: var(--container-gutter);
      padding-right: var(--container-gutter);
      min-width: max-content;
    }
  }
@media screen and (min-width: 741px) {
    .tabs-nav:not(:first-child) {
      margin-top: 32px;
    }

    .tabs-nav--no-border.tabs-nav--narrow {
      margin-bottom: 32px; /* When there is no bottom border spacing with next elements is closer */
    }

    .tabs-nav__item-list {
      gap: 54px;
    }

    .tabs-nav--loose .tabs-nav__item-list {
      gap: 72px;
    }

    .tabs-nav--narrow .tabs-nav__item-list {
      gap: 40px;
    }
  }
/**
   * -------------------------------------------------------------
   * TAG
   * -------------------------------------------------------------
   */
.tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -6px;
  }
[dir="ltr"] .tag {
    padding: 7px 14px 8px 13px;
  }
[dir="rtl"] .tag {
    padding: 7px 13px 8px 14px;
  }
.tag {
    display: flex;
    align-items: center;
    margin: 6px;
    background: rgba(var(--text-color), 0.05);
  }
[dir="ltr"] .tag__icon {
    margin: 1px 9px 0 0;
  }
[dir="rtl"] .tag__icon {
    margin: 1px 0 0 9px;
  }
.tag__icon {
    position: relative; /* For pixel perfect precision ! */
    cursor: pointer;
  }
[dir="ltr"] .tag-link {
    padding-left: 6px;
  }
[dir="rtl"] .tag-link {
    padding-right: 6px;
  }
/**
   * -------------------------------------------------------------
   * CUSTOM DRAG CURSOR
   * -------------------------------------------------------------
   */
[draggable].is-scrollable {
    cursor: none;
  }
.custom-drag-cursor {
    position: absolute;
    display: block;
    top: 0;
    left: 0; /* Must not use logical properties here !! */
    width: 60px;
    height: 60px;
    pointer-events: none;
    visibility: visible;
    transition: visibility 0.15s linear;
  }
.custom-drag-cursor svg {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
  }
.custom-drag-cursor[hidden] svg {
    transform: scale(0.5);
    opacity: 0;
  }
@media screen and (max-width: 999px), not screen and (pointer: fine) {
    .custom-drag-cursor {
      display: none;
    }
  }
/**
   * -------------------------------------------------------------
   * TAP AREA (this allows to increase the tap area on mobile)
   * -------------------------------------------------------------
   */
.tap-area {
    position: relative;
  }
[dir="ltr"] .tap-area::before {
    right: -6px;
  }
[dir="rtl"] .tap-area::before {
    left: -6px;
  }
[dir="ltr"] .tap-area::before {
    left: -6px;
  }
[dir="rtl"] .tap-area::before {
    right: -6px;
  }
.tap-area::before {
    content: '';
    position: absolute;
    top: -6px;
    bottom: -6px;
  }
[dir="ltr"] .tap-area--large::before {
    right: -10px;
  }
[dir="rtl"] .tap-area--large::before {
    left: -10px;
  }
[dir="ltr"] .tap-area--large::before {
    left: -10px;
  }
[dir="rtl"] .tap-area--large::before {
    right: -10px;
  }
.tap-area--large::before {
    top: -10px;
    bottom: -10px;
  }
/**
   * -------------------------------------------------------------
   * GENERAL TYPOGRAPHY
   * -------------------------------------------------------------
   */
html {
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  font-size: calc(var(--base-font-size) - 1px);
  line-height: 1.7142857143;
  color: rgb(var(--text-color));
  background: rgb(var(--background));
}
:lang(ar) * {
  letter-spacing: normal !important; /* Arabic should never have letter spacing as it makes it unreadable on some fonts */
}
p strong,
p b {
  font-weight: var(--text-font-bold-weight);
}
.heading,
.blockquote,
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.rte blockquote {
  display: block;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: rgb(var(--heading-color));
  text-transform: uppercase;
}
.text--small {
  font-size: calc(var(--base-font-size) - 2px);
  line-height: 1.6923076923;
}
.text--xsmall {
  font-size: calc(var(--base-font-size) - 3px);
  line-height: 1.5;
}
.text--xxsmall {
  font-size: calc(var(--base-font-size) - 5px);
  line-height: 1.5;
}
.text--large {
  font-size: calc(var(--base-font-size) + 1px);
}
.text--subdued {
  color: rgba(var(--text-color), 0.7);
}
.text--subdued--light {
  color: rgba(var(--text-color), 0.5);
}
[dir="ltr"] .text--left {
  text-align: left;
}
[dir="rtl"] .text--left {
  text-align: right;
}
.text--center {
  text-align: center;
}
[dir="ltr"] .text--right {
  text-align: right;
}
[dir="rtl"] .text--right {
  text-align: left;
}
.text--strong {
  font-weight: var(--text-font-bold-weight);
}
.text--underlined {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: currentColor;
}
p a:not(.button),
.rte a:not(.button),
.link {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(var(--text-color), 0.35);
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
/* When the link class is assigned to the heading--small, we have to force increase the line height to prevent the line to overlap */
.heading--small.link {
  line-height: 1.8;
}
@media screen and (pointer: fine) {
  p a:not(.button):hover,
  .rte a:not(.button):hover,
  .link:hover {
    color: rgb(var(--text-color));
    text-decoration-color: rgb(var(--text-color));
  }
}
/* Animated link */
.link--animated {
  display: block;
  position: relative;
  width: max-content;
}
.link--animated::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: var(--transform-origin-end);
  transition: transform 0.3s;
}
.text--underlined.link--animated {
  text-decoration: none;
}
.text--underlined.link--animated::after {
  transform: scaleX(1);
}
@media screen and (pointer: fine) {
  .link--animated[aria-expanded="true"]::after,
  .link--animated:hover::after {
    transform: scaleX(1);
    transform-origin: var(--transform-origin-start);
  }

  @keyframes textUnderlinedAnimatedKeyframes {
    0% {
      transform: scaleX(1);
      transform-origin: var(--transform-origin-end);
    }

    50% {
      transform: scaleX(0);
      transform-origin: var(--transform-origin-end);
    }

    51% {
      transform-origin: var(--transform-origin-start);
    }

    100% {
      transform: scaleX(1);
    }
  }

  .text--underlined.link--animated:hover::after {
    animation: textUnderlinedAnimatedKeyframes 0.6s;
  }
}
/* Reduced opacity linked */
.link--faded {
  transition: opacity 0.25s ease-in-out;
}
.link--faded:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #5d9158;
}
.link--active.link--title {
  color: #282828;
}
.link--active {
  color: #5D9158
}
/* Hide a text visually without removing it from screen readers (mostly used for accessibility) */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* Headings */
@media screen and (min-width: 741px) {
  html {
    font-size: var(--base-font-size);
    line-height: 1.7333333333;
  }

  .text--small {
    font-size: calc(var(--base-font-size) - 1px);
    line-height: 1.714285713;
  }

  .text--xsmall {
    font-size: calc(var(--base-font-size) - 2px);
    line-height: 1.5384615385;
  }

  .text--xxsmall {
    font-size: calc(var(--base-font-size) - 4px);
    line-height: 1.5384615385;
  }

  .text--large {
    font-size: calc(var(--base-font-size) + 5px);
  }
}
/**
   * -------------------------------------------------------------
   * RTE STYLES
   *
   * NOTE: In Focal, all text are spaced consistently in RTE fields (those written in text editor of Shopify). However,
   *       we also re-use internally in the theme for most section the same spacing between elements. In order to space
   *       those, a "text-container" class is introduced and allow to introduce a consistent spacing.
   * -------------------------------------------------------------
   */
.heading:first-child {
  margin-top: 0;
}
/* .heading:last-child {
  margin-bottom: 0;
} */
/*
   * IMPLEMENTATION NOTE: while those are called "heading--small", they are actually using the text font and not the heading
   * font. The reason is that we found out that due to their small size, the body font usually works better visually. Of
   * course if both heading and body font are the same, this won't change anything.
   */
.heading--small,
.heading--xsmall,
.heading--xxsmall {
  font-family: var(--text-font-family);
  font-style: var(--text-font-style);
  text-transform: uppercase; /* Small headings are always uppercase */
  font-weight: var(--text-font-bold-weight);
  line-height: 1.4663636;
  letter-spacing: 1px;
}
.heading--xxsmall {
  font-size: var(--heading-xxsmall-font-size);
}
.heading--xsmall {
  font-size: var(--heading-xsmall-font-size);
}
.heading--small {
  font-size: var(--heading-small-font-size);
  line-height: 1.5; /* Slightly bigger line height */
}
.heading--large,
.rte .heading--large {
  font-size: var(--heading-large-font-size);
  line-height: 1.11111111;
  letter-spacing: -0.9px;
}
.h1,
.rte h1 {
  font-size: var(--heading-h1-font-size);
  line-height: 1.11111111;
  letter-spacing: -0.9px;
}
.h2,
.rte h2 {
  font-size: var(--heading-h2-font-size);
  line-height: 1.13333333;
  letter-spacing: -0.6px;
}
.h3,
.rte h3 {
  font-size: var(--heading-h3-font-size);
  line-height: 1.1538461538;
  letter-spacing: -0.4px;
  font-family: var(--font-test);
  font-weight: 600;
}
.h4,
.rte h4 {
  font-size: var(--heading-h4-font-size);
  line-height: 1.1666666667;
  letter-spacing: -0.3px;
}
.h5,
.rte h5 {
  font-size: var(--heading-h5-font-size);
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.h6,
.rte h6 {
  font-size: var(--heading-h6-font-size);
  line-height: 1.25;
  font-family: var(--heading-font-family);
}
.blockquote,
.rte blockquote {
  position: relative;
  padding: 24px 24px 0;
  font-size: var(--heading-h4-font-size);
  line-height: 1.1666666667;
  letter-spacing: -0.3px;
}
[dir="ltr"] .blockquote::before,
[dir="ltr"] .rte blockquote::before {
  left: calc(50% - (71px / 2));
}
[dir="rtl"] .blockquote::before,
[dir="rtl"] .rte blockquote::before {
  right: calc(50% - (71px / 2));
}
.blockquote::before,
.rte blockquote::before {
  content: "";
  position: absolute;
  width: 71px;
  height: 56px;
  top: -10px;
  background: rgb(var(--text-color));
  opacity: 0.15;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDEgODAiPiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgNDEuNzdWMGg0MS42MDR2NDEuNzdMMjAuMDI2IDgwSC45ODdMMjEuNzIgNDEuNzdIMHptNTkuMzk2IDBWMEgxMDF2NDEuNzdMNzkuNDIyIDgwSDYwLjM4M2wyMC43MzItMzguMjNINTkuMzk2eiIgZmlsbD0iY3VycmVudENvbG9yIiAvPjwvc3ZnPg==);
  mask-size: 71px 56px;
  mask-repeat: no-repeat;
}
[dir="ltr"] .unordered-list,
[dir="ltr"] .text-container ul,
[dir="ltr"] .rte ul {
  margin-left: 1.25em;
  margin-right: 0;
}
[dir="rtl"] .unordered-list,
[dir="rtl"] .text-container ul,
[dir="rtl"] .rte ul {
  margin-right: 1.25em;
  margin-left: 0;
}
.unordered-list,
.text-container ul,
.rte ul {
  list-style-type: square;
  padding: 0;
}
[dir="ltr"] .ordered-list,
[dir="ltr"] .text-container ol,
[dir="ltr"] .rte ol {
  margin-left: 1em;
  margin-right: 0;
}
[dir="rtl"] .ordered-list,
[dir="rtl"] .text-container ol,
[dir="rtl"] .rte ol {
  margin-right: 1em;
  margin-left: 0;
}
.ordered-list,
.text-container ol,
.rte ol {
  padding: 0;
}
[dir="ltr"] .unordered-list li,
[dir="ltr"] .text-container ul li,
[dir="ltr"] .rte ul li {
  padding: 2px 0 2px 5px;
}
[dir="rtl"] .unordered-list li,
[dir="rtl"] .text-container ul li,
[dir="rtl"] .rte ul li {
  padding: 2px 5px 2px 0;
}
[dir="ltr"] .ordered-list li,
[dir="ltr"] .text-container ol li,
[dir="ltr"] .rte ol li {
  padding: 3px 0 3px 9px;
}
[dir="rtl"] .ordered-list li,
[dir="rtl"] .text-container ol li,
[dir="rtl"] .rte ol li {
  padding: 3px 9px 3px 0;
}
.unordered-list li::marker,
.text-container ul li::marker,
.rte ul li::marker {
  color: inherit;
  font-size: 16px;
}
.ordered-list li::marker,
.text-container ol li::marker,
.rte ol li::marker {
  color: inherit;
  font-size: 11px;
}
/* Minimal table styling, with a bordered variation */
.table-wrapper {
  overflow-x: auto;
}
.table,
.rte table {
  --table-spacing: 16px;
  width: 100%;
}
.table--loose {
  --table-spacing: 24px;
}
[dir="ltr"] .table th:not([class*="text--"]),
[dir="ltr"] .rte table th:not([class*="text--"]) {
  text-align: left;
}
[dir="rtl"] .table th:not([class*="text--"]),
[dir="rtl"] .rte table th:not([class*="text--"]) {
  text-align: right;
}
.table th,
.rte table th {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(var(--border-color));
  padding-left: var(--table-spacing);
  padding-right: var(--table-spacing);
}
.table td.half-spaced,
.rte table td.half-spaced {
  padding: calc(var(--table-spacing) / 2);
}
.table td,
.rte table td {
  padding: var(--table-spacing);
  padding-bottom: 0;
}
.table tr[onclick] {
  cursor: pointer;
}
[dir="ltr"] .table th:first-child,
[dir="ltr"] .rte table th:first-child,
[dir="ltr"] .table td:first-child,
[dir="ltr"] .rte table td:first-child {
  padding-left: 0;
}
[dir="rtl"] .table th:first-child,
[dir="rtl"] .rte table th:first-child,
[dir="rtl"] .table td:first-child,
[dir="rtl"] .rte table td:first-child {
  padding-right: 0;
}
[dir="ltr"] .table th:last-child,
[dir="ltr"] .rte table th:last-child,
[dir="ltr"] .table td:last-child,
[dir="ltr"] .rte table td:last-child {
  padding-right: 0;
}
[dir="rtl"] .table th:last-child,
[dir="rtl"] .rte table th:last-child,
[dir="rtl"] .table td:last-child,
[dir="rtl"] .rte table td:last-child {
  padding-left: 0;
}
.table tfoot tr:first-child td,
.rte table tfoot tr:first-child td {
  border-top: 1px solid rgb(var(--border-color));
}
.table tfoot tr:not(:first-child) td,
.rte table tfoot tr:not(:first-child) td {
  padding-top: 8px;
}
.table--bordered td {
  border-top: 1px solid rgb(var(--border-color));
  padding-bottom: var(--table-spacing);
}
.table--footered tbody tr:last-child td {
  padding-bottom: var(--table-spacing);
}
@media screen and (max-width: 740px) {
  .table tfoot td,
  .rte table tfoot td {
    padding-top: 16px;
  }
}
@media screen and (min-width: 741px) {
  .ordered-list li::marker,
  .text-container ol li::marker,
  .rte ol li::marker {
    font-size: 12px;
  }

  .heading--xsmall {
    line-height: 1.466666666;
  }

  .heading--small {
    line-height: 1.2307692308;
  }

  .heading--large {
    line-height: 1;
  }

  .h1,
  .rte h1 {
    line-height: 1.0416666667;
    letter-spacing: -1px;
  }

  .h2,
  .rte h2 {
    line-height: 1.1052631579;
    letter-spacing: -1px;
  }

  .h3,
  .rte h3 {
    line-height: 1.0625;
    letter-spacing: -0.8px;
  }

  .h4,
  .rte h4 {
    line-height: 1.1666666667;
    letter-spacing: -0.6px;
  }

  .h5,
  .rte h5 {
    line-height: 1.2;
    letter-spacing: -0.3px;
  }

  .h6,
  .rte h6 {
    line-height: 1.2222222222;
    font-family: var(--heading-font-family);
  }

  [dir="ltr"] .blockquote,
  [dir="ltr"] .rte blockquote {
    padding-left: 49px;
    padding-right: 0;
  }

  [dir="rtl"] .blockquote,
  [dir="rtl"] .rte blockquote {
    padding-right: 49px;
    padding-left: 0;
  }

  .blockquote,
  .rte blockquote {
    line-height: 1.1666666667;
    letter-spacing: -0.6px;
    min-height: 63px;
  }

  [dir="ltr"] .blockquote--center {
    padding-left: 0;
  }

  [dir="rtl"] .blockquote--center {
    padding-right: 0;
  }

  [dir="ltr"] .blockquote:not(.blockquote--center)::before,
  [dir="ltr"] .rte blockquote:not(.blockquote--center)::before {
    left: 0;
  }

  [dir="rtl"] .blockquote:not(.blockquote--center)::before,
  [dir="rtl"] .rte blockquote:not(.blockquote--center)::before {
    right: 0;
  }

  .blockquote:not(.blockquote--center)::before,
  .rte blockquote:not(.blockquote--center)::before {
    width: 80px;
    height: 63px;
    top: 0;
    mask-size: 80px 63px;
  }

  [dir="ltr"] .unordered-list li,
  [dir="ltr"] .text-container ul li,
  [dir="ltr"] .rte ul li {
    padding: 4px 0 4px 5px;
  }

  [dir="rtl"] .unordered-list li,
  [dir="rtl"] .text-container ul li,
  [dir="rtl"] .rte ul li {
    padding: 4px 5px 4px 0;
  }

  [dir="ltr"] .ordered-list li,
  [dir="ltr"] .text-container ol li,
  [dir="ltr"] .rte ol li {
    padding: 4px 0 4px 9px;
  }

  [dir="rtl"] .ordered-list li,
  [dir="rtl"] .text-container ol li,
  [dir="rtl"] .rte ol li {
    padding: 4px 9px 4px 0;
  }
}
@media screen and (min-width: 1000px) {
  /* The rich text table keep the smaller padding as merchant often use RTE with lot of columns */
  .table {
    --table-spacing: 24px;
  }

  .table--loose {
    --table-spacing: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .heading--large,
  .rte .heading--large {
    line-height: 1;
  }

  .h1,
  .rte h1 {
    line-height: 1.0714285714;
    letter-spacing: -1px;
  }

  .h2,
  .rte h2 {
    line-height: 1.0833333333;
    letter-spacing: -1px;
  }

  .h3,
  .rte h3 {
    line-height: 1.1111111111;
    letter-spacing: -0.8px;
  }

  .h4,
  .rte h4 {
    line-height: 1.1333333333;
    letter-spacing: -0.7px;
  }

  .h5,
  .rte h5 {
    line-height: 1.1666666667;
    letter-spacing: -0.4px;
  }

  .h6,
  .rte h6 {
    line-height: 1.2222222222;
    font-family: var(--heading-font-family);
  }

  [dir="ltr"] .blockquote,
  [dir="ltr"] .rte blockquote {
    padding-left: 69px;
  }

  [dir="rtl"] .blockquote,
  [dir="rtl"] .rte blockquote {
    padding-right: 69px;
  }

  .blockquote,
  .rte blockquote {
    line-height: 1.1333333333;
    letter-spacing: -0.7px;
    min-height: 80px;
  }

  [dir="ltr"] .blockquote--center,
  [dir="ltr"] .rte .blockquote--center {
    padding-left: 0;
  }

  [dir="rtl"] .blockquote--center,
  [dir="rtl"] .rte .blockquote--center {
    padding-right: 0;
  }

  .blockquote:not(.blockquote--center)::before,
  .rte blockquote:not(.blockquote--center)::before {
    width: 101px;
    height: 81px;
    mask-size: 101px 81px;
  }
}
/**
   * -------------------------------------------------------------
   * RTE SPACING
   *
   * NOTE: to have the same spacing as in an RTE field, you can wrap
   *       the element by a div with the class "text-container"
   * -------------------------------------------------------------
   */
.text-container p:not(.heading) + p,
.rte p:not(.heading) + p,
.text-container p + form,
.rte p + form {
  margin-top: 24px;
}
.text-container .heading--large,
.rte .heading--large {
  margin: 48px 0 40px;
}
.text-container .h1,
.rte h1 {
  margin: 48px 0 24px;
}
.text-container .h2,
.rte h2,
.text-container .h3,
.rte h3,
.text-container .h4,
.rte h4,
.text-container .h5,
.rte h5,
.text-container .h6,
.rte h6 {
  margin: 40px 0 16px;
}
.text-container .heading--small,
.rte .heading--small {
  margin: 16px 0;
}
.text-container .heading--xsmall,
.rte .heading--xsmall {
  margin: 12px 0;
}
.blockquote,
.rte blockquote {
  margin: 48px 0 64px;
}
.text-container img:not([style*="float"]),
.rte img:not([style*="float"]) {
  display: block;
  margin: 34px 0;
}
.text-container ul,
.rte ul,
.text-container ol,
.rte ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 1000px) {
  .text-container p + form,
  .rte p + form {
    margin-top: 32px;
  }

  .text-container .h1,
  .rte h1 {
    margin: 48px 0 32px;
  }

  .text-container .h2,
  .rte h2,
  .text-container .h3,
  .rte h3,
  .text-container .h4,
  .rte h4 {
    margin: 48px 0 24px;
  }

  .text-container .h5,
  .rte h5,
  .text-container .h6,
  .rte h6 {
    margin: 40px 0 16px;
  }

  .blockquote,
  .rte blockquote {
    margin: 80px 0 96px;
  }
}
/* We remove the spacing for first item and last item */
.rte > :first-child,
.text-container > :first-child {
  margin-top: 0;
}
.rte > :last-child,
.text-container > :last-child {
  margin-bottom: 0;
}
/**
   * -------------------------------------------------------------
   * SPACING COMBINATIONS
   *
   * NOTE: this define common combination in order to provide a consistent
   *       styling throughout the theme
   * -------------------------------------------------------------
   */
.heading--small + .heading--large {
  margin-top: 32px;
}
.heading--small + p,
.heading--xsmall + p {
  margin-top: 16px;
}
.heading--small + p,
.heading--small + .h1,
.heading--small + h1,
.heading--small + .h2,
.heading--small + h2,
.heading--small + .h3,
.heading--small + h3,
.heading--small + .h4,
.heading--small + h4,
.heading--small + .h5,
.heading--small + h5,
.heading--small + .h6,
.heading--small + h6 {
  margin-top: 16px;
}
.heading--xsmall + p,
.heading--xsmall + .h1,
.heading--xsmall + h1,
.heading--xsmall + .h2,
.heading--xsmall + h2,
.heading--xsmall + .h3,
.heading--xsmall + h3 {
  margin-top: 16px;
}
.heading--xsmall + .h4,
.heading--xsmall + h4,
.heading--xsmall + .h5,
.heading--xsmall + h5,
.heading--xsmall + .h6,
.heading--xsmall + h6 {
  margin-top: 12px;
}
.heading + .button-wrapper,
.heading + .button-group,
p + .button-wrapper,
p + .button-group,
.button-wrapper + p,
.button-group + p {
  margin-top: 32px;
}
@media screen and (min-width: 741px) {
  .heading--small + p,
  .heading--small + .h1,
  .heading--small + h1,
  .heading--small + .h2,
  .heading--small + h2,
  .heading--small + .h3,
  .heading--small + h3,
  .heading--small + .h4,
  .heading--small + h4 {
    margin-top: 24px;
  }

  .heading--small + .h5,
  .heading--small + h5,
  .heading--small + .h6,
  .heading--small + h6 {
    margin-top: 16px;
  }

  .heading--xsmall + .h1,
  .heading--xsmall + h1,
  .heading--xsmall + .h2,
  .heading--xsmall + h2 {
    margin-top: 24px;
  }
}
/**
   * --------------------------------------------------------------------
   * VIDEO WRAPPER
   * --------------------------------------------------------------------
   */
.video-wrapper {
  display: block;
  position: relative;
}
.video-wrapper::after {
  content: "";
  display: block;
  padding-bottom: 56.25%; /* 16:9 */
  pointer-events: none;
}
[dir="ltr"] .video-wrapper iframe {
  left: 0;
}
[dir="rtl"] .video-wrapper iframe {
  right: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/* The cover variation is used when we use an iframe such as YouTube and Vimeo, and want the video to covers the whole div */
.video-wrapper--cover {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.video-wrapper--cover::after {
  display: none;
}
.video-wrapper--cover iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  width: var(--video-width, 100%);
  height: var(--video-height, 100%);
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .video-wrapper--cover iframe {
    --video-height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-wrapper--cover iframe {
    --video-width: 177.78vh;
    height: calc(var(--video-height) + 200px);
  }
}
/* Inert variation is useful for background video */
.video-wrapper--inert iframe {
  pointer-events: none;
}
/* For native one we use a different thing */
.video-wrapper--native {
  aspect-ratio: var(--aspect-ratio);
}
.video-wrapper--native video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrapper--native::after {
  display: none;
}
@supports not (aspect-ratio: 1) {
  .video-wrapper--native video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .video-wrapper--native::after {
    display: block;
    padding-bottom: calc(100% / var(--aspect-ratio));
  }
}
/* A cover image can be optionally added before the iframe / video tag */
.video-wrapper__poster {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-wrapper__poster,
.video-wrapper iframe {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.video-wrapper__poster-content {
  position: absolute;
}
.video-wrapper__poster-image {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
@keyframes playButtonRipple {
  0% {
    box-shadow: 0 0 0 0 rgb(var(--play-button-background)),
      0 0 0 0 rgb(var(--play-button-background));
  }

  100% {
    box-shadow: 0 0 0 9px rgba(var(--play-button-background), 0),
      0 0 0 18px rgba(var(--play-button-background), 0);
  }
}
.video-wrapper__play-button {
  border-radius: 100%;
}
.video-wrapper__play-button--ripple {
  animation: playButtonRipple 1400ms ease-in-out infinite;
}
.video-wrapper__play-button:not(:only-child) {
  margin-bottom: 32px;
}
@media screen and (min-width: 1000px) {
  @keyframes playButtonRipple {
    0% {
      box-shadow: 0 0 0 0 rgb(var(--play-button-background)),
        0 0 0 0 rgb(var(--play-button-background));
    }

    100% {
      box-shadow: 0 0 0 17px rgba(var(--play-button-background), 0),
        0 0 0 32px rgba(var(--play-button-background), 0);
    }
  }

  .video-wrapper__play-button:not(:only-child) {
    margin-bottom: 40px;
  }

  .video-wrapper__play-button--large svg {
    width: 104px;
    height: 104px;
  }
}
/**
   * -------------------------------------------------------------
   * SHOPIFY SECTION
   * -------------------------------------------------------------
   */
html {

    scroll-behavior: smooth;
}
.shopify-section {
  color: rgb(var(--text-color)); /* Allow easy override of per-section color */
  scroll-margin-top: calc(
    var(--header-height, 0px) * var(--enable-sticky-header) +
      var(--announcement-bar-height, 0px) *
      var(--enable-sticky-announcement-bar)
  );
}
.no-bullets {
  list-style: none;
  padding: 0;
}
.no-scroll {
  overflow: hidden;
  touch-action: none;
}
.collapsible__content .no-bullets li {
    display: flex;
    align-items: center;
    gap: 5px;
    max-height: 40px;
    margin-bottom: 20px;
  }
.collapsible__content input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  place-content: center;
  align-content: center;
  justify-content: center;
  font-size: 1rem;
  border: 1px solid #D9D9D9;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.10);
  border-radius: 2px;
  position: relative;
  width: 16px;
  height: 16px;

}
.collapsible__content input[type="checkbox"]:checked:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_42144_15923)'%3E%3Crect width='16' height='16' rx='2' fill='%235D9158'/%3E%3C/g%3E%3Cpath d='M4 8.42857L6.28571 10.7143L12 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_42144_15923' x='0' y='0' width='20' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='4' dy='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_42144_15923'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_42144_15923' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");      height: 16px;
      border-radius: 2px;
      background-repeat: no-repeat;
      border: 0;
    }
.collapsible__content input[type="checkbox"]::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 2px;
    left: 0;
    top: 0;
    background-color: white;
    border: 1px solid #D9D9D9;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.10);
  }
.collapsible__content input[type="checkbox"]::before:not(:checked) {

  }
.text--lily {
  font-family: 'Lily';
  font-size: 40px;
}
/* Generic Button styles */
.button {
  border-radius: 0.3125rem;
  border: solid 2px #000;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.10);
  font-family: var(--heading-font-family);
  letter-spacing: 0.7px;
}
.button--primary {
    letter-spacing: 0.7px;
  }
.button--small:not(.button--text) {
  letter-spacing: 1px;
}
/**
     * -------------------------------------------------------------
     * TABBING MANAGEMENT
     * -------------------------------------------------------------
     */
.js .no-focus-outline *:focus {
  outline: none;
}
/**
     * -------------------------------------------------------------
     * LOCK UTILITY
     * -------------------------------------------------------------
     */
.lock-all {
  overflow: hidden;
  touch-action: none;
}
@media screen and (max-width: 740px) {
  .lock-mobile {
    overflow: hidden;
    touch-action: none;
  }
}
/**
     * --------------------------------------------------------------------
     * VERTICAL BREATHER
     * --------------------------------------------------------------------
     */
.vertical-breather {
  padding-top: var(--vertical-breather);
  padding-bottom: var(--vertical-breather);
}
.vertical-breather--tight {
  padding-top: var(--vertical-breather-tight);
  padding-bottom: var(--vertical-breather-tight);
}
.vertical-breather--margin {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: var(--vertical-breather);
  margin-bottom: var(--vertical-breather);
}
.vertical-breather--margin.vertical-breather--tight {
  margin-top: var(--vertical-breather-tight);
  margin-bottom: var(--vertical-breather-tight);
}
@media screen and (min-width: 741px) {
  .vertical-breather--extra-tight {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .vertical-breather--margin.vertical-breather--extra-tight {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
/**
     * -------------------------------------------------------------
     * ANCHOR
     * Doc: https://gomakethings.com/how-to-prevent-anchor-links-from-scrolling-behind-a-sticky-header-with-one-line-of-css/
     * -------------------------------------------------------------
     */
.anchor {
  scroll-margin-top: calc(
    var(--header-height, 0px) * var(--enable-sticky-header) +
      var(--announcement-bar-height, 0px) *
      var(--enable-sticky-announcement-bar) + var(--anchor-offset, 20px)
  );
}
.anchor.vertical-breather:not(.vertical-breather--margin) {
  --anchor-offset: 0px; /* There is already lot of space brought by vertical breather so no need for extra one */
}
.anchor.vertical-breather--margin {
  --anchor-offset: var(
    --vertical-breather
  ); /* This is used to compensate the margin */
}
.anchor.vertical-breather--tight.vertical-breather--margin {
  --anchor-offset: var(--vertical-breather-tight);
}
/**
     * --------------------------------------------------------------------
     * ICON
     * --------------------------------------------------------------------
     */
.icon {
  display: block;
  vertical-align: middle;
  background: none;
  pointer-events: none;
  overflow: visible;
}
.icon--inline {
  display: inline-block;
}
/* Simple component allowing to align a text with an icon */
.icon-text {
  display: flex;
  align-items: center;
}
[dir="ltr"] .icon-text svg,
[dir="ltr"] .icon-text img {
  margin-right: 12px;
}
[dir="rtl"] .icon-text svg,
[dir="rtl"] .icon-text img {
  margin-left: 12px;
}
@supports (scale: 1) {
  [dir="rtl"] .icon--direction-aware {
    scale: -1 1; /* Allows to have better support if it is combined with other transforms */
  }
}
@supports not (scale: 1) {
  [dir="rtl"] .icon--direction-aware {
    transform: scale(-1, 1);
  }
}
/**
     * -------------------------------------------------------------
     * LIST
     * -------------------------------------------------------------
     */
.list--unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
/**
     * --------------------------------------------------------------------
     * LOADING BAR
     * --------------------------------------------------------------------
     */
.loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  opacity: 0;
  background: rgb(var(--loading-bar-background));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease-in-out;
  z-index: 50;
  pointer-events: none;
}
.loading-bar.is-visible {
  opacity: 1;
}
/**
     * -------------------------------------------------------------
     * LINKLIST
     * -------------------------------------------------------------
     */
.linklist__item:not(:first-child) {
  padding-top: 12px;
}
.linklist__item a {
  display: inline-flex;
  word-break: break-word;
  min-height: 2rem;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1000px) {
  .linklist__item:not(:first-child) {
    padding-top: 0px; /* On desktop we use less space as we do not have as much constraint for tap area */
  }
}
/**
     * --------------------------------------------------------------------
     * SQUARE SEPARATOR
     * --------------------------------------------------------------------
     */
.square-separator {
  position: relative;
  display: inline-block;
  height: 4px;
  width: 4px;
  margin: 0 8px;
  flex-shrink: 0; /* in case it is a flex children */
  background: currentColor;
  vertical-align: middle;
}
.square-separator--block {
  top: 1px;
  margin-left: 12px;
  margin-right: 12px;
}
.square-separator--subdued {
  opacity: 0.5;
}
/**
     * -------------------------------------------------------------
     * BUBBLE COUNT (used in various places to show a count)
     * -------------------------------------------------------------
     */
.bubble-count {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--background));
  background: rgb(var(--heading-color));
  font-weight: var(--text-font-bold-weight);
  font-family: var(--text-font-family);
  font-style: var(--text-font-style);
  font-size: 10px;
  height: 22px;
  min-width: 22px;
  line-height: 1;
  border-radius: 21px;
  letter-spacing: 0;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.bubble-count--top {
  vertical-align: top;
}
/**
     * --------------------------------------------------------------------
     * TOOLTIP
     * --------------------------------------------------------------------
     */
[data-tooltip] {
  position: relative;
}
[data-tooltip]::before {
  position: absolute;
  content: attr(data-tooltip);
  bottom: calc(100% + 6px);
  left: 50%;
  padding: 5px 10px;
  white-space: nowrap;
  background: rgb(var(--heading-color));
  color: rgb(var(--background));
  font-size: calc(var(--base-font-size) - 2px);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  z-index: 1;
  transform: translateX(-50%);
}
[data-tooltip]::after {
  position: absolute;
  content: "";
  left: calc(50% - 7px);
  bottom: calc(100% + 1px);
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent rgb(var(--heading-color))
    rgb(var(--heading-color));
  visibility: hidden;
  z-index: 1;
  opacity: 0;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transform: rotate(-45deg);
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
}
[data-tooltip-position="bottom-left"]::before {
  top: calc(100% + 4px);
  bottom: auto;
  left: auto;
  right: -6px;
  transform: none;
}
[data-tooltip-position="bottom-left"]::after {
  top: calc(100% - 1px);
  transform: rotate(135deg);
  left: calc(50% - 6px);
}
/**
     * -------------------------------------------------------------
     * PAYMENT METHODS
     * -------------------------------------------------------------
     */
.payment-methods-list {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, 38px);
}
.payment-methods-list--center {
  justify-content: center;
}
@media screen and (min-width: 741px) {
  .payment-methods-list--auto {
    grid-auto-flow: column;
  }
}
/**
     * -------------------------------------------------------------
     * MOBILE SHARE BUTTONS
     *
     * Those are used in product pages and blog posts
     * -------------------------------------------------------------
     */
.mobile-share-buttons__item {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 24px;
  margin-right: 24px;
}
@supports (padding: max(0px)) {
  .mobile-share-buttons {
    padding-bottom: max(20px, env(safe-area-inset-bottom) + 20px);
  }
}
.mobile-share-buttons__item:not(:last-child) {
  border-bottom: 1px solid rgb(var(--border-color));
}
[dir="ltr"] .mobile-share-buttons__item svg {
  margin-right: 16px;
}
[dir="rtl"] .mobile-share-buttons__item svg {
  margin-left: 16px;
}
/**
     * --------------------------------------------------------------------
     * MOBILE TOOLBAR
     *
     * Those are used on collection page and account pages to create links
     * to sub-section
     * --------------------------------------------------------------------
     */
.mobile-toolbar {
  position: sticky;
  top: calc(
    var(--enable-sticky-header) * var(--header-height, 0px) +
      var(--announcement-bar-height, 0px) *
      var(--enable-sticky-announcement-bar)
  );
  display: flex;
  align-items: center;
  visibility: visible;
  z-index: 2;
  transition: margin-top 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
@media screen and ( max-width: 370px ) {
  .mobile-toolbar {
   flex-direction: column;
  }

  .mobile-toolbar .mobile-toolbar__item {
    width: 100%;
    padding: 0 22px;
  }

}
.mobile-toolbar.is-collapsed {
  margin-top: -48px;
  visibility: hidden;
}
.mobile-toolbar--fixed {
  position: relative;
  top: 0;
}
.mobile-toolbar__item {
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  align-items: center;
  padding: 11px;
  border-top: 1px solid rgb(var(--border-color));
  border-bottom: 1px solid rgb(var(--border-color));
  background: rgb(var(--background));
}
@media screen and ( max-width: 370px ) {

  .mobile-toolbar .mobile-toolbar__item {
    min-height: 44px;
    border-top: none;
  }

}
.mobile-toolbar__item.mobile-toolbar__item--sort {
  min-width: 230px;
}
[dir="ltr"] .mobile-toolbar__item + .mobile-toolbar__item {
  border-left: 1px solid rgb(var(--border-color));
}
[dir="rtl"] .mobile-toolbar__item + .mobile-toolbar__item {
  border-right: 1px solid rgb(var(--border-color));
}
[dir="ltr"] .mobile-toolbar__item .icon--chevron {
  margin-left: 7px;
}
[dir="rtl"] .mobile-toolbar__item .icon--chevron {
  margin-right: 10px;
}
/**
     * -------------------------------------------------------------
     * PRICE RANGE
     * -------------------------------------------------------------
     */
.price-range {
  display: block;
  padding-top: 5px;
}
.price-range .field__input {
    margin-bottom: 15px;
  }
.price-range__input-group {
  display: flex;
  align-items: center;
}
.price-range__input {
  flex: 1 0 0;
  min-width: 0; /* Required for Firefox */
}
.price-range__delimiter {
  margin-left: 20px;
  margin-right: 20px;
}
.price-range__range-group {
  position: relative;
  margin-bottom: 15px;
}
.no-js .price-range__range-group {
  display: none !important; /* When JS is disabled we only rely on the input field */
}
@media not screen and (pointer: fine) {
  /* On non-touch device the thumb are bigger so we need to adjust the spacing */
  .price-range {
    padding-top: 7px;
  }

  .price-range__range-group {
    margin-bottom: 18px;
  }
}
/**
     * -------------------------------------------------------------
     * SCROLL SPY
     * -------------------------------------------------------------
     */
.scroll-spy {
  display: block;
  position: sticky;
  box-shadow: 1px 0 rgba(var(--text-color), 0.25) inset;
  top: calc(
    24px + var(--header-height, 0px) * var(--enable-sticky-header) +
      var(--announcement-bar-height, 0px) *
      var(--enable-sticky-announcement-bar)
  );
}
.scroll-spy__list {
  padding-left: 6px;
}
.scroll-spy__item {
  opacity: 0.7;
  transition: opacity 0.25s ease-in-out;
}
.scroll-spy__item.is-visible {
  opacity: 1;
}
.scroll-spy__anchor {
  display: block;
  padding: 10px 24px;
}
[dir="ltr"] .scroll-spy svg {
  left: 0;
}
[dir="rtl"] .scroll-spy svg {
  right: 0;
}
.scroll-spy svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.scroll-spy path {
  transition: all 0.3s ease;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-dasharray: 0 0 0 1000;
  stroke-linecap: square;
}
/**
     * -------------------------------------------------------------
     * SPLIT LINE (custom element)
     * -------------------------------------------------------------
     */
split-lines {
  display: block;
}
/**
     * -------------------------------------------------------------
     * EFFECT
     * -------------------------------------------------------------
     */
@media screen and (pointer: fine) {
  .features--image-zoom .image-zoom img {
    transition: transform 0.5s ease;
    transform: translateZ(0); /* Allow to promote on its own layer */
  }

  .features--image-zoom .image-zoom:hover img {
    transform: scale(1.03);
  }
}
/**
     * -------------------------------------------------------------
     * RATING
     * -------------------------------------------------------------
     */
.rating {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
}
.rating__stars {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 2px;
  column-gap: 2px;
}
.rating__star {
  color: #424547;
}
.rating__star--empty {
  color: #424547;
}
[dir="ltr"] .rating__caption {
  margin-left: 8px;
}
[dir="rtl"] .rating__caption {
  margin-right: 8px;
}
/**
     * -------------------------------------------------------------
     * OPENABLE
     * -------------------------------------------------------------
     */
.openable__overlay {
  position: absolute;
  content: "";
  height: 100vh;
  width: 100%;
  bottom: 100%;
  left: 0; /* We must make sure to not use logical property here */
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}
[open] > .openable__overlay {
  visibility: visible;
  opacity: 0.2;
}
/* Make sure to keep this order the same as it relies on inheritance */
/**
     * -------------------------------------------------------------
     * COLLAPSIBLE
     * -------------------------------------------------------------
     */
.collapsible {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.no-js .collapsible,
.collapsible[open] {
  height: auto;
  overflow: visible;
  visibility: visible;
}
.collapsible-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 0;
}
.collapsible-toggle p {
    font-family: var(--heading-font-family);
    margin: 0;
    text-transform: capitalize;
    color: #424547;
  }
[dir="ltr"] .collapsible-toggle__selected-value {
  margin-left: auto;
  margin-right: 12px;
}
[dir="rtl"] .collapsible-toggle__selected-value {
  margin-right: auto;
  margin-left: 12px;
}
.collapsible-toggle__selected-value {
  font-weight: normal;
  max-width: 45%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.collapsible-toggle svg {
  transition: transform 0.2s ease-in-out;
}
.collapsible-toggle[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}
recently-viewed-products.section {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  recently-viewed-products.section {
    margin: 48px 0;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 741px) {
  .collapsible-toggle {
    padding: 21px 0;
  }
}
/* Promotion block override for the collection page */
.product-facet__main .promotion-block-list {
  --promotion-block-gutter: 24px;
}
.product-facet__main .promotion-block-list--top {
  margin-bottom: 20px;
}
.product-facet__main .promotion-block-list--bottom {
  margin-top: 36px;
}
@media screen and (max-width: 740px) {
  /* On mobile only we want the promotion block and filters closer to the edge so that they align with products */
  .product-facet__main .promotion-block-list {
    --promotion-block-gutter: 12px;
    margin-left: calc(
      -1 * (var(--container-gutter) - var(--promotion-block-gutter) / 2)
    );
    margin-right: calc(
      -1 * (var(--container-gutter) - var(--promotion-block-gutter) / 2)
    );
  }
}
@media screen and (min-width: 741px) {
  .product-facet__main .promotion-block-list--bottom {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  [dir="ltr"] .contact__aside {
    margin-right: 90px;
  }
  [dir="rtl"] .contact__aside {
    margin-left: 90px;
  }
}
[dir="ltr"] .cookie-bar {
  right: var(--container-gutter);
}
[dir="rtl"] .cookie-bar {
  left: var(--container-gutter);
}
.cookie-bar {
  display: block;
  position: fixed;
  width: calc(100% - var(--container-gutter) * 2);
  bottom: var(--container-gutter);
  padding: 20px;
  max-width: 400px;
  border: 1px solid rgb(var(--root-border-color));
  background: rgb(var(--root-background));
  z-index: 2;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.cookie-bar[hidden] {
  visibility: hidden;
  opacity: 0;
}
.cookie-bar__actions {
  margin-top: 18px;
}
[dir="ltr"] .cookie-bar__actions .button:last-child {
  margin-left: 4px;
}
[dir="rtl"] .cookie-bar__actions .button:last-child {
  margin-right: 4px;
}
@media screen and (max-width: 740px) {
  @supports (padding: max(0px)) {
    .cookie-bar {
      bottom: max(24px, env(safe-area-inset-bottom, 0px) + 24px);
    }
  }
}
@media screen and (min-width: 741px) {
  .cookie-bar {
    padding: 30px;
  }
}
.faq {
  position: relative;
}
.faq__category {
  --anchor-offset: 20px;

  padding: 20px 24px;
  margin-bottom: 0;
  background: rgb(var(--secondary-background));
}
.faq__item + .faq__item {
  border-top: 1px solid rgba(var(--text-color), 0.15);
}
[dir="ltr"] .faq__item .collapsible__content {
  padding-right: 40px;
}
[dir="rtl"] .faq__item .collapsible__content {
  padding-left: 40px;
}
.faq__item .collapsible__content {
  padding-bottom: 26px; /* We add extra spacing horizontally */
}
@media screen and (max-width: 740px) {
  .faq {
    margin-left: calc(-1 * var(--container-gutter));
    margin-right: calc(-1 * var(--container-gutter));
  }

  .faq__item {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }

  .faq__item ~ .faq__category {
    margin-top: 30px;
  }
}
@media screen and (min-width: 741px) {
  .faq__item .collapsible-toggle,
  .faq__item .collapsible__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .faq__wrapper {
    max-width: 668px;
    width: calc(var(--grid-column-width) * 10 + var(--grid-gap) * 9);
    margin-left: auto;
    margin-right: auto;
  }

  [dir="ltr"] .faq-navigation {
    left: 0;
  }

  [dir="rtl"] .faq-navigation {
    right: 0;
  }

  .faq-navigation {
    position: absolute;
    display: block;
    height: 100%;
    max-width: calc(var(--grid-column-width) * 4 + var(--grid-gap) * 3);
    top: 0;
  }
}
@media screen and (min-width: 1400px) {
  [dir="ltr"] .faq-navigation {
    left: calc(var(--grid-column-width) + var(--grid-gap));
  }
  [dir="rtl"] .faq-navigation {
    right: calc(var(--grid-column-width) + var(--grid-gap));
  }
  .faq-navigation {
    max-width: calc(var(--grid-column-width) * 3 + var(--grid-gap) * 2);
  }
}
/**
       * IMPLEMENTATION NOTE: as always, styling Shopify Reviews is a whole mess, as the app adds ton of useless and outdated
       * CSS, so we have to override everything. You should really touch this code with extra extra care...
     */
/* GENERAL */
.spr-starrating,
#shopify-product-reviews .spr-starratings {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
}
.spr-icon.spr-icon {
  width: 14px;
  height: 14px;
  top: 0;
  background-color: currentColor;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNCI+ICA8cGF0aCBkPSJNNy41LjVsMS42NDYgNC43MzUgNS4wMTEuMTAyLTMuOTk0IDMuMDI4IDEuNDUxIDQuNzk4TDcuNSAxMC4zbC00LjExNCAyLjg2MyAxLjQ1MS00Ljc5OEwuODQzIDUuMzM3bDUuMDExLS4xMDJMNy41LjV6IiBmaWxsPSIjMUUzMTZBIi8+PC9zdmc+);
  mask-size: cover;
}
.spr-icon,
.spr-icon-star-hover {
  color: rgb(var(--product-star-rating));
}
.spr-icon-star-hover {
  opacity: 1 !important;
}
[dir="ltr"] .spr-icon:not(:last-child) {
  margin-right: 2px;
}
[dir="rtl"] .spr-icon:not(:last-child) {
  margin-left: 2px;
}
.spr-icon::before {
  content: none !important; /* Remove the default Shopify styles */
}
.spr-icon.spr-icon.spr-icon-star-empty {
  opacity: 0.4;
}
/* BADGE */
[dir="ltr"] .spr-summary-starrating + .spr-summary-caption {
  margin-left: 8px;
}
[dir="rtl"] .spr-summary-starrating + .spr-summary-caption {
  margin-right: 8px;
}
/**
     * STYLES FOR SOME PAGES CONTROLLED BY SHOPIFY
     */
.shopify-challenge__container {
  margin-top: var(--vertical-breather) !important;
  margin-bottom: var(--vertical-breather) !important;
}
.shopify-challenge__container .shopify-challenge__button {
  margin-top: 30px;
  
}
/* NOTE: this code is to fix a temporary issue introduced by Safari 15.4 that prevents any overflow: hidden to be scrollable
       programmatically. Those temporary fixes will be removed from the theme once a new version of Safari is released
     */
@media screen and (min-width: 1000px) {
  .product-list__inner--scroller {
    overflow-x: auto;
    overflow-y: hidden;
    overflow: auto hidden;
    scroll-snap-type: x mandatory;
  }

  .product-list__inner--scroller .product-item {
    scroll-snap-align: end;
  }
}
@media screen and (max-width: 768px) {
  .mobile-toolbar__item-label {
    text-transform: none;
    font-family: var(--text-font-family);
    font-weight: 400;
  }
}
/* @import-glob './templates/*.css'; */
/**
   * --------------------------------------------------------------------
   * COMPONENT - ARTICLES & POSTS
   * --------------------------------------------------------------------
   */
.article__comment-list-heading {
  margin-bottom: 30px;
}
.article-comment {
  padding: 24px;
  background: rgb(var(--secondary-background));
  border-radius: var(--block-border-radius-reduced);
}
.article-comment + .article-comment {
  margin-top: 16px;
}
.article-comment__meta {
  display: flex;
  align-items: center;
}
[dir="ltr"] .article-comment__gravatar {
  margin-right: 16px;
}
[dir="rtl"] .article-comment__gravatar {
  margin-left: 16px;
}
.article-comment__gravatar {
  border-radius: 100%;
  width: 40px;
}
.article-comment__author {
  margin-bottom: 0;
}
.article-comment__date {
  display: block;
  margin-top: 2px;
  margin-bottom: 4px;
}
.article-comment__content {
  margin-top: 15px;
}
.article__comment-list + .article__comment-form {
  margin-top: 48px;
}
.article__comment-form-title {
  margin-top: 0;
}
@media screen and (min-width: 741px) {
  .article-comment {
    padding: 32px;
  }

  [dir="ltr"] .article-comment__gravatar {
    margin-right: 21px;
  }

  [dir="rtl"] .article-comment__gravatar {
    margin-left: 21px;
  }

  .article-comment__gravatar {
    width: 48px;
    align-self: flex-start;
  }

  .article__comment-list-heading {
    margin-bottom: 34px;
  }

  .article__comment-list + .article__comment-form {
    margin-top: 64px;
  }
}
.article-item__read-more {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
.article-sidebar {
  min-width:265px;
  margin-right: 40px;
  display: none;
}
.article-sidebar--list{
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .article__comment-box {
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
  }
}
.article-list {
  --article-list-row-gap: 40px;
  --article-list-column-gap: 40px;

  display: grid;
  grid-gap: var(--article-list-row-gap) var(--article-list-column-gap);
  gap: var(--article-list-row-gap) var(--article-list-column-gap);

}
.article-list--scrollable {
  grid-auto-flow: column;
}
.article-item {
  width: 100%;
}
.article-item__read-more {

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }
.article-item__image-container {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: var(--block-border-radius-reduced);
  z-index: 0; /* Creating new stacking context is needed on Safari to apply the border radius */
}
[dir="ltr"] .article-item__arrow {
  right: 20px;
}
[dir="rtl"] .article-item__arrow {
  left: 20px;
}
.article-item__arrow {
  position: absolute;
  bottom: 20px;
  border: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out,
    transform 0.15s ease-in-out;
}
.article-item--horizontal {
  display: flex;
  align-items: center;
}
.article-item--horizontal .article-item__image-container {
  border-radius: calc(
    var(--block-border-radius-reduced) / 2
  ); /* When shown as horizontal the tiles are smaller so we reduced the radius */
  z-index: 0; /* Creating new stacking context is needed on Safari to apply the border radius */
}
[dir="ltr"] .article-item--horizontal .article-item__arrow {
  right: 12px;
}
[dir="rtl"] .article-item--horizontal .article-item__arrow {
  left: 12px;
}
.article-item--horizontal .article-item__arrow {
  bottom: 12px;
}
[dir="ltr"] .article-item--featured .article-item__arrow {
  right: 32px;
}
[dir="rtl"] .article-item--featured .article-item__arrow {
  left: 32px;
}
.article-item--featured .article-item__arrow {
  bottom: 32px;
}
.article-item__category {
  color: rgba(var(--text-color), 0.7);
  width: max-content;
}
.article-item__excerpt {
  margin-top: -4px; /* We want the excerpt to be a bit closer to the title than usual paragraph */
}
.article-list--section .article-item:only-child {
  max-width: 668px;
}
@media screen and (max-width: 999px) {
  .article-list--scrollable .article-item:not(:only-child) {
    width: 81vw;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .article-list {
    gap: 20px;
    --article-list-row-gap: 20px;
    --article-list-column-gap: 10px;
  }

}
@media screen and (min-width: 741px) and (max-width: 999px) {
  .article-list--has-four {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-list--scrollable .article-item:not(:only-child) {
    width: 52vw;
  }

  .article-list {
    --article-list-row-gap: 10px;
    --article-list-column-gap: 10px;
  }


}
@media screen and (min-width: 741px) {
  .article-list--stacked {
    grid-template-columns: repeat(
      auto-fit,
      calc(100% / 3 - var(--article-list-column-gap) * (2 / 3))
    );
    justify-content: safe center;
  }
}
@media screen and (min-width: 1000px) {
  .article-list {
    --article-list-row-gap: 48px;
    --article-list-column-gap: 48px;
  }

  .article-list + .pagination {
    margin-top: 64px; /* Small exception here to separate more the pagination */
  }

  .article-list--section {
    grid-template-columns: repeat(
      auto-fit,
      calc(100% / 3 - var(--article-list-column-gap) * (2 / 3))
    );
    justify-content: safe center;
  }

  .article-item__image-container {
    margin-bottom: 24px;
  }

  .article-item__excerpt {
    margin-top: -8px; /* We want the excerpt to be a bit closer to the title than usual paragraph */
  }

  /* When this layout is used, the most recent blog post takes larger part */
  .article-list--collage {
    grid-template-columns: 1.37731fr 1fr;
    column-gap: 48px;
  }

  .article-item--featured .article-item__image-container {
    margin-bottom: 32px;
  }

  .article-list__secondary-list {
    display: grid;
    grid-auto-rows: max-content;
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  [dir="ltr"] .article-list__secondary-list .article-item__image-container {
    margin-right: 32px;
  }

  [dir="rtl"] .article-list__secondary-list .article-item__image-container {
    margin-left: 32px;
  }

  .article-list__secondary-list .article-item__image-container {
    width: 42%;
    flex: none;
    margin-bottom: 0;
  }

  .article-sidebar + .article-list {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {

  .article-list {
    margin-left: calc(var(--grid-column-width) + var(--grid-gap));
    margin-right: calc(var(--grid-column-width) + var(--grid-gap));
    column-gap: 40px;
  }

  .article-list--collage {
    column-gap: 70px;
  }

  .article-sidebar{
    display: block;
  }
}
@media screen and (pointer: fine) {
  .article-item:hover .article-item__arrow {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
/**
   * -------------------------------------------------------------
   * FACETING (used on collection and search page)
   * -------------------------------------------------------------
   */
.product-facet {
  display: block;
  margin-top: 24px;
  margin-bottom: 48px;
}
.product-facet .no-bullets {
    margin: 0;
  }
.filter_count {
  font-size: 14px;
}
.no-bullets label {
  line-height: 1.1;
  padding: 0.5rem;
}
.product-facet__filters {
  --_button-height: 52px;
  --_button-margin-block: 20px;
  padding-bottom: calc(var(--_button-height) + var(--_button-margin-block) * 2);
}
.product-facet__filters .no-bullets label {
    margin-top: 14px;
  }
.product-facet__filters-header {
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(var(--border-color));
}
.product-facet__filters:not(.drawer) {
  display: block;
  padding-bottom: 24px; /* Allows to add a bit of spacing if too much links */
}
.product-facet__active-list {
  margin-top: -6px;
  margin-bottom: 18px;
}
.product-facet__filter-item + .product-facet__filter-item {
  border-top: 1px solid rgb(var(--border-color));
}
[dir='ltr'] .product-facet__filter-item .collapsible__content {
  padding-left: 8px;
}
[dir='rtl'] .product-facet__filter-item .collapsible__content {
  padding-right: 8px;
}
.product-facet__filter-item:not(:last-child) .collapsible__content {
  margin-bottom: 25px;
}
.product-facet__submit {
  margin-top: 40px;
}
[dir='ltr'] .product-facet__active-count {
  margin-left: 8px;
}
[dir='rtl'] .product-facet__active-count {
  margin-right: 8px;
}
[dir='ltr'] .product-facet__sort-by-title {
  padding-right: 7px;
}
[dir='rtl'] .product-facet__sort-by-title {
  padding-left: 7px;
}
.product-facet__product-list {
  margin-top: calc(var(--container-gutter) / 2);
}
/* Meta bar */
.product-facet__meta-bar {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
}
.product-facet__meta-bar-item {
  display: flex;
  align-items: center;
}
[dir='ltr'] .product-facet__meta-bar-item .icon--filters {
  margin-right: 13px;
}
[dir='rtl'] .product-facet__meta-bar-item .icon--filters {
  margin-left: 13px;
}
/* Toolbar */
[dir='ltr'] .mobile-toolbar__item .icon--filters {
  margin-right: 13px;
}
[dir='rtl'] .mobile-toolbar__item .icon--filters {
  margin-left: 13px;
}
.product-facet .drawer__header {
  justify-content: space-between;
}
.product-facet .drawer__header .drawer__close-button {
  left: unset;
}
@media screen and (max-width: 740px) {
  .product-facet__active-list {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media screen and (max-width: 999px) {
  .product-facet__filters:not(.drawer) {
    display: none; /* By default the filters is hidden until dynamically transformed to a modal */
  }

  .mobile-toolbar {
    display: grid;
    grid-template-columns: 50% 50%;
  }

    .mobile-toolbar .icon {
      position: relative;
      top: 5px;
    }
      .mobile-toolbar__item-label {
        position: relative;
        top: 5px;
      }

  .shopify-section--main-customers-account .mobile-toolbar,
  .shopify-section--main-customers-addresses .mobile-toolbar,
  .shopify-section--pet-profile .mobile-toolbar {
    grid-template-columns: auto;
  }

    .shopify-section--main-customers-account .mobile-toolbar .icon, .shopify-section--main-customers-addresses .mobile-toolbar .icon, .shopify-section--pet-profile .mobile-toolbar .icon {
      top: 0;
    }

  .mobile-toolbar__item.mobile-toolbar__item--sort {
    min-width: unset;
  }

  .product-facet .drawer__close-button {
    position: static;
  }
}
@media screen and (min-width: 741px) {
  .product-facet {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .product-facet__active-list {
    margin-top: 18px;
    margin-bottom: 0;
  }

  .drawer .product-facet__active-list {
    margin-top: 26px; /* Margin is bigger when it is inside the drawer to keep visual rhythm consistency */
  }

  .product-facet__meta-bar {
    margin-bottom: 24px;
  }

  [dir='ltr'] .product-facet__meta-bar-item--filter {
    margin-right: 44px;
  }

  [dir='rtl'] .product-facet__meta-bar-item--filter {
    margin-left: 44px;
  }
}
@media screen and (min-width: 1000px) {
  .product-facet {
    display: flex;
    justify-content: flex-start;
  }

  [dir='ltr'] .product-facet__aside {
    margin-right: 40px;
  }

  [dir='rtl'] .product-facet__aside {
    margin-left: 40px;
  }

  .product-facet__aside {
    flex: none;
    width: 230px;
  }

  .product-facet__aside-inner {
    position: sticky;
    display: block;
    top: calc(
      var(--header-height, 0px) * var(--enable-sticky-header) + var(--announcement-bar-height, 0px) *
        var(--enable-sticky-announcement-bar) + 24px
    );
  }

  .product-facet__main {
    flex: 1 0 0;
  }

  .product-facet__filters:not(.drawer) .drawer__content {
    overflow: visible;
    padding: 0;
  }

  .product-facet__meta-bar {
    justify-content: flex-start;
  }

  [dir='ltr'] .product-facet__meta-bar-item:last-child {
    margin-left: auto;
  }

  [dir='rtl'] .product-facet__meta-bar-item:last-child {
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .product-facet__aside {
    width: 265px;
  }
}
/* Spacing between Filters: START */
.filter-item--wrap .collapsible__content .no-bullets li {
  margin-bottom: 0px;
}
/* Spacing between Filters: END */
.sc-feUYzb .hICLry .sel-disclosure-btn .sel-view-all .sel-static{
    background: none !important;
    border: 0 !important;
}
#decimal-star path {
    fill: #424547 !important;
}
.sel-static {
    position: relative;
    top: 2rem;
}
@media screen and (max-width: 999px) {

    .sc-feUYzb .hICLry .sel-disclosure-btn .sel-view-all .sel-static{
        background: black;
    }

    .sel-static {
        top: 0;
    }

    .sel-view-all {
        position: relative;
    }

    .sel-itemsContainer{
        position: relative !important;
    }
}
.sel-itemsContainer.sel-itemsList-top {
    position: relative;
}
.modal-content {
  position: absolute;
  left: 25.5%;
  top: 40%;
  background-color: white;
  min-height: 50vh;
  min-width: 50vw;
  z-index: 10;
  padding: 2.5rem;
  max-width: 50%;
}
.modal-content.hidden {
    display: none;
  }
.product-container .recharge-subscription-widget + .recharge-block {
  display: none;
}
.recharge-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
modal-element.overlay {
    min-height: 100vh;
    min-width: 100vw;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
  }
.modal-close {
  position: absolute;
  left: 95%;
  top: 5%;
}
.modal-trigger {
  color: #424547;
  text-decoration: underline;
}
quickbuy-drawer .product-drawer-content {
    overflow: hidden;
  }
quickbuy-drawer .product-drawer-content .product-drawer__content-header::after {
        border-bottom: 1px solid #d9d9d9;
      }
.product-drawer {
  --gutter: 40px;
}
@media screen and (max-width: 768px) {
.product-drawer {
    --gutter: 20px
}
  }
.product-drawer{

  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  transition: transform 0.3s ease;
  transform: translateX(0%);
  z-index: 1000;
}
.product-drawer.open {
    transform: translateX(0);
  }
.product-drawer.hidden {
    transform: translateX(100%);
    transition: 0.5s all ease;
  }
.product-drawer__content {
    padding: 40px;
    position: relative;
  }
@media screen and (max-width: 768px) {
.product-drawer__content {
      padding: 20px
  }
    }
.product-drawer__content-header {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-bottom: 28px;
    margin-bottom: 32px;
    text-transform: capitalize;
  }
@media screen and (max-width: 768px) {
.product-drawer__content-header {
      position: absolute;
      right: var(--gutter);
      margin-top: 0px;
      z-index: 1000
  }
      .product-drawer__content-header::after {
        display: none;
      }
    }
.product-drawer__content-header::after {
      content: '';
      height: 1px;
      width: calc(100% + var(--gutter) * 2);
      border-bottom: 1px solid #d9d9d9;
      position: absolute;
      left: calc(var(--gutter) * -1);
      bottom: 0px;
    }
.product-drawer__content-info {
    border-bottom: 2px dotted #a7a7a7;
    display: grid;
    grid-template-columns: 30% auto;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
@media screen and (max-width: 768px) {
.product-drawer__content-info {
      margin-bottom: 20px;
      padding-bottom: 20px
  }
    }
.product-drawer__close {
    cursor: pointer;
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
  }
.product-drawer__close svg {
      width: 100%;
      height: 100%;
    }
.product-drawer__view-details {
    text-align: center;
    text-decoration: underline;
  }
.product-drawer__view-details.hidden {
      display: none;
    }
.product-drawer .info__content {
      position: relative;
      width: 92%;
    }
.product-drawer .info__content h2 {
        font-size: 16px;
        font-weight: 600;
        color: #424547;
        margin-bottom: 0;
      }
.product-drawer .info__content p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
      }
.product-drawer .product-form {
    margin-top: 0px;
    padding: 0px;
    box-shadow: none;
  }
.product-drawer .product-form product-meta {
      margin: 0px;
      position: absolute;
      right: 0px;
    }
.product-drawer .shopify-payment-button {
    display: none;
  }
.product-drawer .product-form__delivery-wrapper {
    display: none;
  }
.product-drawer .product-drawer-form-container {
    position: relative;
  }
.product-drawer .product-drawer-form-container .bundled-variants {
      border-bottom: 2px dotted #a7a7a7;
      padding-top: 0rem;
    }
.product-drawer .product-drawer-form-container .fake-product-form .bundled-variants__list {
      border: 0px;
    }
.product-drawer .product-drawer-form-container .fake-product-form .bundled-variants__list.flex-reverse {
        display: flex;
        flex-direction: row-reverse;
      }
.product-drawer .product-drawer-form-container .fake-product-form .bundled-variants {
      border-top: none;
    }
.product-drawer .product-drawer-form-container .price-list {
      display: none;
    }
.product-drawer .product-drawer-form-container .price-per-kg {
      display: none;
    }
@media screen and (max-width: 999px) {
    .product-drawer-form-container .product-form {
      box-shadow: none;
    }

    .product-drawer-form-container .product-drawer .product-form {
      margin-top: 1.875rem;
    }
}
@media screen and (max-width: 768px) {
  .product-drawer {
    position: fixed;
    right: 0;
    top: unset;
    bottom: 0;
    left: -100%;
    width: 100vw;
    height: 70%;
    max-height: max-content;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    transform: translateX(100%);
    z-index: 1000;
    overflow-y: auto;
    transition: 0.5s all ease;
    border-top-left-radius: var(--block-border-radius);
    border-top-right-radius: var(--block-border-radius);
  }
    .product-drawer.hidden {
      transform: translateX(-100%);
      transition: 0.5s all ease;
    }

  .product-drawer-form-container .fake-product-form .bundled-variants {
    border-top: 0;
  }

  .product-drawer-form-container .bundled-variants {
    padding-top: 0;
  }

  .product-drawer-meta__info {
    top: 0;
  }

  .product-drawer .product-form {
    margin-top: 0; /*1.875rem;*/
    padding: 0;
  }
}
/* @import-glob './sections/*.css'; */
/* Global ? WIP */
/* empty */
/**
   * --------------------------------------------------------------------
   * GENERAL CUSTOMERS
   * --------------------------------------------------------------------
   */
.account__block-list {
    display: grid;
    grid-row-gap: 24px;
    row-gap: 24px;
  }
.account__block-item:empty {
    display: none;
  }
.account__back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    z-index: 1;
  }
[dir="ltr"] .account__back-button svg {
    margin-right: 14px;
  }
[dir="rtl"] .account__back-button svg {
    margin-left: 14px;
  }
@media screen and (min-width: 741px) {
    .account__block-list {
      row-gap: 32px;
    }
  }
@media screen and (min-width: 1000px) {
    [dir="ltr"] .account__back-button {
      left: var(--container-outer-width);
    }
    [dir="rtl"] .account__back-button {
      right: var(--container-outer-width);
    }
    .account__back-button {
      position: absolute;
      margin-top: 48px;
    }
  }
/* Main account */
.account__order-table-item:hover .link--animated::after {
    transform: scale(1);
    transform-origin: var(--transform-origin-start);
  }
.repeat-order--wrapper {
    position: relative;
    top: -0.5rem;
  }
.account__order-list-item + .account__order-list-item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgb(var(--border-color));
  }
.account__order-item-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px 64px;
    gap: 24px 64px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
.account__order-item-block .heading {
    margin-bottom: 8px;
  }
/* Order details */
@media screen and (max-width: 740px) {
    [dir="ltr"] .account--order .page-header {
      text-align: left;
    }
    [dir="rtl"] .account--order .page-header {
      text-align: right;
    }
    .account--order .page-header {
      /* Small exception */
    }
  }
@media screen and (min-width: 741px) {
    .account__order-addresses .account__addresses-list {
      margin-top: 24px;
    }
  }
/* Addresses */
.account__addresses-list {
    display: grid;
    border: 1px solid rgb(var(--border-color));
  }
.account__address {
    display: flex;
    flex-direction: column;
    padding: 30px;
    min-height: 200px;
  }
.account__address--auto {
    min-height: 0 !important;
  }
.account__address:not(:first-child) {
    border-top: 1px solid rgb(var(--border-color));
  }
.account__address--empty {
    justify-content: center;
    align-items: center;
  }
.account__address--empty svg {
    margin-bottom: 16px;
  }
.account__address-details {
    margin-top: 10px;
  }
.account__address--empty {
    background: rgb(var(--secondary-background));
  }
.account__address-actions {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    grid-gap: 20px;
    gap: 20px;
    margin-top: auto;
    padding-top: 10px;
  }
@media screen and (min-width: 741px) {
    .account__addresses-list {
      border: none;
      grid-template-columns: repeat(auto-fit, 50%);
      justify-content: flex-start;
    }

    [dir="ltr"] .account__address {
      border-right: 1px solid rgb(var(--border-color));
    }

    [dir="rtl"] .account__address {
      border-left: 1px solid rgb(var(--border-color));
    }

    .account__address {
      border-top: 1px solid rgb(var(--border-color));
      border-bottom: 1px solid rgb(var(--border-color));
    }
  }
@media screen and (min-width: 741px) and (max-width: 999px) {
    .account__address:nth-child(2n) ~ .account__address {
      border-top: none;
    }

    [dir="ltr"] .account__address:nth-child(2n + 1) {
      border-left: 1px solid rgb(var(--border-color));
    }

    [dir="rtl"] .account__address:nth-child(2n + 1) {
      border-right: 1px solid rgb(var(--border-color));
    }
  }
@media screen and (min-width: 1000px) {
    .account__addresses-list:not(.account__addresses-list--wide) {
      grid-template-columns: repeat(auto-fit, 33.33333%);
    }

    .account__address:nth-child(3n) ~ .account__address {
      border-top: none;
    }

    [dir="ltr"] .account__address:nth-child(3n + 1) {
      border-left: 1px solid rgb(var(--border-color));
    }

    [dir="rtl"] .account__address:nth-child(3n + 1) {
      border-right: 1px solid rgb(var(--border-color));
    }
  }
/* MOBILE MENU */
.mobile-toolbar .mobile-toolbar__item {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 11px;
    gap: 10px;
  }
.mobile-toolbar .mobile-toolbar__item img {
    max-width: 32px;
  }
@media screen and ( max-width: 370px ) {
    .mobile-toolbar {
     flex-direction: column;
    }

    .mobile-toolbar .mobile-toolbar__item {
      width: 100%;
      padding: 0 22px;;
    }

  }
/* CUSTOMER ACCOUNT LOGIN, REGISTER AND RECOVERY */
.account__block-item .input__field, #recover-form-container .input__field {
    box-shadow: 2px 2px #0000001a;
    height: 60px;
    padding: 16px 18px;
  }
.account__block-item .input__label, #recover-form-container .input__label {
    top: calc((60px / 2) - .5em);
  }
.account__block-item #customer_login .form__secondary-action {
    margin-top: var(--form-submit-margin);
  }
.account__block-item .input__field-link {
    font-size: var(--base-font-size);
    line-height: 24px;
  }
#login-form-container .page-header__text-wrapper, #recover-form-container .page-header__text-wrapper, #register-form-container .page-header__text-wrapper {
    margin-top: 50px;
    margin-bottom: 32px;
  }
#login-form-container .page-header__text-wrapper .heading, #recover-form-container .heading, #register-form-container .heading {
    text-transform: uppercase;
  }
.page-header__text-wrapper .account__instructions {
    font-size: 18px;
    line-height: 24px;
  }
#login-form-container .page-content, #recover-form-container .page-content, #register-form-container .page-content {
    margin-bottom: 50px;
  }
.accepts-marketing {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
  }
.accepts-marketing__field {
    /* position: absolute;
    overflow: hidden;
    min-height: 0px !important;
    opacity: 0;
    top: 5px;
    left: 1px;
    pointer-events: none; */
    margin-top: 5px;
  }
.accepts-marketing__field:focus {
    opacity: 1;
  }
.accepts-marketing__field:checked+label:after {
    position: absolute;
    left: 4px;
    top: 8px;
    content: "";
    width: 8px;
    height: 6px;
    background-position: center center;
    background-size: 9px;
    background-repeat: no-repeat;
    background-image: url(tick.svg);
  }
/* .accepts-marketing label {
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 23px;
  } */
.accepts-marketing__field:checked+label:before {
    background: #5D9158;
  }
.pet-type-select-items.hidden {
    display: none;
  }
.validate-select-wrapper {
    display: none;
    color: red;
  }
.pet-type-select-items div {
    padding: 18px;
    font-size: 16px;
    letter-spacing: 0;
    color: #262626;
    user-select: none;
  }
.pet-type.same-as-selected {
    position: relative;
    background-position: center right;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url(tick-black.svg);
    background-position-x: 96%;
  }
.pet-type-select-items div:hover {
    background-color: #FAFAFA;
  }
.pet-type-select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #d9d9d9;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
.select-wrapper {
    position: relative;
    user-select: none;
    margin-top: var(--form-input-gap);
  }
.select-pet-type {
    box-shadow: 2px 2px #0000001a;
    border: 1px solid rgba(var(--text-color), .15);
    color: #6C757D;
    line-height: 24px;
    position: relative;
    padding: 18px;
    font-size: 16px;
    letter-spacing: 0;
    width: 100%;
    border-radius: 5px;
  }
.select-pet-type::after {
    content: "";
    background: url(arrow-down.svg) center center/cover no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 7px;
    pointer-events: none;
    transition: transform 0.2s;
  }
.select-pet-type.select-arrow-active::after {
    transform: translateY(-50%) rotate(180deg);
  }
@media screen and (min-width: 741px) {
    #login-form-container .page-header__text-wrapper, #recover-form-container .page-header__text-wrapper, #register-form-container .page-header__text-wrapper {
      margin-top: 80px;
    }

    #login-form-container .page-content, #recover-form-container .page-content, #register-form-container .page-content {
      margin-bottom: 80px;
      margin-top: 32px;
    }

  }
/* CUSTOMER ACCOUNT - ORDERS */
.account--wrapper {
    display: flex;
    /* grid-template-rows: auto auto; */
    padding: 20px;
    gap: 60px;
    flex-direction: column-reverse;
  }
.account--wrapper #account-menu-sidebar {
    border-radius: 8px;
    box-shadow: 2px 2px #0000001a;
    width: 100%;
  }
.account.account--addresses {
    width: 100%;
  }
.page-header--wrapper .heading {
    text-transform: uppercase;
  }
.page-header--wrapper .heading .bubble-count {
    bottom: 10px;
  }
.order-content--orders .heading .bubble-count, .address-content--addresses .heading .bubble-count {
    bottom: 7px;
  }
.order-content--wrapper .page-header--wrapper, .address-content--wrapper .page-header--wrapper {
    margin-bottom: 32px;
  }
#account-menu-sidebar {
    max-height: 282px;
    padding: 0px 20px;
  }
#account-menu-sidebar .account-navigation {
    height: 100%;
  }
#account-menu-sidebar .account-navigation ul {
    list-style: none;
    padding-left: 0px;
    padding: 16px 0px;
  }
#account-menu-sidebar .account-navigation ul li {
    position: relative;
  }
#account-menu-sidebar .account-navigation ul li a:after {
    content: "";
    background: url(chevron-right.svg) center center/cover no-repeat;
    position: absolute;
    width: 6px;
    height: 12px;
    top: 10px;
    right: 0;
  }
#account-menu-sidebar .account-navigation ul li a{
    border-bottom: 2px dashed #A7A7A7;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    column-gap: 12px;
    display: flex;
    align-items: center;
  }
#account-menu-sidebar .account-navigation ul li a.current_page{
    color: #5D9158;
  }
#account-menu-sidebar .account-navigation ul li:last-child a {
    border-bottom: none;
    margin-bottom: 0px;
  }
#account-menu-sidebar .account-navigation ul li a {
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--heading-font-family);
  }
#account-menu-sidebar .account-navigation ul li a img{
    max-width: 32px;
  }
#account-menu-sidebar .account-navigation ul li a span {
    width: 32px;
    height: 32px;
  }
.account__orders-table {
    table-layout: auto;
  }
.account__orders-table .heading {
    text-transform: uppercase;
    word-break: break-word;
  }
.repeat-order--wrapper {
    padding-left: 0px !important;
    padding-top: 0px !important;
  }
.repeat-order--wrapper a {
    text-decoration: none !important;
  }
.account__order-table-item .form__submit {
    padding: 20px;
    margin-top: 24px;
    line-height: normal;
  }
.account__order-table-item  td a {
    text-decoration: underline;
    text-underline-position: under;
  }
.account__orders-table {
    display: none;
  }
.account__orders-list .account__order-item-name {
    font-size: 18px;
    line-height: 22px;
  }
.account__orders-list .account__order-item-block .heading, .account__order-details .line-item-table .heading {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
  }
.account__orders-list .account__order-item-block span {
    font-size: 16px;
    line-height: 24px;
  }
.account--order-list .page-content {
    margin-bottom: 0px;
  }
.account__orders-list .order-details--button {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    background-image: linear-gradient(178deg, rgb(255,255,255,0), #e9e9e9 10%, #00000012 10% 100%), linear-gradient(#fef6e7, #fef6e7);
  }
.account__orders-list .repeat-order--button {
    width: 100%;
    font-size: 16px;
  }
@media screen and (min-width: 1000px) {
    .account__orders-table {
      --table-spacing: 16px;
    }
  }
@media screen and (min-width: 1200px) {
    .order-content--wrapper .page-header--wrapper,  .address-content--wrapper .page-header--wrapper {
      margin-bottom: 50px;
    }

    .account__orders-list {
      display: none;
    }

    .account__orders-table {
      display: table;
    }

    .account--wrapper {
      padding: 80px 70px;
      column-gap: 70px;
      flex-direction: row;
    }

    .mobile-toolbar {
      display: none;
    }

    .account--wrapper #account-menu-sidebar {
      max-width: 295px;
    }
  }
/* INDIVIDUAL ORDERS PAGES */
.account__back--button {
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    font-family: var(--heading-font-family);
  }
.account__back--button svg {
    display: inline-block;
    margin-right: 10px;
    vertical-align: inherit;
  }
.account--order .page--header {
    margin-bottom: 32px;
  }
.account__order-details .line-item-table tr th:nth-child(2) .heading {
    text-align: center;
  }
.account__order-details .line-item-table tr th:nth-child(3) .heading {
    text-align: end;
  }
.account--order .line-item__info .product-item-meta__title, .account--order .line-item__info .product-item-meta__price-list-container .price {
    font-weight: 600;
  }
.account--order .account__order-addresses .account__address .heading {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
  }
.account--order .account__order-addresses .account__address {
    border-radius: 8px;
  }
.line-item__discount-list+.line-item__quantity {
    font-size: 16px;
    line-height: 24px;
  }
.account__addresses-list {
    border-radius: 8px;
  }
.account--wrapper.account--order {
    gap: 20px;
  }
.account__address-details p {
    font-size: 16px;
    line-height: 24px;
  }
.account--order .container {
    padding: 0px;
  }
#account-links-popover .popover__choice-item img {
    margin-right: 10px;
    max-width: 32px;
  }
@media screen and (min-width: 740px) {
    .account--order .page--header {
      margin-bottom: 50px;
    }
    .account--order .account__order-addresses  .heading {
      font-size: 30px;
      line-height: 34px;
      text-transform: uppercase;
    }
    .account--order .container {
      padding: 24px;
    }
  }
/* CUSTOMER ACCOUNT - ADDRESSES */
.account__address .account__address-title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
  }
.account__address .account__address-actions .link {
    font-size: 16px;
    line-height: 24px;
  }
.account--addresses .page-content {
    margin-left: 0px;
    margin-right: 0px;
  }
/* CUSTOMER REGISTER */
.customer-accepts-marketing__checkbox {

    appearance: none;
    -webkit-appearance: none;
    display: grid;
    place-content: center;
    align-content: center;
    justify-content: center;
    font-size: 1rem;
    border: 1px solid #D9D9D9;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    top: 16px;
    z-index: 10;

  }
.customer-accepts-marketing__checkbox:before {
      content: "";
      width: 16px;
      height: 16px;
      border-radius: 2px;
      left: 0;
      top: 16px;
      background-color: white;
      border: 1px solid #D9D9D9;
      box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.10);
    }
.customer-accepts-marketing__checkbox:checked:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_42144_15923)'%3E%3Crect width='16' height='16' rx='2' fill='%235D9158'/%3E%3C/g%3E%3Cpath d='M4 8.42857L6.28571 10.7143L12 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_42144_15923' x='0' y='0' width='20' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='4' dy='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_42144_15923'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_42144_15923' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");      height: 16px;
      border-radius: 2px;
      background-repeat: no-repeat;
      border: 0;
    }
.slideshow {
  --slideshow-min-height: 0;

  display: block;
  position: relative;
}
.slideshow .button-group__wrapper .button {
      border: solid 2px #000;
      border-radius: 0.3125rem;
    }
.slideshow--small {
  --slideshow-min-height: 120vw;
}
.slideshow--medium {
  --slideshow-min-height: 133vw;
}
.slideshow--large {
  --slideshow-min-height: 160vw;
}
.slideshow--fit {
  --slideshow-min-height: calc(
    var(--window-height) - var(--header-height, 0px) *
      (-1 * (var(--enable-transparent-header) - 1)) -
      var(--announcement-bar-height, 0px)
  );
}
@supports (min-height: 100svh) {
  .slideshow--fit {
    --slideshow-min-height: calc(
      100svh - var(--header-height, 0px) *
        (-1 * (var(--enable-transparent-header) - 1)) -
        var(--announcement-bar-height, 0px)
    );
  }
}
.slideshow,
.slideshow__slide-list,
.slideshow__slide,
.slideshow__slide-inner {
  min-height: var(--slideshow-min-height);
}
.slideshow .button, .slideshow__slide-list .button, .slideshow__slide .button, .slideshow__slide-inner .button {
    border: solid 2px #000;
    border-radius: 0.3125rem;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.10);
  }
.slideshow__slide {
  position: relative;
  display: block;
  z-index: 1;
}
.slideshow__slide:not(:only-child) {
  cursor: grab;
  user-select: none;
}
.slideshow__slide[hidden] {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.slideshow__slide:not(:only-child) .slideshow__text-wrapper--bottom {
  padding-bottom: calc(var(--vertical-breather) + 30px);
}
.slideshow__slide-inner {
  position: relative;
  display: flex;
  align-items: var(--section-blocks-alignment);
  width: 100%;
  height: 100%;
}
.slideshow__slide-inner::before {
  content: "";
  display: block;
  padding-bottom: calc(100 / var(--mobile-image-aspect-ratio) * 1%);
  width: 0;
}
.slideshow__image-wrapper {
  overflow: hidden;
}
[dir="ltr"] .slideshow__image-wrapper,
[dir="ltr"] .slideshow__image {
  left: 0;
}
[dir="rtl"] .slideshow__image-wrapper,
[dir="rtl"] .slideshow__image {
  right: 0;
}
.slideshow__image-wrapper,
.slideshow__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.slideshow__image {
  object-fit: cover;
  object-position: center;
}
.slideshow__image--placeholder {
  width: auto;
  background: rgb(var(--secondary-background));
}
[dir="ltr"] .slideshow__image-wrapper::before {
  left: 0;
}
[dir="rtl"] .slideshow__image-wrapper::before {
  right: 0;
}
.slideshow__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(
    var(--section-blocks-overlay-color),
    var(--section-blocks-overlay-opacity)
  );
  pointer-events: none;
  z-index: 1;
}
/* When the text is aligned at the top, we should add extra space if the header is transparent to avoid it to collide */
@supports (width: max(1px, 2px)) {
  .slideshow__text-wrapper--top {
    padding-top: max(
      var(--vertical-breather),
      calc((var(--header-height) + 25px) * var(--enable-transparent-header))
    );
  }
}
@media screen and (min-width: 1000px) {
  @supports (width: max(1px, 2px)) {
    .slideshow__text-wrapper--top {
      padding-top: max(
        var(--vertical-breather),
        calc((var(--header-height) + 40px) * var(--enable-transparent-header))
      );
    }
  }
}
/* Navigation (progress bar) */
@keyframes slideshowProgressBarAnimation {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}
.slideshow__nav {
  display: flex;
  position: absolute;
  justify-content: center;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.slideshow__progress-bar {
  position: relative;
  flex-basis: 48px;
  padding: 18px 0;
  margin: 0 8px;
  pointer-events: auto;
}
[dir="ltr"] .slideshow__progress-bar::before,
[dir="ltr"] .slideshow__progress-bar::after {
  left: 0;
}
[dir="rtl"] .slideshow__progress-bar::before,
[dir="rtl"] .slideshow__progress-bar::after {
  right: 0;
}
.slideshow__progress-bar::before,
.slideshow__progress-bar::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: calc(50% - 1px);
  background: rgba(var(--progress-bar-color), 0.5);
  transition: background 0.2s ease-in-out;
}
.slideshow__progress-bar::after {
  transform-origin: var(--transform-origin-start);
  transform: scaleX(0);
  background: rgb(var(--progress-bar-color));
}
.slideshow__progress-bar[aria-current="true"]::after {
  animation: slideshowProgressBarAnimation var(--section-autoplay-duration)
    linear;
  animation-play-state: var(--section-animation-play-state, paused);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 741px) {
  .slideshow--small {
    --slideshow-min-height: 70vw;
  }

  .slideshow--medium {
    --slideshow-min-height: 90vw;
  }

  .slideshow--large {
    --slideshow-min-height: 105vw;
  }
}
@media screen and (min-width: 1000px) {
  .slideshow--small {
    --slideshow-min-height: 42vw;
  }

  .slideshow--medium {
    --slideshow-min-height: 48vw;
  }

  .slideshow--large {
    --slideshow-min-height: 54vw;
  }

  .slideshow__slide--split .slideshow__image-wrapper {
    width: 50%;
  }

  [dir="ltr"] .slideshow__slide--split .slideshow__image-wrapper--secondary {
    left: calc(50% - 1px);
  }

  [dir="rtl"] .slideshow__slide--split .slideshow__image-wrapper--secondary {
    right: calc(50% - 1px);
  }

  .slideshow__slide--split .slideshow__image-wrapper--secondary {
    /* The -1px allows to take into account the potential approximation rounding that browsers do */
    width: calc(50% + 1px);
  }

  .slideshow__slide-inner::before {
    padding-bottom: calc(100 / var(--image-aspect-ratio) * 1%);
  }

  /* Navigation (progress bar) */

  .slideshow__nav {
    bottom: 23px;
  }

  .slideshow__progress-bar {
    flex-basis: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .slideshow--small {
    --slideshow-min-height: 38vw;
  }

  .slideshow--medium {
    --slideshow-min-height: 40vw;
  }

  .slideshow--large {
    --slideshow-min-height: 48vw;
  }
}
.promo-text .container {
        display: flex;
        justify-content: center;
    }
.promo-text__item {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        font-family: var(--heading-font-family);
        line-height: 1;
        flex: 1;
        overflow-y: hidden;
}
.promo-text__content {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }
@media screen and (max-width: 768px) {



        .promo-text .container {
            flex-direction: column;
            gap: 0.3125rem;
            padding-left: 60px;
        }

        .promo-text__item:nth-child(3) {
            position: relative;
            left: -30px;
        }

        .promo-text__wrapper {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 1.25rem;
        }

        .promo-text__content {
            font-size: 24px;
        }
    }
/* Promo Text & Icons Alignment: START */
@media screen and (max-width: 768px) {
    .promo-text .container {
        padding-left: 20px;
    }
    .promo-text .promo-text__item:nth-child(3) {
        position: unset;
    }
}
@media screen and (max-width: 575px) {
    .promo-text .promo-text__item {
        justify-content: flex-start;
    }
}
/* Promo Text & Icons Alignment: END */
.visual-cta__wrapper {
        display: flex;
        justify-content: center;
        gap: 24px;
        margin-top: 20px;

    }
.visual-cta__item {
        min-width: 600px;
        flex-grow: 1;
        border-radius: 8px;
    }
.visual-cta__item img {
            object-fit: cover;
            width: 100%;
            border-radius: 8px;
        }
@media screen and (max-width: 768px) {
    .visual-cta {

        display: flex;
        justify-content: center;
    }
        .visual-cta__wrapper {
            flex-direction: column;
        }

        .visual-cta__item {
            min-width: 350px;
            border-radius: 8px;
        }
}
.product-info__container {
  display: flex;
  gap: 5rem;
  min-height: 30rem;
  margin-bottom: 5rem;
  margin-top: 5rem;
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1640px;
  margin-inline: auto;
  scroll-behavior: smooth;
}
#product-info {
  scroll-margin-top: 15.875rem;
  display: flex;
  justify-content: center;
  align-items: start;
}
.product-tabs {
  padding-bottom: 20px;
}
.product-tabs__section {
    flex: 1;
  }
.product-tabs__item {
    text-align: left;
  }
.product-tabs__item-title {
      flex: 1;
      text-align: center;
      margin: 0;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 16px;
      display: flex;
      flex-direction: column;
      padding-bottom: 1.25rem;
      padding-right: 20px;
      min-width: fit-content;
    }
.product-tabs__item-title:not(.active) {
        color: #686868;
        transition: 0.5 all ease;
      }
.product-tabs__item-title.active {
        border-bottom: 2px solid #424547;
      }
.product-tabs__item.hidden {
      display: none;
    }
.product-tabs__item--mobile .metafield-rich_text_field li,
        .product-tabs__item--mobile .metafield-rich_text_field p {
          font-family: var(--text-font-family);
        }
.product-tabs__item--mobile .metafield-rich_text_field{
        display: none;
}
.product-tabs__content {
    padding-top: 1.25rem;
  }
.product-tabs__header {
    display: flex;
    justify-content: center;
    width: fit-content;
  }
.product-tabs__header-wrapper {
      border-bottom: 1px solid #c8c5c5;
    }
.product-tabs .icon {
    display: none;
  }
.product-composition {
  flex: 1;
  background-color: #fef6e7;
  min-height: 100%;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  /* max-height: 26.875rem; */
  max-width: 480px;
}
.visual-composition__content {
    min-width: 280px;
    text-align: center;
    padding-top: 1.875rem;
    overflow: hidden;
  }
.visual-composition__image-group {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
.visual-composition__image-group img {
      width: 100%;
    }
.visual-composition__image-group p {
      font-size: 16px;
      line-height: 24px;
      margin: 0;
    }
.visual-composition__image-group .text--lily {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 4px;
    }
.visual-composition__title {
    display: flex;
    flex-direction: column;
    font-size: 20px;
  }
.visual-composition__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
.visual-composition__item img {
      width: 100px;
      height: 100px;
    }
.visual-composition__key-ingredients {
    padding-top: 1.25rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
  }
.visual-composition__key-ingredients h5 {
      width: 85%;
      font-size: 16px;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.75rem;
      font-family: var(--heading-font-family);
      color: #424547;
    }
.visual-composition__key-ingredients h5::after {
        content: '';
        display: block;
        min-height: 1px;
        flex-grow: 1;
        border-bottom: 1px dashed;
        color: #000;
      }
.visual-composition__key-ingredients h5::before {
        content: '';
        display: block;
        min-height: 1px;
        flex-grow: 1;
        border-bottom: 1px dashed;
        color: #000;
      }
.visual-composition__key-ingredients-image {
      width: 85%;
      margin: 25px auto 50px;
      display: flex;
      column-gap: 1.25rem;
      justify-content: space-around;
    }
.visual-composition__key-ingredient-name {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
.visual-composition__key-ingredient-name h3 {
        padding: 0;
        margin: 0;
      }
.visual-composition--light {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }
.visual-composition--strong {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    font-family: var(--heading-font-family);
    color: #424547;
    margin-top: 10px;
  }
.product-tabs--desktop .product-tabs__content .product-tabs__item {
  display: block;
}
.product-tabs--mobile .product-tabs__content .product-tabs__item {
  display: none;
}
.product-tabs--mobile .product-tabs__content .product-tabs__item[x-show='true'] {
  display: block;
}
.product-tabs__item-title {
  font-family: var(--heading-font-family);
}
.product-tabs__header .product-tabs__item-title:not(:last-of-type) {
  margin-right: 20px;
}
.product-tabs__item-title.active {
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .product-info__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .product-composition {
    box-shadow: none;
    border-radius: 0;
  }

  .product-tabs__item-title:not(.active) {
    color: #424547;
  }

  .product-tabs__header .product-tabs__item-title:not(:last-of-type) {
    margin-right: 0;
  }

  .product-composition {
    min-width: 100%;
    position: relative;
    /* top: -50px; */
    box-shadow: none;
  }
  .product-tabs {
    padding-bottom: 0;
  }
      .product-tabs__item-title {
        position: relative;
        padding-top: 1.5rem;
        padding-inline: 20px;
        text-align: left;
      }

        .product-tabs__item-title .metafield-rich_text_field {
          display: block;
          text-transform: none;
          text-align: left;
          font-weight: 400;
          font-size: 16px;
          padding-top: 1.5rem;
        }

          .product-tabs__item-title .metafield-rich_text_field strong {
            font-weight: 700;
            font-size: 24px;
          }

          .product-tabs__item-title .metafield-rich_text_field ul {
            padding: 0.9375rem;
          }

        .product-tabs__item-title .icon {
          display: block;
        }

        .product-tabs__item-title .icon--plus {
          position: absolute;
          right: 20px;
          transform: translateY(10px);
          top: 23px;
          /* top: 50%;
                    transform: translateY(-25%); */
        }
        .product-tabs__item-title .icon--minus {
          position: absolute;
          right: 20px;
          transform: translateY(10px);
          display: none;
        }

        .product-tabs__item-title.active {
          border-bottom: 1px solid #d9d9d9;
        }

          .product-tabs__item-title.active .product-tabs__item--mobile {
            display: block;
          }

          .product-tabs__item-title.active .icon--plus {
            display: none;
          }

          .product-tabs__item-title.active .icon--minus {
            display: block;
          }

        .product-tabs__item-title:not(.active) {
          border-bottom: 1px solid #d9d9d9;
        }

      .product-tabs__item .metafield-rich_text_field {
        display: none;
      }

    .product-tabs__content {
      padding-top: 0;
    }

    .product-tabs__header {
      width: unset;
      max-width: unset;
      display: flex;
      flex-direction: column;
      border-bottom: none;
    }

      .product-tabs__header-wrapper {
        border-bottom: none;
      }

    .product-tabs__section {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
    }

  .product-info__container {
    flex-direction: column;
    align-items: flex-start;
    min-height: unset;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    margin-bottom: 0;
    margin-top: 0;
  }

    .product-info__container .container {
      padding: 0;
      margin: 0;
    }

  #product-info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
    .visual-composition__key-ingredients-image {
      max-width: 400px;
      padding-inline: 20px;
    }
      .visual-composition__item img {
        width: 80px;
        height: 80px;
      }
      .visual-composition__image-group img {
        margin-bottom: 4px;
      }
}
.bundled-variants__list {
    display: flex;
    column-gap: 0.75rem;
    row-gap: 0.75rem;
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    border-bottom: 2px dotted #a7a7a7;
    padding-bottom: 32px;
    margin-top: 8px;
  }
.bundled-variants__item {
    position: relative;
    text-align: center;
    /* max-width: 13rem; */
    background: rgba(0, 0, 0, 0.01);
    border: solid 2px #424547;
    font-size: 16px;
    border-radius: 0.3125rem;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    flex: 1;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 32px;
    color: #424547;
  }
.bundled-variants__item::after {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: var(--button-border-radius);
      opacity: 0;
      transform: scale(0.9);
      transition: opacity 0.2s ease, transform 0.2s ease;
    }
.bundled-variants__item span {
      white-space: nowrap;
      line-height: 22px;
    }
.bundled-variants__item p {
      padding: 0;
      margin: 0;
    }
.bundled-variants__item:hover {
      background-color: #5d9158;
      color: #fff;
    }
.bundled-variants__item:hover .savings {
        color: #fff;
      }
.bundled-variants__item .hidden {
      display: none;
    }
.bundled-variants__item .savings {
      color: #5d9158;
    }
.bundled-variants__item.active {
      background-color: #5d9158;
      color: #fff;
    }
.bundled-variants__item.active.is-disabled {
        background: transparent;
      }
.bundled-variants__item.active .savings {
        color: #fff;
      }
.bundled-variants__item.is-disabled {
      background: transparent;
      color: #000;
      font-weight: 600;
      pointer: none;
      pointer-events: none;
    }
.bundled-variants__item.is-disabled .savings {
        color: #5d9158;
      }
.bundled-variants__item.is-disabled::after {
        background: linear-gradient(
            to bottom right,
            transparent calc(50% - 1px),
            rgb(var(--text-color)) 50%,
            transparent calc(50% + 1px)
          )
          no-repeat;
        opacity: 1;
        transform: scale(1);
      }
.bundled-variants__item--recharge {
    padding: 0;
  }
.bundled-variants__item--recharge a {
      padding: 12px 32px;
      width: 100%;
    }
.multi-sku-variant {
  margin-top: 2rem;
  display: block;
}
.multi-sku-variant__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.multi-sku-variant__item a {
  display: flex;
  gap: 12px;
}
.multi-sku-variant__item a:hover .multi-sku-variant__item-title {
      text-decoration: underline;
    }
.multi-sku-variant__item-title,
.multi-sku-variant__price {
  font-weight: 700;
}
.multi-sku-variant__details {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.price-list {
  font-weight: 700;
  gap: 0.3125rem;
  flex: 0 0 auto;
}
.price-list__label {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Gill Sans Display MT Std';
  }
.price-per-kg {
  border-bottom: 2px dotted #a7a7a7;
  width: 100%;
  display: block;
  padding: 7px 0 16px 0;
  flex: 1 1 100%;
}
.delivery-message {
  text-align: center;
  font-weight: 600;
  color: #424547;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--heading-font-family);
}
.product-form__delivery-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px 0.9375rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .product-form__delivery-wrapper {
    flex-direction: column;
  }
}
.anchor-trigger {
  position: relative;
  top: 2px;
}
.bundled-variants__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(134px, 1fr));
  gap: 12px;
  width: 100%;
}
.bundled-variants__item a {
  display: flex;
  flex-direction: column;
}
.bundled-variants__item a span {
    font-family: var(--heading-font-family);
    font-weight: 600;
  }
.multi-sku-variant__quantity-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.multi-sku-variant__oos {
  padding: 2px 10px 0px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 5px;
  text-transform: uppercase;

  font-family: var(--heading-font-family);
  font-weight: 600;
}
.delivery-info {

    padding-bottom: 30px;

}
.delivery-info__wrapper {
        width: 70%;
        max-width: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }
.delivery-info__title-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
.delivery-info__title-content h3 {
            font-family: var(--heading-font-family);
            font-size: 30px;
            color: #424547;
            text-transform: uppercase;
            margin-bottom: 10px!important;
        }
@media screen and (max-width: 768px) {
        .delivery-info__wrapper {
            width: 100%;
            max-width: 100%;
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .delivery-info__wrapper.container {
            padding-left: 0;
            padding-right: 0;
         }

        .delivery-info__title-content {
           padding-left: 20px;
           padding-right: 20px;
        }
    }
.delivery-info__btn {
    margin: 30px auto 0;
}
.product-item__bundle-quickbuy .modal-content.hidden {
        display: none;
    }
.product-item__bundle-quickbuy .modal-content {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 9.375rem;
        background-color: white;
        min-height: unset;
        z-index: 10;
        padding: 2.5rem;
        left: 66%;
        max-width: 66%;

    }
.product-item__bundle-quickbuy .modal-content img {
            max-width: 6.25rem;
            max-height: 6.25rem;
        }
.product-item__bundle-quickbuy .modal-content .product-meta__quickbuy-image {
            display: flex;
            gap: 1.25rem;

        }
.product-item__bundle-quickbuy .modal-content .product-meta__price-list-container {
            border-bottom: 2px dashed #A7A7A7;
        }
.product-item__bundle-quickbuy .modal-content .product-meta__quickbuy-info {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;

            

        }
.product-item__bundle-quickbuy .modal-content .product-meta__quickbuy-info .price-list__label {
                font-size: 16px;
                font-weight: 600;
                font-family: 'Gill Sans Display MT Std';
            }
.product-item__bundle-quickbuy .modal-content .product-meta__quickbuy-info .price {
                font-size: 16px;
                font-weight: 600;
            }
.product-item__bundle-quickbuy .modal-content .product-meta__quickbuy-info .product-meta__quickbuy-product-title {
                font-weight: 600;
            }
.product-item__bundle-quickbuy .modal-content .product-meta__quickbuy-info .price-per-kg {
                border: 0;
            }
.product-item__bundle-quickbuy .modal-content .product-item__bundle-quickbuy-label {
            padding: 20px 60px;
            color: #424547;
            font-weight: 600;
            font-size: 16px;
            border-bottom: 1px solid #D9D9D9;
            position: relative;
            left: -2.5rem;
            min-width: 100vw;
        }
.product-item__bundle-quickbuy .modal-content .product-form {
            max-width: 40%;
        }
.quick-buy-btn {
    border: solid 2px #424547;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.7px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
    background-color: #5D9158;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.10);
    font-family: var(--heading-font-family);
    text-transform: uppercase;
}
quickbuy-drawer .bundled-variants__item:hover {
    background-color: transparent;
    color: inherit;
}
quickbuy-drawer .bundled-variants__item.active:hover {
    background-color: #5D9158;
    color: #fff;
}
.newsletter-form__field-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.newsletter-form__field-wrapper .field {
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }
@media screen and (min-width: 768px) {
.newsletter-form__field-wrapper .field {
            min-width: 400px
    }
        }
.newsletter-form__field-wrapper input {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        min-height: 62px;
        padding-top: 20px;
    }
.newsletter-form__field-wrapper select {
        min-height: 62px;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        -webkit-appearance: none;
        padding-top: 20px;
    }
.newsletter-form__field-wrapper .select-container {
        position: relative;
    }
.newsletter-form__field-wrapper .select-container select {
            width: 100%;
            border-bottom-width: 2px;
        }
.newsletter-form__field-wrapper .select-container::after {
            content: " ";
            background: url(arrow-down.svg) center center / cover no-repeat;
            position: absolute;
            right: 20px;
            top: calc(50% + 8px);
            transform: translateY(-50%);
            width: 13px;
            height: 7px;
            pointer-events: none;
            transition: transform 0.2s;
            display: block;
            opacity: 1;
        }
.newsletter-form__field-wrapper button {
        margin-top: 20px;
    }
.newsletter-form__field-wrapper button.large-spacing {
        margin-top: 32px;
    }
.newsletter-form__field-wrapper .accepts-marketing {
        margin-top: 32px;
    }
.newsletter-form__field-wrapper .accepts-marketing label {
            font-size: 16px;
            line-height: 1.5;
        }
textPath {
    font-size: 50px;
    font-family: var(--heading-font-family);
    font-weight: 600;
    text-transform: uppercase;
}
.marketing-form {
    min-height: 12.5rem;
    max-width: 25rem;
    margin: 0 auto;
    padding: 20px;
}
.newsletter-form__field-wrapper {
    position: relative;

}
.newsletter-form__field-wrapper.hide {
        display: none;
        min-height: 31.25rem;
    }
.newsletter-form__message--error {
    color: red;
}
.newsletter-form__message--success {
    color: green;

}
.newsletter-form__message--success .button {
        display: none;
    }
.newsletter-form__message {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.newsletter-form__message .button {
        display: none;
    }
.newsletter-form__message.newsletter-form__message--success {
    max-width: 310px;
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
}
.newsletter-form__message.newsletter-form__message--success .button {
        display: none;
    }
.newsletter-form__message small {
    line-height: 1.4;
}
.newsletter-form__message__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newsletter-form__message__container--success .button {
        display: none;
    }
/* Continue Shopping CTA: START */
.marketing-form .newsletter-form__message__container--success .button {
    display: block;
}
/* Continue Shopping CTA: END */
.purchase-options input[type="radio"] {
    display: none;
  }
.purchase-options label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    user-select: none;
  }
.purchase-options label::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
    top:-3px;
  }
.purchase-options input[type="radio"]:checked + label::before {
    border-color:  #5D9158;
    position: absolute;
      top: -3px;
  }
.purchase-options input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    left: 6px;
    width: 8px;
    height: 8px;
    background: #5D9158;
    border-radius: 50%;
    top: 3px;
  }
.purchase-option {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    transition: border-color 0.2s ease;
  }
.purchase-option.selected {
    border-color: #5D9158;
  }
.feefo-product-stars-widget path {
    fill: #424547 !important;
}
.feefo-product-stars-widget #decimal-star path {
            fill: #424547 !important;
        }
.multi-column-promo__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
        width: 100%;
        max-width: 1640px;
        margin: 0 auto;
    }
.multi-column-promo__item {
        /* flex-basis: 340px; */
        width: 100%;
        flex: 1;
    }
.multi-column-promo__item img {
            border-radius: 0.5rem;
            /* min-height: 12.6875rem;
            @media screen and (max-width: 1025px) {
                min-height: 9.6875rem;
            } */
        }
.multi-column-promo__content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        text-align: center;
    }
.multi-column-promo__content .heading {
            margin-bottom: 1rem;
        }
.multi-column-promo__content .content {
            margin-top: 0;
            font-size: 18px;
        }
.multi-column-promo__link {
        text-decoration: underline;
        font-size: 18px;
    }
.multi-column-promo__title {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 2.5rem;
    }
.multi-column-promo__image {
        position: relative;
        display: flex;
        justify-content: center;
    }
.multi-column-promo__image .button {
            position: absolute;
            bottom: 45px;
        }
@media screen and (max-width: 768px) {
            .multi-column-promo .multi-column-promo__image .button {

                max-width: 78%;
                line-height: 1;
                padding-top: 1.25rem;
                padding-bottom: 1.25rem;
            }

        .multi-column-promo .multi-column-promo__wrapper {
            flex-direction: column;
            gap: 24px;
        }

        .multi-column-promo .multi-column-promo__content {
            padding-bottom: 0;
        }
    }
@media screen and (min-width: 769px) and (max-width: 999px) {
        .multi-column-promo__wrapper {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
        }
    }
.custom-image-text__wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
.custom-image-text__wrapper h3 {
            font-family: 'Lily';
            font-weight: 400;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 40px;
        }
@media screen and (max-width: 1199px) {
.custom-image-text__wrapper h3 {
                font-size: 40px
        }
            }
.custom-image-text__wrapper img {
            max-width: 7.5rem;
        }
@media screen and (max-width: 999px) {
        .custom-image-text img {
            max-width: 3.25rem;
        }
}
@media screen and (min-width: 1199px) {
        .custom-image-text h3 {
            font-size: 63px;
        }
}
.shopify-email-marketing-confirmation__container a, 
.shopify-email-marketing-confirmation__container h1 {
    pointer-events: none;
    display: none;
}
.shopify-email-marketing-confirmation__container a.button {
    pointer-events: all;
    display: block;
    cursor: pointer;
    margin-top: 1rem;
}
.shopify-email-marketing-confirmation__container {
    text-align: center;
}
.shopify-email-marketing-confirmation__container p {
        padding: 0;
        margin: 0;
    }
/* Jamie TESTING - if style is missing uncomment to find which file needs included*/
/* @import "./sections/section-announcement-bar.css";
@import "./sections/section-blog-post-banner.css";

@import "./sections/section-collection-banner.css";
@import "./sections/section-collection-list.css";

@import "./sections/section-contact-form.css";

@import "./sections/section-footer.css";
@import "./sections/section-gallery.css";
@import "./sections/section-main-gift-card.css";

@import "./sections/section-header.css";
@import "./sections/section-image-with-text-block.css";
@import "./sections/section-image-with-text.css";
@import "./sections/section-logo-list.css";
@import "./sections/section-main-article.css";

@import "./sections/section-main-cart.css";
@import "./sections/section-main-search.css";
@import "./sections/section-mini-cart.css";
@import "./sections/section-multi-column.css";
@import "./sections/section-newsletter.css";

@import "./sections/section-press.css";
@import "./sections/section-product-content.css";
@import "./sections/section-promotion-blocks.css";
@import "./sections/section-shop-the-look.css";

@import "./sections/section-slideshow.css";

@import "./sections/section-store-availability.css";
@import "./sections/section-testimonials.css";
@import "./sections/section-text-with-icons.css";
@import "./sections/section-timeline.css";
@import "./sections/section-video.css"; */
@media (min-width: 768px){
    .md\:inline{
        display: inline;
    }
    .md\:hidden{
        display: none;
    }
}
