/** Shopify CDN: Minification failed

Line 3825:0 "@import" is only valid at the top level
Line 4720:2 "font‑family" is not a known CSS property
Line 4721:2 "font‑size" is not a known CSS property
Line 4722:2 "line‑height" is not a known CSS property
Line 4723:2 "font‑weight" is not a known CSS property
Line 4727:2 "font‑weight" is not a known CSS property
Line 4747:0 Expected "}" to go with "{"

**/
/* sahara theme - v2.0.0 */

.text-colors-default {
  --color-button-hover-text: var(--color-button-text-inverse);
  --color-heading-text: var(--color-heading-text-default);
  --color-body-text: var(--color-body-text-default);
  --color-link-text: var(--color-link-text-default);
  --color-default-link-text: var(--color-body-text-default);
  --color-button-swiper: var(--color-body-text-default);
}

.text-colors-secondary {
  --color-button-hover-text: var(--color-button-text-inverse);
  --color-heading-text: var(--color-heading-text-secondary);
  --color-body-text: var(--color-body-text-secondary);
  --color-link-text: var(--color-body-text-secondary);
  --color-default-link-text: var(--color-body-text-secondary);
  --color-button-swiper: var(--color-body-text-secondary);
}

.text-colors-inverse {
  --color-button-hover-text: var(--color-button-text-default);
  --color-heading-text: var(--color-heading-text-inverse);
  --color-body-text: var(--color-body-text-inverse);
  --color-link-text: var(--color-link-text-inverse);
  --color-default-link-text: var(--color-default-link-text-inverse);
  --color-button-swiper: var(--color-body-text-inverse);
}
.text-colors-inverse .field__input {
  --color-body-text: var(--color-heading-text-default);
  --color-heading-text: var(--color-heading-text-default);
}
.background-colors-default {
  --color-body-background: var(--color-default-background);
  --color-image-background: var(--color-default-image-background);
  --color-border-elements: var(--color-default-border-elements);
}

.background-colors-secondary {
  --color-body-background: var(--color-secondary-background);
  --color-image-background: var(--color-secondary-image-background);
  --color-border-elements: var(--color-secondary-border-elements);
}

.background-colors-accent-1 {
  --color-body-background: var(--color-background-accent-1);
  --color-image-background: var(--color-background-accent-1);
}

.background-colors-accent-2 {
  --color-body-background: var(--color-background-accent-2);
  --color-image-background: var(--color-background-accent-2);
}

.background-colors-inverse {
  --color-body-background: var(--color-background-inverse);
  --color-image-background: var(--color-background-inverse);
  --color-border-elements: var(--color-inverse-border-elements);
}

.background-colors-light {
  --color-body-background: var(--color-background-light);
  --color-image-background: var(--color-background-light);
  --color-border-elements: var(--color-background-dark);
}

.color-background-light {
  --color-body-background: var(--color-background-light);
}
.color-background-dark {
  --color-body-background: var(--color-background-dark);
}
.color-background-primary {
  --color-body-background: var(--color-background-primary);
}
.color-background-inverse {
  --color-body-background: var(--color-background-inverse);
}
.color-background-accent-1 {
  --color-body-background: var(--color-background-accent-1);
}
.color-background-accent-2 {
  --color-body-background: var(--color-background-accent-2);
}

.color-text-primary {
  --color-heading-text: var(--color-text-primary);
  --color-body-text: var(--color-text-primary);
}
.color-text-secondary {
  --color-heading-text: var(--color-text-secondary);
  --color-body-text: var(--color-text-secondary);
}
.color-text-inverse {
  --color-heading-text: var(--color-text-inverse);
  --color-body-text: var(--color-text-inverse);
}

.button--filled {
  --color-button-text: var(--color-button-filled-text);
  --color-button-background: var(--color-button-filled-background);
  --color-button-outline: var(--color-button-filled-background);
  --color-button-hover-text: var(--color-button-filled-background);
  --color-button-hover-background: var(--color-button-filled-text);
  --color-button-hover-outline: var(--color-button-filled-background);
}

.button--outlined,
#shopify-product-reviews .spr-button,
.spr-button-primary,
#shopify-product-reviews .spr-summary-actions-newreview {
  --color-button-text: var(--color-button-outlined-text);
  --color-button-background: var(--color-button-outlined-background);
  --color-button-outline: var(--color-button-outlined-text);
  --color-button-hover-text: var(--color-button-filled-text);
  --color-button-hover-background: var(--color-button-outlined-text);
  --color-button-hover-outline: var(--color-button-outlined-text);
}

.button--outlined-inverse {
  --color-button-text: var(--color-button-filled-text);
  --color-button-background: var(--color-button-outlined-background);
  --color-button-outline: var(--color-button-filled-text);
  --color-button-hover-text: var(--color-button-filled-background);
  --color-button-hover-background: var(--color-button-filled-text);
  --color-button-hover-outline: var(--color-button-filled-text);
}

@media screen and (min-width: 750px) {
  .text-colors-default-small-up {
    --color-button-hover-text: var(--color-button-text-inverse);
    --color-heading-text: var(--color-heading-text-default);
    --color-body-text: var(--color-body-text-default);
    --color-link-text: var(--color-link-text-default);
    --color-default-link-text: var(--color-body-text-default);
  }

  .text-colors-secondary-small-up {
    --color-button-hover-text: var(--color-button-text-inverse);
    --color-heading-text: var(--color-heading-text-secondary);
    --color-body-text: var(--color-body-text-secondary);
    --color-link-text: var(--color-body-text-secondary);
    --color-default-link-text: var(--color-body-text-secondary);
  }

  .text-colors-inverse-small-up {
    --color-button-hover-text: var(--color-button-text-default);
    --color-heading-text: var(--color-heading-text-inverse);
    --color-body-text: var(--color-body-text-inverse);
    --color-link-text: var(--color-link-text-inverse);
    --color-default-link-text: var(--color-default-link-text-inverse);
  }
}

@media screen and (max-width: 749px) {
  .text-colors-default-small {
    --color-button-hover-text: var(--color-button-text-inverse);
    --color-heading-text: var(--color-heading-text-default);
    --color-body-text: var(--color-body-text-default);
    --color-link-text: var(--color-link-text-default);
    --color-default-link-text: var(--color-body-text-default);
  }

  .text-colors-secondary-small {
    --color-button-hover-text: var(--color-button-text-inverse);
    --color-heading-text: var(--color-heading-text-secondary);
    --color-body-text: var(--color-body-text-secondary);
    --color-link-text: var(--color-body-text-secondary);
    --color-default-link-text: var(--color-body-text-secondary);
  }

  .text-colors-inverse-small {
    --color-button-hover-text: var(--color-button-text-default);
    --color-heading-text: var(--color-heading-text-inverse);
    --color-body-text: var(--color-body-text-inverse);
    --color-link-text: var(--color-link-text-inverse);
    --color-default-link-text: var(--color-default-link-text-inverse);
  }
}

.color-red {
  color: var(--color-error);
}

.color-background-red {
  background-color: var(--color-error);
}

.color-background {
  background-color: var(--color-background-accent);
}

.color-background-primary {
  background-color: var(--color-background-primary);
}

.color-background-secondary {
  background-color: var(--color-background-secondary);
}

.color-subdued {
  color: var(--color-subdued);
}

.color-headings {
  color: var(--color-heading-text);
}

.color-background-subdued {
  background-color: var(--color-subdued);
}

.color-body-background {
  background-color: var(--color-body-background);
}

.color-body-text {
  color: var(--color-body-text);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 62.5%);
  height: 100%;
  scroll-padding-block-start: var(--header-height, var(--default-header-height));
}

body {
  color: var(--color-body-text);
  background-color: var(--color-body-background);
  display: flex;
  flex-direction: column;
  min-width: 32rem;
  max-width: 100vw;
  min-height: 100%;
  margin: 0;
  line-height: var(--line-height-medium);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: var(--font-size-medium);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
}

#footer,
#shopify-section-footer,
#shopify-section-main-password-footer {
  margin-block-start: auto;
}

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

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

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.block {
  display: block !important;
}

.container,
.container-fluid {
  width: 100%;
  padding: 0 var(--page-gutter);
  margin: 0 auto;
}

.container {
  max-width: var(--page-width);
}

.container--no-padding {
  padding: 0;
}

.container--narrow {
  max-width: calc(var(--page-width) * 0.6611);
}

@media screen and (min-width: 990px) {
  .container--narrow {
    max-width: calc(var(--page-width) * 0.6666);
  }
}

@media screen and (min-width: 1100px) {
  .container--narrow {
    max-width: calc(var(--page-width) * 0.6889);
  }
}

.container--medium {
  max-width: calc(var(--page-width) * 0.55556 + var(--page-gutter) * 2);
}

.container--small {
  max-width: calc(var(--page-width) * 0.533);
}

.container--extra-small {
  max-width: calc(var(--page-width) * 0.45556 + var(--page-gutter) * 2);
}

.container--fullwidth {
  max-width: none;
  margin-inline: auto;
}

.container--margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.page-container:has(.faq-tile) {
  width: 100%;
  max-width: calc(var(--page-width)* .7666);
  margin: 0 auto;
}

@media screen and (min-width: 991px) and (max-width: 1099px) {
  .page-container:has(.faq-tile) {
    padding-inline: 4rem;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .page-container:has(.faq-tile) {
    padding-inline: 5rem;
  }
}

.max-w-page {
  max-width: var(--page-width);
}
.max-w-full {
  max-width: 100%;
  padding: 0;
}
.max-w-fluid {
  max-width: 100%;
}
.max-w-seminarrow {
  /* page width: 1440px -->  1324px / 1440px = 0.9222 */
  max-width: calc(var(--page-width) * 0.9222);
}
.max-w-narrow {
  /* page width: 1440px --> 990px / 1440px = 0.6875 */
  max-width: calc(var(--page-width) * 0.6875);
}

.relative {
  position: relative;
  z-index: 1;
}

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

.rte-width {
  max-width: 93.6rem;
  margin: 0 auto;
}

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

.list-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list-flex--center {
  justify-content: center;
}

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

.list-flex > * {
  padding: 0 1rem;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

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

.flex--justify-center {
  justify-content: center;
}

.flex--justify-end {
  justify-content: flex-end;
}

.flex--center {
  align-items: center;
}

.flex--direction-column {
  flex-direction: column;
}

.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}

.hidden {
  display: none !important;
}

.visible {
  opacity: 1 !important;
  visibility: visible !important;
}
.invisible {
  opacity: 0 !important;
  visibility: hidden !important;
}


@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }

  .small-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .small-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

@media screen and (min-width: 750px) {
  .small-up-hide {
    display: none !important;
  }

  .small-up-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .small-up-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }

  .medium-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .medium-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }

  .large-up-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .large-up-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

html.js .js-visually-hidden,
.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;
}

.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;
  inset: 0;
  z-index: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--color-heading-text);
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  word-break: break-word;
}

h1, .h1 {
  font-size: calc(var(--font-heading-scale) * var(--h1-multiplier));
  line-height: calc(1 + 0.2 / var(--font-heading-scale));
}

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

h2, .h2 {
  font-size: calc(var(--font-heading-scale) * var(--h2-multiplier));
  line-height: calc(1 + 0.3 / var(--font-heading-scale));
}

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

h3, .h3 {
  font-size: calc(var(--font-heading-scale) * var(--h3-multiplier));
  line-height: calc(1 + 0.3 / var(--font-heading-scale));
}

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

h4, .h4 {
  font-size: calc(var(--font-heading-scale) * var(--h4-multiplier));
  line-height: calc(1 + 0.3 / var(--font-heading-scale));
}

@media only screen and (min-width: 750px) {
  h4:not(.heading-static),
  .h4:not(.heading-static) {
    font-size: calc(var(--font-heading-scale) * var(--h4-multiplier));
    line-height: calc(1 + 0.6 / var(--font-heading-scale));
  }
}

h5, .h5 {
  font-size: calc(var(--font-heading-scale) * var(--h5-multiplier));
  line-height: calc(1 + 0.6 / var(--font-heading-scale));
}

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

h6, .h6 {
  font-size: calc(var(--font-heading-scale) * var(--h6-multiplier));
  line-height: calc(1 + 0.6 / var(--font-heading-scale));
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  letter-spacing: var(--font-heading-letter-spacing);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  text-transform: var(--font-heading-text-transform);
}

blockquote {
  font-style: italic;
  padding-inline-start: 1.5rem;
  border-inline-start: 0.2rem solid var(--color-border-elements);
}

@media screen and (max-width: 749px) {
  blockquote {
    padding-inline-start: 1rem;
  }
}

.caption {
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.71 / var(--font-body-scale));
}

.caption--small {
  font-size: 1.2rem;
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem var(--color-border-elements);
}

table:not([class]) td,
table:not([class]) th {
  padding: 0.5rem 1rem;
  border: 0.1rem solid var(--color-border-elements);
}

.center {
  text-align: center;
}

.right {
  text-align: end;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.spacer {
  margin-block: 2rem;
}

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

a {
  text-decoration: none;
  color: inherit;
}

a:not([href]) {
  cursor: not-allowed;
}

p > a {
  color: var(--color-default-link-text);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: text-decoration-color var(--duration-short);
}

.link {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  color: var(--color-link-text);
  font-family: inherit;
  font-size: var(--font-size-static-small);
  line-height: var(--line-height-small);
  letter-spacing: var(--letter-spacing-medium);
  background-color: transparent;
  padding: 0.2rem 0 0.7rem;
  transition: color var(--duration-default);
}

a.link,
button.link {
  cursor: pointer;
}

.link::before {
  content: '';
  position: absolute;
  inset-block-end: 0.2rem;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
}

.link svg {
  vertical-align: middle;
}

.link--back {
  padding: 0;
}

.link--back::before {
  content: none;
}

.link--back svg {
  display: inline;
  margin-inline-end: 1rem;
}

.underlined-link {
  text-decoration: underline;
}

@media (hover: hover) {
  p > a:hover {
    text-decoration-color: transparent;
  }

  .underlined-link:hover {
    text-decoration: none;
  }

  .link:not(span):hover {
    color: var(--color-body-text);
  }
}

hr {
  border: none;
  height: 0.1rem;
  background-color: var(--color-border-elements);
  display: block;
  margin: 7rem 0;
}

@media screen and (max-width: 749px) {
  hr {
    margin: 5rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.inline-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: inline-block;
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

html.motion-reduce * {
  transition: none !important;
  animation: none !important;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  inset: 0;
  z-index: 2;
  display: block;
  cursor: pointer;
  content: ' ';
  background: transparent;
}
.dropdown.disclosure-has-popup[open] > summary::before {
  content: none;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
  position: relative;
}

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

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

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

*:focus-visible {
  outline: 0.2rem solid currentColor;
  outline-offset: -0.2rem;
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: -0.2rem;
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* Default focus outline */

.focus-outline:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: 0;
}

.focus-outline:focus:not(:focus-visible) {
  outline: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: -0.2rem;
}

.focus-inset:focus:not(:focus-visible) {
  outline: none;
}

/* Focus with background */

.focus-primary::before {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: var(--color-border-elements);
  outline: 0.2rem solid currentColor;
  transition: opacity var(--duration-short);
}

.focus-primary:focus::before {
  opacity: 1;
}

.focus-primary:focus:not(:focus-visible)::before {
  opacity: 0;
}

.focus-primary--inset::before {
  outline-offset: -0.2rem;
}

#preview-bar-iframe {
  pointer-events: all;
}
/*
  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 currentColor;
  outline-offset: 1rem;
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: 1rem;
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.grid {
  display: grid;
  gap: 1.6rem;
}

.grid--center {
  align-items: center;
}

.grid--no-column-gap {
  column-gap: 0;
}

.grid--reverse {
  direction: rtl;
}

.grid--reverse > * {
  direction: initial;
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid--5 {
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 749px) {
  .grid {
    grid-template-columns: 1fr;
    column-gap: 2.4rem;
    row-gap: 3.8rem;
  }
}

img {
  width: auto;
  max-width: 100%;
}

.media {
  display: block;
  background-color: var(--color-image-background);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media--overlay:after {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-image: var(--media-overlay-gradient-mobile);
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 750px) {
  .media--overlay:after {
    background-image: var(--media-overlay-gradient-desktop);
  }
}
.media-position--top .media--overlay:after,
.media-position--bottom .media--overlay:after {
  background-image: none;
}

/* .media--overlay-horizontal:after {
  background-image: var(--gradient-overlay-horizontal);
} */

.media > *,
.media img {
  display: block;
  max-width: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.media iframe {
  border-radius: 0;
  border: none;
}

a.media {
  transition: opacity var(--duration-default);
}
a.media.card-product__media {
  padding-block-end: var(--card-media-padding);
}
a.media.card-product__media.is-transitioning {
  background-color: transparent !important;
}

@media (hover: hover) {
  a.media:hover {
    opacity: 0.7;
  }
}

.media img,
.media > iframe,
.media video {
  object-fit: cover;
  object-position: center center;
  transition: opacity var(--duration-extra-long),
    visibility var(--duration-extra-long);
}

.media.card-product__media img,
.media.card-product__media > iframe,
.media.card-product__media video {
  object-fit: var(--card-media-object-fit, cover);
}

.media--1-1 {
  padding-block-end: 100%;
}

.media--square {
  padding-block-end: 100%;
}
.media--portrait {
  padding-block-end: 125%;
}
.media--landscape {
  padding-block-end: 66.6%;
}

.media--3-4 {
  padding-block-end: 75%;
}

.media--16-9 {
  padding-block-end: 56.25%;
}

.media--small {
  padding-block-end: 66.67%;
}

.media--circle {
  padding-block-end: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 749px) {
  .small-hide-media-overlay .media--overlay::after {
    display: none;
  }

  .media--mobile-2-4 {
    padding-block-end: 50%;
  }
}

@media screen and (min-width: 750px) {
  .small-up-hide-media-overlay .media--overlay::after {
    display: none;
  }
}

.media--aspect-ratio {
  padding-block-end: 0;
}

.media--aspect-ratio > *,
.media--aspect-ratio img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: static;
}

.media .lazyload,
.media .lazyloading {
  opacity: 0;
  visibility: hidden;
}

.media .lazyloaded {
  opacity: 1;
  visibility: inherit;
}

/* Media Position - START */
.media-position--top,
.media-position--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.media-position--top .media,
.media-position--bottom .media {
  display: flex;
  align-self: var(--section-content-alignment, center);
  justify-content: center;
  background-color: transparent;
  aspect-ratio: var(--aspect-ratio, 1);
}
.media-position--top .media img,
.media-position--bottom .media img {
  width: auto;
}
.media-position--top .content,
.media-position--bottom .content {
  display: inherit;
  flex-direction: inherit;
  max-width: 100%;
}
.media-position--top:not(:has(.media)) .content,
.media-position--bottom:not(:has(.media)) .content {
  height: 100%;
}
.media-position--top .media {
  order: -1;
}
.media-position--bottom .media {
  order: 1;
}
.media-position--background .media {
  position: absolute;
  inset: 0;
  /* width: 100%; height: 100%; */
}
.media-position--background .media img {
  object-fit: cover;
  object-position: center center;
}
.media-position--background .content {
  display: flex;
  flex-direction: column;
  justify-items: stretch;
  position: relative;
  z-index: 1;
}
*[class*='media-position--'] .content {
  padding: var(--content-padding, var(--spacing-4));
}
.media-position--top .content,
.media-position--bottom .content {
  padding: var(--spacing-4) var(--content-padding, var(--spacing-4));
}

deferred-media {
  display: block;
}

.deferred-media__button {
  width: 100%;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}

.deferred-media[loaded] .deferred-media__button {
  display: none;
}

.deferred-media__button svg {
  background-color: var(--color-body-background);
  position: absolute;
  inset-block-start: 2rem;
  inset-inline-end: 2rem;
  z-index: 1;
}

.deferred-media iframe,
.deferred-media video {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.deferred-media__wrapper {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  width: 100%;
  transform: translateY(-50%);
  overflow: hidden;
  padding-block-end: 56.25%;
}

.js-btn svg {
  pointer-events: none;
}

.button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
#shopify-product-reviews .spr-summary-actions-newreview {
  min-width: 18rem;
  max-width: 100%;
  min-height: 5rem;
  display: inline-block;
  text-align: center;
  border: 0;
  border-radius: var(--button-border-radius);
  padding: 1.6rem 4rem; /* check: 1.8rem 2rem; */
  cursor: pointer;
  font-family: var(--button-font-family);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-weight: var(--button-font-weight);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  color: var(--color-button-text);
  text-decoration: none;
  background-color: var(--color-button-background);
  border: 0.1rem solid var(--color-button-outline);
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  transition: color var(--duration-long), background-color var(--duration-long), border-color var(--duration-long), opacity var(--duration-default);
}

.button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
#shopify-product-reviews .spr-summary-actions-newreview {
  --button-font-family: var(--font-button-family);
  --button-font-size: 1.4rem;
  --button-line-height: 1.5rem;
  --button-font-weight: var(--font-button-weight);
}
.button--uppercase {
  --button-font-size: 1.2rem;
  --button-line-height: 1.5rem;
  --button-font-weight: var(--font-button-weight);
  --button-letter-spacing: 0.2rem;
  --button-text-transform: uppercase;
}
.button--normalcase,
.button--capitalize,
.button--lowercase {
  --button-font-size: 1.4rem;
  --button-line-height: 1.15rem;
  --button-font-weight: var(--font-button-weight);
  --button-letter-spacing: normal;
  --button-text-transform: lowercase;
  padding-block-start: 1.7rem;
}
.button--capitalize {
  --button-text-transform: capitalize;
}
.button--normalcase {
  --button-text-transform: none;
}

/* reverse colors */
button.shopify-payment-button__button {
  --color-button-text: var(--color-button-filled-background);
  --color-button-background: var(--color-button-filled-text);
  --color-button-outline: var(--color-button-filled-background);
  --color-button-hover-text: var(--color-button-filled-text);
  --color-button-hover-background: var(--color-button-filled-background);
  --color-button-hover-outline: var(--color-button-filled-text);
}

.button.button--text {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  color: var(--color-heading-text);
  min-height: auto;
  min-width: auto;
  padding-block-end: 0.4rem;
}

.blog__button {
  color: var(--color-button-text);
  background-color: var(--color-button-background);
  border: 0.1rem solid var(--color-button-outline);
}
.blog__button:hover {
  color: var(--color-button-hover-text);
  background-color: var(--color-button-hover-background);
  border-color: var(--color-button-hover-outline);
}

.shopify-challenge__container .shopify-challenge__button {
  margin: 2rem auto 0;
}

.button__spinner {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-popup-overlay);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default),
    visibility var(--duration-default);
}

.button:disabled,
.button.disabled,
.button[disabled] {
  pointer-events: none;
  opacity: 0.7;
}

.button:disabled .button__spinner,
.button.disabled .button__spinner,
.button[disabled] .button__spinner {
  opacity: 1;
  visibility: visible;
}

.button--auto {
  padding-inline: 3.9rem;
  min-width: auto;
}

.button--full {
  display: block;
  width: 100%;
}

.button--full-height {
  height: 100%;
}

.button--border-none {
  border: none;
}

.button--solid {
  background-color: var(--color-button-outline);
  color: var(--color-button-hover-text);
}

@media (hover: hover) {
  .button:hover,
  .shopify-challenge__button:hover,
  button.shopify-payment-button__button--unbranded:hover:not([disabled]),
  .shopify-payment-button [role='button']:hover,
  #shopify-product-reviews .spr-summary-actions-newreview:hover {
    color: var(--color-button-hover-text);
    background-color: var(--color-button-hover-background);
    border-color: var(--color-button-hover-outline);
  }

  .button--solid:hover {
    color: var(--color-button-text);
    background-color: transparent;
  }

  button.shopify-payment-button__button:hover {
    /* color: var(--color-button-filled-text);
    background-color: var(--color-button-filled-background);
    border-color: var(--color-button-filled-background); */
    color: var(--color-button-hover-text);
    background-color: var(--color-button-hover-background);
    border-color: var(--color-button-hover-outline);
  }

  .button.button--text:hover {
    padding: 0;
    border-width: 0;
    background-color: transparent;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    color: var(--color-heading-text);
    min-height: auto;
  }
}

.shopify-payment-button__more-options {
  font-size: 1.2rem !important;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.71 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  text-transform: capitalize;
  padding: 1rem;
  margin: 0;
}

.shopify-payment-button__button--branded {
  z-index: auto;
}
.shopify-payment-button__button--branded .shopify-cleanslate div[role='button'] {
  padding-block: 1.2rem !important;
}
.additional-checkout-buttons .shopify-cleanslate ul li {
  flex: 1 !important;
}
.additional-checkout-buttons .shopify-cleanslate ul li div[role='button'] {
  padding: 0.5rem 1rem !important;
  border-radius: var(--button-border-radius) !important;
}
.shopify-payment-button .shopify-cleanslate > div[role='button'] {
  min-height: 50px !important;
  font-family: var(--button-font-family) !important;
  --button-font-size: 1.2rem;
  font-size: var(--button-font-size) !important;
  text-transform: var(--button-text-transform) !important;
  --button-letter-spacing: 0.2rem;
  letter-spacing: var(--button-letter-spacing) !important;
}

.sign-in-with-shop-provider {
  text-align: center;
}

.sign-in-with-shop-provider .button {
  width: 100%;
}

.sign-in-with-shop-provider p {
  margin-block-end: 0;
}

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-block-size: 46px;
  --shopify-accelerated-checkout-button-border-radius: var(--button-border-radius);
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-skeleton-background-color: var(--color-button-background);
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 46px;
  --shopify-accelerated-checkout-button-inline-size: 46px;
  --shopify-accelerated-checkout-button-border-radius: var(--button-border-radius);
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-inline-alignment: center;
  --shopify-accelerated-checkout-row-gap: var(--spacing-2);
  --shopify-accelerated-checkout-skeleton-background-color: var(--color-button-background);
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

@media screen and (min-width: 750px) {
  .cart__dynamic-checkout {
    margin-block-start: 10px;
  }
  .additional-checkout-buttons .shopify-cleanslate ul li div[role='button'] {
    min-height: 50px !important;
  }
  .additional-checkout-buttons .shopify-cleanslate ul li iframe,
  .additional-checkout-buttons .shopify-cleanslate ul li .frame-root,
  .additional-checkout-buttons .shopify-cleanslate ul li .frame-root div,
  .additional-checkout-buttons .shopify-cleanslate ul li .frame-content,
  .additional-checkout-buttons .paypal-button:not(.paypal-button-card) {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
  }
}

.button.background-colors-accent-1 {
  --color-button-background: var(--color-background-accent-1);
  --color-button-outline: var(--color-background-accent-1);
  --color-hover-text: var(--color-background-accent-1);
}
.button.background-colors-accent-2 {
  --color-button-background: var(--color-background-accent-2);
  --color-button-outline: var(--color-background-accent-2);
  --color-hover-text: var(--color-background-accent-2);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-5);
}

.form-row--actions {
  display: block;
}

.form-row--double {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 749px) {
  .form-row--double {
    grid-template-columns: 1fr;
  }
}

.form-row + .form-row {
  margin-block-start: 1.6rem;
}

.field {
  position: relative;
}

.field__label:not(.visually-hidden),
.field__input,
.dropdown__label {
  position: relative;
  z-index: 2;
}

#shopify-product-reviews .spr-form-label,
.field__label,
.select-input__label,
.dropdown__button,
.dropdown__label {
  color: var(--color-body-text);
  font-size: var(--font-size-static-extra-small);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: block;
  cursor: pointer;
}

#shopify-product-reviews .spr-form-label,
.field__label,
.select-input__label,
.dropdown__label {
  margin: 0 0 0.8rem;
}

#shopify-product-reviews .spr-form-input:not(.spr-starrating),
#shopify-product-reviews .spr-form-input-textarea,
.field__input {
  outline: none;
  font: inherit;
  font-size: var(--font-size-static-small);
  line-height: var(--font-size-large);
  background-color: transparent;
  color: var(--color-heading-text);
  width: 100%;
  height: 4.8rem;
  padding: 0 1.6rem;
  border: 0.1rem solid var(--color-border-elements);
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color var(--duration-default);
}

#shopify-product-reviews .spr-form-input:not(.spr-starrating)::placeholder,
.field__input::placeholder {
  color: var(--color-body-text);
}

#shopify-product-reviews .spr-form-input {
  padding: var(--input-border-radius);
}

.field--search .field__input {
  height: 5.7rem;
  padding-inline-end: 5.6rem;
  font-size: var(--font-size-medium);
}

.field--search .field__input::-webkit-search-decoration,
.field--search .field__input::-webkit-search-cancel-button,
.field--search .field__input::-webkit-search-results-button,
.field--search .field__input::-webkit-search-results-decoration {
  display: none;
}

.field--textarea .field__input {
  display: block;
  height: auto;
  min-height: 11.4rem;
  padding: 2rem 1rem;
  resize: vertical;
}

.field__message {
  display: none;
}

.has-error .field__input:not(:focus) ~ .field__message {
  display: block;
  margin: 0.8rem 0 0;
}

.has-error .field__message,
.errors {
  color: var(--color-error);
  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-medium);
  line-height: 1.15;
}

.errors {
  margin-block-end: 3.2rem;
}

.errors ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.has-error .field__input:not(:focus) {
  color: var(--color-error);
  background-color: rgba(228, 95, 95, 0.1);
  border-color: var(--color-error);
}

.has-error .field__input:not(:focus)::placeholder {
  color: var(--color-error);
  text-align: start;
}

@media (hover: hover) {
  .field__input:hover {
    border-color: currentColor;
  }
}

.field__input:focus {
  border-color: currentColor;
}

.background-colors-inverse .drawer {
  --color-border-elements: var(--color-default-border-elements);
}

@media screen and (min-width: 990px) {
  .field--search .field__input {
    font-size: 2.4rem;
    color: var(--color-heading-text);
    line-height: var(--line-height-small);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-small);
    font-family: var(--font-heading-family);
    height: auto;
    padding: 0 5.6rem 2.5rem 0;
    border: none;
    border-block-end: 0.1rem solid var(--color-border-elements);
  }

  .field--search .field__input::placeholder {
    color: inherit;
  }

  .field--search::after {
    display: none;
  }
}

.checkbox {
  display: flex;
  align-items: center;
  color: var(--color-heading-text);
  font-size: var(--font-size-static-small);
  line-height: var(--line-height-small);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-medium);
  transition: opacity var(--duration-default);
}

.checkbox--plain {
  color: var(--color-body-text);
  font-size: var(--font-size-static-medium);
  text-transform: none;
  letter-spacing: normal;
}

.checkbox--disabled {
  opacity: 0.6;
  pointer-events: none;
}

.checkbox input {
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  border: 0.1rem solid var(--color-border-elements);
  margin: 0;
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color var(--duration-default),
    background-color var(--duration-default);
}

.checkbox input:before {
  content: '';
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  height: 0.6rem;
  width: 0.6rem;
  background-color: currentColor;
  opacity: 0;
  transition: opacity var(--duration-default);
}
[dir='rtl'] .checkbox input:before {
  transform: translate(50%, -50%);
}

.checkbox input + label,
.checkbox__label {
  cursor: pointer;
  padding-inline-start: 0.8rem;
}

.checkbox label a {
  text-decoration: underline;
}

@media (hover: hover) {
  .checkbox label a:hover {
    text-decoration: none;
  }
}

.checkbox input:checked {
  border-color: currentColor;
  background-color: var(--color-border-elements);
}

.checkbox input:checked:before {
  opacity: 1;
}

.checkbox--color input {
  border: none;
  transition: transform var(--duration-default);
}

.checkbox--color input:before {
  display: none;
}

.checkbox--color input + label {
  border: none;
}

.checkbox--color input:checked ~ label {
  text-decoration: underline;
  text-decoration-color: currentColor;
}

.checkbox--color label:first-of-type {
  flex-shrink: 0;
}

.checkbox--color .checkbox__label {
  flex: 1;
  text-decoration: underline solid transparent 0.1rem;
  text-underline-offset: 0.2rem;
  transition: text-decoration-color var(--duration-default);
}

@media (hover: hover) {
  .checkbox--color:hover input + label {
    transform: scale(1.25);
  }
}

quantity-input {
  display: block;
}

.quantity {
  color: var(--color-form-text);
  position: relative;
  width: 8rem;
}

.quantity__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 0.4rem;
  border: 0.1rem solid var(--color-border-elements);
  border-radius: var(--input-border-radius);
}

.quantity__input {
  color: var(--color-body-text);
  font: inherit;
  font-size: var(--font-size-static-small);
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 2rem;
  height: 3.8rem;
  flex-grow: 0;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  color: var(--color-body-text);
  width: 2rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  color: var(--color-heading-text);
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.quantity__button[disabled] {
  pointer-events: none;
}

.quantity__button svg {
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem var(--color-background-secondary) inset !important;
  -webkit-box-shadow: 0 0 0 10rem var(--color-background-secondary) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.quantity--compact .quantity__input {
  width: 4rem;
  height: 4rem;
  flex-grow: 0;
}

text-truncator {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.text-truncator {
  display: none;
}

.text-truncator {
  position: relative;
  font-size: var(--font-size-medium);
  padding: 0;
  margin: 0;
}

.text-truncator p {
  margin-block: 0;
}

.text-truncator__button {
  display: flex;
  width: fit-content;
  align-items: center;
}

.text-truncator__icon {
  display: inline-flex;
}

.text-truncator__icon span {
  cursor: pointer;
}

.text-truncator__icon span span {
  color: var(--color-body-text);
  font-size: var(--font-size-static-medium);
  line-height: 1;
}

.text-truncator__icon span svg {
  fill: var(--color-body-text);
  width: 1.6rem;
}

.text-truncator--hidden {
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-input {
  width: 100%;
}

select {
  background: none;
  color: inherit;
}

dropdown-input.has-error .dropdown__button {
  border-color: var(--color-error);
}

.select-input__wrapper,
.dropdown__button {
  position: relative;
}

.select-input__wrapper svg,
.dropdown__button svg {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 1.6rem;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.select-input__el,
.dropdown__button {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  color: var(--color-form-text);
  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-small);
  letter-spacing: var(--letter-spacing-medium);
  text-transform: uppercase;
  background-color: transparent;
  width: 100%;
  height: 6rem;
  padding: 0.8rem 4.8rem 0.8rem 1.6rem;
  border: 0.1rem solid var(--color-border-elements);
  border-radius: var(--input-border-radius);
  transition: border-color var(--duration-default);
}

.select-input--default .select-input__el,
.dropdown__button {
  color: var(--color-body-text);
  text-transform: none;
  letter-spacing: 0;
  height: 4.8rem;
  padding-block: 0;
}

.select-input--default .select-input__el:focus,
.select-input--default .select-input__el:hover,
.dropdown__button:hover,
.dropdown__button:focus,
.is-open .dropdown__button {
  border-color: var(--color-body-text);
  outline: none;
}

.dropdown__button span {
  height: 100%;
  display: flex;
  align-items: center;
}

.dropdown__list {
  background-color: var(--color-body-background);
  width: 100%;
  /* min-height: 14.6rem; */
  max-height: 30rem;
  border: 0.1rem solid var(--color-body-text);
  overflow-y: auto;
  position: absolute !important;
  inset-block-start: calc(100% - 1px);
  inset-inline-start: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default),
    visibility var(--duration-default);
}

.is-open .dropdown__list {
  opacity: 1;
  visibility: visible;
}

.dropdown__item-button {
  background-color: var(--color-body-background);
  font: inherit;
  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-small);
  text-align: center;
  display: block;
  width: 100%;
  height: 4.8rem;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  will-change: background-color;
  transition: background-color var(--duration-default);
}
.dropdown__item-button:not([disabled]) {
  color: var(--color-body-text);
}

.is-active .dropdown__item-button {
  background-color: var(--color-border-elements);
}

@media (hover:hover) {
  .dropdown__item-button:hover:not([disabled]) {
    background-color: var(--color-border-elements);
  }

  .dropdown__item-button[disabled]:hover {
    cursor: not-allowed;
  }
}

.rte {
  color: var(--color-body-text);
}

.rte a {
  color: currentColor;
}

.rte p:first-child {
  margin-block-start: 0;
}

.rte p:last-child {
  margin-block-end: 0;
}

.rte p > img {
  width: 100%;
  display: block;
  margin: 3.2rem 0;
}

@media screen and (min-width: 990px) {
  .rte p > img {
    margin: 4.8rem 0;
  }
}

.rte table {
  width: var(--table-width, 100%);
}

.rte table td:not(:first-child) {
  text-align: center;
}

.rte iframe {
  max-width: 100%;
  display: block;
  margin-inline: auto;
}

.price {
  font-size: var(--font-size-static-small);
  color: var(--color-heading-text);
  line-height: var(--line-height-medium);
  font-weight: var(--font-weight-normal);
}

.price__sale--has-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price__sale--has-badge .price__sale-inner {
  flex-shrink: 0;
}

.price__sale--has-badge .price__sale-inner:not(:last-child) {
  margin-inline-end: 1.6rem;
}

.price span.sale,
.price ins {
  color: var(--color-error);
  text-decoration: none;
}

.price del {
  color: var(--color-body-text);
  margin-inline-end: 0.5rem;
}

.badge {
  height: fit-content;
  display: inline-block;
  padding: 0.5rem;
  background-color: var(--color-tag-background);
}

.badge--round {
  border-radius: 1.4rem;
  padding-inline: 0.8rem;
}

.badge--transparent {
  padding: 0;
  background-color: transparent;
}

/* Swiper slider */
[dir='rtl'] .swiper-button--prev {
  transform: rotate(180deg);
}

[dir='rtl'] .swiper-button--next {
  transform: rotate(180deg);
}
.swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: absolute;
  inset-block-start: 50%;
  inset-inline: 0;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.swiper-button {
  width: 4.2rem;
  height: 4rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  will-change: opacity;
  transition: opacity var(--duration-default);
  color: var(--color-button-swiper);
}
.template-theme--sahara .swiper-button {
  color: var(--color-button-swiper);
}

.swiper-button svg {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.swiper-button:disabled,
.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button--prev {
  margin-inline-end: 4rem;
}

.swiper-button--prev svg {
  transform: scaleX(-1);
}

@media (hover: hover) {
  .swiper-button:hover {
    opacity: 0.7;
  }
}

/* Swatches */
.swatches ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem -0.4rem;
}

.swatches li {
  padding: 0.2rem 0.4rem;
}

.swatch {
  position: relative;
  margin: 0;
  border: 0.1rem solid var(--color-default-border-elements);
  border-radius: 0;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  cursor: pointer;
  transition: opacity var(--duration-default), border-color var(--duration-default), transform var(--duration-default);
}

.swatch.is-active {
  border-color: var(--color-heading-text-default);
}

.swatch--square {
  border-radius: 0;
}
.swatch--round {
  border-radius: 50%;
}

.swatch--sm {
  width: 1.6rem;
  height: 1.6rem;
}

.swatch--hide-line::after {
  display: none;
}

@media (hover: hover) {
  .swatch:not(input:disabled + .swatch):hover {
    transform: scale(1.25);
  }
}

input:disabled + .swatch:after {
  opacity: 1;
}

div:not(.card-product__swatches) input:disabled + div:not(.card-product__swatches) .swatch {
  cursor: default;
  background: linear-gradient(to top right, transparent calc(50% - 1px), var(--color-link-text-default), transparent calc(50% + 1px));
}

input:disabled + .swatch:not(.is-active) {
  border: 0.1rem solid var(--color-border-elements);
}

/* Section */

.section {
  padding: var(--section-vertical-padding) 0;
  background-color: var(--color-body-background);
}

.section.layout-1 .container,
.section.layout-2 .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  column-gap: 3.2rem;
  grid-template-areas:
    "section-head section-head section-head"
    "section-body section-body section-body"
    "section-foot section-foot section-foot";
}
.section.layout-1 .section__head,
.section.layout-2 .section__head {
  text-align: center;
}
.section.layout-1 .section__foot,
.section.layout-2 .section__foot {
  text-align: center;
}
.section.layout-2 .card-slider__buttons,
.section.layout-2 .card-product-slider__buttons {
  justify-content: center;
}
.section.layout-1 .swiper-button,
.section.layout-2 .swiper-button {
  color: var(--color-body-text);
}
.section.layout-1.section-blog-articles .card-article__content,
.section.layout-2.section-blog-articles .card-article__content {
  padding: 1.6rem 1.2rem;
}

@media screen and (min-width: 750px) {
  .section.layout-1 .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    column-gap: 3.2rem;
    grid-template-areas:
      "section-head section-head section-foot"
      "section-body section-body section-body"
      ". . .";
  }
  .section.layout-1 .section__head {
    text-align: start;
  }
  .section.layout-1 .section__foot {
    text-align: end;
    margin-block-start: 0;
  }
  .section.layout-1 .card-slider__buttons {
    justify-content: flex-end;
  }

  .section.layout-2 .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    column-gap: 3.2rem;
    grid-template-areas:
      "section-head section-head section-head"
      "section-body section-body section-body"
      "section-foot section-foot section-foot";
  }
  .section.layout-2 .section__head {
    text-align: center;
  }
  .section.layout-2 .section__foot {
    text-align: center;
  }
  .section.layout-2 .card-slider__buttons,
  .section.layout-2 .card-product-slider__buttons {
    justify-content: center;
  }
  .section.layout-2 .swiper-button {
    color: var(--color-black);
  }
  .section.layout-2.section-blog-articles .card-article__content {
    padding: 1.6rem 0;
  }
}

.section__head {
  grid-area: section-head;
}
.section__body {
  grid-area: section-body;
}
.section__foot {
  grid-area: section-foot;
}

.section__head .section__title {
  margin: 0;
}

.section__head {
  margin-block-end: 4rem;
}

.section__foot {
  text-align: center;
  margin-block-start: 4rem;
}

@media screen and (min-width: 750px) {
  .section__head {
    margin-block-end: 4.8rem;
  }

  .section__head-inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 3.2rem;
    align-items: center;
    justify-content: space-between;
  }
}

.section--featured-products .section__head,
.section--recently-viewed-products .section__head,
.section--product-recommendations .section__head {
  margin-block-end: 2.4rem;
}

nav-accordion {
  display: block;
}

localization-form {
  display: block;
}

.no-scrollbar {
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.no-scrollbar::-webkit-scrollbar {
  width: 0;
  display: none;
}

svg {
  display: block;
}

.svg-color-inherit rect:not([data-ignore-fill]),
.svg-color-inherit path:not([data-ignore-fill]) {
  fill: currentColor;
}

.svg-color-inherit rect:not([data-ignore-stroke]),
.svg-color-inherit path:not([data-ignore-stroke]) {
  stroke: currentColor;
}

.font-size-xs {
  font-size: var(--font-size-extra-small);
}

.font-size-s {
  font-size: var(--font-size-small);
}

.font-size-md {
  font-size: var(--font-size-medium);
}

.font-size-lg {
  font-size: var(--font-size-large);
}

.font-size-xl {
  font-size: var(--font-size-extra-large);
}

.color-inherit {
  color: inherit;
}

.text-current {
  color: currentColor;
}

.text-neutral-medium {
  color: var(--color-body-text);
}

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

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

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

@media screen and (min-width: 750px) {
  .text-start-desktop,
  .text-left-desktop {
    text-align: start;
  }

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

  .text-end-desktop,
  .text-right-desktop {
    text-align: end;
  }
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.align-start {
  align-items: flex-start;
}

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

.align-end {
  align-items: flex-end;
}

.align-self-start {
  align-self: flex-start;
}

@media screen and (max-width: 749px) {
  .text-start--mobile {
    text-align: start;
  }

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

  .text-end--mobile {
    text-align: end;
  }

  .justify-start--mobile {
    justify-content: flex-start;
  }

  .justify-center--mobile {
    justify-content: center;
  }

  .justify-between--mobile {
    justify-content: space-between;
  }

  .justify-end--mobile {
    justify-content: flex-end;
  }

  .justify-self-start--mobile {
    justify-self: start;
  }

  .justify-self-center--mobile {
    justify-self: center;
  }

  .justify-self-end--mobile {
    justify-self: end;
  }

  .align-start--mobile {
    align-items: start;
  }

  .align-center--mobile {
    align-items: center;
  }

  .align-end--mobile {
    align-items: end;
  }

  .align-self-start--mobile {
    align-self: start;
  }

  .align-self-center--mobile {
    align-self: center;
  }

  .align-self-end--mobile {
    align-self: end;
  }
}

.bg-default {
  background-color: var(--color-body-background);
}
.bg-transparent {
  background-color: transparent;
}
.ml-auto {
  margin-inline-start: auto;
}
.mr-auto {
  margin-inline-end: auto;
}

.button-reset {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

.nav-text-link {
  display: block;
  padding-block-end: 0.7rem;
  position: relative;
  inset-block-start: 0.35rem;
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-heading-scale) * var(--font-size-static-medium));
  line-height: 1.15;
}

.nav-text-link::before {
  content: '';
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  opacity: 0.3;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--duration-long), opacity var(--duration-long);
}

@media (hover: hover) {
  .nav-text-link:hover::before {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
}

.text-navigation-button {
  color: var(--color-link-text);
  font-size: var(--font-size-static-small);
  line-height: var(--line-height-small);
  letter-spacing: var(--letter-spacing-medium);
  text-transform: uppercase;
}

.search {
  font-size: 1.4rem;
}

.search__controls {
  position: relative;
}

.search__button {
  color: var(--color-link-text);
  position: absolute;
  inset-block-start: 0.1rem;
  inset-inline-end: 0.1rem;
  height: calc(100% - 0.2rem);
  padding: 0 1.6rem;
  z-index: 2;
  transition: background-color var(--duration-default),
    transform var(--duration-short);
}

.search__message {
  margin-block-start: 3.2rem;
  text-align: center;
}

.search .search__message p {
  font-size: var(--font-size-static-medium);
}

@media screen and (max-width: 989px) and (hover: hover) {
  .search__button:hover {
    background-color: var(--color-border-elements);
  }
}

@media screen and (min-width: 990px) and (hover: hover) {
  .search__button:hover {
    transform: scale(1.2);
  }
}

@media screen and (min-width: 990px) {
  .search__button {
    inset-block-start: 0;
    inset-inline-end: 0;
    height: auto;
    padding: 0;
  }

  .search__button svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.search__button:disabled,
.search__button[tabindex='-1'] {
  visibility: hidden;
  pointer-events: none;
}

.card {
  position: relative;
  text-align: center;
  color: var(--color-heading-text);
}

.card > a {
  display: block;
  position: relative;
}

.card__content {
  position: absolute;
  inset-block-end: 1.6rem;
  inset-inline: calc(var(--page-gutter) / 2);
  z-index: 2;
}

.card__title {
  margin: 0;
  color: inherit;
}

.newsletter__controls {
  position: relative;
}

.newsletter__field .field__input {
  font-size: var(--font-size-static-medium);
  height: 6rem;
  padding-inline-start: 2.4rem;
  padding-inline-end: 13.4rem;
}

.newsletter__field .field__message {
  display: block;
  margin-block-start: 0.8rem;
  text-align: center;
}

.newsletter__button {
  position: absolute;
  inset-block-start: 0.1rem;
  inset-inline-end: 0.1rem;
  height: calc(6rem - 0.2rem);
  padding: 0 2.4rem;
  color: var(--color-link-text);
  letter-spacing: var(--letter-spacing-medium);
  font-size: var(--font-size-static-small);
  font-weight: var(--font-body-weight);
  line-height: var(--line-height-small);
  text-transform: uppercase;
  z-index: 2;
  transition: background-color var(--duration-default);
}

@media (hover: hover) {
  .newsletter__button:hover {
    background-color: var(--color-border-elements);
  }
}

accordion-default {
  display: block;
}

html.js .accordion__body {
  overflow: visible hidden;
  height: 0;
  opacity: 0;
  transform: translateY(2.4rem);
  transition: height var(--duration-default), opacity var(--duration-default), transform var(--duration-default);
}

html.js .accordion__section.is-active .accordion__body {
  opacity: 1;
  transform: none;
}

html.js .accordion__section.default-active .accordion__body {
  height: auto;
}

/* .accordion summary {
  user-select: none;
} */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
}

.lds-ring span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0.8rem;
  border: 0.3rem solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 990px) {
  .mt-1-desktop {
    margin-block-start: 2.4rem !important;
  }
  .mb-1-desktop {
    margin-block-end: 2.4rem !important;
  }


  .pt-0-desktop {
    padding-block-start: 0 !important;
  }

  .pb-0-desktop {
    padding-block-end: 0 !important;
  }
}

@media screen and (max-width: 989px) {
  .mt-1-mobile {
    margin-block-start: 1.6rem !important;
  }
  .mb-1-mobile {
    margin-block-end: 1.6rem !important;
  }

  .pt-0-mobile {
    padding-block-start: 0 !important;
  }

  .pb-0-mobile {
    padding-block-end: 0 !important;
  }
}

@media screen and (max-width: 749px) {
  .pt-0-mobile-small {
    padding-block-start: 0 !important;
  }

  .pb-0-mobile-small {
    padding-block-end: 0 !important;
  }
}

@media screen and (min-width: 750px) {
  .pt-0-mobile-small-up {
    padding-block-start: 0 !important;
  }

  .pb-0-mobile-small-up {
    padding-block-end: 0 !important;
  }
}

/* Transparent Header -- START */
body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open),
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header.is-transparent-on-scroll:not(.menu-open) {
  color: var(--transparent-header-menu-text-color, var(--color-heading-text-inverse));
  --header-background-opacity: 0;
}

body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open) .header__logo-image,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header.is-transparent-on-scroll:not(.menu-open) .header__logo-image {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open) .header__logo-image-transparent,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header.is-transparent-on-scroll:not(.menu-open) .header__logo-image-transparent {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header.has-bottom-border:not(.menu-open) .header__inner:after,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header.is-transparent-on-scroll.has-bottom-border:not(.menu-open) .header__inner:after {
  content: '';
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: .1rem;
  opacity: 0.2;
  background-color: var(--transparent-header-menu-text-color, var(--color-heading-text-inverse));
  pointer-events: none;
  transition: background-color var(--duration-default), opacity var(--duration-default);
}

body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main {
  margin-block-start: calc(-1 * var(--header-height, 0));
}

body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-hero-banner:first-of-type .hero__content,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-page-banner:first-of-type .header-is-transparent,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-main-collection-banner.banner--full:first-of-type .header-is-transparent {
  padding-block-start: calc(var(--header-height, 0) + var(--section-spacing-unit-desktop) * 2) !important;
}

body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-hero-banner:first-of-type .media--overlay::before,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-page-banner:first-of-type .media--overlay:before,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-main-collection-banner:first-of-type .media--overlay:before {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
/* Transparent Header -- END */

/* Breadcrumbs */
.breadcrumbs {
  position: absolute;
  inset-inline: var(--page-gutter);
  z-index: 3;

  color: var(--color-link-text);
  font-size: var(--font-size-static-extra-small);
  line-height: 1.15;
  letter-spacing: var(--letter-spacing-small);
  text-transform: uppercase;
  text-align: start;
  width: calc(100% - var(--page-gutter) * 2);
}
.breadcrumbs.breadcrumbs--center {
  text-align: center;
}
section .breadcrumbs {
  inset-block-start: calc(var(--section-spacing-unit-desktop) * 2);
}
section.header-is-transparent .breadcrumbs {
  inset-block-start: calc(var(--header-height, 0) + var(--section-spacing-unit-desktop));
}


.breadcrumbs__list {
  display: flex;
}

.breadcrumbs--center .breadcrumbs__list {
  justify-content: center;
}

.breadcrumbs--end .breadcrumbs__list {
  justify-content: flex-end;
}

.breadcrumbs__separator {
  margin: 0 0.4rem;
}

.breadcrumbs__link {
  text-decoration: underline solid transparent 0.1rem;
  text-underline-offset: 0.2rem;
  transition: text-decoration-color var(--duration-short);
}

.breadcrumbs span {
  opacity: 0.8;
}

@media (hover: hover) {
  .breadcrumbs__link:hover {
    text-decoration-color: currentColor;
  }
}

/* Animations */

html.js .js-animation-fade-in {
  animation: fade-in 800ms forwards paused;
}

/* if disable-animations class is added, animations are disabled */
@media screen and (max-width: 749px) {
  html.js .js-animation-fade-in {
    animation: var(--theme-js-animations-on-mobile);
  }
}

html.js .animation-init {
  animation-play-state: running;
}

html.js .animation-none {
  animation: none;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.pulse {
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
  color: var(--color-heading-text-inverse);
}

.pulse::after,
.pulse::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: currentColor;
}

.pulse::before {
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  animation: pulse 1600ms ease-out 100ms infinite both;
}

.pulse::after {
  z-index: 2;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
}
[dir='rtl'] .pulse::after {
  transform: translate(50%, -50%);
}

@keyframes pulse {
  0% {
    transform: scale(0.4);
  }

  45% {
    transform: scale(1);
  }

  55% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.entry {
  color: var(--color-body-text);
}

.entry > :first-child {
  margin-block-start: 0;
}

.entry > :last-child {
  margin-block-end: 0;
}

.entry ul {
  display: inline-block;
  margin-block-start: 0;
  padding-inline-start: 1.8rem;
}

.entry--list-padding-none ul {
  padding-inline-start: 0;
}

/* preset specific styles */
.template-theme--sahara .section.layout-1 .section__head {
  text-align: start;
}
.template-theme--sahara button.shopify-payment-button__button {
  --button-text-transform: uppercase;
  --button-letter-spacing: 0.2rem;
  --button-font-size: 1.2rem;
  --button-line-height: 1.5rem;
}

.youtube-container {
  overflow: hidden;
  width: 100%;
  height: calc(100% + 12rem);
  pointer-events: var(--youtube-container-events, none);
}
.youtube-container iframe {
  margin-block-start: -6rem;
  width: auto;
  height: calc(100% + 12rem);
}

.shopify-challenge__button {
    color: var(--color-button-filled-text);
    background-color: var(--color-button-filled-background);
}

@media (hover: hover) {
  .shopify-challenge__button:hover {
    color: var(--color-button-filled-background);
    background-color: var(--color-button-filled-text);
    border-color: var(--color-button-filled-background);
  }
}
/* === WILLOW+WICKER TYPOGRAPHY SYSTEM — CLEANED + FINAL === */

/* MAIN HEADINGS — Cinzel (no uppercase) */
h1, h2, .section-heading, .page-title, .rich-text__heading {
  font-family: 'Cinzel', serif !important;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
  color: #333232;
  text-transform: none;
}

/* SUBHEADINGS + CARD TITLES — Cinzel Bold */
h3, h4, h5, h6, .card__heading, .product-card__title, .collection-title {
  font-family: 'Cinzel', sans-serif !important;
  font-weight: 600;
  line-height: 1.4;
  color: #333232;
  text-transform: none;
}

/* BODY TEXT — Cinzel Regular */
body, p, li, span, a, label, .rte, .product__description, .modal__content {
  font-family: 'Cinzel', sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: #5E5A59;
}

/* BUTTONS — Cinzel Bold Uppercase */
button, .button, .btn, .shopify-payment-button {
  font-family: 'Cinzel', sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #b2622b;
  border: none;
  border-radius: 4px;
}

/* SMALL TEXT / ANNOUNCEMENTS / TAGS — Clean & Readable */
.announcement-bar, .caption, .product__badge, .label, .collection-card__tag {
  font-family: 'Cinzel', sans-serif !important;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #ffffff;
  text-transform: none;
}

/* === RESPONSIVE FONT SCALING === */
@media screen and (min-width: 768px) {
  h1 { font-size: 48px; }
  h2 { font-size: 40px; }
  h3 { font-size: 30px; }
  p  { font-size: 17px; }
  .button { font-size: 15px; }
}

@media screen and (min-width: 1024px) {
  h1 { font-size: 56px; }
  h2 { font-size: 44px; }
  h3 { font-size: 32px; }
  p  { font-size: 18px; }
}

/* === WILLOW+WICKER HERO BANNER OVERRIDES === */
.hero__title {
  font-family: 'Cinzel', serif !important;
  font-size: 44px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero__entry {
  font-family: 'Cinzel', sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.hero__subtitle {
  font-family: 'Cinzel', serif !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 1rem;
}

.hero__button .button {
  background-color: #b2622b !important;
  color: #ffffff !important;
  font-family: 'Cinzel', sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 28px;
  border-radius: 6px;
  border: none;
  transition: background-color 0.3s ease;
}

.hero__button .button:hover {
  background-color: #c59356 !important;
}

/* === WILLOW+WICKER HEADER: SPELL-STYLE CLEANUP === */

/* Force layout: menu left, logo center, icons right */
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header__logo {
  position: absolute;
  left: 46.8%; /* Visually centered */
  transform: translateX(-50%);
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__inline-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: 'Cinzel', serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em;
  text-transform: none;
}

.header__heading-link {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Header icons (currency, search, account, cart) */
.header__utils,
.header__icons-wrapper,
.header__utils-items {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem !important; /* Approx. 8–10px, Spell-like */
  margin-left: auto;
}

.header__utils-link,
.header__utils .drawer-button {
  display: flex;
  align-items: center;
  padding: 0 3px;
  color: inherit;
  text-decoration: none;
}

.header__utils-link svg,
.header__utils .drawer-button svg {
  width: 1.6rem;
  height: 1.6rem;
}

/* Mobile: reset logo to perfect center */
@media screen and (max-width: 749px) {
  .header__logo {
    left: 50%;
    transform: translateX(-50%);
  }

  .header__inner {
    padding: 1rem 1.6rem;
  }

  .header__utils-items {
    gap: 1.6rem;
  }
}

/* Header font override */
.header,
.header * {
  font-family: 'Cinzel', serif !important;
  letter-spacing: 0.03em;
}

.header__menu-item {
  font-family: 'Cinzel', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: none;
}

/* -- Custom Announcement Bar Styling (Spell-Inspired) -- */

.announcement-bar__message {
  font-family: 'Cinzel', serif !important;
  font-size: 11px !important;
  letter-spacing: 0.04em;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  line-height: 1.4 !important;
  color: #ffffff !important; /* or your desired text color */
  text-align: center;
}

.utility-bar {
  min-height: auto !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  background-color: #C59356 !important; /* Adjust to your brand tone */
}

.utility-bar__grid {
  align-items: center !important;
  justify-content: center !important;
}

.announcement-bar__link {
  color: inherit;
  text-decoration: none;
}

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

/* FINAL Spell-style announcement bar override with !important + double class selector */
.bar.announcement-bar {
  background-color: #C59356 !important; /* Willow+Wicker rust tone */
  padding: 4px 0 !important;
  min-height: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bar.announcement-bar .bar__text-content,
.bar__text-content {
  font-family: 'Cinzel', serif !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: white !important;
  margin: 0 auto;
  line-height: 1.3;
  padding: 0 !important;
}

/* Reset swiper slide spacing */
.bar__swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 🌿 Final Fix: Spell-style Announcement Bar (Force Override) */

.shopify-section--announcement-bar,
.shopify-section--announcement-bar .announcement-bar,
.shopify-section--announcement-bar .announcement-bar .bar__text-content,
.announcement-bar .text-slide,
.announcement-bar .text-slide a {
  all: unset;
  font-family: 'Cinzel', sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  background-color: #c59356 !important;
  height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 8px !important;
}

@media screen and (min-width: 750px) {
  .announcement-bar .text-slide a {
    font-size: 10px !important;
    height: 22px !important;
  }
  
/* === Footer Menu Headings — Cinzel Font === */
footer h4,
.footer-block__title,
.footer__column-heading,
.footer__title,
.footer-menu__heading {
  font-family: 'Cinzel', serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #333232 !important;
}

/* === Footer Menu Links/Text — Cinzel Font, Larger === */
footer a,
footer li,
.footer__link,
.footer__menu-item,
.footer-block__link,
.footer__column a {
  font-family: 'Cinzel', sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.5rem !important; /* increase from small default */
  line-height: 1.6 !important;
  color: #5E5A59 !important;
}

  /* === FORCE Cinzel on Footer Titles + Legal/Small Text === */
footer *:not(a):not(li):not(p):not(span):not(svg):not(path) {
  font-family: 'Cinzel', serif !important;
  font-weight: 700 !important;
}

footer p,
footer small,
footer .copyright,
footer .footer__copyright,
footer .footer__bottom {
  font-family: 'Cinzel', sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.4rem !important;
  color: #5E5A59 !important;
}

/* 🔥 Kill stubborn header border line once and for all */
.header__inner::after {
  content: none !important;
  display: none !important;
  height: 0 !important;
  background: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

.button,
.shopify-payment-button__button,
.button--primary {
  font-family: 'Cinzel', serif !important;
  font-weight: 700 !important;
  font-size: 1.15rem !important;   /* Adjust size as needed */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 1rem 2rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

/* ========== UNIVERSAL POLICY DROPDOWNS ========== */
.policy-section,
.policy-section details,
.policy-section summary,
.policy-section p,
.policy-section li {
  font-family: 'Cinzel', serif !important;
}

/* Block spacing + soft divider */
.policy-section details {
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8cbb9;
}

/* Keep everything except <summary> hidden when closed */
.policy-section details:not([open]) > *:not(summary) {
  display: none;
}

/* Dropdown titles */
.policy-section summary {
  font-weight: 700;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;   /* a bit more room for arrow */
  list-style: none;       /* remove default bullet */
  margin: 0 0 0.5rem;
  outline: none;          /* prevent blue focus ring in Safari */
}

/* Hide default arrow */
.policy-section summary::-webkit-details-marker { display: none; }

/* Custom arrow */
.policy-section summary::after {
  content: '▼';
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform .3s ease;
}

/* Rotate arrow when open */
.policy-section details[open] summary::after { transform: rotate(180deg); }

/* Body copy */
.policy-section p,
.policy-section li {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 1rem;
}

  /* Force everything except <summary> to hide when the element is closed  */
.policy-section details:not([open]) > :not(summary) {
  display: none !important;
}

/* FORCE CINZEL ON CONTACT PAGE */
body.template-page__contact,
body.template-page__contact * {
  font-family: 'Cinzel', serif !important;
}

/* Headings */
body.template-page__contact h1,
body.template-page__contact h2,
body.template-page__contact h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

/* Paragraphs, spans, links */
body.template-page__contact p,
body.template-page__contact span,
body.template-page__contact li,
body.template-page__contact a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

/* Optional: Underline all links */
body.template-page__contact a {
  text-decoration: underline;
}

/* Force ALL text inside the accordion to Cinzel, including headings */
.policy-accordion .policy-content,
.policy-accordion .policy-content h1,
.policy-accordion .policy-content h2,
.policy-accordion .policy-content h3,
.policy-accordion .policy-content h4,
.policy-accordion .policy-content h5,
.policy-accordion .policy-content h6,
.policy-accordion .policy-content li,
.policy-accordion .policy-content th,
.policy-accordion .policy-content td {
  font-family: 'Cinzel', serif !important;
}

  /* --- Smaller Cinzel headings *inside* the accordion only --- */
.policy-accordion .policy-content h1,
.policy-accordion .policy-content h2,
.policy-accordion .policy-content h3,
.policy-accordion .policy-content h4,
.policy-accordion .policy-content h5,
.policy-accordion .policy-content h6{
  /* Font family */
  font-family:'Cinzel',serif !important;

  /* Size & spacing — tweak to taste */
  font-size:1.6rem;      /* same as accordion titles */
  font-weight:600;       /* bold but not shouty */
  line-height:1.3;
  margin:1rem 0 .5rem;   /* gentle breathing room */
}

  /* FORCE Cinzel on absolutely everything inside the accordion body */
.policy-accordion .policy-content,
.policy-accordion .policy-content * {
  font-family: 'Cinzel', serif !important;
}

  /* ——————————————————————————————————————
   Force the Cookie Consent banner into Cinzel
   —————————————————————————————————————— */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');

.cookie-consent,
.cookie-consent__heading,
.cookie-consent__text,
.cookie-consent a,
.cookie-consent button {
  font-family: 'Cinzel', serif !important;
}

/* If your banner uses a different wrapper, you can also target by ID: */
#CookieConsentModal,
#CookieConsentModal * {
  font-family: 'Cinzel', serif !important;
}

  /* ──────────────────────────────────────────
   Spell‑style Collection / Grid Overrides
   Brand colours: #c59356 (gold), Cinzel font
────────────────────────────────────────── */

.spell-collection {
  padding: 4rem 2rem;
  font-family: 'Cinzel', serif;
  color: #2d2d2d;
}

.spell-collection__header {
  text-align: center;
  margin-bottom: 2rem;
}

.spell-collection__title {
  font-size: 2.5rem;
  margin: .5rem 0;
}

.spell-collection__description {
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto 2rem;
  font-family: 'Cinzel', sans-serif;
  color: #555;
}

.spell-collection__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

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

.spell-collection__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
  
.spell-collection__product-title {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  margin: .75rem 0 .25rem;
  color: #c59356; /* your primary accent */
}

.spell-collection__pagination {
  text-align: center;
  margin-top: 3rem;
}

/* Pagination links use your gold accent */
.spell-collection__pagination .pagination__link {
  color: #c59356 !important;
}

/* ──────────────────────────────────────────
   Spell‑style Product‑Page Overrides
────────────────────────────────────────── */

.product-single {
  font-family: 'Cinzel', serif !important;
}

.product-single__title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.product-single__price {
  font-family: 'Cinzel', sans-serif !important;
  font-size: 1.5rem;
  color: #c59356;
  margin-bottom: 2rem;
}

.product-form__cart-submit {
  background-color: #c59356;
  color: #fff;
  font-family: 'Cinzel', serif !important;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
}

.product-form__cart-submit:hover {
  opacity: .9;
}
  
/* ──────────────────────────────────────────
   Collection Grid: Cinzel Titles & Prices
────────────────────────────────────────── */

/* PRODUCT TITLES */
.grid--uniform h3,
.grid--uniform h3 a,
.grid--uniform .card__heading,
.grid--uniform .card__heading a,
.grid--uniform .card-product__title,
.grid--uniform .card-product__title a,
.grid--uniform .product-card__title,
.grid--uniform .product-card__title a {
  font-family: 'Cinzel', serif !important;
  font-size: 1.25rem !important;        /* ~20px */
  font-weight: 400 !important;
  line-height: 1.3 !important;
  color: #333232 !important;
  text-transform: none !important;
  margin: 0.5rem 0 0.25rem !important;
}

/* PRODUCT PRICES */
.grid--uniform .price,
.grid--uniform .card__price,
.grid--uniform .card-product__price,
.grid--uniform .product-card__price,
.grid--uniform .price a {
  font-family: 'Cinzel', sans-serif !important;
  font-size: 1.1rem !important;         /* ~17px */
  font-weight: 300 !important;
  line-height: 1.4 !important;
  color: #5E5A59 !important;
  margin-top: 0.25rem !important;
}

/* In case your theme nests the price inside something else: */
.grid--uniform [class*="price"] {
  font-family: 'Cinzel', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 300 !important;
}

/* ─── hover‑sizes overlay ───────────────────────────────── */
.spell-collection__item {
  position: relative;
  overflow: hidden;
}

.spell-collection__hover-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.85);
  display: none;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  font-family: 'Cinzel', serif !important;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: #333232 !important;
  line-height: 1.2 !important;
}

.spell-collection__item:hover .spell-collection__hover-info {
  display: flex;
}

.spell-collection__hover-info span {
  padding: 0 0.4rem;
  white-space: nowrap;
}
/* ─────────────────────────────────────────────────────────── */
  
/* ─── Hover‐sizes overlay pinned to the image wrapper ─────────────────── */

/* 2. Absolutely position the hover info inside that wrapper */
.spell-collection__hover-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.85);
  display: none;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  font-family: 'Cinzel', serif !important;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: #333232 !important;
  line-height: 1.2 !important;
}

/* 3. Show it when you hover the image wrapper */
.spell-collection__image-wrapper:hover .spell-collection__hover-info {
  display: flex;
}

/* 4. Small padding on each size bubble */
.spell-collection__hover-info span {
  padding: 0 0.4rem;
  white-space: nowrap;
}

/* — remove any older .spell-collection__item positioning overrides if you added them — */
.spell-collection__item {
  /* no longer needs position: relative; overflow: hidden; */
}

/* ─── Collection header tweaks ───────────────────────────────── */
.spell-collection__header {
  text-align: left;              /* Titles to the left */
}
.spell-collection__title {
  font-size: 2rem;               /* a bit smaller */
  font-family: 'Cinzel', serif;
}

/* ─── Filters bar layout ──────────────────────────────────────── */
.spell-collection__filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  font-family: 'Cinzel', serif;
}

.spell-collection__filters details {
  position: relative;
}

.spell-collection__filters summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.2rem;
  text-transform: none;
}

.spell-collection__filters .filter__list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0.5rem 0;
  min-width: 10rem;
  z-index: 10;
}

.spell-collection__filters details[open] .filter__list {
  display: block;
}

.spell-collection__filters .filter__list li {
  padding: 0.5rem 1rem;
}

.spell-collection__filters .filter__list li a {
  font-size: 1rem;
  text-decoration: none;
  color: inherit;
}

.spell-collection__filters .filter--sort label {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.spell-collection__filters .filter--sort select {
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  padding: 0.25rem 0.5rem;
}

/* ─── Spell‑style Collection Title ───────────────────────────────── */
.spell-collection__title {
  /* Scale down from 2.5rem to something closer to Spell’s 2rem */
  font-size: 2rem !important;
  margin-bottom: 1rem;
}

/* ─── Filters bar ───────────────────────────────────────────────────── */
.spell-collection__filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
}

/* make each filter container position relative so its panel can absolutely overlay */
.spell-collection__filters .filter {
  position: relative;
}

/* reset the native <details> marker and add our own arrow */
.spell-collection__filters summary {
  list-style: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.spell-collection__filters summary::-webkit-details-marker {
  display: none;
}
.spell-collection__filters summary::after {
  content: '▾';
  margin-left: 0.4em;
  font-size: 0.8em;
}

/* style the dropdown panel itself */
.spell-collection__filters .filter__list {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 0.5rem 0;
  list-style: none;
  display: none;
  z-index: 20;
  min-width: 10rem;
}

/* show it when the <details> is open */
.spell-collection__filters details[open] .filter__list {
  display: block;
}

/* each item in the dropdown */
.spell-collection__filters .filter__list li {
  padding: 0.5rem 1rem;
}

/* make sure links inside don’t inherit nasty defaults */
.spell-collection__filters .filter__list a {
  color: inherit;
  text-decoration: none;
  display: block;
}

/* ─── Sort‑By dropdown tweaks ───────────────────────────────────────── */
.spell-collection__filters .filter--sort {
  display: flex;
  align-items: center;
}
.spell-collection__filters .filter--sort label {
  margin-right: 0.5rem;
  font-weight: 400;
}
.spell-collection__filters .filter--sort select {
  appearance: none;
  border: none;
  background: transparent;
  font: inherit;
  cursor: pointer;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  /* add your own background‑arrow if desired via a pseudo‑element */
  position: relative;
}

  /* ─── Filters bar spacing & typography ───────────────────────────────── */
.spell-collection__filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  margin: 1rem 0 2rem;          /* pulls it closer to the title */
  font-family: 'Cinzel', serif;
}

.spell-collection__filters summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.1rem;            /* slightly larger */
  padding: 0.4rem 0.8rem;
  position: relative;
}

/* remove default marker, add ▼ arrow */
.spell-collection__filters summary::-webkit-details-marker {
  display: none;
}
.spell-collection__filters summary::after {
  content: '▾';
  margin-left: 0.3em;
  font-size: 0.8em;
}

/* the dropdown panel */
.spell-collection__filters .filter__list {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 0.5rem 0;
  list-style: none;
  display: none;
  z-index: 10;
  min-width: 12rem;
  font-size: 1rem;
}

/* show when open */
.spell-collection__filters details[open] .filter__list {
  display: block;
}

/* items */
.spell-collection__filters .filter__list li {
  padding: 0.4rem 1rem;
}
.spell-collection__filters .filter__list input {
  margin-right: 0.5rem;
}

/* Sort links style */
.spell-collection__filters .filter--sort .filter__list a {
  color: inherit;
  text-decoration: none;
  display: block;
}

/* ─── Header + Filters in one row ───────────────────── */
.spell-collection__header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

/* shrink the title a bit */
.spell-collection__title {
  font-size: 2rem; /* adjust as needed */
}

/* Filters styling */
.spell-collection__filters {
  display: flex;
  gap: 1rem;
  font-family: 'Cinzel', serif;
}

.spell-collection__filters details {
  position: relative;
}

/* Summary base */
.spell-collection__filters summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.1rem;
  padding: 0.2rem 0.4rem;
}

/* hide default arrow, add our own */
.spell-collection__filters summary::-webkit-details-marker {
  display: none;
}
.spell-collection__filters summary::after {
  content: '▾';
  margin-left: 0.3em;
  font-size: 0.8em;
}

/* Dropdown panel */
.spell-collection__filters .filter__list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 0.4rem 0;
  list-style: none;
  z-index: 10;
  min-width: 12rem;
  font-size: 1rem;
}

/* show when open */
.spell-collection__filters details[open] .filter__list {
  display: block;
}

/* Items */
.spell-collection__filters .filter__list li {
  padding: 0.4rem 1rem;
}
.spell-collection__filters .filter__list input {
  margin-right: 0.5rem;
}

/* Sort links */
.spell-collection__filters .filter--sort .filter__list a {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* ─── kill top padding on this section ───────────────── */
#shopify-section-spell-collection {
  padding-top: 0 !important;
}

/* remove any margin above the header */
.spell-collection__header {
  margin-top: 0;
  padding-top: 0;
}

/* tighten up the header row */
.spell-collection__header-top {
  margin-top: 0;
  padding-top: 0;
}

/* shrink the title a hair if you like */
.spell-collection__title {
  font-size: 1.9rem; /* tweak as desired */
}

/* Filters */
.spell-collection__filters {
  display: flex;
  gap: 1rem;
  font-family: 'Cinzel', serif;
}

.spell-collection__filters details {
  position: relative;
}

.spell-collection__filters summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.05rem;
  padding: 0.2rem 0.4rem;
}

.spell-collection__filters summary::-webkit-details-marker {
  display: none;
}
.spell-collection__filters summary::after {
  content: '▾';
  margin-left: 0.3em;
  font-size: 0.8em;
}

.spell-collection__filters .filter__list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 0.4rem 0;
  list-style: none;
  z-index: 10;
  min-width: 12rem;
  font-size: 1rem;
}

.spell-collection__filters details[open] .filter__list {
  display: block;
}

.spell-collection__filters .filter__list li {
  padding: 0.4rem 1rem;
}
.spell-collection__filters .filter__list input {
  margin-right: 0.5rem;
}
.spell-collection__filters .filter--sort .filter__list a {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* ─── Spell‑style collection header + filters ─── */
.spell-collection__header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.spell-collection__filters {
  display: flex;
  gap: 1.5rem;
}

.spell-collection__filters summary {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 1.6rem;
  cursor: pointer;
  list-style: none;
}

.filter__list {
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 1rem;
  z-index: 10;
}

.filter__list li {
  margin-bottom: 0.5rem;
}

.filter__list label {
  font-size: 1.4rem;
}

.filter__list input {
  margin-right: 0.5rem;
}

 /* ──────────────────────────────────────────
   Collapse top‐padding on this section
────────────────────────────────────────── */
.shopify-section--spell-collection {
  padding-block-start: 2rem !important;
  padding-block-end:   2rem !important;
}

/* ─── Header + Filters Spacing ───────────────── */
.spell-collection__header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem; /* tighten under filters */
}

/* ─── Un‑bold & size your filter labels ────── */
.spell-collection__filters summary {
  font-family: 'Cinzel', serif;
  font-weight: 400;    /* remove bold */
  font-size: 1.6rem;   /* tweak up/down as desired */
  cursor: pointer;
  list-style: none;
}

/* ─── Dropdown Lists ───────────────────────── */
.filter__list {
  position: absolute;
  top: 100%;
  margin: 0.5rem 0 0;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  list-style: none;
  z-index: 10;
}

.filter__list li {
  margin-bottom: 0.4rem;
}

.filter__list label {
  font-size: 1.4rem;  /* tweak for comfort */
}

.filter__list input {
  margin-right: 0.5rem;
}

  /* ──────────────────────────────────────────
   Tighten up header + filters spacing
────────────────────────────────────────── */
.shopify-section--spell-collection {
  padding-block-start: 2rem !important;
  padding-block-end:   2rem !important;
}

.spell-collection__header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

/* Filters summary */
.spell-collection__filters summary {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  font-size: 1.6rem;
  cursor: pointer;
}

/* Dropdown list styling */
.filter__list {
  position: absolute;
  top: 100%;
  margin: 0.5rem 0 0;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  list-style: none;
  z-index: 10;
}

.filter__list li {
  margin-bottom: 0.4rem;
}

.filter__list label {
  font-size: 1.4rem;
}

.filter__list input {
  margin-right: 0.5rem;
}

  /* ─── Tweak collection filters so long names don’t wrap ───────────────── */
.spell-collection__filters details .filter__list {
  /* give the list panel enough width for your longest colour name */
  min-width: 14rem;
}

.spell-collection__filters details .filter__list li label {
  display: block;       /* make the label a block so it spans the full width */
  white-space: nowrap;  /* never wrap the text onto a second line */
}

  /* ─── Spell‑style filters: larger dropdown text ─────────────────────────── */
.spell-collection__filters details .filter__list {
  /* bump up the dropdown list font */
  font-size: 1.2rem;
}

.spell-collection__filters details .filter__list a,
.spell-collection__filters details .filter__list label {
  /* ensure both links (sort‑by) and labels (colours / sizes) scale */
  font-size: 1.2rem;
  line-height: 1.4;
}

  /* ─── Spell‐style Collection: Final Sale‐Badge & Price Overrides ─── */
.spell-collection__image-wrapper {
  position: relative !important;
  background: none !important;
}
.spell-collection__badge {
  position: absolute !important;
  top: 0.5rem !important;
  left: 0.5rem !important;
  background-color: #c59356 !important;
  color: #fff !important;
  padding: 0.4rem 0.8rem !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  z-index: 10 !important;
}
.spell-collection__price {
  display: block !important;
  font-size: 1.4rem !important;
  margin-top: 0.5rem !important;
}
.spell-collection__price .price--sale {
  font-size: 1.4rem !important;
  margin-right: 0.6rem !important;
}
.spell-collection__price .price--original {
  font-size: 1.2rem !important;
  text-decoration: line-through !important;
  color: #777 !important;
}

  .spell-collection__sold-out {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 0.4rem 0.6rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-radius: 0.2rem;
  z-index: 2;
}

  /* ─── Spell‑Collection Badge & Sold‑Out Cleanup ─────────────────────── */

.spell-collection__image-wrapper {
  position: relative !important;
  overflow: hidden !important;
}

/* Sale badge (top‑right) */
.spell-collection__badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-color: #c59356;
  color: #fff;
  padding: 0.4rem 0.6rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-radius: 0.2rem;
  z-index: 2;
}

/* Sold Out badge (bottom‑left) */
.spell-collection__sold-out {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  background-color: #c59356;
  color: #fff;
  padding: 0.4rem 0.6rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-radius: 0.2rem;
  z-index: 2;
}

/* kill any accidental full‑height overlays */
.spell-collection__badge[style*="height: 100%"],
.spell-collection__sold-out[style*="height: 100%"] {
  height: auto !important;
  width: auto !important;
}

  /* ─── Spell‑style Collection: price sizing ───────────────────────────────── */

.spell-collection__price {
  /* all prices get this size */
  font-size: 1.3rem !important;
  line-height: 1.3 !important;
  display: inline-block;
}

.spell-collection__price ins.price--sale {
  /* your sale price—you could bump this to 1.6rem if you like */
  font-size: 1.3rem !important;
  text-decoration: none !important;
}

.spell-collection__price del.price--original {
  /* struck‐through price, a touch smaller for contrast */
  font-size: 1.4rem !important;
  margin-left: 0.5rem !important;
  opacity: 0.6 !important;
}

/* make sure any inline styles don’t override our CSS */
.spell-collection__price *,
.spell-collection__price {
  font-family: Cinzel, serif !important;
}

  /* ─── Collection‑page pricing: force a uniform font size ───────────────── */
.spell-collection__price,
.spell-collection__price ins,
.spell-collection__price del {
  font‑family: Cinzel, serif !important;
  font‑size: 1.0rem !important;    
  line‑height: 1.3 !important;
  font‑weight: 300 !important;
}

.spell-collection__price ins.price--sale {
  font‑weight: 300 !important;           /* a little heavier for emphasis */
}

.spell-collection__price del.price--original {
  opacity: 0.6 !important;               /* mute the original price a bit */
}

  /* ─── Tweak Spell‑collection price smaller ────────────────────────── */
.spell-collection__price,
.spell-collection__price ins,
.spell-collection__price del {
  font-size: 0.5rem !important;       
  line-height: 1.4 !important;
}

  /* ─── Sale‑price in red on product page ───────────────────────── */
.product__price .price--sale,
.price--sale {
  color: #E10E0E !important;
}
