/** Shopify CDN: Minification failed

Line 5273:0 Comments in CSS use "/* ... */" instead of "//"
Line 5286:0 Unexpected "}"

**/
:root {
   /* Button, Link, Badge, Focused Outline */
  --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);

  /* Animation durations */
  --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);

  /* Slime Banshee: Magical dropdown */
  --aura-outer: rgba(200,200,255,.35);
  --aura-inner: rgba(255,255,255,.35);
  --shine-1: rgba(255,255,255,.18);
  --shine-2: rgba(190,170,255,.14);
}

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

.article-card-wrapper .card,
.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 */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

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

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.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;
}.torch-glow-wrapper {
  text-shadow:
    0 0 5px rgba(255, 255, 200, 0.8),
    0 0 10px rgba(255, 255, 180, 0.6),
    0 0 15px rgba(255, 255, 150, 0.5);
  color: #fff8d1 !important;
}


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

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::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,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  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.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@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) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

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: 1rem;
  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: 1.3rem;
  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: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.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: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.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: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  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;
  }
}

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

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

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

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

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

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

/* 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-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-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@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) * 5 / 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) * 4 / 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) * 3 / 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) * 2 / 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);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .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 {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* 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),
.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 - default */

.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,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --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(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

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

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded: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));
}

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

.button:not([disabled]):hover::after,
.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:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded: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) {
  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: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


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

.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 - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

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-shadow), 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-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 */
.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-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  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-shadow), 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), 0.75);
}

.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 .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: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-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-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-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  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: calc(4.5rem / var(--font-body-scale));
  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 .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;
}

.quantity__rules {
  margin-top: 0.5rem;
  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-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.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: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

/* Only on /pages/our-story */
body.page-our-story #sb-story h1{
  font-size: clamp(1rem, 1.6vw, 1.4rem) !important; /* smaller */
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: .2px;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* 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-color: rgb(var(--color-background));
}

.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-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 {
  height: auto;
  max-width: 100%;
}

.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 (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

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

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

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

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

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

.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) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

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

@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 {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  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: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.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:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  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,
.global-media-settings .placeholder-svg {
  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,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
@font-face {
  font-family: "Jelly Donuts";
  src: url("/cdn/shop/files/JellyDonuts-Aja7.woff?v=1775833661") format("woff");
  font-weight: normal;
  font-style: normal;
}
.gradient {
    background: var(--gradient-background);
    background-attachment: fixed;
    background-image: url(/cdn/shop/files/Shopify_Logo_2.png?v=1752322099) !important;
    background-color: transparent !important;
    background-position: center center !important;
    background-size: cover !important;
} 

html body,
body.template-index,
body,
html {
  background: url(/cdn/shop/files/Shopify_Logo_2.png?v=1752322099) center center / cover no-repeat fixed !important;
  background-color: #2c3e36 !important;
  background-blend-mode: multiply !important;
  min-height: 100vh !important;
  z-index: 0 !important;
}

.main-content,
.page-container,
.site-wrapper,
.shopify-section,
#MainContent {
  background: transparent !important;
  background-color: transparent !important;
}

h1 {
  text-align: center;
}

video {
  box-shadow: 0 8px 32px 0 rgba(60, 120, 80, 0.15), 0 0 24px 6px rgba(179, 255, 219, 0.19);
  border-radius: 12px; /* Already in your inline style, that’s perfect! */
}

/* Gold text stays gold, with glow */
.highlight-gold, .gold-glow {
  color: #FFD600 !important;
  text-shadow: 0 0 8px #FFD600, 0 0 20px #FFD60080 !important;
}

/* Join the Realms button/popup in green, no shadow */
.button--join-realms,
.button--join-realms *,
.green-glow,
.join-realms-title {
  color: #3D463D !important;
  text-shadow: none !important;
}

/* Convert any inline white to cream */
*[style*="color: #fff"],
*[style*="color:#fff"],
*[style*="color: #ffffff"],
*[style*="color:#ffffff"],
*[style*="color: rgb(255,255,255)"] {
  color: #FFF8E1 !important;
}
.product-card-wrapper .card, 
.contains-card--product {
  box-shadow:
    0 0 30px 10px rgba(61, 70, 61, 0.6),
    0 0 60px 20px rgba(61, 70, 61, 0.4);
}
.product-card-wrapper .card {
  --border-radius: 12px; /* adjust to your desired roundness */
}
.global-media-settings video, 
.media--transparent video {
  box-shadow:
    0 0 30px 10px rgba(61, 70, 61, 0.6),
    0 0 60px 20px rgba(61, 70, 61, 0.4);
}
@keyframes etherealDarkGreenGlow {
  0% {
    box-shadow:
      0 0 40px 10px #3D463D,      /* dark green */
      0 0 80px 30px #cfd8cd,      /* sage mist */
      0 0 120px 48px #e3e6e8,     /* silver veil */
      0 0 24px 6px #fff8e1;       /* dream cream */
  }
  50% {
    box-shadow:
      0 0 80px 20px #3D463D,      /* dark green, stronger */
      0 0 140px 56px #cfd8cd,
      0 0 180px 72px #e3e6e8,
      0 0 36px 9px #fff8e1;
  }
  100% {
    box-shadow:
      0 0 40px 10px #3D463D,
      0 0 80px 30px #cfd8cd,
      0 0 120px 48px #e3e6e8,
      0 0 24px 6px #fff8e1;
  }
}

img, video {
  border-radius: 12px !important;
  animation: etherealDarkGreenGlow 4s ease-in-out infinite;
}
.arch-border {
  border-radius: 60% 60% 40% 40% / 85% 85% 15% 15%;
  border: 8px solid #3D463D;
  box-shadow: 0 0 36px 2px #cabd6a44;
  background: #3D463D;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.arch-border img {
  border-radius: inherit;
  display: block;
  width: 100%;
}
.celtic-swirl {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none;
}
.product-gallery {
  flex: 1 1 40%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-gallery-slider {
  width: 100%;
  padding: 1rem 0;
}

.product-gallery-slider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-gallery-slider .slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.product-gallery-slider .slide img {
  border: 2px solid #ccc;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.2), 0 0 24px rgba(173, 216, 230, 0.15);
}
/* 🧚 Slime Banshee Carousel Product Layout — Clean & Functional */
.custom-product-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif !important;

}

.product-gallery {
  flex: 0 0 45%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-gallery-slider {
  width: 100%;
  padding: 1rem 0;
  position: relative;
}

.product-gallery-slider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-gallery-slider .slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 1rem;
  border: 2px solid #ccc;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.2), 0 0 24px rgba(173, 216, 230, 0.15);
}

/* 🧭 Slick Carousel Arrows — Restored & Styled (No Text) */
.slick-prev,
.slick-next {
  font-size: 0 !important; /* Hides any text inside */
  color: #f5f1dc !important;
  z-index: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  padding: 0.3rem;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  cursor: pointer;
  opacity: 0.85;
  transition: all 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #f5f1dc;
}

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

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

/* Ensure before/after content doesn't show text */
.slick-prev::before,
.slick-next::before,
.slick-prev::after,
.slick-next::after {
  content: '' !important;
}

/* 🧚 Slime Banshee – Product Info Centered under Title */

.product-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.product-info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-left: 0.2rem;
}

/* When .product-content is in the right column, nudge the block */
@media screen and (min-width: 768px) {
  .product-info-block {
    align-items: center;
    text-align: center;
    width: 100%;
  }
}

/* Subtext lines */
.product-subtext {
  font-size: 0.95rem;
  text-align: center;
  margin: 0.3rem 0;
}

.tax-note {
  color: #e0d4aa;
}

.pickup-note {
  color: #bde7d2;
}

/* 💸 Price + Add to Cart side by side */
.price-button-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

/* 🌟 Glowing Price Override */
.product-price {
  font-size: 2.2rem !important;
  font-weight: bold !important;
  color: #fef5d9 !important;
  text-shadow: 0 0 10px #fef5d9, 0 0 20px #bca3f1 !important;
  margin: 0 !important;
}

/* =====================================================
   SLIME BANSHEE — BOTTOM OVERRIDES (safe + non-conflicting)
   Replace your pasted bottom chunk with this whole block
===================================================== */

/* --- Global SB palette + glow variables used below --- */
:root{
  --sb-purple:#ca00fc;

  /* Menu glow variables (were missing) */
  --shine-1: rgba(202,0,252,.35);
  --shine-2: rgba(255,225,137,.25);
  --aura-outer: rgba(202,0,252,.55);
  --aura-inner: rgba(255,225,137,.25);
}

/* ---------------------------------
   Slime Banshee dark green button
   EXCLUDED from Chapter 1 collection
---------------------------------- */
body:not(.template-suffix-slime-banshee-chronicles) .product-content .add-to-cart-large{
  font-size: 1.4rem !important;
  padding: 14px 30px !important;
  background-color: #3D463D !important;
  color: #FFF8E1 !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 14px !important;
  box-shadow:
    0 0 14px 3px rgba(202,189,106,.53),
    0 0 28px 8px rgba(61,70,61,.38);
  cursor: pointer !important;
  letter-spacing: 0.05em !important;
  transition: background-color .3s, box-shadow .3s, transform .2s !important;
}

body:not(.template-suffix-slime-banshee-chronicles) .product-content .add-to-cart-large:hover{
  background-color: #476256 !important;
  box-shadow:
    0 0 22px 6px rgba(255,225,137,.80),
    0 0 34px 12px rgba(61,70,61,.67);
  transform: scale(1.05);
}

/* ✨ NOTE: removed the old glowPulse text-shadow keyframes because you
   redefine glowPulse later for menu aura. If you need a text glow animation,
   add a NEW named keyframe. */

/* 🎯 Style the tax and pickup notes */
.product-subtext{
  font-size: 1.3rem !important;
  color: #f0f0f0 !important;
  text-align: center !important;
  line-height: 1.4 !important;
  opacity: 0.8 !important;
  margin-bottom: 4px !important;
}
.product-subtext::before{
  content: "✨ ";
  opacity: 0.6;
}
.product-subtext.pickup-note{
  font-style: italic;
}

/* 🌟 FAQ Index Styling */
.faq-index{
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  margin: 30px auto 40px auto;
  text-align: center;
  max-width: 640px;
  box-shadow: 0 0 10px rgba(163, 247, 191, 0.25);
}
.faq-index h2{
  font-size: 2rem;
  margin-bottom: 12px;
  color: #FFD700;
  text-shadow:
    0 0 4px rgba(255, 215, 0, 0.6),
    0 0 10px rgba(255, 215, 0, 0.4);
}
.faq-index a,
.rte a{
  color: #A3F7BF;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1rem;
  text-shadow:
    0 0 3px rgba(163, 247, 191, 0.7),
    0 0 6px rgba(163, 247, 191, 0.5);
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
.faq-index a:hover,
.rte a:hover{
  color: #ffffff;
  text-shadow:
    0 0 6px rgba(163, 247, 191, 0.8),
    0 0 12px rgba(255, 255, 255, 0.6);
}
.rte h3{
  color: #FFD700;
  font-size: 1.4rem;
  text-shadow:
    0 0 3px rgba(255, 215, 0, 0.7),
    0 0 8px rgba(255, 215, 0, 0.5);
  margin-top: 24px;
  margin-bottom: 12px;
}

/* Responsive tweaks */
@media (max-width: 768px){
  .faq-index h2{ font-size: 1.6rem; }
  .rte h3{ font-size: 1.2rem; line-height: 1.4; }
  .faq-index a, .rte a{
    font-size: 1rem;
    display: inline-block;
    padding: 4px 8px;
  }
  .rte p{ font-size: 0.95rem; line-height: 1.5; }
}

/* 🌫 Overlay background */
.overlay-background{
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
  padding: 3rem 1rem;
  border-radius: 1rem;
  text-align: center;
}
.glowing-text{
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  color: #f5f5f5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.collection-hero__title.glowing-text{
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Menu panels */
.mega-menu__content,
.header__submenu{
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 8px;
}

/* Links */
.mega-menu__content a,
.header__submenu a,
header nav ul ul a{
  position: relative;
  display: block !important;
  color: #fff !important;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 17px;
  overflow: hidden;
  transition: color .25s ease, box-shadow .25s ease, background .25s ease;
  background:
    radial-gradient(120% 60% at 15% 15%, var(--shine-1), transparent 60%),
    radial-gradient(120% 60% at 85% 85%, var(--shine-2), transparent 60%);
  background-blend-mode: screen;
}

/* Hover + keyboard focus = bright, magical glow */
.mega-menu__content a:hover,
.header__submenu a:hover,
header nav ul ul a:hover,
.mega-menu__content a:focus-visible,
.header__submenu a:focus-visible,
header nav ul ul a:focus-visible{
  color: #fff !important;
  box-shadow:
    0 0 14px 2px var(--aura-outer),
    inset 0 0 8px var(--aura-inner);
}

/* Animated aura (uses sbGlowPulse, NOT glowPulse) */
.mega-menu__content a:hover::before,
.header__submenu a:hover::before,
header nav ul ul a:hover::before,
.mega-menu__content a:focus-visible::before,
.header__submenu a:focus-visible::before,
header nav ul ul a:focus-visible::before{
  content:"";
  position:absolute;
  inset:-40%;
  border-radius:16px;
  background: radial-gradient(circle at center, rgba(255,255,255,.20), rgba(200,180,255,0) 70%);
  animation: sbGlowPulse 2s infinite;
  pointer-events:none;
  mix-blend-mode: screen;
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce){
  .mega-menu__content a,
  .header__submenu a,
  header nav ul ul a{ transition: none; }
  .mega-menu__content a::before,
  .header__submenu a::before,
  header nav ul ul a::before{ animation: none; }
}

/* Keyframes (unique name) */
@keyframes sbGlowPulse{
  0%,100%{ transform: scale(.9); opacity: .6; }
  50%{ transform: scale(1); opacity: 1; }
}

/* --- Universal glow stacking fix --- */
.glow-stack{
  position: relative;
  isolation: isolate;
}
.glow-stack .glow,
.glow-stack .glow-layer,
.glow-stack [data-glow-layer]{
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.glow-stack .content,
.glow-stack .text,
.glow-stack .title,
.glow-stack .button,
.glow-stack .btn,
.glow-stack .glowing-text,
.glow-stack .gold-glow,
.glow-stack h1,
.glow-stack h2,
.glow-stack h3,
.glow-stack p{
  position: relative;
  z-index: 2;
}

/* === Cart page readability + layering fixes (NOT destructive) === */
body.template-cart #MainContent{
  position: relative;
  isolation: isolate;
}

/* Only target known glow layer elements on cart */
body.template-cart #MainContent .glow,
body.template-cart #MainContent .glow-layer,
body.template-cart #MainContent [data-glow-layer]{
  z-index: 0 !important;
  pointer-events: none !important;
  mix-blend-mode: normal !important;
}

/* Ensure cart text/UI always render above */
body.template-cart .cart__product-title,
body.template-cart .cart__items,
body.template-cart .cart__footer,
body.template-cart .totals,
body.template-cart .cart__ctas,
body.template-cart .cart__blocks,
body.template-cart .product__title,
body.template-cart h1,
body.template-cart h2,
body.template-cart h3,
body.template-cart p,
body.template-cart a{
  position: relative !important;
  z-index: 20 !important;
}

/* Remove heavy global text glow on the cart */
body.template-cart,
body.template-cart *{
  text-shadow: none !important;
}

/* Prevent background blending from washing out text on cart */
body.template-cart{
  background-blend-mode: normal !important;
}

/* --- Magical Dropdown + Banshee Realms Glow --- */
.header__submenu{
  background: rgba(20, 20, 20, 0.85);
  backdrop-filter: blur(12px);
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 255, 200, 0.2);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  opacity: 0;
  transform: translateY(-1.2rem);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 15;
}
details[open] > .header__submenu{
  opacity: 1;
  transform: translateY(0);
}
.header__submenu .header__menu-item{
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin: 0;
  padding: 0.75rem 1rem;
  color: #FFF8E1;
  text-decoration: none;
  border-radius: 0.75rem;
  transition: all 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  background: rgba(255, 255, 255, 0.03);
  position: relative;
}
.header__submenu .header__menu-item span{
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}
.header__submenu .header__menu-item:hover,
.header__submenu .header__menu-item:focus-visible{
  color: #FFD600;
  text-shadow: 0 0 6px #FFD600, 0 0 12px #fff8e1;
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.08);
}
.header__submenu .header__menu-item:hover span{
  transform: rotate(10deg);
}
.header__submenu .header__menu-item::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.75rem;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
.header__submenu .header__menu-item:hover::before,
.header__submenu .header__menu-item:focus-visible::before{
  opacity: 1;
  transform: scale(1.05);
}
.header__submenu .header__menu-item span,
.header__submenu .header__menu-item a,
.header__submenu .header__menu-item{
  position: relative;
  z-index: 1;
}

/* === CART PAGE LAYOUT & TITLE NO-WRAP === */
body.template-cart .page-width{
  max-width: 1100px !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
body.template-cart .cart__product-title,
body.template-cart .product__title,
body.template-cart .cart__item__details{
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.7rem !important;
  max-width: 95%;
}
@media (max-width: 900px){
  body.template-cart .page-width{
    max-width: 98vw !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  body.template-cart .cart__product-title{
    font-size: 1.25rem !important;
    max-width: 88vw !important;
  }
}

/* Make shop name in header bigger, bold, and glowing */
.header__heading .h2,
.header__heading-link .h2,
.header__heading .header__heading-link .h2 {
  font-size: clamp(3.2rem, 7vw, 6rem) !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  letter-spacing: 0.03em;
  text-shadow:
    0 0 8px rgba(142,95,191,.90),
    0 0 18px rgba(142,95,191,.55),
    0 0 2px rgba(50,0,58,.85);
  font-family: "Poppins", sans-serif !important;
  line-height: 1.1;
  padding: 0.18em 0.1em;
}
@media (max-width: 600px){
  .header__heading .h2,
  .header__heading-link .h2,
  .header__heading .header__heading-link .h2{
    font-size: 3rem !important;
    line-height: 1.1;
    padding: 0.1em 0.05em;
  }
  .product__title,
  .product__info-container h1,
  .product__info-container .product__title,
  .product-single__title,
  h1.product__title,
  .product h1{
    text-align: center !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .product-content{
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .product-title,
  .product-content h1{
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    white-space: normal !important;
  }
  .header__heading-link{
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .header__heading-link .h2{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-block !important;
  }
}

/* ==== Our Story effects (Slime Banshee – Our Story page) ==== */
#sb-story .sb-mist{
  position:absolute; inset:0;
  pointer-events:none;
  z-index:1;
  border-radius:inherit;
  background:
    radial-gradient(45% 40% at 25% 30%, rgba(167,139,250,.18), transparent 60%),
    radial-gradient(40% 35% at 75% 70%, rgba(154,230,180,.16), transparent 60%);
  filter: blur(18px);
  opacity:.9;
  animation: sb-mist-drift 18s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes sb-mist-drift{
  0%{ transform: translate3d(0,0,0) scale(1); }
  100%{ transform: translate3d(0,-14px,0) scale(1.03); }
}
#sb-story .sb-sparks{
  position:absolute; inset:0;
  pointer-events:none;
  z-index:3;
  border-radius:inherit;
  mix-blend-mode: screen;
}
#sb-story .sb-sparks::before,
#sb-story .sb-sparks::after{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(4px 4px at 10% 18%, rgba(255,255,255,.95), transparent 62%),
    radial-gradient(3px 3px at 20% 70%, rgba(255,255,255,.85), transparent 62%),
    radial-gradient(4px 4px at 40% 35%, rgba(255,255,255,.90), transparent 62%),
    radial-gradient(3px 3px at 62% 22%, rgba(255,255,255,.80), transparent 62%),
    radial-gradient(4px 4px at 78% 62%, rgba(255,255,255,.92), transparent 62%),
    radial-gradient(3px 3px at 88% 28%, rgba(255,255,255,.75), transparent 62%),
    radial-gradient(4px 4px at 92% 82%, rgba(255,255,255,.90), transparent 62%);
  opacity:.55;
  filter: drop-shadow(0 0 6px rgba(255,255,255,.35));
  animation: sb-float 7s linear infinite, sb-twinkle 2.2s ease-in-out infinite;
  will-change: transform, opacity;
}
#sb-story .sb-sparks::after{
  filter: blur(0.6px) drop-shadow(0 0 8px rgba(255,255,255,.25));
  opacity:.35;
  animation-duration: 10s, 3s;
  animation-delay: 0s, .6s;
}
@keyframes sb-float{ from{ transform: translateY(0) } to{ transform: translateY(-18px) } }
@keyframes sb-twinkle{ 0%,100%{ opacity:.25 } 50%{ opacity:.75 } }
#sb-story .sb-sheen{
  position:absolute; inset:0;
  pointer-events:none;
  z-index:4;
  border-radius:inherit;
  background: linear-gradient(110deg, transparent 40%, rgba(255,255,255,.22) 50%, transparent 60%);
  transform: translateX(-120%);
  opacity:0;
}
@media (hover:hover){
  #sb-story [style*="position:relative"][style*="border-radius"] .sb-sheen{ transition: opacity .25s ease; }
  #sb-story [style*="position:relative"][style*="border-radius"]:hover .sb-sheen{
    opacity:.9;
    animation: sb-sweep 2.2s ease forwards;
  }
}
@keyframes sb-sweep{ from{ transform: translateX(-120%) } to{ transform: translateX(120%) } }
@media (prefers-reduced-motion: reduce){
  #sb-story .sb-mist,
  #sb-story .sb-sparks::before,
  #sb-story .sb-sparks::after,
  #sb-story .sb-sheen{
    animation: none !important;
    transition: none !important;
  }
}
body.page-our-story #sb-story h1{
  font-size: clamp(1rem, 1.6vw, 1.4rem) !important;
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: .2px;
}

/* Hide the default Shopify page title for the Buy Slime in Ireland page */
.section-template--24233311076678__main-padding h1.main-page-title.page-title.h0{
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

/* Center page titles + description text on custom pages */
.template-page .page-title,
.template-page .rte p,
.template-page .rte h1,
.template-page .rte h2,
.template-page .rte h3{
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.template-page .rte h4,
.template-page .rte ul,
.template-page .rte li{
  text-align: center !important;
}

/* Center title + description on collection pages */
.collection-hero__title,
.collection-hero__description,
.collection-hero__text-wrapper,
.collection-hero__text-wrapper p,
.collection-hero__text-wrapper h1,
.collection-hero__text-wrapper h2,
.collection-hero__text-wrapper h3{
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

/* === FORCE TRUE CENTERING OF HEADER LOGO === */
.header__heading,
.header__heading-link{
  justify-self: center !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.header{
  grid-template-columns: 1fr auto 1fr !important;
}
/* =========================================================
   SLIME BANSHEE — CLEAN UI BLOCK (Poppins + Purple Glow + White/Purple ATC)
   Applies to:
   - Collection product cards (titles, prices, quick add)
   - Product page (title, price, add to cart)
   - Cart + cart drawer typography
   Paste at VERY BOTTOM of base.css
========================================================= */

:root{
  --sb-ui-font: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --sb-purple: #ca00fc;
  --sb-pink:   #ff2bd6; /* hot pink accent if needed later */

  --sb-glow-strong: rgba(202,0,252,.85);
  --sb-glow-mid:    rgba(202,0,252,.60);
  --sb-glow-soft:   rgba(202,0,252,.30);
}

/* =========================================================
   0) TYPOGRAPHY — Product cards, product page, cart/drawer
========================================================= */

/* Collection / product cards (grid) */
.product-card-wrapper .card__heading,
.product-card-wrapper .card__heading a,
.card-wrapper .card__heading,
.card-wrapper .card__heading a,
.card-information__text,
.card-information__text a,
.product-card-wrapper .price,
.product-card-wrapper .price * ,
.card-wrapper .price,
.card-wrapper .price * ,
.product-card-wrapper .quick-add__submit,
.product-card-wrapper .product-form__submit,
.product-card-wrapper .button,
.card-wrapper .quick-add__submit,
.card-wrapper .product-form__submit,
.card-wrapper .button{
  font-family: var(--sb-ui-font) !important;
}

/* Product page */
.product__title,
.product__title h1,
.product__info-container h1,
h1.product__title,
.product__info-container .price,
.product__info-container .price * ,
.product-form__submit,
.product-form__submit * ,
.product__info-container .shopify-payment-button__button{
  font-family: var(--sb-ui-font) !important;
}

/* Cart + cart drawer */
body.template-cart .cart__product-title,
body.template-cart .cart__product-title a,
body.template-cart .cart-item__name,
body.template-cart .cart-item__name a,
#CartDrawer .cart-item__name,
#CartDrawer .cart-item__name a,
body.template-cart .price,
body.template-cart .price * ,
body.template-cart .totals__subtotal-value,
body.template-cart .totals__subtotal-value * ,
#CartDrawer .price,
#CartDrawer .price * ,
#CartDrawer .totals__subtotal-value,
#CartDrawer .totals__subtotal-value * ,
body.template-cart .button,
body.template-cart button,
body.template-cart .cart__checkout-button,
#CartDrawer .button,
#CartDrawer button,
#CartDrawer .cart__checkout-button{
  font-family: var(--sb-ui-font) !important;
}

/* =========================================================
   1) GLOW — Titles + Prices (Collection cards + Product page)
========================================================= */

/* Collection / grid titles */
.card__heading,
.card__heading a{
  color:#fff !important;
  font-weight:700 !important;
  text-shadow:
    0 0 8px  var(--sb-glow-strong),
    0 0 18px var(--sb-glow-mid),
    0 0 38px var(--sb-glow-soft) !important;
}

/* Collection / grid prices */
.card-information .price,
.card-information .price * ,
.card-information .price-item{
  color:#fff !important;
  font-weight:600 !important;
  text-shadow:
    0 0 10px var(--sb-glow-strong),
    0 0 22px var(--sb-glow-mid),
    0 0 44px var(--sb-glow-soft) !important;
}

/* Product page title */
.product__title,
.product__title *{
  color:#fff !important;
  font-weight:700 !important;
  text-shadow:
    0 0 10px var(--sb-glow-strong),
    0 0 22px var(--sb-glow-mid),
    0 0 46px var(--sb-glow-soft) !important;
}

/* Product page price */
.product .price,
.product .price * ,
.product .price-item{
  color:#fff !important;
  font-weight:600 !important;
  text-shadow:
    0 0 10px var(--sb-glow-strong),
    0 0 22px var(--sb-glow-mid),
    0 0 44px var(--sb-glow-soft) !important;
}

/* =========================================================
   2) BUTTON — White pill with purple border + glow (Collection + Product page)
========================================================= */

/* Collection quick add button */
.card .quick-add__submit,
.product-card-wrapper .quick-add__submit,
.quick-add__submit.button{
  background:#fff !important;
  color:var(--sb-purple) !important;
  border:2px solid var(--sb-purple) !important;
  border-radius:14px !important;
  font-weight:700 !important;
  box-shadow:
    0 0 0 1px rgba(202,0,252,.25),
    0 0 14px rgba(202,0,252,.55),
    0 0 34px rgba(202,0,252,.25) !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

.card .quick-add__submit:hover,
.product-card-wrapper .quick-add__submit:hover,
.quick-add__submit.button:hover{
  transform: translateY(-1px) scale(1.02) !important;
  box-shadow:
    0 0 0 1px rgba(202,0,252,.30),
    0 0 18px rgba(202,0,252,.75),
    0 0 44px rgba(202,0,252,.35) !important;
}

/* Product page Add to cart */
.product-form__submit.button,
.product__info-container .product-form__submit{
  background:#fff !important;
  color:var(--sb-purple) !important;
  border:2px solid var(--sb-purple) !important;
  border-radius:14px !important;
  font-weight:800 !important;
  box-shadow:
    0 0 0 1px rgba(202,0,252,.25),
    0 0 16px rgba(202,0,252,.60),
    0 0 40px rgba(202,0,252,.28) !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

.product-form__submit.button:hover,
.product__info-container .product-form__submit:hover{
  transform: translateY(-1px) scale(1.02) !important;
  box-shadow:
    0 0 0 1px rgba(202,0,252,.30),
    0 0 20px rgba(202,0,252,.80),
    0 0 50px rgba(202,0,252,.38) !important;
}
/* =========================================================
   👑 MASTER PRODUCT STYLE: THE "POT OF PLENTY" LOOK
   Ensures consistency across Collections & Product Pages
========================================================= */

:root {
  --sb-purple: #ca00fc;
  --sb-glow-strong: rgba(202,0,252,.9);
  --sb-glow-mid:    rgba(202,0,252,.6);
  --sb-glow-soft:   rgba(202,0,252,.3);
}

/* 2. PRICES: Product Page + Collection Cards */
.price, 
.price *, 
.price-item, 
.card-information .price {
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 2.2rem !important;
  text-shadow: 
    0 0 12px var(--sb-glow-strong),
    0 0 25px var(--sb-glow-mid) !important;
}

/* 3. BUTTONS: Kill theme layers & force "Pot of Plenty" Pill Look */
.quick-add__submit, 
.product-form__submit, 
.add-to-cart-large,
button.shopify-payment-button__button--unbranded {
  background: #fff !important;
  color: var(--sb-purple) !important;
  border: 2px solid var(--sb-purple) !important;
  border-radius: 20px !important; /* Makes it a pill */
  font-weight: 800 !important;
  font-family: "Poppins", sans-serif !important;
  padding: 1rem 2rem !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 1 !important;
  isolation: isolate !important;
  box-shadow: 
    0 0 0 1px rgba(202,0,252,.25),
    0 0 18px rgba(202,0,252,.7),
    0 0 48px rgba(202,0,252,.35) !important;
}

/* Force inner text to stay purple */
.quick-add__submit *, 
.product-form__submit *, 
.add-to-cart-large * {
  color: var(--sb-purple) !important;
}

/* Remove the "Double Shadow/Border" Dawn effect */
.quick-add__submit::before, .quick-add__submit::after,
.product-form__submit::before, .product-form__submit::after,
.add-to-cart-large::before, .add-to-cart-large::after {
  display: none !important;
  content: none !important;
}

/* Hover Effect */
.quick-add__submit:hover, 
.product-form__submit:hover, 
.add-to-cart-large:hover {
  transform: scale(1.03) !important;
  background: #fff !important;
  box-shadow: 
    0 0 0 1px rgba(202,0,252,.35),
    0 0 25px rgba(202,0,252,.9),
    0 0 55px rgba(202,0,252,.45) !important;
  transition: all 0.2s ease-in-out !important;
}

/* 4. FIX: Ensure no green/cream global text overrides the product titles */
.card__content .card__heading, 
.product__info-container .product__title {
  -webkit-text-fill-color: white !important;
}
/* =========================================================
   🛑 FINAL LAUNCH FIX: CLEAR IMAGES + FLOATING TEXT BUBBLE
   Solves: Image shadow, Box bleeding, Box height, & "EUR"
========================================================= */

/* 1. THE IMAGE CLEANER: Force absolute transparency on the top half */
.card-wrapper .card,
.card-wrapper .card__inner,
.card-wrapper .card--card,
.card-wrapper .card--standard .card__inner,
.card__inner .card__content {
  background: transparent !important;
  background-color: transparent !important;
  filter: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  border: none !important;
}

.card__media img {
  filter: brightness(1) contrast(1) !important;
  opacity: 1 !important;
}

/* 2. HIDE THE "EUR" TEXT: Keeps only the clean symbol */
.price .currency-code,
.price .price__container .price-item span:last-child {
  display: none !important;
}

/* 3. THE FLOATING BUBBLE: Centered, Curved, and Gapped from Image */
.card-wrapper .card > .card__content {
  background: rgba(0, 0, 0, 0.75) !important; /* Dark readable bubble */
  backdrop-filter: blur(10px) !important;     /* Glass blur */
  border-radius: 20px !important;              /* Curved corners */
  
  /* BOX SIZE & SPACING: Prevents bleeding and creates the image gap */
  width: calc(100% - 40px) !important;        /* Narrows box to stop edge bleeding */
  margin: 15px auto !important;               /* 15px gap from image + centered */
  
  padding: 1.2rem 1rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  z-index: 10 !important;
  position: relative !important;
}

/* 4. TEXT & PRICE ALIGNMENT: Centered inside the bubble */
.card-information {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 !important;
}

.card__heading, .card__heading a {
  color: #fff !important;
  text-shadow: 0 0 10px rgba(202, 0, 252, 0.9) !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.2 !important;
}

.price, .price * {
  justify-content: center !important;
  color: #fff !important;
  text-shadow: 0 0 12px rgba(202, 0, 252, 0.8) !important;
}
/* =========================================================
   🖋️ FONT SPLIT: Poppins (Product) vs Chantelli (Collection)
   Isolates fonts based on page type.
========================================================= */

/* 1. INDIVIDUAL PRODUCT PAGE: Force Poppins */
.custom-product-wrapper .product-title,
.custom-product-wrapper .product-price,
.custom-product-wrapper .button,
.custom-product-wrapper .product-subtext,
.custom-product-wrapper .product-details {
  font-family: "Poppins", sans-serif !important;
}

/* 3. CENTER & GLOW SYNC: Ensures look stays consistent */
.card-wrapper .card__heading, 
.card-wrapper .price {
  text-align: center !important;
  display: block !important;
}
/* =========================================================
   FIX: Remove glow ONLY from product page images
   (keeps glow everywhere else)
========================================================= */

/* Dawn / standard product media */
.product__media img,
.product__media .media > img,
.product-media-container img,
.product__modal-opener img {
  animation: none !important;     /* <-- this is the real culprit */
  box-shadow: none !important;
  filter: none !important;
}

/* Your custom product gallery slider */
.custom-product-wrapper .product-gallery-slider img,
.product-gallery-slider .slide img {
  animation: none !important;
  box-shadow: none !important;    /* overrides your slider shadow too */
  filter: none !important;
}
/* ===================================== */
/* HEADER + ANNOUNCEMENT BAR BRAND MATCH */
/* ===================================== */

/* Solid black header background */
.shopify-section-group-header-group,
.shopify-section-header-sticky,
.header-wrapper,
.header-wrapper--border-bottom,
.section-header,
.shopify-section.section-header,
#shopify-section-header,
header.header {
  background: #050505 !important;
  position: relative !important;
  z-index: 9999 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Kill transparent header behaviour */
.header-wrapper.transparent,
.header-wrapper--transparent,
.header-wrapper[data-overlay='true'] {
  background: #050505 !important;
}

/* ===================================== */
/* ANNOUNCEMENT BAR */
/* ===================================== */

.announcement-bar,
.utility-bar,
.header__announcement-bar {
  background: #0b0012 !important;
  position: relative !important;
  z-index: 10000 !important;
  border-bottom: 1px solid rgba(255, 0, 200, 0.25) !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

/* Glow strip overlay */
.announcement-bar::before,
.utility-bar::before,
.header__announcement-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 0, 200, 0.12) 20%,
    rgba(255, 0, 255, 0.22) 50%,
    rgba(255, 0, 200, 0.12) 80%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}

/* Announcement text */
.announcement-bar__link,
.announcement-bar__message,
.utility-bar__item,
.utility-bar__grid p,
.announcement-bar p {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-align: center !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  padding: 6px 14px !important;
  letter-spacing: 0.35px !important;
  text-shadow:
    0 0 6px rgba(255, 0, 200, 0.35),
    0 0 12px rgba(255, 0, 255, 0.25) !important;
  position: relative;
  z-index: 1;
}

/* Hover */
.announcement-bar__link:hover,
.announcement-bar__message:hover {
  color: #ffffff !important;
  text-shadow:
    0 0 8px rgba(255, 0, 200, 0.5),
    0 0 18px rgba(255, 0, 255, 0.35) !important;
}

/* ===================================== */
/* HEADER NAV / ICON COLOUR TIDY-UP */
/* ===================================== */

.header__menu-item,
.list-menu__item,
.header__icon,
.header__active-menu-item,
.localization-form__select,
.header__inline-menu .list-menu__item {
  color: #f3eadf !important;
}

.header__menu-item:hover,
.list-menu__item:hover,
.header__icon:hover,
.header__active-menu-item:hover {
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(255, 0, 221, 0.22) !important;
}

/* ===================================== */
/* CONTENT LAYERING */
/* ===================================== */

#MainContent,
.main-content,
main {
  position: relative;
  z-index: 1;
}

/* ===================================== */
/* MOBILE */
/* ===================================== */

@media screen and (max-width: 749px) {
  .announcement-bar__link,
  .announcement-bar__message,
  .utility-bar__item,
  .utility-bar__grid p,
  .announcement-bar p {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
}
/* ===================================== */
/* SLIME BANSHEE GLOBAL BRAND SYSTEM */
/* ===================================== */

:root {
  --sb-text-main: #f3eadf;
  --sb-text-soft: #d8cfbf;
  --sb-accent-purple: #ca00fc;
  --sb-accent-gold: #FFD600;
  --sb-accent-green: #3D463D;

  --sb-glow-purple-strong: rgba(202, 0, 252, 0.9);
  --sb-glow-purple-mid: rgba(202, 0, 252, 0.6);
  --sb-glow-purple-soft: rgba(202, 0, 252, 0.3);
}

/* ===================================== */
/* GLOBAL FONT + TEXT SYSTEM */
/* ===================================== */

body,
p,
li,
a,
button,
input,
label,
select,
option,
textarea,
.rte,
.product__description,
.field__input,
.select__select,
.customer .field input,
.customer select,
.announcement-bar__message,
.announcement-bar__link,
.header__menu-item,
.list-menu__item,
.header__icon,
.utility-bar__item,
.utility-bar__grid p {
  font-family: "Poppins", sans-serif !important;
  color: var(--sb-text-main) !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

/* Headings across site */
h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5,
.page-title,
.collection-hero__title,
.product__title,
.card__heading,
.card__heading a {
  font-family: "Poppins", sans-serif !important;
  color: var(--sb-text-main) !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

/* Keep logo/shop title in Chantelli */
.header__heading .h2,
.header__heading-link .h2,
.header__heading .header__heading-link .h2 {
  font-family: "Poppins", sans-serif !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  text-shadow:
    0 0 8px rgba(142,95,191,.90),
    0 0 18px rgba(142,95,191,.55),
    0 0 2px rgba(50,0,58,.85) !important;
}

/* ===================================== */
/* PRODUCT + COLLECTION GLOW SYSTEM */
/* ===================================== */

.product__title,
.product__title *,
.card__heading,
.card__heading a,
.price,
.price *,
.price-item,
.card-information .price,
.card-information .price * {
  text-shadow:
    0 0 8px var(--sb-glow-purple-strong),
    0 0 18px var(--sb-glow-purple-mid),
    0 0 38px var(--sb-glow-purple-soft) !important;
}

/* ===================================== */
/* BUTTON FONT CONSISTENCY */
/* ===================================== */

.button,
.quick-add__submit,
.product-form__submit,
.add-to-cart-large,
button.shopify-payment-button__button--unbranded,
.button span,
.quick-add__submit span,
.product-form__submit span {
  font-family: "Poppins", sans-serif !important;
}

/* ===================================== */
/* SOFT TEXT VARIATION */
/* ===================================== */

.subtitle,
.caption,
.caption-large,
.product-subtext,
.tax-note,
.pickup-note {
  color: var(--sb-text-soft) !important;
}

/* ===================================== */
/* MENU + HEADER TEXT CLEANUP */
/* ===================================== */

.header__menu-item,
.list-menu__item,
.header__icon,
.header__active-menu-item,
.localization-form__select,
.header__inline-menu .list-menu__item,
.announcement-bar__message,
.announcement-bar__link,
.utility-bar__item,
.utility-bar__grid p {
  color: var(--sb-text-main) !important;
  text-shadow: none !important;
}

/* Keep announcement bar glow */
.announcement-bar__message,
.announcement-bar__link {
  text-shadow:
    0 0 6px rgba(255, 0, 200, 0.35),
    0 0 12px rgba(255, 0, 255, 0.25) !important;
  font-weight: 700 !important;
}

/* ===================================== */
/* LINKS */
/* ===================================== */

a:hover,
.link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: var(--sb-text-main) !important;
}
/* === HEADER FONT OVERRIDE (FINAL) === */
.header__heading .h2,
.header__heading-link .h2 {
  font-family: "Jelly Donuts", cursive !important;
}
/* === HEADER GLOW === */
.header__heading .h2,
.header__heading-link .h2 {
  color: #fff8ff !important;

  text-shadow:
    0 0 6px rgba(255,255,255,0.9),
    0 0 12px rgba(202,0,252,0.8),
    0 0 22px rgba(202,0,252,0.7),
    0 0 40px rgba(202,0,252,0.6),
    0 0 70px rgba(202,0,252,0.5) !important;
}
/* FIX LOGO FONT + CLEAN GLOW */
.header__heading,
.header__heading-link {
  font-family: "Jelly Donuts", sans-serif !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: none !important;

  text-shadow:
    0 0 4px #d0aaff,
    0 0 8px #c77dff,
    0 0 16px #9d4edd;
}

/* Remove underline line completely */
.header__heading::after,
.header__heading-link::after {
  display: none !important;
}
/* ===================================== */
/* FINAL SITE FONT SYSTEM */
/* ===================================== */

/* Logo only */
.header__heading,
.header__heading-link {
  font-family: "Jelly Donuts", sans-serif !important;
}

/* Main site text + navigation + buttons + forms */
body,
p,
li,
a,
button,
input,
label,
select,
option,
textarea,
.rte,
.product__description,
.field__input,
.select__select,
.customer .field input,
.customer select,
.announcement-bar__message,
.announcement-bar__link,
.header__menu-item,
.list-menu__item,
.header__icon,
.utility-bar__item,
.utility-bar__grid p,
.subtitle,
.caption,
.caption-large,
.product-subtext,
.tax-note,
.pickup-note,
.card-information__text,
.card-information__text a {
  font-family: "Poppins", sans-serif !important;
}

/* Headings across site */
h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5,
.page-title,
.collection-hero__title,
.product__title,
.card__heading,
.card__heading a {
  font-family: "Poppins", sans-serif !important;
}

/* Keep product/card titles glowing, but use Poppins */
.product__title,
.product__title *,
.card__heading,
.card__heading a,
.price,
.price *,
.price-item,
.card-information .price,
.card-information .price * {
  font-family: "Poppins", sans-serif !important;
}

/* Buttons */
.button,
.quick-add__submit,
.product-form__submit,
.add-to-cart-large,
button.shopify-payment-button__button--unbranded,
.button span,
.quick-add__submit span,
.product-form__submit span {
  font-family: "Poppins", sans-serif !important;
}
/* CLEAN TEXT COLOURS */
body,
p,
li,
a,
span {
  color: #ffffff !important;
}

/* Secondary text */
.caption,
.subtitle,
.tax-note,
.product__description {
  color: #e5e5e5 !important;
}

/* Links / accents */
a:hover {
  color: #c77dff !important;
}/* =====================================
   SLIME BANSHEE — FINAL FONT + BUTTON SYSTEM
===================================== */

:root {
  --sb-text-primary: #ffffff;
  --sb-text-secondary: #e5e5e5;
  --sb-accent: #c77dff;
}

/* Logo only */
.header__heading,
.header__heading-link,
.header__heading .h2,
.header__heading-link .h2 {
  font-family: "Jelly Donuts", sans-serif !important;
}

/* Everything else */
body,
button,
input,
select,
textarea,
label,
p,
li,
a,
span,
h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5,
.page-title,
.collection-hero__title,
.product__title,
.card__heading,
.card__heading a,
.price,
.price *,
.price-item,
.button,
.button span,
.quick-add__submit,
.quick-add__submit span,
.product-form__submit,
.product-form__submit span,
.add-to-cart-large,
.add-to-cart-large span,
button.shopify-payment-button__button--unbranded,
.header__menu-item,
.list-menu__item,
.header__icon,
.announcement-bar__message,
.announcement-bar__link,
.utility-bar__item,
.utility-bar__grid p,
.field__input,
.select__select,
.customer .field input,
.customer select,
.product__description,
.card-information__text,
.card-information__text a,
.subtitle,
.caption,
.caption-large,
.product-subtext,
.tax-note,
.pickup-note {
  font-family: "Poppins", sans-serif !important;
}

/* Primary text */
body,
p,
li,
a,
span,
button,
label,
h1, h2, h3, h4, h5, h6,
.page-title,
.collection-hero__title,
.product__title,
.product__title *,
.card__heading,
.card__heading a,
.price,
.price *,
.price-item,
.header__menu-item,
.list-menu__item,
.header__icon,
.announcement-bar__message,
.announcement-bar__link {
  color: var(--sb-text-primary) !important;
}

/* Secondary text */
.subtitle,
.caption,
.caption-large,
.product__description,
.product-subtext,
.tax-note,
.pickup-note,
.card-information__text {
  color: var(--sb-text-secondary) !important;
}

/* Buttons */
.button,
.quick-add__submit,
.product-form__submit,
.add-to-cart-large,
button.shopify-payment-button__button--unbranded {
  font-family: "Poppins", sans-serif !important;
  color: #ffffff !important;
}

/* Button hover accent */
.button:hover,
.quick-add__submit:hover,
.product-form__submit:hover,
.add-to-cart-large:hover,
button.shopify-payment-button__button--unbranded:hover,
.header__menu-item:hover,
.list-menu__item:hover,
a:hover {
  color: var(--sb-accent) !important;
}
/* ===== SLIME BANSHEE GLOBAL BRAND POLISH ===== */

/* Site-wide text */
body,
input,
textarea,
select,
button {
  font-family: "Poppins", sans-serif;
}

/* Main headings stay readable */
h1, h2, h3, h4, h5, h6,
.collection-hero__title,
.product__title,
.card__heading {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Logo / shop name only = Jelly Donuts */
.header__heading .h2,
.header__heading-link .h2,
.header__heading .header__heading-link .h2 {
  font-size: clamp(3.2rem, 7vw, 6rem) !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  letter-spacing: 0.03em;
  text-shadow:
    0 0 8px rgba(142,95,191,.85),
    0 0 18px rgba(142,95,191,.55);
  font-family: "Jelly Donuts", sans-serif !important;
  line-height: 1.1;
  padding: 0.18em 0.1em;
}

/* Optional playful headings — use only where needed */
.sb-playful-heading {
  font-family: "Jelly Donuts", sans-serif !important;
  color: #FFFFFF !important;
  letter-spacing: 0.02em;
  text-shadow:
    0 0 6px rgba(142,95,191,.75),
    0 0 14px rgba(142,95,191,.45);
}

/* Buttons */
button,
.button,
.btn,
.shopify-payment-button__button,
input[type="submit"] {
  background: #32003A !important;
  color: #FFFFFF !important;
  border: 1px solid #8E5FBF !important;
  border-radius: 999px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
}

button:hover,
.button:hover,
.btn:hover,
.shopify-payment-button__button:hover,
input[type="submit"]:hover {
  background: #8E5FBF !important;
  color: #FFFFFF !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(142,95,191,0.25);
}

/* Collection tagline pill */
.sb-collection-hero .sb-tagline {
  display: inline-block;
  padding: .7rem 1.2rem;
  border-radius: 999px;
  color: #FFFFFF !important;
  background: rgba(50, 0, 58, 0.82);
  border: 1px solid rgba(142,95,191,0.55);
  backdrop-filter: blur(8px) saturate(120%);
  box-shadow:
    0 0 20px rgba(142,95,191,.18),
    inset 0 0 10px rgba(255,255,255,.04);
  font-size: clamp(14px, 2.2vw, 18px);
  letter-spacing: .2px;
  text-shadow: 0 0 6px rgba(142,95,191,.35);
  font-family: "Poppins", sans-serif !important;
}

/* Product cards */
.card-wrapper,
.card {
  border-radius: 18px;
  overflow: hidden;
}

.card__heading a,
.full-unstyled-link {
  color: #FFFFFF !important;
  font-weight: 600;
  text-decoration: none !important;
}

/* Prices */
.price,
.price-item {
  color: #8E5FBF !important;
  font-weight: 700;
}

/* Inputs / newsletter */
.field__input,
.newsletter-form__field-wrapper input {
  border-radius: 999px;
  border: 1px solid #8E5FBF;
  font-family: "Poppins", sans-serif !important;
}

/* Footer links */
.footer a {
  color: #FFFFFF;
}

.footer a:hover {
  color: #8E5FBF;
}

/* Mobile logo tidy */
@media screen and (max-width: 749px) {
  .header__heading .h2,
  .header__heading-link .h2,
  .header__heading .header__heading-link .h2 {
    font-size: clamp(2.2rem, 10vw, 4rem) !important;
  }
}

/* =====================================
   FINAL HEADER HEIGHT FIX
   Put at very bottom of base.css
===================================== */

/* Main header container */
.section-header,
.header-wrapper,
.header {
  min-height: unset !important;
}

/* Increase header height here */
.header {
  padding-top: 18px !important;
  padding-bottom: 14px !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
  align-items: center !important;
}

/* Keep logo wrapper clean */
.header__heading,
.header__heading-link,
.header__heading-logo-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* Keep logo same size */
.header__heading-logo,
.header__heading .h2,
.header__heading-link .h2 {
  max-height: 72px !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

/* Move nav slightly lower */
.header__inline-menu {
  margin-top: 4px !important;
  padding-top: 0 !important;
}

.header__menu-item,
.list-menu__item--link {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  line-height: 1.1 !important;
}

/* Tight icon area */
.header__icons {
  padding: 0 !important;
  margin: 0 !important;
}

/* Desktop top-center layout fix */
@media screen and (min-width: 990px) {
  .header--top-center {
    grid-template-rows: auto auto !important;
    row-gap: 2px !important;
  }
}
/* =====================================
   FINAL ANNOUNCEMENT BAR
   Slower + More Frequent + Stronger Contrast Shimmer
===================================== */

/* Main visible bar */
.announcement-bar,
.utility-bar,
.header__announcement-bar {
  position: relative !important;
  overflow: hidden !important;
  min-height: 48px !important;
  background: linear-gradient(90deg, #25002f 0%, #5b006f 50%, #25002f 100%) !important;
  background-color: #3b0048 !important;
  background-image: none !important;
  border: none !important;
  box-shadow:
    0 0 10px rgba(202, 0, 252, 0.16),
    inset 0 -1px 0 rgba(255, 0, 200, 0.22) !important;
}

/* Outer wrappers neutralized */
.announcement-bar-section,
.announcement-bar-section .shopify-section,
.announcement-bar-section .gradient,
.announcement-bar .page-width,
.utility-bar .page-width,
.utility-bar__grid,
.announcement-bar__message,
.announcement-bar__content {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Soft breathing glow */
.announcement-bar::before,
.utility-bar::before,
.header__announcement-bar::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(202,0,252,0.18) 0%,
    rgba(255,0,200,0.10) 35%,
    transparent 70%
  ) !important;
  animation: announcementBreath 4s ease-in-out infinite !important;
}

/* Stronger shimmer */
.announcement-bar::after,
.utility-bar::after,
.header__announcement-bar::after {
  content: "" !important;
  position: absolute;
  top: 0;
  left: -130%;
  width: 75%;
  height: 100%;
  z-index: 2;
  pointer-events: none;

  background: linear-gradient(
  90deg,
  transparent 0%,
  rgba(255,255,255,0.02) 12%,
  rgba(180,0,255,0.22) 32%,
  rgba(230,120,255,0.75) 50%,
  rgba(180,0,255,0.22) 68%,
  rgba(255,255,255,0.02) 88%,
  transparent 100%
) !important;

  transform: skewX(-22deg);
  animation: announcementShimmer 6.5s ease-in-out infinite !important;
}

/* Text */
.announcement-bar__link,
.announcement-bar__message,
.utility-bar__item,
.utility-bar__grid p,
.announcement-bar p {
  position: relative !important;
  z-index: 3 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  letter-spacing: 0.25px !important;
  padding: 12px 16px !important;
  text-shadow:
    0 0 6px rgba(255,255,255,0.10),
    0 0 14px rgba(202,0,252,0.20) !important;
}

/* Links */
.announcement-bar__link,
.announcement-bar__link:visited,
.announcement-bar__link:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Animations */
/* SHIMMER */
.announcement-bar::after,
.utility-bar::after,
.header__announcement-bar::after {
  animation: announcementShimmer 2.5s linear infinite !important;
}

/* BREATH */
.announcement-bar::before,
.utility-bar::before,
.header__announcement-bar::before {
  animation: announcementBreath 5.5s ease-in-out infinite !important;
}

/* UPDATED SHIMMER KEYFRAMES (more even timing) */
@keyframes announcementShimmer {
  0% {
    left: -130%;
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  45% {
    left: 130%;
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  100% {
    left: 130%;
    opacity: 0;
  }
}

/* Mobile */
@media screen and (max-width: 749px) {
  .announcement-bar,
  .utility-bar,
  .header__announcement-bar {
    min-height: 42px !important;
  }

  .announcement-bar__link,
  .announcement-bar__message,
  .utility-bar__item,
  .utility-bar__grid p,
  .announcement-bar p {
    font-size: 12px !important;
    padding: 10px 8px !important;
  } 
}
/* =====================================
   FINAL HOMEPAGE LOGO GLOW FIX
   Put at absolute bottom of base.css
===================================== */

/* Homepage only */
body.template-index .header__heading .h2,
body.template-index .header__heading-link .h2,
body.template-index .header__heading .header__heading-link .h2 {
  font-family: "Jelly Donuts", sans-serif !important;
  color: #fff8ff !important;
  text-shadow:
    0 0 10px rgba(255,255,255,0.95),
    0 0 20px rgba(202,0,252,0.95),
    0 0 36px rgba(202,0,252,0.85),
    0 0 60px rgba(202,0,252,0.75),
    0 0 95px rgba(202,0,252,0.65) !important;
}

//* All other pages too, for consistency */
.header__heading .h2,
.header__heading-link .h2,
.header__heading .header__heading-link .h2 {
  font-family: "Jelly Donuts", sans-serif !important;
  color: #fff8ff !important;
  text-shadow:
    0 0 8px rgba(255,255,255,0.92),
    0 0 16px rgba(202,0,252,0.82),
    0 0 28px rgba(202,0,252,0.72),
    0 0 48px rgba(202,0,252,0.60),
    0 0 80px rgba(202,0,252,0.50) !important;
}
}
/* STORY BANNER */
.story-box,
.age-of-mist-banner,
.custom-story-banner {
  max-width: 1100px !important;
  margin: 20px auto !important;
  padding: 18px 30px !important;
  border-radius: 22px !important;
  background: rgba(20,20,20,0.58) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 0 30px rgba(88, 0, 160, 0.22);
}

.story-box h2,
.age-of-mist-banner h2,
.custom-story-banner h2 {
  font-size: 34px !important;
  letter-spacing: 0.5px;
  margin-bottom: 6px !important;
  color: #ffffff !important;
}

.story-box p,
.age-of-mist-banner p,
.custom-story-banner p {
  font-size: 18px !important;
  color: rgba(255,255,255,0.82) !important;
  margin: 0 !important;
}
/* =========================================================
   FORCE THE AGE OF MIST BANNER TO BE SHORTER
   CLEAN REPLACEMENT BLOCK
========================================================= */

/* tighten the whole collection hero area */
body.template-collection .collection-hero,
body.template-collection .collection-hero__inner,
body.template-collection .collection-hero__text-wrapper {
  min-height: unset !important;
  height: auto !important;
}

/* reduce outer spacing */
body.template-collection .collection-hero {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
  margin-bottom: 0.6rem !important;
}

/* reduce inner spacing */
body.template-collection .collection-hero__inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
  align-items: center !important;
}

/* style the dark banner box */
body.template-collection .collection-hero__text-wrapper {
  max-width: 1120px !important;
  margin: 0.8rem auto !important;
  padding: 0.9rem 1.8rem !important;
  border-radius: 24px !important;
  background: rgba(20, 20, 20, 0.54) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  box-shadow: none !important;
  text-align: center !important;
}

/* actual collection banner title */
body.template-collection .collection-hero__title {
  font-size: 2rem !important;
  line-height: 1.1 !important;
  margin: 0 0 0.35rem 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

/* description under title */
body.template-collection .collection-hero__description {
  font-size: 1rem !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

/* mobile */
@media screen and (max-width: 749px) {
  body.template-collection .collection-hero {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    margin-bottom: 0.4rem !important;
  }

  body.template-collection .collection-hero__text-wrapper {
    margin: 0.6rem 1rem !important;
    padding: 0.8rem 1rem !important;
    border-radius: 18px !important;
  }

  body.template-collection .collection-hero__title {
    font-size: 1.5rem !important;
    line-height: 1.1 !important;
  }

  body.template-collection .collection-hero__description {
    font-size: 0.95rem !important;
    line-height: 1.3 !important;
  }
}
/* ===== FINAL COLLECTION HERO TITLE FIX ===== */
body.template-collection .collection-hero__title,
body.template-collection .collection-hero h1,
body.template-collection .collection-hero .title,
body.template-collection .banner__heading,
body.template-collection .collection-hero__text-wrapper h1,
body.template-collection .collection-hero__text-wrapper .h0,
body.template-collection .collection-hero__text-wrapper .h1,
body.template-collection .collection-hero__text-wrapper .h2 {
  font-size: 1.8rem !important;
  line-height: 1.1 !important;
  margin: 0 0 0.35rem 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-family: "Poppins", sans-serif !important;
}

body.template-collection .collection-hero__description,
body.template-collection .collection-hero__text-wrapper p,
body.template-collection .collection-hero__text-wrapper .rte {
  font-size: 1rem !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 749px) {
  body.template-collection .collection-hero__title,
  body.template-collection .collection-hero h1,
  body.template-collection .collection-hero .title,
  body.template-collection .banner__heading,
  body.template-collection .collection-hero__text-wrapper h1,
  body.template-collection .collection-hero__text-wrapper .h0,
  body.template-collection .collection-hero__text-wrapper .h1,
  body.template-collection .collection-hero__text-wrapper .h2 {
    font-size: 1.4rem !important;
  }
}
  /* MOBILE HEADER LOGO ALIGNMENT FIX */
@media screen and (max-width: 749px) {

  .header {
    grid-template-columns: auto 1fr auto !important;
    column-gap: 8px;
    align-items: center;
  }

  .header__heading {
    justify-self: center;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .header__heading-link {
    padding: 0 !important;
  }

  .header__heading-logo,
  .header__heading-logo-wrapper img {
    max-width: 220px !important;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .header__icons {
    gap: 10px;
  }
}
/* MOBILE HEADER FIX – force 2 lines max */
@media screen and (max-width: 749px) {

  .header__heading,
  .header__heading-link {
    max-width: 140px !important;   /* controls wrap width */
    margin: 0 auto !important;
    text-align: center !important;
  }

  .header__heading-link span,
  .header__heading-link {
    font-size: 20px !important;    /* reduce size */
    line-height: 1.05 !important;
    white-space: normal !important;
    word-break: keep-all !important;
  }
}
/* Contact form: remove white border and keep purple neon border */
#ContactForm-name,
#ContactForm-email,
#ContactForm-phone,
#ContactForm-body {
  border: 3px solid #ca00fc !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Stop browser/theme adding white outline on focus */
#ContactForm-name:focus,
#ContactForm-email:focus,
#ContactForm-phone:focus,
#ContactForm-body:focus {
  border: 3px solid #ca00fc !important;
  box-shadow: 0 0 0 3px rgba(202, 0, 252, 0.35) !important;
  outline: none !important;
}
/* Remove extra theme outline wrapper around fields */
.contact .field::before,
.contact .field::after {
  box-shadow: none !important;
  border: none !important;
}
/* =====================================
   JUDGE.ME REVIEWS GRID – HIDE COUNT LINE
===================================== */

.jdgm-carousel-number-of-reviews,
.jdgm-reviews-grid__summary,
.jdgm-reviews-grid__rating,
.jdgm-reviews-grid__count,
.jdgm-widget .jdgm-temp-hidden,
.jdgm-widget [class*="rating"],
.jdgm-widget [class*="count"] {
  display: none !important;
}
/* ================================
   SLIME BANSHEE IMAGE ENLARGE / LIGHTBOX
================================ */

.sb-lightbox-enabled img {
  cursor: zoom-in;
}

.sb-image-lightbox {
  display: none;
  position: fixed;
  z-index: 999999;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.sb-image-lightbox.is-active {
  display: flex;
}

.sb-image-lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 0 28px rgba(202, 0, 252, 0.65);
}

.sb-image-lightbox-close {
  position: fixed;
  top: 18px;
  right: 24px;
  background: #ffffff;
  color: #32003A;
  border: 2px solid #ca00fc;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  font-size: 28px;
  line-height: 36px;
  cursor: pointer;
  z-index: 1000000;
}

@media screen and (max-width: 749px) {
  .sb-image-lightbox {
    padding: 14px;
  }

  .sb-image-lightbox img {
    max-width: 96vw;
    max-height: 82vh;
    border-radius: 14px;
  }

  .sb-image-lightbox-close {
    top: 12px;
    right: 14px;
  }
}/* Judge.me review popup visibility fix */
.jdgm-modal,
.jdgm-modal__inner,
.jdgm-modal__content,
.jdgm-rev-widg__popup,
.jdgm-rev-widg__popup-wrapper,
.jdgm-rev-widg__popup-content {
  background: #ffffff !important;
  color: #000000 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.jdgm-modal *,
.jdgm-rev-widg__popup * {
  color: #000000 !important;
  opacity: 1 !important;
  visibility: visible !important;
}