/** Shopify CDN: Minification failed

Line 10161:0 Unexpected "}"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

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

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

.page-width.drawer-menu {
  max-width: 100%;
}

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

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

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

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

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

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

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

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

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

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

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

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

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

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

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

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

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

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

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

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

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

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

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

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

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

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

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

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

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

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

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

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

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

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

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

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

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

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

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

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

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

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

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

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

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

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

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

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

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

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

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

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

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

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

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

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

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

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

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

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

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

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

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message .svg-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

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

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

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

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

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

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

/* Commented out because logo is now an image */
/*
.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}
*/

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

/*
.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}
*/
/* Custom logo wrapper */
.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

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

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

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

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

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

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slows the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Applies a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensures z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slows the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}

/* -------------------------------------------------------- CUSTOM STYLES START -------------------------------------------------------- */

/* Announcement Bar */
@media screen and (min-width: 990px) {
  .announcement-bar-section .page-width,
  .utility-bar__grid.page-width {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: clamp(1.6rem, 2.5vw, 3.2rem) !important;
    padding-right: clamp(1.6rem, 2.5vw, 3.2rem) !important;
  }
}

/* Utility bar layout */
.custom-utility-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border-bottom: 4px solid #fe9f21 !important;
}

/* Phone block */
.custom-phone-number {
  min-width: 180px;
  font-size: 13px;
  font-weight: 500;
  flex: 0 0 auto;
  white-space: nowrap;
}

.custom-phone-number__link {
  color: #ffffff;
  text-decoration: none;
}

.custom-phone-number span {
  color: rgb(157, 188, 249);
  font-weight: 600;
}

/* Location block */
.custom-utility-bar .announcement-bar {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 0;
}

.custom-utility-bar .announcement-bar__message {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transform: translateX(0px); /* adjust if needed */
}

/* Social block */
.custom-social-wrapper {
  min-width: 180px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 0;
}

.custom-social-wrapper .list-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.custom-social-wrapper .list-social li {
  margin: 0;
  padding: 0;
}

.custom-social-wrapper .list-social svg {
  width: 18px;
  height: 18px;
}

.custom-utility-bar .announcement-bar__message svg,
.custom-utility-bar .localization-wrapper:empty {
  display: none;
}

/* Interaction states */
.custom-social-wrapper .list-social a {
  transition: transform 0.3s ease;
}

.custom-social-wrapper .list-social a svg,
.custom-utility-bar .announcement-bar__link,
.custom-utility-bar .announcement-bar__message,
.custom-utility-bar .announcement-bar__message span,
.custom-phone-number__link,
.custom-phone-number__link span {
  transition: color 0.3s ease, fill 0.3s ease, stroke 0.3s ease, opacity 0.3s ease;
}

/* Hover effects */
.custom-social-wrapper .list-social a:hover {
  transform: scale(1.1);
}

.custom-social-wrapper .list-social a:hover svg {
  fill: #fe9f21;
  stroke: #fe9f21;
}

.custom-utility-bar .announcement-bar__link:hover,
.custom-utility-bar .announcement-bar__link:hover .announcement-bar__message,
.custom-utility-bar .announcement-bar__link:hover .announcement-bar__message span,
.custom-utility-bar .announcement-bar__message:hover,
.custom-utility-bar .announcement-bar__message:hover span,
.custom-phone-number__link:hover,
.custom-phone-number__link:hover span {
  color: #fe9f21;
  text-decoration: underline;
}

/* Slightly tighter on very large screens */
@media screen and (min-width: 1400px) {
  .custom-phone-number {
    min-width: 220px;
  }

  .custom-social-wrapper {
    min-width: 220px;
  }
}

/* Mobile Layout */

@media screen and (max-width: 989px) {

  /* Hide secondary content to keep UI clean */
  .custom-phone-number,
  .custom-social-wrapper,
  .localization-wrapper {
    display: none !important;
  }

  .custom-utility-bar {
    display: block !important;
  }

  /* Force announcement to span full width */
  .custom-utility-bar .announcement-bar {
    display: block !important;
    width: 100% !important;
    flex: none !important;
    text-align: center !important;
  }

  /* Reset transforms and apply comfortable tap spacing */
  .custom-utility-bar .announcement-bar__message {
    width: 100% !important;
    text-align: center !important;
    transform: none !important; /* removes desktop centering offset */
    margin: 0 !important;
    padding: 0.8rem 1.2rem !important;
  }

  /* Expand clickable area for better mobile UX */
  .custom-utility-bar .announcement-bar__link {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}

/* Mobile drawer */
.mobile-contact-info {
  margin-top: 20px;
  padding: 16px;
  border-top: 1px solid rgba(255,255,255,0.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Contact links */
.mobile-contact-info a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

/* Header Menu */
@media screen and (min-width: 990px) {
  .section-header .page-width {
    max-width: 160rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

.header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.header__submenu .header__menu-item {
  color: #ffffff !important;
  background-color: #0f4e96ff;
}

/* Logo block */
.header__heading {
  flex: 0 0 auto;
}

/* Center navigation */
.header__inline-menu {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 3rem !important;
}

/* Right-side controls (icons + country selector) */
.header__icons {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
}

/* Navigation styling */
.header__icons svg {
  stroke: #c8493f !important;
}

/* Hover */
.header__icons a:hover svg {
  stroke: #fe9f21 !important;
}

/* Base menu links */
.header__menu-item,
.header__active-menu-item {
  text-decoration: none !important;
  font-size: 17px;
  color: #0f4e96ff;
  font-weight: 700;
}

/* Hover */
.header__menu-item:hover,
.header__menu-item:hover span {
  color: #fe9f21 !important;
  text-decoration: underline !important;
}

/* Dropdown menu links */
.header__submenu a:hover {
  color: #fe9f21 !important;
}
 
/* Country selector moved far right */
.desktop-localization-wrapper {
  order: 99;
  margin-left: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Mobile Layout */
@media screen and (max-width: 989px) {
  .header__inline-menu {
    display: none !important;
  }

  .header__heading {
    justify-self: center !important;
  }
}

@media screen and (max-width: 749px) {

  /* Reduce overall header height */
  .header {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  /* Scale down logo */
  .header__heading-logo {
    max-width: 140px !important;
  }

  /* Center logo and remove extra spacing */
  .header__heading {
    margin: 0 !important;
    justify-self: center !important;
  }

}

/* Subtle logo hover animation */
.header__heading-logo {
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
  will-change: transform;
}

.header__heading-link:hover .header__heading-logo,
.header__heading-link:focus-visible .header__heading-logo {
  transform: translateY(-1px) scale(1.02);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
}

/* Multicolumn icons row */
.custom-multicolumn {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}

/* Sizing */
.custom-multicolumn .multicolumn-list__item {
  flex: 0 0 auto !important;
  width: clamp(8rem, 21vw, 21rem) !important;
  max-width: none !important;
}

.custom-multicolumn .multicolumn-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Icon image sizing */
.custom-multicolumn .multicolumn-card__image-wrapper {
  width: clamp(8rem, 20vw, 20rem) !important;
  height: clamp(8rem, 20vw, 20rem) !important;
}

.custom-multicolumn .multicolumn-card__image-wrapper .media {
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}

/* Image Styles */
.custom-multicolumn .multicolumn-card__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transition: transform 0.25s ease, filter 0.25s ease !important;
}


/* Text label spacing */
.custom-multicolumn .multicolumn-card__info {
  padding-top: 0.2rem !important;
}


/* Label styling */
.custom-multicolumn .multicolumn-card__info .link,
.custom-multicolumn .multicolumn-card__info h3 {
  font-family: 'Marcellus', serif !important;
  font-size: 1.35rem !important;
  line-height: 1.25 !important;
  color: rgba(10, 10, 10, 1) !important;
  margin: 0 !important;
}

.multicolumn .page-width {
  max-width: 100% !important;
}

/* Hover effect on icon image */
.custom-multicolumn .multicolumn-list__item {
  transition: transform 0.25s ease;
}

.custom-multicolumn .multicolumn-list__item:hover .multicolumn-card__image {
  transform: translateY(-3px);
  filter: brightness(1.04);
}


/* Mobile Layout */
@media screen and (max-width: 749px) {

  .custom-multicolumn {
    gap: 1.4rem !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    scroll-snap-type: x mandatory;
  }

  .custom-multicolumn .multicolumn-card__info h3 {
    font-size: 1.2rem !important;
  }

  .custom-multicolumn .multicolumn-list__item {
  width: 7.5rem !important;
  scroll-snap-align: start;
  }
}

/* Product Cards */
@media screen and (min-width: 990px) {
  .collection.page-width {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.product-grid {
  gap: 20px;
}

/* Product card shell */
.custom-product-card {
  height: 100%;
  border: 1px solid rgba(47, 107, 79, 0.12);
  border-radius: 18px;
  background-color: #ffffff;
  transform: none;
  box-shadow: 0 0.8rem 2.4rem rgba(47, 107, 79, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.custom-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(231, 179, 48, 0.45);
}

@media screen and (min-width: 990px) {
  .custom-product-card:hover {
    box-shadow:
      0 0 0 1px rgba(231, 179, 48, 0.22),
      0 0 2.2rem rgba(231, 179, 48, 0.22),
      0 1.8rem 4rem rgba(47, 107, 79, 0.16);
  }
}

/* Badge positioning context */
.custom-product-card__inner {
  position: relative;
}

/* Card content layout */
.custom-product-card .card__content {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: auto !important;
}

.custom-product-card .card__information {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  padding: 1.6rem 1.6rem 1.4rem !important;
}

.custom-product-card__vendor {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(145, 118, 52, 1);
}

.custom-product-card__title {
  margin: 0 0 1.4rem 0 !important;
  min-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0b3723ff;
  word-break: normal;
  overflow-wrap: break-word;
}

/* Price alignment */
.custom-product-card .price,
.custom-product-card__price {
  min-height: 4.8rem;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.custom-product-card__purchase-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.2rem;
  margin-bottom: 1rem;
}

.card-information .price:not(.price--on-sale) .price__container {
  padding-top: 1.7rem;
}

/* Sale price stack: compare-at price above, sale price below */
.card-information .price--on-sale .price__container {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.3rem !important;
}

.card-information .price--on-sale .price__regular {
  order: 1;
  margin: 0 !important;
}

.card-information .price--on-sale .price__sale {
  order: 2;
  margin: 0 !important;
}

.card-information .price--on-sale .price__regular .price-item--regular {
  display: block !important;
  margin: 0 !important;
  font-size: 1.2rem !important;
  line-height: 1.2;
  color: #8a8a8a !important;
  text-decoration: line-through !important;
}

/* Sale price */
.card-information .price--on-sale .price__sale .price-item--sale {
  display: block !important;
  margin: 0 !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  line-height: 1.2;
  color: #111111 !important;
}

/* Regular price */
.card-information .price:not(.price--on-sale) .price__regular .price-item--regular {
  display: block !important;
  margin: 0 !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  line-height: 1.2;
  color: #111111 !important;
}

/* Product image */
.custom-product-card .card__inner {
  overflow: hidden !important;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf5 100%);
}

.custom-product-card .card__media {
  width: 100% !important;
  overflow: hidden !important;
}

.custom-product-card .media {
  width: 100% !important;
  height: 100% !important;
  padding-bottom: var(--ratio-percent) !important;
  overflow: hidden !important;
}

.custom-product-card .media > img,
.custom-product-card img.motion-reduce {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

/* Custom Badge container */
.custom-card-badges {
  position: absolute;
  top: 16px;
  left: -7px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.custom-card-purchase-row {
  margin: 0 0 1rem;
}

.custom-card-quantity {
  position: relative;
  z-index: 6;
  width: 100%;
  min-height: 4.2rem;
  border: 1.5px solid #214d38 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #214d38;
  box-shadow: 0 0.35rem 0.9rem rgba(47, 107, 79, 0.09);
  pointer-events: auto;
}

.custom-card-quantity--inline {
  flex: 0 0 7.2rem;
  width: 7.2rem;
  min-height: 3.5rem;
}

.custom-card-quantity--inline .quantity__button {
  width: 1.9rem;
  padding: 0 !important;
}

.custom-card-quantity--inline .quantity__input {
  width: 3rem;
  padding: 0 !important;
}

.custom-card-quantity::before,
.custom-card-quantity::after {
  content: none !important;
}

.custom-card-quantity .quantity__button,
.custom-card-quantity .quantity__input {
  color: #214d38;
  font-weight: 700;
  background: transparent !important;
}

.custom-card-quantity .quantity__button:hover {
  color: #b88708;
}

.custom-badge {
  position: relative;
  display: inline-block;
  min-width: 116px;
  padding: 0.72rem 1.6rem 0.72rem 1.4rem;
  border-radius: 0 999px 999px 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0.7rem 1.4rem rgba(47, 107, 79, 0.14), 0 0.2rem 0.6rem rgba(0, 0, 0, 0.12);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.custom-badge::before {
  content: none !important;
}

.custom-badge--soldout {
  background: linear-gradient(135deg, #77736e 0%, #8E8A84 62%, #aaa49c 100%);
  color: #ffffff;
}

.custom-badge--price-drop {
  background: linear-gradient(135deg, #b9780d 0%, #D4941E 58%, #e7b756 100%);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(33, 77, 56, 0.28);
}

.custom-badge--new {
  background: linear-gradient(135deg, #4f765a 0%, #5E8B6B 58%, #7eaa89 100%);
  color: #ffffff;
}

.custom-badge--best-seller {
  background: linear-gradient(135deg, #a75531 0%, #C06B3F 58%, #d98b63 100%);
  color: #ffffff;
}

.custom-badge--stock,
.custom-badge--low-stock {
  background: linear-gradient(135deg, #b86634 0%, #D4844A 58%, #e4a06d 100%);
  color: #ffffff;
}

.custom-badge--limited-edition {
  background: linear-gradient(135deg, #6f2d2d 0%, #8B3A3A 58%, #a95151 100%);
  color: #ffffff;
}

/* Default add to cart buttons */
.product-grid .product-form__submit,
.product-grid .quick-add__submit,
.product .product-form__submit {
  background:rgb(25, 140, 98) !important;
  color: #ffffff !important;
  border-color: 2px rgba(145, 118, 52, 1);
  border-radius: 12px !important;
  transition: all 0.25s ease;
  font-weight: 600;
  border: none !important;
  box-shadow: none !important;
}

.product-grid .product-form__submit:hover,
.product-grid .quick-add__submit:hover,
.product .product-form__submit:hover {
  background: #fe9f21 !important;
  color: #1f1f1f !important;
  transform: translateY(-1px);
}

/* Product Page */
.product__title h1,
.product__title .h1,
.product__title a {
  color: #274d2f !important;
  font-size: 2rem;
  line-height: 1.15;
}

/* Vendor / brand text */
.product__text,
.product .product__text,
.product__info-container .caption-with-letter-spacing,
.product__info-container .subtitle {
  color: #c9a227 !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Product pricing */
.product__info-container .price,
.product__info-container .price-item,
.product__info-container .price__regular .price-item--regular,
.product__info-container .price:not(.price--on-sale) .price-item,
.product__info-container .price:not(.price--on-sale) .price-item--regular {
  color: #274d2f !important;
  opacity: 1 !important;
}

/* Compare-at / old price */
.product__info-container .price__sale .price-item--regular,
.product__info-container s,
.product .price__compare {
  color: #8a8a8a !important;
  opacity: 1 !important;
}

.product__description,
.product__description p,
.product__description li,
.product__tax,
.product__sku,
.product__inventory,
.product .share-button__button,
.product .product__accordion,
.product .accordion__content {
  color: #435243 !important;
}

.product__description {
  max-width: 60ch;
  font-size: 1.6rem;
  line-height: 1.75;
}

.quantity__label,
.product-form__input .form__label {
  color: #5b6a5b !important;
  font-weight: 500;
}

.quantity {
  border: 1px solid rgba(27, 56, 56, 0.38);
  background: #fffdf8;
}

.quantity::before,
.quantity::after {
  box-shadow: none !important;
}

.product__info-container > * {
  margin-top: 0.8rem !important;
  margin-bottom: 0.2rem !important;
}

.product__info-container > *:first-child {
  margin-top: 0 !important;
}

.product__info-container > *:last-child {
  margin-bottom: 0 !important;
}

.product__title {
  margin-bottom: 0.8rem !important;
}

.product__text {
  margin-bottom: 0.4rem !important;
}

.price {
  margin-top: 0.6rem !important;
  margin-bottom: 0.8rem !important;
}

.product__info-container hr {
  margin: 0.8rem 0 !important;
}

.shopify-payment-terms {
  margin: 0.6rem 0 !important;
  font-size: 1.2rem;
  line-height: 1.4;
}

.product-form__input,
.product-form__quantity,
.quantity {
  margin-top: 0.6rem !important;
  margin-bottom: 0.6rem !important;
}

.product-form__buttons {
  margin-top: 1rem !important;
  margin-bottom: 0.8rem !important;
}

.product .share-button,
.product .share-button__button {
  margin-top: 0.6rem !important;
}

.product__accordion {
  margin-top: 1rem !important;
}

@media screen and (min-width: 990px) {
  .product__info-container > * {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .product__info-container hr {
    margin: 0.6rem 0 !important;
  }
}

/* Product status badges */
.product .badge,
.product .price__badge-sale,
.product .price__badge-sold-out {
  border: none !important;
  border-radius: 999px !important;
  padding: 0.55rem 1.15rem !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 0.4rem 1rem rgba(47, 107, 79, 0.12);
}

.product .price__badge-sale,
.product .badge.price__badge-sale {
  background: linear-gradient(135deg, #b9780d 0%, #D4941E 58%, #e7b756 100%) !important;
  color: #ffffff !important;
}

.product .price__badge-sold-out,
.product .badge.price__badge-sold-out {
  background: linear-gradient(135deg, #77736e 0%, #8E8A84 62%, #aaa49c 100%) !important;
  color: #ffffff !important;
}

.product__accordion details {
  margin-bottom: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(47, 107, 79, 0.12);
  border-radius: 12px;
  background: #fffdf8;
}

.product__accordion summary {
  padding: 1.6rem 1.8rem;
}

.product__accordion .accordion__title,
.product__accordion .summary__title {
  color: #2f3e34 !important;
}

.product__accordion details[open] {
  background: #fff8ec;
  border-color: rgba(231, 179, 48, 0.35);
}

.product__accordion summary:hover,
.product .share-button__button:hover {
  background: rgba(207, 169, 153, 0.12);
}

.product .share-button__button,
.product .product-popup-modal__button,
.product .product__view-details {
  color: #c8493f !important;
}

.product .share-button__button:hover,
.product .product-popup-modal__button:hover,
.product .product__view-details:hover {
  color: #fe9f21 !important;
}

.product__info-container .product-form__input--country input[type='radio'] + label {
  background: #245f7a !important;
  background-color: #245f7a !important;
  border-color: rgba(27, 56, 56, 0.28) !important;
}

.product__info-container .product-form__input--date input[type='radio'] + label {
  background: #b88708 !important;
  background-color: #b88708 !important;
}

.product__info-container .product-form__input--bin input[type='radio'] + label {
  background: #a94b3b !important;
  background-color: #a94b3b !important;
  border-color: rgba(169, 75, 59, 0.36) !important;
}

.product-form__country-flag {
  display: inline-block;
  width: 2.2rem;
  height: 1.45rem;
  margin-right: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 0.25rem;
  box-shadow: 0 0.1rem 0.35rem rgba(27, 56, 56, 0.18);
  vertical-align: -0.22rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* France */
.product-form__country-flag--fr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23002395' d='M0 0h20v40H0z'/%3E%3Cpath fill='%23fff' d='M20 0h20v40H20z'/%3E%3Cpath fill='%23ed2939' d='M40 0h20v40H40z'/%3E%3C/svg%3E");
}

/* South Africa */
.product-form__country-flag--za {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23de3831' d='M0 0h60v20H0z'/%3E%3Cpath fill='%23002395' d='M0 20h60v20H0z'/%3E%3Cpath fill='%23fff' d='M0 0l30 20L0 40h12l30-20L12 0z'/%3E%3Cpath fill='%23fff' d='M20 15h40v10H20z'/%3E%3Cpath fill='%23007a4d' d='M0 5l22.5 15L0 35h10l25-15L10 5z'/%3E%3Cpath fill='%23007a4d' d='M22 16h38v8H22z'/%3E%3Cpath fill='%23ffb612' d='M0 0l30 20L0 40h7l30-20L7 0z'/%3E%3Cpath fill='%23000' d='M0 4l24 16L0 36z'/%3E%3C/svg%3E");
}

/* United States */
.product-form__country-flag--us {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23b22234' d='M0 0h60v40H0z'/%3E%3Cpath stroke='%23fff' stroke-width='3.08' d='M0 4.62h60M0 10.77h60M0 16.92h60M0 23.08h60M0 29.23h60M0 35.38h60'/%3E%3Cpath fill='%233c3b6e' d='M0 0h27.6v21.54H0z'/%3E%3Cg fill='%23fff'%3E%3Ccircle cx='3' cy='3' r='1'/%3E%3Ccircle cx='8' cy='3' r='1'/%3E%3Ccircle cx='13' cy='3' r='1'/%3E%3Ccircle cx='18' cy='3' r='1'/%3E%3Ccircle cx='23' cy='3' r='1'/%3E%3Ccircle cx='5.5' cy='7' r='1'/%3E%3Ccircle cx='10.5' cy='7' r='1'/%3E%3Ccircle cx='15.5' cy='7' r='1'/%3E%3Ccircle cx='20.5' cy='7' r='1'/%3E%3Ccircle cx='3' cy='11' r='1'/%3E%3Ccircle cx='8' cy='11' r='1'/%3E%3Ccircle cx='13' cy='11' r='1'/%3E%3Ccircle cx='18' cy='11' r='1'/%3E%3Ccircle cx='23' cy='11' r='1'/%3E%3Ccircle cx='5.5' cy='15' r='1'/%3E%3Ccircle cx='10.5' cy='15' r='1'/%3E%3Ccircle cx='15.5' cy='15' r='1'/%3E%3Ccircle cx='20.5' cy='15' r='1'/%3E%3Ccircle cx='3' cy='19' r='1'/%3E%3Ccircle cx='8' cy='19' r='1'/%3E%3Ccircle cx='13' cy='19' r='1'/%3E%3Ccircle cx='18' cy='19' r='1'/%3E%3Ccircle cx='23' cy='19' r='1'/%3E%3C/g%3E%3C/svg%3E");
}

/* United Kingdom */
.product-form__country-flag--gb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23012169' d='M0 0h60v40H0z'/%3E%3Cpath stroke='%23fff' stroke-width='8' d='M0 0l60 40M60 0L0 40'/%3E%3Cpath stroke='%23c8102e' stroke-width='4' d='M0 0l60 40M60 0L0 40'/%3E%3Cpath stroke='%23fff' stroke-width='13' d='M30 0v40M0 20h60'/%3E%3Cpath stroke='%23c8102e' stroke-width='8' d='M30 0v40M0 20h60'/%3E%3C/svg%3E");
}

/* Germany */
.product-form__country-flag--de {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23000' d='M0 0h60v13.33H0z'/%3E%3Cpath fill='%23dd0000' d='M0 13.33h60v13.34H0z'/%3E%3Cpath fill='%23ffce00' d='M0 26.67h60V40H0z'/%3E%3C/svg%3E");
}

/* Australia */
.product-form__country-flag--au {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23012169' d='M0 0h60v40H0z'/%3E%3Cpath stroke='%23fff' stroke-width='4' d='M0 0l30 20M30 0L0 20'/%3E%3Cpath stroke='%23c8102e' stroke-width='2' d='M0 0l30 20M30 0L0 20'/%3E%3Cpath stroke='%23fff' stroke-width='7' d='M15 0v20M0 10h30'/%3E%3Cpath stroke='%23c8102e' stroke-width='4' d='M15 0v20M0 10h30'/%3E%3Cg fill='%23fff'%3E%3Ccircle cx='45' cy='8' r='2'/%3E%3Ccircle cx='51' cy='17' r='1.7'/%3E%3Ccircle cx='43' cy='22' r='1.7'/%3E%3Ccircle cx='52' cy='30' r='1.7'/%3E%3Ccircle cx='35' cy='32' r='2.4'/%3E%3C/g%3E%3C/svg%3E");
}

/* New Zealand */
.product-form__country-flag--nz {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23012169' d='M0 0h60v40H0z'/%3E%3Cpath stroke='%23fff' stroke-width='4' d='M0 0l30 20M30 0L0 20'/%3E%3Cpath stroke='%23c8102e' stroke-width='2' d='M0 0l30 20M30 0L0 20'/%3E%3Cpath stroke='%23fff' stroke-width='7' d='M15 0v20M0 10h30'/%3E%3Cpath stroke='%23c8102e' stroke-width='4' d='M15 0v20M0 10h30'/%3E%3Cg fill='%23c8102e' stroke='%23fff' stroke-width='1.2'%3E%3Ccircle cx='45' cy='10' r='2.2'/%3E%3Ccircle cx='51' cy='18' r='2.2'/%3E%3Ccircle cx='42' cy='25' r='2.2'/%3E%3Ccircle cx='50' cy='31' r='2.2'/%3E%3C/g%3E%3C/svg%3E");
}

/* Ireland */
.product-form__country-flag--ie {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23169b62' d='M0 0h20v40H0z'/%3E%3Cpath fill='%23fff' d='M20 0h20v40H20z'/%3E%3Cpath fill='%23ff883e' d='M40 0h20v40H40z'/%3E%3C/svg%3E");
}

/* Netherlands */
.product-form__country-flag--nl {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23ae1c28' d='M0 0h60v13.33H0z'/%3E%3Cpath fill='%23fff' d='M0 13.33h60v13.34H0z'/%3E%3Cpath fill='%2321468b' d='M0 26.67h60V40H0z'/%3E%3C/svg%3E");
}

/* Italy */
.product-form__country-flag--it {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23009246' d='M0 0h20v40H0z'/%3E%3Cpath fill='%23fff' d='M20 0h20v40H20z'/%3E%3Cpath fill='%23ce2b37' d='M40 0h20v40H40z'/%3E%3C/svg%3E");
}

/* Spain */
.product-form__country-flag--es {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23aa151b' d='M0 0h60v40H0z'/%3E%3Cpath fill='%23f1bf00' d='M0 10h60v20H0z'/%3E%3Ccircle cx='17' cy='20' r='4' fill='%23aa151b' opacity='0.65'/%3E%3C/svg%3E");
}

/* Portugal */
.product-form__country-flag--pt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23006000' d='M0 0h24v40H0z'/%3E%3Cpath fill='%23ff0000' d='M24 0h36v40H24z'/%3E%3Ccircle cx='24' cy='20' r='5.2' fill='%23ffcc00'/%3E%3Ccircle cx='24' cy='20' r='3.2' fill='%23fff' opacity='0.85'/%3E%3C/svg%3E");
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product-grid:not(.slider) {
    row-gap: 2.2rem !important;
    column-gap: 1.6rem !important;
  }

  .custom-product-card {
    border-radius: 17px !important;
    box-shadow: 0 0.7rem 1.8rem rgba(47, 107, 79, 0.1);
  }

  .custom-product-card .card__information {
    padding: 1.4rem 1.4rem 1.3rem !important;
  }

  .custom-product-card__vendor {
    font-size: 1.1rem !important;
    letter-spacing: 0.14em !important;
  }

  .custom-product-card__title {
    min-height: 3.2em !important;
    font-size: 1.42rem !important;
    line-height: 1.34 !important;
  }

  .custom-product-card .price,
  .custom-product-card__price {
    min-height: 4.7rem !important;
  }

  .custom-product-card__purchase-meta {
    align-items: center;
    gap: 0.9rem;
    min-height: 5rem;
    margin-bottom: 1rem;
  }

  .card-information .price--on-sale .price__regular .price-item--regular {
    font-size: 1.18rem !important;
  }

  .card-information .price--on-sale .price__sale .price-item--sale,
  .card-information .price:not(.price--on-sale) .price__regular .price-item--regular {
    font-size: 1.55rem !important;
    line-height: 1.18 !important;
  }

  .custom-card-quantity {
    min-height: 4.3rem;
  }

  .custom-card-quantity--inline {
    flex-basis: 8.4rem;
    width: 8.4rem;
    min-height: 3.8rem;
  }

  .custom-card-quantity--inline .quantity__button {
    width: 2.4rem;
  }

  .custom-card-quantity--inline .quantity__input {
    width: 3.4rem;
    font-size: 1.35rem;
  }

  .custom-product-card__quick-add {
    margin: 0 1rem 1.3rem !important;
  }

  .product-grid .quick-add__submit,
  .custom-product-card__quick-add .button {
    min-height: 4.9rem !important;
    padding: 1rem 1.4rem !important;
    font-size: 1.38rem !important;
    line-height: 1.12 !important;
  }

  .custom-badge {
    min-width: 10.4rem !important;
    padding: 0.62rem 1.25rem 0.62rem 1.15rem !important;
    font-size: 0.98rem !important;
  }
}

@media screen and (max-width: 749px) {

  .collection .product-grid:not(.slider) {
    row-gap: 1.8rem !important;
    column-gap: 1.2rem !important;
  }

  .collection .product-grid:not(.slider) .grid__item {
    width: calc(50% - 0.6rem) !important;
    max-width: calc(50% - 0.6rem) !important;
  }

  .custom-product-card {
    border-radius: 16px !important;
  }

  .custom-product-card .card__information {
    padding: 1.1rem 1rem 1.2rem !important;
  }

  .custom-product-card__vendor {
    margin-bottom: 0.6rem !important;
    font-size: 1rem !important;
    letter-spacing: 0.12em !important;
  }

  .custom-product-card__title {
    min-height: 3.8em !important;
    font-size: 1.3rem !important;
    line-height: 1.25 !important;
    -webkit-line-clamp: 3 !important;
  }

  .custom-product-card .price,
  .custom-product-card__price {
    min-height: 4rem !important;
    margin-bottom: 0 !important;
  }

  .custom-product-card__purchase-meta {
    align-items: center;
    gap: 0.7rem;
    min-height: 4.4rem;
    margin-bottom: 0.8rem;
  }

  .card-information .price--on-sale .price__regular .price-item--regular {
    font-size: 1rem !important;
  }

  .card-information .price--on-sale .price__sale .price-item--sale,
  .card-information .price:not(.price--on-sale) .price__regular .price-item--regular {
    font-size: 1.35rem !important;
  }

  .custom-card-badges {
    top: 1rem !important;
    left: -0.5rem !important;
    gap: 0.6rem !important;
  }

  .custom-card-purchase-row {
    margin-bottom: 0.8rem;
  }

  .custom-card-quantity {
    min-height: 3.9rem;
  }

  .custom-card-quantity--inline {
    flex-basis: 7rem;
    width: 7rem;
    min-height: 3.2rem;
  }

  .custom-card-quantity--inline .quantity__button {
    width: 1.8rem;
  }

  .custom-card-quantity--inline .quantity__input {
    width: 2.9rem;
  }

  .custom-badge {
    min-width: auto !important;
    padding: 0.45rem 0.8rem !important;
    font-size: 0.9rem !important;
  }

  .collection .badge {
    background: linear-gradient(135deg, #b9780d 0%, #D4941E 58%, #e7b756 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 0.55rem 1.1rem !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    box-shadow: 0 0.4rem 1rem rgba(47, 107, 79, 0.12) !important;
  }

  .custom-product-card__quick-add {
    margin: 0 0.8rem 1.2rem !important;
  }

  .quick-add__submit,
  .custom-product-card__quick-add .button {
    min-height: 4.8rem !important;
    padding: 1rem 1.2rem !important;
    font-size: 1.35rem !important;
    line-height: 1.1 !important;
  }

  .mobile-facets__wrapper,
  .facets-container,
  .facets-wrapper,
  .facets {
    margin-bottom: 1rem !important;
  }

  .mobile-facets__open,
  .facets__summary,
  .facet-filters__field,
  .mobile-facets__open-label {
    color: #d77a5e !important;
  }

  .mobile-facets__open {
    min-height: 4.6rem !important;
    padding: 1rem 1.2rem !important;
    background: #fff7ef !important;
    border: 1px solid rgba(215, 122, 94, 0.18) !important;
    border-radius: 1.4rem !important;
    box-shadow: none !important;
  }

  .mobile-facets__open:hover,
  .mobile-facets__open:focus {
    background: #e7b330 !important;
    color: #2f3e34 !important;
    border-color: #e7b330 !important;
  }

  .mobile-facets__open:hover .icon,
  .mobile-facets__open:focus .icon,
  .mobile-facets__open:hover svg,
  .mobile-facets__open:focus svg {
    color: #2f3e34 !important;
    fill: #2f3e34 !important;
  }

  .product-count,
  .product-count__text,
  #ProductCount {
    color: #6b7d69 !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
  }
}

/* Collection Arrows */
.featured-collection slider-component,
.collection slider-component {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-left: clamp(8rem, 7vw, 11rem) !important;
  padding-right: clamp(8rem, 7vw, 11rem) !important;
}

.featured-collection .slider-buttons,
.collection .slider-buttons {
  position: static !important;
}

.featured-collection .slider-button,
.collection .slider-button {
  position: absolute !important;
  top: 38%;
  transform: translateY(-50%);
  z-index: 20;
  width: 6.8rem !important;
  height: 6.8rem !important;
  border-radius: 999px !important;
  border: 2px solid rgba(145, 118, 52, 1) !important;
  background: #2F6B4F !important;
  color: #ffffff !important;
  box-shadow: 0 1rem 2.6rem rgba(47, 107, 79, 0.24), 0 0.2rem 0.8rem rgba(0, 0, 0, 0.08);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  opacity: 1 !important;
}

.featured-collection .slider-button:hover,
.collection .slider-button:hover {
  background: #fe9f21 !important;
  color: #2f3e34 !important;
  border-color: rgba(145, 118, 52, 1) !important;
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 1.4rem 3rem rgba(231, 179, 48, 0.3), 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
}

.featured-collection .slider-button:focus-visible,
.collection .slider-button:focus-visible {
  outline: 0.3rem solid rgba(231, 179, 48, 0.42);
  outline-offset: 0.3rem;
}

.featured-collection .slider-button .svg-wrapper,
.collection .slider-button .svg-wrapper {
  width: 1.8rem;
  height: 1.8rem;
}

.featured-collection .slider-button .icon,
.collection .slider-button .icon {
  width: 1.8rem;
  height: 1.8rem;
  color: currentColor;
  transition: transform 0.25s ease;
}

.featured-collection .slider-button--view-all,
.collection .slider-button--view-all {
  background: #E7B330 !important;
  color: #2f3e34 !important;
  border-color: #E7B330 !important;
  cursor: pointer;
}

.featured-collection .slider-button--view-all:hover,
.collection .slider-button--view-all:hover {
  background: #2F6B4F !important;
  color: #ffffff !important;
  border-color: #2F6B4F !important;
}

.featured-collection .slider-button--view-all .svg-wrapper,
.collection .slider-button--view-all .svg-wrapper {
  display: none;
}

.featured-collection .slider-button--view-all::before,
.collection .slider-button--view-all::before {
  content: "+";
  display: block;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.featured-collection .slider-button--prev,
.collection .slider-button--prev {
  left: clamp(0.6rem, 1.4vw, 1.8rem) !important;
}

.featured-collection .slider-button--next,
.collection .slider-button--next {
  right: clamp(0.6rem, 1.4vw, 1.8rem) !important;
}

.featured-collection .slider-button[disabled],
.collection .slider-button[disabled] {
  opacity: 0.32 !important;
  cursor: not-allowed;
  transform: translateY(-50%) scale(0.94);
}

.featured-collection .page-width {
  max-width: 140rem !important;
  margin: 0 auto !important;
}

.featured-collection .collection__title.page-width,
.collection .collection__title.page-width {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: clamp(1.6rem, 2.5vw, 3.2rem) !important;
  padding-right: clamp(1.6rem, 2.5vw, 3.2rem) !important;
}

@media screen and (max-width: 749px) {
  .featured-collection slider-component,
  .collection slider-component {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .featured-collection .slider-button,
  .collection .slider-button {
    width: 4.8rem !important;
    height: 4.8rem !important;
    top: 34%;
    box-shadow: 0 0.7rem 1.8rem rgba(47, 107, 79, 0.2);
  }

  .featured-collection .slider-button .svg-wrapper,
  .collection .slider-button .svg-wrapper,
  .featured-collection .slider-button .icon,
  .collection .slider-button .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .featured-collection .slider-button--view-all::before,
  .collection .slider-button--view-all::before {
    font-size: 2.8rem;
  }

  .featured-collection .slider-button--prev,
  .collection .slider-button--prev {
    left: 0.8rem !important;
  }

  .featured-collection .slider-button--next,
  .collection .slider-button--next {
    right: 0.8rem !important;
  }

  .featured-collection .collection__title,
  .collection .collection__title {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .featured-collection slider-component,
  .collection slider-component {
    padding-left: clamp(1.6rem, 2.5vw, 3.2rem) !important;
    padding-right: clamp(1.6rem, 2.5vw, 3.2rem) !important;
  }

  .featured-collection .featured-collection__tablet-desktop-grid.slider--tablet,
  .collection .featured-collection__tablet-desktop-grid.slider--tablet {
    --grid-desktop-horizontal-spacing: 16px;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: var(--grid-desktop-horizontal-spacing) !important;
    overflow-x: auto !important;
    scroll-padding-left: 0 !important;
  }

  .featured-collection .featured-collection__tablet-desktop-grid.slider--tablet::after,
  .collection .featured-collection__tablet-desktop-grid.slider--tablet::after {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .featured-collection .featured-collection__tablet-desktop-grid.slider--tablet .grid__item,
  .collection .featured-collection__tablet-desktop-grid.slider--tablet .grid__item {
    box-sizing: border-box !important;
    width: calc((100% - (var(--grid-desktop-horizontal-spacing) * 3)) / 4) !important;
    max-width: calc((100% - (var(--grid-desktop-horizontal-spacing) * 3)) / 4) !important;
    min-width: calc((100% - (var(--grid-desktop-horizontal-spacing) * 3)) / 4) !important;
    margin-left: 0 !important;
  }

  .featured-collection .slider-buttons,
  .collection .slider-buttons {
    display: flex !important;
  }
}

@media screen and (min-width: 990px) {
  .featured-collection slider-component,
  .collection slider-component {
    --desktop-margin-left-first-item: 0rem !important;
    --grid-desktop-horizontal-spacing: 20px;
  }

  .featured-collection .slider--desktop,
  .collection .slider--desktop {
    scroll-padding-left: 0 !important;
  }

  .featured-collection .slider--desktop .slider__slide:first-child,
  .collection .slider--desktop .slider__slide:first-child {
    margin-left: 0 !important;
    scroll-margin-left: 0 !important;
  }

  .featured-collection .slider--desktop::after,
  .collection .slider--desktop::after {
    padding-left: 0 !important;
  }

  .featured-collection .slider--desktop.grid--5-col-desktop .grid__item,
  .collection .slider--desktop.grid--5-col-desktop .grid__item {
    width: calc((100% - (var(--grid-desktop-horizontal-spacing) * 4)) / 5) !important;
    max-width: calc((100% - (var(--grid-desktop-horizontal-spacing) * 4)) / 5) !important;
  }

  .featured-collection .slider--desktop.grid--4-col-desktop .grid__item,
  .collection .slider--desktop.grid--4-col-desktop .grid__item {
    width: calc((100% - (var(--grid-desktop-horizontal-spacing) * 3)) / 4) !important;
    max-width: calc((100% - (var(--grid-desktop-horizontal-spacing) * 3)) / 4) !important;
  }

  .featured-collection .slider--desktop.grid--3-col-desktop .grid__item,
  .collection .slider--desktop.grid--3-col-desktop .grid__item {
    width: calc((100% - (var(--grid-desktop-horizontal-spacing) * 2)) / 3) !important;
    max-width: calc((100% - (var(--grid-desktop-horizontal-spacing) * 2)) / 3) !important;
  }

  .featured-collection .slider--desktop.grid--2-col-desktop .grid__item,
  .collection .slider--desktop.grid--2-col-desktop .grid__item {
    width: calc((100% - var(--grid-desktop-horizontal-spacing)) / 2) !important;
    max-width: calc((100% - var(--grid-desktop-horizontal-spacing)) / 2) !important;
  }
}

/* BANNER */
.banner__heading {
  white-space: normal !important;
  word-break: break-word;
  max-width: 500px;
}

/* Mobile Drawer */
@media screen and (max-width: 989px) {
  .menu-drawer__menu-item {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
  }

  .menu-drawer__account {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.8rem !important;
  }

  .menu-drawer__account svg,
  .menu-drawer__account .icon-account {
    width: 2rem !important;
    height: 2rem !important;
    position: relative;
    top: -1px;
  }

  .menu-drawer__utility-links {
    padding-top: 2.4rem !important;
  }

  .menu-drawer__menu-item {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .menu-drawer__menu-item,
  .menu-drawer__account,
  .mobile-contact-info a {
    font-weight: 600 !important;
    letter-spacing: 0.01em;
  }

  .menu-drawer__menu-item:hover,
  .menu-drawer__account:hover,
  .mobile-contact-info a:hover {
    color: #E7B330 !important;
  }
}

/* Footer */
.footer {
  border-top: 4px solid #0F4E96 !important;
}

.footer__content-top {
  padding: 4rem 0 4.5rem !important;
}

.footer .page-width {
  max-width: 100% !important;
  padding: 0 3rem !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.footer .footer__blocks-wrapper {
  display: grid !important;
  grid-template-columns: 3fr 2fr 2fr 3fr 2.6fr !important;
  column-gap: 5rem !important;
  row-gap: 2.5rem !important;
  align-items: start !important;
}

.footer .footer-block {
  padding-right: 1.6rem !important;
  margin: 0 !important;
  width: 100% !important;
}

.footer-block__heading {
  color: #e7b330 !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.4rem !important;
}

.footer-block__details-content,
.footer-block__details-content p,
.footer-block__details-content a,
.footer .list-menu__item--link,
.footer__copyright,
.footer__copyright a {
  color: rgba(255,255,255,0.88) !important;
}

.footer .list-menu__item--link {
  font-size: 1.4rem !important;
  padding: 0.35rem 0 !important;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer .list-menu__item--link:hover,
.footer__copyright a:hover {
  color: #e7b330 !important;
  transform: translateX(3px);
}

.footer .list-social {
  display: flex !important;
  gap: 1rem !important;
  margin-top: 1rem !important;
}

.footer .list-social__link {
  width: 4.2rem !important;
  height: 4.2rem !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s ease;
}

.footer .list-social__link:hover {
  background: #E7B330 !important;
  transform: translateY(-2px);
}

.footer .list-social__link:hover svg {
  fill: #2F6B4F !important;
  stroke: #2F6B4F !important;
}

.footer-block--newsletter {
  margin-top: 3rem !important;
  padding-top: 3rem !important;
  border-top: 1px solid rgba(255,255,255,0.16) !important;
  width: 100% !important;
  text-align: center !important;
}

.footer .newsletter-form {
  max-width: 48rem !important;
  margin: 0 auto !important;
}

.footer .newsletter-form__field-wrapper {
  max-width: 48rem !important;
}

.footer .newsletter-form__field-wrapper .field__input {
  min-height: 5.4rem !important;
  border-radius: 999px !important;
  padding-left: 2rem !important;
}

.footer .newsletter-form__button:hover {
  color: #E7B330 !important;
}

.footer__content-bottom {
  border-top: 1px solid rgba(255,255,255,0.12) !important;
  margin-top: 2.5rem !important;
  padding-top: 1.8rem !important;
}

.footer .localization-form__select {
  min-height: 4.6rem !important;
  border-radius: 1.2rem !important;
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  color: #ffffff !important;
}

@media screen and (max-width: 989px) {

  .footer .page-width,
  .footer .footer__content-top,
  .footer .footer__content-bottom {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .footer .footer__blocks-wrapper {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .footer .footer-block {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  }

  .footer .footer-block:first-child .footer-block__details-content,
  .footer .footer-block:last-child .footer-block__details-content {
    display: block !important;
  }

  .footer .footer-block:not(:first-child):not(:last-child) .footer-block__details-content {
    display: none;
  }

  .footer .footer-block:not(:first-child):not(:last-child) .footer-block__heading {
    cursor: pointer;
    padding: 1.4rem 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
  }

  .footer .footer-block:not(:first-child):not(:last-child) .footer-block__heading::after {
    content: "+";
    font-size: 2rem;
    color: #ffffff;
  }

  .footer .footer-block:not(:first-child):not(:last-child) .footer-block__heading.is-open::after {
    content: "−";
  }

  .footer .footer-block--newsletter {
    padding-top: 3rem !important;
    border-bottom: none !important;
  }

  .footer p,
  .footer a,
  .footer li {
    font-size: 1.35rem !important;
    line-height: 1.55 !important;
  }

  .footer .button:hover,
  .footer .button:active,
  .footer .button:focus-visible,
  .footer .shopify-payment-button__button:hover,
  .footer .shopify-payment-button__button:focus-visible {
    background-color: #E7B330 !important;
    color: #2F6B4F !important;
    border-color: #E7B330 !important;
  }

  .footer a:hover,
  .footer a:active,
  .footer a:focus-visible {
    color: #fe9f21 !important;
  }
}

/* Universal Buttons */
.button,
.shopify-payment-button__button,
.quick-add__submit,
.cart__checkout-button {
  border-radius: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  min-height: 4.6rem !important;
  padding: 1rem 2rem !important;
  box-shadow: 0 4px 12px rgba(47, 107, 79, 0.14) !important;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease !important;
}

.button:hover,
.shopify-payment-button__button:hover,
.quick-add__submit:hover,
.cart__checkout-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(47, 107, 79, 0.22) !important;
}

.button--primary,
.quick-add__submit,
.cart__checkout-button {
  background: #2F6B4F !important;
  color: #ffffff !important;
}

.button--secondary {
  border: 1px solid rgba(47, 107, 79, 0.25) !important;
  color: #2F6B4F !important;
}

.button--primary:hover,
.quick-add__submit:hover,
.cart__checkout-button:hover {
  background: #fe9f21 !important;
  color: #2f3e34 !important;
}

@media screen and (max-width: 749px) {
  .button,
  .shopify-payment-button__button,
  .quick-add__submit,
  .cart__checkout-button {
    min-height: 4.2rem !important;
    padding: 0.85rem 1.5rem !important;
    font-size: 1.25rem !important;
    border-radius: 10px !important;
  }
}

/* Cart Styling */
.cart-item quantity-input.quantity,
.cart-item .quantity {
  border: 1.5px solid #214d38 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #214d38;
  min-height: 4.4rem;
  box-shadow: 0 0.45rem 1rem rgba(47, 107, 79, 0.1);
}

.cart-item .quantity__button,
.cart-item .quantity__input {
  color: #214d38;
  font-weight: 700;
  background: transparent !important;
}

.cart-item .quantity__button:hover {
  color: #b88708;
}

cart-remove-button .button {
  background: #f8c4c0 !important;
  color: #c8493f !important;
  box-shadow: none !important;
}

cart-remove-button .button:hover {
  background: #c8493f !important;
  color: #ffffff !important;
}

/* Cart page should stay bright and easy to read */
cart-items,
#main-cart-footer,
.cart__footer-wrapper {
  background: #ffffff !important;
  color: var(--ah-ink) !important;
}

cart-items.gradient,
#main-cart-footer.gradient {
  background: #ffffff !important;
}

cart-items .title,
cart-items .title-wrapper-with-link,
cart-items .cart-item__name,
cart-items .cart-item__final-price,
cart-items .price,
#main-cart-footer .totals,
#main-cart-footer .totals__subtotal,
#main-cart-footer .totals__subtotal-value,
#main-cart-footer .tax-note,
#main-cart-footer .cart__note label {
  color: var(--ah-forest) !important;
}

cart-items .underlined-link,
cart-items a:not(.button),
#main-cart-footer a:not(.button) {
  color: var(--ah-forest) !important;
  text-underline-offset: 0.3rem;
}

cart-items .cart-items th {
  color: rgba(7, 53, 31, 0.68) !important;
  opacity: 1 !important;
}

cart-items .cart-items th,
cart-items .cart-item,
cart-items .cart-items thead tr,
#main-cart-footer .cart__footer,
#main-cart-footer .cart__blocks {
  border-color: rgba(7, 53, 31, 0.14) !important;
}

cart-items .cart-items th {
  border-bottom-color: rgba(7, 53, 31, 0.14) !important;
}

cart-items .cart-item__details,
cart-items .product-option,
cart-items .cart-item__price-wrapper,
#main-cart-footer .cart__note,
#main-cart-footer .tax-note {
  color: rgba(21, 39, 29, 0.76) !important;
}

cart-items .cart-item__image-container {
  background: #fffdf8 !important;
  border: 1px solid rgba(7, 53, 31, 0.1);
  border-radius: 0.8rem;
}

cart-items .cart-item__image {
  padding: 0.6rem;
  object-fit: contain;
}

cart-items .cart-item .quantity {
  border-color: rgba(7, 53, 31, 0.22) !important;
  background: #ffffff !important;
}

#main-cart-footer .cart__note .field__input {
  background: #ffffff !important;
  border: 1px solid rgba(7, 53, 31, 0.18) !important;
  color: var(--ah-ink) !important;
}

.af-cart-preferences {
  display: grid;
  gap: 1.6rem;
  margin-top: 2.4rem;
}

.af-cart-card,
.af-processing-notice {
  position: relative;
  padding: 1.6rem;
  border: 1px solid rgba(255, 179, 2, 0.35);
  border-radius: 14px;
  background: #fff8e1;
  color: #1f1f1f;
}

.af-cart-card::before,
.af-processing-notice::before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 0.3rem;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  background: #ffb302;
}

.af-cart-card--notes {
  background: #f5f0e8;
}

.af-cart-card__title {
  margin: 0 0 0.6rem;
  color: #1b3838;
  font-size: clamp(1.7rem, 1.6vw, 2.1rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.25;
}

.af-cart-card__text {
  margin: 0 0 1.4rem;
  color: #6b6b6b;
  font-size: 1.35rem;
  line-height: 1.5;
}

.af-cart-rule-alert {
  display: grid;
  gap: 0.4rem;
  margin: 0 0 1.6rem;
  padding: 1.3rem 1.5rem;
  border: 1px solid rgba(191, 52, 38, 0.28);
  border-radius: 8px;
  background: #fff0ed;
  color: #842118;
  font-size: 1.35rem;
  line-height: 1.45;
}

.af-cart-rule-alert strong {
  color: #67160f;
  font-size: 1.45rem;
}

.af-cart-rule-alert--notice {
  border-color: rgba(176, 129, 31, 0.32);
  background: #fff8e6;
  color: #4f3b11;
}

.af-cart-rule-alert--notice strong {
  color: #7b5200;
}

.af-cart-field {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.af-cart-field label {
  color: #1b3838;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.af-cart-field textarea,
.af-cart-field input {
  width: 100%;
  min-height: 4.6rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid #e8dfd0;
  border-radius: 12px;
  background: #ffffff;
  color: #1f1f1f;
  font: inherit;
  box-shadow: none;
}

.af-cart-field textarea {
  min-height: 10rem;
  resize: vertical;
}

.af-cart-field textarea:focus,
.af-cart-field input:focus {
  outline: 2px solid rgba(255, 179, 2, 0.38);
  outline-offset: 2px;
  border-color: #ffb302;
}

.af-cart-radio-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.af-cart-radio-list label,
.af-cart-acknowledgement {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.8rem;
  color: #1f1f1f;
  font-size: 1.38rem;
  line-height: 1.45;
}

.af-cart-radio-list input,
.af-cart-acknowledgement input {
  width: 1.7rem;
  height: 1.7rem;
  margin-top: 0.2rem;
  accent-color: #1b3838;
}

.af-cart-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.af-processing-notice {
  background: #fff8e1;
  border-color: rgba(255, 179, 2, 0.48);
}

.af-processing-notice--cold {
  background: #fff8e1;
}

.af-processing-notice__list {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 1.2rem;
  padding-left: 1.8rem;
  color: #5f625d;
  font-size: 1.32rem;
  line-height: 1.45;
}

.af-cart-acknowledgement {
  margin-top: 1.2rem;
  color: #1b3838;
  font-weight: 650;
}

.af-drawer-processing-note {
  display: grid;
  gap: 0.25rem;
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 179, 2, 0.4);
  border-radius: 12px;
  background: #fff8e1;
  color: #1f1f1f;
  font-size: 1.25rem;
  line-height: 1.4;
}

.af-drawer-processing-note strong {
  color: #1b3838;
}

.af-drawer-processing-note span {
  color: #6b6b6b;
}

@media screen and (max-width: 749px) {
  .af-cart-preferences {
    gap: 1.2rem;
    margin-top: 1.8rem;
  }

  .af-cart-card,
  .af-processing-notice {
    padding: 1.4rem;
  }

  .af-cart-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* African Hut header */
.section-header .announcement-bar {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.header {
  min-height: 7.2rem;
}

.header__heading-logo {
  max-height: 6.4rem;
  object-fit: contain;
}

.template-index .banner:not(:has(.banner__media img)) {
  min-height: clamp(28rem, 34vw, 42rem);
  background:
    linear-gradient(120deg, rgba(2, 107, 64, 0.08), rgba(254, 159, 33, 0.18)),
    #fff8e1;
  border-bottom: 1px solid rgba(2, 107, 64, 0.14);
}

.template-index .banner:not(:has(.banner__media img)) .banner__media {
  display: none;
}

.template-index .banner:not(:has(.banner__media img)) .banner__box {
  max-width: 74rem;
}

.template-index .banner__heading {
  max-width: 72rem;
  color: var(--african-hut-green);
}

.template-index .banner__text,
.template-index .banner__text p {
  max-width: 62rem;
  color: #26362d;
  font-weight: 600;
}

.template-index .multicolumn-list {
  row-gap: 1.2rem;
}

.template-index .multicolumn-card {
  height: 100%;
  border: 1px solid rgba(2, 107, 64, 0.12);
  background: #ffffff;
}

.template-index .multicolumn-card__info {
  padding: 1.4rem 1rem;
}

.template-index .multicolumn-card__info h3 {
  color: var(--african-hut-green);
  font-size: 1.5rem;
  line-height: 1.25;
}

.template-index .multicolumn-card__info .link {
  margin-top: 0.4rem;
  color: #9b2b22;
  font-weight: 700;
  text-decoration-thickness: 0.12rem;
}

.af-product-meta {
  display: grid;
  gap: 0.35rem;
  margin: 1.2rem 0;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(2, 107, 64, 0.14);
  border-radius: 1rem;
  background: rgba(255, 248, 225, 0.72);
}

.af-product-meta__row {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.45;
}

.af-product-meta__row strong {
  color: var(--african-hut-green);
}

.af-product-meta__row a {
  color: inherit;
  text-underline-offset: 0.25rem;
}

.af-product-alerts {
  display: grid;
  gap: 0.8rem;
  margin: 1.2rem 0 1.6rem;
}

.af-product-alert {
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(176, 42, 42, 0.24);
  border-left: 0.45rem solid #b02a2a;
  border-radius: 1rem;
  background: #fff7f4;
  color: #3b241d;
  font-size: 1.35rem;
  line-height: 1.45;
}

.af-product-alert strong {
  color: #8e1f1f;
}

.af-product-alert--cold,
.af-product-alert--input {
  border-color: rgba(15, 78, 150, 0.24);
  border-left-color: #0f4e96;
  background: #f3f8ff;
}

.af-product-alert--alcohol {
  border-color: rgba(176, 129, 31, 0.28);
  border-left-color: #b07a1f;
  background: #fff8e6;
}

.af-product-alert__zip {
  width: 100%;
  min-height: 4.4rem;
  margin: 0.6rem 0 0.5rem;
  background: #ffffff;
}

.product-form__buttons {
  margin-top: 1.2rem;
}

@media screen and (max-width: 989px) {
  .header {
    min-height: 6.4rem;
  }

  .header__heading-logo {
    max-height: 5.6rem;
  }

  .template-index .banner:not(:has(.banner__media img)) {
    min-height: 24rem;
  }
}

@media screen and (max-width: 749px) {
  .section-header .announcement-bar__message {
    font-size: 1.15rem;
    line-height: 1.35;
    padding: 0.8rem 1rem;
  }

  .template-index .banner:not(:has(.banner__media img)) {
    height: auto !important;
    min-height: 30rem !important;
  }

  .template-index .banner:not(:has(.banner__media img)) .banner__content {
    position: static !important;
    align-items: center !important;
    padding: 2.4rem 1.5rem !important;
  }

  .template-index .banner__heading {
    display: block !important;
    font-size: 3.2rem !important;
    line-height: 1.08 !important;
  }

  .template-index .banner__text {
    display: block !important;
  }

  .af-product-meta,
  .af-product-alert {
    padding: 1rem;
    font-size: 1.28rem;
  }
}




/* =====================================================
   African Hut colour overrides
   Palette: deep green, Springbok green, gold, warm cream.
   ===================================================== */
:root {
  --african-hut-green: #1b3838;
  --african-hut-springbok-green: #006400;
  --african-hut-gold: #ffb302;
  --african-hut-cream: #FFF8E1;
  --african-hut-beige: #e8dfd0;
  --african-hut-text: #1F1F1F;
}

.announcement-bar,
.utility-bar,
.footer,
.footer.color-scheme-5,
.color-scheme-5 {
  background: var(--african-hut-green);
  color: #fff;
}

.header__menu-item,
.header__active-menu-item,
.menu-drawer__menu-item,
.list-menu__item {
  color: var(--african-hut-green);
}

.header__menu-item:hover,
.header__active-menu-item,
.menu-drawer__menu-item:hover,
.footer a:hover {
  color: var(--african-hut-gold) !important;
}

.button,
.shopify-payment-button__button,
.cart__checkout-button,
.product-form__submit {
  background: var(--african-hut-green);
  border-color: var(--african-hut-green);
  color: #fff;
  border-radius: 10px;
}

.button:hover,
.shopify-payment-button__button:hover,
.cart__checkout-button:hover,
.product-form__submit:hover {
  background: var(--african-hut-gold);
  border-color: var(--african-hut-gold);
  color: var(--african-hut-green);
}

.badge,
.card__badge .badge,
.price__badge-sale {
  background: var(--african-hut-gold);
  color: var(--african-hut-green);
  border-color: var(--african-hut-gold);
}

.banner__heading,
.image-with-text__heading,
.rich-text__heading,
.collection__title .title,
.title {
  color: var(--african-hut-green);
}

.banner__text,
.banner__text p {
  color: var(--african-hut-text);
}

.banner__media--local-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-multicolumn .multicolumn-list__item .multicolumn-card {
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.custom-multicolumn .multicolumn-list__item .multicolumn-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(20, 77, 43, 0.14);
  border-color: var(--african-hut-gold);
}

.african-hut-icon-wrap {
  display: flex;
  justify-content: center;
  padding: 0;
}

.african-hut-icon-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.multicolumn-card--african-hut-icon {
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.african-hut-category-icon {
  width: 100%;
  min-height: 0;
  border-radius: 0;
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  background: transparent;
}

.african-hut-category-card__image {
  position: relative;
  display: grid;
  min-height: 0;
  place-items: center;
  background: transparent;
}

.african-hut-category-card__asset {
  display: block;
  width: min(100%, 24rem);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.african-hut-category-card__label {
  display: none;
  place-items: center;
  padding: 0.7rem 0.8rem;
  background: #1b3838;
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.16;
  text-align: center;
  text-transform: uppercase;
}

.ah-icon-symbol {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 900;
  font-size: 4.2rem;
  line-height: 1;
  color: #1b3838;
}

.african-hut-category-icon--specials .ah-icon-symbol {
  color: #ffb302;
}

.african-hut-category-icon--sa-favourites .ah-icon-symbol,
.african-hut-category-icon--biltong-meats .ah-icon-symbol,
.african-hut-category-icon--summer-essentials .ah-icon-symbol {
  font-size: 0;
}

.african-hut-category-icon--sa-favourites .ah-icon-symbol::after {
  content: "SA";
  color: #1b3838;
  font-size: 3.5rem;
}

.african-hut-category-icon--biltong-meats .ah-icon-symbol::after {
  content: "B";
  color: #1b3838;
  font-size: 4.2rem;
}

.african-hut-category-icon--summer-essentials .ah-icon-symbol::after {
  content: "SUN";
  color: #ffb302;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
}

.african-hut-category-icon--woolworths .ah-icon-symbol {
  color: #1b3838;
  font-size: 4.6rem;
}

.african-hut-category-icon--woolworths .african-hut-category-card__image::after {
  content: "";
  position: absolute;
  right: calc(50% - 4.2rem);
  bottom: 2.1rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 1.8rem 1.8rem 0.2rem 1.8rem;
  background: #ffb302;
  transform: rotate(45deg);
}

.custom-multicolumn .multicolumn-card--african-hut-icon .multicolumn-card__info {
  display: none;
}

.custom-multicolumn .multicolumn-card__info h3 {
  color: var(--african-hut-green);
  font-weight: 700;
  font-size: 1.45rem;
}

.card-wrapper,
.card {
  border-radius: 12px;
}



.footer .footer-block__heading,
.footer .footer-block__details-content,
.footer .rte,
.footer p,
.footer a {
  color: #fff;
}

.footer .footer-block__heading strong {
  color: var(--african-hut-gold);
}

@media screen and (max-width: 749px) {
  .african-hut-category-icon {
    min-height: 0;
  }
  .ah-icon-symbol {
    font-size: 3.2rem;
  }
  .african-hut-category-card__image {
    min-height: 0;
  }
  .african-hut-category-card__label {
    min-height: 4.2rem;
    font-size: 1rem;
  }
  .custom-multicolumn .multicolumn-card__info h3 {
    font-size: 1.22rem;
  }
}

/* African Hut footer */
.footer {
  position: relative;
  overflow: hidden;
  border-top: 0 !important;
  background:
    linear-gradient(135deg, rgba(255, 179, 2, 0.08), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #0f5a37 0%, #0b472c 100%) !important;
  color: #ffffff !important;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.9rem;
  background:
    linear-gradient(135deg, transparent 0 36%, rgba(255, 179, 2, 0.92) 36% 49%, transparent 49% 100%) 0 0 / 3.2rem 0.9rem,
    linear-gradient(45deg, transparent 0 36%, rgba(245, 240, 232, 0.92) 36% 49%, transparent 49% 100%) 1.6rem 0 / 3.2rem 0.9rem,
    repeating-linear-gradient(90deg, #1b3838 0 2.1rem, #006400 2.1rem 3.6rem, #ffb302 3.6rem 4rem, #1b3838 4rem 5.8rem);
}

.footer::after {
  content: "";
  position: absolute;
  right: -12rem;
  top: 2rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(254, 159, 33, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.footer .footer__content-top {
  position: relative;
  padding: clamp(2.8rem, 3.8vw, 5.2rem) clamp(1.6rem, 3vw, 4rem) 2.4rem !important;
}

.footer .page-width {
  max-width: 132rem !important;
  margin: 0 auto !important;
  padding-left: clamp(1.6rem, 3vw, 4rem) !important;
  padding-right: clamp(1.6rem, 3vw, 4rem) !important;
}

.footer .footer__blocks-wrapper {
  display: grid !important;
  grid-template-columns: minmax(26rem, 1.25fr) minmax(12rem, 0.62fr) minmax(12rem, 0.62fr) minmax(24rem, 1.08fr) minmax(18rem, 0.75fr) !important;
  gap: clamp(1.8rem, 2.35vw, 3.8rem) !important;
  align-items: start !important;
  margin: 0 !important;
}

.footer .footer-block {
  position: relative;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer .footer-block:first-child {
  padding-right: clamp(1.6rem, 2vw, 3rem) !important;
}

.footer .footer-block:first-child .footer-block__heading {
  font-size: clamp(2.4rem, 2.4vw, 3.4rem) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin-bottom: 1.4rem !important;
}

.footer .footer-block:first-child .footer-block__details-content {
  max-width: 34rem;
  font-size: 1.5rem !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

.footer .footer-block:first-child .footer-block__details-content::after {
  content: "Curated imports. Familiar favourites. Fast, careful service.";
  display: block;
  margin-top: 1.8rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(254, 159, 33, 0.22);
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.24rem;
  line-height: 1.5;
}

.footer .footer-block__heading {
  color: #fe9f21 !important;
  font-size: 1.38rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
  margin: 0 0 1.25rem !important;
}

.footer .footer-block__details-content,
.footer .footer-block__details-content p,
.footer .footer-block__details-content a,
.footer .footer-block__brand-info,
.footer .footer-block__brand-info .rte,
.footer .footer-block__brand-info p {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1.38rem !important;
  line-height: 1.65 !important;
}

.footer .footer-block__details-content a,
.footer .list-menu__item--link,
.footer__copyright a {
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none !important;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer .footer-block__details-content a:hover,
.footer .list-menu__item--link:hover,
.footer__copyright a:hover {
  color: #fe9f21 !important;
  transform: translateX(0.25rem);
}

.footer .footer-block__details-content p {
  margin-top: 0 !important;
}

.footer .list-menu__item--link {
  display: inline-flex !important;
  padding: 0.28rem 0 !important;
  font-size: 1.38rem !important;
  line-height: 1.5 !important;
}

.footer .footer-block__brand-info {
  padding: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer .footer-block__brand-info .footer-block__heading {
  margin-bottom: 0.8rem !important;
  color: #ffffff !important;
  font-size: 1.7rem !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.footer .list-social,
.footer__list-social {
  display: flex !important;
  gap: 0.9rem !important;
  justify-content: flex-start !important;
  margin: 1.4rem 0 0 !important;
}

.footer .list-social__link {
  width: 4.2rem !important;
  height: 4.2rem !important;
  border: 1px solid rgba(254, 159, 33, 0.32) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
}

.footer .list-social__link:hover {
  background: #fe9f21 !important;
  color: #08351f !important;
  transform: translateY(-0.2rem);
}

.footer .footer-block--newsletter {
  position: relative;
  margin: clamp(3rem, 4vw, 5.2rem) 0 0 !important;
  padding: clamp(2.4rem, 3vw, 3.4rem) !important;
  border: 1px solid rgba(254, 159, 33, 0.24) !important;
  border-radius: 1.8rem;
  background:
    linear-gradient(135deg, rgba(254, 159, 33, 0.16), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.04) !important;
  text-align: left !important;
  box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.18);
}

.footer .footer-block--newsletter .footer-block__newsletter {
  display: grid;
  grid-template-columns: minmax(24rem, 0.7fr) minmax(30rem, 0.9fr);
  align-items: center;
  gap: clamp(1.6rem, 3vw, 4rem);
  max-width: 98rem;
  margin: 0 auto;
}

.footer .footer-block--newsletter .footer-block__heading {
  max-width: 42rem;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(2rem, 2vw, 2.8rem) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.footer .newsletter-form {
  max-width: 56rem !important;
  margin: 0 !important;
}

.footer .newsletter-form__field-wrapper,
.footer .newsletter-form .field {
  max-width: 56rem !important;
}

.footer .newsletter-form .field {
  overflow: hidden;
  border: 1px solid rgba(255, 179, 2, 0.32);
  border-radius: 999px;
  background: #ffffff !important;
  box-shadow: 0 0.8rem 2rem rgba(7, 53, 31, 0.12);
}

.footer .newsletter-form__field-wrapper .field__input {
  min-height: 5.6rem !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #113321 !important;
  box-shadow: none !important;
}

.footer .newsletter-form .field__label {
  color: rgba(17, 51, 33, 0.66) !important;
}

.footer .newsletter-form__button {
  width: 5.6rem !important;
  color: #ffffff !important;
  background: #08351f !important;
  border-radius: 50% !important;
  margin-right: 0.2rem;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer .newsletter-form__button:hover {
  color: #08351f !important;
  background: #fe9f21 !important;
  transform: translateY(-1px);
}

.footer .footer__follow-on-shop,
.footer .footer-block--newsletter > .footer__list-social {
  margin-top: 1.8rem !important;
}

.footer .footer-block--newsletter > .footer__list-social {
  justify-content: center !important;
}

.footer .footer__follow-on-shop {
  display: flex;
  justify-content: center;
}

.footer__content-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  margin-top: 2.6rem !important;
  padding-top: 1.8rem !important;
  padding-bottom: 1.6rem !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    #052716 !important;
}

.footer__content-bottom-wrapper {
  gap: 1.6rem;
}

.footer__copyright,
.footer__copyright small,
.footer__copyright a,
.footer .policies li::before {
  color: rgba(255, 255, 255, 0.64) !important;
}

.footer .list-payment {
  gap: 0.5rem;
  justify-content: flex-end;
}

.footer .list-payment__item {
  opacity: 0.86;
  filter: saturate(0.9);
}

@media screen and (max-width: 1180px) {
  .footer .footer__blocks-wrapper {
    grid-template-columns: 1.35fr repeat(2, minmax(14rem, 0.8fr)) minmax(22rem, 1fr) !important;
  }
}

@media screen and (max-width: 989px) {
  .footer .footer__content-top {
    padding-top: 4rem !important;
  }

  .footer .footer__blocks-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2.8rem 2rem !important;
  }

  .footer .footer-block {
    border-bottom: 0 !important;
  }

  .footer .footer-block:first-child,
  .footer .footer-block__brand-info {
    grid-column: 1 / -1;
  }

  .footer .footer-block:not(:first-child):not(:last-child) .footer-block__details-content {
    display: block !important;
  }

  .footer .footer-block:not(:first-child):not(:last-child) .footer-block__heading {
    cursor: default;
    padding: 0 !important;
    margin: 0 0 1rem !important;
  }

  .footer .footer-block:not(:first-child):not(:last-child) .footer-block__heading::after {
    content: none !important;
  }

  .footer .footer-block--newsletter .footer-block__newsletter {
    grid-template-columns: 1fr;
  }

  .footer .newsletter-form {
    margin-left: 0 !important;
  }
}

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

  .footer .page-width,
  .footer .footer__content-top,
  .footer .footer__content-bottom {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }

  .footer .footer__blocks-wrapper {
    grid-template-columns: 1fr !important;
    gap: 2.2rem !important;
  }

  .footer .footer-block:first-child .footer-block__heading {
    font-size: 2.6rem !important;
  }

  .footer .footer-block__heading {
    margin-bottom: 0.8rem !important;
  }

  .footer .footer-block--newsletter {
    padding: 1.8rem !important;
    border-radius: 1.4rem;
  }

  .footer .footer-block--newsletter .footer-block__heading {
    font-size: 2rem !important;
  }

  .footer .newsletter-form .field {
    border-radius: 1.4rem;
  }

  .footer .newsletter-form__field-wrapper .field__input {
    min-height: 5.2rem !important;
  }

  .footer__content-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .list-payment {
    justify-content: flex-start;
  }
}

/* African Hut theme variables */
:root {
  --ah-forest: #1b3838;
  --ah-forest-2: #144d2b;
  --ah-leaf: #006400;
  --ah-leaf-soft: #178f58;
  --ah-gold: #ffb302;
  --ah-gold-soft: #fff8e1;
  --ah-brown: #5a351f;
  --ah-red: #b02a2a;
  --ah-ink: #1f1f1f;
  --ah-muted: #64756b;
  --ah-line: rgba(27, 56, 56, 0.12);
  --ah-ndebele-ink: #1b3838;
  --ah-ndebele-gold: #ffb302;
  --ah-ndebele-cream: #f5f0e8;
  --ah-shadow-soft: 0 1rem 2.6rem rgba(7, 53, 31, 0.1);
  --ah-shadow-lift: 0 1.8rem 4.2rem rgba(7, 53, 31, 0.16);
}

body {
  background: #fbfaf5;
  color: var(--ah-ink);
}

.gradient {
  background-attachment: initial;
}

/* Home page accent band */
.template-index .shopify-section:has(.banner),
.template-index .shopify-section:has(.image-with-text) {
  position: relative;
}

.template-index .shopify-section:has(.banner)::before,
.template-index .shopify-section:has(.image-with-text)::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.5rem;
  z-index: 1;
  pointer-events: none;
  opacity: 0.72;
  background:
    linear-gradient(135deg, transparent 0 34%, rgba(255, 179, 2, 0.84) 34% 48%, transparent 48% 100%) 0 0 / 2.8rem 0.5rem,
    linear-gradient(90deg, rgba(27, 56, 56, 0.38), rgba(0, 100, 0, 0.24), rgba(255, 179, 2, 0.46));
}

.template-index .banner,
.template-index .image-with-text {
  position: relative;
  overflow: hidden;
}

.template-index .banner::after,
.template-index .image-with-text::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.18;
  background:
    linear-gradient(135deg, transparent 0 47%, rgba(27, 56, 56, 0.16) 47% 51%, transparent 51% 100%) 0 0 / 5.6rem 5.6rem,
    linear-gradient(45deg, transparent 0 46%, rgba(255, 179, 2, 0.18) 46% 50%, transparent 50% 100%) 0 0 / 5.6rem 5.6rem,
    linear-gradient(90deg, rgba(245, 240, 232, 0.42), rgba(245, 240, 232, 0));
}

.template-index .banner__content,
.template-index .image-with-text__grid {
  position: relative;
  z-index: 1;
}

.template-index .banner__box::before,
.template-index .image-with-text__content::before {
  content: "";
  position: absolute;
  top: clamp(1.2rem, 2vw, 2.4rem);
  left: clamp(1.2rem, 2vw, 2.4rem);
  width: clamp(4.2rem, 6vw, 7.2rem);
  height: clamp(4.2rem, 6vw, 7.2rem);
  pointer-events: none;
  opacity: 0.36;
  background:
    linear-gradient(135deg, transparent 0 44%, rgba(255, 179, 2, 0.85) 44% 56%, transparent 56% 100%),
    linear-gradient(45deg, transparent 0 42%, rgba(27, 56, 56, 0.64) 42% 48%, transparent 48% 100%),
    linear-gradient(90deg, transparent 0 48%, rgba(0, 100, 0, 0.34) 48% 52%, transparent 52% 100%);
}

.template-index .banner__box,
.template-index .image-with-text__content {
  position: relative;
}

.section-header {
  z-index: 5;
}

.announcement-bar,
.utility-bar {
  background: linear-gradient(90deg, var(--ah-forest), var(--ah-leaf)) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.announcement-bar__message {
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header-wrapper {
  border-bottom: 1px solid rgba(7, 53, 31, 0.12) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 0.8rem 2rem rgba(7, 53, 31, 0.06);
  backdrop-filter: saturate(1.2) blur(8px);
}

.header {
  min-height: 8.2rem;
  gap: clamp(1.6rem, 2vw, 3rem);
}

.header__heading-logo-wrapper {
  display: flex;
  align-items: center;
}

.header__heading-logo {
  max-height: 6.8rem;
  object-fit: contain;
}

.header__menu-item,
.header__active-menu-item,
.list-menu__item {
  color: var(--ah-forest) !important;
}

.header__menu-item {
  position: relative;
  font-size: 1.38rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.header__menu-item span,
.header__active-menu-item {
  text-decoration: none !important;
}

.header__menu-item:hover,
.header__active-menu-item,
.menu-drawer__menu-item:hover {
  color: var(--ah-red) !important;
}

.header__menu-item::after {
  display: none !important;
}

.header__menu-item:hover span,
details[open] > .header__menu-item,
.header__active-menu-item {
  text-decoration: underline !important;
  text-decoration-color: var(--ah-gold) !important;
  text-decoration-thickness: 0.12rem !important;
  text-underline-offset: 0.36rem !important;
}

.header__icons {
  gap: 0.4rem;
}

.header__icon {
  color: var(--ah-forest) !important;
  border-radius: 50%;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header__icon:hover {
  background: var(--ah-gold-soft);
  color: var(--ah-red) !important;
  transform: translateY(-1px);
}

.header__submenu,
.header__submenu.list-menu,
.header__submenu.global-settings-popup,
.mega-menu__content,
.header__submenu--brands {
  border: 1px solid rgba(7, 53, 31, 0.12) !important;
  background: #fffdf8 !important;
  color: var(--ah-forest) !important;
  box-shadow: 0 1.4rem 3.2rem rgba(7, 53, 31, 0.14) !important;
}

.header__submenu.list-menu {
  padding: 0.8rem 0 !important;
}

.header__submenu .header__menu-item,
.header__submenu .list-menu__item,
.mega-menu__link {
  color: var(--ah-forest) !important;
  background: transparent !important;
}

.header__submenu .header__menu-item:hover,
.header__submenu .list-menu__item:hover,
.mega-menu__link:hover {
  color: var(--ah-red) !important;
  background: rgba(255, 244, 216, 0.72) !important;
  text-decoration: none !important;
}

.search-modal .field {
  border: 1px solid var(--ah-forest) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  overflow: hidden;
}

.search-modal .field::before,
.search-modal .field::after,
.search-modal .field:hover::after {
  content: none !important;
  box-shadow: none !important;
}

.search-modal .field__input {
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  background: transparent !important;
}

.search-modal .field__button {
  background: transparent !important;
  color: var(--ah-red) !important;
}

.cart-count-bubble {
  background: var(--ah-red);
  color: #ffffff;
  font-weight: 800;
}

.menu-drawer {
  background: #fffdf8 !important;
}

.menu-drawer__menu-item {
  color: var(--ah-forest) !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
}

.button,
.shopify-payment-button__button,
.quick-add__submit,
.cart__checkout-button,
.product-form__submit,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-height: 4.7rem !important;
  border-radius: 999px !important;
  border: 1px solid var(--ah-forest) !important;
  background: linear-gradient(135deg, var(--ah-forest), var(--ah-leaf)) !important;
  color: #ffffff !important;
  box-shadow: 0 0.8rem 1.8rem rgba(7, 53, 31, 0.16) !important;
  font-size: 1.34rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

.button::after,
.shopify-payment-button__button::after,
.quick-add__submit::after,
.cart__checkout-button::after,
.product-form__submit::after,
.customer button::after {
  box-shadow: none !important;
}

.button:hover,
.shopify-payment-button__button:hover,
.quick-add__submit:hover,
.cart__checkout-button:hover,
.product-form__submit:hover,
.customer button:hover {
  border-color: var(--ah-gold) !important;
  background: linear-gradient(135deg, var(--ah-gold), #ffc75f) !important;
  color: var(--ah-forest) !important;
  box-shadow: var(--ah-shadow-lift) !important;
  transform: translateY(-2px) !important;
}

.button--secondary,
.shopify-payment-button__button--unbranded {
  background: #ffffff !important;
  color: var(--ah-forest) !important;
  border-color: rgba(7, 53, 31, 0.22) !important;
  box-shadow: 0 0.6rem 1.6rem rgba(7, 53, 31, 0.08) !important;
}

.button--secondary:hover {
  background: var(--ah-forest) !important;
  color: #ffffff !important;
  border-color: var(--ah-forest) !important;
}

.title,
.collection__title .title,
.rich-text__heading,
.image-with-text__heading,
.product__title h1,
.main-page-title {
  color: var(--ah-forest) !important;
  letter-spacing: 0 !important;
}

.subtitle,
.rte,
.product__description {
  color: rgba(21, 39, 29, 0.78);
}

.product-card-wrapper {
  height: 100%;
}

.custom-product-card,
.product-card-wrapper .card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(7, 53, 31, 0.1) !important;
  border-radius: 1.8rem !important;
  background: #ffffff !important;
  box-shadow: 0 0.4rem 1.4rem rgba(7, 53, 31, 0.06) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

.custom-product-card:hover,
.product-card-wrapper:hover .card {
  border-color: rgba(254, 159, 33, 0.55) !important;
  background: linear-gradient(180deg, rgba(255, 244, 216, 0.72), #ffffff 56%) !important;
  box-shadow: var(--ah-shadow-lift) !important;
  transform: translateY(-0.35rem);
}

.custom-product-card:hover .card__inner,
.product-card-wrapper:hover .custom-product-card__inner {
  background:
    linear-gradient(180deg, rgba(255, 244, 216, 0.78), rgba(255, 255, 255, 0.14)),
    #fffdf8 !important;
}

.custom-product-card .card__inner,
.custom-product-card__inner {
  overflow: hidden;
  border-radius: 1.6rem 1.6rem 0 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 244, 216, 0.45), rgba(255, 255, 255, 0)),
    #ffffff !important;
}

.custom-product-card .card__media,
.custom-product-card .media {
  background: #fffdf8 !important;
}

.custom-product-card .media > img,
.custom-product-card img.motion-reduce {
  object-fit: contain !important;
  padding: clamp(0.8rem, 1vw, 1.4rem);
  transform: scale(0.98);
  transition: transform 0.28s ease;
}

.custom-product-card:hover .media > img,
.custom-product-card:hover img.motion-reduce {
  transform: scale(1.03);
}

.custom-product-card .card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.4rem 1.4rem 1.5rem !important;
}

.custom-product-card .card__information {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 !important;
}

.custom-product-card__vendor {
  min-height: auto !important;
  margin-bottom: 0.5rem;
  color: var(--ah-brown) !important;
  font-size: 1.04rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
}

.custom-product-card__title {
  min-height: 4.2rem;
  margin: 0 0 0.9rem !important;
  color: var(--ah-ink) !important;
  font-size: 1.42rem !important;
  font-weight: 800 !important;
  line-height: 1.34 !important;
}

.custom-product-card__title a {
  color: inherit !important;
}

.custom-product-card__title a:hover {
  color: var(--ah-red) !important;
}

.custom-product-card__purchase-meta {
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: center !important;
  gap: 0.8rem !important;
  margin-top: auto;
}

.custom-product-card .price,
.custom-product-card__price,
.price {
  color: var(--ah-forest) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.custom-product-card .price__sale .price-item--regular {
  color: rgba(21, 39, 29, 0.48) !important;
}

.custom-card-quantity {
  min-height: 3.8rem !important;
  width: 10.4rem !important;
  border: 1px solid rgba(7, 53, 31, 0.18) !important;
  border-radius: 999px !important;
  background: #fffdf8 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.custom-card-quantity .quantity__button,
.custom-card-quantity .quantity__input {
  color: var(--ah-forest) !important;
  font-weight: 850 !important;
}

.custom-card-quantity .quantity__button {
  border-radius: 0 !important;
}

.custom-card-quantity .quantity__button:first-child {
  border-radius: 999px 0 0 999px !important;
}

.custom-card-quantity .quantity__button:last-child {
  border-radius: 0 999px 999px 0 !important;
}

.custom-card-quantity .quantity__button:hover {
  color: var(--ah-red) !important;
  background: var(--ah-gold-soft) !important;
}

.custom-product-card__quick-add {
  margin-top: 1.2rem !important;
}

.custom-product-card__quick-add .button,
.custom-product-card .quick-add__submit {
  min-height: 4.2rem !important;
  border-color: var(--ah-leaf-soft) !important;
  background: linear-gradient(135deg, var(--ah-leaf-soft), #0f7449) !important;
  padding: 0.9rem 1.4rem !important;
  font-size: 1.18rem !important;
  box-shadow: 0 0.6rem 1.4rem rgba(7, 53, 31, 0.12) !important;
}

.custom-product-card__quick-add .button:hover,
.custom-product-card .quick-add__submit:hover {
  border-color: var(--ah-gold) !important;
  background: linear-gradient(135deg, var(--ah-gold), #ffc75f) !important;
  color: var(--ah-forest) !important;
}

.custom-card-badges {
  top: 1rem !important;
  left: 1rem !important;
  right: 1rem !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.45rem !important;
  align-items: flex-start;
}

.custom-badge,
.badge,
.card__badge .badge,
.price__badge-sale {
  border: 1px solid rgba(254, 159, 33, 0.36) !important;
  border-radius: 999px !important;
  background: rgba(255, 244, 216, 0.95) !important;
  color: var(--ah-forest) !important;
  box-shadow: 0 0.45rem 1.2rem rgba(7, 53, 31, 0.08);
  font-size: 1.02rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
}

.custom-badge--soldout {
  border-color: rgba(176, 42, 42, 0.28) !important;
  background: rgba(255, 239, 237, 0.96) !important;
  color: var(--ah-red) !important;
}

.custom-badge--new,
.custom-badge--best-seller {
  background: var(--ah-forest) !important;
  border-color: var(--ah-forest) !important;
  color: #ffffff !important;
}

.collection .grid,
.featured-collection .grid {
  row-gap: clamp(1.6rem, 2vw, 2.6rem) !important;
}

.facets-wrapper,
.facets-container,
.facet-filters,
.mobile-facets__wrapper {
  color: var(--ah-ink);
}

.facet-filters__sort,
.select__select,
.field__input {
  border-radius: 1.2rem !important;
  border-color: rgba(7, 53, 31, 0.18) !important;
}

.product__info-container {
  padding: clamp(1.6rem, 2.4vw, 2.8rem);
  border: 1px solid rgba(7, 53, 31, 0.1);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 1rem 2.8rem rgba(7, 53, 31, 0.08);
}

.product__media-wrapper .global-media-settings,
.product-media-container {
  border-radius: 1.8rem !important;
  border-color: rgba(7, 53, 31, 0.1) !important;
  box-shadow: 0 1rem 2.8rem rgba(7, 53, 31, 0.08);
}

.quantity {
  border-radius: 999px !important;
  border-color: rgba(27, 56, 56, 0.42) !important;
  color: #1b3838 !important;
  box-shadow: 0 0.25rem 0.9rem rgba(27, 56, 56, 0.08) !important;
}

.brand-menu {
  width: min(100%, 112rem);
  padding: 2.2rem 0;
}

.header__submenu--brands .brand-menu {
  width: min(86rem, calc(100vw - 4rem));
  padding: 2rem;
}

.brand-menu__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.8rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(7, 53, 31, 0.1);
}

.brand-menu__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--ah-gold);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-menu__title {
  margin: 0;
  color: var(--ah-forest);
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  font-weight: 850;
  line-height: 1.25;
}

.brand-menu__view-all {
  flex-shrink: 0;
  color: var(--ah-red) !important;
  font-size: 1.22rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.brand-menu__view-all:hover {
  color: var(--ah-forest) !important;
}

.brand-menu__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1.4rem 2.2rem;
  max-height: min(58vh, 46rem);
  overflow-y: auto;
  padding-right: 0.6rem;
  scrollbar-color: rgba(7, 53, 31, 0.28) transparent;
}

.brand-menu__group {
  min-width: 0;
}

.brand-menu__letter {
  margin: 0 0 0.6rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(254, 159, 33, 0.42);
  color: var(--ah-forest);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
}

.brand-menu__list {
  display: grid;
  gap: 0.18rem;
}

.brand-menu__link,
.header__submenu--brands .brand-menu__link,
.mega-menu__list--brands .brand-menu__link {
  display: block !important;
  padding: 0.35rem 0 !important;
  color: rgba(21, 39, 29, 0.82) !important;
  font-size: 1.25rem !important;
  font-weight: 650 !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: color 0.18s ease, transform 0.18s ease;
}

.brand-menu__link:hover,
.header__submenu--brands .brand-menu__link:hover,
.mega-menu__list--brands .brand-menu__link:hover {
  color: var(--ah-red) !important;
  transform: translateX(0.25rem);
}

.popular-brand-menu {
  width: 24rem;
  min-width: 24rem;
  padding: 1.2rem 1.4rem 1rem;
  background: #fffdf8 !important;
}

.popular-brand-menu__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--ah-gold);
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.popular-brand-menu__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
}

.popular-brand-menu__list--mega {
  grid-template-columns: repeat(4, minmax(14rem, 1fr));
  gap: 0.35rem 1.4rem;
}

.popular-brand-menu__link,
.header__submenu--brands .popular-brand-menu__link,
.mega-menu__list--brands .popular-brand-menu__link {
  display: block !important;
  padding: 0.72rem 0 !important;
  color: var(--ah-forest) !important;
  font-size: 1.35rem !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.popular-brand-menu__link:hover,
.header__submenu--brands .popular-brand-menu__link:hover,
.mega-menu__list--brands .popular-brand-menu__link:hover {
  color: var(--ah-red) !important;
  background: rgba(255, 244, 216, 0.72) !important;
  transform: translateX(0.2rem);
}

.popular-brand-menu__all {
  margin-top: 0.35rem;
  padding-top: 0.45rem;
  border-top: 1px solid rgba(7, 53, 31, 0.12);
}

.popular-brand-menu__all .popular-brand-menu__link {
  color: var(--ah-gold) !important;
  font-weight: 900 !important;
}

.popular-brand-menu__list--mega .popular-brand-menu__all {
  grid-column: 1 / -1;
}

.header__submenu--brands {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  right: auto !important;
  z-index: 4 !important;
  transform: translateX(-50%) translateY(0) !important;
  max-height: 52rem !important;
  width: auto !important;
  min-width: 24rem !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fffdf8 !important;
  border: 1px solid rgba(7, 53, 31, 0.14) !important;
  box-shadow: 0 1.4rem 3.2rem rgba(7, 53, 31, 0.14) !important;
}

.js details > .header__submenu--brands {
  opacity: 0;
  transform: translateX(-50%) translateY(-0.8rem) !important;
}

details[open] > .header__submenu--brands {
  animation: none !important;
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

.mega-menu__list--brands {
  display: block !important;
  max-width: 82rem !important;
  max-height: none !important;
  overflow: visible !important;
}

.menu-drawer__brand-letter {
  margin: 1.2rem 0 0.2rem;
  padding: 0.5rem 3rem;
  color: var(--ah-gold);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.af-cart-delivery-note {
  margin-top: 1.4rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(7, 53, 31, 0.12);
  border-radius: 1.2rem;
  background: rgba(255, 244, 216, 0.58);
  color: rgba(21, 39, 29, 0.76);
  font-size: 1.28rem;
  line-height: 1.45;
}

.af-cart-delivery-note strong {
  color: var(--ah-forest);
}

.af-browse-filters {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 0;
}

.af-browse-filter {
  border: 1px solid rgba(27, 56, 56, 0.12);
  border-radius: 1.4rem;
  background: #fffdf8;
  box-shadow: 0 0.6rem 1.8rem rgba(27, 56, 56, 0.05);
}

.af-browse-filter .facets__summary {
  padding: 1.3rem 1.4rem !important;
  color: #1b3838 !important;
  font-weight: 850 !important;
  letter-spacing: 0.03em;
}

.af-browse-filter__panel {
  padding: 0 1.4rem 1.4rem !important;
  border: 0 !important;
}

.af-browse-filter__heading {
  margin: 0;
  padding: 1.3rem 1.4rem 0.8rem;
  color: #1b3838;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-browse-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0 1.4rem 1.4rem;
}

.af-browse-shortcut {
  display: inline-flex;
  align-items: center;
  min-height: 3.4rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 179, 2, 0.42);
  border-radius: 999px;
  background: #fff8e1;
  color: #1b3838 !important;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}

.af-browse-shortcut:hover {
  border-color: #ffb302;
  background: #ffb302;
  color: #1b3838 !important;
}

.af-browse-filter__search {
  width: 100%;
  min-height: 4.4rem;
  margin-bottom: 1rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(7, 53, 31, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ah-ink);
  font: inherit;
}

.af-browse-filter__search:focus {
  outline: 2px solid rgba(254, 159, 33, 0.42);
  outline-offset: 2px;
  border-color: var(--ah-gold);
}

.af-browse-filter__list {
  display: grid;
  gap: 0.2rem;
  max-height: 28rem;
  overflow: auto;
  padding-right: 0.4rem;
}

.af-browse-filter__link {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 0;
  color: rgba(21, 39, 29, 0.82) !important;
  font-size: 1.34rem;
  line-height: 1.35;
  text-decoration: none !important;
  word-break: normal;
  overflow-wrap: anywhere;
}

.af-browse-filter__link:hover {
  color: var(--ah-red) !important;
}

.af-browse-filter__count {
  flex: 0 0 auto;
  color: rgba(21, 39, 29, 0.48);
  font-size: 1.08rem;
  font-weight: 800;
}

.facets-vertical .facets__disclosure-vertical:not(.af-browse-filter) {
  margin-top: 1.2rem;
  border: 1px solid rgba(27, 56, 56, 0.12);
  border-radius: 1.4rem;
  background: #ffffff;
  box-shadow: 0 0.6rem 1.8rem rgba(27, 56, 56, 0.04);
}

.facets-vertical .facets__disclosure-vertical:not(.af-browse-filter) .facets__summary {
  padding: 1.3rem 1.4rem !important;
  color: #1b3838 !important;
  font-weight: 850 !important;
}

.facets-vertical .af-browse-filter .facets__summary,
.facets-vertical .facets__disclosure-vertical:not(.af-browse-filter) .facets__summary {
  padding-right: 3.8rem !important;
}

.facets-vertical .af-browse-filter .facets__summary > div,
.facets-vertical .facets__disclosure-vertical:not(.af-browse-filter) .facets__summary > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 1.8rem;
}

.facets-vertical .af-browse-filter .facets__summary .icon-caret,
.facets-vertical .facets__disclosure-vertical:not(.af-browse-filter) .facets__summary .icon-caret {
  height: 0.55rem;
  right: 1.5rem;
  top: calc(50% - 0.275rem);
  width: 1rem;
  color: currentColor;
  opacity: 0.9;
  transition: transform var(--duration-short) ease;
}

.facets-vertical .af-browse-filter[open] > .facets__summary .icon-caret,
.facets-vertical .facets__disclosure-vertical:not(.af-browse-filter)[open] > .facets__summary .icon-caret {
  transform: rotate(180deg);
}

.facets-vertical .facets__disclosure-vertical:not(.af-browse-filter) .facets__display-vertical {
  padding-inline: 1.4rem !important;
}

.facets-vertical .facets__label {
  min-height: 3.8rem;
  align-items: center;
}

.facets-vertical .facet-checkbox__text,
.facets-vertical .facets__price {
  overflow-wrap: anywhere;
}

.custom-product-card__title {
  display: block !important;
  min-height: auto !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

@media screen and (max-width: 989px) {
  .header {
    min-height: 7rem;
  }

  .header__heading-logo {
    max-height: 5.8rem;
  }

  .header-wrapper {
    box-shadow: 0 0.5rem 1.4rem rgba(7, 53, 31, 0.06);
  }

  .custom-product-card__purchase-meta {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 749px) {
  .announcement-bar__message {
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    text-transform: none;
  }

  .button,
  .shopify-payment-button__button,
  .quick-add__submit,
  .cart__checkout-button,
  .product-form__submit {
    min-height: 4.2rem !important;
    font-size: 1.12rem !important;
    padding: 0.85rem 1.3rem !important;
  }

  .custom-product-card,
  .product-card-wrapper .card {
    border-radius: 1.4rem !important;
  }

  .custom-product-card .card__content {
    padding: 1rem !important;
  }

  .custom-product-card__vendor {
    font-size: 0.92rem !important;
  }

  .custom-product-card__title {
    min-height: 3.8rem;
    font-size: 1.18rem !important;
    line-height: 1.28 !important;
  }

  .af-browse-filters {
    display: none;
  }

  .custom-product-card .price,
  .custom-product-card__price {
    font-size: 1.22rem !important;
  }

  .custom-card-quantity {
    width: 9.4rem !important;
    min-height: 3.4rem !important;
  }

  .custom-product-card__quick-add .button,
  .custom-product-card .quick-add__submit {
    min-height: 3.8rem !important;
    font-size: 1rem !important;
    padding: 0.75rem 0.9rem !important;
  }

  .custom-badge,
  .badge,
  .card__badge .badge,
  .price__badge-sale {
    font-size: 0.88rem !important;
  }

  .product__info-container {
    padding: 1.4rem;
    border-radius: 1.4rem;
  }
}


/* =====================================================
   Theme finishing styles
   ===================================================== */

:root {
  --ah-review-green: #123d2a;
  --ah-review-green-soft: #1f5b3a;
  --ah-review-gold: #d4af37;
  --ah-review-cream: #fffaf0;
  --ah-review-border: rgba(18, 61, 42, 0.12);
  --ah-review-shadow: 0 1.2rem 3rem rgba(18, 61, 42, 0.10);
  --ah-review-shadow-soft: 0 0.8rem 2rem rgba(18, 61, 42, 0.07);
}

/* Global spacing and links */
html {
  scroll-behavior: smooth;
}

body {
  color: #1f1f1f;
  background: #ffffff;
}

.page-width {
  max-width: 128rem;
}

.button,
.shopify-payment-button__button,
.quick-add__submit,
.product-form__submit,
.cart__checkout-button,
.customer button {
  border-radius: 999px !important;
  min-height: 4.6rem;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.shopify-payment-button__button:hover,
.quick-add__submit:hover,
.product-form__submit:hover,
.cart__checkout-button:hover,
.customer button:hover {
  transform: translateY(-1px);
  box-shadow: var(--ah-review-shadow-soft);
}

.button:focus-visible,
.shopify-payment-button__button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 0.25rem solid rgba(212, 175, 55, 0.55) !important;
  outline-offset: 0.25rem;
}

/* Header and announcement bar */
.announcement-bar,
.announcement-bar-section .utility-bar {
  font-weight: 750;
  letter-spacing: 0.02em;
}

.header-wrapper {
  border-bottom: 0.1rem solid rgba(18, 61, 42, 0.08);
  box-shadow: 0 0.4rem 1.6rem rgba(18, 61, 42, 0.05);
}

.header__heading-logo {
  max-height: 6.4rem;
  width: auto;
}

.header__menu-item,
.list-menu__item {
  font-weight: 750;
}

.header__active-menu-item,
.header__menu-item:hover span,
.list-menu__item:hover {
  color: var(--ah-review-green) !important;
}

/* Category icon row */
.multicolumn .title-wrapper-with-link {
  margin-bottom: 1.4rem;
}

.multicolumn-card,
.multicolumn-card.content-container,
.multicolumn-card--african-hut-icon {
  border: 0.1rem solid var(--ah-review-border) !important;
  border-radius: 1.8rem !important;
  background: #ffffff !important;
  box-shadow: 0 0.6rem 1.8rem rgba(18, 61, 42, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  overflow: hidden;
}

.multicolumn-card:hover,
.multicolumn-card--african-hut-icon:hover {
  transform: translateY(-3px);
  box-shadow: var(--ah-review-shadow-soft);
  border-color: rgba(212, 175, 55, 0.42) !important;
}

.multicolumn-card__info h3,
.african-hut-category-card__label {
  color: var(--ah-review-green) !important;
  font-weight: 850 !important;
  letter-spacing: -0.02em;
}

.african-hut-category-card__image,
.media--square {
  border-radius: 1.4rem;
}

/* Product grids and product cards */
.collection .title,
.featured-collection .title,
.title-wrapper-with-link .title {
  color: var(--ah-review-green);
  letter-spacing: -0.035em;
}

.product-grid,
.grid.product-grid {
  row-gap: 2.4rem;
}

.product-card-wrapper .card,
.card-wrapper .card,
.custom-product-card {
  height: 100%;
  border: 0.1rem solid var(--ah-review-border) !important;
  border-radius: 1.8rem !important;
  background: #ffffff;
  box-shadow: 0 0.5rem 1.6rem rgba(18, 61, 42, 0.045);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card-wrapper:hover .card,
.card-wrapper:hover .card,
.custom-product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ah-review-shadow);
  border-color: rgba(212, 175, 55, 0.40) !important;
}

.card__media,
.card__inner,
.product-card-wrapper .media,
.custom-product-card .media {
  border-radius: 1.6rem 1.6rem 0 0 !important;
}

.card__content,
.custom-product-card .card__content {
  padding: 1.2rem 1.25rem 1.35rem !important;
}

.card__heading,
.custom-product-card__title,
.card__heading a {
  color: #1f1f1f !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.card-information,
.card__information {
  padding-bottom: 0 !important;
}

.card-information .price,
.price,
.custom-product-card__price {
  color: var(--ah-review-green) !important;
  font-weight: 850 !important;
}

.price__sale .price-item--sale,
.price-item--sale {
  color: #b02a2a !important;
}

.badge,
.card__badge .badge,
.price__badge-sale,
.custom-badge {
  border-radius: 999px !important;
  font-weight: 850 !important;
  letter-spacing: 0.04em;
  border: 0 !important;
}

.quick-add,
.custom-product-card__quick-add {
  margin-top: 1rem !important;
}

.quick-add__submit,
.custom-product-card .quick-add__submit {
  min-height: 4.1rem !important;
  font-size: 1.2rem !important;
}

/* Collection filtering and search pages */
.facets-container,
.facets-vertical .facets-wrapper,
.facets-vertical .active-facets-vertical-filter {
  border-radius: 1.6rem;
}

.facets__summary,
.mobile-facets__open,
.sorting .facet-filters__label {
  font-weight: 800;
}

.mobile-facets__wrapper,
.mobile-facets__open-wrapper {
  width: 100%;
}

.mobile-facets__open {
  min-height: 4.4rem;
  border: 0.1rem solid var(--ah-review-border);
  border-radius: 999px;
  justify-content: center;
}

/* Product page */
.product__title h1,
.product__title .h1 {
  color: var(--ah-review-green) !important;
  letter-spacing: -0.035em;
}

.product__info-container {
  border: 0.1rem solid var(--ah-review-border);
  border-radius: 2rem;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0 0.7rem 2rem rgba(18, 61, 42, 0.055);
}

.product__media-wrapper .product-media-container,
.product__media,
.product__media img {
  border-radius: 1.8rem !important;
}

.quantity {
  border-radius: 999px !important;
}

.product-form__buttons {
  max-width: none !important;
}

.product-form__submit {
  width: 100%;
}

.product__accordion .accordion__title,
.collapsible-content summary {
  font-weight: 800;
  color: var(--ah-review-green);
}

/* Cart page */
.cart-items,
.cart__footer,
.totals,
.cart__ctas,
.main-cart-items,
.cart-items thead th {
  border-color: var(--ah-review-border) !important;
}

.cart-item,
.cart__footer,
.cart__blocks {
  border-radius: 1.8rem;
}

.cart__checkout-button {
  width: 100%;
  min-height: 4.8rem;
}

.totals__subtotal,
.totals__subtotal-value {
  color: var(--ah-review-green);
  font-weight: 900;
}

/* Footer */
.footer {
  border-top: 0.1rem solid rgba(212, 175, 55, 0.22);
}

.footer-block__heading {
  font-weight: 900;
  letter-spacing: -0.02em;
}

.footer a {
  text-underline-offset: 0.3rem;
}

.footer a:hover {
  color: var(--ah-review-gold) !important;
}

/* Mobile layout */
@media screen and (max-width: 749px) {
  .page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .announcement-bar__message {
    font-size: 1.05rem !important;
    line-height: 1.25;
    padding: 0.65rem 1rem;
  }

  .header {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .header__heading-logo {
    max-height: 5.2rem;
  }

  .multicolumn-list {
    row-gap: 1.2rem !important;
  }

  .multicolumn-card,
  .multicolumn-card.content-container,
  .multicolumn-card--african-hut-icon {
    border-radius: 1.5rem !important;
  }

  .multicolumn-card__info {
    padding: 1rem !important;
  }

  .african-hut-category-card__image {
    min-height: 8.5rem;
  }

  .african-hut-category-card__label,
  .multicolumn-card__info h3 {
    font-size: 1.18rem !important;
    line-height: 1.2 !important;
  }

  .collection .title,
  .featured-collection .title,
  .title-wrapper-with-link .title {
    font-size: 2.4rem !important;
    line-height: 1.08;
  }

  .product-grid.grid,
  .grid.product-grid {
    column-gap: 1rem !important;
    row-gap: 1.5rem !important;
  }

  .product-card-wrapper .card,
  .card-wrapper .card,
  .custom-product-card {
    border-radius: 1.45rem !important;
  }

  .card__content,
  .custom-product-card .card__content {
    padding: 0.9rem !important;
  }

  .card__heading,
  .custom-product-card__title,
  .card__heading a {
    font-size: 1.15rem !important;
    line-height: 1.24 !important;
  }

  .price,
  .card-information .price,
  .custom-product-card__price {
    font-size: 1.18rem !important;
  }

  .quick-add__submit,
  .custom-product-card .quick-add__submit {
    min-height: 3.7rem !important;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    font-size: 1rem !important;
  }

  .product__info-container {
    padding: 1.4rem;
    border-radius: 1.5rem;
    box-shadow: none;
  }

  .product__title h1,
  .product__title .h1 {
    font-size: 2.6rem !important;
    line-height: 1.12;
  }

  .product-form__submit,
  .cart__checkout-button,
  .shopify-payment-button__button {
    min-height: 4.6rem !important;
  }

  .cart-items .cart-item {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .cart-item__name {
    font-weight: 800;
    line-height: 1.25;
  }

  .footer {
    padding-top: 2.4rem;
  }

  .footer-block__heading {
    margin-bottom: 0.8rem;
  }
}


/* ==========================================================
   Store switcher and header menu
   ========================================================== */

.custom-utility-bar {
  grid-template-columns: minmax(13rem, 1fr) minmax(20rem, 2fr) auto auto !important;
  column-gap: 1.4rem !important;
  align-items: center !important;
}

.af-store-switcher {
  justify-self: end;
  position: relative;
  z-index: 60;
}

.af-store-switcher__details {
  position: relative;
}

.af-store-switcher__summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3.2rem;
  padding: 0.45rem 1rem;
  border: 0.1rem solid rgba(212, 175, 55, 0.42);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255,255,255,0.09);
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.af-store-switcher__summary::-webkit-details-marker { display: none; }
.af-store-switcher__summary:hover,
.af-store-switcher__details[open] .af-store-switcher__summary {
  background: rgba(212, 175, 55, 0.16);
  border-color: rgba(212, 175, 55, 0.72);
}

.af-store-switcher__flag { font-size: 1.55rem; line-height: 1; }
.af-store-switcher__current { white-space: nowrap; }
.af-store-switcher__chevron { font-size: 1rem; opacity: 0.9; }

.af-store-switcher__panel {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  width: min(31rem, calc(100vw - 3rem));
  padding: 0.85rem;
  border: 0.1rem solid rgba(18, 61, 42, 0.13);
  border-radius: 1.6rem;
  background: #ffffff;
  color: #1f1f1f;
  box-shadow: 0 1.4rem 3rem rgba(18, 61, 42, 0.18);
}

.af-store-switcher__panel::before {
  content: '';
  position: absolute;
  top: -0.7rem;
  right: 2.1rem;
  width: 1.4rem;
  height: 1.4rem;
  background: #ffffff;
  border-left: 0.1rem solid rgba(18, 61, 42, 0.10);
  border-top: 0.1rem solid rgba(18, 61, 42, 0.10);
  transform: rotate(45deg);
}

.af-store-switcher__label {
  margin: 0.15rem 0.65rem 0.65rem;
  color: #8a6d24;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.af-store-switcher__link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.78rem 0.85rem;
  border-radius: 1.15rem;
  color: #123d2a;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.af-store-switcher__link:hover,
.af-store-switcher__link[aria-current='page'] {
  background: #f7f2df;
  color: #0b3723;
}

.af-store-switcher__link strong,
.af-store-switcher__link small {
  display: block;
}

.af-store-switcher__link strong {
  font-size: 1.3rem;
  line-height: 1.15;
}

.af-store-switcher__link small {
  margin-top: 0.18rem;
  color: rgba(31,31,31,0.68);
  font-size: 1.08rem;
  line-height: 1.2;
}

.af-priority-menu {
  justify-self: center;
}

.af-priority-menu__list {
  gap: 0.15rem;
  align-items: center;
}

.af-priority-menu .header__menu-item {
  min-height: 4.2rem;
  padding: 1.1rem 1.35rem;
  color: #123d2a !important;
  font-size: 1.34rem;
  font-weight: 850;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.af-priority-menu .header__menu-item span {
  text-decoration: none !important;
}

.af-priority-menu .header__menu-item:hover,
.af-priority-menu__details[open] > summary {
  color: #8a6d24 !important;
}

.af-priority-menu__details {
  position: relative;
}

.af-priority-menu__summary {
  cursor: pointer;
}

.af-priority-menu__summary::-webkit-details-marker { display: none; }

.af-priority-menu__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 48rem;
  padding: 1.4rem;
  border: 0.1rem solid rgba(18, 61, 42, 0.10);
  border-radius: 0 0 1.6rem 1.6rem;
  background: #ffffff;
  box-shadow: 0 1.4rem 3rem rgba(18, 61, 42, 0.14);
  z-index: 50;
}

.af-priority-menu__dropdown--small {
  min-width: 34rem;
}

.af-priority-menu__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.af-priority-menu__grid a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 4.2rem;
  padding: 0.9rem 1.1rem;
  border-radius: 1.1rem;
  color: #123d2a;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.18;
  text-decoration: none;
  background: #ffffff;
  border: 0.1rem solid rgba(18, 61, 42, 0.08);
}

.af-priority-menu__grid a:hover {
  color: #0b3723;
  background: #f7f2df;
  border-color: rgba(212, 175, 55, 0.38);
}

.af-priority-menu__featured-link {
  grid-column: 1 / -1;
  background: #123d2a !important;
  color: #ffffff !important;
  border-color: #123d2a !important;
}

.af-priority-menu__featured-link small {
  margin-top: 0.25rem;
  color: rgba(255,255,255,0.82);
  font-size: 1.05rem;
  font-weight: 600;
}

.af-priority-menu__all-brands {
  color: #8a6d24 !important;
}

/* Product card readability */
.custom-product-card__vendor,
.card-wrapper .custom-product-card__vendor,
.product-card-wrapper .custom-product-card__vendor {
  display: inline-flex !important;
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  margin-bottom: 0.7rem !important;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  background: #f7f2df;
  color: #7a5b14 !important;
  font-size: 1.12rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.custom-product-card__title,
.card__heading.custom-product-card__title {
  font-size: 1.52rem !important;
  line-height: 1.28 !important;
  color: #123d2a !important;
}

.custom-product-card .price,
.custom-product-card__price,
.card-information .price {
  font-size: 1.48rem !important;
}

@media screen and (max-width: 989px) {
  .custom-utility-bar {
    grid-template-columns: 1fr auto !important;
    row-gap: 0.2rem;
  }

  .custom-phone-number,
  .custom-social-wrapper {
    display: none !important;
  }

  .custom-utility-bar .announcement-bar {
    justify-self: start;
    min-width: 0;
  }

  .af-store-switcher__summary {
    min-height: 3rem;
    padding: 0.4rem 0.75rem;
    font-size: 1.12rem;
  }

  .af-store-switcher__current { display: none; }
  .af-priority-menu { display: none !important; }
}

@media screen and (max-width: 749px) {
  .custom-utility-bar {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .custom-utility-bar .announcement-bar__message {
    padding: 0.55rem 0 !important;
    font-size: 1.08rem !important;
    line-height: 1.25 !important;
  }

  .af-store-switcher__panel {
    right: -0.4rem;
    width: min(29rem, calc(100vw - 2rem));
  }
}


/* ==========================================================
   Header menu and store switcher
   ========================================================== */

.af-flag {
  display: inline-block;
  flex: 0 0 auto;
  width: 2.6rem;
  height: 1.75rem;
  border-radius: 0.28rem;
  border: 0.1rem solid rgba(18, 61, 42, 0.18);
  box-shadow: 0 0.1rem 0.22rem rgba(0,0,0,0.16);
  overflow: hidden;
  position: relative;
  background: #eee;
}

.af-flag--de {
  background: linear-gradient(to bottom, #000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66% 100%);
}

.af-flag--us {
  background: repeating-linear-gradient(to bottom, #b22234 0 0.135rem, #fff 0.135rem 0.27rem);
}
.af-flag--us::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 1.15rem;
  height: 0.95rem;
  background: #3c3b6e;
}

.af-flag--au {
  background: #012169;
}
.af-flag--au::before {
  content: '';
  position: absolute;
  inset: 0.48rem 0.38rem auto auto;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: -0.55rem 0.48rem 0 -0.08rem #fff, 0.58rem 0.58rem 0 -0.1rem #fff, -0.18rem -0.35rem 0 -0.1rem #fff;
}
.af-flag--au::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 0.9rem;
  background:
    linear-gradient(32deg, transparent 42%, #fff 42% 54%, transparent 54%),
    linear-gradient(-32deg, transparent 42%, #fff 42% 54%, transparent 54%),
    linear-gradient(to bottom, transparent 38%, #fff 38% 62%, transparent 62%),
    linear-gradient(to right, transparent 42%, #fff 42% 58%, transparent 58%),
    #012169;
}

.af-flag--za {
  background:
    linear-gradient(32deg, transparent 0 37%, #ffb612 37% 43%, #007a4d 43% 57%, #fff 57% 63%, transparent 63%),
    linear-gradient(-32deg, transparent 0 37%, #ffb612 37% 43%, #007a4d 43% 57%, #fff 57% 63%, transparent 63%),
    linear-gradient(to bottom, #de3831 0 50%, #002395 50% 100%);
}
.af-flag--za::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 0.875rem solid transparent;
  border-bottom: 0.875rem solid transparent;
  border-left: 1.18rem solid #000;
  z-index: 2;
}
.af-flag--za::after {
  content: '';
  position: absolute;
  left: 0.58rem;
  top: 0.67rem;
  width: 1.85rem;
  height: 0.42rem;
  background: #007a4d;
  transform: skewX(-32deg);
  z-index: 1;
  box-shadow: 0 0 0 0.12rem #fff;
}

.af-store-switcher__summary .af-flag {
  width: 2.4rem;
  height: 1.6rem;
}

.af-store-switcher__link .af-flag {
  width: 2.8rem;
  height: 1.85rem;
}

.af-priority-menu__summary svg,
.af-priority-menu .header__menu-item svg {
  width: 0.9rem !important;
  height: 0.9rem !important;
  margin-left: 0.45rem !important;
  margin-top: 0.12rem !important;
  position: static !important;
  transform: none !important;
  flex-shrink: 0;
  vertical-align: middle;
}

.af-priority-menu__details[open] > .af-priority-menu__summary svg {
  transform: rotate(180deg) !important;
}

.af-priority-menu__summary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.1rem;
}

.af-priority-menu__dropdown--wide {
  min-width: min(72rem, calc(100vw - 4rem));
  padding: 1.45rem;
}

.af-priority-menu__intro {
  margin-bottom: 1rem;
}

.af-priority-menu__category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.af-priority-menu__category {
  border: 0.1rem solid rgba(18, 61, 42, 0.10);
  border-radius: 1.15rem;
  background: #ffffff;
  overflow: hidden;
}

.af-priority-menu__category summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.2rem;
  padding: 1rem 1.1rem;
  color: #123d2a;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.18;
  cursor: pointer;
}
.af-priority-menu__category summary::-webkit-details-marker { display: none; }
.af-priority-menu__category summary::after {
  content: '▾';
  margin-left: 1rem;
  color: #8a6d24;
  font-size: 1rem;
  transition: transform 160ms ease;
}
.af-priority-menu__category[open] summary {
  background: #f7f2df;
  color: #0b3723;
}
.af-priority-menu__category[open] summary::after {
  transform: rotate(180deg);
}
.af-priority-menu__category a {
  display: block;
  padding: 0.72rem 1.1rem;
  color: rgba(18, 61, 42, 0.86);
  font-size: 1.12rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  border-top: 0.1rem solid rgba(18, 61, 42, 0.07);
}
.af-priority-menu__category a:hover {
  color: #8a6d24;
  background: rgba(247, 242, 223, 0.48);
}

.af-top-sellers {
  margin-top: 0;
}
.af-top-sellers__header {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1.4rem;
}
.af-top-sellers__eyebrow {
  margin: 0;
  color: #8a6d24;
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.af-top-sellers__title {
  margin: 0;
  color: #123d2a;
  font-size: clamp(2.4rem, 3vw, 3.8rem);
  line-height: 1.05;
  font-weight: 900;
}
.af-top-sellers__text {
  margin: 0;
  color: rgba(18, 61, 42, 0.75);
  font-size: 1.36rem;
}
.af-top-sellers__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}
.af-top-sellers__grid a {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 6.2rem;
  padding: 1rem;
  border: 0.1rem solid rgba(18, 61, 42, 0.10);
  border-radius: 1.25rem;
  background: #ffffff;
  color: #123d2a;
  text-decoration: none;
  box-shadow: 0 0.6rem 1.6rem rgba(18, 61, 42, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.af-top-sellers__grid a:hover {
  transform: translateY(-0.2rem);
  border-color: rgba(212, 175, 55, 0.48);
  background: #fdfaf0;
  box-shadow: 0 1rem 2rem rgba(18, 61, 42, 0.10);
}
.af-top-sellers__grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #123d2a;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
  flex: 0 0 auto;
}
.af-top-sellers__grid strong {
  color: inherit;
  font-size: 1.18rem;
  line-height: 1.18;
  font-weight: 850;
}

@media screen and (max-width: 989px) {
  .af-top-sellers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .af-store-switcher__summary .af-flag {
    width: 2.2rem;
    height: 1.45rem;
  }
  .af-top-sellers__grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
  .af-top-sellers__grid a {
    min-height: 5.4rem;
  }
}


/* ==========================================================
   Store switcher flags
   ========================================================== */

.af-store-switcher__flag-image {
  display: block;
  width: 2.6rem;
  height: auto;
  flex: 0 0 auto;
  border-radius: 0.32rem;
}

.af-store-switcher__summary .af-store-switcher__flag-image {
  width: 2.35rem;
}

.af-store-switcher__link .af-store-switcher__flag-image {
  width: 2.8rem;
}

@media screen and (max-width: 989px) {
  .af-store-switcher__summary .af-store-switcher__flag-image {
    width: 2.2rem;
  }
}


/* ==========================================================
   Browse Our Shelves dropdown
   ========================================================== */

.af-priority-menu__dropdown--oldsite {
  min-width: 26rem;
  padding: 0.55rem;
  border-radius: 0 0 0.4rem 0.4rem;
  background: #ffffff;
}

.af-oldsite-shelves {
  display: block;
}

.af-oldsite-shelves__list {
  display: flex;
  flex-direction: column;
  width: 26rem;
  background: #ffffff;
  border: 0.1rem solid rgba(18, 61, 42, 0.18);
}

.af-oldsite-shelves__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.4rem;
  padding: 1.15rem 1.15rem;
  color: #222222;
  text-decoration: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
  font-size: 1.2rem;
  line-height: 1.35;
}

.af-oldsite-shelves__item:last-child {
  border-bottom: 0;
}

.af-oldsite-shelves__item > a {
  color: inherit;
  text-decoration: none;
  display: block;
  flex: 1 1 auto;
}

.af-oldsite-shelves__item:hover,
.af-oldsite-shelves__item:focus-within,
.af-oldsite-shelves__item > a:hover {
  background: #f7f2df;
  color: #0b3723;
}

.af-oldsite-shelves__item--has-children {
  padding-right: 3.8rem;
}

.af-oldsite-shelves__plus {
  position: absolute;
  right: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.55rem;
  line-height: 1;
  color: #6b6b6b;
}

.af-oldsite-shelves__submenu {
  position: absolute;
  top: -0.1rem;
  left: calc(100% + 0.8rem);
  z-index: 70;
  display: none;
  width: 26rem;
  padding: 0.9rem;
  border: 0.1rem solid rgba(18, 61, 42, 0.18);
  background: #ffffff;
  box-shadow: 0 1.2rem 2.6rem rgba(18, 61, 42, 0.16);
}

.af-oldsite-shelves__item--has-children:hover .af-oldsite-shelves__submenu,
.af-oldsite-shelves__item--has-children:focus-within .af-oldsite-shelves__submenu {
  display: block;
}

.af-oldsite-shelves__submenu a {
  display: block;
  padding: 0.95rem 1rem;
  color: #222222;
  text-decoration: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.08);
  font-size: 1.18rem;
  line-height: 1.3;
}

.af-oldsite-shelves__submenu a:last-child {
  border-bottom: 0;
}

.af-oldsite-shelves__submenu a:hover {
  background: #f7f2df;
  color: #0b3723;
}

@media screen and (max-width: 1200px) {
  .af-oldsite-shelves__submenu {
    left: calc(100% + 0.4rem);
    width: 24rem;
  }
}

/* ==========================================================
   Desktop priority nav
   ========================================================== */
@media screen and (min-width: 990px) {
  .af-priority-menu.header__inline-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    grid-area: navigation;
    justify-self: center;
    z-index: 45;
  }

  .af-priority-menu__list {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .af-priority-menu__details,
  .af-priority-menu__list > li {
    display: list-item !important;
    visibility: visible !important;
  }
}


/* ==========================================================
   Scrollable shelves menu
   ========================================================== */

.af-priority-menu__dropdown--oldsite {
  max-height: min(68vh, 62rem) !important;
  overflow-y: auto !important;
  overflow-x: visible !important;
  overscroll-behavior: contain !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(138, 109, 36, 0.7) rgba(18, 61, 42, 0.08);
}

.af-priority-menu__dropdown--oldsite::-webkit-scrollbar {
  width: 0.9rem;
}

.af-priority-menu__dropdown--oldsite::-webkit-scrollbar-track {
  background: rgba(18, 61, 42, 0.08);
  border-radius: 999px;
}

.af-priority-menu__dropdown--oldsite::-webkit-scrollbar-thumb {
  background: rgba(138, 109, 36, 0.72);
  border-radius: 999px;
  border: 0.2rem solid #ffffff;
}

.af-oldsite-shelves__list {
  max-height: none !important;
}

.af-oldsite-shelves__submenu {
  max-height: min(56vh, 42rem);
  overflow-y: auto;
  overscroll-behavior: contain;
}

@media screen and (max-height: 760px) {
  .af-priority-menu__dropdown--oldsite {
    max-height: 58vh !important;
  }
}


/* ==========================================================
   Product card vendor label
   ========================================================== */

.custom-product-card__vendor,
.card-wrapper .custom-product-card__vendor,
.product-card-wrapper .custom-product-card__vendor,
.card-information .custom-product-card__vendor {
  font-size: 1.32rem !important;
  line-height: 1.25 !important;
  padding: 0.42rem 0.86rem !important;
  margin-bottom: 0.82rem !important;
  letter-spacing: 0.075em !important;
}

@media screen and (max-width: 749px) {
  .custom-product-card__vendor,
  .card-wrapper .custom-product-card__vendor,
  .product-card-wrapper .custom-product-card__vendor,
  .card-information .custom-product-card__vendor {
    font-size: 1.22rem !important;
    padding: 0.36rem 0.72rem !important;
  }
}


/* ==========================================================
   Browse submenu toggles
   ========================================================== */

.af-oldsite-shelves__plus {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 999px;
}

.af-oldsite-shelves__plus:hover,
.af-oldsite-shelves__plus:focus-visible {
  background: #f7f2df;
  color: #0b3723;
  outline: none;
}

.af-oldsite-shelves__item.is-open {
  background: #fbfaf4;
}

.af-oldsite-shelves__item.is-open .af-oldsite-shelves__submenu {
  position: static;
  display: block;
  width: calc(100% + 3.8rem);
  margin: 0.85rem -3.8rem -1.15rem 0;
  padding: 0.45rem 0 0.45rem 1.2rem;
  border: 0;
  border-top: 0.1rem solid rgba(18, 61, 42, 0.14);
  box-shadow: none;
  background: #ffffff;
}

.af-oldsite-shelves__item.is-open .af-oldsite-shelves__submenu a {
  padding: 0.78rem 1rem;
  font-size: 1.14rem;
}

.af-oldsite-shelves__item--has-children:hover .af-oldsite-shelves__submenu {
  display: none;
}

.af-oldsite-shelves__item--has-children.is-open:hover .af-oldsite-shelves__submenu,
.af-oldsite-shelves__item--has-children.is-open:focus-within .af-oldsite-shelves__submenu {
  display: block;
}

/* ==========================================================
   Mobile menu and footer accordions
   ========================================================== */

/* Desktop Browse menu sizing */
.af-priority-menu__dropdown--oldsite {
  min-width: 34rem !important;
  max-height: min(72vh, 62rem) !important;
  overflow-y: auto !important;
  overflow-x: visible !important;
}

.af-oldsite-shelves__list {
  width: 32rem !important;
}

.af-oldsite-shelves__item {
  font-size: 1.32rem !important;
  min-height: 4.8rem !important;
  padding: 1.22rem 1.35rem !important;
}

.af-oldsite-shelves__plus {
  color: #123d2a !important;
  font-size: 1.7rem !important;
}

.af-oldsite-shelves__item.is-open .af-oldsite-shelves__submenu {
  width: calc(100% + 4.4rem) !important;
  margin-right: -4.4rem !important;
}

.af-oldsite-shelves__item.is-open .af-oldsite-shelves__submenu a {
  font-size: 1.22rem !important;
  padding: 0.9rem 1.1rem !important;
}

/* Hide the extra mobile browse bar on desktop */
.af-mobile-browse {
  display: none;
}

@media screen and (max-width: 989px) {
  /* Header/mobile layout */
  .header-wrapper .header {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    min-height: 7.4rem;
    background: #ffffff;
  }

  .header__heading-logo-wrapper,
  .header__heading-logo {
    max-width: 15.5rem !important;
  }

  .header__icon,
  .header__icon--cart,
  .header__icon--search {
    width: 4.8rem !important;
    height: 4.8rem !important;
  }

  /* Mobile Browse Our Shelves bar */
  .af-mobile-browse {
    display: block;
    background: #4a2a00;
    color: #ffffff;
    padding: 0.65rem 1.2rem 0.9rem;
    border-bottom: 0.3rem solid #d4af37;
    position: relative;
    z-index: 20;
  }

  .af-mobile-browse__details {
    max-width: 100%;
  }

  .af-mobile-browse__summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    min-height: 3.6rem;
    color: #ffffff;
    font-size: 1.24rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .af-mobile-browse__summary::-webkit-details-marker { display: none; }

  .af-mobile-browse__hamburger {
    font-size: 1.35rem;
    line-height: 1;
  }

  .af-mobile-browse__panel {
    margin-top: 0.7rem;
    background: #4a2a00;
    max-height: 70vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 0 1.2rem;
  }

  .af-mobile-browse .af-oldsite-shelves__list {
    width: 100% !important;
    border: 0 !important;
    background: transparent !important;
  }

  .af-mobile-browse .af-oldsite-shelves__item {
    min-height: 3.8rem !important;
    padding: 0.9rem 1rem !important;
    background: transparent !important;
    color: #ffffff !important;
    border-bottom: 0 !important;
    font-size: 1.14rem !important;
    font-weight: 750;
    line-height: 1.28;
  }

  .af-mobile-browse .af-oldsite-shelves__item > a,
  .af-mobile-browse .af-oldsite-shelves__item span {
    color: #ffffff !important;
  }

  .af-mobile-browse .af-oldsite-shelves__plus {
    color: #ffffff !important;
    width: 2.7rem;
    height: 2.7rem;
    font-size: 1.5rem !important;
  }

  .af-mobile-browse .af-oldsite-shelves__item:hover,
  .af-mobile-browse .af-oldsite-shelves__item.is-open {
    background: rgba(255,255,255,0.08) !important;
  }

  .af-mobile-browse .af-oldsite-shelves__item.is-open .af-oldsite-shelves__submenu {
    width: 100% !important;
    margin: 0.55rem 0 0 !important;
    padding: 0.4rem 0 0.35rem 1.1rem !important;
    background: rgba(255,255,255,0.08) !important;
    border-top: 0.1rem solid rgba(255,255,255,0.18) !important;
  }

  .af-mobile-browse .af-oldsite-shelves__submenu a {
    color: #ffffff !important;
    border-bottom: 0 !important;
    font-size: 1.08rem !important;
    padding: 0.72rem 1rem !important;
  }

  /* Mobile category icons */
  .multicolumn .slider.slider--tablet,
  .collection-list.slider.slider--tablet {
    gap: 1.2rem !important;
    scroll-padding-left: 1.4rem !important;
  }

  .multicolumn .multicolumn-card,
  .collection-list .card-wrapper {
    border-radius: 1.6rem !important;
  }

  .multicolumn-card__image-wrapper,
  .collection-list .card__inner {
    max-width: 13.8rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .multicolumn-card__info h3,
  .collection-list .card__heading {
    font-size: 1.45rem !important;
    line-height: 1.05 !important;
  }

  /* Mobile product cards */
  .product-grid .grid__item,
  .slider.slider--tablet .grid__item,
  .collection .grid__item {
    scroll-snap-align: start;
  }

  .card-wrapper,
  .product-card-wrapper,
  .custom-product-card {
    height: 100% !important;
  }

  .custom-product-card,
  .product-card-wrapper .card,
  .card-wrapper .card {
    border-radius: 2rem !important;
    padding: 1.2rem !important;
  }

  .custom-product-card .card__media,
  .product-card-wrapper .card__media,
  .card-wrapper .card__media {
    margin-bottom: 0.7rem !important;
  }

  .custom-product-card__vendor,
  .card-wrapper .custom-product-card__vendor,
  .product-card-wrapper .custom-product-card__vendor,
  .card-information .custom-product-card__vendor {
    font-size: 1.08rem !important;
    line-height: 1.18 !important;
    padding: 0.34rem 0.62rem !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    letter-spacing: 0.06em !important;
  }

  .custom-product-card__title,
  .card__heading.custom-product-card__title,
  .product-card-wrapper .card__heading,
  .card-wrapper .card__heading {
    font-size: 1.28rem !important;
    line-height: 1.22 !important;
    min-height: 4.4rem;
  }

  .custom-product-card .price,
  .custom-product-card__price,
  .card-information .price {
    font-size: 1.28rem !important;
    line-height: 1.25 !important;
  }

  .quantity,
  quantity-input.quantity {
    min-height: 4rem !important;
    width: 100% !important;
    max-width: 13.5rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .quick-add__submit,
  .product-form__submit,
  .custom-product-card .button {
    min-height: 4.4rem !important;
    width: 100% !important;
    border-radius: 1.2rem !important;
    font-size: 1.08rem !important;
    letter-spacing: 0.04em !important;
  }

  .slider-buttons .slider-button {
    width: 4.2rem !important;
    height: 4.2rem !important;
  }

  /* Footer mobile accordion */
  .footer {
    border-radius: 0 !important;
  }

  .footer .footer__content-top {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }

  .footer .footer-block--menu .footer-block__heading {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 1.35rem 0 !important;
    border-bottom: 0.1rem solid rgba(255,255,255,0.16);
    color: #ff9f1c !important;
    font-size: 1.65rem !important;
    letter-spacing: 0.12em !important;
  }

  .footer .footer-block--menu .footer-block__heading::after {
    content: '+';
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
  }

  .footer .footer-block--menu.is-open .footer-block__heading::after {
    content: '−';
  }

  .footer .footer-block--menu .footer-block__details-content {
    display: none !important;
    padding: 0.6rem 0 1.2rem !important;
  }

  .footer .footer-block--menu.is-open .footer-block__details-content {
    display: block !important;
  }

  .footer .footer-block__details-content a {
    padding: 0.7rem 0 !important;
    font-size: 1.35rem !important;
  }

  .footer .footer-block:not(.footer-block--menu) .footer-block__heading {
    font-size: 1.65rem !important;
  }
}

/* =========================================================
   Mobile Browse Our Shelves accordion fixes
   Safe patch: keeps the original brown mobile accordion.
   ========================================================= */
@media screen and (max-width: 989px) {
  .af-mobile-browse {
    display: block !important;
    width: 100%;
    background: #4a2f1f;
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(0,0,0,.22);
    z-index: 3;
  }

  .af-mobile-browse__details {
    width: 100%;
  }

  .af-mobile-browse__summary {
    min-height: 50px;
    padding: 0 18px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: #4a2f1f !important;
    color: #fff7e8 !important;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
  }

  .af-mobile-browse__summary::-webkit-details-marker {
    display: none;
  }

  .af-mobile-browse__summary:hover,
  .af-mobile-browse__summary:focus,
  .af-mobile-browse__summary:focus-visible {
    background: #5a3926 !important;
    color: #ffe6a3 !important;
    outline: none;
  }

  .af-mobile-browse__hamburger {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.1);
    color: #ffe6a3 !important;
    font-size: 1.8rem;
    line-height: 1;
  }

  .af-mobile-browse__panel {
    background: #3f281c !important;
    padding: 8px 0 12px;
  }

  .af-mobile-browse .af-oldsite-shelves,
  .af-mobile-browse .af-oldsite-shelves__list {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent !important;
  }

  .af-mobile-browse .af-oldsite-shelves__item {
    position: relative;
    min-height: 47px;
    margin: 0 10px 7px;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #5a3926 !important;
    border: 1px solid rgba(255,230,163,.18);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(255,255,255,.06) inset;
  }

  .af-mobile-browse .af-oldsite-shelves__item > a,
  .af-mobile-browse .af-oldsite-shelves__item.af-oldsite-shelves__item:not(.af-oldsite-shelves__item--has-children),
  .af-mobile-browse .af-oldsite-shelves__item > span {
    color: #fff7e8 !important;
    text-decoration: none !important;
  }

  .af-mobile-browse a.af-oldsite-shelves__item,
  .af-mobile-browse .af-oldsite-shelves__item > a {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 47px;
    padding: 13px 52px 13px 14px;
    display: flex;
    align-items: center;
    color: #fff7e8 !important;
    background: transparent !important;
    line-height: 1.25;
  }

  .af-mobile-browse .af-oldsite-shelves__item span {
    color: inherit !important;
  }

  .af-mobile-browse .af-oldsite-shelves__item:hover,
  .af-mobile-browse .af-oldsite-shelves__item:focus-within,
  .af-mobile-browse .af-oldsite-shelves__item.is-open {
    background: #6b442d !important;
    color: #ffe6a3 !important;
  }

  .af-mobile-browse .af-oldsite-shelves__item:hover > a,
  .af-mobile-browse .af-oldsite-shelves__item:focus-within > a,
  .af-mobile-browse .af-oldsite-shelves__item.is-open > a,
  .af-mobile-browse a.af-oldsite-shelves__item:hover,
  .af-mobile-browse a.af-oldsite-shelves__item:focus {
    background: transparent !important;
    color: #ffe6a3 !important;
  }

  .af-mobile-browse .af-oldsite-shelves__plus {
    position: absolute;
    right: 9px;
    top: 7px;
    width: 33px;
    height: 33px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255,230,163,.42);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08) !important;
    color: #ffe6a3 !important;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
  }

  .af-mobile-browse .af-oldsite-shelves__plus:hover,
  .af-mobile-browse .af-oldsite-shelves__plus:focus-visible {
    background: #ffe6a3 !important;
    color: #3f281c !important;
    outline: none;
  }

  .af-mobile-browse .af-oldsite-shelves__submenu {
    display: none !important;
    width: 100%;
    margin: 0;
    padding: 5px 0 8px;
    background: #342117 !important;
    border-top: 1px solid rgba(255,230,163,.16);
  }

  .af-mobile-browse .af-oldsite-shelves__item.is-open {
    flex-wrap: wrap;
  }

  .af-mobile-browse .af-oldsite-shelves__item.is-open .af-oldsite-shelves__submenu {
    display: block !important;
  }

  .af-mobile-browse .af-oldsite-shelves__submenu a {
    display: block;
    padding: 11px 16px 11px 26px;
    color: #fff7e8 !important;
    background: transparent !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255,255,255,.07);
    font-size: 1.28rem;
    line-height: 1.3;
  }

  .af-mobile-browse .af-oldsite-shelves__submenu a:hover,
  .af-mobile-browse .af-oldsite-shelves__submenu a:focus {
    color: #ffe6a3 !important;
    background: rgba(255,230,163,.08) !important;
  }
}

@media screen and (min-width: 990px) {
  .af-mobile-browse {
    display: none !important;
  }
}

/* ==========================================================
   Browse menu layout fixes
   ========================================================== */

@media screen and (min-width: 990px) {
  .af-priority-menu__dropdown--oldsite {
    width: min(40rem, calc(100vw - 4rem)) !important;
    min-width: min(40rem, calc(100vw - 4rem)) !important;
    max-height: min(74vh, 64rem) !important;
    padding: 0.7rem !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(18, 61, 42, 0.14) !important;
    box-shadow: 0 1.4rem 3rem rgba(18, 61, 42, 0.16) !important;
  }

  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves,
  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__list {
    width: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
    background: transparent !important;
  }

  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
    border-bottom: 1px solid rgba(18, 61, 42, 0.10) !important;
    background: #ffffff !important;
    color: #26352d !important;
    overflow: visible !important;
  }

  .af-priority-menu__dropdown--oldsite a.af-oldsite-shelves__item,
  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item > a {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding: 1.15rem 4.8rem 1.15rem 1.25rem !important;
    display: flex !important;
    align-items: center !important;
    color: #26352d !important;
    text-decoration: none !important;
    font-size: 1.28rem !important;
    font-weight: 500 !important;
    line-height: 1.28 !important;
    background: transparent !important;
  }

  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item span {
    color: inherit !important;
  }

  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item:hover,
  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item:focus-within,
  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item.is-open {
    background: #f8f4e8 !important;
    color: #123d2a !important;
  }

  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item:hover > a,
  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item:focus-within > a,
  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item.is-open > a,
  .af-priority-menu__dropdown--oldsite a.af-oldsite-shelves__item:hover,
  .af-priority-menu__dropdown--oldsite a.af-oldsite-shelves__item:focus {
    color: #123d2a !important;
    background: transparent !important;
  }

  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__plus {
    position: absolute !important;
    right: 1rem !important;
    top: 0.72rem !important;
    transform: none !important;
    width: 3rem !important;
    height: 3rem !important;
    border: 1px solid rgba(18, 61, 42, 0.18) !important;
    background: #ffffff !important;
    color: #123d2a !important;
    font-size: 1.65rem !important;
    line-height: 1 !important;
    border-radius: 999px !important;
  }

  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__plus:hover,
  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__plus:focus-visible {
    background: #ead16a !important;
    color: #123d2a !important;
    outline: none !important;
  }

  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__submenu,
  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item--has-children:hover .af-oldsite-shelves__submenu,
  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item--has-children:focus-within .af-oldsite-shelves__submenu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0.35rem 0 0.55rem !important;
    border: 0 !important;
    border-top: 1px solid rgba(18, 61, 42, 0.10) !important;
    background: #fbfaf4 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item.is-open .af-oldsite-shelves__submenu,
  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item--has-children.is-open:hover .af-oldsite-shelves__submenu,
  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__item--has-children.is-open:focus-within .af-oldsite-shelves__submenu {
    display: block !important;
  }

  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__submenu a {
    display: block !important;
    width: 100% !important;
    padding: 0.85rem 1.2rem 0.85rem 2.25rem !important;
    color: #2f3d34 !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(18, 61, 42, 0.08) !important;
    font-size: 1.18rem !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
  }

  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__submenu a:hover,
  .af-priority-menu__dropdown--oldsite .af-oldsite-shelves__submenu a:focus {
    background: #f0e3bd !important;
    color: #123d2a !important;
  }
}

@media screen and (max-width: 989px) {
  .af-mobile-browse {
    background: #4a2f1f !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 2px solid #d4af37 !important;
    overflow: hidden !important;
  }

  .af-mobile-browse__summary {
    min-height: 4.8rem !important;
    padding: 0 1.6rem !important;
    justify-content: space-between !important;
    font-size: 1.25rem !important;
    letter-spacing: 0.045em !important;
  }

  .af-mobile-browse__hamburger {
    width: 3.2rem !important;
    height: 3.2rem !important;
    font-size: 1.55rem !important;
  }

  .af-mobile-browse__panel {
    max-height: calc(100vh - 14rem) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 0.45rem 0 0.75rem !important;
    background: #3f281c !important;
    overscroll-behavior: contain !important;
  }

  .af-mobile-browse .af-oldsite-shelves,
  .af-mobile-browse .af-oldsite-shelves__list {
    width: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
  }

  .af-mobile-browse .af-oldsite-shelves__item {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 230, 163, 0.13) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .af-mobile-browse a.af-oldsite-shelves__item,
  .af-mobile-browse .af-oldsite-shelves__item > a {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 4.35rem !important;
    padding: 1.1rem 4.8rem 1.1rem 1.6rem !important;
    display: flex !important;
    align-items: center !important;
    color: #fff7e8 !important;
    background: transparent !important;
    font-size: 1.22rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .af-mobile-browse .af-oldsite-shelves__item:hover,
  .af-mobile-browse .af-oldsite-shelves__item:focus-within,
  .af-mobile-browse .af-oldsite-shelves__item.is-open {
    background: rgba(255, 230, 163, 0.08) !important;
  }

  .af-mobile-browse .af-oldsite-shelves__item:hover > a,
  .af-mobile-browse .af-oldsite-shelves__item:focus-within > a,
  .af-mobile-browse .af-oldsite-shelves__item.is-open > a,
  .af-mobile-browse a.af-oldsite-shelves__item:hover,
  .af-mobile-browse a.af-oldsite-shelves__item:focus {
    color: #ffe6a3 !important;
    background: transparent !important;
  }

  .af-mobile-browse .af-oldsite-shelves__plus {
    position: absolute !important;
    right: 1.2rem !important;
    top: 0.78rem !important;
    transform: none !important;
    width: 2.8rem !important;
    height: 2.8rem !important;
    border: 1px solid rgba(255, 230, 163, 0.36) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffe6a3 !important;
    font-size: 1.65rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  .af-mobile-browse .af-oldsite-shelves__plus:hover,
  .af-mobile-browse .af-oldsite-shelves__plus:focus-visible {
    background: #ffe6a3 !important;
    color: #3f281c !important;
    outline: none !important;
  }

  .af-mobile-browse .af-oldsite-shelves__submenu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0.2rem 0 0.35rem !important;
    background: rgba(0, 0, 0, 0.16) !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 230, 163, 0.12) !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .af-mobile-browse .af-oldsite-shelves__item.is-open .af-oldsite-shelves__submenu {
    display: block !important;
  }

  .af-mobile-browse .af-oldsite-shelves__submenu a {
    display: block !important;
    width: 100% !important;
    padding: 0.95rem 1.4rem 0.95rem 2.8rem !important;
    color: #fff7e8 !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    font-size: 1.16rem !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
  }

  .af-mobile-browse .af-oldsite-shelves__submenu a:hover,
  .af-mobile-browse .af-oldsite-shelves__submenu a:focus {
    background: rgba(255, 230, 163, 0.08) !important;
    color: #ffe6a3 !important;
  }
}

/* ==========================================================
   Affiliated stores menu list
   ========================================================== */
.af-store-switcher__panel {
  max-height: min(72vh, 44rem);
  overflow-y: auto;
}

.af-store-switcher__link .af-store-switcher__logo-image {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: cover;
  border-radius: 0.72rem;
  background: #ffffff;
  box-shadow: 0 0 0 0.1rem rgba(18, 61, 42, 0.08);
}

.af-store-switcher__summary .af-store-switcher__current {
  max-width: 13.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==========================================================
   Mobile drawer, banners, and cards
   ========================================================== */
@media screen and (max-width: 749px) {
  /* Mobile drawer layout */
  .menu-drawer {
    width: min(92vw, 40rem) !important;
    max-width: 40rem !important;
    background: #fffaf0 !important;
    border-right: 1px solid rgba(50, 70, 42, 0.14) !important;
    box-shadow: 1.2rem 0 3rem rgba(20, 35, 24, 0.2) !important;
  }

  .menu-drawer__inner-container,
  .menu-drawer__navigation-container {
    background: linear-gradient(180deg, #fffaf0 0%, #f7efe0 100%) !important;
  }

  .menu-drawer__navigation {
    padding: 1.4rem 1.2rem 1.8rem !important;
  }

  .menu-drawer__menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.55rem !important;
  }

  .js .menu-drawer__menu li {
    margin-bottom: 0 !important;
  }

  .menu-drawer__menu-item {
    min-height: 4.8rem !important;
    padding: 1.35rem 4.8rem 1.35rem 1.55rem !important;
    border: 1px solid rgba(50, 70, 42, 0.11) !important;
    border-radius: 1.35rem !important;
    background: rgba(255, 255, 255, 0.72) !important;
    color: #26352d !important;
    font-size: 1.42rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.015em !important;
    line-height: 1.2 !important;
    box-shadow: 0 0.55rem 1.4rem rgba(20, 35, 24, 0.055) !important;
  }

  .menu-drawer__menu-item:hover,
  .menu-drawer__menu-item:focus,
  .menu-drawer__menu-item--active,
  .menu-drawer details[open] > summary.menu-drawer__menu-item {
    background: #173c2a !important;
    border-color: #173c2a !important;
    color: #fff7e8 !important;
    text-decoration: none !important;
  }

  .menu-drawer__menu-item > .svg-wrapper {
    display: none !important;
  }

  .menu-drawer details > summary.menu-drawer__menu-item::after {
    content: '+';
    position: absolute;
    right: 1.4rem;
    top: 50%;
    width: 2.6rem;
    height: 2.6rem;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    border: 1px solid rgba(23, 60, 42, 0.22);
    border-radius: 999px;
    background: #fffaf0;
    color: #173c2a;
    font-size: 1.85rem;
    font-weight: 600;
    line-height: 1;
  }

  .menu-drawer details[open] > summary.menu-drawer__menu-item::after {
    content: '−';
    border-color: rgba(255, 247, 232, 0.5);
    background: rgba(255, 247, 232, 0.13);
    color: #ffe6a3;
  }

  .js .menu-drawer__submenu,
  .js .menu-drawer__submenu .menu-drawer__submenu {
    position: static !important;
    inset: auto !important;
    display: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0.45rem 0 0.25rem !important;
    padding: 0.5rem 0.55rem 0.65rem !important;
    transform: none !important;
    visibility: visible !important;
    overflow: visible !important;
    background: rgba(23, 60, 42, 0.055) !important;
    border: 1px solid rgba(23, 60, 42, 0.08) !important;
    border-radius: 1.35rem !important;
    box-shadow: none !important;
  }

  .menu-drawer details[open] > .menu-drawer__submenu {
    display: block !important;
  }

  .menu-drawer__inner-submenu {
    height: auto !important;
    overflow: visible !important;
  }

  .menu-drawer__close-button {
    display: none !important;
  }

  .menu-drawer__submenu .menu-drawer__menu {
    gap: 0.35rem !important;
  }

  .menu-drawer__submenu .menu-drawer__menu-item {
    min-height: 4.1rem !important;
    padding: 1.05rem 4.2rem 1.05rem 1.25rem !important;
    border-radius: 1rem !important;
    background: rgba(255, 255, 255, 0.62) !important;
    box-shadow: none !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
  }

  .menu-drawer__submenu .menu-drawer__submenu .menu-drawer__menu-item {
    padding-left: 2rem !important;
    font-size: 1.23rem !important;
    font-weight: 500 !important;
  }

  .menu-drawer__utility-links {
    margin: 0 1.2rem 1.4rem !important;
    padding: 1.4rem !important;
    border-radius: 1.55rem !important;
    background: #173c2a !important;
    color: #fff7e8 !important;
  }

  .mobile-contact-info {
    display: grid !important;
    gap: 0.55rem !important;
    margin-bottom: 0.9rem !important;
  }

  .mobile-contact-info a,
  .menu-drawer__utility-links a,
  .menu-drawer__utility-links .list-social__link {
    color: #fff7e8 !important;
    text-decoration: none !important;
  }

  .menu-drawer .list-social {
    justify-content: flex-start !important;
    margin-left: -0.8rem !important;
  }
}

  /* Minimal mobile product cards */
  .collection .product-grid:not(.slider) {
    row-gap: 1.35rem !important;
    column-gap: 0.9rem !important;
  }

  .custom-product-card,
  .product-card-wrapper .card,
  .card-wrapper .card {
    padding: 0 !important;
    border: 1px solid rgba(33, 55, 39, 0.08) !important;
    border-radius: 1.45rem !important;
    background: #ffffff !important;
    box-shadow: 0 0.45rem 1.2rem rgba(21, 38, 28, 0.055) !important;
    overflow: hidden !important;
  }

  .custom-product-card:hover,
  .product-card-wrapper .card:hover {
    transform: none !important;
    box-shadow: 0 0.65rem 1.55rem rgba(21, 38, 28, 0.08) !important;
  }

  .custom-product-card .card__inner,
  .custom-product-card__inner,
  .product-card-wrapper .card__inner {
    border: 0 !important;
    border-radius: 1.45rem 1.45rem 0 0 !important;
    background: #fbfaf4 !important;
  }

  .custom-product-card .media,
  .custom-product-card .card__media,
  .product-card-wrapper .card__media {
    border-radius: 1.45rem 1.45rem 0 0 !important;
    background: #fbfaf4 !important;
  }

  .custom-product-card .media > img,
  .custom-product-card img.motion-reduce {
    object-fit: contain !important;
    padding: 0.65rem !important;
  }

  .custom-product-card .card__content {
    padding: 0 !important;
  }

  .custom-product-card .card__information {
    padding: 0.9rem 0.9rem 0.75rem !important;
  }

  .custom-product-card__vendor,
  .card-wrapper .custom-product-card__vendor,
  .product-card-wrapper .custom-product-card__vendor,
  .card-information .custom-product-card__vendor {
    display: none !important;
  }

  .custom-product-card__title,
  .card__heading.custom-product-card__title,
  .product-card-wrapper .card__heading,
  .card-wrapper .card__heading {
    min-height: 3.1em !important;
    margin: 0 0 0.45rem !important;
    font-size: 1.18rem !important;
    line-height: 1.28 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    color: #24352b !important;
    -webkit-line-clamp: 2 !important;
  }

  .custom-product-card__purchase-meta {
    min-height: 0 !important;
    margin-bottom: 0 !important;
    gap: 0.45rem !important;
    align-items: flex-start !important;
  }

  .custom-product-card .price,
  .custom-product-card__price,
  .card-information .price {
    min-height: 0 !important;
    margin: 0 !important;
    font-size: 1.22rem !important;
    line-height: 1.2 !important;
    font-weight: 750 !important;
    color: #173c2a !important;
  }

  .card-information .price--on-sale .price__regular .price-item--regular {
    font-size: 0.95rem !important;
    opacity: 0.65 !important;
  }

  .card-information .price--on-sale .price__sale .price-item--sale,
  .card-information .price:not(.price--on-sale) .price__regular .price-item--regular {
    font-size: 1.24rem !important;
    line-height: 1.15 !important;
  }

  .custom-card-badges {
    top: 0.65rem !important;
    left: 0.65rem !important;
    gap: 0.35rem !important;
  }

  .custom-badge,
  .collection .badge {
    padding: 0.35rem 0.65rem !important;
    border-radius: 999px !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.045em !important;
    box-shadow: none !important;
  }

  .custom-card-quantity,
  .custom-card-quantity--inline {
    display: none !important;
  }

  .custom-product-card__quick-add {
    margin: 0 0.85rem 0.9rem !important;
  }

  .quick-add__submit,
  .custom-product-card__quick-add .button,
  .custom-product-card .quick-add__submit {
    min-height: 3.85rem !important;
    padding: 0.75rem 0.9rem !important;
    border-radius: 999px !important;
    font-size: 1.08rem !important;
    font-weight: 750 !important;
    letter-spacing: 0.035em !important;
  }
}

/* Mobile footer menu plus/minus accordion indicators */
@media screen and (max-width: 989px) {
  .footer .footer-block--menu .footer-block__heading {
    position: relative !important;
    min-height: 4.8rem !important;
    margin: 0 !important;
    padding: 1.35rem 4.4rem 1.35rem 0 !important;
    border-bottom: 1px solid rgba(255, 230, 163, 0.16) !important;
    cursor: pointer !important;
  }

  .footer .footer-block--menu .footer-block__heading::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    width: 2.7rem;
    height: 2.7rem;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 230, 163, 0.36);
    border-radius: 999px;
    color: #ffe6a3;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
  }

  .footer .footer-block--menu.is-open .footer-block__heading::after {
    content: '−';
    background: rgba(255, 230, 163, 0.12);
  }

  .footer .footer-block--menu .footer-block__details-content {
    display: none !important;
    margin: 0 !important;
    padding: 0.75rem 0 1rem !important;
  }

  .footer .footer-block--menu.is-open .footer-block__details-content {
    display: block !important;
  }
}


/* ==========================================================
   Mobile store switcher and drawer
   ========================================================== */
@media screen and (max-width: 989px) {
  /* Keep the affiliated-store switcher visible and centered on mobile. */
  .custom-utility-bar {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
    row-gap: 0.65rem !important;
  }

  .custom-utility-bar .announcement-bar {
    justify-self: center !important;
    width: 100% !important;
  }

  .af-store-switcher {
    justify-self: center !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .af-store-switcher__details {
    width: auto !important;
  }

  .af-store-switcher__summary {
    min-height: 3.7rem !important;
    padding: 0.55rem 1.2rem !important;
    gap: 0.7rem !important;
    border-color: rgba(212, 175, 55, 0.58) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    font-size: 1.18rem !important;
    letter-spacing: 0.01em !important;
  }

  .af-store-switcher__summary .af-store-switcher__current {
    display: inline-block !important;
    max-width: 16rem !important;
  }

  .af-store-switcher__summary .af-store-switcher__flag-image {
    width: 2.6rem !important;
    height: auto !important;
    flex: 0 0 auto !important;
  }

  .af-store-switcher__chevron {
    color: #d4af37 !important;
  }

  .af-store-switcher__panel {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(32rem, calc(100vw - 2.4rem)) !important;
    text-align: left !important;
  }

  .af-store-switcher__panel::before {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) rotate(45deg) !important;
  }

  .af-store-switcher__link .af-store-switcher__logo-image,
  .af-store-switcher__link .af-store-switcher__flag-image {
    flex: 0 0 auto !important;
  }

  .af-store-switcher__link .af-store-switcher__logo-image {
    width: 3.6rem !important;
    height: 3.6rem !important;
    object-fit: contain !important;
    padding: 0.25rem !important;
    border-radius: 1rem !important;
  }

  /* Hide the extra Browse Our Shelves mobile bar if any old render remains cached. */
  .af-mobile-browse {
    display: none !important;
  }

  /* Simple drawer colour reset: black text, warm gold/green accents only. */
  .menu-drawer,
  .menu-drawer__inner-container,
  .menu-drawer__navigation-container {
    background: #fffaf0 !important;
    color: #111111 !important;
  }

  .menu-drawer__menu-item,
  .menu-drawer__submenu .menu-drawer__menu-item,
  .menu-drawer__menu-item--active,
  .menu-drawer details[open] > summary.menu-drawer__menu-item,
  .menu-drawer__account,
  .mobile-contact-info a,
  .menu-drawer__utility-links a,
  .menu-drawer__utility-links .list-social__link {
    color: #111111 !important;
  }

  .menu-drawer__menu-item,
  .menu-drawer__submenu .menu-drawer__menu-item {
    background: #ffffff !important;
    border-color: rgba(17, 17, 17, 0.1) !important;
  }

  .menu-drawer__menu-item:hover,
  .menu-drawer__menu-item:focus,
  .menu-drawer__menu-item--active,
  .menu-drawer details[open] > summary.menu-drawer__menu-item {
    background: #f7f2df !important;
    border-color: rgba(212, 175, 55, 0.48) !important;
    color: #111111 !important;
  }

  .menu-drawer details > summary.menu-drawer__menu-item::after {
    border-color: rgba(138, 109, 36, 0.4) !important;
    background: #fff7e8 !important;
    color: #8a6d24 !important;
  }

  .menu-drawer details[open] > summary.menu-drawer__menu-item::after {
    border-color: rgba(18, 61, 42, 0.34) !important;
    background: #123d2a !important;
    color: #d4af37 !important;
  }

  .menu-drawer__utility-links {
    background: #ffffff !important;
    border: 1px solid rgba(17, 17, 17, 0.1) !important;
    color: #111111 !important;
  }

  .menu-drawer .list-social__link .svg-wrapper,
  .menu-drawer .list-social__link svg,
  .menu-drawer__account .svg-wrapper,
  .menu-drawer__account svg {
    color: #8a6d24 !important;
    fill: #8a6d24 !important;
  }
}


/* ==========================================================
   Homepage mobile browse bar and drawer
   and compact footer accordions
   ========================================================== */
@media screen and (max-width: 989px) {
  /* Homepage Browse Our Shelves bar */
  .af-mobile-browse {
    display: block !important;
  }

  /* Use Dawn's drawer submenu behaviour. */
  .menu-drawer {
    width: 100% !important;
    max-width: 40rem !important;
    background: rgb(var(--color-background)) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .menu-drawer__inner-container,
  .menu-drawer__navigation-container {
    background: rgb(var(--color-background)) !important;
  }

  .menu-drawer__navigation {
    padding: 3rem 0 !important;
  }

  .menu-drawer__menu {
    display: block !important;
  }

  .js .menu-drawer__menu li {
    margin-bottom: 0.2rem !important;
  }

  .menu-drawer__menu-item,
  .menu-drawer__submenu .menu-drawer__menu-item {
    min-height: unset !important;
    padding: 1.1rem 3rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #111111 !important;
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: calc(1 + 0.3 / var(--font-body-scale)) !important;
  }

  .menu-drawer summary.menu-drawer__menu-item {
    padding-right: 5.2rem !important;
  }

  .menu-drawer__menu-item:hover,
  .menu-drawer__menu-item:focus,
  .menu-drawer__menu-item--active,
  .menu-drawer details[open] > summary.menu-drawer__menu-item {
    background: rgba(18, 61, 42, 0.06) !important;
    color: #111111 !important;
    text-decoration: none !important;
  }

  .menu-drawer details > summary.menu-drawer__menu-item::after,
  .menu-drawer details[open] > summary.menu-drawer__menu-item::after {
    content: none !important;
    display: none !important;
  }

  .menu-drawer__menu-item > .svg-wrapper {
    display: block !important;
    width: 15px !important;
    position: absolute !important;
    right: 3rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #9a751f !important;
  }

  .js .menu-drawer__menu-item .icon-caret {
    display: none !important;
  }

  .js .menu-drawer__submenu,
  .js .menu-drawer__submenu .menu-drawer__submenu {
    position: absolute !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(100%) !important;
    visibility: hidden !important;
    overflow-y: auto !important;
    background: rgb(var(--color-background)) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 1 !important;
  }

  details[open].menu-opening > .menu-drawer__submenu,
  .js details[open].menu-opening > .menu-drawer__submenu {
    transform: translateX(0) !important;
    visibility: visible !important;
  }

  .menu-drawer__inner-submenu {
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .menu-drawer__close-button {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 1.5rem !important;
    padding: 1.2rem 2.6rem 1.2rem 3rem !important;
    border: 0 !important;
    background: transparent !important;
    color: #111111 !important;
    font-size: 1.4rem !important;
    text-align: left !important;
  }

  .menu-drawer__close-button .svg-wrapper {
    display: inline-flex !important;
    width: 15px !important;
    margin-right: 1rem !important;
    transform: rotate(180deg) !important;
    color: #9a751f !important;
  }

  .menu-drawer__utility-links {
    margin: 0 !important;
    padding: 2rem 3rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(18, 61, 42, 0.04) !important;
    color: #111111 !important;
  }

  .mobile-contact-info a,
  .menu-drawer__utility-links a,
  .menu-drawer__utility-links .list-social__link {
    color: #111111 !important;
  }

  .menu-drawer .list-social__link .svg-wrapper,
  .menu-drawer .list-social__link svg,
  .menu-drawer__account .svg-wrapper,
  .menu-drawer__account svg {
    color: #9a751f !important;
    fill: #9a751f !important;
  }

  /* Footer accordion: keep menus closed and compact, with clear plus/minus controls. */
  .footer .footer-block--menu .footer-block__heading {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 4.4rem !important;
    margin: 0 !important;
    padding: 1.15rem 4rem 1.15rem 0 !important;
    cursor: pointer !important;
  }

  .footer .footer-block--menu .footer-block__heading::after {
    content: '+' !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    transform: translateY(-50%) !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid rgba(255, 230, 163, 0.36) !important;
    border-radius: 999px !important;
    color: #ffe6a3 !important;
    font-size: 1.7rem !important;
    line-height: 1 !important;
  }

  .footer .footer-block--menu.is-open .footer-block__heading::after {
    content: '−' !important;
    background: rgba(255, 230, 163, 0.12) !important;
  }

  .footer .footer-block--menu .footer-block__details-content {
    display: none !important;
    margin: 0 !important;
    padding: 0.45rem 0 0.9rem !important;
  }

  .footer .footer-block--menu.is-open .footer-block__details-content {
    display: block !important;
  }

  .footer .footer-block__details-content a {
    padding: 0.55rem 0 !important;
  }
}

/* Make uploaded multicolumn images bigger on mobile */
@media screen and (max-width: 749px) {
  .custom-multicolumn .multicolumn-card__image-wrapper {
    width: 11.5rem !important;
    max-width: 15rem !important;
    height: 15.5rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  .custom-multicolumn .multicolumn-card__image-wrapper .media {
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .custom-multicolumn .multicolumn-card__image {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transform: scale(1.18) !important;
    transform-origin: center center !important;
  }
}

/* Fix desktop search bar overlapping menu text */
@media screen and (min-width: 990px) {
  .search-modal {
    z-index: 20 !important;
  }

  .search-modal__content {
    position: relative !important;
    z-index: 21 !important;
    background: #ffffff !important;
  }

  .search-modal__form {
    position: relative !important;
    z-index: 22 !important;
    background: #ffffff !important;
  }

  .search__input.field__input {
    background: #ffffff !important;
    color: #123c2f !important;
    border-radius: 999px !important;
  }

  .header__inline-menu {
    z-index: 1 !important;
  }
}

/* Controls banner height for all homepage banners */
.banner {
  overflow: hidden !important;
  position: relative !important;
}

/* Makes the banner image fill the fixed banner area */
.banner__media,
.banner__media img {
  height: 100% !important;
  width: 100% !important;
}

/* Keeps the content/button layer over the image */
.banner__content {
  position: absolute !important;
  inset: 0 !important;
  padding: 0 !important;
  z-index: 3 !important;
}

/* Desktop banner buttons - slightly bigger */
@media screen and (min-width: 750px) {
  .banner__buttons .button {
    min-width: 18rem !important;
    min-height: 6rem !important;
    padding: 1.5rem 4rem !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
  }
}

/* Desktop banner buttons - slightly bigger */
@media screen and (min-width: 500px) {
  .banner__buttons .button {
    min-width: 10rem !important;
    min-height: 3rem !important;
    padding: 1.5rem 4rem !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
  }
}

/*Slideshow image as link*/

.slideshow__full-link {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  z-index: 4 !important;
  cursor: pointer;
}

