/* Brand Customizations */
:root {
  /* --font-body-family: "Barlow Condensed", sans-serif; */
  --font-body-family: "Lato", sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-semibold: 600;
  --font-body-weight-bold: 700;

  /* --font-heading-family: "Teko", sans-serif; */
  --font-heading-family: "Alfabet", sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 500;

  --font-body-scale: 0.9;
  --font-heading-scale: 1;

  --overlay-background: rgba(0, 0, 0, 0.7);

  --color-red: #e21c2b;
  --color-blue: #0080a9;
  --color-green: #1da416;
  --color-lt-green: #e8f6e7;
  --color-dk-green: #00796a;
  --color-dk-green: #00796a;
  --color-yellow: #ffb71b;
  --color-white: #fff;
  --color-grey1: #f2f2f2;
  --color-grey2: #e7e7e7;
  --color-grey3: #d9d9d9;
  --color-grey4: #8c8c8c;
  --color-grey5: #595959;
  --color-grey6: #292929;
  --color-grey7: #1d1d1d;
  --color-grey8: #151515;
  --color-black: #000000;

  --page-width: 100%;
  --page-width-margin: 2rem;

  --pdp-mobile-image-width: 100%;

  /* Standardized padding for page padding elements */
  --page-width-padding: 1em;
  --page-height-padding: 1em;

  /* Dawn 15.2.0 */
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

:root,
.color-scheme-1 {
  --color-background: 255, 255, 255;
  --gradient-background: #ffffff;
  --color-foreground: 0, 0, 0;
  --color-background-contrast: 191, 191, 191;
  --color-shadow: 21, 21, 21;
  --color-button: 226, 28, 43;
  --color-button-text: 255, 255, 255;
  --color-secondary-button: 255, 255, 255;
  --color-secondary-button-text: 0, 0, 0;
  --color-link: 0, 0, 0;
  --color-badge-foreground: 0, 0, 0;
  --color-badge-background: 255, 255, 255;
  --color-badge-border: 0, 0, 0;
  --payment-terms-background-color: rgb(255 255 255);
}
.color-scheme-2 {
  --color-background: 21, 21, 21;
  --gradient-background: #151515;
  --color-foreground: 255, 255, 255;
  --color-background-contrast: 149, 149, 149;
  --color-shadow: 0, 0, 0;
  --color-button: 226, 28, 43;
  --color-button-text: 255, 255, 255;
  --color-secondary-button: 21, 21, 21;
  --color-secondary-button-text: 255, 255, 255;
  --color-link: 255, 255, 255;
  --color-badge-foreground: 255, 255, 255;
  --color-badge-background: 21, 21, 21;
  --color-badge-border: 255, 255, 255;
  --payment-terms-background-color: rgb(21 21 21);
}
.color-scheme-b482e731-215d-47e8-92be-e0abb9dc608a {
  --color-background: 242, 242, 242;
  --gradient-background: #f2f2f2;
  --color-foreground: 0, 0, 0;
  --color-background-contrast: 178, 178, 178;
  --color-shadow: 21, 21, 21;
  --color-button: 226, 28, 43;
  --color-button-text: 255, 255, 255;
  --color-secondary-button: 242, 242, 242;
  --color-secondary-button-text: 0, 0, 0;
  --color-link: 0, 0, 0;
  --color-badge-foreground: 0, 0, 0;
  --color-badge-background: 242, 242, 242;
  --color-badge-border: 0, 0, 0;
  --payment-terms-background-color: rgb(242 242 242);
}
body,
.color-scheme-1,
.color-scheme-2,
.color-scheme-b482e731-215d-47e8-92be-e0abb9dc608a {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

/* Hierarchy heading hợp lý */
h1, .h1 {
  font-size: 3.6rem !important;
  line-height: 1.3 !important;
}

h2, .h2 {
  font-size: 2.3rem !important;
  line-height: 1.3 !important;
}

h3, .h3 {
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
}

h4, .h4 {
  font-size: 1.2rem !important;
  line-height: 1.4 !important;
}

/* Hero banner heading */
.hero-banner h1,
.hero-banner .hero-heading,
.banner-heading {
  font-size: calc(var(--hero-heading-scale) * 2.8rem) !important;
  line-height: 1.1 !important;
}

/* Section title */
.section-title,
.product-section h2 {
  font-size: calc(var(--section-heading-scale) * 2rem) !important;
  line-height: 1.2 !important;
}

/* Card heading (H3 trong product cards) */
.product-card h3,
.card-heading {
  font-size: calc(var(--card-heading-scale) * 1.6rem) !important;
  line-height: 1.3 !important;
}

/* Navigation links */
.nav-link,
.main-nav a {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
}

/* Header utility links */
.header-utility,
.contact-info,
.cart-info {
  font-size: 0.9rem !important;
}
:root {
  --payment-terms-background-color: ;
  --media-padding: px;
  --media-border-opacity: 0.05;
  --media-border-width: 1px;
  --media-radius: 0px;
  --media-shadow-opacity: 0;

  /* Scale cho các heading */
  --hero-heading-scale: 0.9;
  --section-heading-scale: 0.85;
  --card-heading-scale: 0.8;
  --media-shadow-horizontal-offset: 0px;
  --media-shadow-vertical-offset: 4px;
  --media-shadow-blur-radius: 5px;
  --media-shadow-visible: 0;
  --product-card-image-padding: 0rem;
  --product-card-corner-radius: 0rem;
  --product-card-text-alignment: left;
  --product-card-border-width: 0rem;
  --product-card-border-opacity: 0.1;
  --product-card-shadow-opacity: 0;
  --product-card-shadow-visible: 0;
  --product-card-shadow-horizontal-offset: 0rem;
  --product-card-shadow-vertical-offset: 0.4rem;
  --product-card-shadow-blur-radius: 0.5rem;
  --collection-card-image-padding: 0rem;
  --collection-card-corner-radius: 0rem;
  --collection-card-text-alignment: left;
  --collection-card-border-width: 0rem;
  --collection-card-border-opacity: 0.1;
  --collection-card-shadow-opacity: 0;
  --collection-card-shadow-visible: 0;
  --collection-card-shadow-horizontal-offset: 0rem;
  --collection-card-shadow-vertical-offset: 0.4rem;
  --collection-card-shadow-blur-radius: 0.5rem;
  --blog-card-image-padding: 0rem;
  --blog-card-corner-radius: 0rem;
  --blog-card-text-alignment: left;
  --blog-card-border-width: 0rem;
  --blog-card-border-opacity: 0.1;
  --blog-card-shadow-opacity: 0;
  --blog-card-shadow-visible: 0;
  --blog-card-shadow-horizontal-offset: 0rem;
  --blog-card-shadow-vertical-offset: 0.4rem;
  --blog-card-shadow-blur-radius: 0.5rem;
  --badge-corner-radius: 4rem;
  --popup-border-width: 1px;
  --popup-border-opacity: 0.1;
  --popup-corner-radius: 0px;
  --popup-shadow-opacity: 0;
  --popup-shadow-horizontal-offset: 0px;
  --popup-shadow-vertical-offset: 4px;
  --popup-shadow-blur-radius: 5px;
  --drawer-border-width: 1px;
  --drawer-border-opacity: 0.1;
  --drawer-shadow-opacity: 0.3;
  --drawer-shadow-horizontal-offset: 0px;
  --drawer-shadow-vertical-offset: 4px;
  --drawer-shadow-blur-radius: 5px;
  --spacing-sections-desktop: 0px;
  --spacing-sections-mobile: 0px;
  --grid-desktop-vertical-spacing: 12px;
  --grid-desktop-horizontal-spacing: 12px;
  --grid-mobile-vertical-spacing: 12px;
  --grid-mobile-horizontal-spacing: 12px;
  --text-boxes-border-opacity: 0.1;
  --text-boxes-border-width: 0px;
  --text-boxes-radius: 0px;
  --text-boxes-shadow-opacity: 0;
  --text-boxes-shadow-visible: 0;
  --text-boxes-shadow-horizontal-offset: 0px;
  --text-boxes-shadow-vertical-offset: 4px;
  --text-boxes-shadow-blur-radius: 5px;
  --buttons-radius: 3px;
  --buttons-radius-outset: 3px;
  --buttons-border-width: 1px;
  --buttons-border-opacity: 1;
  --buttons-shadow-opacity: 0;
  --buttons-shadow-visible: 0;
  --buttons-shadow-horizontal-offset: 0px;
  --buttons-shadow-vertical-offset: 4px;
  --buttons-shadow-blur-radius: 5px;
  --buttons-border-offset: 0px;
  --inputs-radius: 2px;
  --inputs-border-width: 0px;
  --inputs-border-opacity: 0.55;
  --inputs-shadow-opacity: 0;
  --inputs-shadow-horizontal-offset: 0px;
  --inputs-margin-offset: 0px;
  --inputs-shadow-vertical-offset: 4px;
  --inputs-shadow-blur-radius: 5px;
  --inputs-radius-outset: 2px;
  --inputs-border-style: 2px solid var(--color-grey3);
  --variant-pills-radius: 3px;
  --variant-pills-border-width: 2px;
  --variant-pills-border-opacity: 0.55;
  --variant-pills-shadow-opacity: 0;
  --variant-pills-shadow-horizontal-offset: 0px;
  --variant-pills-shadow-vertical-offset: 4px;
  --variant-pills-shadow-blur-radius: 5px;
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow)
    forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow); /* Shopify checkout light grey*/
  --background-shopify-checkout: #f8f8f8;
}

@media screen and (min-width: 990px) {
  :root {
    --page-width-padding: 1.5em;
    --page-height-padding: 1.5em;
    /* --page-width: 990px; */
  }
}

@media screen and (min-width: 1200px) {
  :root {
    --page-width-padding: 2em;
    --page-height-padding: 2em;
    /* --page-width: 1200px; */
  }
}

@media screen and (min-width: 1540px) {
  :root {
    --page-width-padding: 0;
    --page-height-padding: 2em;
    --page-width: 1440px;
  }
}

/* Mobile DevLog */
#mobileDevLog.active {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 10px;
  z-index: 999999999;
}

/* Prevent preview bar from overlapping elements */
body.suggestions-open #PBarNextFrameWrapper,
body.mobile-suggestions-open #PBarNextFrameWrapper,
body.scrolled-past-header #PBarNextFrameWrapper,
body.overflow-hidden #PBarNextFrameWrapper,
body.overflow-hidden-mobile #PBarNextFrameWrapper,
body.overflow-hidden-tablet #PBarNextFrameWrapper {
  display: none;
}

@media screen and (max-height: 650px) {
  #PBarNextFrameWrapper {
    display: none;
  }
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 var(--page-width-padding);
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* Product grid */
@media screen and (max-width: 390px) {
  .facets-vertical.page-width {
    padding: 0 calc(var(--page-width-padding) / 2);
  }
}

@media screen and (min-width: 750px) {
  .page-width--narrow {
    padding: 0 9rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width-tablet {
    padding: 0 var(--page-width-padding);
  }
}

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 var(--page-width-padding);
  }
}

.page-width.slider-mobile-gutter {
  padding: 0 2.2em;
}

.scroll-margin {
  scroll-margin-top: var(--header-height);
}

/* Colors / Styles */
b {
  font-weight: 600;
}

.text-black {
  color: var(--color-black) !important;
}

.text-red {
  color: var(--color-red) !important;
}

.text-white {
  color: var(--color-white) !important;
}

.text-blue {
  color: var(--color-blue) !important;
}

.text-green {
  color: var(--color-green) !important;
}

.text-dk-green {
  color: var(--color-dk-green) !important;
}

.text-grey3 {
  color: var(--color-grey3);
}

.text-grey5 {
  color: var(--color-grey5);
}

.text-grey6 {
  color: var(--color-grey6);
}

.text-underline {
  text-decoration: underline;
}

.text-smallest {
  font-size: 0.8em;
}

.text-smaller {
  font-size: 0.84em;
}

.text-small {
  font-size: 0.87em;
}

.text-medium {
  font-size: 0.95em;
  line-height: calc(0.95em * 1.3);
}

.text-large {
  font-size: 1.1em;
  line-height: calc(1.1em * 1.3);
}

.text-upper {
  text-transform: uppercase;
}

.linethrough {
  text-decoration: line-through;
}

.background-lightgreen {
  background: rgba(1, 121, 105, 0.1);
}

.bkgd-lt-grey {
  background: var(--color-grey1);
}

.background-dk-green {
  background: var(--color-dk-green);
  color: #fff;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-3 {
  border-radius: 3px;
}

.nowrap {
  white-space: nowrap;
}

.fade-in {
  opacity: 0;
}

.fade-in-loaded {
  opacity: 1;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 62.5%);
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100%;
  margin: 0;
  font-size: calc(16px * var(--font-body-scale));
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 750px) {
  body {
    font-size: calc(17px * var(--font-body-scale));
  }
}

input,
select,
textarea {
  font-family: var(--font-body-family);
}

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button--highlight {
  background-color: #e21c2b !important;
  color: #fff;
}

.button--highlight:after {
  box-shadow: none !important;
}

.button--highlight:hover {
  transition: transform var(--duration-long) ease;
  background-color: #ec2031 !important;
}

.button--dk-green {
  background: var(--color-dk-green) !important;
  border-color: var(--color-dk-green);
  color: white !important;
  font-weight: 500;
  padding: 0.8em 2em;
  text-align: center;
}

.button--dk-green:hover {
  background: #058979;
  border-color: #058979;
  color: white !important;
}

/* Button Pulse from SF Site */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px transparent;
    box-shadow: 0 0 0 8px transparent;
  }

  to {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px transparent;
    box-shadow: 0 0 0 8px transparent;
  }

  to {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

.pulse:not(.disabled):not(:disabled):not(:focus-within) {
  -webkit-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
  }

  to {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

@keyframes pulse-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
  }

  to {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.pulse.pulse-red:hover {
  color: #fff;
}

.pulse.pulse-red:not(.disabled):not(:disabled):not(:focus-within) {
  -webkit-box-shadow: 0 0 0 0 red;
  box-shadow: 0 0 0 0 red;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse-red 2s infinite;
  animation: pulse-red 2s infinite;
}

/* Pulse Green  */

@-webkit-keyframes pulse-green {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(5, 137, 121, 0.7);
    box-shadow: 0 0 0 0 rgba(5, 137, 121, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(5, 137, 121, 0);
    box-shadow: 0 0 0 8px rgba(5, 137, 121, 0);
  }

  to {
    -webkit-box-shadow: 0 0 0 0 rgba(5, 137, 121, 0);
    box-shadow: 0 0 0 0 rgba(5, 137, 121, 0);
  }
}

@keyframes pulse-green {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(5, 137, 121, 0.7);
    box-shadow: 0 0 0 0 rgba(5, 137, 121, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(5, 137, 121, 0);
    box-shadow: 0 0 0 8px rgba(5, 137, 121, 0);
  }

  to {
    -webkit-box-shadow: 0 0 0 0 rgba(5, 137, 121, 0);
    box-shadow: 0 0 0 0 rgba(5, 137, 121, 0);
  }
}

.pulse.pulse-green:not(.disabled):not(:disabled):not(:focus-within) {
  -webkit-box-shadow: 0 0 0 0 #058979;
  box-shadow: 0 0 0 0 #058979;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse-green 2s infinite;
  animation: pulse-green 2s infinite;
}

.pulse.pulse-green:hover {
  color: #fff;
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.blog-card-wrapper .card,
.article-card-wrapper .card,
.contains-card--blog,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: var(--color-red);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.section-header {
  z-index: 100 !important;
}

.isolate {
  position: relative;
  z-index: 0;
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* ::selection {
  background-color: rgba(var(--color-foreground), 0.2);
} */

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
.h0,
.h1,
.h2 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.1 / max(1, var(--font-heading-scale)));
  word-break: break-word;
  text-transform: uppercase;
}

/* Margin does not always work properly when nested in divs, use padding instead */
h2.nested {
  margin: 0;
  padding: 0.83em 0;
}

h3,
h4,
h5,
.h3,
.h4,
.h5 {
  font-family: var(--font-body-family);
  font-style: var(--font-heading-style);
  font-weight: 600;
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
  text-transform: uppercase;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 4rem);
  margin: 0 0 0.3em 0;
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4.8rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

@media only screen and (max-width: 989px) {
  accordion-content h3,
  accordion-content .h3 {
    font-size: calc(var(--font-heading-scale) * 2rem);
  }
}

h4,
.h4 {
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  letter-spacing: calc(var(--font-heading-scale) * 0.02rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.4rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.5rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1.3rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1em;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) {
  .medium-down-show {
    display: block;
  }
}

@media screen and (min-width: 750px) {
  .medium-up-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.bolder {
  font-weight: 800 !important;
}

.bold {
  font-weight: 600 !important;
}

.semi-bold {
  font-weight: 500 !important;
}

/* .semi-bold {
  font-weight:400
} */
.light {
  opacity: 0.7;
}

/* a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
} */

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: inherit;
  background-color: transparent;
  font-family: inherit;
}

.link--text {
  color: inherit;
}

.link--text:hover {
  color: inherit;
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: "\2022";
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: var(--color-grey2);
  display: block;
  margin: 4rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 5rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none !important;
  color: currentColor !important;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow)
    forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underline {
  text-decoration: underline !important;
  text-underline-offset: 0.3rem;
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 101;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 2px solid rgba(var(--color-foreground), 0.5);
  outline-offset: 2px;
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-desktop-horizontal-spacing);
  row-gap: var(--grid-desktop-vertical-spacing);
  --grid-peek-spacer: 0;
}

@media screen and (min-width: 990px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

/* Default Grid Sizes (no columns specified) */

.grid.grid--peek {
  --grid-peek-spacer: 1em;
}

/* 1 column */
.grid__item {
  max-width: 100%;
  width: 100%;
}

/* 2 columns */
@media screen and (min-width: 375px) {
  .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

/* 3 columns */
@media screen and (min-width: 576px) {
  .grid__item {
    width: calc(33.33% - (var(--grid-desktop-horizontal-spacing) * 2) / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) / 3);
  }
}

/* 4 columns */
@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) / 4);
  }
}

/* 5 columns */
@media screen and (min-width: 990px) {
  .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) / 5);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 320px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col > .grid__item {
  max-width: 100%;
  width: 100%;
}

/* .grid--slider-col>.grid__item {
  max-width: 100%;
  width: 100%;
} */

.grid--2-col > .grid__item {
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

.grid--3-col > .grid__item {
  width: calc(33.3% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  width: calc(33.3% - var(--grid-desktop-horizontal-spacing) / 3);
}

.grid--4-col > .grid__item {
  width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  max-width: calc(25% - var(--grid-desktop-horizontal-spacing) / 4);
}

@media screen and (min-width: 576px) {
  .grid--4-col-mobile > .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) / 4);
  }

  .grid--3-col-mobile > .grid__item {
    width: calc(33.3% - (var(--grid-desktop-horizontal-spacing) * 2) / 3);
    max-width: calc(33.3% - var(--grid-desktop-horizontal-spacing) / 3);
  }

  .grid--2-col-mobile > .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 3);
  }
}

@media screen and (min-width: 576px) and (max-width: 749px) {
  .grid--3-col-tablet > .grid__item {
    width: calc(33.3% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.3% - var(--grid-desktop-horizontal-spacing) / 3);
  }
}

/* Special case product grid for PLP pages */
@media screen and (min-width: 576px) and (max-width: 990px) {
  .facets-vertical .product-grid.grid--3-col-tablet > .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 3);
  }
}

/* Tablet Sizes */
@media screen and (min-width: 750px) {
  .grid--4-col-tablet > .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) / 4);
  }

  .grid--3-col-tablet > .grid__item {
    width: calc(33.3% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.3% - var(--grid-desktop-horizontal-spacing) / 3);
  }

  .grid--2-col-tablet > .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 3);
  }
}

/* Desktop Sizes */
@media screen and (min-width: 990px) {
  .grid--6-col-desktop > .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) / 6);
  }

  .grid--5-col-desktop > .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) / 5);
  }

  .grid--4-col-desktop > .grid__item {
    width: calc((25% - var(--grid-desktop-horizontal-spacing) * 3 / 4));
    max-width: calc((25% - var(--grid-desktop-horizontal-spacing) / 4));
  }

  .grid--3-col-desktop > .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) / 3);
  }

  .grid--2-col-desktop > .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop > .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

/* Large Desktop Sizes */
@media screen and (min-width: 1200px) {
  .grid--6-col-desktop-large > .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) / 6);
  }

  .grid--5-col-desktop-large > .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) / 5);
  }

  .grid--4-col-desktop-large > .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) / 4);
  }

  .grid--3-col-desktop-large > .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) / 3);
  }

  .grid--2-col-desktop-large > .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-desktop-large {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop-large > .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile > .grid__item {
    margin: 0;
  }

  .grid--peek > .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider:not(.no-slider-margin) > .grid__item:first-of-type {
    margin-left: 1em;
  }
}

@media screen and (max-width: 989px) {
  .grid--2-col-tablet-down > .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down > .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button):not(.video-container),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */

button.button-link {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: 500;
  color: var(--color-red);
  min-width: 0;
}

button.button-link:hover {
  color: var(--color-red);
}

/* Button - default */

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role="button"],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset);
  /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(20rem + var(--buttons-border-width) * 2);
  /* min-height: calc(4.7rem + var(--buttons-border-width) * 2); */
  height: calc(4.7rem + var(--buttons-border-width) * 2);
  line-height: 1;
}

.button.button--secondary {
  min-width: 0;
}

.button * {
  line-height: normal;
  height: auto;
  min-height: 0;
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius)
    rgba(var(--color-base-text), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  text-transform: uppercase;
  font-weight: 700;
}

.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role="button"]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: "";
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width)
      rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px)
      rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ),
.shopify-payment-button
  [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  /* line-height: calc(1 + 0.2 / var(--font-body-scale)); */
}

.button--tertiary {
  font-size: 0.8em;
  /* padding: 1rem 1.5rem; */
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
  max-width: 100%;
}

.button--primary {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border-color: rgb(var(--color-button));
}

/* Change Button Hover Color */
.button--primary:hover {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}

/* Button - other */

.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

.button.button--highlight {
  font-size: 1.1em;
  line-height: calc(4.7rem + var(--buttons-border-width) * 2);
}

.button.loading .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading .loading__spinner .spinner {
  width: fit-content;
}

.button.loading .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* button--outline class */
.button--outline {
  border: 2px solid rgb(var(--color-button));
  background: rgb(var(--color-secondary-button));
  color: rgb(var(--color-button));
  width: auto;
  min-width: 0;
  font-size: 1em;
  display: inline-flex;
  height: 40px;
}

.button--outline:hover {
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}

.button--outline.loading {
  background: rgb(var(--color-button-text));
  color: transparent;
}

.button.loading.button--outline .loading__spinner circle.path {
  stroke: rgb(var(--color-button));
}

.button--small {
  padding: 1rem 2rem;
  width: auto;
  height: auto;
}

a.button:hover {
  color: rgb(var(--color-button-text));
}

/* base scroll container */
.scroll-container {
  padding-bottom: 8px;
}

@media only screen and (min-width: 740px) {
  .scroll-container {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    background: transparent;
    /* -webkit-overflow-scrolling: touch; <-- causes header to flicker on safari */
    scroll-margin: 0;
    scroll-padding: 0;
    scrollbar-gutter: none;
    scrollbar-width: thin;
  }
}

.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  gap: 5px;
}

.button-group > .button-simple {
  flex-grow: 1;
}

.button-simple {
  display: block;
  background: white;
  border: var(--inputs-border-style);
  font-weight: 400;
  color: var(--color-grey6);
  text-decoration: none;
  border-radius: var(--buttons-radius);
  padding: 5px 12px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.button-simple:hover,
.button-simple.selected {
  background: black;
  border-color: black;
  color: white;
}

.button-simple.selected .loading__spinner {
  position: absolute;
  left: calc(50% - 9px);
}

.button-simple.selected .loading__spinner .path {
  stroke: white;
}

.button-simple * {
  pointer-events: none;
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  display: flex;
  align-items: center;
  margin-left: 2em;
  padding-left: 0;
  font-size: 1rem !important;
  letter-spacing: 0.13rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.75);
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused)
  + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)
  + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
input,
textarea,
button {
  font-family: var(--font-body-family);
}

.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  /* font-size: 1.2rem; */
  color: rgba(var(--color-foreground), 1);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1rem);
}

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:focus:not(.search__input),
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

/* .field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
} */

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form__message .icon,
.customer .form__message .svg-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: 40px;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .fa-solid,
.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.quantity__rules {
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: "\2022";
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

product-info .loading-overlay:not(.hidden) ~ *,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: var(--color-green);
  color: var(--color-white);
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  top: -10px;
  right: -6px;
  line-height: 26px;
  border: 2px solid var(--color-black);
}

/* section-announcement-bar */
.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  /* padding: 1rem 0; */
  margin: 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

/* section-header */
/* .section-header.shopify-section-group-header-group {
  z-index: 3;
} */

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background: #000;
}

@media screen and (min-width: 990px) {
  .header-wrapper {
    background: linear-gradient(0deg, #2e2e2e, #181818);
  }
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: "left-icons heading icons";
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      "heading icons"
      "navigation navigation";
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      "left-icons heading icons"
      "navigation navigation navigation";
  }

  .header--top-center.drawer-menu {
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center)
    .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex="-1"]:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: block;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (max-width: 990px) {
  .header__heading {
    width: 56px;
  }

  .header__heading-placeholder {
    display: none;
  }

  .header__heading-logo {
    max-width: 56px;
    height: auto;
  }
}

@media screen and (min-width: 576px) {
  .header__search {
    width: 70%;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }
}

@media screen and (min-width: 990px) {
  .header__heading {
    position: fixed;
    top: 11px;
  }

  .header__heading-placeholder {
    width: 96px;
  }

  .header__search {
    width: 60%;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

.search__input::placeholder {
  opacity: initial;
}

.header__search .search__input.field__input {
  background: var(--color-white);
  color: var(--color-black);
  border-radius: var(--inputs-radius);
  font-weight: 500;
  letter-spacing: 0.1px;
}

.header__search .search__input.field__input:focus:focus-visible,
.header__search .search__input.field__input:focus:focus-within,
.header__search .search__input.field__input:focus {
  font-size: 16px;
}

.header__search .search__button {
  color: var(--color-grey7);
  width: 50px;
  display: block;
  height: 100%;
  position: static;
}

.header__search .reset__button {
  color: var(--color-grey7);
  display: block;
  height: 100%;
  position: static;
  border-right: 1px solid var(--color-grey4);
  width: 45px;
}

.header__search .reset__button .fa-circle-xmark {
  color: inherit;
}

.search-buttons {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  z-index: 4;
  top: 0;
  bottom: 0;
}

/* Header icons */
.search__button {
  border-radius: 0 var(--inputs-radius) var(--inputs-radius) 0 !important;
}

.search__input,
.search__input:focus {
  padding: 0.5rem 10rem 0.5rem 1rem !important;
  margin: 0 !important;
  box-shadow: none !important;
}

@media screen and (min-width: 990px) {
  .search__input,
  .search__input:focus {
    padding: 1rem 10rem 1rem 1.5rem !important;
    margin: 0 !important;
    box-shadow: none !important;
  }

  .header__icons.header-right {
    width: 170px;
  }

  .header__search .search__button {
    background: var(--color-grey2);
    width: 70px;
  }

  .search__input,
  .search__input:focus {
    padding-right: 13rem;
  }
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  color: #fff;
}

.header__icon .text {
  font-size: 0.83em;
}

.header__icon:hover {
  color: #d2d2d2;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  vertical-align: baseline;
  display: inline-block;
  line-height: normal;
}

.header__icon--account,
.header__icon--cart {
  position: relative;
  width: 60px;
  white-space: nowrap;
}

.cart-link-wrapper {
  width: 60px;
  position: relative;
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 575px) {
  .header__icons.header-left,
  .header__icons.header-right {
    width: 100px;
  }

  .header__icons.header-left .header__icon {
    width: 50%;
  }

  /* .header__icons.header-right .header__icon {
    width: 100%;
  } */
}

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: block;
  position: fixed;
  background: var(--overlay-background);
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
  position: relative;
}

.header__search.mobile__search {
  width: 100%;
  /* padding: 0 8px 8px 8px; */
  background: #000;
}

.search-input-wrapper {
  position: relative;
}

.header__search.mobile__search .search-input-wrapper {
  margin: 0 8px 8px 8px;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: "";
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(
    100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width))
  );
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
  display: block;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .scrolled-past-header .header__heading-logo-wrapper {
    width: 75%;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

header-drawer {
  justify-self: start;
  width: 45px;
  height: 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  display: block;
  font-weight: 400;
}

@media screen and (min-width: 990px) {
  header-drawer {
    display: none !important;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

.drawer__header {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-grey3);
  height: 50px;
  line-height: 50px;
}

.drawer__header .h3,
.drawer__header h3 {
  margin: 0;
  line-height: 50px;
  padding: 0 0.5em;
  color: inherit;
  font-size: 1.2em;
}

.drawer__back {
  display: block;
  text-align: center;
  padding-left: 1em;
  z-index: 1;
  line-height: 50px;
  text-decoration: none;
  font-size: 1em;
}

.drawer__back * {
  display: inline-block;
  line-height: 50px;
  vertical-align: baseline;
  color: var(--color-grey6);
}

.drawer__close {
  display: block;
  text-align: center;
  color: var(--color-grey6);
  z-index: 1;
  height: 50px;
  width: 50px;
}

.shop-rating {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
  text-align: left;
}

@media screen and (min-width: 375px) {
  .shop-rating {
    font-size: 1em;
  }
}

.drawer__cta {
  padding: 0.5em;
}

.menu-drawer__cta {
  border-top: 1px solid var(--color-grey3);
}

/* Add extra space below menu for mobile browsers */
@media screen and (max-width: 749px) {
  .drawer__cta {
    padding-bottom: 1em;
  }
}

.drawer__cta .shop-rating {
  margin-top: 0.5em;
}

.list-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
}

.list-menu__item--drawer-link {
  display: flex;
  align-items: center;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  justify-content: space-between;
  padding-right: 1em;
}

.list-menu__item--link {
  text-decoration: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .list-menu__item--link {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}

.list-menu--right {
  right: 0;
}

.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 20rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}

.list-menu--disclosure:focus {
  outline: none;
}

.list-menu__item--active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.list-menu__item--active:hover {
  text-decoration-thickness: 0.2rem;
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  background: var(--color-black);
  text-align: center;
}

a.header__menu-link,
a.header__menu-summary-link {
  text-decoration: none;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  display: block;
  font-weight: 500;
  line-height: 3em;
  padding: 0 1em;
  white-space: nowrap;
}

a.header__menu-link:hover,
a.header__menu-summary-link:hover {
  color: var(--color-white);
  text-decoration: none;
}

@media screen and (min-width: 990px) {
  a.header__menu-link,
  a.header__menu-summary-link {
    padding: 0 1em;
  }
}

@media screen and (min-width: 1440px) {
  a.header__menu-link,
  a.header__menu-summary-link {
    padding: 0 1.5em;
  }
}

.header__menu .highlight-main-menu-item a.header__menu-link > span {
  background: var(--color-red);
  border-radius: 5px;
  padding: 4px 10px 5px 10px;
}

a.header__menu-link.blog-menu-item {
  padding: 0;
}

a.header__menu-link.blog-menu-item > span {
  padding: 0;
  line-height: 3em;
}

details[open] > a.header__menu-link,
details[open] > a.header__menu-summary-link {
  text-decoration: underline;
}

details[open]:hover > a.header__menu-link,
details[open]:hover > a.header__menu-summary-link {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset)
    var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 2.4rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

a.header__menu-link:after,
a.header__menu-sublink:after {
  right: 2rem;
}

.header__submenu a.link {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}

.header__submenu .header__submenu a.link {
  padding-left: 3.4rem;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

body.overflow-hidden {
  overflow: hidden !important;
}

@media screen and (max-width: 749px) {
  body.overflow-hidden-mobile {
    overflow: hidden !important;
  }
}

@media screen and (max-width: 989px) {
  body.overflow-hidden-tablet {
    overflow: hidden !important;
  }
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid
    rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: "";
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--inputs-border-style);
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: "";
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

.font-body-semibold {
  font-weight: var(--font-body-weight-semibold);
}

.iframe-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (height / width * 100%) */
}

.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-w-r * {
  font-family: var(--font-body-family) !important;
}

/* .p-w-r {
  font-size: inherit !important;
} */

.pr-snippet-write-review-link {
  display: none !important;
}

.p-w-r .pr-review-snapshot-header-intro,
.p-w-r .pr-snippet-stars-reco-reco {
  display: none !important;
}

.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write,
.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco {
  font-size: 12px !important;
  margin: 0 !important;
}

.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a,
.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span {
  font-size: 12px !important;
  color: var(--color-blue);
  padding: 0 7.5px !important;
}

ul.tabs {
  /* border-bottom: 1px solid var(--color-grey2); */
  display: block;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
}

ul.tabs li {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
}

ul.tabs li a {
  border-bottom: 2px solid var(--color-white);
  display: block;
  line-height: 2em;
  margin: 0;
  padding: 0.5em 2em;
  text-decoration: none;
  color: var(--color-black);
  margin-right: 0.5rem;
}

ul.tabs li a > h2 {
  line-height: inherit;
  color: inherit;
  margin: 0;
  font-size: 1.3em;
}

ul.tabs li a.active {
  color: var(--color-red);
  border-bottom: 2px solid var(--color-red);
}

/* Mega Menu */
.mega-menu {
  position: static;
}

.mega-menu-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}

.mega-menu-left {
  display: flex;
  justify-content: space-around;
}

.mega-menu .icon-menu-open {
  color: #000;
  display: none;
}

.mega-menu .icon-menu-open,
.mega-menu .icon-menu-closed {
  display: none;
  margin-left: 3px;
}

.header__menu-divider {
  display: none;
}

@media screen and (min-width: 990px) {
  .header__menu-divider {
    display: block;
    border-left: 1px solid var(--color-white);
    margin: 16px 10px;
  }
}

/* iPad breakpoint */
@media screen and (min-width: 1180px) {
  .header__menu-divider {
    margin: 16px 19px;
  }

  .mega-menu-left {
    width: 100%;
  }

  .mega-menu-container {
    padding: 0 1rem;
    justify-content: space-around;
  }

  .mega-menu-right {
    width: 170px;
  }

  .mega-menu {
    min-width: 100px;
  }
}

@media screen and (min-width: 1180px) and (min-height: 600px) {
  .mega-menu[open] .icon-menu-open {
    display: inline-block;
  }

  .mega-menu .icon-menu-closed {
    display: inline-block;
  }

  .mega-menu[open] .icon-menu-closed {
    display: none;
  }
}

.mega-menu-left .list-menu {
  display: flex;
}

/* mega-menu */
.mega-menu__content {
  background-color: var(--color-white);
  border: 0 none;
  color: #000;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  position: absolute;
  right: 0;
  top: 100%;
  /* border-bottom: 1px solid var(--color-grey3); */
  filter: drop-shadow(
    var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset)
      var(--drawer-shadow-blur-radius)
      rgba(var(--color-shadow), var(--drawer-shadow-opacity))
  );
}

.mega-menu__content--condensed {
  width: 560px;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  top: auto;
  border-radius: 0px 0px 2px 2px;
}

.mega-menu__content--no-featured {
  width: auto;
  min-width: 260px;
}

.mega-menu__content--condensed .page-width {
  padding: 0 1.5rem !important;
}

.mega-menu-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.mega-menu-wrapper a {
  color: #000;
}

.mega-menu-featured {
  text-align: left;
}

.mega-menu-featured img {
  border-radius: 4px;
}

@media screen and (min-width: 600px) {
  .mega-menu-featured img {
    width: 200px;
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .mega-menu-featured img {
    width: 275px;
    height: auto;
  }
}

.mega-menu-wrapper ul {
  width: 100%;
}

.mega-menu .focus-inset[aria-expanded="true"] {
  background-color: #fff;
}

.mega-menu .focus-inset[aria-expanded="true"] a {
  color: #000 !important;
}

.shopify-section-header-sticky .mega-menu__content {
  max-height: calc(100vh - (var(--header-height) + 30px));
}

.header-wrapper--border-bottom .mega-menu__content {
  border-top: 0;
}

.predictive-search__overlay-mobile,
.predictive-search__overlay,
.mega-menu__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--overlay-background);
  z-index: 99;
  display: none;
}

.mega-menu__list {
  display: grid;
  gap: 2.4rem 4rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  text-align: left;
}

.mega-menu__link {
  color: var(--color-black);
  display: block;
  font-size: 1.8rem;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  text-decoration: none;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
  font-weight: normal;
  text-underline-offset: 0.3rem;
}

.mega-menu__content a.link {
  text-decoration: none;
  font-size: 1.8rem;
}

.mega-menu__content a.mega-menu__link--active {
  text-decoration-thickness: 5px;
}

.mega-menu__content a.link:hover,
.mega-menu__content a.mega-menu__link--active,
.mega-menu__content a.mega-menu__link--active:hover {
  text-decoration: underline;
}

.mega-menu__link > .thumb {
  height: 50px;
  margin-right: 1em;
  border-radius: 3px;
}

.mega-menu__link > .thumb img {
  display: block;
  border-radius: 3px;
}

.header--top-center .mega-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0;
}

.header--top-center .mega-menu__list > li {
  width: 16%;
  padding-right: 2.4rem;
}

.mega-menu .mega-menu__list--condensed {
  display: block;
}

/* Policy Page Adjustements */
.shopify-policy__container {
  max-width: 980px !important;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.shopify-policy__title {
  text-align: center;
}

.shopify-policy__container p {
  text-align: justify;
}

.shopify-policy__container h2 {
  display: block;
  border-top: 1px solid var(--color-grey1);
  margin-top: 40px;
  padding-top: 40px;
}

.shopify-policy__container h3 {
  margin-top: 40px;
}

.shopify-policy__container .rte ul,
.shopify-policy__container .rte ol {
  list-style-position: outside;
}

/* Rich Text Section */
@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 80rem !important;
  }
}

/* Banner Image Section */
.banner h2 {
  margin-bottom: 0;
}

.banner__text.subtitle {
  text-transform: uppercase;
  color: var(--color-red);
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 0 !important;
}

/* Multi-column Section */
.multicolumn-list p {
  margin-bottom: 1em !important;
}

/* Image With Text Section */
.image-with-text h2 {
  margin: 0 !important;
}

/* Component - Collection Hero */

.collection-hero__mobile-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: auto;
}

.collection-hero p a {
  text-decoration: none;
  font-weight: 500;
}

.modal-video__toggle img {
  width: 100%;
  object-fit: cover;
}

.modal-video__button {
  z-index: 6;
}

.modal-video__button > img {
  width: 100%;
  min-width: 100%;
  object-fit: cover;
}

/* Collection Customization */
@media screen and (min-width: 750px) {
  .collection-hero__description {
    margin-top: 1rem !important;
  }
}

.collection-video {
  padding: 1em;
}

@media screen and (max-width: 749px) {
  .collection-hero__inner {
    flex-wrap: wrap;
  }
}

.collection-hero {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.collection-hero .video-container {
  z-index: 9;
}

@media screen and (max-width: 980px) {
  .collection-hero__image-container {
    margin-left: 0 !important;
  }
}

.collection-hero__image-container {
  border: none !important;
  z-index: 9;
}

.collection-hero__title,
.collection-hero__title h1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 750px) {
  .collection-hero__title,
  .collection-hero__title h1 {
    margin-top: 0 !important;
    margin-bottom: 0.2em !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 600px) {
  .collection-hero__image-container {
    min-height: 30rem;
  }
}

@media screen and (min-width: 601px) and (max-width: 800px) {
  .collection-hero__image-container {
    min-height: 35rem;
  }
}

.collection--additional-descr .divider {
  margin-top: 0;
}

.collection--additional-descr h3 {
  margin: 0;
  padding: 0;
}

.subcats-container {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  margin-bottom: 2em;
  gap: 1em;
}

.subcat {
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.2em;
  flex-shrink: 1;
}

.subcat:hover {
  color: var(--color-red);
}

.subcat img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5em;
  border-radius: 50%;
  border: 2px solid var(--color-grey12);
}

.subcat img:hover {
  transition: transform var(--duration-long) ease;
  transform: scale(1.03);
}

@media (min-width: 750px) {
  .subcat {
    max-width: 150px !important;
  }
}

/* Breadcrumbs */
.breadcrumbs {
  list-style-type: none;
  margin: 0 0 0.3em 0;
  padding: 0;
}

.breadcrumbs {
  list-style-type: none;
  margin: 0 0 0.3em 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li span {
  display: inline;
  color: #ccc;
  font-weight: normal;
  padding: 0 0.6em;
}

/* PLP Listings */
product-recommendations .product-card-wrapper .card__heading {
  font-size: 0.95em;
}

.product-card-wrapper .card__heading a {
  line-height: 1.2em;
}

.product-card-wrapper .card__heading a:hover {
  text-decoration: none;
}

/* .product-card-wrapper .card-information > *:not(.visually-hidden:first-child) + *:not(.rating) {
  margin-top: 0.0;
  vertical-align: top;
}
.product-card-wrapper .card-information {
  margin-top: 0;
} */

/* Splitbase ONS‒017M */
/* Facets - Mobile Menu On Page */
.facets-mobile-on-page {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  border: 0;
  gap: 8px;
  padding: 1em;
  justify-content: space-evenly;
}

.facets-mobile-on-page > ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.facets-mobile-on-page li {
  border: 0;
}

.facets-mobile-on-page > ul a {
  white-space: nowrap;
  color: #000;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 4px 14px !important;
  border-radius: 32px;
  background: #f2f2f2;
}

.facets-mobile-on-page > ul a:active {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

@media (min-width: 750px) {
  .facets-mobile-on-page {
    display: none;
  }
}

/* PDP */
.pdp-2col-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.pdp-2col-container > .pdp-2col-column {
  width: 100%;
}

.pdp-2col-column h3 {
  text-transform: capitalize;
  font-size: 20px !important;
  font-weight: 600 !important;
}

@media (min-width: 990px) {
  .pdp-2col-container {
    flex-direction: row;
    gap: 2em;
  }

  .pdp-2col-container > .pdp-2col-column:first-child {
    width: calc(60% - 0.5em);
  }

  .pdp-2col-container > .pdp-2col-column:last-child {
    width: calc(40% - 0.5em);
  }
}

@media (min-width: 1200px) {
  .pdp-2col-container {
    flex-direction: row;
    gap: 4em;
  }
}

.product-description img:not(.comparison-chart--table img) {
  width: 100%;
  height: auto;
}

.product-description .font-semibold,
.product-description .font-medium {
  font-weight: 600;
}

/* a.notify-me.klaviyo-bis-trigger {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid var(--color-grey2);
  padding: .8em 2em;
  border-radius: 4px;
  width: 100% !important;
  font-size: 0.8em;
} */

.product-description table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

.product-description table th,
.product-description table td {
  border: 1px solid #ccc;
}

.product-description table th,
.product-description table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #cfd4da;
}

.pdp-product-details > div:nth-child(2) {
  border-top: 1px solid var(--color-grey2);
  padding-top: 2em !important;
  margin-top: 2em !important;
}

/* PDP - Specs */
/* Set background color of table for borders */
.product-specs--table {
  background-color: var(--color-grey2);
  width: 100%;
}

/* Set style on individual cells */
.product-specs--table svg {
  height: 24px;
  width: auto;
  text-align: center;
}

.product-specs--table th,
.product-specs--table td {
  background-color: #fff;
  padding: 12px;
  vertical-align: middle;
  text-align: left;
}

.product-specs--table th.first-col,
.product-specs--table td.first-col {
  font-weight: 500;
  max-width: 100px;
}

.product-specs--table td.product-specs--icon {
  text-align: center;
  width: 60px;
}

/* Set background of every second row to make it easily scannable */
.product-specs--table tr:nth-child(even) th,
.product-specs--table tr:nth-child(even) td {
  background-color: #f5f5f5 !important;
}

/* PDP Subscriptions */
.shopify_subscriptions_app_toggle {
  display: none;
}

.shopify_subscriptions_app_container {
  display: none;
}

.shopify_subscriptions_app_disclaimer {
  display: none;
}

.shopify_subscriptions_app_block_label {
  padding: 0.2rem 0em !important;
  font-weight: 600;
  text-transform: capitalize;
}

.shopify_subscriptions_app_block_label_children {
  font-weight: normal;
  margin-top: 0.2em;
}

.shopify_subscriptions_app_policy {
  display: none !important;
}

/* Cart Drawer Component */
.header__icon--menu {
  position: initial;
}

.menu-drawer {
  position: fixed;
  transform: translateX(-100%);
  visibility: hidden;
  z-index: 1005;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  background-color: var(--color-white) !important;
  width: 100%;
  max-width: 45rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  --submenu-left-margin: 70px;
}

@media screen and (min-width: 500px) {
  .menu-drawer {
    border-right: 1px solid var(--color-grey4);
  }
}

nav.menu-drawer__navigation > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

details[open] > .menu-drawer {
  transition: transform var(--duration-default) ease,
    visibility var(--duration-default) ease;
}

details[open].menu-opening > .menu-drawer {
  transform: translateX(0);
  visibility: visible;
}

.menu-drawer .drawer__header {
  background: #fff;
}

.menu-drawer .drawer__header .h3 {
  font-weight: 400;
  font-size: 1.02em;
  color: #000;
  padding-left: 5px;
}

.menu-drawer-container button.drawer__close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}

summary.menu-drawer__menu-item {
  position: static;
}

.menu-drawer__menu-item {
  text-decoration: none;
  font-size: 1.8rem;
  text-align: left;
  padding: 0.5em 1em;
  display: block;
}

.drawer__submenu {
  padding: 0 1em;
}

.menu-drawer__menu
  details
  > summary.menu-drawer__menu-item
  .list-menu__item--drawer-link
  i.fa-minus {
  display: none;
}

.menu-drawer__menu.submenu-open
  details[open]
  > summary.menu-drawer__menu-item
  .list-menu__item--drawer-link
  i.fa-plus {
  display: none;
}

.menu-drawer__menu.submenu-open
  details[open]
  > summary.menu-drawer__menu-item
  .list-menu__item--drawer-link
  i.fa-minus {
  display: block;
}

.menu-drawer__menu-item.level-2,
.menu-drawer__menu-item.level-3 {
  padding: 0.8em 1em;
}

.menu-drawer__submenu.submenu-level-1 {
  background: #f6f6f6;
}

.menu-drawer__submenu.submenu-level-1 .menu-drawer__menu-item .text {
  padding-left: var(--submenu-left-margin);
}

.menu-drawer__submenu.submenu-level-1
  details
  .menu-drawer__submenu
  .menu-drawer__menu-item
  .text {
  padding-left: 0;
}

.menu-drawer__submenu.submenu-level-1 details .menu-drawer__submenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  visibility: hidden;
  transform: translateX(100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.menu-drawer__submenu.submenu-level-1 details[open] .menu-drawer__submenu {
  transition: transform var(--duration-default) ease,
    visibility var(--duration-default) ease;
}

.menu-drawer__submenu.submenu-level-1
  details[open].menu-opening
  .menu-drawer__submenu {
  transform: translateX(0);
  visibility: visible;
}

.menu-drawer__submenu.submenu-level-1
  details[open].menu-opening
  .menu-drawer__submenu
  .menu-drawer__menu {
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 2em;
}

.menu-drawer .menu-image-grid {
  display: grid;
  grid-template-columns: var(--submenu-left-margin) auto auto;
  align-items: center;
  gap: 0;
}

.menu-drawer .menu-image-grid {
  grid-template-rows: 60px;
}

.menu-drawer .menu-image-grid .tag {
  font-size: 0.8em;
  background: var(--color-red);
  color: #fff;
  padding: 3px 6px;
  font-weight: 400;
  border-radius: 3px;
  margin-left: 1em;
}

.menu-drawer .menu-image-grid > .thumb {
  height: 60px;
  border-radius: 3px;
}

.menu-drawer .menu-image-grid > .thumb img {
  display: block;
  border-radius: 3px;
}

.menu-drawer__menu-item.link.menu__item-shop-all .text {
  text-decoration: underline;
}

.mega-menu__link--level-2:not(:only-child) {
  margin-bottom: 0.8rem;
}

.menu-drawer__featured {
  text-align: center;
  padding: 1em 1em 0 1em;
  color: #000;
}

.menu-drawer__featured a.featured-link {
  font-size: 1.8rem;
  font-weight: 600;
}

.menu-drawer__featured img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  border: 1px solid #000;
}

.menu-drawer__menu > li:first-of-type {
  padding-top: 0.5em;
}

.menu-drawer__menu > li:last-of-type {
  padding-bottom: 0.5em;
}

.menu-drawer .list-social {
  justify-content: flex-start;
}

.menu-drawer .list-social:empty {
  display: none;
}

.menu-drawer .list-social__link {
  padding: 1.3rem 1.25rem;
}

.link--title {
  font-weight: 600;
  font-size: 1.2em !important;
  text-underline-offset: 0.2em;
}

.link--showall {
  text-decoration: none !important;
  font-size: 1em;
}

.menu-drawer__menu-item.level-1 {
  text-transform: uppercase;
}

.menu-level-1-link {
  border-top: 1px solid var(--color-grey3);
  padding: 1em;
}

.menu-drawer__menu-item > i.fa-chevron-right {
  color: var(--color-grey5);
}

.menu-drawer__menu-item i.fa-chevron-right {
  display: block !important;
}

.menu-drawer__inner-content {
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
}

.menu-drawer__inner-navigation {
  overflow-y: auto;
}

@media screen and (max-height: 650px) {
  .menu-drawer__inner-content {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .menu-drawer-container[open] .menu-drawer__inner-navigation {
    overflow: visible;
  }
}

/* Blog Categories Section */
.blog-categories .blog__post a {
  text-transform: capitalize;
  display: block;
  text-align: center;
  text-decoration: none !important;
}

.blog-categories .article .card__heading {
  font-weight: 500 !important;
  font-size: 1em !important;
}

.blog__button:hover {
  color: #fff !important;
}

@media screen and (min-width: 750px) {
  .blog__button {
    margin-top: 1.8em !important;
  }
}

.blog-category-title {
  margin-bottom: 0em;
}

.blog-descr {
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.main-blog {
  min-height: 600px;
}

/* Component Card */
.card__heading {
  font-weight: 600;
}

/* Blog Article Cards */
.article-card {
  border-radius: 4px;
  border: 1px solid var(--color-grey2);
  background-color: #fff;
}

.article-card .card__heading a {
  font-size: 1.1em;
  display: block;
}

.artice-excerpt {
  font-weight: 400;
  font-size: 0.86em;
}

.article-card .article-card__info {
  padding-left: 1.6em;
  padding-right: 1.6em;
  padding-bottom: 1em;
}

.article-card .card__heading a:hover {
  text-decoration: none;
}

.blog__title {
  font-size: 1.2em;
  font-weight: 600;
}

@media screen and (min-width: 750px) {
  .blog-articles {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media screen and (min-width: 980px) {
  .blog-articles {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

/* @media screen and (min-width: 1200px) {
  .blog-articles {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
} */
.blog-container {
  max-width: calc(var(--page-width) + 30px);
  margin: 0 auto;
  padding: 0;
}

/* Section Main Products */
.product-media-container.constrain-height {
  /* Modified to fit thumbnails in too */
  --viewport-offset: 370px;
}

/* Blog Article */
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 0 !important;
}

.blog-categories .card .card__inner .card__media {
  border-radius: 4px;
}

.blog-categories .article .card__heading {
  font-size: 1.2em;
  font-weight: 600;
}

.product-grid .article-card .card__information,
.blog-articles .article-card .card__information,
.blog__posts .article-card .card__information {
  padding: 0.5em;
}

@media screen and (min-width: 750px) {
  .blog-articles .article-card .card__information,
  .blog__posts .article-card .card__information {
    padding: 1em;
  }
}

.article-card .card__information .artice-excerpt {
  padding-top: 0.5em;
}

/* Ingredients Disclosure */
.disclosure-container {
  width: 100%;
}

.disclosure-column {
  width: 100%;
  padding: 1em;
}

.disclosure-title {
  font-weight: 600;
  display: block;
  margin-bottom: 2em;
}

@media (min-width: 1300px) {
  .disclosure-container {
    display: flex;
  }

  .disclosure-column {
    width: 50%;
  }
}

.safety-data-container {
  display: block;
  background-color: rgb(var(--color-grey2));
  padding: 1em;
  border: 1px solid var(--color-grey3);
  border-radius: 4px;
  margin-top: 2em;
  margin-bottom: 3em !important;
}

/* Review Stars */
.rating {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.rating .rating-stars {
  position: relative;
  line-height: 1;
  margin-right: 8px;
}

.rating .rating-count {
  line-height: 1;
}

.rating-stars-background {
  width: 100%;
}

.rating-stars-foreground {
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.rating .rating-stars svg {
  max-width: none;
  height: 18px;
}

.review-rating-star-empty {
  background-image: url("data:image/svg+xml;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgNzkuMjIyMjIyMjIyMjIyMjEgMTQiPgogIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsIDApIj4KICAgIDxwYXRoIGZpbGw9IiNlNWU1ZTUiIHN0cm9rZS13aWR0aD0iMCIgZD0iTTMuMzQgMTMuODZjLS40OC4zLS43Ni4xLS42My0uNDRsMS4wOC00LjU2TC4yNiA1LjgyYy0uNDItLjM2LS4zMi0uNy4yNC0uNzRsNC42My0uMzdMNi45Mi4zOWMuMi0uNTIuNTUtLjUyLjc2IDBsMS44IDQuMzIgNC42Mi4zN2MuNTYuMDUuNjcuMzcuMjQuNzRsLTMuNTMgMy4wNCAxLjA4IDQuNTZjLjEzLjU0LS4xNC43NC0uNjMuNDRMNy4zIDExLjQzbC0zLjk2IDIuNDN6Ii8+CiAgPC9nPgogIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2LjE1NTU1NTU1NTU1NTU1NSwgMCkiPgogICAgPHBhdGggZmlsbD0iI2U1ZTVlNSIgc3Ryb2tlLXdpZHRoPSIwIiBkPSJNMy4zNCAxMy44NmMtLjQ4LjMtLjc2LjEtLjYzLS40NGwxLjA4LTQuNTZMLjI2IDUuODJjLS40Mi0uMzYtLjMyLS43LjI0LS43NGw0LjYzLS4zN0w2LjkyLjM5Yy4yLS41Mi41NS0uNTIuNzYgMGwxLjggNC4zMiA0LjYyLjM3Yy41Ni4wNS42Ny4zNy4yNC43NGwtMy41MyAzLjA0IDEuMDggNC41NmMuMTMuNTQtLjE0Ljc0LS42My40NEw3LjMgMTEuNDNsLTMuOTYgMi40M3oiLz4KICA8L2c+CiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzIuMzExMTExMTExMTExMTEsIDApIj4KICAgIDxwYXRoIGZpbGw9IiNlNWU1ZTUiIHN0cm9rZS13aWR0aD0iMCIgZD0iTTMuMzQgMTMuODZjLS40OC4zLS43Ni4xLS42My0uNDRsMS4wOC00LjU2TC4yNiA1LjgyYy0uNDItLjM2LS4zMi0uNy4yNC0uNzRsNC42My0uMzdMNi45Mi4zOWMuMi0uNTIuNTUtLjUyLjc2IDBsMS44IDQuMzIgNC42Mi4zN2MuNTYuMDUuNjcuMzcuMjQuNzRsLTMuNTMgMy4wNCAxLjA4IDQuNTZjLjEzLjU0LS4xNC43NC0uNjMuNDRMNy4zIDExLjQzbC0zLjk2IDIuNDN6Ii8+CiAgPC9nPgogIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ4LjQ2NjY2NjY2NjY2NjY3LCAwKSI+CiAgICA8cGF0aCBmaWxsPSIjZTVlNWU1IiBzdHJva2Utd2lkdGg9IjAiIGQ9Ik0zLjM0IDEzLjg2Yy0uNDguMy0uNzYuMS0uNjMtLjQ0bDEuMDgtNC41NkwuMjYgNS44MmMtLjQyLS4zNi0uMzItLjcuMjQtLjc0bDQuNjMtLjM3TDYuOTIuMzljLjItLjUyLjU1LS41Mi43NiAwbDEuOCA0LjMyIDQuNjIuMzdjLjU2LjA1LjY3LjM3LjI0Ljc0bC0zLjUzIDMuMDQgMS4wOCA0LjU2Yy4xMy41NC0uMTQuNzQtLjYzLjQ0TDcuMyAxMS40M2wtMy45NiAyLjQzeiIvPgogIDwvZz4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NC42MjIyMjIyMjIyMjIyMiwgMCkiPgogICAgPHBhdGggZmlsbD0iI2U1ZTVlNSIgc3Ryb2tlLXdpZHRoPSIwIiBkPSJNMy4zNCAxMy44NmMtLjQ4LjMtLjc2LjEtLjYzLS40NGwxLjA4LTQuNTZMLjI2IDUuODJjLS40Mi0uMzYtLjMyLS43LjI0LS43NGw0LjYzLS4zN0w2LjkyLjM5Yy4yLS41Mi41NS0uNTIuNzYgMGwxLjggNC4zMiA0LjYyLjM3Yy41Ni4wNS42Ny4zNy4yNC43NGwtMy41MyAzLjA0IDEuMDggNC41NmMuMTMuNTQtLjE0Ljc0LS42My40NEw3LjMgMTEuNDNsLTMuOTYgMi40M3oiLz4KICA8L2c+Cjwvc3ZnPg==");
}

.review-rating-star-filled {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCA3OS4yMjIyMjIyMjIyMjIyMSAxNCI+CiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwgMCkiPgogICAgPHBhdGggZmlsbD0iI2Y3OTQxZCIgc3Ryb2tlLXdpZHRoPSIwIiBkPSJNMy4zNCAxMy44NmMtLjQ4LjMtLjc2LjEtLjYzLS40NGwxLjA4LTQuNTZMLjI2IDUuODJjLS40Mi0uMzYtLjMyLS43LjI0LS43NGw0LjYzLS4zN0w2LjkyLjM5Yy4yLS41Mi41NS0uNTIuNzYgMGwxLjggNC4zMiA0LjYyLjM3Yy41Ni4wNS42Ny4zNy4yNC43NGwtMy41MyAzLjA0IDEuMDggNC41NmMuMTMuNTQtLjE0Ljc0LS42My40NEw3LjMgMTEuNDNsLTMuOTYgMi40M3oiLz4KICA8L2c+CiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYuMTU1NTU1NTU1NTU1NTU1LCAwKSI+CiAgICA8cGF0aCBmaWxsPSIjZjc5NDFkIiBzdHJva2Utd2lkdGg9IjAiIGQ9Ik0zLjM0IDEzLjg2Yy0uNDguMy0uNzYuMS0uNjMtLjQ0bDEuMDgtNC41NkwuMjYgNS44MmMtLjQyLS4zNi0uMzItLjcuMjQtLjc0bDQuNjMtLjM3TDYuOTIuMzljLjItLjUyLjU1LS41Mi43NiAwbDEuOCA0LjMyIDQuNjIuMzdjLjU2LjA1LjY3LjM3LjI0Ljc0bC0zLjUzIDMuMDQgMS4wOCA0LjU2Yy4xMy41NC0uMTQuNzQtLjYzLjQ0TDcuMyAxMS40M2wtMy45NiAyLjQzeiIvPgogIDwvZz4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMi4zMTExMTExMTExMTExMSwgMCkiPgogICAgPHBhdGggZmlsbD0iI2Y3OTQxZCIgc3Ryb2tlLXdpZHRoPSIwIiBkPSJNMy4zNCAxMy44NmMtLjQ4LjMtLjc2LjEtLjYzLS40NGwxLjA4LTQuNTZMLjI2IDUuODJjLS40Mi0uMzYtLjMyLS43LjI0LS43NGw0LjYzLS4zN0w2LjkyLjM5Yy4yLS41Mi41NS0uNTIuNzYgMGwxLjggNC4zMiA0LjYyLjM3Yy41Ni4wNS42Ny4zNy4yNC43NGwtMy41MyAzLjA0IDEuMDggNC41NmMuMTMuNTQtLjE0Ljc0LS42My40NEw3LjMgMTEuNDNsLTMuOTYgMi40M3oiLz4KICA8L2c+CiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDguNDY2NjY2NjY2NjY2NjcsIDApIj4KICAgIDxwYXRoIGZpbGw9IiNmNzk0MWQiIHN0cm9rZS13aWR0aD0iMCIgZD0iTTMuMzQgMTMuODZjLS40OC4zLS43Ni4xLS42My0uNDRsMS4wOC00LjU2TC4yNiA1LjgyYy0uNDItLjM2LS4zMi0uNy4yNC0uNzRsNC42My0uMzdMNi45Mi4zOWMuMi0uNTIuNTUtLjUyLjc2IDBsMS44IDQuMzIgNC42Mi4zN2MuNTYuMDUuNjcuMzcuMjQuNzRsLTMuNTMgMy4wNCAxLjA4IDQuNTZjLjEzLjU0LS4xNC43NC0uNjMuNDRMNy4zIDExLjQzbC0zLjk2IDIuNDN6Ii8+CiAgPC9nPgogIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY0LjYyMjIyMjIyMjIyMjIyLCAwKSI+CiAgICA8cGF0aCBmaWxsPSIjZjc5NDFkIiBzdHJva2Utd2lkdGg9IjAiIGQ9Ik0zLjM0IDEzLjg2Yy0uNDguMy0uNzYuMS0uNjMtLjQ0bDEuMDgtNC41NkwuMjYgNS44MmMtLjQyLS4zNi0uMzItLjcuMjQtLjc0bDQuNjMtLjM3TDYuOTIuMzljLjItLjUyLjU1LS41Mi43NiAwbDEuOCA0LjMyIDQuNjIuMzdjLjU2LjA1LjY3LjM3LjI0Ljc0bC0zLjUzIDMuMDQgMS4wOCA0LjU2Yy4xMy41NC0uMTQuNzQtLjYzLjQ0TDcuMyAxMS40M2wtMy45NiAyLjQzeiIvPgogIDwvZz4KPC9zdmc+");
}

.review-rating-star-empty,
.review-rating-star-filled {
  height: 18px;
  width: 100px;
  height: 15px;
  width: 85px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

@media only screen and (max-width: 749px) {
  .card-wrapper .review-rating-star-empty,
  .card-wrapper .review-rating-star-filled {
    height: 15px;
    width: 85px;
  }
}

.custom-sl-wrapper slider-component:not(.page-width) {
  box-sizing: border-box;
  padding: 0 2rem;
}

.custom-sl-bg {
  padding: 2em 1em;
  width: 100%;
  height: 280px;
  margin-bottom: 1em;
}

/* Custom Slider */
.custom-sl-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1em;
  padding-left: 1em;
}

.custom-sl-header-wrapper .button {
  min-width: auto !important;
  padding: 0 1rem;
  white-space: nowrap;
}

@media only screen and (min-width: 1240px) {
  .custom-sl-wrapper.flex {
    display: flex;
  }

  .custom-sl-bg {
    width: 280px;
    border-radius: 4px;
    height: auto;
  }

  .custom-sl-wrapper slider-component:not(.page-width) {
    width: calc(
      var(--page-width) - var(--grid-desktop-horizontal-spacing) - 280px - 10rem
    );
    padding: 0 5rem;
  }

  .custom-sl h2,
  .custom-sl .h2 {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }
}

.custom-sl-content {
  position: relative;
  height: 100%;
}

.custom-sl-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.custom-sl-name h2 {
  color: #fff !important;
  margin: 0;
  padding: 0;
}

.custom-sl-name a {
  text-decoration: underline;
  color: #fff;
}

.custom-sl-name a:hover {
  color: #fff;
}

.custom-sl-collection {
  color: #fff;
  font-size: calc(var(--font-heading-scale) * 2.6rem);
  text-transform: capitalize;
  display: block;
  font-weight: 400;
}

/* All Sliders */
.slider-button .icon {
  height: 1.6rem !important;
}

shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 40px;
  --shopify-accelerated-checkout-button-inline-size: 40px;
  --shopify-accelerated-checkout-button-border-radius: 4px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-inline-alignment: center;
  --shopify-accelerated-checkout-row-gap: 8px;
  --shopify-accelerated-checkout-skeleton-background-color: #dedede;
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip button {
  border: 0 none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.tooltip svg {
  display: inline-block;
  margin-bottom: -6px;
  fill: var(--color-grey4);
}

.tooltip .svg-wrapper {
  display: inline-block;
  margin-bottom: -6px;
  fill: var(--color-grey4);
}

.tooltip .tooltip--info {
  visibility: hidden;
  width: 100%;
  background-color: var(--color-grey6);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 12px;
  z-index: 999;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  width: 240px;
  bottom: 100%;
  left: 50%;
  margin-left: -120px;
}

.tooltip:hover .tooltip--info {
  visibility: visible;
  font-weight: normal;
}

.modal-video[open] {
  z-index: 999 !important;
}

/* CDSEO */
.cdseo-heading {
  margin: 0;
}

.collection--additional-descr .cdseo-text-wrapper a {
  text-decoration: underline;
}

/* Move chat button behind cart, popups, etc */
#gorgias-chat-container iframe#chat-button {
  z-index: 10 !important;
}

.ot-sdk-container {
  border-top: 1px solid #ddd !important;
}

@media (max-width: 749px) {
  #onetrust-button-group button,
  #onetrust-banner-sdk #onetrust-policy {
    margin: 0 !important;
  }

  .ot-sdk-container {
    padding: 1em !important;
  }

  .ot-sdk-row {
    display: grid !important;
    gap: 0.5em;
  }

  .ot-sdk-row * {
    float: none !important;
    padding: 0;
  }

  #onetrust-policy-text {
    width: 95% !important;
    text-align: justify !important;
  }

  #onetrust-button-group {
    display: grid !important;
    gap: 0.5em;
  }

  #onetrust-accept-btn-handler {
    order: 0 !important;
  }

  #onetrust-pc-btn-handler {
    order: 1 !important;
  }
}

shop-pay-button,
shop-pay-button-base,
.shop-pay-button {
  --shop-pay-button-width: 100%;
  --shop-pay-button-height: 42px;
  display: block;
  width: 100% !important;
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role="button"]:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role="button"]:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: "";
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url("#Shape-Arch");
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }

    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }

    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }

    to {
      opacity: 1;
    }
  }
}

/* Dawn 15.2.0 */

/* Element Hovers: Vertical Lift, 3d Lift */

:root {
  --easter-egg: none;
  --sparkle: url("./sparkle.gif");
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease,
      box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease,
      box-shadow var(--duration-long) ease;
    /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0),
      0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05);
    /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift
    .collage__item
    .card-wrapper:hover
    .card--standard
    .card__inner {
    transform: rotate(0.5deg);
    /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid > .grid__item:hover,
  .animate--hover-3d-lift .collection-list > .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2;
    /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate;
    /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift
    .card-wrapper
    .card--shape.card--standard:not(.card--text)
    .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease,
      filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease,
      filter var(--duration-long) ease;
    /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15))
      drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--standard
    .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease,
      opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--standard
    .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift
    .card-wrapper:hover
    .card--standard
    .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift
    .card-wrapper:active
    .card--standard
    .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift
    .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift
    .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift
    .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift
    .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift
    .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px;
    /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width)
        rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift
    .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px;
    /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }

  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite
    ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }

  40% {
    transform: translateX(30%) scaleX(0.7);
  }

  100% {
    transform: translateX(100%) scaleX(0);
  }
}

/* Otto customizations */
.otto-grid {
  grid-auto-columns: auto !important;
}

@media (max-width: 576px) {
  .otto-grid {
    grid-auto-columns: 75% !important;
  }
}

/* Smallest screens */
.collection-hero .benefits-icons {
  justify-content: space-evenly;
  gap: 1em;
}

.collection-hero .benefits-icons .benefit {
  font-size: 0.8em;
  text-wrap: nowrap;
  text-align: center;
}

@media screen and (min-width: 390px) {
  .collection-hero .benefits-icons {
    gap: 2em;
  }
}

@media screen and (min-width: 576px) {
  .collection-hero .benefits-icons {
    max-width: 450px;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero .benefits-icons {
    gap: 3em;
  }

  .collection-hero .benefits-icons .benefit {
    font-size: 0.85em;
  }
}

@media screen and (min-width: 990px) {
  .collection-hero .benefits-icons {
    justify-content: space-between;
    max-width: 500px;
  }

  .collection-hero__description {
    max-width: 75%;
  }
}

[data-overlayscrollbars-initialize] .os-scrollbar {
  --os-size: 5px;
  --os-track-bg: var(--color-grey2);
  --os-handle-bg: var(--color-grey4);
  --os-track-bg-hover: var(--color-grey3);
  --os-track-bg-active: var(--color-grey3);
  --os-track-border-radius: 4px;
  --os-handle-border-radius: 4px;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
}

@media screen and (min-width: 750px) {
  [data-overlayscrollbars-element][data-overlayscrollbars-initialize]
    .os-scrollbar {
    --os-size: 10px;
    --os-handle-max-size: 33%;
  }
}

[data-overlayscrollbars-element][data-overlayscrollbars-initialize] {
  padding-bottom: calc(1 * var(--grid-desktop-horizontal-spacing));
}

@media screen and (min-width: 750px) {
  [data-overlayscrollbars-element][data-overlayscrollbars-initialize] {
    padding-bottom: calc(1.5 * var(--grid-desktop-horizontal-spacing));
  }
}

/* Overlay Scrollbars https://github.com/KingSora/OverlayScrollbars */
slider-component[data-overlayscrollbars-initialize] .os-scrollbar {
  display: none !important;
}

@media screen and (max-width: 749px) {
  slider-component[data-overlayscrollbars-initialize] .slider {
    margin-bottom: 0.5em !important;
  }

  slider-component[data-overlayscrollbars-initialize] .slider-buttons {
    display: none;
  }

  slider-component[data-overlayscrollbars-initialize]
    .os-scrollbar.os-scrollbar-horizontal {
    display: block !important;
    --os-padding-axis: 1em;
  }
}

slider-component[data-overlayscrollbars-initialize][data-overlayscrollbars-desktop]
  .os-scrollbar.os-scrollbar-horizontal {
  display: block !important;
  --os-padding-axis: 0.8em;
}

slider-component[data-overlayscrollbars-initialize][data-overlayscrollbars-desktop]
  .slider {
  margin-bottom: 1em !important;
}

slider-component[data-overlayscrollbars-initialize][data-overlayscrollbars-desktop]
  .slider-buttons {
  display: none;
}

@media screen and (min-width: 990px) {
  slider-component[data-overlayscrollbars-initialize][data-overlayscrollbars-desktop]
    .os-scrollbar.os-scrollbar-horizontal {
    --os-size: 10px;
    --os-handle-max-size: 33%;
    --os-padding-axis: 45px;
    bottom: calc(45px / 2 - 5px);
  }
  slider-component[data-overlayscrollbars-initialize][data-overlayscrollbars-desktop]
    .slider {
    margin-bottom: 45px !important;
  }
  slider-component[data-overlayscrollbars-initialize][data-overlayscrollbars-desktop]
    .slider-buttons {
    display: block;
  }
  slider-component[data-overlayscrollbars-initialize][data-overlayscrollbars-desktop]
    .slider-buttons
    .slider-button {
    top: auto;
    bottom: 0;
  }
}

.facets-vertical .product-grid-container {
  flex-grow: 1;
}

.facets-vertical .grid.product-grid {
  justify-content: flex-start;
}

.facets-vertical .grid.product-grid .card-wrapper .card {
  padding: var(--grid-desktop-horizontal-spacing);
  /* border: 2px solid var(--color-grey3); */
  background: white;
}

@media screen and (min-width: 576px) {
  .facets-vertical .grid.product-grid .card-wrapper .card {
    padding: var(--grid-desktop-horizontal-spacing);
  }
}

/* 
.facets-vertical {
  max-width: 2440px;
}

.facets-vertical .grid.product-grid {
  margin: 0;
  justify-content: space-between;
  width: 100%;
  column-gap: 20px;
  row-gap: 20px;
}

.facets-vertical .grid.product-grid .grid__item {
  width: auto !important;
  min-width: 280px !important;
  max-width: 100% !important;
  flex-basis: 320px;
  flex-grow: 0;
  flex-shrink: 1;
}

@media screen and (min-width: 1200px) {
  .facets-vertical {
    padding: 2em;
  }
  .facets-vertical .grid.product-grid {
    column-gap: 20px;
    row-gap: 20px;
  }
} */

/* header */
.header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-header {
  position: sticky; /* This is for fixing a Safari z-index issue. PR #2147 */
  margin-bottom: 0px;
}

@media screen and (min-width: 750px) {
  .section-header {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* home banner */
.otto-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;

  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
}
.otto-slider:not([data-keen-slider-disabled]) .otto-slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.otto-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}
.otto-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}

.otto-slider__container--template--24921744179505__otto_banner_FXX8ei {
  position: relative;
  width: 100%;
  margin: 0px auto 20px;
}
.otto-slider--template--24921744179505__otto_banner_FXX8ei {
  width: 100%;
}
.otto-slide {
  position: relative;
  width: 100%;
  min-width: 100%;
}
@media all and (min-width: 750px) {
  .otto-slider--template--24921744179505__otto_banner_FXX8ei {
    display: flex;

    min-height: 305px;
    max-height: 430px;
  }
}

.otto-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.otto-banner-image.otto-image--desktop {
  display: none;
}
.otto-banner-image.otto-image--mobile {
  display: block;
}
@media all and (min-width: 750px) {
  .otto-banner-image.otto-image--mobile {
    display: none;
  }
  .otto-banner-image.otto-image--desktop {
    display: block;
  }
}

.otto-slider--template--24921744179505__otto_banner_FXX8ei
  .otto-banner-content-wrapper {
  background: #000000;
  color: #ffffff;
  position: relative;
  transform: translate(0);
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 1em;
  font-size: 17px;
}
.otto-slider--template--24921744179505__otto_banner_FXX8ei
  .otto-banner-content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 1.2em;
}
.otto-slider--template--24921744179505__otto_banner_FXX8ei
  .otto-banner-content-wrapper
  h1,
.otto-slider--template--24921744179505__otto_banner_FXX8ei
  .otto-banner-content-wrapper
  h2,
.otto-slider--template--24921744179505__otto_banner_FXX8ei
  .otto-banner-content-wrapper
  h3,
.otto-slider--template--24921744179505__otto_banner_FXX8ei
  .otto-banner-content-wrapper
  p {
  color: #ffffff;
  margin: 0;
}
.otto-slider--template--24921744179505__otto_banner_FXX8ei .otto-slide__header {
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1rem !important;
}
.otto-slider--template--24921744179505__otto_banner_FXX8ei
  .otto-slide__subheader {
  text-transform: uppercase;
  line-height: 1;
}

.otto-slider--template--24921744179505__otto_banner_FXX8ei .otto-shop-rating {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
}

@media all and (min-width: 750px) {
  .otto-slider--template--24921744179505__otto_banner_FXX8ei
    .otto-banner-content-wrapper {
    background: transparent;
    color: #ffffff;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: var(--page-width);
    padding: 0 2em;
    text-align: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.5em 2em;
  }
  .otto-slider--template--24921744179505__otto_banner_FXX8ei
    .otto-banner-content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 1.2em;
  }
  .otto-slider--template--24921744179505__otto_banner_FXX8ei
    .otto-banner-content-wrapper
    h1,
  .otto-slider--template--24921744179505__otto_banner_FXX8ei
    .otto-banner-content-wrapper
    h2,
  .otto-slider--template--24921744179505__otto_banner_FXX8ei
    .otto-banner-content-wrapper
    h3,
  .otto-slider--template--24921744179505__otto_banner_FXX8ei
    .otto-banner-content-wrapper
    p {
    color: #ffffff;
  }
  .otto-slider--template--24921744179505__otto_banner_FXX8ei .otto-slide__body {
    line-height: calc(1 + 0.5 / var(--font-body-scale));
    letter-spacing: 1px;
    max-width: 65%;
  }
  .otto-slider--template--24921744179505__otto_banner_FXX8ei .otto-shop-rating {
    justify-content: flex-start;
  }
}

@media all and (min-width: 1200px) {
  .otto-slider--template--24921744179505__otto_banner_FXX8ei
    .otto-banner-content-wrapper {
    padding: 0 var(--page-width-padding);
    font-size: 18px;
  }
  .otto-slider--template--24921744179505__otto_banner_FXX8ei .otto-slide__body {
    font-size: 1em;
    max-width: 45%;
  }
}

.otto-slider--template--24921744179505__otto_banner_FXX8ei
  .otto-slide-btn-group {
  display: inline-flex;
  gap: 1.3em;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  flex-flow: column nowrap;
}
.otto-slider--template--24921744179505__otto_banner_FXX8ei .otto-slide-btn {
  font-size: 1em;
  border: 1px solid #ffffff;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-family: var(--font-body-family);
  font-weight: 600;
  padding: 0.7em 1.2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: var(--buttons-radius-outset);
  letter-spacing: 0.1rem;
  appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  min-height: 50px;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 1;
}
.otto-slider--template--24921744179505__otto_banner_FXX8ei
  .otto-slide-btn:hover {
  background: #ffffff;
  color: #000000;
}
.otto-slider--template--24921744179505__otto_banner_FXX8ei
  .otto-slide-btn.otto-primary-btn {
  border: 0 none;
  background: #e21c2b;
  color: #ffffff;
}
.otto-slider--template--24921744179505__otto_banner_FXX8ei
  .otto-slide-btn.otto-primary-btn:hover {
  background: #ffffff;
  color: #e21c2b;
}

@media all and (min-width: 750px) {
  .otto-slider--template--24921744179505__otto_banner_FXX8ei
    .otto-slide-btn-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    width: 500px;
    margin: auto;
    gap: 1em;
  }
  .otto-slider--template--24921744179505__otto_banner_FXX8ei .otto-slide-btn {
    width: 50%;
    flex-grow: 0;
  }
}

@media all and (min-width: 750px) {
  .otto-slider--template--24921744179505__otto_banner_FXX8ei
    .otto-slide-btn-group {
    justify-content: flex-start;
    width: 500px;
    gap: 1.2em;
    margin: 0;
  }
  .otto-slider--template--24921744179505__otto_banner_FXX8ei .otto-slide-btn {
    flex-grow: 0;
    width: 50%;
  }
}

@media all and (min-width: 1200px) {
  .otto-slider--template--24921744179505__otto_banner_FXX8ei
    .otto-slide-btn-group {
    gap: 1.2em;
  }

  .otto-slider--template--24921744179505__otto_banner_FXX8ei .otto-slide-btn {
    flex-grow: 0;
  }
}

#shopify-section-template--24921744179505__otto_banner_FXX8ei h1 {
  line-height: 0.8;
}

/* end home banner */

/* isolate title */
.isolate-title-section {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (min-width: 750px) {
  .isolate-title-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
/* end isolate title */

/* top stoll */
.otto-image {
  display: block;
  width: 100%;
  height: auto;
}
.otto-image.otto-image--desktop {
  display: block;
}
.otto-image.otto-image--mobile {
  display: none;
}

.otto-btn {
  padding: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.otto-btn:nth-child(2) {
  margin-left: 5px;
}

@media all and (max-width: 1024px) {
  .otto-image.otto-image--desktop {
    display: none;
  }
  .otto-image.otto-image--mobile {
    display: block;
  }
}

.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  margin: 0px auto 20px;
}

.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-grid-item {
  position: relative;
}
.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-grid-item__content {
  background: transparent;
  color: #000000;
  padding: 20px;
  text-align: center;
}
.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-grid-item
  h1,
.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-grid-item
  h2,
.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-grid-item
  h3,
.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-grid-item
  h4,
.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-grid-item
  h5,
.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-grid-item
  p {
  color: #000000;
}
.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-grid-item__header {
  font-size: 2em;
  margin: 0 0 10px;
  line-height: 1.3;
}
.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-grid-item__subheader {
  font-size: 1em;
  margin: 0 0 10px;
  line-height: 1.3;
}
.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-grid-item__body {
  font-size: 1em;
  margin: 0 0 10px;
  line-height: 1.3;
}
.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-btn {
  background: #000000;
  color: #ffffff;
  padding: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  text-decoration: none;
}
.otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
  .otto-btn:hover {
  background: #ffffff;
  color: #000000;
}

@media all and (max-width: 1024px) {
  .otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt {
    grid-template-columns: unset;
    grid-gap: 20px;
    grid-auto-columns: 40%;
    grid-auto-flow: column;
    overflow: auto;
  }

  .otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt
    .otto-grid-item__content {
    padding: 10px;
  }
}

@media all and (max-width: 768px) {
  .otto-grid--Ac3hpcnhpa2FhNTRmW__otto_image_scheduler_otto_grid_ti4bnt {
    grid-auto-columns: 75%;
  }
}
/* end top stoll */

/* video slider */
#section-template--24921744179505__175339605393f60c24
  .tolstoy-carousel
  .tolstoy-carousel-container
  > div
  > div {
  align-items: flex-start !important;
}
#section-template--24921744179505__175339605393f60c24
  .tolstoy-carousel
  .tolstoy-carousel-container
  .tolstoy-product-tile-title,
#section-template--24921744179505__175339605393f60c24
  .tolstoy-carousel
  .tolstoy-carousel-container
  .tolstoy-product-tile-price {
  font-size: 0.9em !important;
  font-weight: 600 !important;
  line-height: 1.3em !important;
  max-height: 3em !important;
}
/* end video slider */

/* newsletter */
@media screen and (min-width: 750px) {
  .newsletter__wrapper {
    max-height: 460px;
    background-color: #000 !important;
    background-repeat: no-repeat !important;
    background-image: linear-gradient(
        to right,
        black 0%,
        black 50%,
        transparent 100%
      ),
    /*  url("//www.chemicalguys.com/cdn/shop/files/footer-background-2024_1024x1024.jpg?v=3665399851071013967") !important;*/
    /*background-size: 1602px 460px !important;*/
    background-position: top right -100px !important;
  }
}
@media screen and (min-width: 960px) {
  .newsletter__wrapper {
    background-position: top right !important;
  }
}
@media screen and (min-width: 1150px) {
  .newsletter__wrapper {
    max-height: 360px;
    background-size: auto 360px !important;
    background-position: top right !important;
  }
}

.newsletter-form {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  overflow: visible;
  border-radius: 2px;
  border-style: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position-y: 50%;
  padding: 0px;
}

.newsletter-form form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0px;
  padding: 0px;
  min-height: 50px;
  justify-content: center;
}

.form-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
}

.form-row > div {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-self: flex-end;
}

.padding-y-10 {
  padding: 10px 0px;
}

.padding-small {
  padding: 8px 6px;
}

.form-row input {
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0px 0px 0px 16px;
  height: 50px;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: "Barlow Condensed", Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(180, 187, 195, 0);
}

.form-row button {
  background: rgb(226, 28, 43);
  border-radius: 4px;
  border-style: none;
  border-color: rgb(0, 0, 0);
  border-width: 2px;
  color: rgb(255, 255, 255);
  font-family: "Barlow Condensed", Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  font-style: normal;
  white-space: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  word-break: break-word;
  align-self: flex-end;
  cursor: pointer;
  pointer-events: auto;
  height: 50px;
  width: 100%;
}

.form-row p {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0px;
}

.form-row p span {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: "Barlow Condensed", Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* section blog */
.section-p-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

@media screen and (min-width: 750px) {
  .section-p-36 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/* Side Nav - Container */
.blog-nav-card {
  border: 1px solid #eaeaea;
  margin-bottom: 1em;
}
/* Side Nav - Mute color on nav icons */
.blog-nav-card .fa-solid {
  opacity: 0.4;
}
/* Side Nav - About Text */
.blog-about {
  padding: 1em;
  background-color: var(--color-grey1);
  border-radius: 4px;
}
/* Side Nav - Style Links */
.blog-nav-card a {
  text-decoration: none;
}
.blog-nav-card a:hover {
  text-decoration: underline;
}
/* Side Nav - Title */
.blog-nav-title {
  padding: 1em;
  font-weight: 500;
  text-transform: uppercase;
}
/* Side Nav - Menu Links */
.blog-nav-table {
  margin: 1em;
}
.blog-nav-table td {
  padding-bottom: 1em;
  vertical-align: top;
}
.blog-nav-table td.icon {
  padding: 0 0.6em 0 0;
}
.blog-nav-article-link {
  line-height: 1em;
}

.blog-nav-content a {
  text-decoration: underline !important;
}
/* When side nav is included, remove the top padding on the main blog article listings */
.main-blog {
  padding-top: 0 !important;
}

/* collection tabs */
.collection--tabs .collection-tabs__container {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  display: flex;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 10px;
}

.collection--tabs .tab-item--no_image {
  width: auto;
  min-width: fit-content;
  flex-direction: row;
}

.collection--tabs .tab-item__text {
  text-decoration: none;
  padding: 4px 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.collection--tabs .tab-item__link {
  text-decoration: none;
  font-weight: 500;
}

.collection--tabs .tab-item--no_image .tab-item__text {
  font-size: 0.9em;
  padding: 0.6em 1.2em;
}

.collection--tabs .collection-tabs__content {
  display: flex;
}

.collection--tabs .tab-item .tab-item__inner {
  display: flex;
  align-items: center;
}
.collection--tabs .tab-item.tab-item--image .tab-item__inner {
  flex-direction: column;
}
.collection--tabs .tab-item {
  overflow: hidden;
}

.collection--tabs .tab-item--image {
  min-width: 60px;
  max-width: 64px;
  padding: 0;
  overflow: visible;
}
.collection--tabs .tab-item--image .tab-item__image {
  width: 48px;
  height: 48px;
  padding: 0;
}
.collection--tabs .tab-item__image:before {
  content: "";
  display: block;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.collection--tabs .tab-item__image img,
.collection--tabs .tab-item__image svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.collection--tabs .tab-item__image--square {
  --aspect-ratio: 1;
}
.collection--tabs .tab-item.tab-item--image .tab-item__inner {
  flex-direction: column;
}
.collection--tabs .tab-item--border .tab-item__image {
  border: 0;
}

@media screen and (min-width: 576px) {
  .collection--tabs .collection-tabs__container {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 990px) {
  .collection--tabs .collection-tabs__container {
    flex-wrap: wrap;
  }
}

.collection--tabs .collection-tabs__content {
  padding-top: 0px;
}

#collections-nav--template--24921744998705__collections_nav_slider_rLdY3z
  .tab-item__image {
  display: none;
}

#collections-nav--template--24921744998705__collections_nav_slider_rLdY3z.collection--tabs {
  background-color: #f2f2f2;
}

#collections-nav--template--24921744998705__collections_nav_slider_rLdY3z
  .collection-tabs__container {
  gap: 10px;
}

#collections-nav--template--24921744998705__collections_nav_slider_rLdY3z
  .tab-item--image {
  width: calc(100% / 0 - 20px);

  border: 1px solid transparent;

  min-width: 55px;
  max-width: 55px;
}

@media (max-width: 0px) {
  #collections-nav--template--24921744998705__collections_nav_slider_rLdY3z
    .collection-tabs__container::-webkit-scrollbar {
    transform: translateY(10px);
  }
}

#collections-nav--template--24921744998705__collections_nav_slider_rLdY3z
  .tab-item__image {
  position: relative;
  overflow: hidden;
  max-width: 100%;

  border-radius: 50%;
  border: 1px solid transparent;
}

#collections-nav--template--24921744998705__collections_nav_slider_rLdY3z
  .tab-item--no_image {
  border-radius: 100px;
}

#collections-nav--template--24921744998705__collections_nav_slider_rLdY3z
  .tab-item--border {
}

#collections-nav--template--24921744998705__collections_nav_slider_rLdY3z
  .tab-item--fill {
  background-color: #ffffff;
}
#collections-nav--template--24921744998705__collections_nav_slider_rLdY3z
  .tab-item.tab-item--fill.tab-item--current {
  background: #292929;
  color: #ffffff;
}

#collections-nav--template--24921744998705__collections_nav_slider_rLdY3z
  .tab-item.tab-item--fill.tab-item--current
  a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  #collections-nav--template--24921744998705__collections_nav_slider_rLdY3z
    .collection-tabs__content {
    padding-bottom: 20px;
  }

  #collections-nav--template--24921744998705__collections_nav_slider_rLdY3z
    .tab-item--image {
    width: calc(100% / 5 - 20px);

    min-width: 80px;
    max-width: 110px;
  }
}

/* home video slider */
.home-video-slider {
  position: relative;
}

.home-video-slider .main-slider .item {
  width: 300px;
  padding: 0 8px;
}

.home-video-slider .main-slider .item .video {
  width: 100%;
  position: relative;
}

.home-video-slider .main-slider .item iframe {
  width: 100%;
  aspect-ratio: 9 / 16; /* hoặc 4/3, 21/9... */
  height: auto;
  pointer-events: auto;
}

/* Ẩn icon đỏ YouTube và tối ưu hóa video player */
.home-video-slider .main-slider .item .video {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/* Đảm bảo iframe YouTube hiển thị đúng */
.home-video-slider .main-slider .item iframe {
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 8px;
}

.home-video-slider .main-slider .item .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  bottom: 0;
  width: 100%;
  padding-right: 10px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: white;
  overflow: hidden;
  transition: min-height 0.3s ease, max-height 0.3s ease;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
}

.home-video-slider .main-slider .item .content {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  width: 100%;
  cursor: pointer;
  gap: 8px;
}

.home-video-slider .main-slider .item .content-img {
  width: 56px;
  height: 70px;
  border-radius: 2px;
  object-fit: cover;
  align-self: center;
}

.home-video-slider .main-slider .item .context {
  display: flex;
  flex-direction: column;
  max-width: 224px;
  padding: 4px 0;
}

.home-video-slider .main-slider .item .cnt-title,
.home-video-slider .main-slider .item .cnt-price {
  font-size: 0.9em !important;
  font-weight: 600 !important;
  line-height: 1.3em !important;
  max-height: 3em !important;
  margin: 0;
  color: #090a0b;
}

.home-video-slider .main-slider .item .cnt-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-video-slider .slide-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  justify-self: center;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .home-video-slider .slick-prev-btn,
  .home-video-slider .slick-next-btn {
    opacity: 0;
    pointer-events: none;
  }
}

.home-video-slider .slick-prev-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

.home-video-slider .slick-next-btn {
  transform: scaleX(-1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

/* product video slider */
.product-video-slider {
  margin: 12px 0;
  display: grid;
  gap: 16px;
}

.product-video-slider .product-video-title {
  text-align: left;
  color: rgb(0, 0, 0);
  margin: 0;
  border-top: 1px solid var(--color-grey2);
  padding-top: 1em;
}

.product-video-slider .product-slider {
  /* display: flex; */
  overflow: hidden;
  position: relative;
  width: 100%;
}

.product-video-slider .product-slider .item {
  padding: 4px;
  max-width: 94px;
  aspect-ratio: 1/1;
}

.product-video-slider .product-slider .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.product-video-slider .product-slider .item img {
  border-radius: 117px;
  border: 1px solid rgb(226, 28, 42);
  padding: 2px;
  height: 90px;
  width: 90px;
  object-fit: cover;
  box-sizing: border-box;
}

/* customer review image slider */
.customer-reivew-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 48px;
}

.customer-reivew-slider .item {
  width: 200px;
  height: 200px;
  margin-right: 10px;
}

.customer-reivew-slider .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.customer-reivew-slider .item a:hover img {
  transform: scale(1.05);
}

.customer-reivew-slider .item a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 2;
  transition: 0.1s ease-out;
}

.customer-reivew-slider .slick-prev,
.customer-reivew-slider .slick-next {
  transition: opacity 0.1s ease;
  cursor: pointer;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
  background-color: hsla(0, 0%, 100%, 0.8);
  height: 100%;
  font-size: 0;
  border: none;
  outline: none;
  opacity: 0;
}

.customer-reivew-slider .slick-disabled {
  opacity: 0 !important;
}

.customer-reivew-slider:hover .slick-prev,
.customer-reivew-slider:hover .slick-next {
  opacity: 1;
}

.customer-reivew-slider .slick-prev::before,
.customer-reivew-slider .slick-next::before {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #474747;
  font-size: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.customer-reivew-slider .slick-prev::before {
  content: "←";
}

.customer-reivew-slider .slick-next::before {
  content: "→";
}

.customer-reivew-slider .slick-prev {
  left: 0;
}

.customer-reivew-slider .slick-next {
  right: 0;
}

/* product recommendation slider */
.product-recommendation-block {
  width: 100%;
  position: relative;
}

.product-recommendation-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-recommendation-slider {
  padding: 0 1em;
}

.product-recommendation-block .slick-prev,
.product-recommendation-block .slick-next {
  transition: opacity 0.1s ease;
  cursor: pointer;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
  background-color: hsla(0, 0%, 100%, 0.8);
  height: 100%;
  font-size: 16px;
  border: none;
  outline: none;
  color: #8c8c8c;
}

.product-recommendation-block .slick-prev:hover,
.product-recommendation-block .slick-next:hover {
  color: #292929;
}

.product-recommendation-block .slick-prev {
  left: 0;
}

.product-recommendation-block .slick-next {
  right: 0;
}

.product-recommendation-slider .item {
  padding: 0 10px;
}

@media screen and (min-width: 990px) {
  .product-recommendation-slider {
    padding: 0 45px;
  }
}

/* customer review rating */
.customer-review-rating {
  position: relative;
}

.customer-review-head {
  display: flex;
  flex-wrap: wrap;
}

.customer-review-block-half {
  width: calc(50% - 48px);
  display: flex;
  flex-direction: column;
  margin-right: 48px;
  margin-bottom: 48px;
}

.rating-average-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}

.rating-average {
  display: flex;
  align-items: center;
  gap: 12px;
}

.average {
  font-size: 48px !important;
  line-height: 40px !important;
  margin-bottom: -5px;
  color: #000 !important;
  letter-spacing: normal !important;
  font-family: "Teko", sans-serif;
}

.rating-average .rating-stars {
  line-height: 1;
  position: relative;
  display: inline-block;
}

.rating-average .rating-stars .stars-foreground {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.rating-count {
  margin-top: 6px;
  font-weight: 600;
  font-size: inherit;
  color: #666;
}

.rating-recommend-block {
  display: flex;
  justify-content: center;
}

.rating-recommend {
  border-radius: 2px;
  color: #098901;
  background: #def9dc;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 6px;
  justify-content: center;
}

.rating-recommend .rec-value {
  color: inherit;
  background-color: transparent;
  font-family: "Teko", sans-serif;
  line-height: 1em;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.rating-recommend .rec-text {
  color: inherit;
  font-size: 0.87em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.rating-breakdown-block {
  display: inline-block;
  min-width: 200px;
  width: 100%;
  max-width: 100%;
}

.rating-breakdown-distribution {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.rating-breakdown-distribution-row {
  width: 100%;
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  grid-row-gap: 16px;
  grid-column-gap: 12px;
  align-items: center;
  line-height: 1;
}

.rating-breakdown-distribution-row .breakdown-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 0.87em;
}

.rating-breakdown-distribution-row:last-child .label-num {
  margin-right: 4px;
}

.rating-breakdown-distribution-row .breakdown-bar {
  position: relative;
  background-color: #f4f4f6;
  height: 6px;
  border-radius: 3px;
  height: 14px;
}

.rating-breakdown-distribution-row .breakdown-bar-fill {
  min-width: 6px;
  max-width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #f7941d;
  position: absolute;
  top: 0;
  left: 0;
}

.customer-review-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 16px;
}

.customer-review-nav .customer-review-nav--inner {
  display: flex;
  align-self: flex-end;
  width: auto;
  text-align: left;
}

.customer-review-nav .review-nav-btn {
  outline: 0;
  outline-offset: 4px;
  margin-right: 24px;
  padding-bottom: 4px;
  font-weight: 600;
  background: none;
  border: 0;
  color: #595959;
  font-size: 1em;
  cursor: pointer;
  display: inline-block;
  height: auto;
  text-transform: capitalize;
  border-bottom: 3px solid transparent;
  opacity: 0.6;
  padding: 12px 8px;
  margin-right: 8px;
}

.customer-review-nav .review-nav-btn .item-count {
  display: inline-block;
  position: relative;
}

.customer-review-nav .review-nav-btn .item-count::before {
  content: "(";
}

.customer-review-nav .review-nav-btn .item-count::after {
  content: ")";
}

.customer-review-nav .review-nav-btn.active {
  opacity: 1;
  border-bottom: 2px solid #595959;
}

.review-filter-search {
  background: transparent;
  padding: 0;
  margin-bottom: 16px;
}

.review-filter-search .review-filter {
  max-width: 410px;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.review-filter-search .review-filter .review-filter-input {
  font-size: 16px;
  height: auto;
  border-radius: 2px;
  border: 2px solid #474747;
  color: #676767;
  padding: 12px 16px 12px 44px;
  transition: border-color 0.1s ease-out;
  width: 100%;
}

.review-filter-search .review-filter .review-filter-btn {
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #676767;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  outline: none;
  border: 0;
  padding: 0;
}

.review-filter-search .review-filter .review-filter-input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
}

.customer-review-main {
  display: none;
}


.customer-review-main.show {
  display: block;
}

.customer-review-main-head .review-controls {
  display: flex;
  line-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-transform: capitalize;
  padding-bottom: 8px;
}

.customer-review-main-head .review-controls .review-counts {
  color: #676767;
}

.customer-review-main-head .review-controls .review-slot-select {
  font-size: 16px;
  display: block;
  width: auto;
  border-color: #8c8c8c;
  height: auto;
  line-height: 32px;
  padding-right: 30px;
  border-radius: 2px;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  padding: 0 24px 0 12px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  outline-offset: 4px;
  -webkit-appearance: none;
}

.customer-review-main-head .review-controls .review-slot-select:focus {
  outline: none;
}

.customer-review-main-head .review-question-cta {
  display: inline-block;
  background-color: #0080a9;
  text-align: center;
  position: relative;
  outline: 0;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  border: 0 none;
  border-radius: 3px;
  line-height: 40px;
  padding: 0 24px;
  white-space: nowrap;
  color: #ffffff;
}

.customer-review-main-head .review-question-cta:hover {
  box-shadow: initial;
  background-color: #007195;
}

.customer-review-main .customer-review-main-body {
  position: relative;
  border-top: 0;
  margin-bottom: 16px;
}

.customer-review-main .customer-review-main-body .customer-review-list {
  margin-bottom: 16px;
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .customer-review-list-item {
  padding: 24px 0;
  border-bottom: 1px solid #dedede;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .review-item {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .review-item-side {
  position: relative;
  background-color: #f7f7f7;
  margin-right: 0 !important;
  font-size: inherit;
  border: 0 none;
  margin-bottom: 0;
  flex-shrink: 0;
  flex-basis: 300px;
  padding: 16px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-reviewer {
  margin-right: 0;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-reviewer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 0.95em;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-reviewer
  .avatar {
  margin-right: 8px;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-reviewer
  .avatar-placeholder {
  font-size: 28px;
  font-weight: 500;
  user-select: none;
  width: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  background-color: #676767;
  color: #ffffff;
  line-height: 48px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-reviewer
  .avatar-img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-reviewer
  .identity {
  margin-top: 0;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-reviewer
  .identity
  .name {
  text-transform: capitalize;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-reviewer
  .verified {
  font-weight: 600;
  color: #1da416;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-product {
  order: 1;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #dedede;
  font-size: 0.87em;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-product
  .product {
  display: flex;
  align-items: flex-start;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-product
  .product-thumbnail {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  margin-right: 16px;
  display: inline-block;
  line-height: 0;
  text-decoration: none;
  color: inherit;
  margin-right: 16px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-product
  .product-thumbnail
  img {
  width: 100%;
  height: 100%;
  border: 0px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-product
  .product-detail
  .detail-title {
  font-weight: 600;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-product
  .product-detail
  .product-variant {
  color: #676767;
  display: block;
  font-weight: 400;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-recommend {
  order: 2;
  margin-top: 16px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-recommend
  .recommend {
  color: #098901;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-recommend
  .icon {
  width: 20px;
  height: 20px;
  font-size: 1em;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-attr {
  order: -1;
  margin-top: 16px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-attr
  .attr {
  font-size: 0.87em;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-attr
  .attr-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 4px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .item-expand-content
  .item-attr
  .attr-title {
  font-weight: 600;
  margin-right: 8px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .review-item-main {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  width: 100%;
  align-items: flex-start;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .review-item-main
  .main-content {
  grid-column: 1 / 2;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .review-item-main
  .main-content
  .main-contennt-top {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .review-item-main
  .main-content
  .content-top-date {
  color: #676767;
  font-size: 0.87em;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .review-item-main
  .main-content
  .content-top-star {
  margin-left: -2px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .review-item-main
  .main-content
  .main-content-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 1.143em;
  font-weight: 500;
  color: #000;
  width: 100%;
  margin-top: 8px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .review-item-main
  .main-content
  .main-content-body {
  font-weight: 400;
  width: 100%;
  margin-top: 8px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .review-item-main
  .main-media-feature {
  grid-column: 2 / span end;
  grid-row: 1 / 5;
  margin: 0 !important;
  width: 100%;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .review-item-main
  .main-media-feature
  a {
  display: block;
  width: 100%;
  height: 200px;
}

.customer-review-main
  .customer-review-main-body
  .customer-review-list
  .review-item-main
  .main-media-feature
  a
  img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 2;
}

.customer-review-main-footer .showmore-action {
  text-align: right;
}

.customer-review-main-footer .showmore-action .showmore-btn {
  display: inline-block;
  text-align: center;
  position: relative;
  outline: 0;
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  border: 0 none;
  border-radius: 3px;
  line-height: 40px;
  padding: 0 24px;
  white-space: nowrap;
  cursor: pointer;
  background: #676767;
  color: #ffffff;
}

.customer-review-main-footer .showmore-action .showmore-btn:hover {
  background: #007195;
}

.customer-question-main {
  position: relative;
  padding-top: 24px;
  color: #474747;
}

.customer-question-main .customer-question-list {
  padding: 0;
  margin: 0;
  transition: opacity 0.2s ease-out;
  position: relative;
  text-align: left;
}

.customer-question-main .customer-question-list-item {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.customer-question-main .customer-question-list-item .question {
  padding: 8px 16px;
  margin: 0;
  background-color: #f7f7f7;
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  word-break: break-word;
}

.customer-question-main .customer-question-list-item .question-main {
  padding: 0;
}

.customer-question-main .customer-question-list-item .question-main-author {
  text-transform: capitalize;
  color: #474747;
  font-weight: 500;
  margin-bottom: 4px;
  float: left;
}

.customer-question-main .customer-question-list-item .question-main-date {
  color: #676767;
  font-size: 0.87em;
  margin-bottom: 4px;
  float: right;
}

.customer-question-main .customer-question-list-item .question-main-body {
  color: #000 !important;
  font-weight: 500;
  padding-top: 8px;
  clear: both;
  margin-bottom: 4px;
}

.customer-question-main .customer-question-list-item .answer {
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  border-radius: 0;
  background: transparent;
  padding: 24px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  word-break: break-word;
}

.customer-question-main .customer-question-list-item .answer-main {
  background-color: transparent;
  padding: 0 0 0 16px;
  flex: 1 1 0;
}

.customer-question-main .customer-question-list-item .answer-main-date {
  color: #676767;
  font-size: 0.87em;
  float: right;
}

.customer-question-main .customer-question-list-item .answer-main-body {
  font-weight: 400;
  clear: both;
  margin-bottom: 4px;
  color: #474747;
}

@media screen and (min-width: 680px) {
  .customer-review-main
    .customer-review-main-body
    .customer-review-list
    .review-item {
    flex-flow: row;
    gap: 48px;
  }
}

@media screen and (min-width: 990px) {
  .customer-review-main
    .customer-review-main-body
    .customer-review-list
    .review-item-main {
    display: grid;
    row-gap: 0;
    column-gap: 48px;
    grid-template-columns: 1fr minmax(0, min-content) !important;
  }

  .customer-review-main
    .customer-review-main-body
    .customer-review-list
    .review-item-main
    .main-media-feature
    a {
    height: 200px !important;
    width: 200px !important;
  }

  .customer-question-main .customer-question-list-item .question {
    padding: 16px 24px;
  }

  .customer-question-main .customer-question-list-item .answer {
    border: 0 none;
  }

  .customer-question-main .customer-question-list-item .answer-main {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 200px 1fr;
    column-gap: 24px;
    background-color: transparent;
  }

  .customer-question-main .customer-question-list-item .answer-main-date {
    float: none;
    text-align: right;
    grid-column: 1 / 2;
    margin-bottom: 0;
  }

  .customer-question-main .customer-question-list-item .answer-main-body {
    grid-column: 2 / 2;
    grid-row: span 2 / -1;
    border-left: 2px solid #eee;
    padding-left: 24px;
    padding-bottom: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .customer-review-main
    .customer-review-main-body
    .customer-review-list
    .item-reviewer
    .avatar {
    margin-right: 16px;
  }
}
