/** Shopify CDN: Minification failed

Line 11265:1 Expected "}" to go with "{"

**/
: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);
    /* Snack-A-Wheel global brand palette */
  --snack-orange: #ff7a00;
  --snack-orange-dark: #e85f00;
  --snack-orange-deep: #c94b00;
  --snack-orange-soft: #fff2e8;

  --snack-cream: #fffaf5;
  --snack-card: #ffffff;
  --snack-card-soft: #fff7f0;
  --snack-border: #ffd7b8;

  --snack-text: #7a2e00;
  --snack-text-strong: #5c2100;
  --snack-text-light: #a14a16;

  --snack-shadow-soft: 0 8px 24px rgba(255, 122, 0, 0.12);
  --snack-shadow-card: 0 10px 30px rgba(255, 122, 0, 0.14);
  --snack-shadow-button: 0 6px 0 rgba(201, 75, 0, 0.95);

  --snack-radius-xl: 28px;
  --snack-radius-lg: 22px;
  --snack-radius-md: 16px;
  --snack-radius-sm: 12px;
}

.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);
    background: var(--snack-cream);
  color: var(--snack-text);
}

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 (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 (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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





/* 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; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

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

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

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

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

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

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

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

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

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

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

  :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);
  }
}
/* =========================================
   SHRINE-INSPIRED PREMIUM OVERLAY
   Paste at very bottom of assets/base.css
   ========================================= */

:root {
  --page-width: 132rem;

  --shrine-bg: 255, 255, 255;
  --shrine-text: 17, 17, 17;
  --shrine-muted: 107, 114, 128;
  --shrine-border: 228, 228, 231;
  --shrine-soft: 245, 245, 245;
  --shrine-pill: 250, 250, 250;

  --shrine-radius-xs: 10px;
  --shrine-radius-sm: 14px;
  --shrine-radius-md: 18px;
  --shrine-radius-lg: 24px;

  --shrine-shadow-soft: 0 6px 24px rgba(0, 0, 0, 0.05);
  --shrine-shadow-card: 0 10px 30px rgba(0, 0, 0, 0.06);
  --shrine-shadow-button: 0 10px 20px rgba(0, 0, 0, 0.08);

  --shrine-section-mobile: 32px;
  --shrine-section-desktop: 56px;
}

/* Global feel */
html {
  scroll-behavior: smooth;
}

body,
.color-background-1,
.gradient {
  background: rgb(var(--shrine-bg));
  color: rgb(var(--shrine-text));
}

body,
p,
.text-body,
.rte,
.product__description,
.card__information,
.article-card__excerpt {
  letter-spacing: 0;
  line-height: 1.55;
  color: rgb(var(--shrine-text));
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: rgb(var(--shrine-text));
  font-weight: 700;
}

h1,
.h1 {
  font-size: clamp(3rem, 5vw, 4.8rem);
}

h2,
.h2 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
}

h3,
.h3 {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
}

.subtitle,
.caption,
.caption-large,
.price__regular,
.price__sale,
.tax-note,
.product__inventory,
.card-information__text + .price,
.card__information .price,
.rte small,
small {
  color: rgba(var(--shrine-muted), 1);
}

/* Width + spacing */
.page-width {
  max-width: var(--page-width);
}

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

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

/* Links */
.link,
.customer a,
.underlined-link,
.inline-richtext a,
.rte a {
  text-underline-offset: 0.22rem;
}

/* Header */
.header-wrapper {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header-wrapper--border-bottom {
  border-bottom: 1px solid rgba(var(--shrine-border), 1);
}

.header__heading-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header__menu-item {
  padding: 1.2rem 1.4rem;
  font-size: 1.45rem;
  font-weight: 500;
  color: rgb(var(--shrine-text));
}

.header__menu-item:hover,
.header__active-menu-item {
  color: rgb(var(--shrine-text));
}

/* Announcement bar */
.utility-bar--bottom-border,
.utility-bar--bottom-border-social-only {
  border-bottom: 1px solid rgba(var(--shrine-border), 1);
}

.announcement-bar__message {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  min-height: 4rem;
}

/* Buttons */
.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button__button {
  border-radius: 999px !important;
  min-height: 5.4rem;
  padding: 0 2.2rem;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  border-radius: 999px !important;
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  border-radius: 999px !important;
}

.button:hover,
.shopify-challenge__button:hover,
.customer button:hover,
.shopify-payment-button__button:hover,
button.shopify-payment-button__button--unbranded:hover {
  transform: translateY(-1px);
  box-shadow: var(--shrine-shadow-button);
}

.button--secondary,
.button--tertiary {
  background: rgb(var(--shrine-bg));
}

/* Inputs / selects */
.field__input,
.select__select,
.customer .field input,
.customer select,
.quantity,
.quantity:after,
.share-button__fallback,
.share-button__fallback:after {
  border-radius: var(--shrine-radius-sm) !important;
}

.field__input,
.select__select,
.customer .field input,
.customer select {
  height: 5rem;
  font-size: 1.45rem;
}

.field__label,
.customer .field label {
  letter-spacing: 0.03em;
}

/* Product cards */
.card-wrapper .card,
.card--card,
.card--standard > .card__inner,
.product-card-wrapper .card,
.contains-card--product {
  border-radius: var(--shrine-radius-md) !important;
  overflow: hidden;
}

.card--standard > .card__inner,
.card--card {
  background: rgb(var(--shrine-bg));
  box-shadow: none;
}

.card__content {
  padding-top: 0.6rem;
}

.card__information {
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
}

.card-information__text,
.card__heading,
.card__heading a {
  color: rgb(var(--shrine-text));
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.card__heading a:hover {
  opacity: 0.8;
}

.card-information .price,
.card__information .price {
  margin-top: 0.4rem;
  font-weight: 600;
}

.product-grid .grid__item,
.collection .grid__item {
  transition: transform 0.18s ease;
}

@media (hover: hover) {
  .product-grid .grid__item:hover,
  .collection .grid__item:hover {
    transform: translateY(-2px);
  }
}

/* Product media */
.product__media-wrapper .media,
.product__media img,
.product-media-container,
.thumbnail,
.global-media-settings,
.global-media-settings img,
.global-media-settings video,
.media,
.media img {
  border-radius: var(--shrine-radius-md) !important;
}

.product__media-wrapper .media,
.product-media-container {
  overflow: hidden;
}

/* Product page buy area */
.product__info-wrapper {
  padding-left: 0;
}

.product__info-container > * + * {
  margin-top: 1.35rem;
}

.product__title h1 {
  margin-bottom: 0.4rem;
}

.price {
  font-weight: 700;
}

.price__sale,
.price-item--sale,
.price-item {
  font-size: 2.2rem;
  letter-spacing: -0.03em;
}

/* Variant pills */
.product-form__input input[type='radio'] + label {
  border-radius: 999px !important;
  padding: 1rem 1.5rem;
  min-width: auto;
  min-height: auto;
  border: 1px solid rgba(var(--shrine-border), 1);
  background: rgb(var(--shrine-pill));
  color: rgb(var(--shrine-text));
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0;
  transition: all 0.18s ease;
}

.product-form__input input[type='radio'] + label:hover {
  transform: translateY(-1px);
  border-color: rgb(var(--shrine-text));
}

.product-form__input input[type='radio']:checked + label {
  background: rgb(var(--shrine-text));
  color: #fff;
  border-color: rgb(var(--shrine-text));
  box-shadow: none;
}

/* Quantity */
.quantity {
  min-height: 5rem;
  width: 14.5rem;
}

.quantity__button {
  width: 4.8rem;
}

.quantity__input {
  font-size: 1.5rem;
  font-weight: 600;
}

/* Accordions */
.product__accordion,
.accordion,
details {
  border-radius: var(--shrine-radius-sm);
}

.product__accordion {
  border: 1px solid rgba(var(--shrine-border), 1);
  margin-bottom: 1rem;
  overflow: hidden;
}

.product__accordion summary {
  padding: 1.8rem 2rem;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0;
}

.product__accordion .accordion__content,
.product__accordion .product__accordion-content {
  padding: 0 2rem 1.8rem;
}

summary .icon-caret {
  right: 2rem;
}

/* Badges */
.badge,
.card__badge span,
.price__badge-sale,
.price__badge-sold-out {
  border-radius: 999px !important;
  padding: 0.65rem 1.1rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* Content blocks */
.content-container,
.multicolumn-card,
.collapsible-content__grid-item,
.article-card,
.blog .article-card {
  border-radius: var(--shrine-radius-md);
}

/* Tables / bordered blocks */
.content-container,
.global-settings-popup,
.header__submenu.global-settings-popup,
.quantity:after,
.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  box-shadow: 0 0 0 1px rgba(var(--shrine-border), 1) !important;
}

/* Cart drawer */
cart-drawer .drawer__inner,
.drawer__inner {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  overflow: hidden;
}

.cart-count-bubble {
  height: 1.9rem;
  width: 1.9rem;
  font-size: 1rem;
  font-weight: 700;
}

/* Collection filters / menus / popups */
.header__submenu.list-menu,
.global-settings-popup {
  border-radius: var(--shrine-radius-md);
  border: 1px solid rgba(var(--shrine-border), 1);
  box-shadow: var(--shrine-shadow-card);
}

/* Mobile polish */
@media screen and (max-width: 749px) {
  .page-width {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .header__icon,
  .header__icon--cart .icon {
    height: 4.2rem;
    width: 4.2rem;
  }

  .product__title h1 {
    font-size: 2.8rem;
    line-height: 1.02;
  }

  .button,
  .shopify-payment-button__button,
  button.shopify-payment-button__button--unbranded {
    min-height: 5.2rem;
  }

  .product-form__input input[type='radio'] + label {
    padding: 0.95rem 1.25rem;
    font-size: 1.3rem;
  }
}

/* Desktop polish */
@media screen and (min-width: 990px) {
  .product__media-wrapper {
    padding-right: 2rem;
  }

  .product__info-wrapper {
    padding-left: 2rem;
  }
}
/* =========================================
   SHRINE-INSPIRED PRODUCT BUY BOX
   ========================================= */

.shrine-buybox {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.shrine-product-info {
  max-width: 56rem;
}

.shrine-product-title h1 {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.shrine-mini-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.9rem;
  color: rgba(var(--shrine-muted), 1);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
}

.shrine-mini-trust__dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  background: #22c55e;
  display: inline-block;
}

.shrine-mini-trust__sep {
  opacity: 0.45;
}

.shrine-rating-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.shrine-rating-wrapper .rating {
  display: inline-flex;
}

.shrine-rating-wrapper .rating-text,
.shrine-rating-wrapper .rating-count {
  margin: 0;
  font-size: 1.3rem;
  color: rgba(var(--shrine-muted), 1);
}

.product .price,
.price--large {
  line-height: 1;
}

.shrine-benefit-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.2rem;
}

.shrine-benefit-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  background: rgb(var(--shrine-soft));
  border: 1px solid rgba(var(--shrine-border), 1);
  font-size: 1.28rem;
  font-weight: 600;
  color: rgb(var(--shrine-text));
}

.shrine-benefit-pill__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: rgb(var(--shrine-text));
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
}

.shrine-buy-buttons-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.shrine-buy-buttons-wrap .product-form__buttons {
  max-width: 100%;
}

.shrine-buy-buttons-wrap .button,
.shrine-buy-buttons-wrap .shopify-payment-button__button,
.shrine-buy-buttons-wrap .shopify-payment-button__button--unbranded {
  min-height: 5.6rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.shrine-payment-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.shrine-payment-trust__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-align: center;
  padding: 1rem 0.9rem;
  border-radius: 1.4rem;
  background: #fff;
  border: 1px solid rgba(var(--shrine-border), 1);
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(var(--shrine-text));
}

.shrine-payment-trust__icon {
  font-size: 1.3rem;
  line-height: 1;
}

.product__info-container .product-form__input,
.product__info-container .product-form__buttons,
.product__info-container .product-form,
.product__info-container .product-form__quantity {
  margin-bottom: 0;
}

.product__tax {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  color: rgba(var(--shrine-muted), 1);
}

.product__description {
  font-size: 1.45rem;
  line-height: 1.7;
  color: rgb(var(--shrine-text));
}

.product__view-details {
  margin-top: 0.6rem;
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  .shrine-payment-trust {
    grid-template-columns: 1fr;
  }

  .shrine-payment-trust__item {
    justify-content: flex-start;
  }

  .shrine-benefit-pills {
    gap: 0.7rem;
  }

  .shrine-benefit-pill {
    width: 100%;
    justify-content: flex-start;
  }
}
/* =========================================
   SHRINE-STYLE STICKY ADD TO CART
   ========================================= */

.shrine-sticky-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1.2rem;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  pointer-events: none;
}

.shrine-sticky-atc.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.shrine-sticky-atc__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(var(--shrine-border), 1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  padding: 0.9rem 1rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.shrine-sticky-atc__left {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  flex: 1 1 auto;
}

.shrine-sticky-atc__image {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.2rem;
  overflow: hidden;
  flex: 0 0 auto;
  background: #f5f5f5;
}

.shrine-sticky-atc__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1.2rem;
}

.shrine-sticky-atc__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.shrine-sticky-atc__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: rgb(var(--shrine-text));
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 22rem;
}

.shrine-sticky-atc__price {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(var(--shrine-muted), 1);
  line-height: 1.2;
}

.shrine-sticky-atc__right {
  flex: 0 0 auto;
}

.shrine-sticky-atc__button {
  min-height: 4.8rem !important;
  padding: 0 1.8rem !important;
  white-space: nowrap;
  font-size: 1.35rem !important;
}

@media screen and (min-width: 750px) {
  .shrine-sticky-atc {
    bottom: 1.6rem;
  }

  .shrine-sticky-atc__inner {
    max-width: 72rem;
    margin: 0 auto;
    padding: 1rem;
  }

  .shrine-sticky-atc__title {
    max-width: 30rem;
    font-size: 1.4rem;
  }

  .shrine-sticky-atc__price {
    font-size: 1.3rem;
  }

  .shrine-sticky-atc__button {
    min-height: 5rem !important;
    padding: 0 2.2rem !important;
  }
}

@media screen and (max-width: 749px) {
  .shrine-sticky-atc {
    bottom: calc(1rem + env(safe-area-inset-bottom));
  }

  .shrine-sticky-atc__inner {
    border-radius: 2rem;
    padding: 0.8rem;
    gap: 0.8rem;
  }

  .shrine-sticky-atc__title {
    max-width: 13rem;
  }

  .shrine-sticky-atc__button {
    min-width: 12rem !important;
  }
}
/* =========================================
   MOBILE HEADER = DESKTOP THEME
========================================= */
@media screen and (max-width: 989px) {
  .shopify-section-header-sticky,
  .section-header,
  .header-wrapper,
  .header {
    background: linear-gradient(180deg, #ff8400 0%, #ff6a00 100%) !important;
  }

  .header-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 10px 30px rgba(255, 122, 0, 0.18) !important;
    position: relative !important;
    top: unset !important;
    z-index: 10 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: none !important;
    isolation: auto !important;
    will-change: auto !important;
  }

  .shopify-section-header-sticky,
  .section-header {
    position: relative !important;
    top: unset !important;
    z-index: 10 !important;
  }

  .header {
    min-height: unset !important;
    position: relative !important;
    z-index: 11 !important;
  }

  .header__heading-link {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .header__heading-link,
  .header__menu-item,
  .header__icon,
  .header__icon svg,
  .header__icon path,
  .header__icon span,
  .list-menu__item,
  .header__active-menu-item,
  .localization-form__select,
  .disclosure__button {
    color: #ffffff !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  .header__heading-logo,
  .header__heading-logo-wrapper img {
    width: auto !important;
  }

  html,
  body,
  #MainContent,
  main {
    overflow-x: hidden !important;
  }

  #MainContent,
  main {
    position: relative !important;
    z-index: 1 !important;
  }
}

/* =========================================
   MOBILE MAIN PRODUCT GALLERY
========================================= */
@media screen and (max-width: 749px) {
  .product__media-wrapper,
  .product .grid__item.product__media-wrapper {
    margin-bottom: 1.2rem !important;
  }

  .product__media-wrapper .media,
  .product__media-wrapper .product__media,
  .product-media-container,
  .product__modal-opener,
  .product__media {
    border-radius: 2rem !important;
    overflow: hidden !important;
    background: #fffdfa !important;
  }

  .product__media-wrapper .media img,
  .product__media-wrapper .product__media img,
  .product-media-container img,
  .product__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }

  .thumbnail-slider,
  .slider-mobile-gutter .thumbnail-list,
  .thumbnail-list {
    margin-top: 0.8rem !important;
  }

  .thumbnail,
  .thumbnail-list__item button,
  .thumbnail-list__item .thumbnail {
    border-radius: 1.4rem !important;
    overflow: hidden !important;
    border: 1px solid #efd2bb !important;
    background: #fffdfa !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03) !important;
  }

  .thumbnail[aria-current='true'],
  .thumbnail-list__item button[aria-current='true'],
  .thumbnail-slider .thumbnail[aria-current='true'] {
    border: 2px solid #ff8400 !important;
    box-shadow: 0 0 0 3px rgba(255, 132, 0, 0.1) !important;
  }

  .thumbnail-slider .slider-button,
  .product .slider-button {
    width: 4rem !important;
    height: 4rem !important;
    border-radius: 999px !important;
    border: 1px solid #efd2bb !important;
    background: rgba(255, 253, 250, 0.96) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
  }
}

/* =========================================
   MOBILE PRODUCT TITLE + TRUST ROW
========================================= */
@media screen and (max-width: 749px) {
  .product__info-container {
    padding-top: 1.4rem !important;
  }

  .product__title,
  .product__title h1,
  h1.product__title,
  .product .title,
  .shrine-product-title h1 {
    font-size: 2.9rem !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
    font-weight: 900 !important;
    color: #b44900 !important;
    margin: 0 0 0.8rem !important;
  }

  .shrine-mini-trust {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0.55rem !important;
    margin-top: 0.1rem !important;
    margin-bottom: 1.2rem !important;
    font-size: 1.16rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #7f8996 !important;
  }

  .shrine-mini-trust__dot {
    width: 0.85rem !important;
    height: 0.85rem !important;
    background: linear-gradient(180deg, #ff9a1f 0%, #ff7a00 100%) !important;
    box-shadow: 0 0 0 3px rgba(255, 132, 0, 0.1) !important;
    border-radius: 999px !important;
  }

  .shrine-mini-trust__sep {
    opacity: 0.35 !important;
  }
}

/* =========================================
   MOBILE BUNDLE BOX
========================================= */
@media screen and (max-width: 749px) {
  .shrine-bundle-selector {
    margin-top: 0.8rem !important;
    padding: 1.8rem !important;
    border-radius: 2.4rem !important;
    background: linear-gradient(180deg, #fffdfb 0%, #fff7f0 100%) !important;
    border: 1px solid #f1cfb5 !important;
    box-shadow: 0 8px 24px rgba(255, 122, 0, 0.06) !important;
  }

  .shrine-bundle-selector__header {
    text-align: center !important;
    margin-bottom: 1.15rem !important;
  }

  .shrine-bundle-selector__title {
    font-size: 2.15rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
    line-height: 1 !important;
    color: #111 !important;
    margin: 0 0 0.55rem !important;
  }

  .shrine-bundle-selector__subheading {
    font-size: 1.28rem !important;
    color: #a0a7b2 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
  }

  .shrine-bundle-options {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  .shrine-bundle-card {
    position: relative !important;
    border-radius: 2rem !important;
    background: #fffdfa !important;
    border: 1px solid #efd2bb !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease !important;
  }

  .shrine-bundle-card.is-selected,
  .shrine-bundle-card--selected,
  .shrine-bundle-card[aria-checked='true'],
  .shrine-bundle-card:has(input:checked) {
    border: 2px solid #ff8400 !important;
    box-shadow: 0 8px 22px rgba(255, 122, 0, 0.14) !important;
    background: linear-gradient(180deg, #fffaf5 0%, #fff3e8 100%) !important;
  }

  .shrine-bundle-card__image,
  .shrine-bundle-card__image-wrap,
  .shrine-bundle-card__media {
    border-radius: 1.5rem !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  }

  .shrine-bundle-card__image img,
  .shrine-bundle-card__image-wrap img,
  .shrine-bundle-card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .shrine-bundle-card__content {
    min-width: 0 !important;
  }

  .shrine-bundle-card__title {
    margin: 0 0 0.35rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    color: #b44900 !important;
  }

  .shrine-bundle-card__meta {
    margin: 0 !important;
    color: #8c96a5 !important;
    line-height: 1.18 !important;
  }

  .shrine-bundle-card__price-wrap {
    text-align: right !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }

  .shrine-bundle-card__price,
  .shrine-bundle-card__price-wrap > *:first-child {
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.03em !important;
    color: #b44900 !important;
  }

  .shrine-bundle-card__compare,
  .shrine-bundle-card__compare-price,
  .shrine-bundle-card__price-compare,
  .shrine-bundle-card__price-wrap .compare-at-price,
  .shrine-bundle-card__price-wrap s {
    font-size: 1.2rem !important;
    line-height: 1.1 !important;
    color: #9b9b9b !important;
    text-decoration: line-through !important;
    margin-top: 0.3rem !important;
  }

  .shrine-bundle-card__save,
  .shrine-bundle-card__saving,
  .shrine-bundle-card__price-wrap .save-text {
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    color: #14833b !important;
    margin-top: 0.45rem !important;
    text-decoration: none !important;
  }

  .shrine-bundle-card__badge {
    position: absolute !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
    background: linear-gradient(180deg, #ff9b1f 0%, #ff8400 100%) !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: 0 6px 14px rgba(255, 132, 0, 0.22) !important;
    border: none !important;
    z-index: 5 !important;
    white-space: nowrap !important;
  }

  .shrine-offer-total-row {
    margin-top: 1.35rem !important;
    padding: 1.55rem 1.6rem !important;
    border-radius: 1.8rem !important;
    background: #fffdfa !important;
    border: 1px solid #efcfb5 !important;
  }

  .shrine-offer-total-row__label {
    font-weight: 800 !important;
    color: #111 !important;
  }

  .shrine-offer-total-row__subtext {
    color: #a0a7b3 !important;
  }

  .shrine-offer-total-row__value {
    font-weight: 900 !important;
    color: #b44900 !important;
    letter-spacing: -0.02em !important;
  }
}

/* 420px and below */
@media screen and (max-width: 420px) {
  .shrine-bundle-card {
    display: grid !important;
    grid-template-columns: 7.2rem minmax(0, 1fr) 9rem !important;
    column-gap: 1rem !important;
    align-items: center !important;
    min-height: 10.4rem !important;
    padding: 1.35rem 1.2rem !important;
    padding-top: 1.6rem !important;
  }

  .shrine-bundle-card__image,
  .shrine-bundle-card__image-wrap,
  .shrine-bundle-card__media {
    width: 7.2rem !important;
    height: 7.2rem !important;
    min-width: 7.2rem !important;
  }

  .shrine-bundle-card__title {
    font-size: 1.45rem !important;
  }

  .shrine-bundle-card__meta {
    font-size: 1.05rem !important;
    max-width: 8rem !important;
  }

  .shrine-bundle-card__price,
  .shrine-bundle-card__price-wrap > *:first-child {
    font-size: 1.55rem !important;
  }

  .shrine-bundle-card__badge {
    top: 0.7rem !important;
    right: 0.8rem !important;
    font-size: 0.92rem !important;
    padding: 0.42rem 0.78rem !important;
  }

  .shrine-offer-total-row__label {
    font-size: 1.45rem !important;
  }

  .shrine-offer-total-row__subtext {
    font-size: 1.08rem !important;
  }

  .shrine-offer-total-row__value {
    font-size: 1.75rem !important;
  }
}

/* 421px to 749px */
@media screen and (min-width: 421px) and (max-width: 749px) {
  .shrine-bundle-card {
    display: grid !important;
    grid-template-columns: 8.6rem minmax(0, 1fr) 10.8rem !important;
    column-gap: 1.35rem !important;
    align-items: center !important;
    min-height: 11.6rem !important;
    padding: 1.55rem 1.5rem !important;
    padding-top: 1.8rem !important;
  }

  .shrine-bundle-card__image,
  .shrine-bundle-card__image-wrap,
  .shrine-bundle-card__media {
    width: 8.6rem !important;
    height: 8.6rem !important;
    min-width: 8.6rem !important;
  }

  .shrine-bundle-card__title {
    font-size: 1.7rem !important;
  }

  .shrine-bundle-card__meta {
    font-size: 1.16rem !important;
    max-width: 11.5rem !important;
  }

  .shrine-bundle-card__price,
  .shrine-bundle-card__price-wrap > *:first-child {
    font-size: 1.95rem !important;
  }

  .shrine-bundle-card__badge {
    top: 0.8rem !important;
    right: 0.95rem !important;
    font-size: 1rem !important;
    padding: 0.48rem 0.88rem !important;
  }

  .shrine-offer-total-row__label {
    font-size: 1.55rem !important;
  }

  .shrine-offer-total-row__subtext {
    font-size: 1.12rem !important;
  }

  .shrine-offer-total-row__value {
    font-size: 1.95rem !important;
  }
}

/* =========================================
   MOBILE UPSELL + CTA
========================================= */
@media screen and (max-width: 749px) {
  .shrine-upsell-box {
    margin-top: 1.6rem !important;
    margin-bottom: 1rem !important;
  }

  .shrine-upsell-box__label {
    display: grid !important;
    grid-template-columns: 2.2rem 6.2rem 1fr auto !important;
    align-items: center !important;
    column-gap: 1rem !important;
    padding: 1.4rem !important;
    border-radius: 2rem !important;
    border: 1px solid #efcfb6 !important;
    background: linear-gradient(180deg, #fffdfa 0%, #fff7f0 100%) !important;
    box-shadow: 0 6px 18px rgba(255, 122, 0, 0.05) !important;
  }

  .shrine-upsell-box__input,
  .shrine-upsell-box input[type='checkbox'] {
    width: 1.6rem !important;
    height: 1.6rem !important;
    margin: 0 !important;
    accent-color: #ff8400 !important;
  }

  .shrine-upsell-box__image-wrap {
    width: 6.2rem !important;
    height: 6.2rem !important;
    border-radius: 1.4rem !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  .shrine-upsell-box__title {
    font-size: 1.42rem !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    margin: 0 0 0.4rem !important;
  }

  .shrine-upsell-box__text {
    font-size: 1.12rem !important;
    line-height: 1.3 !important;
    color: #8a93a0 !important;
    margin: 0 !important;
  }

  .shrine-upsell-box__price {
    font-size: 1.45rem !important;
    font-weight: 900 !important;
    color: #b44900 !important;
    white-space: nowrap !important;
    align-self: center !important;
  }

  .shrine-buy-buttons-wrap {
    margin-top: 1.6rem !important;
    gap: 1rem !important;
  }

  .shrine-buy-buttons-wrap .product-form__submit,
  .shrine-buy-buttons-wrap button.product-form__submit,
  .shrine-buy-buttons-wrap .button,
  .shrine-buy-buttons-wrap .shopify-payment-button__button,
  .shrine-buy-buttons-wrap .shopify-payment-button__button--unbranded {
    min-height: 6rem !important;
    border-radius: 2.2rem !important;
    font-size: 2rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
    background: linear-gradient(180deg, #ff950f 0%, #ff7a00 100%) !important;
    color: #ffffff !important;
    box-shadow:
      0 8px 0 #cf5f00,
      0 14px 24px rgba(255, 122, 0, 0.22) !important;
    border: none !important;
  }

  .shrine-buy-buttons-wrap .product-form__submit:hover,
  .shrine-buy-buttons-wrap .button:hover,
  .shrine-buy-buttons-wrap .shopify-payment-button__button:hover,
  .shrine-buy-buttons-wrap .shopify-payment-button__button--unbranded:hover {
    transform: translateY(-1px) !important;
  }

  .shrine-payment-trust {
    margin-top: 1rem !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }

  .shrine-payment-trust__item {
    min-height: 4.8rem !important;
    border-radius: 1.5rem !important;
    justify-content: center !important;
    background: #fffdfa !important;
    border: 1px solid #efd2bb !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    color: #49352b !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03) !important;
  }

  .shrine-payment-trust__icon {
    font-size: 1.35rem !important;
  }
}
/* =========================================
   FORCE FIX: SAVE TEXT (GREEN, NO STRIKE)
========================================= */
.shrine-bundle-card__save,
.shrine-bundle-card__saving,
.shrine-bundle-card__price-wrap .save-text,
.shrine-bundle-card__price-wrap span:last-child {
  color: #14833b !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

/* =========================================
   ENSURE ONLY COMPARE PRICE IS STRUCK
========================================= */
.shrine-bundle-card__compare,
.shrine-bundle-card__compare-price,
.shrine-bundle-card__price-compare,
.shrine-bundle-card__price-wrap .compare-at-price,
.shrine-bundle-card__price-wrap s {
  text-decoration: line-through !important;
  color: #9b9b9b !important;
}
/* =========================================
   FIX BUNDLE PRICE TEXT PROPERLY
========================================= */

/* ONLY the compare-at price should be struck through */
.shrine-bundle-card__compare-price,
.shrine-bundle-card__price-compare,
.shrine-bundle-card__price-wrap .compare-at-price,
.shrine-bundle-card__price-wrap s {
  color: #9b9b9b !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: #9b9b9b !important;
}

/* Labels like "Best price" / "Save 27%" / "Save 37%" should NOT be struck */
.shrine-bundle-card__compare,
.shrine-bundle-card__save,
.shrine-bundle-card__saving,
.bundle-save,
.save-amount {
  text-decoration: none !important;
}

/* Green saving text */
.shrine-bundle-card[data-bundle-qty="2"] .shrine-bundle-card__compare,
.shrine-bundle-card[data-bundle-qty="4"] .shrine-bundle-card__compare,
.shrine-bundle-card[data-bundle-qty="2"] .shrine-bundle-card__save,
.shrine-bundle-card[data-bundle-qty="4"] .shrine-bundle-card__save {
  color: #14833b !important;
  font-weight: 800 !important;
}

/* Single card "Best price" stays dark/neutral */
.shrine-bundle-card[data-bundle-qty="1"] .shrine-bundle-card__compare,
.shrine-bundle-card[data-bundle-qty="1"] .shrine-bundle-card__save {
  color: #2f2f2f !important;
  font-weight: 700 !important;
}
/* ==========================================================================
   SNACK-A-WHEEL / DAWN PRODUCT PAGE
   CLEAN MOBILE OVERRIDES
   PASTE AT VERY END OF base.css
   ========================================================================== */

.template-product {
  --snack-mobile-bg: #fffaf5;
  --snack-mobile-card: #ffffff;
  --snack-mobile-card-soft: #fff7f0;
  --snack-mobile-border: rgba(242, 201, 168, 0.92);
  --snack-mobile-text: #7a2e00;
  --snack-mobile-text-strong: #b13c00;
  --snack-mobile-muted: #7d8695;
  --snack-mobile-price: #9a3400;
  --snack-mobile-accent: #ff7a00;
  --snack-mobile-accent-2: #ff8a00;
  --snack-mobile-green: #169245;
  --snack-mobile-shadow-xs: 0 4px 10px rgba(255, 122, 0, 0.05);
  --snack-mobile-shadow-sm: 0 8px 18px rgba(255, 122, 0, 0.08);
  --snack-mobile-shadow-md: 0 12px 26px rgba(255, 122, 0, 0.1);
  --snack-mobile-shadow-lg: 0 16px 30px rgba(255, 122, 0, 0.12);
  --snack-mobile-radius-xl: 22px;
  --snack-mobile-radius-lg: 18px;
  --snack-mobile-radius-md: 16px;
  --snack-mobile-radius-sm: 12px;
}

/* ---------- PRODUCT IMAGE / MEDIA ---------- */

@media screen and (max-width: 749px) {
  .template-product .product__media-wrapper.grid__item {
    position: relative !important;
    top: 0 !important;
    margin: 0 0 1.4rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .template-product .product__media-wrapper .product-media-container,
  .template-product .product__media-wrapper .media,
  .template-product .product__media-wrapper .product__media,
  .template-product .product__media-wrapper .product__modal-opener,
  .template-product .product__media-wrapper .deferred-media {
    border-radius: var(--snack-mobile-radius-xl) !important;
    overflow: hidden !important;
  }

  .template-product .product__media-wrapper .product-media-container,
  .template-product .product__media-wrapper .media {
    background: linear-gradient(180deg, #ffffff 0%, #fff8f2 100%) !important;
    border: 1px solid var(--snack-mobile-border) !important;
    box-shadow:
      0 12px 24px rgba(255, 122, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  }

  .template-product .product__media-wrapper img,
  .template-product .product__media-wrapper video,
  .template-product .product__media-wrapper iframe,
  .template-product .product__media-wrapper model-viewer {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: var(--snack-mobile-radius-xl) !important;
    background: #fff !important;
  }

  .template-product .product__media-list .media {
    aspect-ratio: 1 / 1 !important;
  }

  .template-product .thumbnail-slider,
  .template-product .thumbnail-list {
    margin-top: 1rem !important;
  }

  .template-product .thumbnail-list {
    gap: 0.8rem !important;
  }

  .template-product .thumbnail,
  .template-product .thumbnail img,
  .template-product .thumbnail-list__item button {
    border-radius: var(--snack-mobile-radius-sm) !important;
  }

  .template-product .thumbnail-list__item button,
  .template-product .thumbnail {
    border: 1px solid rgba(242, 201, 168, 0.82) !important;
    background: #ffffff !important;
    box-shadow: var(--snack-mobile-shadow-xs) !important;
  }

  .template-product .thumbnail[aria-current],
  .template-product .thumbnail-list__item button[aria-current='true'] {
    border-color: var(--snack-mobile-accent) !important;
    box-shadow:
      0 0 0 3px rgba(255, 122, 0, 0.1),
      0 10px 16px rgba(255, 122, 0, 0.1) !important;
  }

  .template-product .slider-button {
    width: 3.8rem !important;
    height: 3.8rem !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid rgba(242, 201, 168, 0.85) !important;
    box-shadow: var(--snack-mobile-shadow-xs) !important;
  }

  .template-product .product__media-wrapper .deferred-media__poster-button {
    width: 5.8rem !important;
    height: 5.8rem !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, var(--snack-mobile-accent-2) 0%, #ff6a00 100%) !important;
    box-shadow:
      0 6px 0 rgba(201, 75, 0, 0.95),
      0 12px 20px rgba(255, 122, 0, 0.2) !important;
  }
}

/* ---------- INFO WRAPPER / TOP STACK ---------- */

@media screen and (max-width: 749px) {
  .template-product .product__info-wrapper,
  .template-product .product__info-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .template-product .product__info-container {
    padding: 1.8rem 1.4rem 1.6rem !important;
    border-radius: var(--snack-mobile-radius-xl) !important;
    background: linear-gradient(180deg, #fffdfb 0%, #fff7ef 100%) !important;
    border: 1px solid var(--snack-mobile-border) !important;
    box-shadow:
      0 12px 24px rgba(255, 122, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
    overflow: visible !important;
  }

  .template-product .shrine-buybox {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.2rem !important;
  }

  .template-product .product__title,
  .template-product .shrine-product-title,
  .template-product .product__title h1,
  .template-product .shrine-product-title h1 {
    margin: 0 !important;
    padding: 0 !important;
  }

  .template-product .product__title h1,
  .template-product .shrine-product-title h1 {
    font-size: 3.4rem !important;
    line-height: 0.96 !important;
    letter-spacing: -0.04em !important;
    font-weight: 900 !important;
    color: var(--snack-mobile-text-strong) !important;
  }

  .template-product .shrine-mini-trust {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 0.6rem !important;
    margin-top: 0.8rem !important;
  }

  .template-product .shrine-mini-trust__dot {
    width: 0.7rem !important;
    height: 0.7rem !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, var(--snack-mobile-accent-2) 0%, #ff6a00 100%) !important;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.1) !important;
    display: inline-block !important;
  }

  .template-product .shrine-mini-trust__sep {
    color: #c7b3a4 !important;
  }

  .template-product .shrine-mini-trust span {
    font-size: 1.1rem !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: var(--snack-mobile-muted) !important;
  }

  .template-product .price--large,
  .template-product .price {
    margin-top: 0.2rem !important;
  }

  .template-product .price--large .price-item,
  .template-product .price-item--regular,
  .template-product .price__regular .price-item,
  .template-product .price__sale .price-item--sale {
    font-size: 3.2rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
    color: var(--snack-mobile-price) !important;
  }

  .template-product .price__sale .price-item--regular,
  .template-product .price-item--sale + .price-item--regular,
  .template-product .price .price-item--regular.price-item--last {
    font-size: 1.35rem !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    color: #aa9a8e !important;
    text-decoration: line-through !important;
    text-decoration-thickness: 2px !important;
  }

  .template-product .product__tax {
    font-size: 1.1rem !important;
    line-height: 1.35 !important;
    color: #8f8a84 !important;
    margin-top: 0.4rem !important;
  }

  .template-product .shrine-benefit-pills {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.8rem !important;
    margin-top: 0.2rem !important;
  }

  .template-product .shrine-benefit-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    min-height: 3rem !important;
    padding: 0.7rem 1rem !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid rgba(242, 201, 168, 0.82) !important;
    box-shadow: var(--snack-mobile-shadow-xs) !important;
  }

  .template-product .shrine-benefit-pill__icon {
    width: 1.6rem !important;
    height: 1.6rem !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(24, 163, 74, 0.12) !important;
    color: #12803b !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .template-product .shrine-benefit-pill span:last-child {
    font-size: 1.1rem !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: var(--snack-mobile-text) !important;
  }
}

/* ---------- BUNDLE SELECTOR: CLEAN MOBILE SYSTEM ---------- */

@media screen and (max-width: 749px) {
  .template-product .shrine-bundle-selector {
    margin-top: 0.4rem !important;
    padding: 1.4rem !important;
    background: #ffffff !important;
    border: 1px solid var(--snack-mobile-border) !important;
    border-radius: var(--snack-mobile-radius-lg) !important;
    box-shadow: var(--snack-mobile-shadow-sm) !important;
  }

  .template-product .shrine-bundle-selector__header {
    text-align: center !important;
    margin-bottom: 1.2rem !important;
  }

  .template-product .shrine-bundle-selector__title {
    display: block !important;
    margin: 0 !important;
    font-size: 2rem !important;
    line-height: 1.02 !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
    color: #111111 !important;
  }

  .template-product .shrine-bundle-selector__subheading {
    margin-top: 0.6rem !important;
    font-size: 1.2rem !important;
    line-height: 1.35 !important;
    color: var(--snack-mobile-muted) !important;
  }

  .template-product .shrine-bundle-options {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    align-items: stretch !important;
  }

  .template-product .shrine-bundle-options > .shrine-bundle-card,
  .template-product .shrine-bundle-options > button.shrine-bundle-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: 7.2rem minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 1.2rem !important;
    padding: 1.35rem 1.3rem !important;
    border-radius: var(--snack-mobile-radius-md) !important;
    border: 1.5px solid #ead8c8 !important;
    background: linear-gradient(180deg, #fffefd 0%, #fff8f2 100%) !important;
    box-shadow:
      0 8px 18px rgba(0, 0, 0, 0.03),
      0 6px 14px rgba(255, 122, 0, 0.05) !important;
    text-align: left !important;
    transform: none !important;
    transition:
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      background 0.2s ease !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .template-product .shrine-bundle-options .shrine-bundle-card:nth-child(2),
  .template-product .shrine-bundle-options button.shrine-bundle-card:nth-child(2),
  .template-product .shrine-bundle-options .shrine-bundle-card:nth-child(2):hover,
  .template-product .shrine-bundle-options button.shrine-bundle-card:nth-child(2):hover,
  .template-product .shrine-bundle-options .shrine-bundle-card:nth-child(2).is-active,
  .template-product .shrine-bundle-options button.shrine-bundle-card:nth-child(2).is-active {
    transform: none !important;
    scale: none !important;
    z-index: auto !important;
  }

  .template-product .shrine-bundle-card__top {
    display: contents !important;
  }

  .template-product .shrine-bundle-card__radio {
    display: none !important;
  }

  .template-product .shrine-bundle-card__image {
    width: 7.2rem !important;
    min-width: 7.2rem !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .template-product .shrine-bundle-card__img {
    width: 7.2rem !important;
    height: 7.2rem !important;
    border-radius: 1.4rem !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    background: #ffffff !important;
    box-shadow: var(--snack-mobile-shadow-xs) !important;
  }

  .template-product .shrine-bundle-card__content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    flex: unset !important;
    text-align: left !important;
  }

  .template-product .shrine-bundle-card__title {
    margin: 0 0 0.4rem !important;
    font-size: 1.55rem !important;
    line-height: 1.04 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: var(--snack-mobile-text) !important;
    text-align: left !important;
  }

  .template-product .shrine-bundle-card__meta {
    margin: 0 !important;
    font-size: 1.15rem !important;
    line-height: 1.28 !important;
    color: var(--snack-mobile-muted) !important;
    text-align: left !important;
    max-width: none !important;
    min-height: unset !important;
  }

  .template-product .shrine-bundle-card__price-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    min-width: 8rem !important;
    text-align: right !important;
    gap: 0.2rem !important;
  }

  .template-product .shrine-bundle-card__price {
    margin: 0 !important;
    font-size: 1.95rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
    color: var(--snack-mobile-price) !important;
    text-align: right !important;
  }

  .template-product .shrine-bundle-card__compare-price {
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    color: #b1a49a !important;
    font-weight: 700 !important;
    text-decoration: line-through !important;
    text-decoration-thickness: 2px !important;
    text-decoration-color: rgba(154, 52, 0, 0.28) !important;
    text-align: right !important;
  }

  .template-product .shrine-bundle-card__compare {
    margin: 0.2rem 0 0 !important;
    padding: 0 !important;
    min-height: unset !important;
    background: transparent !important;
    font-size: 1.1rem !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    color: var(--snack-mobile-green) !important;
    text-align: right !important;
  }

  .template-product .shrine-bundle-card__badge {
    top: 0.8rem !important;
    right: 0.8rem !important;
    left: auto !important;
    transform: none !important;
    min-width: unset !important;
    max-width: calc(100% - 1.6rem) !important;
    min-height: 2.2rem !important;
    padding: 0.4rem 0.8rem !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, var(--snack-mobile-accent-2) 0%, #ff6a00 100%) !important;
    color: #ffffff !important;
    font-size: 0.9rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-shadow: 0 8px 16px rgba(255, 122, 0, 0.16) !important;
    z-index: 3 !important;
  }

  .template-product .shrine-bundle-card.is-active,
  .template-product .shrine-bundle-card.active,
  .template-product .shrine-bundle-card.selected,
  .template-product .shrine-bundle-card[data-selected='true'],
  .template-product .shrine-bundle-card[aria-pressed='true'],
  .template-product button.shrine-bundle-card.is-active,
  .template-product button.shrine-bundle-card.active,
  .template-product button.shrine-bundle-card.selected,
  .template-product button.shrine-bundle-card[data-selected='true'],
  .template-product button.shrine-bundle-card[aria-pressed='true'] {
    border: 2px solid var(--snack-mobile-accent) !important;
    background: linear-gradient(180deg, #fffaf5 0%, #fff0e2 100%) !important;
    box-shadow:
      0 0 0 3px rgba(255, 122, 0, 0.14),
      0 10px 18px rgba(255, 122, 0, 0.12) !important;
    transform: none !important;
  }

  .template-product .shrine-bundle-card.is-active::before,
  .template-product .shrine-bundle-card.active::before,
  .template-product .shrine-bundle-card.selected::before,
  .template-product .shrine-bundle-card[data-selected='true']::before,
  .template-product .shrine-bundle-card[aria-pressed='true']::before,
  .template-product button.shrine-bundle-card.is-active::before,
  .template-product button.shrine-bundle-card.active::before,
  .template-product button.shrine-bundle-card.selected::before,
  .template-product button.shrine-bundle-card[data-selected='true']::before,
  .template-product button.shrine-bundle-card[aria-pressed='true']::before,
  .template-product .shrine-bundle-card::after,
  .template-product button.shrine-bundle-card::after {
    display: none !important;
    content: none !important;
  }

  .template-product .shrine-bundle-card.is-active .shrine-bundle-card__title,
  .template-product .shrine-bundle-card.active .shrine-bundle-card__title,
  .template-product .shrine-bundle-card.selected .shrine-bundle-card__title,
  .template-product .shrine-bundle-card[data-selected='true'] .shrine-bundle-card__title,
  .template-product .shrine-bundle-card[aria-pressed='true'] .shrine-bundle-card__title,
  .template-product button.shrine-bundle-card.is-active .shrine-bundle-card__title,
  .template-product button.shrine-bundle-card.active .shrine-bundle-card__title,
  .template-product button.shrine-bundle-card.selected .shrine-bundle-card__title,
  .template-product button.shrine-bundle-card[data-selected='true'] .shrine-bundle-card__title,
  .template-product button.shrine-bundle-card[aria-pressed='true'] .shrine-bundle-card__title,
  .template-product .shrine-bundle-card.is-active .shrine-bundle-card__price,
  .template-product .shrine-bundle-card.active .shrine-bundle-card__price,
  .template-product .shrine-bundle-card.selected .shrine-bundle-card__price,
  .template-product .shrine-bundle-card[data-selected='true'] .shrine-bundle-card__price,
  .template-product .shrine-bundle-card[aria-pressed='true'] .shrine-bundle-card__price,
  .template-product button.shrine-bundle-card.is-active .shrine-bundle-card__price,
  .template-product button.shrine-bundle-card.active .shrine-bundle-card__price,
  .template-product button.shrine-bundle-card.selected .shrine-bundle-card__price,
  .template-product button.shrine-bundle-card[data-selected='true'] .shrine-bundle-card__price,
  .template-product button.shrine-bundle-card[aria-pressed='true'] .shrine-bundle-card__price {
    color: var(--snack-mobile-text-strong) !important;
  }
}

/* ---------- TOTAL ROW ---------- */

@media screen and (max-width: 749px) {
  .template-product .shrine-offer-total-row {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    padding: 1.4rem !important;
    border-radius: var(--snack-mobile-radius-md) !important;
    background: linear-gradient(180deg, #ffffff 0%, #fff8f2 100%) !important;
    border: 1px solid var(--snack-mobile-border) !important;
    box-shadow:
      0 8px 18px rgba(255, 122, 0, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 1rem !important;
    row-gap: 0.2rem !important;
  }

  .template-product .shrine-offer-total-row__label-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    min-width: 0 !important;
  }

  .template-product .shrine-offer-total-row__label {
    margin: 0 !important;
    font-size: 1.6rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #111111 !important;
  }

  .template-product .shrine-offer-total-row__subtext {
    margin-top: 0.4rem !important;
    font-size: 1.1rem !important;
    line-height: 1.25 !important;
    color: #8f8a84 !important;
  }

  .template-product .shrine-offer-total-row__value {
    margin: 0 !important;
    font-size: 2.2rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
    color: var(--snack-mobile-price) !important;
    white-space: nowrap !important;
    text-align: right !important;
  }
}

/* ---------- UPSELL ---------- */

@media screen and (max-width: 749px) {
  .template-product .shrine-upsell-box {
    margin-top: 1rem !important;
  }

  .template-product .shrine-upsell-box__label {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 2.2rem 6.2rem minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 1.1rem !important;
    padding: 1.25rem 1.2rem !important;
    border-radius: 1.8rem !important;
    border: 1.5px solid #ead8c8 !important;
    background:
      linear-gradient(180deg, #fffdfb 0%, #fff6ee 100%) !important;
    box-shadow:
      0 10px 22px rgba(255, 122, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
    overflow: hidden !important;
    transition:
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      background 0.2s ease,
      transform 0.2s ease !important;
  }

  .template-product .shrine-upsell-box__label::before {
    content: "Add-on" !important;
    position: absolute !important;
    top: 0.9rem !important;
    right: 1rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 2.2rem !important;
    padding: 0 0.8rem !important;
    border-radius: 999px !important;
    background: rgba(255, 122, 0, 0.1) !important;
    color: #c75a00 !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.02em !important;
    z-index: 2 !important;
  }

  .template-product .shrine-upsell-box__checkbox {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .template-product .shrine-upsell-box__checkmark {
    width: 2.2rem !important;
    height: 2.2rem !important;
    min-width: 2.2rem !important;
    border-radius: 999px !important;
    border: 2px solid #d9b899 !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04) !important;
    transition:
      background 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      transform 0.2s ease !important;
    position: relative !important;
  }

  .template-product .shrine-upsell-box__checkmark::after {
    content: "" !important;
    width: 0.9rem !important;
    height: 0.55rem !important;
    border-left: 0.22rem solid #ffffff !important;
    border-bottom: 0.22rem solid #ffffff !important;
    transform: rotate(-45deg) scale(0) !important;
    transition: transform 0.18s ease !important;
    margin-top: -0.1rem !important;
  }

  .template-product .shrine-upsell-box__image-wrap {
    width: 6.2rem !important;
    height: 6.2rem !important;
    min-width: 6.2rem !important;
    border-radius: 1.4rem !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(234, 216, 200, 0.9) !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .template-product .shrine-upsell-box__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .template-product .shrine-upsell-box__body {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.45rem !important;
    padding-right: 0.2rem !important;
  }

  .template-product .shrine-upsell-box__header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.25rem !important;
    min-width: 0 !important;
  }

  .template-product .shrine-upsell-box__title {
    font-size: 1.45rem !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    color: #111111 !important;
    margin: 0 !important;
    padding-right: 3.8rem !important;
  }

  .template-product .shrine-upsell-box__text {
    font-size: 1.12rem !important;
    line-height: 1.35 !important;
    color: #7f7a73 !important;
    margin: 0 !important;
  }

  .template-product .shrine-upsell-box__price {
    justify-self: end !important;
    align-self: center !important;
    font-size: 1.65rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #9a3400 !important;
    white-space: nowrap !important;
    margin-left: 0.2rem !important;
  }

  .template-product .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) {
    border-color: #ff7a00 !important;
    background:
      linear-gradient(180deg, #fffaf5 0%, #fff0e2 100%) !important;
    box-shadow:
      0 0 0 0.35rem rgba(255, 122, 0, 0.12),
      0 14px 28px rgba(255, 122, 0, 0.12) !important;
    transform: translateY(-1px) !important;
  }

  .template-product .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__checkmark {
    background: linear-gradient(180deg, #ff8a00 0%, #ff6a00 100%) !important;
    border-color: #ff6a00 !important;
    box-shadow:
      0 0 0 0.25rem rgba(255, 122, 0, 0.14),
      0 6px 12px rgba(255, 122, 0, 0.18) !important;
    transform: scale(1.04) !important;
  }

  .template-product .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__checkmark::after {
    transform: rotate(-45deg) scale(1) !important;
  }

  .template-product .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__title,
  .template-product .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__price {
    color: #b13c00 !important;
  }
}

/* ---------- CTA / TRUST ---------- */

@media screen and (max-width: 749px) {
  .template-product .shrine-buy-buttons-wrap {
    margin-top: 1.2rem !important;
  }

  .template-product .shrine-buy-buttons-wrap .product-form__buttons {
    margin: 0 !important;
  }

  .template-product .shrine-buy-buttons-wrap .product-form__submit,
  .template-product .shrine-buy-buttons-wrap button.product-form__submit,
  .template-product .shrine-buy-buttons-wrap .button,
  .template-product .shrine-buy-buttons-wrap .shopify-payment-button__button--unbranded {
    width: 100% !important;
    min-height: 5.6rem !important;
    border-radius: var(--snack-mobile-radius-lg) !important;
    border: 0 !important;
    background: linear-gradient(180deg, var(--snack-mobile-accent-2) 0%, #ff6a00 100%) !important;
    color: #ffffff !important;
    font-size: 2rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
    padding: 1.6rem 1.8rem !important;
    box-shadow:
      0 6px 0 rgba(201, 75, 0, 0.95),
      0 14px 24px rgba(255, 122, 0, 0.2) !important;
  }

  .template-product .shrine-buy-buttons-wrap .product-form__submit::before,
  .template-product .shrine-buy-buttons-wrap .product-form__submit::after,
  .template-product .shrine-buy-buttons-wrap button.product-form__submit::before,
  .template-product .shrine-buy-buttons-wrap button.product-form__submit::after,
  .template-product .shrine-buy-buttons-wrap .button::before,
  .template-product .shrine-buy-buttons-wrap .button::after,
  .template-product .shrine-buy-buttons-wrap .shopify-payment-button__button--unbranded::before,
  .template-product .shrine-buy-buttons-wrap .shopify-payment-button__button--unbranded::after {
    display: none !important;
    content: none !important;
  }

  .template-product .shrine-payment-trust {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.8rem !important;
    margin-top: 1rem !important;
  }

  .template-product .shrine-payment-trust__item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.6rem !important;
    min-height: 3.8rem !important;
    padding: 0.9rem 1rem !important;
    border-radius: 1.2rem !important;
    background: #ffffff !important;
    border: 1px solid rgba(242, 201, 168, 0.82) !important;
    box-shadow: var(--snack-mobile-shadow-xs) !important;
    text-align: center !important;
  }

  .template-product .shrine-payment-trust__icon {
    font-size: 1.3rem !important;
    line-height: 1 !important;
  }

  .template-product .shrine-payment-trust__item span:last-child {
    font-size: 1.1rem !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    color: var(--snack-mobile-text) !important;
  }
}

/* ---------- 421px–749px REFINEMENTS ---------- */

@media screen and (min-width: 421px) and (max-width: 749px) {
  .template-product .product__info-container {
    padding: 2rem 1.8rem 1.8rem !important;
  }

  .template-product .product__title h1,
  .template-product .shrine-product-title h1 {
    font-size: 3.8rem !important;
  }

  .template-product .price--large .price-item,
  .template-product .price-item--regular,
  .template-product .price__regular .price-item,
  .template-product .price__sale .price-item--sale {
    font-size: 3.5rem !important;
  }

  .template-product .shrine-bundle-selector {
    padding: 1.6rem !important;
  }

  .template-product .shrine-bundle-options > .shrine-bundle-card,
  .template-product .shrine-bundle-options > button.shrine-bundle-card {
    grid-template-columns: 8rem minmax(0, 1fr) auto !important;
    gap: 1.4rem !important;
    padding: 1.5rem !important;
  }

  .template-product .shrine-bundle-card__image {
    width: 8rem !important;
    min-width: 8rem !important;
  }

  .template-product .shrine-bundle-card__img {
    width: 8rem !important;
    height: 8rem !important;
  }

  .template-product .shrine-bundle-card__title {
    font-size: 1.7rem !important;
  }

  .template-product .shrine-bundle-card__meta {
    font-size: 1.2rem !important;
  }

  .template-product .shrine-bundle-card__price {
    font-size: 2.1rem !important;
  }

  .template-product .shrine-bundle-card__compare-price {
    font-size: 1.05rem !important;
  }

  .template-product .shrine-bundle-card__compare {
    font-size: 1.15rem !important;
  }

  .template-product .shrine-offer-total-row {
    padding: 1.5rem 1.6rem !important;
  }

  .template-product .shrine-offer-total-row__label {
    font-size: 1.8rem !important;
  }

  .template-product .shrine-offer-total-row__value {
    font-size: 2.5rem !important;
  }

  .template-product .shrine-upsell-box__label {
    grid-template-columns: 1.8rem 6.4rem minmax(0, 1fr) auto !important;
    padding: 1.3rem !important;
  }

  .template-product .shrine-upsell-box__image-wrap,
  .template-product .shrine-upsell-box__image {
    width: 6.4rem !important;
    height: 6.4rem !important;
  }

  .template-product .shrine-upsell-box__title,
  .template-product .shrine-upsell-box__price {
    font-size: 1.5rem !important;
  }

  .template-product .shrine-buy-buttons-wrap .product-form__submit,
  .template-product .shrine-buy-buttons-wrap button.product-form__submit,
  .template-product .shrine-buy-buttons-wrap .button,
  .template-product .shrine-buy-buttons-wrap .shopify-payment-button__button--unbranded {
    min-height: 5.8rem !important;
    font-size: 2.1rem !important;
  }
}

/* ---------- UNDER 420px TIGHTENING ---------- */

@media screen and (max-width: 420px) {
  .template-product .product__info-container {
    padding: 1.6rem 1.2rem 1.4rem !important;
  }

  .template-product .product__title h1,
  .template-product .shrine-product-title h1 {
    font-size: 3.1rem !important;
  }

  .template-product .price--large .price-item,
  .template-product .price-item--regular,
  .template-product .price__regular .price-item,
  .template-product .price__sale .price-item--sale {
    font-size: 2.9rem !important;
  }

  .template-product .shrine-bundle-selector {
    padding: 1.2rem !important;
  }

  .template-product .shrine-bundle-selector__title {
    font-size: 1.85rem !important;
  }

  .template-product .shrine-bundle-options > .shrine-bundle-card,
  .template-product .shrine-bundle-options > button.shrine-bundle-card {
    grid-template-columns: 6.4rem minmax(0, 1fr) auto !important;
    gap: 1rem !important;
    padding: 1.2rem !important;
  }

  .template-product .shrine-bundle-card__image {
    width: 6.4rem !important;
    min-width: 6.4rem !important;
  }

  .template-product .shrine-bundle-card__img {
    width: 6.4rem !important;
    height: 6.4rem !important;
    border-radius: 1.2rem !important;
  }

  .template-product .shrine-bundle-card__title {
    font-size: 1.45rem !important;
  }

  .template-product .shrine-bundle-card__meta {
    font-size: 1.05rem !important;
  }

  .template-product .shrine-bundle-card__price-wrap {
    min-width: 7rem !important;
  }

  .template-product .shrine-bundle-card__price {
    font-size: 1.75rem !important;
  }

  .template-product .shrine-bundle-card__compare-price {
    font-size: 0.95rem !important;
  }

  .template-product .shrine-bundle-card__compare {
    font-size: 1rem !important;
  }

  .template-product .shrine-bundle-card__badge {
    font-size: 0.8rem !important;
    padding: 0.35rem 0.7rem !important;
  }

  .template-product .shrine-offer-total-row {
    padding: 1.25rem !important;
  }

  .template-product .shrine-offer-total-row__label {
    font-size: 1.45rem !important;
  }

  .template-product .shrine-offer-total-row__subtext {
    font-size: 1rem !important;
  }

  .template-product .shrine-offer-total-row__value {
    font-size: 2rem !important;
  }

  .template-product .shrine-upsell-box__label {
    grid-template-columns: 1.6rem 5.2rem minmax(0, 1fr) auto !important;
    gap: 0.8rem !important;
    padding: 1rem !important;
  }

  .template-product .shrine-upsell-box__image-wrap,
  .template-product .shrine-upsell-box__image {
    width: 5.2rem !important;
    height: 5.2rem !important;
  }

  .template-product .shrine-upsell-box__title,
  .template-product .shrine-upsell-box__price {
    font-size: 1.3rem !important;
  }

  .template-product .shrine-upsell-box__text {
    font-size: 1rem !important;
  }

  .template-product .shrine-buy-buttons-wrap .product-form__submit,
  .template-product .shrine-buy-buttons-wrap button.product-form__submit,
  .template-product .shrine-buy-buttons-wrap .button,
  .template-product .shrine-buy-buttons-wrap .shopify-payment-button__button--unbranded {
    min-height: 5.3rem !important;
    font-size: 1.85rem !important;
    padding: 1.45rem 1.6rem !important;
  }
}

/* ---------- ACCORDIONS CLEANUP ---------- */

@media screen and (max-width: 749px) {
  .template-product .product__accordion {
    border-radius: var(--snack-mobile-radius-md) !important;
    overflow: hidden !important;
    border: 1px solid rgba(242, 201, 168, 0.9) !important;
    background: #fffaf6 !important;
    box-shadow: var(--snack-mobile-shadow-xs) !important;
    margin-top: 1rem !important;
  }

  .template-product .product__accordion + .product__accordion {
    margin-top: 0.8rem !important;
  }

  .template-product .product__accordion summary {
    padding: 1.4rem !important;
    font-weight: 800 !important;
    color: var(--snack-mobile-text) !important;
  }

  .template-product .product__accordion .accordion__content {
    padding: 0 1.4rem 1.4rem !important;
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    color: #6f655c !important;
  }

  .template-product .product__view-details {
    margin-top: 0.4rem !important;
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: var(--snack-mobile-price) !important;
    opacity: 0.9 !important;
  }
}

/* ---------- SAFE BOTTOM SPACE ---------- */

@media screen and (max-width: 749px) {
  body {
    padding-bottom: calc(8.5rem + env(safe-area-inset-bottom)) !important;
  }
}
/* ==========================================================================
   MAIN PRODUCT IMAGE STRAIGHT / NO PEEK FIX
   PASTE AT VERY END OF base.css
   ========================================================================== */

@media screen and (max-width: 749px) {
  .template-product .product__media-wrapper,
  .template-product .product__media-wrapper.grid__item,
  .template-product .media-gallery,
  .template-product media-gallery,
  .template-product .slider-mobile-gutter,
  .template-product .product__media-list,
  .template-product .product__media-list-wrapper,
  .template-product .product__media-list .slider,
  .template-product .product__media-list .slider--mobile,
  .template-product .product__media-list .slider--tablet,
  .template-product .product__media-list .slider--everywhere {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .template-product .product__media-list,
  .template-product .product__media-list .slider,
  .template-product .product__media-list .slider--mobile,
  .template-product .product__media-list .slider--tablet,
  .template-product .product__media-list .slider--everywhere {
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    column-gap: 0 !important;
    scroll-padding-left: 0 !important;
    scroll-padding-right: 0 !important;
    scroll-snap-type: x mandatory !important;
  }

  .template-product .product__media-list .slider__slide,
  .template-product .product__media-list .product__media-item,
  .template-product .product__media-list li {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: start !important;
  }

  .template-product .product__media-wrapper .product-media-container,
  .template-product .product__media-wrapper .media,
  .template-product .product__media-wrapper .product__modal-opener,
  .template-product .product__media-wrapper .product__media,
  .template-product .product__media-wrapper .deferred-media {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    border-radius: 22px !important;
  }

  .template-product .product__media-wrapper .media {
    aspect-ratio: 1 / 1 !important;
  }

  .template-product .product__media-wrapper img,
  .template-product .product__media-wrapper video,
  .template-product .product__media-wrapper iframe,
  .template-product .product__media-wrapper model-viewer {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 22px !important;
    transform: none !important;
  }

  .template-product .product__media-wrapper .slider-buttons,
  .template-product .product__media-wrapper .slider-counter {
    width: 100% !important;
  }
}

@media screen and (min-width: 421px) and (max-width: 749px) {
  .template-product .product__media-wrapper .media {
    aspect-ratio: 1 / 1 !important;
  }
}

@media screen and (max-width: 420px) {
  .template-product .product__media-wrapper .media {
    aspect-ratio: 1 / 1 !important;
  }
}
/* ==========================================================================
   DAWN MOBILE MEDIA SLIDER FIX
   PASTE AT VERY END OF base.css
   ========================================================================== */

@media screen and (max-width: 749px) {
  .template-product .page-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .template-product .product:not(.product--no-media) .product__media-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .template-product .product__media-wrapper,
  .template-product .product__media-wrapper .slider-mobile-gutter,
  .template-product .product__media-wrapper media-gallery,
  .template-product .product__media-wrapper .media-gallery,
  .template-product .product__media-wrapper .product__media-list-wrapper,
  .template-product .product__media-wrapper .product__media-list,
  .template-product .product__media-wrapper .slider,
  .template-product .product__media-wrapper .slider--mobile {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .template-product .product__media-wrapper .product__media-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    column-gap: 0 !important;
    scroll-padding-left: 0 !important;
    scroll-padding-right: 0 !important;
  }

  .template-product .product__media-wrapper .product__media-item,
  .template-product .product__media-wrapper .slider__slide,
  .template-product .product__media-wrapper li.product__media-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .template-product .product__media-wrapper .product-media-container,
  .template-product .product__media-wrapper .media,
  .template-product .product__media-wrapper .product__modal-opener,
  .template-product .product__media-wrapper .product__media,
  .template-product .product__media-wrapper .deferred-media {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    border-radius: 22px !important;
  }

  .template-product .product__media-wrapper .media {
    padding-top: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }

  .template-product .product__media-wrapper .media > img,
  .template-product .product__media-wrapper .media > video,
  .template-product .product__media-wrapper .media iframe,
  .template-product .product__media-wrapper .media model-viewer,
  .template-product .product__media-wrapper .product__media img,
  .template-product .product__media-wrapper .deferred-media__poster img {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    border-radius: 22px !important;
  }

  .template-product .thumbnail-slider {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .template-product .product__info-wrapper {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
}
/* ==========================================================================
   FIX MOBILE MAIN PRODUCT IMAGE PEEK / CROOKED SLIDE
   PASTE AT VERY END OF base.css
   ========================================================================== */

@media screen and (max-width: 749px) {
  .template-product .page-width,
  .template-product .product,
  .template-product .product__media-wrapper,
  .template-product .product__media-wrapper.grid__item,
  .template-product media-gallery,
  .template-product .media-gallery,
  .template-product .slider-mobile-gutter,
  .template-product .product__media-list-wrapper,
  .template-product .product__media-list,
  .template-product .product__media-list.slider,
  .template-product .product__media-list.slider--mobile,
  .template-product .product__media-list.grid,
  .template-product .product__media-list.grid--peek {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .template-product .product__media-list.grid,
  .template-product .product__media-list.grid--peek,
  .template-product .product__media-list.slider,
  .template-product .product__media-list.slider--mobile {
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    scroll-padding-left: 0 !important;
    scroll-padding-right: 0 !important;
  }

  .template-product .product__media-list.grid--peek .grid__item,
  .template-product .product__media-list .grid__item,
  .template-product .product__media-list .slider__slide,
  .template-product .product__media-item,
  .template-product li.product__media-item,
  .template-product .product__media-list > li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .template-product .product__media-list.grid--peek .grid__item:first-child,
  .template-product .product__media-list .grid__item:first-child,
  .template-product .product__media-list .slider__slide:first-child,
  .template-product .product__media-item:first-child,
  .template-product li.product__media-item:first-child,
  .template-product .product__media-list > li:first-child {
    margin-left: 0 !important;
  }

  .template-product .product__media-wrapper .product-media-container,
  .template-product .product__media-wrapper .media,
  .template-product .product__media-wrapper .product__modal-opener,
  .template-product .product__media-wrapper .product__media,
  .template-product .product__media-wrapper .deferred-media {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  .template-product .product__media-wrapper .media {
    aspect-ratio: 1 / 1 !important;
    padding-top: 0 !important;
  }

  .template-product .product__media-wrapper .media > img,
  .template-product .product__media-wrapper .media > video,
  .template-product .product__media-wrapper .media > iframe,
  .template-product .product__media-wrapper .media > model-viewer,
  .template-product .product__media-wrapper .product__media img,
  .template-product .product__media-wrapper .deferred-media__poster img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    border-radius: 22px !important;
  }

  .template-product .product__media-wrapper .slider-buttons,
  .template-product .product__media-wrapper .slider-counter {
    width: 100% !important;
  }
}
/* ===== FORCE UPSELL MOBILE REDESIGN ===== */

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

  .shrine-upsell-box__label {
    display: grid !important;
    grid-template-columns: 2.4rem 6.5rem 1fr auto !important;
    gap: 1.2rem !important;
    align-items: center !important;

    padding: 1.3rem !important;
    border-radius: 18px !important;

    background: linear-gradient(180deg, #fffaf5 0%, #fff1e6 100%) !important;
    border: 2px solid #f0d6c2 !important;

    box-shadow: 0 10px 25px rgba(255, 122, 0, 0.08) !important;

    position: relative !important;
  }

  /* CHECKBOX */
  .shrine-upsell-box__checkmark {
    width: 2.4rem !important;
    height: 2.4rem !important;
    border-radius: 50% !important;
    border: 2px solid #d8b89b !important;
    background: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* IMAGE */
  .shrine-upsell-box__image-wrap {
    width: 6.5rem !important;
    height: 6.5rem !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: white !important;
  }

  /* TITLE */
  .shrine-upsell-box__title {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
  }

  /* TEXT */
  .shrine-upsell-box__text {
    font-size: 1.1rem !important;
    opacity: 0.7 !important;
  }

  /* PRICE */
  .shrine-upsell-box__price {
    font-size: 1.7rem !important;
    font-weight: 900 !important;
    color: #b33c00 !important;
  }

  /* SELECTED STATE */
  .shrine-upsell-box__checkbox:checked + .shrine-upsell-box__checkmark {
    background: #ff7a00 !important;
    border-color: #ff7a00 !important;
  }

  .shrine-upsell-box__checkbox:checked ~ * {
    transform: scale(1.01);
  }

  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) {
    border-color: #ff7a00 !important;
    box-shadow: 0 0 0 3px rgba(255,122,0,0.15) !important;
  }

}
/* ===== UPSSELL REDESIGN - MOBILE ===== */
@media screen and (max-width: 749px) {

  .shrine-upsell-box {
    margin: 1.2rem 0 1.4rem !important;
  }

  .shrine-upsell-box__label {
    display: grid !important;
    grid-template-columns: 2.2rem 5.8rem minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 1rem !important;
    row-gap: 0 !important;
    padding: 1.2rem 1.1rem !important;
    border: 1.5px solid #efc9a8 !important;
    border-radius: 1.6rem !important;
    background: linear-gradient(180deg, #fffaf6 0%, #fff3ea 100%) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05) !important;
    position: relative !important;
  }

  /* hide any extra decorative orange dot */
  .shrine-upsell-box__label::before,
  .shrine-upsell-box__label::after {
    content: none !important;
  }

  .shrine-upsell-box__checkbox {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .shrine-upsell-box__checkmark {
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
    border-radius: 0.45rem !important;
    border: 2px solid #d9b08e !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.05) !important;
    margin: 0 !important;
    position: relative !important;
  }

  .shrine-upsell-box__checkmark::after {
    content: "" !important;
    width: 0.8rem !important;
    height: 0.45rem !important;
    border-left: 0.2rem solid #fff !important;
    border-bottom: 0.2rem solid #fff !important;
    transform: rotate(-45deg) scale(0) !important;
    transform-origin: center !important;
    transition: transform 0.18s ease !important;
    margin-top: -0.08rem !important;
  }

  .shrine-upsell-box__image-wrap {
    width: 5.8rem !important;
    height: 5.8rem !important;
    min-width: 5.8rem !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #f1dfd0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }

  .shrine-upsell-box__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }

  .shrine-upsell-box__body {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 0.25rem !important;
  }

  .shrine-upsell-box__header {
    display: block !important;
    margin: 0 !important;
    min-width: 0 !important;
  }

  .shrine-upsell-box__title {
    font-size: 1.4rem !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    color: #1b1b1b !important;
    margin: 0 0 0.25rem !important;
    padding: 0 !important;
  }

  .shrine-upsell-box__text {
    font-size: 1.08rem !important;
    line-height: 1.3 !important;
    color: #8a8178 !important;
    margin: 0 !important;
  }

  .shrine-upsell-box__price {
    font-size: 1.5rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #b84d00 !important;
    white-space: nowrap !important;
    align-self: center !important;
    margin: 0 !important;
    padding-left: 0.4rem !important;
  }

  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) {
    border-color: #ff8a00 !important;
    background: linear-gradient(180deg, #fff8f1 0%, #ffefdf 100%) !important;
    box-shadow:
      0 0 0 0.28rem rgba(255, 138, 0, 0.12),
      0 10px 24px rgba(255, 138, 0, 0.12) !important;
  }

  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__checkmark {
    background: linear-gradient(180deg, #ff9500 0%, #ff7a00 100%) !important;
    border-color: #ff7a00 !important;
  }

  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__checkmark::after {
    transform: rotate(-45deg) scale(1) !important;
  }

  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__title,
  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__price {
    color: #a84200 !important;
  }
}
.upsell-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: 1rem;
  font-weight: 700;
  color: #b45309;
  background: rgba(255, 122, 0, 0.12);
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.45rem;
  line-height: 1;
}
/* ===== UPSSELL POP / CONVERSION BOOST ===== */
@media screen and (max-width: 749px) {
  .shrine-upsell-box__label {
    border: 2px solid #f2c9a5 !important;
    background: linear-gradient(180deg, #fff9f4 0%, #ffefe1 100%) !important;
    box-shadow:
      0 12px 30px rgba(255, 122, 0, 0.10),
      0 2px 10px rgba(0, 0, 0, 0.04) !important;
    transform: translateZ(0) !important;
  }

  .shrine-upsell-box__body {
    position: relative !important;
  }

  .upsell-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 1.02rem;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(180deg, #ff9a1f 0%, #ff7a00 100%);
    padding: 0.38rem 0.78rem;
    border-radius: 999px;
    margin-bottom: 0.55rem;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(255, 122, 0, 0.22);
    letter-spacing: 0.01em;
  }

  .shrine-upsell-box__title {
    font-size: 1.48rem !important;
    font-weight: 900 !important;
    color: #161616 !important;
  }

  .shrine-upsell-box__text {
    font-size: 1.1rem !important;
    line-height: 1.35 !important;
    color: #73685f !important;
  }

  .shrine-upsell-box__price {
    font-size: 1.65rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, #ff8e12 0%, #ff6f00 100%) !important;
    padding: 0.55rem 0.75rem !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 18px rgba(255, 122, 0, 0.20) !important;
    min-width: 6.4rem !important;
    text-align: center !important;
  }

  .shrine-upsell-box__image-wrap {
    box-shadow:
      0 10px 22px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 rgba(255,255,255,0.8) !important;
  }

  .shrine-upsell-box__checkmark {
    width: 2.15rem !important;
    height: 2.15rem !important;
    border-radius: 0.55rem !important;
    border: 2px solid #d79d6e !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
  }

  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) {
    border-color: #ff7a00 !important;
    background: linear-gradient(180deg, #fff7ef 0%, #ffe8d2 100%) !important;
    box-shadow:
      0 0 0 0.38rem rgba(255, 122, 0, 0.14),
      0 18px 34px rgba(255, 122, 0, 0.16),
      0 4px 14px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-2px) !important;
  }

  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .upsell-badge {
    background: linear-gradient(180deg, #ff7a00 0%, #f05a00 100%);
    box-shadow: 0 10px 22px rgba(240, 90, 0, 0.24);
  }

  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__checkmark {
    background: linear-gradient(180deg, #ff9500 0%, #ff6f00 100%) !important;
    border-color: #ff6f00 !important;
    box-shadow:
      0 0 0 0.24rem rgba(255, 122, 0, 0.16),
      0 8px 18px rgba(255, 122, 0, 0.20) !important;
    transform: scale(1.05) !important;
  }

  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__title {
    color: #111111 !important;
  }

  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__price {
    background: linear-gradient(180deg, #ff7d00 0%, #e85d00 100%) !important;
    box-shadow: 0 10px 22px rgba(232, 93, 0, 0.26) !important;
  }
}
.shrine-upsell-box__price,
.shrine-upsell-box__price * {
  color: #ffffff !important;
}
/* ===== UPSSELL PRICE: REMOVE PILL + SUBTLE ANIMATION ===== */
@media screen and (max-width: 749px) {
  .shrine-upsell-box__price {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-width: auto !important;
    border-radius: 0 !important;
    color: #c65a00 !important;
    font-size: 1.65rem !important;
    font-weight: 900 !important;
    text-align: right !important;
    animation: shrineUpsellPricePulse 2.2s ease-in-out infinite !important;
  }

  .shrine-upsell-box__price *,
  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__price,
  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__price * {
    background: transparent !important;
    box-shadow: none !important;
    color: #c65a00 !important;
  }

  .shrine-upsell-box__label:has(.shrine-upsell-box__checkbox:checked) .shrine-upsell-box__price {
    color: #b84d00 !important;
  }

  @keyframes shrineUpsellPricePulse {
    0% {
      transform: scale(1);
      opacity: 0.92;
      text-shadow: 0 0 0 rgba(255, 122, 0, 0);
    }
    50% {
      transform: scale(1.045);
      opacity: 1;
      text-shadow: 0 0 12px rgba(255, 122, 0, 0.18);
    }
    100% {
      transform: scale(1);
      opacity: 0.92;
      text-shadow: 0 0 0 rgba(255, 122, 0, 0);
    }
  }
  /* ===== MOVE PRICE UNDER TEXT (MOBILE) ===== */
@media screen and (max-width: 749px) {

  .shrine-upsell-box__label {
    grid-template-columns: 2.2rem 5.8rem 1fr !important;
  }

  .shrine-upsell-box__body {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .shrine-upsell-box__header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.2rem !important;
  }

  .shrine-upsell-box__price {
    order: 3 !important;
    margin-top: 0.4rem !important;
    text-align: left !important;
  }


}
/* =========================================================
   SNACK-A-WHEEL GLOBAL MOBILE THEME POLISH
   Menu drawer + cart page + footer
========================================================= */

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

  /* ---------- MENU DRAWER ---------- */

  .menu-drawer,
  .menu-drawer__inner-container,
  .menu-drawer__navigation,
  .menu-drawer__submenu,
  .menu-drawer__utility-links {
    background: linear-gradient(180deg, #fffdfb 0%, #fff6ee 100%) !important;
  }

  .menu-drawer {
    color: #1a1a1a !important;
  }

  .menu-drawer__menu-item,
  .menu-drawer__close-button,
  .menu-drawer summary,
  .menu-drawer details > summary,
  .menu-drawer .list-menu__item,
  .menu-drawer .link,
  .menu-drawer .customer a,
  .menu-drawer .customer button,
  .menu-drawer .localization-form__select,
  .menu-drawer .disclosure__button,
  .menu-drawer .disclosure__link,
  .menu-drawer .localization-selector,
  .menu-drawer .text-area,
  .menu-drawer .field__input,
  .menu-drawer .field__label {
    color: #1a1a1a !important;
    opacity: 1 !important;
  }

  .menu-drawer .icon-caret,
  .menu-drawer .icon-arrow,
  .menu-drawer .svg-wrapper,
  .menu-drawer svg {
    color: #1a1a1a !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  .menu-drawer__menu-item {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    padding: 1.35rem 0 !important;
    border-bottom: 1px solid rgba(227, 194, 165, 0.45) !important;
  }

  .menu-drawer__menu-item:hover,
  .menu-drawer__menu-item:focus,
  .menu-drawer__close-button:hover,
  .menu-drawer__close-button:focus {
    color: #c75a00 !important;
  }

  .menu-drawer__navigation {
    padding: 1.4rem 2rem 0.8rem !important;
  }

  .menu-drawer__utility-links {
    padding: 2rem !important;
    border-top: 1px solid rgba(227, 194, 165, 0.45) !important;
  }

  .menu-drawer .customer,
  .menu-drawer .list-social,
  .menu-drawer .localization-form {
    color: #1a1a1a !important;
  }

  .menu-drawer .field__input,
  .menu-drawer .select__select,
  .menu-drawer .localization-form__select,
  .menu-drawer .disclosure__button {
    background: #fffaf5 !important;
    border: 1.5px solid #ecd7c5 !important;
    border-radius: 1.4rem !important;
    min-height: 4.8rem !important;
    box-shadow: none !important;
  }

  /* ---------- CART PAGE ---------- */

  .template-cart main,
  .template-cart .page-width,
  .cart,
  .cart__warnings,
  .cart__empty-text,
  .cart-items,
  .cart__footer {
    color: #171717 !important;
  }

  .template-cart .page-width {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }

  .template-cart .title,
  .template-cart h1,
  .template-cart h2,
  .template-cart .cart__empty-text {
    color: #111111 !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
  }

  .template-cart .cart__warnings,
  .template-cart .cart__footer,
  .template-cart .cart-items,
  .template-cart .totals,
  .template-cart .cart__blocks {
    background: transparent !important;
  }

  .template-cart .cart__warnings {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
  }

  .template-cart .cart__empty-text {
    font-size: 2.1rem !important;
    margin-bottom: 1.4rem !important;
    text-align: center !important;
  }

  .template-cart .cart__login-title,
  .template-cart .cart__login-paragraph {
    text-align: center !important;
  }

  .template-cart .cart__login-title {
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    margin-top: 3rem !important;
    margin-bottom: 0.8rem !important;
  }

  .template-cart .cart__login-paragraph,
  .template-cart .cart__login-paragraph a {
    color: #5e5a56 !important;
  }

  .template-cart .button,
  .template-cart .button--secondary,
  .template-cart .cart__checkout-button,
  .template-cart .cart__warnings .button {
    border-radius: 999px !important;
    min-height: 5.4rem !important;
    padding: 0 2.2rem !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 0 #b45700, 0 16px 28px rgba(255, 122, 0, 0.16) !important;
  }

  .template-cart .button--secondary,
  .template-cart .cart__warnings .button {
    background: #0f1320 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* ---------- FOOTER / NEWSLETTER / COUNTRY ---------- */

  .footer,
  .footer__content-top,
  .footer__content-bottom {
    background: #f7f3ee !important;
    color: #1a1a1a !important;
  }

  .footer *,
  .footer a,
  .footer p,
  .footer h2,
  .footer h3,
  .footer .link,
  .footer .copyright__content,
  .footer .list-menu__item--link {
    color: #1a1a1a !important;
  }

  .footer .footer-block__heading,
  .footer .newsletter-form__field-wrapper + *,
  .footer h2 {
    font-weight: 800 !important;
  }

  .footer .field__input,
  .footer .select__select,
  .footer .localization-form__select,
  .footer .disclosure__button,
  .footer .newsletter-form__field-wrapper .field {
    background: #fffaf5 !important;
    border: 1.5px solid #e8d8c9 !important;
    border-radius: 1.4rem !important;
    box-shadow: none !important;
    color: #1a1a1a !important;
  }

  .footer .field__input::placeholder {
    color: #847b73 !important;
    opacity: 1 !important;
  }

  .footer .field__label,
  .footer label {
    color: #736b64 !important;
  }

  .footer .newsletter-form__button,
  .footer .field__button {
    color: #1a1a1a !important;
  }

  .footer .list-payment {
    justify-content: center !important;
    gap: 0.8rem !important;
  }

  .footer .list-payment__item {
    background: rgba(255, 255, 255, 0.7) !important;
    border-radius: 0.8rem !important;
    padding: 0.2rem !important;
  }
}
/* =========================================================
   SNACK-A-WHEEL — HEADER + MOBILE MENU DRAWER BRAND PASS
   Safe modular override
   ========================================================= */

:root {
  --saw-cream: #f8f1e7;
  --saw-cream-2: #fff8ef;
  --saw-orange: #e58a2f;
  --saw-orange-deep: #c96f16;
  --saw-brown: #2f2418;
  --saw-brown-soft: #5f4a33;
  --saw-border: rgba(47, 36, 24, 0.1);
  --saw-shadow: 0 10px 30px rgba(47, 36, 24, 0.08);
  --saw-radius: 18px;
}

/* ---------- HEADER SHELL ---------- */

.shopify-section-header,
.section-header,
.header-wrapper,
.header-wrapper--border-bottom,
.header {
  background: var(--saw-cream) !important;
  color: var(--saw-brown) !important;
}

.header-wrapper {
  border-bottom: 1px solid rgba(47, 36, 24, 0.08) !important;
  box-shadow: 0 8px 24px rgba(47, 36, 24, 0.06);
  backdrop-filter: blur(6px);
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(
    to bottom,
    #f8f1e7 0%,
    #f4eadf 100%
  );
}

/* logo / text */
.header__heading,
.header__heading-link,
.header__heading-link span,
.header__menu-item,
.header__active-menu-item,
.list-menu__item,
.header__icon,
.header__icon span,
.header__icon .icon,
.localization-form__select,
.disclosure__button {
  color: var(--saw-brown) !important;
}

/* remove white/faded default link look */
.header a,
.header summary,
.header button,
.header .link {
  color: var(--saw-brown) !important;
}

/* header icons */
.header__icon svg,
.modal__toggle-open svg,
.header__icon svg {
  opacity: 0.9;
}
.modal__toggle-close svg,
.menu-drawer__close-button svg,
predictive-search .icon,
.header .icon {
  color: var(--saw-brown) !important;
  stroke: currentColor !important;
}

/* hover states */
.header__menu-item:hover,
.list-menu__item:hover,
.header__icon:hover,
.header a:hover,
.header summary:hover {
  color: var(--saw-orange-deep) !important;
}

/* cart count bubble */
.cart-count-bubble {
  background: var(--saw-orange) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  border: 2px solid var(--saw-cream) !important;
}

/* ---------- MOBILE HEADER SPACING ---------- */

@media screen and (max-width: 989px) {
  .header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

 .header__heading-link {
  padding: 6px 14px;
  border-radius: 999px;
  background: #fffdf9;
  border: 1px solid rgba(47, 36, 24, 0.08);
  box-shadow: 0 6px 16px rgba(47, 36, 24, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

  .header__icons {
    gap: 6px;
  }

 .header__icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #fffdf9;
  border: 1px solid rgba(47, 36, 24, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.header__icon:hover {
  background: #fff4e6;
  border-color: rgba(229, 138, 47, 0.4);
  transform: translateY(-1px);
}
}

/* ---------- MENU DRAWER SHELL ---------- */

.menu-drawer,
.menu-drawer__inner-container,
.menu-drawer__navigation-container,
.js menu-drawer > details > div,
.js details[open] > .menu-drawer,
.header__submenu {
  background: var(--saw-cream-2) !important;
  color: var(--saw-brown) !important;
}

/* drawer panel itself */
.menu-drawer__inner-container {
  border-right: 1px solid var(--saw-border);
  box-shadow: var(--saw-shadow);
}

/* top row inside drawer */
.menu-drawer__utility-links,
.menu-drawer__navigation {
  background: transparent !important;
}

/* links */
.menu-drawer__menu-item,
.menu-drawer summary,
.menu-drawer__close-button,
.menu-drawer .list-menu__item,
.menu-drawer a,
.menu-drawer button,
.menu-drawer .link {
  color: var(--saw-brown) !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

/* fix white-on-light issue hard */
.menu-drawer .icon,
.menu-drawer svg,
.menu-drawer summary .icon-caret,
.menu-drawer__close-button .icon {
  color: var(--saw-brown) !important;
  stroke: currentColor !important;
}

/* main drawer item cards */
.menu-drawer__menu-item {
  margin: 0 12px 8px;
  padding: 14px 16px !important;
  border-radius: 14px;
  background: #fffdf9;
  border: 1px solid var(--saw-border);
  font-weight: 600;
  line-height: 1.25;
}

/* hover/active */
.menu-drawer__menu-item:hover,
.menu-drawer__menu-item:focus,
.menu-drawer summary:hover,
.menu-drawer a:hover {
  color: var(--saw-orange-deep) !important;
  background: #fff4e6 !important;
}

/* submenu spacing */
.menu-drawer__submenu {
  padding-top: 4px !important;
  padding-bottom: 8px !important;
  background: transparent !important;
}

/* submenu links */
.menu-drawer__submenu .menu-drawer__menu-item {
  margin-left: 24px;
  margin-right: 12px;
  background: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

/* drawer close button */
.menu-drawer__close-button {
  margin: 10px 12px 6px;
  min-height: 44px;
  border-radius: 14px;
  background: rgba(229, 138, 47, 0.08) !important;
  font-weight: 700;
}

/* utility links at bottom */
.menu-drawer__utility-links {
  padding: 14px 14px 18px !important;
  border-top: 1px solid var(--saw-border);
}

.menu-drawer__utility-links .link,
.menu-drawer__utility-links a,
.menu-drawer__utility-links button,
.menu-drawer__utility-links .list-menu__item {
  color: var(--saw-brown) !important;
}

/* localization / country selector inside drawer */
.menu-drawer localization-form,
.menu-drawer .localization-form,
.menu-drawer .disclosure {
  display: block;
  width: 100%;
}

.menu-drawer .localization-form__select,
.menu-drawer .disclosure__button {
  color: var(--saw-brown) !important;
  background: #fffdf9 !important;
  border: 1px solid var(--saw-border) !important;
  border-radius: 14px !important;
  min-height: 48px;
  padding: 10px 14px !important;
}

/* ---------- DESKTOP NAV PILLS ---------- */

@media screen and (min-width: 990px) {
  .header__inline-menu .list-menu {
    gap: 6px;
  }

  .header__menu-item {
    padding: 10px 14px !important;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .header__menu-item:hover,
  .header__active-menu-item {
    background: rgba(229, 138, 47, 0.12) !important;
    color: var(--saw-orange-deep) !important;
    text-decoration: none !important;
  }
}
/* =========================================
   SNACK-A-WHEEL HEADER FINAL MOBILE OVERRIDE
   PASTE AT VERY END OF base.css
   ========================================= */

@media screen and (max-width: 989px) {
  .shopify-section-header-sticky,
  .section-header,
  .header-wrapper,
  .header-wrapper--border-bottom,
  .header {
    background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  }

  .header-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 10px 24px rgba(255, 122, 0, 0.22) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .header {
    min-height: 70px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    align-items: center !important;
  }

  .header__heading,
  .header__heading-link {
    margin: 0 !important;
    line-height: 0 !important;
  }

  .header__heading-link {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .header__heading-logo {
    max-height: 52px !important;
    width: auto !important;
  }

  .header__icons {
    gap: 8px !important;
    padding-right: 0 !important;
  }

  .header__icon,
  .header__icon--cart,
  .header__icon--menu {
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
  }

  .header__icon .svg-wrapper {
    width: 42px !important;
    height: 42px !important;
  }

  .header__icon .icon,
  .header__icon svg,
  .header__icon path,
  .header__icon span,
  .header__icon--menu .icon,
  .header__icon--cart .icon {
    color: #ffffff !important;
    fill: none !important;
    stroke: currentColor !important;
    opacity: 1 !important;
  }

  .header__icon:hover,
  .header__icon:focus,
  .header__icon:active {
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.24) !important;
    transform: none !important;
  }

  .cart-count-bubble {
    background: #ffffff !important;
    color: #c94b00 !important;
    border: 2px solid #ff7a00 !important;
    box-shadow: none !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — MOBILE DRAWER UPGRADE
   ========================================= */

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

  /* push content down from header */
  .menu-drawer__navigation {
    padding-top: 18px !important;
  }

  /* main container spacing */
  .menu-drawer__inner-container {
    padding-top: 8px !important;
  }

  /* MENU ITEMS → CARD STYLE */
  .menu-drawer__menu-item {
    margin: 0 16px 12px !important;
    padding: 16px 18px !important;
    border-radius: 16px !important;
    background: #fffaf3 !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  /* subtle hover */
  .menu-drawer__menu-item:active {
    background: #fff0df !important;
  }

  /* remove weird default padding */
  .menu-drawer__menu {
    padding: 0 !important;
  }

  /* CLOSE BUTTON (top) */
  .menu-drawer__close-button {
    margin: 10px 16px 12px !important;
    padding: 14px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
    font-weight: 600 !important;
  }

  /* ---------- BOTTOM SECTION ---------- */

  .menu-drawer__utility-links {
    margin-top: 18px !important;
    padding: 16px !important;
    border-top: 1px solid rgba(0,0,0,0.06) !important;
    background: #fff7ed !important;
  }

  /* login row */
  .menu-drawer__utility-links .list-menu__item {
    font-weight: 600 !important;
    margin-bottom: 12px !important;
  }

  /* country selector container */
  .menu-drawer .localization-form {
    margin-top: 10px !important;
  }

  /* dropdown styling */
  .menu-drawer .localization-form__select,
  .menu-drawer .disclosure__button {
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-radius: 14px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    color: #2f2418 !important;
  }

}
/* =========================================
   SNACK-A-WHEEL — MENU ITEM UX UPGRADE
   ========================================= */

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

  /* add arrow indicator */
  .menu-drawer__menu-item {
    position: relative;
    padding-right: 44px !important;
  }

  .menu-drawer__menu-item::after {
    content: "→";
    position: absolute;
    right: 16px;
    font-size: 16px;
    opacity: 0.5;
    transition: all 0.2s ease;
  }

  /* interaction feedback */
  .menu-drawer__menu-item:active {
    transform: scale(0.98);
  }

  .menu-drawer__menu-item:active::after {
    transform: translateX(4px);
    opacity: 1;
  }

}
/* =========================================
   SNACK-A-WHEEL — CART PAGE + CART DRAWER
   BRAND SHELL PASS
   PASTE AT VERY END OF base.css
   ========================================= */

:root {
  --saw-cart-cream: #f8f1e7;
  --saw-cart-cream-2: #fff8ef;
  --saw-cart-card: #fffdf9;
  --saw-cart-orange: #ff8a00;
  --saw-cart-orange-deep: #c95a00;
  --saw-cart-text: #2f2418;
  --saw-cart-text-soft: #7a6a58;
  --saw-cart-border: rgba(47, 36, 24, 0.08);
  --saw-cart-shadow: 0 14px 34px rgba(47, 36, 24, 0.08);
  --saw-cart-radius: 20px;
}

/* ---------- CART DRAWER SHELL ---------- */

.drawer,
.cart-drawer,
.cart-drawer .drawer__inner,
.cart-drawer .drawer__header,
.cart-drawer .drawer__contents {
  background: var(--saw-cart-cream-2) !important;
  color: var(--saw-cart-text) !important;
}

.cart-drawer .drawer__inner {
  border-left: 1px solid var(--saw-cart-border) !important;
  box-shadow: var(--saw-cart-shadow) !important;
}

.cart-drawer .drawer__header {
  padding: 18px 18px 12px !important;
  border-bottom: 1px solid var(--saw-cart-border) !important;
}

.cart-drawer .drawer__heading {
  color: var(--saw-cart-text) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

.cart-drawer .drawer__close,
.cart-drawer .drawer__close svg,
.cart-drawer .drawer__close .icon {
  color: var(--saw-cart-text) !important;
  stroke: currentColor !important;
}

/* ---------- CART ITEMS ---------- */

.cart-item,
.cart-items tbody tr,
.cart-drawer .cart-item {
  background: transparent !important;
}

.cart-item > td,
.cart-drawer .cart-item {
  border-bottom: none !important;
}

.cart-drawer .cart-items,
.cart-drawer tbody,
.cart-items {
  background: transparent !important;
}

.cart-drawer .cart-item,
.cart-items tbody tr {
  background: var(--saw-cart-card) !important;
  border: 1px solid var(--saw-cart-border) !important;
  border-radius: var(--saw-cart-radius) !important;
  box-shadow: 0 8px 22px rgba(47, 36, 24, 0.05) !important;
  overflow: hidden !important;
}

/* spacing between cart cards */
.cart-drawer .cart-items .cart-item,
.cart-items tbody tr {
  margin-bottom: 14px !important;
}

/* allow rounded row cards on cart page */
/* restore proper layout */
.cart-items tbody {
  display: table-row-group !important;
}

.cart-items tbody tr {
  display: table-row !important;
  width: 100% !important;
  margin-bottom: 14px !important;
}

/* item content text */
.cart-item__name,
.cart-drawer .cart-item__name,
.cart-item__name:hover {
  color: var(--saw-cart-text) !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

.cart-item__details,
.product-option,
.cart-item__totals,
.cart-item__price-wrapper,
.totals,
.tax-note,
.drawer__footer,
.cart__footer,
.cart-item .price,
.cart-drawer .price {
  color: var(--saw-cart-text) !important;
}

.product-option,
.cart-item__details-caption,
.cart-item .discounts,
.cart-drawer .discounts,
.tax-note,
.cart__note label,
.quantity__label,
.caption-with-letter-spacing {
  color: var(--saw-cart-text-soft) !important;
}

/* product image */
.cart-item__image-container,
.cart-item__image-wrapper {
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #fff !important;
}

/* ---------- QUANTITY ---------- */

.quantity,
.quantity-popover-container .quantity,
.cart-drawer .quantity {
  background: #fff !important;
  border: 1px solid var(--saw-cart-border) !important;
  border-radius: 999px !important;
  min-height: 46px !important;
  box-shadow: none !important;
}

.quantity__button,
.quantity__input {
  color: var(--saw-cart-text) !important;
}

.quantity__button:hover {
  background: #fff4e6 !important;
}

/* remove harsh outlines */
.quantity:after,
.quantity:before,
.cart-drawer .quantity:after,
.cart-drawer .quantity:before {
  box-shadow: none !important;
  border: none !important;
}

/* ---------- REMOVE LINK ---------- */

.cart-remove-button .button,
.cart-item__remove-wrapper .button,
.cart-remove-button .button--tertiary {
  color: var(--saw-cart-orange-deep) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.cart-remove-button .button:hover,
.cart-item__remove-wrapper .button:hover {
  color: var(--saw-cart-orange) !important;
  background: transparent !important;
}

/* ---------- FOOTER / TOTAL AREA ---------- */

.cart-drawer .drawer__footer,
.cart__footer,
.cart__blocks,
.totals,
.cart__checkout-button-wrapper {
  background: transparent !important;
  color: var(--saw-cart-text) !important;
}

.cart-drawer .drawer__footer,
.cart__footer {
  border-top: 1px solid var(--saw-cart-border) !important;
  padding-top: 16px !important;
}

.cart-drawer .totals,
.cart__footer .totals {
  margin-bottom: 14px !important;
}

.totals__total,
.totals h2,
.cart__footer .totals__subtotal-value,
.cart-drawer .totals__subtotal-value {
  color: var(--saw-cart-text) !important;
  font-weight: 800 !important;
}

/* checkout button */
.cart__checkout-button,
.cart-drawer__footer .button,
.cart-drawer .button,
.cart__footer .button {
  border-radius: 999px !important;
  min-height: 54px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 10px 22px rgba(255, 122, 0, 0.24) !important;
  font-weight: 800 !important;
}

.cart__checkout-button:hover,
.cart-drawer .button:hover,
.cart__footer .button:hover {
  background: linear-gradient(180deg, #ff981f 0%, #ff7a00 100%) !important;
  color: #ffffff !important;
}

/* ---------- EMPTY CART ---------- */

.cart__warnings,
.cart-drawer__empty-content,
.is-empty,
.cart__empty-text {
  color: var(--saw-cart-text) !important;
}

.cart__warnings .button,
.cart-drawer__empty-content .button {
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #fff !important;
  border: none !important;
}

/* ---------- MOBILE POLISH ---------- */

@media screen and (max-width: 989px) {
  .cart-drawer .drawer__header {
    padding: 16px 16px 10px !important;
  }

  .cart-drawer .drawer__contents,
  .cart__items,
  .cart__footer {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .cart-drawer .cart-item,
  .cart-items tbody tr {
    border-radius: 18px !important;
  }

  .cart-item {
    gap: 12px !important;
  }

  .cart-item__name,
  .cart-drawer .cart-item__name {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  .cart__checkout-button,
  .cart-drawer .button,
  .cart__footer .button {
    min-height: 56px !important;
    font-size: 16px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — CART TIGHTEN + UX POLISH
   ========================================= */

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

  /* ---------- CART ITEM STRUCTURE ---------- */

  .cart-items tbody tr {
    padding: 14px !important;
    gap: 12px !important;
  }

  .cart-item {
    align-items: center !important;
  }

  /* reduce image size slightly for balance */
  .cart-item__media {
    width: 72px !important;
  }

  /* ---------- TEXT HIERARCHY ---------- */

  .cart-item__name {
    font-size: 15px !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
  }

  .cart-item__details {
    font-size: 13px !important;
  }

  /* ---------- PRICE ALIGNMENT ---------- */

  .cart-item__totals {
    font-weight: 800 !important;
    font-size: 15px !important;
  }

  /* ---------- QUANTITY + REMOVE GROUP ---------- */

  .cart-item__quantity-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 6px !important;
  }

  .quantity {
    min-height: 40px !important;
    padding: 0 6px !important;
  }

  .quantity__button {
    width: 36px !important;
  }

  .quantity__input {
    font-size: 14px !important;
  }

  /* remove icon becomes inline */
  .cart-remove-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .cart-remove-button .icon {
    width: 18px !important;
    height: 18px !important;
    opacity: 0.6;
  }

  /* ---------- TOTAL SECTION ---------- */

  .cart__footer,
  .cart-drawer .drawer__footer {
    margin-top: 10px !important;
  }

  .totals {
    background: #fffaf3 !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
    border-radius: 16px !important;
    padding: 14px !important;
  }

  .totals__total {
    font-size: 18px !important;
  }

  /* ---------- CHECKOUT BUTTON ---------- */

  .cart__checkout-button {
    margin-top: 12px !important;
  }

  /* ---------- SHOP PAY BUTTON FIX ---------- */

  .shopify-cleanslate div[role="button"] {
    border-radius: 999px !important;
    overflow: hidden !important;
  }

}
/* =========================================
   FIXED CART CARD SYSTEM (SAFE VERSION)
   ========================================= */

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

  /* wrap each cart item visually */
  .cart-item {
    display: grid !important;
    grid-template-columns: 80px 1fr;
    gap: 12px;
    background: #fffdf9;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 18px;
    padding: 14px;
    margin-bottom: 14px;
  }

  /* image sizing */
  .cart-item__media {
    width: 80px !important;
  }

  .cart-item__image {
    border-radius: 12px;
  }

  /* content column */
  .cart-item__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* quantity row */
  .cart-item__quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
  }

  /* price align right */
  .cart-item__totals {
    margin-top: 6px;
  }

}
/* =========================================
   SNACK-A-WHEEL — MOBILE STICKY CHECKOUT BAR
   PASTE AT VERY END OF base.css
   ========================================= */

@media screen and (max-width: 989px) {
  body.template-cart {
    padding-bottom: 170px !important;
  }

  body.template-cart .cart__footer {
    position: sticky !important;
    bottom: 0 !important;
    z-index: 30 !important;
    background: rgba(248, 241, 231, 0.96) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-top: 1px solid rgba(47, 36, 24, 0.08) !important;
    box-shadow: 0 -10px 30px rgba(47, 36, 24, 0.08) !important;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom)) !important;
    margin-top: 20px !important;
  }

  body.template-cart .cart__blocks {
    margin: 0 !important;
  }

  body.template-cart .totals {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 0 10px 0 !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    background: #fffaf3 !important;
    border: 1px solid rgba(47, 36, 24, 0.06) !important;
  }

  body.template-cart .totals > * {
    margin: 0 !important;
  }

  body.template-cart .totals__total {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #2f2418 !important;
  }

  body.template-cart .totals__subtotal-value,
  body.template-cart .totals .price,
  body.template-cart .totals .totals__subtotal-value {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #2f2418 !important;
  }

  body.template-cart .tax-note,
  body.template-cart .cart__ctas + *:not(.cart__ctas),
  body.template-cart .cart__dynamic-checkout-buttons {
    display: none !important;
  }

  body.template-cart .cart__ctas {
    margin: 0 !important;
  }

  body.template-cart .cart__checkout-button {
    width: 100% !important;
    min-height: 56px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 10px 22px rgba(255, 122, 0, 0.24) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
  }

  body.template-cart .cart__checkout-button:hover,
  body.template-cart .cart__checkout-button:focus {
    background: linear-gradient(180deg, #ff981f 0%, #ff7a00 100%) !important;
    color: #ffffff !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — CART DRAWER CLEANUP
   PASTE AT VERY END OF base.css
   ========================================= */

.cart-drawer .drawer__inner {
  background: #f8f1e7 !important;
}

.cart-drawer .drawer__header {
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  border-bottom: none !important;
  padding: 16px 16px 14px !important;
}

.cart-drawer .drawer__heading,
.cart-drawer .drawer__close,
.cart-drawer .drawer__close svg,
.cart-drawer .drawer__close .icon {
  color: #ffffff !important;
  stroke: currentColor !important;
}

.cart-drawer .drawer__contents {
  background: #f8f1e7 !important;
  padding: 12px !important;
}

.cart-drawer .cart-items,
.cart-drawer .cart-items tbody,
.cart-drawer .cart-items tr,
.cart-drawer .cart-item {
  background: transparent !important;
}

.cart-drawer .cart-item {
  display: grid !important;
  grid-template-columns: 84px 1fr !important;
  gap: 12px !important;
  align-items: start !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 18px !important;
  padding: 14px !important;
  margin-bottom: 12px !important;
  box-shadow: 0 8px 20px rgba(47, 36, 24, 0.05) !important;
}

.cart-drawer .cart-item:last-child {
  margin-bottom: 0 !important;
}

.cart-drawer .cart-item__media {
  width: 84px !important;
  max-width: 84px !important;
}

.cart-drawer .cart-item__image-container,
.cart-drawer .cart-item__image-wrapper,
.cart-drawer .cart-item__image {
  border-radius: 14px !important;
  overflow: hidden !important;
}

.cart-drawer .cart-item__details {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

.cart-drawer .cart-item__name,
.cart-drawer .cart-item__name:hover {
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: #2f2418 !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.cart-drawer .product-option,
.cart-drawer .cart-item__details-caption,
.cart-drawer .cart-item .price,
.cart-drawer .cart-item__price-wrapper {
  color: #7a6a58 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}

.cart-drawer .cart-item__totals,
.cart-drawer .cart-item .price {
  color: #2f2418 !important;
  font-weight: 800 !important;
}

.cart-drawer .cart-item__quantity-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 4px !important;
}

.cart-drawer .quantity {
  min-height: 42px !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  box-shadow: none !important;
}

.cart-drawer .quantity:before,
.cart-drawer .quantity:after {
  display: none !important;
}

.cart-drawer .quantity__button,
.cart-drawer .quantity__input {
  color: #2f2418 !important;
}

.cart-drawer .cart-remove-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.cart-drawer .cart-remove-button .button,
.cart-drawer .cart-item__remove-wrapper .button {
  min-width: 38px !important;
  min-height: 38px !important;
  border-radius: 999px !important;
  background: #fff4e6 !important;
  color: #c95a00 !important;
  padding: 0 !important;
}

.cart-drawer .cart-remove-button .icon,
.cart-drawer .cart-item__remove-wrapper .icon {
  width: 16px !important;
  height: 16px !important;
}

.cart-drawer .drawer__footer {
  background: #f8f1e7 !important;
  border-top: 1px solid rgba(47, 36, 24, 0.08) !important;
  padding: 14px 12px 16px !important;
}

.cart-drawer .totals {
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.06) !important;
  border-radius: 16px !important;
  padding: 12px 14px !important;
  margin-bottom: 12px !important;
}

.cart-drawer .totals__total,
.cart-drawer .totals__subtotal-value {
  color: #2f2418 !important;
  font-weight: 800 !important;
}

.cart-drawer .tax-note,
.cart-drawer .cart__note {
  color: #7a6a58 !important;
}

.cart-drawer .button,
.cart-drawer__footer .button {
  min-height: 54px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 10px 22px rgba(255, 122, 0, 0.24) !important;
  font-weight: 800 !important;
}

.cart-drawer .button:hover,
.cart-drawer__footer .button:hover {
  background: linear-gradient(180deg, #ff981f 0%, #ff7a00 100%) !important;
  color: #ffffff !important;
}
/* =========================================
   CART DRAWER — CONTROL ALIGNMENT FIX
   ========================================= */

.cart-drawer .cart-item__quantity-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

/* group quantity + remove together */
.cart-drawer .cart-item__quantity-wrapper > * {
  flex-shrink: 0;
}

/* FIX REMOVE BUTTON (no more floating blob) */
.cart-drawer .cart-remove-button,
.cart-drawer .cart-item__remove-wrapper {
  margin: 0 !important;
}

.cart-drawer .cart-remove-button .button,
.cart-drawer .cart-item__remove-wrapper .button {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  border-radius: 999px !important;
  background: #fff4e6 !important;
  color: #c95a00 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
}

/* remove glow */
.cart-drawer .cart-remove-button .button::before,
.cart-drawer .cart-remove-button .button::after {
  display: none !important;
}

/* icon size */
.cart-drawer .cart-remove-button .icon {
  width: 16px !important;
  height: 16px !important;
}

/* ---------- TIGHTEN CARD HEIGHT ---------- */

.cart-drawer .cart-item {
  padding: 12px !important;
}

.cart-drawer .cart-item__details {
  gap: 4px !important;
}

/* reduce spacing under price */
.cart-drawer .cart-item .price {
  margin-bottom: 2px !important;
}
/* =========================================
   CART DRAWER — REMOVE BUTTON SOFTENING
   PASTE AT VERY END OF base.css
   ========================================= */

.cart-drawer .cart-item__quantity-wrapper {
  align-items: center !important;
}

.cart-drawer .cart-remove-button .button,
.cart-drawer .cart-item__remove-wrapper .button {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  background: #fff7ed !important;
  color: #d46a00 !important;
  border: 1px solid rgba(255, 138, 0, 0.14) !important;
  box-shadow: none !important;
}

.cart-drawer .cart-remove-button .icon,
.cart-drawer .cart-item__remove-wrapper .icon {
  width: 14px !important;
  height: 14px !important;
}

.cart-drawer .cart-item__quantity-wrapper {
  gap: 10px !important;
}

.cart-drawer .quantity {
  min-height: 40px !important;
}

.cart-drawer .quantity__button {
  width: 34px !important;
}

.cart-drawer .quantity__input {
  font-size: 14px !important;
}
/* =========================================
   SNACK-A-WHEEL — STICKY CART DRAWER FOOTER
   ========================================= */

.cart-drawer .drawer__footer {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 5 !important;

  background: rgba(248, 241, 231, 0.96) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;

  border-top: 1px solid rgba(47, 36, 24, 0.08) !important;
  box-shadow: 0 -8px 24px rgba(47, 36, 24, 0.08) !important;

  padding: 12px 12px calc(12px + env(safe-area-inset-bottom)) !important;
}

/* keep items scrollable above */
.cart-drawer .drawer__contents {
  padding-bottom: 120px !important;
}

/* TOTAL CARD */
.cart-drawer .totals {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  background: #fffaf3 !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  border-radius: 16px !important;

  padding: 12px 14px !important;
  margin-bottom: 10px !important;
}

.cart-drawer .totals__total {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.cart-drawer .totals__subtotal-value {
  font-size: 18px !important;
  font-weight: 800 !important;
}

/* REMOVE CLUTTER */
.cart-drawer .tax-note,
.cart-drawer .cart__note,
.cart-drawer .cart__dynamic-checkout-buttons {
  display: none !important;
}

/* CHECKOUT BUTTON */
.cart-drawer .button {
  width: 100% !important;
  min-height: 56px !important;

  border-radius: 999px !important;
  font-size: 16px !important;
  font-weight: 800 !important;

  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;

  box-shadow: 0 10px 22px rgba(255, 122, 0, 0.25) !important;
}

.cart-drawer .button:hover {
  background: linear-gradient(180deg, #ff981f 0%, #ff7a00 100%) !important;
}
/* =========================================
   SNACK-A-WHEEL — FOOTER / NEWSLETTER / LOCALIZATION
   BRAND PASS
   PASTE AT VERY END OF base.css
   ========================================= */

.footer,
.footer:not(.color-scheme-1),
.shopify-section-group-footer-group,
.section-footer,
.footer__content-top,
.footer__content-bottom {
  background: #2f2418 !important;
  color: #f8f1e7 !important;
}

.footer {
  border-top: 0 !important;
  margin-top: 0 !important;
}

/* main footer spacing */
.footer__content-top {
  padding-top: 42px !important;
  padding-bottom: 24px !important;
}

.footer__content-bottom {
  padding-top: 18px !important;
  padding-bottom: 22px !important;
  border-top: 1px solid rgba(248, 241, 231, 0.12) !important;
}

/* headings */
.footer .footer-block__heading,
.footer .footer-block__heading-inline,
.footer h2,
.footer h3,
.footer h4 {
  color: #fff8ef !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 14px !important;
}

/* body text / links */
.footer,
.footer p,
.footer li,
.footer a,
.footer__copyright,
.footer__small-text,
.footer .list-menu__item,
.footer .link {
  color: rgba(248, 241, 231, 0.88) !important;
}

.footer a {
  text-decoration: none !important;
}

.footer a:hover,
.footer .link:hover,
.footer .list-menu__item:hover {
  color: #ffb15c !important;
}

/* menu links more tappable */
.footer .list-menu__item,
.footer .footer-block__details-content .list-menu__item--link {
  display: inline-flex !important;
  padding: 6px 0 !important;
  line-height: 1.4 !important;
}

/* newsletter shell */
.footer .footer-block--newsletter,
.footer .footer-block__newsletter {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(248, 241, 231, 0.1) !important;
  border-radius: 22px !important;
  padding: 18px !important;
}

/* newsletter heading spacing */
.footer .newsletter-form__field-wrapper,
.footer .footer-block__newsletter .newsletter-form__field-wrapper {
  margin-top: 10px !important;
}

/* newsletter input */
.footer .field__input,
.footer .newsletter-form__field-wrapper .field__input {
  background: #fffaf3 !important;
  color: #2f2418 !important;
  border-radius: 999px !important;
  min-height: 52px !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  box-shadow: none !important;
  padding-right: 56px !important;
}

/* placeholder */
.footer .field__input::placeholder {
  color: #7a6a58 !important;
  opacity: 1 !important;
}

/* input label */
.footer .field__label {
  color: #7a6a58 !important;
}

/* remove harsh Dawn outlines */
.footer .field:before,
.footer .field:after,
.footer .newsletter-form__field-wrapper .field:before,
.footer .newsletter-form__field-wrapper .field:after {
  display: none !important;
}

/* newsletter button */
.footer .newsletter-form__button,
.footer .field__button {
  color: #c95a00 !important;
  right: 10px !important;
}

.footer .newsletter-form__button .icon,
.footer .field__button .icon,
.footer .newsletter-form__button svg,
.footer .field__button svg {
  color: currentColor !important;
  stroke: currentColor !important;
}

/* localization / country selector shell */
.footer .localization-form,
.footer localization-form,
.footer .disclosure {
  display: block !important;
  width: 100% !important;
}

.footer .localization-form__select,
.footer .disclosure__button {
  min-height: 50px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff8ef !important;
  border: 1px solid rgba(248, 241, 231, 0.14) !important;
  padding: 10px 16px !important;
}

/* selector icons */
.footer .disclosure__button .icon,
.footer .localization-form__select .icon,
.footer .disclosure__button svg {
  color: #fff8ef !important;
  stroke: currentColor !important;
}

/* social icons */
.footer .list-social__item .icon,
.footer .list-social__item svg {
  color: #fff8ef !important;
  stroke: currentColor !important;
}

.footer .list-social__link {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(248, 241, 231, 0.1) !important;
  border-radius: 999px !important;
}

/* copyright / bottom row */
.footer__copyright,
.footer__copyright a,
.footer__copyright-content,
.footer__copyright caption,
.footer .policies li a {
  color: rgba(248, 241, 231, 0.72) !important;
}

/* mobile polish */
@media screen and (max-width: 989px) {
  .footer__content-top {
    padding-top: 30px !important;
    padding-bottom: 16px !important;
  }

  .footer__blocks-wrapper {
    gap: 18px !important;
  }

  .footer .footer-block {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(248, 241, 231, 0.08) !important;
    border-radius: 18px !important;
    padding: 16px !important;
  }

  .footer .footer-block--newsletter,
  .footer .footer-block__newsletter {
    border-radius: 20px !important;
    padding: 16px !important;
  }

  .footer .footer-block__heading,
  .footer h2,
  .footer h3 {
    margin-bottom: 10px !important;
    font-size: 18px !important;
  }

  .footer .localization-form__select,
  .footer .disclosure__button {
    min-height: 48px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — FOOTER CLEANUP PASS
   PASTE AT VERY END OF base.css
   ========================================= */

/* remove stacked box feel */
.footer .footer-block,
.footer .footer-block--newsletter,
.footer .footer-block__newsletter {
  box-shadow: none !important;
}

/* make newsletter section cleaner */
.footer .footer-block--newsletter,
.footer .footer-block__newsletter {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(248, 241, 231, 0.08) !important;
  border-radius: 20px !important;
  padding: 18px !important;
}

/* remove extra inner wrappers causing double borders */
.footer .newsletter-form__field-wrapper,
.footer .newsletter-form {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* clean email field */
.footer .field {
  display: flex !important;
  align-items: center !important;
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 999px !important;
  min-height: 54px !important;
  padding: 0 10px 0 0 !important;
  box-shadow: none !important;
}

.footer .field:before,
.footer .field:after {
  display: none !important;
}

/* input itself */
.footer .field__input,
.footer .newsletter-form__field-wrapper .field__input {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 54px !important;
  padding: 16px 48px 16px 18px !important;
  color: #2f2418 !important;
}

/* stop floating label overlap */
.footer .field__label {
  display: none !important;
}

/* arrow button */
.footer .newsletter-form__button,
.footer .field__button {
  position: static !important;
  min-width: 40px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  background: #fff4e6 !important;
  color: #c95a00 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

/* remove blank white strip / broken inputs */
.footer .field__input:not(.newsletter__input) + .field__label,
.footer .newsletter__subheading:empty,
.footer .footer-block:empty,
.footer .placeholder,
.footer .field input:-webkit-autofill + label {
  display: none !important;
}

/* localization area */
.footer localization-form,
.footer .localization-form {
  margin-top: 14px !important;
}

.footer .localization-form__select,
.footer .disclosure__button {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(248, 241, 231, 0.18) !important;
  color: #fff8ef !important;
  border-radius: 14px !important;
  min-height: 50px !important;
}

/* payment icons layout */
.footer .payment-icons,
.footer .list-payment {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: center !important;
  padding: 0 !important;
  margin-top: 18px !important;
}

.footer .list-payment__item {
  margin: 0 !important;
}

.footer .list-payment__item svg,
.footer .icon--full-color {
  border-radius: 8px !important;
}

/* copyright area spacing */
.footer__content-bottom-wrapper,
.footer__copyright {
  text-align: center !important;
}

.footer__copyright {
  margin-top: 18px !important;
  line-height: 1.6 !important;
}

/* mobile tighten */
@media screen and (max-width: 989px) {
  .footer .footer-block {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .footer .footer-block--newsletter,
  .footer .footer-block__newsletter {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .footer .field {
    min-height: 52px !important;
  }

  .footer .field__input {
    min-height: 52px !important;
    font-size: 16px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — FOOTER LOCALIZATION CLEANUP
   PASTE AT VERY END OF base.css
   ========================================= */

/* hide the extra Country/region label row above the selector */
.footer .footer__localization h2,
.footer .footer__localization .caption-large,
.footer .footer__localization .localization-form__label,
.footer .footer__localization label,
.footer .disclosure__label {
  display: none !important;
}

/* remove the blank white strip container if it still renders */
.footer .footer__localization > *:first-child:not(form):not(localization-form),
.footer .footer__localization .no-js-hidden > .visually-hidden + * {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* tighten spacing so selector sits correctly */
.footer .footer__localization,
.footer localization-form,
.footer .localization-form {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.footer .footer__localization {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

/* selector styling refinement */
.footer .localization-form__select,
.footer .disclosure__button {
  width: 100% !important;
  min-height: 50px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(248, 241, 231, 0.18) !important;
  color: #fff8ef !important;
  box-shadow: none !important;
}

/* make sure text inside selector is readable */
.footer .localization-form__select span,
.footer .disclosure__button span,
.footer .disclosure__button {
  color: #fff8ef !important;
}

/* mobile spacing */
@media screen and (max-width: 989px) {
  .footer .footer__content-bottom {
    padding-top: 14px !important;
  }

  .footer .footer__localization {
    margin-bottom: 8px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — ANNOUNCEMENT BAR BRAND PASS
   PASTE AT VERY END OF base.css
   ========================================= */

.announcement-bar,
.announcement-bar-section,
.shopify-section-group-header-group .announcement-bar,
.section-announcement-bar {
  background: linear-gradient(180deg, #ff9b1f 0%, #ff8400 100%) !important;
  color: #fffaf3 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.announcement-bar__message,
.announcement-bar__message span,
.announcement-bar__message p,
.announcement-bar__message a,
.announcement-bar__link,
.announcement-bar-slider .slider-button,
.announcement-bar .icon {
  color: #fffaf3 !important;
  stroke: currentColor !important;
}

.announcement-bar__message {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
}

.announcement-bar__link {
  text-decoration: none !important;
}

.announcement-bar__link:hover,
.announcement-bar__message a:hover {
  color: #fff3de !important;
}

.announcement-bar .slider-button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 0.95 !important;
}

.announcement-bar .slider-button:hover {
  opacity: 1 !important;
}

@media screen and (max-width: 989px) {
  .announcement-bar__message {
    font-size: 13px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 990px) {
  .announcement-bar__message {
    font-size: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
/* =========================================
   ANNOUNCEMENT BAR — FINAL POLISH
   ========================================= */

/* reduce height */
.announcement-bar__message {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-size: 13px !important;
}

/* remove gap between announcement + header */
.shopify-section-group-header-group {
  margin-bottom: 0 !important;
}

/* tighten spacing */
.announcement-bar {
  line-height: 1.2 !important;
}

/* optional: slightly darker for contrast */
.announcement-bar {
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
}
/* =========================================
   SNACK-A-WHEEL — ANNOUNCEMENT BAR WIDTH FIX
   PASTE AT VERY END OF base.css
   ========================================= */

.announcement-bar-section,
.shopify-section-group-header-group .shopify-section.announcement-bar-section,
.shopify-section-group-header-group .announcement-bar-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.announcement-bar,
.announcement-bar .page-width,
.announcement-bar-section .page-width,
.announcement-bar-section .utility-bar,
.announcement-bar-section .utility-bar__grid {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.announcement-bar .page-width,
.announcement-bar-section .page-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.announcement-bar__message {
  width: 100% !important;
  justify-content: center !important;
  text-align: center !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.announcement-bar__message p,
.announcement-bar__message span,
.announcement-bar__message a {
  width: 100% !important;
  text-align: center !important;
}
/* =========================================
   SNACK-A-WHEEL — HERO / IMAGE GALLERY POLISH
   PASTE AT VERY END OF base.css
   ========================================= */

/* tighten first section under header */
.template-product .product:not(.product--no-media) {
  margin-top: 8px !important;
}

/* main media card */
.template-product .product__media-wrapper,
.template-product media-gallery,
.template-product .product__media-list,
.template-product .slider-mobile-gutter {
  background: transparent !important;
}

.template-product .product__media-item,
.template-product .product__media {
  border-radius: 26px !important;
  overflow: hidden !important;
}

.template-product .product__media {
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.07) !important;
  box-shadow: 0 12px 30px rgba(47, 36, 24, 0.08) !important;
}

/* image itself */
.template-product .product__media img,
.template-product .product__media video,
.template-product .media img {
  border-radius: 26px !important;
}

/* thumbnail rail */
.template-product .thumbnail-slider,
.template-product .thumbnail-list {
  margin-top: 12px !important;
}

.template-product .thumbnail {
  border-radius: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  background: #fffaf3 !important;
}

.template-product .thumbnail[aria-current],
.template-product .thumbnail:hover {
  border-color: rgba(255, 138, 0, 0.65) !important;
  box-shadow: 0 0 0 2px rgba(255, 138, 0, 0.12) !important;
}

/* slider arrows around media */
.template-product .slider-button,
.template-product .thumbnail-slider .slider-button {
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 243, 0.96) !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  color: #2f2418 !important;
  box-shadow: 0 8px 18px rgba(47, 36, 24, 0.08) !important;
}

.template-product .slider-button .icon,
.template-product .slider-button svg {
  color: currentColor !important;
  stroke: currentColor !important;
}

/* mobile-first spacing */
@media screen and (max-width: 989px) {
  .template-product .product {
    gap: 16px !important;
  }

  .template-product .product__media-wrapper {
    margin-bottom: 4px !important;
  }

  .template-product .product__media,
  .template-product .product__media img,
  .template-product .media img {
    border-radius: 24px !important;
  }

  .template-product .thumbnail-slider,
  .template-product .thumbnail-list {
    margin-top: 10px !important;
  }

  .template-product .thumbnail {
    border-radius: 16px !important;
  }
}

/* desktop keeps premium framing */
@media screen and (min-width: 990px) {
  .template-product .product__media-wrapper {
    position: sticky;
    top: 110px;
  }
}
/* =========================================
   SNACK-A-WHEEL — PRODUCT TITLE BLOCK POLISH
   PASTE AT VERY END OF base.css
   ========================================= */

.template-product .product__info-wrapper {
  padding-top: 4px !important;
}

.template-product .product__title,
.template-product .product__title h1 {
  color: #b44a00 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 0.95 !important;
  margin-bottom: 10px !important;
}

/* trust bullet row under title */
.template-product .product__info-wrapper .caption-with-letter-spacing,
.template-product .product__info-wrapper .product__text,
.template-product .product__info-wrapper .product__tax,
.template-product .product__info-wrapper .product__description + .product__text {
  letter-spacing: 0 !important;
}

/* target your premium quality / shipping / checkout row */
.template-product .product__info-wrapper ul,
.template-product .product__info-wrapper .icon-with-text,
.template-product .product__info-wrapper .list-unstyled {
  color: #7b8794 !important;
}

/* make the first compact trust row cleaner on mobile */
.template-product .product__info-wrapper .icon-with-text {
  gap: 8px !important;
  margin: 0 0 14px 0 !important;
}

.template-product .product__info-wrapper .icon-with-text__item,
.template-product .product__info-wrapper .icon-with-text li {
  color: #7b8794 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.template-product .product__info-wrapper .icon-with-text .icon,
.template-product .product__info-wrapper .icon-with-text svg {
  color: #ff8a00 !important;
  stroke: currentColor !important;
}

/* tighten spacing between title area and bundle box */
.template-product .product__info-wrapper > * {
  margin-bottom: 12px !important;
}

.template-product .product__info-wrapper .price,
.template-product .product__info-wrapper .price__container,
.template-product .product__info-wrapper .product__description {
  margin-bottom: 12px !important;
}

/* if there is an accordion/details block later, keep more space above it */
.template-product .product__info-wrapper .product-form,
.template-product .product__info-wrapper .buy-buttons,
.template-product .product__info-wrapper .shopify-payment-button {
  margin-bottom: 14px !important;
}

/* mobile sizing */
@media screen and (max-width: 989px) {
  .template-product .product__title,
  .template-product .product__title h1 {
    font-size: 5rem !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }

  .template-product .product__info-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .template-product .product__info-wrapper .icon-with-text {
    row-gap: 6px !important;
    column-gap: 10px !important;
    margin-bottom: 12px !important;
  }

  .template-product .product__info-wrapper .icon-with-text__item,
  .template-product .product__info-wrapper .icon-with-text li {
    font-size: 13px !important;
  }
}

/* desktop */
@media screen and (min-width: 990px) {
  .template-product .product__title,
  .template-product .product__title h1 {
    font-size: 6rem !important;
  }
}
/* =========================================
   CART EMPTY STATE — CONVERSION VERSION
   ========================================= */

.cart-drawer__empty {
  text-align: center;
  padding: 40px 20px;
}

.cart-drawer__empty h2 {
  font-size: 22px;
  font-weight: 800;
  color: #2f2418;
  margin-bottom: 8px;
}

.cart-drawer__empty p {
  font-size: 14px;
  color: #7a6a58;
  margin-bottom: 18px;
}

.cart-empty-benefits {
  font-size: 13px;
  color: #5a4a3a;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.cart-drawer__empty .button {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(255, 122, 0, 0.25);
}
/* =========================================
   SNACK-A-WHEEL — HOMEPAGE HERO / BANNER PASS
   PASTE AT VERY END OF base.css
   ========================================= */

/* image banner / slideshow shell */
.banner,
.slideshow,
.slideshow__slide,
.shopify-section .banner {
  border-radius: 0 !important;
  overflow: hidden !important;
}

/* homepage first fold spacing */
.template-index .shopify-section:first-of-type .banner,
.template-index .shopify-section:first-of-type .slideshow,
.template-index .shopify-section:first-of-type .image-banner {
  margin-top: 0 !important;
}

/* soften default dawn overlays */
.banner:after,
.slideshow__slide:after,
.image-banner:after {
  opacity: 0.18 !important;
  background: linear-gradient(
    180deg,
    rgba(47, 36, 24, 0.06) 0%,
    rgba(47, 36, 24, 0.28) 100%
  ) !important;
}

/* content card on banner */
.banner__box,
.slideshow__text-wrapper .banner__box,
.image-banner .banner__box {
  background: rgba(255, 248, 239, 0.88) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 24px !important;
  box-shadow: 0 16px 40px rgba(47, 36, 24, 0.12) !important;
  color: #2f2418 !important;
}

/* hero heading */
.banner__heading,
.banner__heading h1,
.banner__heading h2,
.slideshow__text .banner__heading,
.image-banner .banner__heading {
  color: #2f2418 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 0.95 !important;
}

/* hero text */
.banner__text,
.banner__text p,
.slideshow__text .banner__text,
.image-banner .banner__text {
  color: #5f4a33 !important;
  line-height: 1.35 !important;
}

/* hero buttons */
.banner__buttons .button,
.banner__buttons .button--primary,
.slideshow__text .button,
.image-banner .button {
  min-height: 52px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 12px 24px rgba(255, 122, 0, 0.24) !important;
  font-weight: 800 !important;
}

.banner__buttons .button:hover,
.slideshow__text .button:hover,
.image-banner .button:hover {
  background: linear-gradient(180deg, #ff981f 0%, #ff7a00 100%) !important;
  color: #ffffff !important;
}

.banner__buttons .button--secondary,
.image-banner .button--secondary {
  background: rgba(255, 255, 255, 0.72) !important;
  color: #2f2418 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  box-shadow: none !important;
}

/* slider controls */
.slideshow .slider-button,
.banner .slider-button {
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 239, 0.92) !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  color: #2f2418 !important;
  box-shadow: 0 10px 22px rgba(47, 36, 24, 0.08) !important;
}

.slideshow .slider-button .icon,
.slideshow .slider-button svg {
  color: currentColor !important;
  stroke: currentColor !important;
}

/* mobile homepage hero */
@media screen and (max-width: 989px) {
  .banner__box,
  .slideshow__text-wrapper .banner__box,
  .image-banner .banner__box {
    margin: 14px !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  .banner__heading,
  .banner__heading h1,
  .banner__heading h2 {
    font-size: 3.8rem !important;
    margin-bottom: 8px !important;
  }

  .banner__text,
  .banner__text p {
    font-size: 14px !important;
    margin-bottom: 12px !important;
  }

  .banner__buttons {
    gap: 10px !important;
  }

  .banner__buttons .button,
  .image-banner .button {
    min-height: 50px !important;
    font-size: 15px !important;
    width: 100% !important;
  }
}

/* desktop hero */
@media screen and (min-width: 990px) {
  .banner__box,
  .slideshow__text-wrapper .banner__box,
  .image-banner .banner__box {
    max-width: 540px !important;
    padding: 26px !important;
  }

  .banner__heading,
  .banner__heading h1,
  .banner__heading h2 {
    font-size: 6rem !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — PRODUCT CARD / COLLECTION PASS
   PASTE AT VERY END OF base.css
   ========================================= */

/* product grid spacing */
.card-wrapper,
.product-grid .grid__item,
.collection .grid__item,
.shopify-section .card-wrapper {
  height: 100%;
}

/* main card shell */
.card,
.card--standard,
.card--card,
.product-card-wrapper .card,
.collection .card {
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 28px rgba(47, 36, 24, 0.06) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.card:hover,
.card--standard:hover,
.card--card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(47, 36, 24, 0.1) !important;
}

/* image */
.card__media,
.card__inner,
.card__inner .media {
  border-radius: 22px 22px 0 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}

.card__media .media img,
.card__inner .media img {
  transition: transform 0.25s ease !important;
}

.card:hover .media img {
  transform: scale(1.03);
}

/* card info area */
.card__content,
.card__information {
  background: #fffaf3 !important;
}

.card__information {
  padding: 16px !important;
}

/* title */
.card__heading,
.card__heading a,
.card-information__text,
.full-unstyled-link {
  color: #2f2418 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  text-decoration: none !important;
  line-height: 1.15 !important;
}

/* price */
.card-information .price,
.price,
.price-item {
  color: #b44a00 !important;
  font-weight: 800 !important;
}

/* compare at / old price */
.price--on-sale .price-item--regular,
.card-information .price__sale .price-item--regular {
  color: #8a7a68 !important;
}

/* badges */
.badge,
.card__badge .badge,
.badge--bottom-left {
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

/* quick add button if present */
.quick-add__submit,
.card .button,
.product-card-wrapper .button {
  min-height: 46px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.2) !important;
  font-weight: 800 !important;
}

.quick-add__submit:hover,
.card .button:hover {
  background: linear-gradient(180deg, #ff981f 0%, #ff7a00 100%) !important;
  color: #ffffff !important;
}

/* subtle text under title */
.card-information,
.card-information>*,
.price .price__container,
.rating,
.caption,
.caption-large {
  color: #7a6a58 !important;
}

/* section heading cleanup */
.title,
.title-wrapper-with-link h2,
.collection__title h2,
.featured-collection .title {
  color: #2f2418 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
}

/* slider arrows in collection sections */
.collection .slider-button,
.product-recommendations .slider-button {
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 239, 0.96) !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  color: #2f2418 !important;
  box-shadow: 0 8px 18px rgba(47, 36, 24, 0.08) !important;
}

.collection .slider-button svg,
.product-recommendations .slider-button svg {
  color: currentColor !important;
  stroke: currentColor !important;
}

/* mobile polish */
@media screen and (max-width: 989px) {
  .card,
  .card--standard,
  .card--card {
    border-radius: 18px !important;
  }

  .card__media,
  .card__inner,
  .card__inner .media {
    border-radius: 18px 18px 0 0 !important;
  }

  .card__information {
    padding: 14px !important;
  }

  .card__heading,
  .card__heading a,
  .card-information__text {
    font-size: 15px !important;
  }

  .quick-add__submit,
  .card .button {
    min-height: 44px !important;
    font-size: 14px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — MULTICOLUMN / TRUST SECTION PASS
   PASTE AT VERY END OF base.css
   ========================================= */

/* section headings */
.multicolumn .title,
.multicolumn .title-wrapper-with-link h2,
.shopify-section .multicolumn h2,
.icon-with-text .title,
.rich-text .title {
  color: #2f2418 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
}

/* section subtext */
.multicolumn .subtitle,
.multicolumn .title-wrapper-with-link .link,
.multicolumn-card__info p,
.rich-text__text,
.icon-with-text__text {
  color: #7a6a58 !important;
}

/* multicolumn card shell */
.multicolumn-card,
.multicolumn-list .multicolumn-card,
.multicolumn-card__image-wrapper,
.multicolumn .column {
  background: transparent !important;
}

.multicolumn-card__info {
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 22px !important;
  box-shadow: 0 12px 28px rgba(47, 36, 24, 0.06) !important;
  padding: 18px !important;
  height: 100% !important;
}

/* image/icon area */
.multicolumn-card__image-wrapper {
  margin-bottom: 12px !important;
}

.multicolumn-card__image-wrapper img,
.multicolumn-card__image,
.multicolumn-card .media {
  border-radius: 18px !important;
  overflow: hidden !important;
}

/* heading inside each card */
.multicolumn-card__info h3,
.multicolumn-card__info .inline-richtext,
.multicolumn-card__info .title {
  color: #2f2418 !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 8px !important;
}

/* text inside each card */
.multicolumn-card__info .rte,
.multicolumn-card__info p,
.multicolumn-card__info li {
  color: #7a6a58 !important;
  line-height: 1.45 !important;
}

/* links/buttons inside these sections */
.multicolumn-card__info .link,
.multicolumn .button,
.rich-text .button {
  color: #c95a00 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.multicolumn .button,
.rich-text .button,
.multicolumn-card__info .button {
  min-height: 48px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.2) !important;
}

.multicolumn .button:hover,
.rich-text .button:hover {
  background: linear-gradient(180deg, #ff981f 0%, #ff7a00 100%) !important;
  color: #ffffff !important;
}

/* icon with text rows */
.icon-with-text {
  gap: 12px !important;
}

.icon-with-text__item {
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 18px !important;
  padding: 14px 16px !important;
  box-shadow: 0 10px 24px rgba(47, 36, 24, 0.05) !important;
}

.icon-with-text__item .icon,
.icon-with-text__item svg {
  color: #ff8a00 !important;
  stroke: currentColor !important;
}

.icon-with-text__item h3,
.icon-with-text__item .h4,
.icon-with-text__item .icon-with-text__title {
  color: #2f2418 !important;
  font-weight: 800 !important;
}

.icon-with-text__item p,
.icon-with-text__item .icon-with-text__text {
  color: #7a6a58 !important;
}

/* rich text section card feel */
.rich-text__blocks {
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 30px rgba(47, 36, 24, 0.06) !important;
  padding: 24px !important;
}

/* mobile polish */
@media screen and (max-width: 989px) {
  .multicolumn-card__info,
  .icon-with-text__item,
  .rich-text__blocks {
    border-radius: 18px !important;
  }

  .multicolumn-card__info {
    padding: 16px !important;
  }

  .icon-with-text__item {
    padding: 12px 14px !important;
  }

  .multicolumn-card__info h3,
  .multicolumn-card__info .inline-richtext {
    font-size: 18px !important;
  }

  .rich-text__blocks {
    padding: 18px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — IMAGE WITH TEXT SECTION
   PASTE AT VERY END OF base.css
   ========================================= */

/* main wrapper */
.image-with-text {
  align-items: center !important;
}

/* image styling */
.image-with-text__media,
.image-with-text__media img,
.image-with-text__media .media {
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 40px rgba(47, 36, 24, 0.12) !important;
  background: #fff !important;
}

/* text card */
.image-with-text__content {
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 24px !important;
  padding: 26px !important;
  box-shadow: 0 14px 32px rgba(47, 36, 24, 0.08) !important;
}

/* heading */
.image-with-text__heading,
.image-with-text__heading h2,
.image-with-text h2 {
  color: #2f2418 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.05 !important;
}

/* text */
.image-with-text__text,
.image-with-text__text p {
  color: #7a6a58 !important;
  line-height: 1.45 !important;
}

/* buttons */
.image-with-text .button,
.image-with-text__content .button {
  min-height: 52px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 12px 24px rgba(255, 122, 0, 0.22) !important;
  font-weight: 800 !important;
}

.image-with-text .button:hover {
  background: linear-gradient(180deg, #ff981f 0%, #ff7a00 100%) !important;
}

/* reverse layout spacing fix */
.image-with-text--reverse .image-with-text__content {
  margin-left: 0 !important;
}

/* spacing */
.image-with-text__grid {
  gap: 24px !important;
}

/* mobile */
@media screen and (max-width: 989px) {
  .image-with-text__content {
    padding: 18px !important;
    border-radius: 20px !important;
  }

  .image-with-text__media,
  .image-with-text__media img {
    border-radius: 20px !important;
  }

  .image-with-text__heading,
  .image-with-text h2 {
    font-size: 22px !important;
  }

  .image-with-text .button {
    width: 100% !important;
  }
}

/* desktop polish */
@media screen and (min-width: 990px) {
  .image-with-text__content {
    max-width: 520px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — FOOTER FINAL LAYOUT POLISH
   PASTE AT VERY END OF base.css
   ========================================= */

/* footer outer spacing */
.footer {
  padding-top: 0 !important;
}

.footer__content-top {
  padding-top: 34px !important;
  padding-bottom: 18px !important;
}

.footer__content-bottom {
  padding-top: 16px !important;
  padding-bottom: 18px !important;
}

/* block layout */
.footer__blocks-wrapper {
  gap: 18px !important;
  align-items: start !important;
}

/* make each footer block feel cleaner */
.footer .footer-block {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(248, 241, 231, 0.08) !important;
  border-radius: 18px !important;
  padding: 16px !important;
  height: 100% !important;
}

/* newsletter gets slightly more emphasis */
.footer .footer-block--newsletter,
.footer .footer-block__newsletter {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(248, 241, 231, 0.1) !important;
  border-radius: 20px !important;
  padding: 18px !important;
}

/* headings */
.footer .footer-block__heading,
.footer .footer-block__heading-inline,
.footer h2,
.footer h3 {
  font-size: 18px !important;
  line-height: 1.1 !important;
  margin-bottom: 10px !important;
}

/* paragraph + link rhythm */
.footer p,
.footer li,
.footer a,
.footer .list-menu__item {
  line-height: 1.45 !important;
}

/* footer menus */
.footer .footer-block__details-content {
  margin-top: 4px !important;
}

.footer .footer-block__details-content .list-menu__item--link,
.footer .list-menu__item {
  padding: 7px 0 !important;
}

/* newsletter tighter */
.footer .newsletter-form__field-wrapper {
  margin-top: 10px !important;
}

.footer .field {
  min-height: 54px !important;
}

.footer .field__input {
  font-size: 15px !important;
}

/* localization + socials row */
.footer__content-bottom-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 14px !important;
}

/* localization block */
.footer .footer__localization {
  min-width: 220px !important;
}

/* payment icons */
.footer .list-payment {
  gap: 8px !important;
  align-items: center !important;
}

.footer .list-payment__item {
  opacity: 0.96 !important;
}

/* social icons cleaner */
.footer .list-social {
  gap: 10px !important;
}

.footer .list-social__link {
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* copyright area */
.footer__copyright {
  width: 100% !important;
  margin-top: 10px !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(248, 241, 231, 0.08) !important;
}

.footer__copyright-content,
.footer__copyright a,
.footer .policies li a {
  font-size: 13px !important;
}

/* mobile accordion style blocks */
@media screen and (max-width: 989px) {
  .footer__content-top {
    padding-top: 24px !important;
    padding-bottom: 10px !important;
  }

  .footer__blocks-wrapper {
    gap: 14px !important;
  }

  .footer .footer-block,
  .footer .footer-block--newsletter,
  .footer .footer-block__newsletter {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .footer .footer-block__heading,
  .footer h2,
  .footer h3 {
    font-size: 17px !important;
  }

  .footer__content-bottom-wrapper {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .footer .footer__localization {
    width: 100% !important;
    min-width: 0 !important;
  }

  .footer .list-social,
  .footer .list-payment {
    justify-content: center !important;
  }

  .footer__copyright {
    text-align: center !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — FAQ / COLLAPSIBLE CONTENT PASS
   PASTE AT VERY END OF base.css
   ========================================= */

/* section heading */
.collapsible-content .title,
.collapsible-content .title-wrapper-with-link h2,
.accordion .title,
.shopify-section .collapsible-content h2 {
  color: #2f2418 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
}

/* outer spacing */
.collapsible-content,
.collapsible-content .grid,
.collapsible-content .accordion {
  gap: 14px !important;
}

/* each accordion item */
.accordion,
.collapsible-content summary,
.collapsible-content details {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.collapsible-content details {
  margin-bottom: 12px !important;
}

.collapsible-content details > summary,
.accordion summary {
  list-style: none !important;
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 28px rgba(47, 36, 24, 0.06) !important;
  padding: 18px 20px !important;
  color: #2f2418 !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  transition: background 0.2s ease, box-shadow 0.2s ease !important;
}

.collapsible-content details > summary:hover,
.accordion summary:hover {
  background: #fff4e6 !important;
}

/* hide ugly default marker */
.collapsible-content summary::-webkit-details-marker,
.accordion summary::-webkit-details-marker {
  display: none !important;
}

/* icon/caret */
.collapsible-content summary .icon-caret,
.accordion summary .icon-caret,
.collapsible-content summary svg,
.accordion summary svg {
  color: #c95a00 !important;
  stroke: currentColor !important;
}

/* open state */
.collapsible-content details[open] > summary,
.accordion details[open] > summary,
details[open] > summary.accordion__title {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  box-shadow: 0 10px 22px rgba(47, 36, 24, 0.05) !important;
}

/* answer area */
.collapsible-content .accordion__content,
.collapsible-content details .accordion__content,
.collapsible-content details .rte,
.accordion__content {
  background: #fffdf9 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-top: none !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  padding: 0 20px 18px 20px !important;
  color: #7a6a58 !important;
  line-height: 1.5 !important;
  box-shadow: 0 12px 28px rgba(47, 36, 24, 0.04) !important;
}

/* paragraphs and lists inside answers */
.collapsible-content .accordion__content p,
.collapsible-content .accordion__content li,
.accordion__content p,
.accordion__content li {
  color: #7a6a58 !important;
}

/* links inside answers */
.collapsible-content .accordion__content a,
.accordion__content a {
  color: #c95a00 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* mobile */
@media screen and (max-width: 989px) {
  .collapsible-content details > summary,
  .accordion summary {
    border-radius: 16px !important;
    padding: 16px 16px !important;
    font-size: 15px !important;
  }

  .collapsible-content .accordion__content,
  .collapsible-content details .accordion__content,
  .accordion__content {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    padding: 0 16px 16px 16px !important;
    font-size: 14px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — RICH TEXT / EMAIL SIGNUP / CUSTOM CONTENT PASS
   PASTE AT VERY END OF base.css
   ========================================= */

/* rich text section shell */
.rich-text,
.newsletter,
.shopify-section .rich-text,
.shopify-section .newsletter {
  background: transparent !important;
}

/* content card */
.rich-text__blocks,
.newsletter .newsletter__wrapper,
.shopify-section .newsletter__wrapper {
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 24px !important;
  box-shadow: 0 14px 32px rgba(47, 36, 24, 0.06) !important;
  padding: 26px !important;
}

/* headings */
.rich-text__heading,
.rich-text h2,
.newsletter__wrapper h2,
.newsletter__wrapper .inline-richtext,
.shopify-section .newsletter h2 {
  color: #2f2418 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.05 !important;
  margin-bottom: 10px !important;
}

/* text */
.rich-text__text,
.rich-text__text p,
.newsletter__subheading,
.newsletter__subheading p,
.custom-content p {
  color: #7a6a58 !important;
  line-height: 1.5 !important;
}

/* buttons */
.rich-text .button,
.newsletter .button,
.custom-content .button {
  min-height: 52px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 12px 24px rgba(255, 122, 0, 0.22) !important;
  font-weight: 800 !important;
}

.rich-text .button:hover,
.newsletter .button:hover,
.custom-content .button:hover {
  background: linear-gradient(180deg, #ff981f 0%, #ff7a00 100%) !important;
  color: #ffffff !important;
}

/* newsletter form */
.newsletter-form__field-wrapper,
.newsletter-form,
.newsletter .field {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.newsletter .field {
  display: flex !important;
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 999px !important;
  min-height: 54px !important;
  padding: 0 10px 0 0 !important;
}

.newsletter .field:before,
.newsletter .field:after {
  display: none !important;
}

.newsletter .field__input {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 54px !important;
  padding: 16px 16px 16px 18px !important;
  color: #2f2418 !important;
}

.newsletter .field__input::placeholder {
  color: #7a6a58 !important;
  opacity: 1 !important;
}

.newsletter .field__label {
  display: none !important;
}

/* submit icon button */
.newsletter .newsletter-form__button,
.newsletter .field__button {
  position: static !important;
  min-width: 40px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  background: #fff4e6 !important;
  color: #c95a00 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.newsletter .newsletter-form__button svg,
.newsletter .field__button svg {
  color: currentColor !important;
  stroke: currentColor !important;
}

/* center alignment options still look clean */
.rich-text__blocks--center,
.newsletter__wrapper--center {
  text-align: center !important;
}

/* mobile */
@media screen and (max-width: 989px) {
  .rich-text__blocks,
  .newsletter .newsletter__wrapper,
  .shopify-section .newsletter__wrapper {
    border-radius: 18px !important;
    padding: 18px !important;
  }

  .rich-text__heading,
  .rich-text h2,
  .newsletter__wrapper h2 {
    font-size: 24px !important;
  }

  .newsletter .field {
    min-height: 52px !important;
  }

  .newsletter .field__input {
    min-height: 52px !important;
    font-size: 16px !important;
  }
}

/* =========================================
   SNACK-A-WHEEL — HOMEPAGE LAYOUT STEP 1
   HERO STRUCTURE
   PASTE AT VERY END OF base.css
   ========================================= */

/* first homepage section spacing */
.template-index .shopify-section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* hero media height */
.template-index .banner,
.template-index .slideshow,
.template-index .image-banner {
  min-height: auto !important;
}

.template-index .banner__media,
.template-index .slideshow__media,
.template-index .image-banner__media,
.template-index .banner__media-half {
  min-height: 420px !important;
}

/* hero content positioning */
.template-index .banner__content,
.template-index .slideshow__text-wrapper {
  align-items: flex-end !important;
}

/* hero content card */
.template-index .banner__box,
.template-index .slideshow__text-wrapper .banner__box,
.template-index .image-banner .banner__box {
  margin-bottom: 18px !important;
}

/* buttons stack cleaner */
.template-index .banner__buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

/* mobile first fold */
@media screen and (max-width: 989px) {
  .template-index .banner__media,
  .template-index .slideshow__media,
  .template-index .image-banner__media,
  .template-index .banner__media-half {
    min-height: 400px !important;
  }

  .template-index .banner__content,
  .template-index .slideshow__text-wrapper {
    align-items: end !important;
    justify-content: end !important;
  }

  .template-index .banner__box,
  .template-index .slideshow__text-wrapper .banner__box,
  .template-index .image-banner .banner__box {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin: 12px !important;
    padding: 18px !important;
  }

  .template-index .banner__heading,
  .template-index .banner__heading h1,
  .template-index .banner__heading h2 {
    font-size: 3.4rem !important;
    line-height: 0.96 !important;
    margin-bottom: 8px !important;
  }

  .template-index .banner__text,
  .template-index .banner__text p {
    font-size: 14px !important;
    line-height: 1.35 !important;
    margin-bottom: 12px !important;
  }

  .template-index .banner__buttons .button,
  .template-index .image-banner .button {
    width: 100% !important;
    min-height: 50px !important;
  }
}

/* desktop */
@media screen and (min-width: 990px) {
  .template-index .banner__media,
  .template-index .slideshow__media,
  .template-index .image-banner__media,
  .template-index .banner__media-half {
    min-height: 620px !important;
  }

  .template-index .banner__content {
    padding: 28px !important;
  }

  .template-index .banner__box,
  .template-index .slideshow__text-wrapper .banner__box,
  .template-index .image-banner .banner__box {
    margin-bottom: 24px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — HOMEPAGE LAYOUT STEP 2
   TRUST STRIP UNDER HERO
   PASTE AT VERY END OF base.css
   ========================================= */

/* tighten spacing between hero and next section */
.template-index .shopify-section:first-of-type + .shopify-section {
  margin-top: 10px !important;
}

/* trust strip section shell */
.template-index .icon-with-text,
.template-index .multicolumn,
.template-index .shopify-section .icon-with-text {
  margin-top: 0 !important;
}

/* make icon-with-text act like a compact trust strip */
.template-index .icon-with-text {
  gap: 12px !important;
}

.template-index .icon-with-text__item {
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 18px !important;
  padding: 14px 16px !important;
  box-shadow: 0 10px 24px rgba(47, 36, 24, 0.05) !important;
  min-height: 100% !important;
}

.template-index .icon-with-text__item .icon,
.template-index .icon-with-text__item svg {
  color: #ff8a00 !important;
  stroke: currentColor !important;
}

.template-index .icon-with-text__item h3,
.template-index .icon-with-text__item .h4,
.template-index .icon-with-text__item .icon-with-text__title {
  color: #2f2418 !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  margin-bottom: 4px !important;
}

.template-index .icon-with-text__item p,
.template-index .icon-with-text__item .icon-with-text__text {
  color: #7a6a58 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

/* if using multicolumn instead of icon-with-text */
.template-index .multicolumn-card__info {
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 24px rgba(47, 36, 24, 0.05) !important;
  padding: 16px !important;
}

.template-index .multicolumn-card__info h3,
.template-index .multicolumn-card__info .inline-richtext {
  color: #2f2418 !important;
  font-weight: 800 !important;
}

.template-index .multicolumn-card__info p {
  color: #7a6a58 !important;
}

/* mobile trust strip feel */
@media screen and (max-width: 989px) {
  .template-index .icon-with-text {
    gap: 10px !important;
  }

  .template-index .icon-with-text__item,
  .template-index .multicolumn-card__info {
    border-radius: 16px !important;
    padding: 12px 14px !important;
  }

  .template-index .icon-with-text__item h3,
  .template-index .icon-with-text__item .icon-with-text__title,
  .template-index .multicolumn-card__info h3 {
    font-size: 16px !important;
  }

  .template-index .icon-with-text__item p,
  .template-index .multicolumn-card__info p {
    font-size: 13px !important;
  }
}

/* desktop makes the strip feel centered and clean */
@media screen and (min-width: 990px) {
  .template-index .icon-with-text__item,
  .template-index .multicolumn-card__info {
    padding: 18px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — HOMEPAGE LAYOUT STEP 3
   FEATURED PRODUCT / COLLECTION BLOCK
   PASTE AT VERY END OF base.css
   ========================================= */

/* section spacing */
.template-index .featured-collection,
.template-index .collection,
.template-index .collection-list-wrapper,
.template-index .shopify-section .featured-collection {
  margin-top: 0 !important;
}

/* section heading area */
.template-index .title-wrapper-with-link,
.template-index .collection__title,
.template-index .featured-collection .title-wrapper-with-link {
  margin-bottom: 14px !important;
}

.template-index .title-wrapper-with-link h2,
.template-index .collection__title h2,
.template-index .featured-collection .title {
  color: #2f2418 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.02 !important;
}

.template-index .title-wrapper-with-link .link,
.template-index .collection__view-all a {
  color: #c95a00 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

/* product grid rhythm */
.template-index .product-grid,
.template-index .grid.product-grid {
  row-gap: 16px !important;
  column-gap: 16px !important;
}

/* card shell */
.template-index .card,
.template-index .card--standard,
.template-index .card--card,
.template-index .product-card-wrapper .card {
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 28px rgba(47, 36, 24, 0.06) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.template-index .card:hover,
.template-index .card--standard:hover,
.template-index .card--card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(47, 36, 24, 0.1) !important;
}

/* media */
.template-index .card__media,
.template-index .card__inner,
.template-index .card__inner .media {
  border-radius: 22px 22px 0 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}

.template-index .card__media .media img,
.template-index .card__inner .media img {
  transition: transform 0.25s ease !important;
}

.template-index .card:hover .media img {
  transform: scale(1.03);
}

/* info area */
.template-index .card__content,
.template-index .card__information {
  background: #fffaf3 !important;
}

.template-index .card__information {
  padding: 16px !important;
}

/* title */
.template-index .card__heading,
.template-index .card__heading a,
.template-index .card-information__text,
.template-index .full-unstyled-link {
  color: #2f2418 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  text-decoration: none !important;
  line-height: 1.15 !important;
}

/* price */
.template-index .card-information .price,
.template-index .price,
.template-index .price-item {
  color: #b44a00 !important;
  font-weight: 800 !important;
}

/* subtext */
.template-index .card-information,
.template-index .card-information>*,
.template-index .caption,
.template-index .caption-large,
.template-index .rating {
  color: #7a6a58 !important;
}

/* badges */
.template-index .badge,
.template-index .card__badge .badge,
.template-index .badge--bottom-left {
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

/* quick add / button */
.template-index .quick-add__submit,
.template-index .card .button,
.template-index .product-card-wrapper .button {
  min-height: 46px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.2) !important;
  font-weight: 800 !important;
}

.template-index .quick-add__submit:hover,
.template-index .card .button:hover {
  background: linear-gradient(180deg, #ff981f 0%, #ff7a00 100%) !important;
  color: #ffffff !important;
}

/* featured collection container can feel more intentional */
.template-index .featured-collection .page-width,
.template-index .collection .page-width {
  position: relative;
}

/* slider arrows */
.template-index .collection .slider-button,
.template-index .featured-collection .slider-button {
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 239, 0.96) !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  color: #2f2418 !important;
  box-shadow: 0 8px 18px rgba(47, 36, 24, 0.08) !important;
}

.template-index .collection .slider-button svg,
.template-index .featured-collection .slider-button svg {
  color: currentColor !important;
  stroke: currentColor !important;
}

/* mobile */
@media screen and (max-width: 989px) {
  .template-index .product-grid,
  .template-index .grid.product-grid {
    row-gap: 14px !important;
    column-gap: 12px !important;
  }

  .template-index .card,
  .template-index .card--standard,
  .template-index .card--card {
    border-radius: 18px !important;
  }

  .template-index .card__media,
  .template-index .card__inner,
  .template-index .card__inner .media {
    border-radius: 18px 18px 0 0 !important;
  }

  .template-index .card__information {
    padding: 14px !important;
  }

  .template-index .card__heading,
  .template-index .card__heading a,
  .template-index .card-information__text {
    font-size: 15px !important;
  }

  .template-index .quick-add__submit,
  .template-index .card .button {
    min-height: 44px !important;
    font-size: 14px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — PRODUCT BLOCK POLISH (HOMEPAGE / PDP)
   ========================================= */

/* product title */
.product__title,
.product__title h1 {
  color: #2f2418 !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
}

/* brand/vendor text */
.product__text.caption-with-letter-spacing {
  color: #7a6a58 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  font-size: 11px !important;
}

/* price */
.price,
.price-item {
  color: #b44a00 !important;
  font-weight: 900 !important;
}

/* SALE badge */
.badge,
.price__badge-sale {
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  padding: 4px 10px !important;
}

/* spacing between blocks */
.product__info-container > * {
  margin-bottom: 14px !important;
}

/* quantity selector */
.quantity {
  border-radius: 999px !important;
  border: 1px solid rgba(47, 36, 24, 0.1) !important;
  background: #fffaf3 !important;
}

.quantity__button {
  color: #2f2418 !important;
}

.quantity__input {
  font-weight: 700 !important;
  color: #2f2418 !important;
}

/* PRIMARY CTA — FIXES YOUR MAIN ISSUE */
.product-form__submit,
button[name="add"],
.add-to-cart,
.product-form__buttons .button {
  width: 100% !important;
  min-height: 54px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  box-shadow: 0 14px 28px rgba(255, 122, 0, 0.25) !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

/* hover */
.product-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(255, 122, 0, 0.3) !important;
}

/* Shop Pay = secondary (NOT competing with main CTA) */
.shopify-payment-button__button {
  margin-top: 10px !important;
  border-radius: 999px !important;
  min-height: 48px !important;
  opacity: 0.95;
}

/* “More payment options” */
.shopify-payment-button__more-options {
  font-size: 13px !important;
  color: #7a6a58 !important;
}

/* tax text */
.product__tax {
  color: #7a6a58 !important;
  font-size: 13px !important;
}

/* mobile polish */
@media screen and (max-width: 989px) {
  .product__title h1 {
    font-size: 26px !important;
  }

  .product-form__submit {
    min-height: 52px !important;
    font-size: 15px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — HOMEPAGE LAYOUT STEP 4
   IMAGE WITH TEXT / LIFESTYLE BLOCK
   PASTE AT VERY END OF base.css
   ========================================= */

/* homepage image-with-text section spacing */
.template-index .image-with-text {
  margin-top: 0 !important;
}

/* overall grid */
.template-index .image-with-text__grid {
  gap: 20px !important;
  align-items: center !important;
}

/* image shell */
.template-index .image-with-text__media,
.template-index .image-with-text__media img,
.template-index .image-with-text__media .media {
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 18px 40px rgba(47, 36, 24, 0.12) !important;
}

/* text card */
.template-index .image-with-text__content {
  background: #fffaf3 !important;
  border: 1px solid rgba(47, 36, 24, 0.08) !important;
  border-radius: 24px !important;
  padding: 24px !important;
  box-shadow: 0 14px 32px rgba(47, 36, 24, 0.08) !important;
}

/* eyebrow / small heading if present */
.template-index .image-with-text__content .caption-with-letter-spacing,
.template-index .image-with-text__content .subtitle {
  color: #7a6a58 !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  font-size: 11px !important;
  margin-bottom: 8px !important;
}

/* heading */
.template-index .image-with-text__heading,
.template-index .image-with-text__heading h2,
.template-index .image-with-text h2 {
  color: #2f2418 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.03 !important;
  margin-bottom: 10px !important;
}

/* text */
.template-index .image-with-text__text,
.template-index .image-with-text__text p {
  color: #7a6a58 !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}

/* buttons */
.template-index .image-with-text .button,
.template-index .image-with-text__content .button {
  min-height: 52px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff8a00 0%, #ff6f00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 12px 24px rgba(255, 122, 0, 0.22) !important;
  font-weight: 800 !important;
}

.template-index .image-with-text .button:hover {
  background: linear-gradient(180deg, #ff981f 0%, #ff7a00 100%) !important;
  color: #ffffff !important;
}

/* reverse layout spacing fix */
.template-index .image-with-text--reverse .image-with-text__content {
  margin-left: 0 !important;
}

/* mobile */
@media screen and (max-width: 989px) {
  .template-index .image-with-text__grid {
    gap: 14px !important;
  }

  .template-index .image-with-text__content {
    padding: 18px !important;
    border-radius: 20px !important;
  }

  .template-index .image-with-text__media,
  .template-index .image-with-text__media img {
    border-radius: 20px !important;
  }

  .template-index .image-with-text__heading,
  .template-index .image-with-text h2 {
    font-size: 24px !important;
  }

  .template-index .image-with-text__text,
  .template-index .image-with-text__text p {
    font-size: 14px !important;
  }

  .template-index .image-with-text .button {
    width: 100% !important;
  }
}

/* desktop */
@media screen and (min-width: 990px) {
  .template-index .image-with-text__content {
    max-width: 520px !important;
  }

  .template-index .image-with-text__heading,
  .template-index .image-with-text h2 {
    font-size: 4.6rem !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — PRODUCT IMAGE ALIGNMENT FIX
   PASTE AT VERY END OF base.css
   ========================================= */

/* fix product media shifting left */
.product__media-wrapper,
.product__media-list-wrapper,
media-gallery,
.product__media-list,
.product__media-item,
.product__media {
  margin-left: auto !important;
  margin-right: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

/* keep media list centered */
.product__media-list,
.product .slider,
.product .slider--mobile,
.product .slider-mobile-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  scroll-padding-left: 0 !important;
}

/* each image fills its frame cleanly */
.product__media img,
.product__media video,
.product__media model-viewer,
.product__media .media,
.product__media .deferred-media {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  object-position: center center !important;
}

/* featured product sections on homepage */
.template-index .product__media-wrapper,
.template-index media-gallery,
.template-index .product__media-list,
.template-index .product__media-item,
.template-index .product__media {
  margin-left: auto !important;
  margin-right: auto !important;
  transform: none !important;
}

/* mobile correction */
@media screen and (max-width: 989px) {
  .product__media-wrapper,
  media-gallery,
  .product__media-list,
  .product__media-item,
  .product__media {
    width: 100% !important;
    max-width: 100% !important;
  }

  .product .slider-mobile-gutter {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — IMAGE SLIDESHOW SIZE FIX
   ========================================= */

/* target slideshow on homepage */
.template-index .slideshow,
.template-index .banner--slideshow,
.template-index .slideshow__media {
  height: auto !important;
  min-height: unset !important;
}

/* reduce slide height */
.template-index .slideshow__slide,
.template-index .banner--slideshow .banner__media {
  height: auto !important;
  min-height: 320px !important;
  max-height: 420px !important;
}

/* image inside */
.template-index .slideshow__media img,
.template-index .banner--slideshow img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

/* content box spacing */
.template-index .slideshow__text-wrapper,
.template-index .banner--slideshow .banner__content {
  padding: 16px !important;
}

/* make text box smaller */
.template-index .slideshow__text,
.template-index .banner--slideshow .banner__box {
  max-width: 90% !important;
  padding: 16px !important;
  border-radius: 18px !important;
}

/* MOBILE — tighter */
@media screen and (max-width: 989px) {
  .template-index .slideshow__slide,
  .template-index .banner--slideshow .banner__media {
    min-height: 260px !important;
    max-height: 340px !important;
  }

  .template-index .slideshow__text,
  .template-index .banner--slideshow .banner__box {
    padding: 14px !important;
  }

  .template-index .slideshow__heading,
  .template-index .banner--slideshow h2 {
    font-size: 22px !important;
  }
}

/* DESKTOP */
@media screen and (min-width: 990px) {
  .template-index .slideshow__slide,
  .template-index .banner--slideshow .banner__media {
    max-height: 480px !important;
  }
}
/* =========================================
   SNACK-A-WHEEL — REMOVE WHITE GAP BETWEEN CUSTOM SECTIONS
   PASTE AT VERY END OF base.css
   ========================================= */

.template-index .shopify-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.template-index .shopify-section.section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.template-index .saw-hero-banner,
.template-index .saw-trust-strip,
.template-index .saw-split-feature {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* remove extra top spacing on section wrappers directly after hero */
.template-index #shopify-section-template--main .page-width,
.template-index .shopify-section .page-width {
  box-sizing: border-box;
}

.template-index .saw-hero-banner + .shopify-section,
.template-index .shopify-section:has(.saw-hero-banner) + .shopify-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* remove hidden spacing blocks often added by Dawn */
.template-index .shopify-section > .page-width {
  margin-top: 0 !important;
}

.template-index .shopify-section .section-header,
.template-index .shopify-section .title-wrapper-with-link {
  margin-top: 0 !important;
}

/* safety for custom sections */
.saw-hero-banner + .section,
.saw-trust-strip + .section,
.saw-split-feature + .section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* =========================================
   SNACK-A-WHEEL — REMOVE WHITE GAP BETWEEN SECTIONS
   PASTE AT VERY END OF base.css
   ========================================= */

/* remove inherited spacing between homepage sections */
.template-index main,
.template-index #MainContent,
.template-index .content-for-layout,
.template-index .shopify-section,
.template-index .section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* specifically kill gap under custom hero */
.template-index .shopify-section:has(.saw-hero-banner) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* specifically kill gap above the section after custom hero */
.template-index .shopify-section:has(.saw-hero-banner) + .shopify-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* remove default section spacing from custom hero itself */
.saw-hero-banner,
.saw-hero-banner .page-width,
.saw-hero-banner__media-wrap {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* if next section is your custom trust strip */
.template-index .shopify-section:has(.saw-trust-strip) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* if next section is any common Dawn section */
.template-index .shopify-section:has(.icon-with-text),
.template-index .shopify-section:has(.multicolumn),
.template-index .shopify-section:has(.featured-collection),
.template-index .shopify-section:has(.image-with-text),
.template-index .shopify-section:has(.collapsible-content),
.template-index .shopify-section:has(.rich-text) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* =========================================
   SNACK-A-WHEEL — FORCE SECTION BACKGROUNDS TO MATCH
   PASTE AT VERY END OF base.css
   ========================================= */

.template-index .shopify-section,
.template-index .shopify-section .page-width {
  background: #f8f5ef !important;
}
/* =========================================
   SNACK-A-WHEEL — GLOBAL PAGE BACKGROUND FIX
   PASTE AT VERY END OF base.css
   ========================================= */

html,
body,
body.gradient,
#MainContent,
.main-content,
.content-for-layout,
.shopify-section-group-header-group,
.shopify-section-group-footer-group,
main {
  background: #f8f5ef !important;
}

/* homepage wrappers */
.template-index,
.template-index body,
.template-index #MainContent,
.template-index .content-for-layout,
.template-index main {
  background: #f8f5ef !important;
}

/* remove stray section spacing that reveals page background */
.template-index .shopify-section,
.template-index .section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* keep custom hero and following section flush */
.template-index .shopify-section:has(.saw-hero-banner),
.template-index .shopify-section:has(.saw-hero-banner) + .shopify-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#shopify-privacy-banner,
.shopify-privacy-banner,
#onetrust-banner-sdk,
.ot-sdk-container,
.ot-sdk-row,
.ot-sdk-column,
#ot-sdk-cookie-policy,
#ot-sdk-consent-banner,
.cc-window,
.cc-banner,
.cookie-banner {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}