/** Shopify CDN: Minification failed

Line 3893:17 Unexpected "*"
Line 3895:18 Unexpected "{"
Line 3895:27 Expected ":"
Line 3895:34 Unexpected "{"
Line 4461:0 Unexpected "<"
Line 4507:0 Unexpected "<"
Line 5089:0 Unexpected "<"
Line 5136:0 Unexpected "<"
Line 5141:59 Unterminated string token
Line 5647:0 Unexpected "@media"
... and 3 more hidden warnings

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

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    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);
  }
}
.gradient {
    background: var(--gradient-background);
    background-attachment: fixed;
    background-image: url(/cdn/shop/files/BOX_COVER_webluxfor_shopify.jpg) !important;
    background-color: transparent !important;
    background-position: top left !important;
    background-size: auto !important;
    
} 
/* ——— Dawn slideshow: kill the big white box ——— */

/* 1) Nuke the content box background on slides */
.slideshow .banner--content-box .banner__content,
.slideshow .banner--content-box .banner__box,
.slideshow .banner__box {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

/* 2) Remove any scrim/gradient layers Dawn adds on top */
.slideshow .banner::before,
.slideshow .banner::after,
.slideshow .banner__media::after,
.slideshow .slideshow__slide::before,
.slideshow .slideshow__slide::after {
  content: none !important;
  background: none !important;
  opacity: 0 !important;
}

/* 3) Some presets wrap the content in a white container */
.slideshow .content-container,
.slideshow .page-width {
  background: transparent !important;
}

/* 4) Override color-scheme utilities that force white backgrounds */
.slideshow .color-background-1,
.slideshow .color-background-2,
.slideshow .color-scheme-1,
.slideshow .color-scheme-2 {
  background: transparent !important;
}

/* (Optional) keep text readable without a box */
.slideshow .banner__heading,
.slideshow .banner__text {
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
}
/* Dawn slideshow: remove controls wrapper completely */
.slideshow__controls,
.slideshow .slideshow__controls,
.slideshow .slideshow__controls * {
  display: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* Dawn slideshow: hard cut instead of sliding */
.slideshow .slider,
.slider {
  scroll-behavior: auto !important; /* no smooth scroll */
}

.slideshow .slider__slide,
.slideshow__slide,
.slider__slide {
  transition: none !important;      /* kill slide/fade */
  animation: none !important;
}
/* ===== Product card cleanup ===== */

/* Title: Courier New, ALL CAPS, not bold */
.card__heading, .card__heading a {
  font-family: "Courier New", Courier, monospace !important;
  text-transform: uppercase !important;
  font-weight: 400 !important; /* not bold */
  text-decoration: none;
}

/* Price: bold (Courier) */
.price, .price .price-item {
  font-family: "Courier New", Courier, monospace !important;
  font-weight: 700 !important; /* bold */
  text-transform: none;
}

/* Hide Quick Add / Sold Out buttons/boxes in collection & homepage */
.template-collection .quick-add,
.template-index .quick-add,
.template-collection .product-form__buttons,
.template-index .product-form__buttons,
.template-collection .product-form__button--sold-out,
.template-index .product-form__button--sold-out,
.template-collection .card__badge,
.template-index .card__badge,
.template-collection .card__content .sold-out,
.template-index .card__content .sold-out {
  display: none !important;
}

/* Keep the whole card/image clickable */
.card__media a,
.product-card__media a {
  display: block;
}
.card:hover { cursor: pointer; }
/* === Product card styling and cleanup === */

/* Product title and price: same font family and size */
.card__heading, 
.card__heading a, 
.price, 
.price .price-item {
  font-family: "Courier New", Courier, monospace !important;
  font-size: 16px !important;   /* adjust this number if you want larger/smaller */
  line-height: 1.4em;
  margin: 0;
}

/* Title: ALL CAPS, not bold */
.card__heading, 
.card__heading a {
  text-transform: uppercase !important;
  font-weight: 400 !important;  /* normal weight */
  text-decoration: none;
}

/* Price: bold */
.price, 
.price .price-item {
  font-weight: 700 !important;  /* bold */
  text-transform: none;
}

/* Hide all quick add / add to cart / sold out on grid & homepage */
.template-collection .quick-add,
.template-index .quick-add,
.template-collection .product-form__buttons,
.template-index .product-form__buttons,
.template-collection .product-form__button--sold-out,
.template-index .product-form__button--sold-out,
.template-collection .card__badge,
.template-index .card__badge,
.template-collection .card__content .sold-out,
.template-index .card__content .sold-out {
  display: none !important;
}

/* Keep card images always clickable */
.card__media a,
.product-card__media a {
  display: block;
}
.card:hover { cursor: pointer; }
/* Kill add-to-cart box under product cards (collection + homepage only) */
.template-collection .card__content form,
.template-collection .card__content .product-form,
.template-index .card__content form,
.template-index .card__content .product-form {
  display: none !important;
}
/* === Remove any add-to-cart/quick-add UI on collection & homepage cards === */
.template-collection .card form,
.template-index .card form,
.template-collection .product-card form,
.template-index .product-card form,
.template-collection .product-grid-item form,
.template-index .product-grid-item form,
.template-collection .card [class*="quick"],
.template-index  .card [class*="quick"],
.template-collection .card [class*="add"],
.template-index  .card [class*="add"],
.template-collection .card [class*="cart"],
.template-index  .card [class*="cart"],
.template-collection .card .shopify-payment-button,
.template-index  .card .shopify-payment-button,
.template-collection .card button[type="submit"],
.template-index  .card button[type="submit"] {
  display: none !important;
}

/* Keep the product image link clickable */
.card__media a,
.product-card__media a { display: block; }
.card:hover { cursor: pointer; }
/* === Dawn theme: remove add-to-cart/quick add under product cards === */

/* Kill the product form (Add to cart / Sold out) on collection & homepage */
.template-collection product-form,
.template-index product-form {
  display: none !important;
}

/* Also catch Dawn's quick add container */
.template-collection .quick-add,
.template-index .quick-add {
  display: none !important;
}

/* Keep product image/title clickable */
.card__media a,
.card__heading a {
  display: block;
}
.card:hover { cursor: pointer; }
/* === DAWN: remove Quick Add / Add to Cart on collection & homepage cards === */

/* Kill any quick-add form/button/modal rendered under the card info */
.template-collection .card-information form,
.template-index .card-information form,
.template-collection .card-information .quick-add,
.template-index .card-information .quick-add,
.template-collection .card-information .quick-add__form,
.template-index .card-information .quick-add__form,
.template-collection .card-information .quick-add__submit,
.template-index .card-information .quick-add__submit,
.template-collection .card-information quick-add-modal,
.template-index .card-information quick-add-modal,
.template-collection .card-information modal-opener,
.template-index .card-information modal-opener,
.template-collection .card-information [id^="QuickAdd-"],
.template-index .card-information [id^="QuickAdd-"],
.template-collection .card-information [data-modal^="#QuickAdd-"],
.template-index .card-information [data-modal^="#QuickAdd-"],
.template-collection .card-information .shopify-payment-button,
.template-index .card-information .shopify-payment-button {
  display: none !important;
}

/* (Optional) also hide Sold Out badge on the card */
.template-collection .card__badge,
.template-index .card__badge {
  display: none !important;
}

/* Keep image/title links clickable */
.card__media a,
.card__heading a { display: block; }
.card:hover { cursor: pointer; }
/* ===== B221 Right Caption: lock to right, no overlap, no jumping ===== */

/* Make the wrapper a flex row so the caption can sit flush right */
.b221-rightcap-wrap .page-width {
  display: flex;
  align-items: flex-start;
}

/* Push the caption block to the right and keep it under the header */
.b221-rightcap {
  margin-left: auto;              /* pushes it to the right */
  text-align: right;
  max-width: min(38ch, 42vw);     /* keeps it narrow/lux */
  position: relative;
  z-index: 2;                     /* under header, above background */
}

/* Ensure the Shopify header/nav always sits above */
.shopify-section-header,
.header-wrapper,
.header {
  position: relative;
  z-index: 1000;
}

/* Kill any floats or weird theme utilities that might shove it left */
.b221-rightcap,
.b221-rightcap-wrap {
  float: none !important;
  clear: none !important;
}

/* Prevent layout shift on initial paint (reserve space) */
.b221-rightcap-wrap { min-height: 3rem; }

/* If you previously used negative margin to "lift" it, tame it */
#shopify-section-*.b221-rightcap-lift,
#shopify-section-b221-rightcap,
#shopify-section-{{ section.id }} { /* harmless if not present */
  margin-top: 0 !important;  /* remove negative pulls that cause jumping */
}

/* Mobile: stack left so it doesn't crash into the burger/nav */
@media (max-width: 990px) {
  .b221-rightcap {
    margin-left: 0;
    max-width: 100%;
    text-align: left;
  }
}
.b221-product-info .b221-title,
.b221-product-info .b221-price,
.b221-product-info .b221-extra {
  font-family: "Courier New", Courier, monospace;
  text-align: left;
}

.b221-product-info .b221-title {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 2px 0;
  font-size: 20px;
}

.b221-product-info .b221-price {
  font-weight: bold;
  margin: 0 0 6px 0;
  font-size: 18px;
}

.b221-product-info .b221-extra {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  margin: 2px 0;
}
    a.link.product__view-details.animate-arrow {
        display: none !important;
    }
    /* TEST OVERRIDE */
h1, h2, h3, h4, h5, h6, p, span, div, button, a {
  font-family: "Courier New", monospace !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
}
/* Nuke the "1 / 2" gallery counter everywhere */
.slider-counter,
.slider-counter *,
.slider-buttons .slider-counter,
.product__media-wrapper .slider-counter {
  display: none !important;
  visibility: hidden !important;
}
/* Hide the "Size" label above the variant dropdown/buttons */
.product-form__input label[for*="Size"],
.product-form__input .form__label {
  display: none !important;
}
/* Style variant options (buttons or dropdown) */
.product-form__input input[type="radio"] + label,
.product-form__input select {
  font-family: "Courier New", monospace !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 0.05em;
}
/* Style the Add to Cart button */
.product-form__submit {
  font-family: "Courier New", monospace !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 0.05em;
}
/* ==== B221: Minimal cart drawer, Courier New, bold count, subtotal + 2 buttons ==== */

/* Font + sizing for the whole drawer */
.cart-drawer, .cart-drawer * {
  font-family: "Courier New", monospace !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 0.04em;
}

/* 1) HIDE everything we don't want in the drawer */
.cart-drawer .cart-item__media,
.cart-drawer .cart-item,
.cart-drawer .cart-items,
.cart-drawer .cart-drawer__warnings,
.cart-drawer .discounts,
.cart-drawer .tax-note,
.cart-drawer .shipping-note,
.cart-drawer .drawer__contents > *:not(.drawer__header):not(.cart-drawer__footer),
.cart-drawer .drawer__contents > .drawer__inner > *:not(.drawer__header):not(.cart-drawer__footer) {
  display: none !important;
}

/* 2) KEEP + STYLE the header (where many Dawn versions show a count) */
.cart-drawer .drawer__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-bottom: 6px !important;
  border-bottom: 1px solid #000;
}
.cart-drawer .drawer__heading,
.cart-drawer .drawer__title,
.cart-drawer [class*="count"],
.cart-drawer .cart-count-bubble,
.cart-drawer .cart-count-bubble__count {
  font-weight: 700 !important; /* bold line for the count */
}

/* If your header shows a plain "Your cart", keep it bold to mimic your spec */
.cart-drawer .drawer__heading,
.cart-drawer .drawer__title { font-weight: 700 !important; }

/* === CART DRAWER: keep footer + subtotal + styled buttons === */
.cart-drawer .cart-drawer__footer,
.cart-drawer .totals { display: block !important; }

.cart-drawer .totals__subtotal {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.cart-drawer .totals__subtotal .totals__subtotal-label { margin-right: 6px; }
.cart-drawer .totals__subtotal-value { font-weight: 700; }

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

.cart-drawer .cart__ctas a[href$="/cart"],
.cart-drawer .cart__viewcart,
.cart-drawer a.button--view-cart {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  text-align: center !important;
  padding: 10px 12px !important;
}

.cart-drawer .cart__ctas button[name="checkout"],
.cart-drawer .cart__ctas .cart__checkout-button {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  text-align: center !important;
  padding: 10px 12px !important;
}

.cart-drawer .cart-item { grid-template-columns: 1fr !important; }

/* === CART NOTIFICATION (Add-to-cart popup) === */
.cart-notification { 
  padding-top: 10px !important; 
  padding-bottom: 12px !important; 
  font-weight: 700 !important;
}
.cart-notification * { font-weight: 700 !important; }

/* Hide product image, name, options */
.cart-notification__image,
.cart-notification-product__image,
.cart-notification__product-name,
.cart-notification-product__name,
.cart-notification .product-title,
.cart-notification__name,
.cart-notification .product-option,
.cart-notification-product .product-option,
.cart-notification__options,
.cart-notification__option,
.cart-notification .cart-item__property,
.cart-notification .cart-item__vendor {
  display: none !important;
}

/* Expand product column */
.cart-notification__product,
.cart-notification-product {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

/* Header tightening + centering */
.cart-notification__header { 
  margin: 0 !important; 
  padding: 0 0 4px !important; 
  display: block !important;
  text-align: center !important;
}
.cart-notification__heading,
.cart-notification h2,
.cart-notification__title {
  margin: 0 auto !important;
  text-align: center !important;
  display: block !important;
  width: 100% !important;
}

/* Buttons under header */
.cart-notification__links,
.cart-notification .cart__ctas {
  margin-top: 6px !important;
  gap: 8px !important;
}
.cart-notification .button,
.cart-notification button,
.cart-notification a { margin: 0 !important; }

/* Remove “Continue shopping” link ONLY inside cart notification */
.cart-notification .cart-notification__links .underlined-link,
.cart-notification .cart-notification__links [data-action="close"],
.cart-notification .cart-notification__links a:not(.button) {
  display: none !important;
}

/* Remove close “X” */
.cart-notification__close,
.cart-notification .modal__close-button,
.cart-notification button[aria-label*="Close"],
.cart-notification .icon-close,
.cart-notification .icon-close-small {
  display: none !important;
  visibility: hidden !important;
}

/* Checkout button style: black bg, red text */
.cart-notification .cart-notification__links .button--primary,
.cart-notification .cart-notification__links [name="checkout"],
.cart-notification .cart-notification__links button[name="checkout"],
.cart-notification .cart-notification__links .cart__checkout-button,
.cart-notification .cart-notification__links > form:last-child button {
  background: #000 !important;
  border-color: #000 !important;
  color: #8b2e32 !important;
  filter: none !important;
}
.cart-notification .cart-notification__links .button--primary:hover,
.cart-notification .cart-notification__links [name="checkout"]:hover,
.cart-notification .cart-notification__links .cart__checkout-button:hover {
  background: #000 !important;
  color: #8b2e32 !important;
}

/* === CART PAGE === */
.cart,
.cart * { font-weight: 700 !important; }
.cart .product-option dt,
.cart-items .product-option dt { display: none !important; }
.cart .product-option dd,
.cart-items .product-option dd {
  font-weight: 700 !important;
  font-family: "Courier New", monospace !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}
.b221-remove-btn { font-family: "Courier New", monospace !important; font-weight: 400 !important; }
/* Contact page — thin vertical borders on mobile */
#ContactForm,
form[action*="/contact"] {
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  box-sizing: border-box !important;
}

/* Drop the borders on tablet/desktop */
@media (min-width: 750px) {
  #ContactForm,
  form[action*="/contact"] {
    border-left: none !important;
    border-right: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.contact h2 {
  display: block;
  margin: 0 0 10px 0 !important; /* remove left margin */
  padding: 0 !important;
  text-align: left;
}
/* === LINKS THAT SHOULD HAVE BLACK BOX === */
.header__menu-item a,
.card__heading a,
a.b221-link {
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.header__menu-item a:hover,
.card__heading a:hover,
a.b221-link:hover {
  background-color: black;
  color: white !important;
  text-decoration: none !important;
}

/* === EXCLUDE LOGO FROM BLACK BOX === */
.header__heading a,
.header__heading-link {
  padding: 0 !important;
  background: none !important;
  color: inherit !important;
}

/* === PRICE ALIGNMENT FIX === */
.price {
  display: block;
  margin-top: 0.25em;
  padding: 0 !important;       /* remove button padding spillover */
  text-align: left;            /* or change to center if you prefer */
}
/* === ZINE TITLES (collections like magazines) === */
.card__heading a,
.card-information__text a {
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.card__heading a:hover,
.card-information__text a:hover {
  background-color: black;
  color: white !important;
  text-decoration: none !important;
}
/* ZINES PAGE: black-box hover for the "VOLUME 001 OCTOBER 2025" link */
.zines-wrap .zine-link {
  display: inline-block !important;
  padding: 0.25em 0.5em !important;
  text-decoration: none !important;
  border-bottom: none !important;   /* kill any underline style */
  box-shadow: none !important;
  transition: background-color .3s ease, color .3s ease;
  white-space: nowrap;               /* keep it on one line */
}

.zines-wrap .zine-link:hover,
.zines-wrap .zine-link:focus-visible {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
/* ===== B221 MOBILE MENU LINKS ===== */
.b221-menu a {
  display: inline-block !important;    /* makes the box hug the text */
  padding: 0.25em 0.5em !important;
  text-decoration: none !important;    /* kill underline */
  transition: background-color 0.3s ease, color 0.3s ease;
}

.b221-menu a:hover,
.b221-menu a:focus-visible {
  background-color: #000 !important;   /* black box */
  color: #fff !important;              /* white text */
  text-decoration: none !important;
}
/* Hide vertical scrollbar but keep scrolling with mouse/trackpad */
html, body {
  overflow-y: scroll;         /* ensure vertical scroll still works */
  scrollbar-width: none;      /* Firefox */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;              /* Chrome, Safari, Edge */
}
.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-links .mailing-list-link {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  padding: 0.25em 0.5em;
  transition: background-color .3s ease, color .3s ease;
}

.footer-links .mailing-list-link:hover {
  background: #000;
  color: #fff;
}

.footer-links .social-icons a {
  margin-left: 12px;
  text-decoration: none;
  color: inherit;
}

.footer-links .social-icons svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/* Footer custom section styling */
.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #000;        /* black background */
  padding: 20px;           /* some breathing room */
}

/* Mailing list link */
.footer-links .mailing-list-link {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 14px;
  color: #fff !important;   /* white text */
  text-decoration: none;
  padding: 0.25em 0.5em;
}

/* Keep social icons grey */
.footer-links .social-icons a {
  margin-left: 12px;
  text-decoration: none;
  color: #888;              /* grey icons */
}

/* Make sure icons use the link color */
.footer-links .social-icons svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.footer-links {
  display: flex;
  justify-content: center;   /* center horizontally inside footer */
  align-items: center;       /* center vertically inside footer */
  gap: 40px;                 /* space between mailing list and icons */
  background: #000;
  padding: 40px 0;           /* taller footer so it feels centered */
  text-align: center;
  width: 100%;
}

/* Mailing list link */
.footer-links .mailing-list-link {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
}

/* Social icons row */
.footer-links .social-icons {
  display: flex;
  gap: 20px;
}

.footer-links .social-icons a {
  color: #888;
  text-decoration: none;
}

.footer-links .social-icons svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/* Pin the whole clock wrapper to viewport */
#b221-clockwrap {
  position: fixed !important;  /* pin to viewport */
  top: 20px !important;        /* adjust vertical */
  right: 20px !important;      /* adjust horizontal */
  z-index: 2000 !important;    /* keep above slideshow/nav */
}
.b221-left,
#b221-clockwrap {
  top: 24px !important;   /* shared vertical offset */
}
/* Pin Shopify default logo */
.header__heading-logo-wrapper {
  position: fixed !important;
  top: 50px;           /* adjust to align with nav + clock */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
}
:root { --b221-header-line: 50px; } /* master alignment */

.header__heading-logo-wrapper {
  position: fixed !important;
  top: var(--b221-header-line) !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
}

.b221-nav {
  position: fixed !important;
  top: var(--b221-header-line) !important;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1500;
}

#b221-clockwrap {
  position: fixed !important;
  top: var(--b221-header-line) !important;
  right: 20px;
  z-index: 2000;
}
/* Black footer bar */
.footer-links{
  display:flex;
  justify-content:center;   /* center the whole row */
  align-items:center;
  gap:28px;                 /* space between text group and icons */
  background:#000;
  padding:20px;
}

/* "MAILING LIST" + "SHOP" group */
.footer-actions{
  display:flex;
  align-items:center;
  gap:20px;                 /* space between the two links */
}

/* Links look identical in type + color */
.footer-link{
  font-family:"Courier New",monospace;
  font-weight:bold;
  font-size:14px;
  color:#fff;
  text-decoration:none;
  line-height:1;            /* tight */
  padding:6px 10px;
}

/* SHOP rendered as a simple button (same font/color) */
.footer-shop{
  border:1px solid #fff;    /* button outline */
  border-radius:3px;
}

/* Icons stay grey, same row */
.social-icons{ display:flex; align-items:center; gap:16px; }
.social-icons a{ color:#888; text-decoration:none; }
.social-icons svg{ width:20px; height:20px; fill:currentColor; }
<div class="footer-links">
  <a href="/collections/all" class="footer-link">SHOP</a>
  <a href="/pages/mailing-list" class="footer-link">MAILING LIST</a>
  
  <a href="https://instagram.com" target="_blank" class="footer-icon">IG</a>
  <a href="https://tiktok.com" target="_blank" class="footer-icon">TT</a>
  <a href="https://spotify.com" target="_blank" class="footer-icon">SP</a>
  <a href="https://youtube.com" target="_blank" class="footer-icon">YT</a>
</div>

<style>
  .footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;              /* spacing between all items */
    background: #000;
    padding: 20px 0;
  }

  .footer-link {
    font-family: "Courier New", monospace;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 4px 10px;
    transition: all 0.3s ease;
  }

  /* Hover = White box with black text */
  .footer-link:hover {
    background: #fff;
    color: #000;
  }

  .footer-icon {
    color: #aaa;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }

  .footer-icon:hover {
    opacity: 0.6;
  }
</style>
/* Make the page take up full height */
html, body {
  height: 100%;
  margin: 0;
}

/* Shopify main wrapper setup */
body > main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Push footer down */
footer {
  margin-top: auto;
}
.b221-inline-footer a {
  color: #fff !important; 
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
  text-decoration: none;
}
/* Make clock black, remove shadow */
#b221-clockwrap,
#b221-clockwrap span,
#b221-clockline {
  color: #000 !important;
  text-shadow: none !important;
}
/* Force nav links and clock back to black */
nav.b221-nav .b221-link,
nav.b221-nav .b221-link:link,
nav.b221-nav .b221-link:visited,
#b221-clockwrap,
#b221-clockwrap span {
  color: #000 !important;   /* black text */
  text-shadow: none !important;
}
/* Make header use flexbox for perfect vertical alignment */
.header__heading,
.b221-nav,
#b221-clockwrap {
  display: flex;
  align-items: center;   /* aligns everything on same vertical axis */
}

/* Spread nav left, logo center, clock right */
.header__inline-menu {
  flex: 1;
  justify-content: flex-start;
}

.header__heading-logo-wrapper {
  flex: 0;
  justify-content: center;
}

#b221-clockwrap {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

/* White text + subtle shadow */
.b221-link,
#b221-clockwrap {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.35) !important;
}

/* Hover: instant black background + white text */
.b221-link:hover,
#b221-clockwrap:hover {
  color: #fff !important;
  background: #000 !important;
  text-shadow: none !important;
  transition: none !important;
}
/* Ensure all hamburger lines render white */
.header__icon--menu svg path,
.header__icon--menu svg line,
.header__icon--menu svg rect {
  stroke: #fff !important;
  fill: #fff !important;
}
/* B221 — show full hero image on mobile only */
@media (max-width: 749px) {
  /* Kill Dawn's fixed banner heights on mobile */
  .banner--small,
  .banner--medium,
  .banner--large {
    min-height: 0 !important;
  }

  /* Use the viewport height (minus header) for the media box */
  :root { --b221-header-h: 64px; } /* adjust if your header is taller/shorter */
  .banner__media,
  .banner .media,
  .image-banner__media {
    height: calc(100vh - var(--b221-header-h)) !important;
    max-height: calc(100vh - var(--b221-header-h)) !important;
    padding-bottom: 0 !important; /* overrides Dawn's aspect-ratio padding */
    overflow: visible !important;
  }

  /* Make the image scale *inside* that box instead of cropping */
  .banner__media img,
  .banner .media > img,
  .image-banner__media img,
  .media > img {
    position: static !important;     /* stop absolute fill */
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;  /* show the whole photo */
    object-position: center center !important;
  }

  /* Keep the text/content from forcing extra height */
  .banner { min-height: 0 !important; }
}
/* Fix top white gap above first image banner on mobile */
@media (max-width: 749px) {
  .shopify-section:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .banner:first-of-type,
  .image-banner:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-height: 0 !important;
  }
}
/* B221: remove white gap above first slideshow on mobile */
@media (max-width: 749px) {
  /* remove Dawn's header offset on homepage */
  body.template-index main#MainContent {
    padding-top: 0 !important;
  }

  /* kill top padding on first slideshow */
  .shopify-section:first-child,
  .slideshow:first-of-type,
  .slideshow-section:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* if Dawn wrapper adds safe-area padding */
  .slideshow__wrapper,
  .slideshow__media {
    padding-top: 0 !important;
  }
}
/* === B221 HEADER - TIGHTER LUXURY CENTERLINE === */

#MainContent {
  padding-top: 0 !important;
  --header-bottom-position: 0px !important;
}

/* remove any internal vertical padding */
.header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* lift logo higher */
.header__heading-logo-wrapper {
  margin-top: -18px !important;   /* was -15px → raised 3 px */
}
/* === B221: Force same bottom-aligned white style on the 2nd slideshow === */
/* Target the section whose id ends with __slideshow_eD8XMV */
.shopify-section[id$="__slideshow_eD8XMV"] .banner__content {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important; /* bottom */
  text-align: center !important;
  z-index: 3 !important;
  background: transparent !important;
  padding-bottom: clamp(20px, 28vh, 280px) !important; /* same position as first */
}

.shopify-section[id$="__slideshow_eD8XMV"] .banner__box {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.shopify-section[id$="__slideshow_eD8XMV"] .banner__heading {
  font-family: "Courier New", Courier, monospace !important;
  font-size: clamp(26px, 3.5vw, 40px) !important;
  font-weight: 400 !important;
  color: #fff !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 6px rgba(0,0,0,.35) !important;
  margin-bottom: 22px !important;
  line-height: 1.15 !important;
  background: transparent !important;
}

.shopify-section[id$="__slideshow_eD8XMV"] .banner__buttons .button {
  background: #fff !important;
  color: #000 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 12px 32px !important;
  text-transform: uppercase !important;
  font-family: "Courier New", Courier, monospace !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  letter-spacing: .08em !important;
  transition: all .25s ease !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.shopify-section[id$="__slideshow_eD8XMV"] .banner__buttons .button:hover {
  background: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
/* === Restore spacing between slideshows / images === */
.slideshow,
.shopify-section.section,
.section,
.image-banner,
.image-with-text {
  margin-bottom: 40px !important; /* adjust to your taste */
}

/* if slides are stacked in same section (like Dawn hero slides) */
.slideshow__slide {
  padding-bottom: 40px !important;
}

/* remove any accidental overlap from zero-padding sections */
.slideshow__media,
.image-banner__media {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* optional: add visual breathing room around entire slideshow area */
.slideshow-section {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
/* === FORCE TRUE BLACK BUTTON === */
.rich-text__buttons .button,
.rich-text_buttons .button {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  opacity: 1 !important;
  filter: none !important;
}

/* Hover invert */
.rich-text__buttons .button:hover,
.rich-text_buttons .button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  opacity: 1 !important;
  filter: none !important;
}
/* === B221 three-image layout (Gucci-style) === */
.b221-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px; /* space between images */
  margin-top: 60px;
  margin-bottom: 60px;
  flex-wrap: wrap; /* keeps it responsive */
}

.b221-card {
  flex: 1 1 300px;
  text-align: center;
}

.b221-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin-bottom: 12px;
}

.b221-caption {
  font-family: "Courier New", monospace;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  color: #000;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}
.b221-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.b221-card {
  flex: 1 1 30%;
  max-width: 30%;
  text-align: center;
  overflow: hidden;
}

.b221-card img {
  width: 100%;
  aspect-ratio: 3 / 4;  /* Matches fashion editorial proportions */
  object-fit: cover;
  object-position: center top;  /* Keeps vertical subjects framed naturally */
  display: block;
  transition: transform 0.4s ease;
}

/* Optional: luxury hover zoom */
.b221-card img:hover {
  transform: scale(1.03);
}

.b221-caption {
  font-family: "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  color: #000;
}
.b221-services {
  text-align: center;
  padding: 80px 5%;
  background-color: #fff;
}

.b221-services-title {
  font-family: "Courier New", monospace;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.b221-services-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.b221-service {
  flex: 1 1 30%;
  max-width: 30%;
}

.b221-service-video {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  background: #000;
  border: none;
}

.b221-service h3 {
  font-family: "Courier New", monospace;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
}

.b221-service p {
  font-size: 12px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

.b221-link {
  font-family: "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  transition: color .3s, border-color .3s;
}

.b221-link:hover {
  color: #666;
  border-color: #666;
}

/* Responsive */
@media (max-width: 900px) {
  .b221-service { flex: 1 1 45%; max-width: 45%; }
}
@media (max-width: 600px) {
  .b221-service { flex: 1 1 100%; max-width: 100%; }
}
/* === B221 NAVIGATION STYLING === */

/* Remove all default link underline styles */
.b221-link {
  text-decoration: none !important;
  color: #000 !important;
  background: transparent !important;
  padding: 6px 10px;
  transition: all 0s ease !important; /* instant response */
}

/* Remove focus outline/underline for accessibility aesthetic */
.b221-link:focus,
.b221-link:active {
  outline: none !important;
  text-decoration: none !important;
}

/* Hover / Active: black background + instant white text */
.b221-link:hover,
.b221-link:focus,
.b221-link:active {
  background: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important; /* ensures Safari renders white text */
}
/* === B221 NAVIGATION CLEAN STYLE === */

/* Base link style — no underline, black text */
.b221-link {
  text-decoration: none !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  color: #000 !important;
  background: transparent !important;
  padding: 6px 10px;
  transition: all 0s ease !important; /* instant response */
}

/* Remove underline and outline from all states */
.b221-link:focus,
.b221-link:visited,
.b221-link:active {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Hover — black background + instant white text */
.b221-link:hover {
  background: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important; /* for Safari */
  text-decoration: none !important;
  border: none !important;
}
/* === Slideshow: force heading + button to bottom-center === */
.slideshow__slide {
  position: relative !important; /* anchor for absolute child */
}

.slideshow__slide .slideshow__text-wrapper {
  position: absolute !important;
  left: 50% !important;
  bottom: 28px !important;            /* adjust this number to move up/down */
  transform: translateX(-50%) !important;
  width: 100% !important;
  max-width: var(--page-width, 1200px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  text-align: center !important;
  z-index: 5 !important;
  pointer-events: none;                /* keep wrapper from blocking clicks */
}

.slideshow__slide .banner__text,
.slideshow__slide .banner__box {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  pointer-events: auto;                /* restore clicks on inner content */
}

.slideshow__slide .banner__heading {
  margin: 0 0 12px 0 !important;       /* gap above buttons */
}

.slideshow__slide .banner__buttons {
  margin: 0 !important;
}

/* Mobile: a little closer to the edge */
@media (max-width: 749px) {
  .slideshow__slide .slideshow__text-wrapper {
    bottom: 18px !important;
    padding: 0 12px !important;
  }
}
/* === Equal white spacing between slideshow sections === */

/* Removes any unwanted top/bottom gaps */
.slideshow__section,
.slideshow,
.shopify-section[id*="slideshow"],
.slideshow__slide {
  margin: 0 !important;
  padding: 0 !important;
}

/* Adds a consistent white border gap between slideshow blocks */
.shopify-section[id*="slideshow"] {
  border-bottom: 20px solid #fff !important; /* adjust thickness (10–30px) */
}

/* Optional: add the same white divider above too, for symmetry */
.shopify-section[id*="slideshow"]:not(:first-of-type) {
  border-top: 20px solid #fff !important;
}

/* Make sure no other sections overlap or collapse the spacing */
.shopify-section {
  background-color: #fff;
  margin: 0 !important;
  padding: 0 !important;
}
/* === B221 SERVICES TRANSPARENT BACKGROUND === */

.b221-services {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Optional: make service cards float cleanly over gradient */
.b221-service {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Ensure text reads clearly on any gradient */
.b221-services h2,
.b221-services h3,
.b221-services p,
.b221-services a {
  color: #000; /* or #fff if your gradient is dark */
  background: transparent !important;
}

/* Optional: add a subtle transparent overlay for readability */
.b221-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0); /* 0 = invisible; increase to soften gradient */
  pointer-events: none;
}
<style>
  /* === B221 Custom Image Row — Transparent Background === */
  .shopify-section,
  .custom-liquid,
  .b221-row {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .b221-row {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* ensures images align at top */
    gap: 24px;
  }

  .b221-card {
    text-align: center;
    margin: 0;
    padding: 0;
    background: transparent !important;
  }

  .b221-card img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent !important;
  }

  .b221-caption {
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000; /* switch to #fff if gradient is dark */
    background: transparent !important;
  }
</style>

<div class="b221-row">
  <div class="b221-card">
    <img src="/cdn/shop/files/scan_20250924031359_969d933b-c86c-4d08-ae1a-16158c8e0075.png?v=1759790243" alt="Look 1">
    <p class="b221-caption">STATIC AIN'T NOISE FOR FALL</p>
  </div>
  <div class="b221-card">
    <img src="/cdn/shop/files/scan_20250928060558_24a651ab-04f0-4bd7-84de-5ffdfe2858aa.png?v=1759789743" alt="Look 2">
    <p class="b221-caption">NEW IN: UNISEX FALL WINTER SWEATS</p>
  </div>
  <div class="b221-card">
    <img src="/cdn/shop/files/scan_20250924031723_3fec3717-966a-4bb6-b168-3115ea736f0c.png?v=1759790176" alt="Look 3">
    <p class="b221-caption">UNISEX SWEATS FOR FALL</p>
  </div>
</div>
/* === REMOVE WHITE BORDERS & GAPS BETWEEN SECTIONS === */

/* Remove Shopify's default white background + spacing */
.shopify-section {
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* Remove any inner container background */
.section,
.index-section,
.custom-liquid,
.b221-row,
.b221-services {
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* Normalize body background so gradient is visible throughout */
body {
  background: var(--gradient, transparent) !important; /* uses your gradient */
  background-color: transparent !important;
}

/* Remove weird top/bottom white margins Dawn injects on first/last section */
.shopify-section:first-of-type,
.shopify-section:last-of-type {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Fix image display alignment */
img {
  display: block;
  background: transparent !important;
}
/* === Center Header Logo + Remove White Gap at Top === */

/* Remove Dawn's built-in top padding/margin */
.header-wrapper,
.header {
  background: transparent !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* Center logo both horizontally and vertically */
.header__heading-logo-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}

/* Force the logo image to center and stay clean */
.header__heading-logo-wrapper img {
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  max-width: 140px !important; /* adjust if needed */
}

/* Remove white strip at very top of page */
.shopify-section-header,
.header,
.header-wrapper,
.header__heading {
  background: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  border: none !important;
}

/* Ensure body background (gradient) goes all the way up */
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background-attachment: fixed; /* optional, keeps gradient still */
  background-color: transparent !important;
}
/* === B221 HEADER GAP FIX — KEEP LOGO CENTERED === */

/* Kill top padding/margin from Dawn's gradient wrapper */
.header-wrapper.color-scheme-1.gradient,
.header-wrapper.gradient,
.header-group,
.header--top-center {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
}

/* Keep the header itself locked visually centered */
.header {
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
}

/* Logo: remain centered & not pushed upward */
.header__heading-logo-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.header__heading-logo-wrapper img {
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  max-width: 140px !important;
  height: auto !important;
}

/* Make sure gradient/background reaches top of viewport */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: var(--gradient, transparent) !important;
  background-color: transparent !important;
}
/* === B221: Kill mobile gray gap above the FIRST slideshow (Dawn) === */
@media (max-width: 749px) {
  /* 1) Make sure the header doesn't reserve extra space */
  .section-header,
  .header-wrapper,
  header.header,
  .shopify-section-header-sticky { 
    margin-bottom: 0 !important;
  }

  /* 2) Remove any top spacing/pseudo-elements on the first content section */
  .template-index .shopify-section:first-of-type,
  .template-index .shopify-section:first-of-type .section,
  .template-index .shopify-section:first-of-type .banner,
  .template-index .shopify-section:first-of-type .slideshow {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
    background: transparent !important;
  }
  .template-index .shopify-section:first-of-type::before,
  .template-index .shopify-section:first-of-type::after {
    content: none !important;
    display: none !important;
  }

  /* 3) If your FIRST section is specifically a slideshow, force it flush */
  .template-index .shopify-section[id*="__slideshow"]:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    background: transparent !important;
  }

  /* 4) Keep normal breathing room BELOW the first slideshow on mobile */
  .template-index .shopify-section[id*="__slideshow"]:first-of-type + .shopify-section {
    padding-top: 24px !important;
  }
}
/* === B221: Mobile slideshow gray band fix (confirmed working) === */
@media (max-width: 749px) {
  .shopify-section[id*="__slideshow"]:first-of-type .slideshow__media::before {
    content: none !important;
    display: none !important;
    padding-bottom: 0 !important;
  }

  .shopify-section[id*="__slideshow"]:first-of-type .slideshow__media {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: auto !important;
    background: transparent !important;
  }

  .shopify-section[id*="__slideshow"]:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    background: transparent !important;
  }
}
/* === B221: Remove gray padding above ALL slideshows on mobile === */
@media (max-width: 749px) {
  /* 1) Kill Dawn’s ::before aspect-ratio padding on every slideshow */
  .shopify-section[id*="__slideshow"] .slideshow__media::before,
  .shopify-section[id*="__slideshow"] .banner__media::before {
    content: none !important;
    display: none !important;
    padding-bottom: 0 !important;
  }

  /* 2) Normalize image container */
  .shopify-section[id*="__slideshow"] .slideshow__media,
  .shopify-section[id*="__slideshow"] .banner__media {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: auto !important;
    background: transparent !important;
    overflow: hidden !important;
  }

  /* 3) Force each slideshow flush to previous section */
  .shopify-section[id*="__slideshow"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    background: transparent !important;
  }

  /* 4) Restore natural spacing BETWEEN slideshows */
  .shopify-section[id*="__slideshow"] + .shopify-section[id*="__slideshow"] {
    padding-top: 24px !important;
  }
}
/* === B221: Kill mobile gap in Image-with-text (Dawn) === */
@media (max-width: 749px) {
  /* 1) Nuke the ratio shim (Dawn uses ::after here) */
  .image-with-text .image-with-text__media::after,
  .image-with-text .image-with-text__media::before {
    content: none !important;
    display: none !important;
    padding-bottom: 0 !important;
  }

  /* 2) Override the inline padding-bottom Dawn writes on the media box */
  .image-with-text .image-with-text__media {
    padding-bottom: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
  }

  /* 3) Make the image fill normally (no absolute positioning gaps) */
  .image-with-text .image-with-text__media .media,
  .image-with-text .image-with-text__media.media {
    height: auto !important;
    padding: 0 !important;
  }
  .image-with-text .image-with-text__media img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
  }

  /* 4) Pull the text up tight under the image */
  .image-with-text .image-with-text__text-item {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
/* === B221: Move logo upward on mobile === */
@media (max-width: 749px) {
  .header__heading-logo,
  .header__heading-logo-wrapper img {
    margin-top: -30px !important;  /* raise logo higher */
  }

  /* if your header has built-in padding, tighten it */
  .header__heading,
  .header__heading-link,
  .header__heading-logo-wrapper {
    padding-top: 0 !important;
  }

  /* optional: reduce the overall header height */
  header.header,
  .header-wrapper {
    min-height: auto !important;
  }
}
/* === B221: Mobile gradient intro background with logo spacing === */
@media (max-width: 749px) {
  /* 1. Create a soft gradient background behind the header/logo area */
  body.template-index {
    background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%) !important; 
  }

  /* 2. Give the logo area clean breathing space like Gucci */
  .header__heading-logo-wrapper {
    margin-top: 32px !important;   /* space above logo */
    margin-bottom: 40px !important; /* space below logo before image */
  }

  /* optional — adjust if logo sits too close to top or image */
  .header__heading-logo-wrapper img {
    max-width: 160px !important;
    height: auto !important;
  }

  /* 3. Remove gray gap between logo section and slideshow/image */
  .shopify-section:first-of-type,
  .shopify-section[id*="__slideshow"]:first-of-type,
  .shopify-section[id*="image-banner"]:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    background: transparent !important;
  }

  /* 4. Optional: make the slideshow fade up gently from logo gradient */
  .shopify-section[id*="__slideshow"]:first-of-type .slideshow__media img {
    border-radius: 0 !important;
    margin-top: 0 !important;
  }
}
/* === B221: Add spacing between logo and first image (mobile only) === */
@media (max-width: 749px) {
  /* Give the logo breathing room */
  .header__heading-logo-wrapper {
    margin-bottom: 48px !important; /* adjust this value for more/less gap */
  }

  /* Make sure the first slideshow/image banner sits below the logo cleanly */
  .template-index .shopify-section:first-of-type,
  .template-index .shopify-section[id*="__slideshow"]:first-of-type,
  .template-index .shopify-section[id*="image-banner"]:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Optional — ensure your gradient remains visible behind logo area */
  header.header,
  .header-wrapper {
    background: transparent !important;
  }
}
/* === B221: Mobile spacing below logo (between header + first section) === */
@media (max-width: 749px) {
  /* Adds clean visual gap between logo and first section */
  header.header {
    margin-bottom: 48px !important;  /* Adjust to taste: 32–64px range */
  }

  /* Prevent Shopify's pseudo-elements or margins from collapsing */
  #MainContent > .shopify-section:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Optional: if Dawn adds sticky-header spacing on scroll */
  .shopify-section-header-sticky,
  .header-wrapper {
    background: transparent !important;
  }
}
/* === B221: Mobile logo positioning + Gucci-style top spacing === */
@media (max-width: 749px) {
  /* 1) Move the logo closer to top of screen */
  .header__heading-logo-wrapper {
    margin-top: 8px !important;       /* logo higher up (reduce to 0 if you want flush top) */
    margin-bottom: 80px !important;   /* large elegant gap before first image */
  }

  /* 2) Make sure first section (slideshow/image banner) starts cleanly */
  #MainContent > .shopify-section:first-of-type,
  .template-index .shopify-section[id*="__slideshow"]:first-of-type,
  .template-index .shopify-section[id*="image-banner"]:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    background: transparent !important;
  }

  /* 3) Keep gradient showing behind logo area (no solid block) */
  header.header,
  .header-wrapper {
    background: transparent !important;
  }
}
/* === B221 MOBILE: Gucci hero + 2-up grid === */
@media (max-width: 749px) {
  /* Turn the row into a 2-col grid */
  .b221-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-auto-rows: auto;
    gap: 8px !important;              /* narrow gap between items */
    align-items: start;
    justify-items: stretch;
  }

  /* 1st card spans both columns (full width) */
  .b221-row > .b221-card:first-child {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* Make all cards fill their grid cell */
  .b221-row > .b221-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  /* Images must expand to cell width */
  .b221-row > .b221-card img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    object-fit: cover !important;
  }

  /* Optional: tidy captions */
  .b221-caption {
    text-align: center !important;
    margin-top: 6px !important;
    font-size: 12px !important;
    letter-spacing: 0.04em !important;
  }
}
/* === B221: kill animations + hover movement on ALL images/site === */

/* 1) Stop Dawn’s scroll/slide/fade animations */
.scroll-trigger,
.scroll-trigger [class*="animate--"],
[class*="animate--"],
.banner--animate,
.slideshow--animate,
slider-component,
slideshow-component {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

/* 2) Remove any transitions on media wrappers and images */
.media,
.card__media,
.banner__media,
.slideshow__media,
.image-with-text__media,
.b221-card,
.b221-card *,
.card,
.card * {
  transition: none !important;
  animation: none !important;
}

/* 3) Disable hover zoom/shift on images (no movement on hover) */
.card-wrapper:hover .media,
.card:hover .media,
.media:hover,
a:hover .media,
a:hover img,
.b221-card:hover img,
.b221-card img:hover,
.image-with-text__media:hover img,
.banner__media:hover img,
.slideshow__media:hover img {
  transform: none !important;
}

/* 4) Make sure base state never applies transforms either */
.media,
.card__media,
.banner__media img,
.slideshow__media img,
.image-with-text__media img,
.b221
/* === FIX: Larger top margin above first slideshow (mobile only) === */
@media (max-width: 749px) {
  .shopify-section:first-of-type,
  .shopify-section[id*="slideshow"]:first-of-type {
    margin-top: 80px !important;  /* increase for more breathing room */
    padding-top: 0 !important;
  }
}
/* === B221 Slideshow: Match Gucci heading + button SIZE + POSITION (no color change) === */
.shopify-section[id*="slideshow"] .banner__content {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;   /* move to bottom */
  align-items: center !important;
  text-align: center !important;
  padding-bottom: 40px !important;        /* distance from bottom edge */
}

/* Heading sizing and spacing */
.shopify-section[id*="slideshow"] .banner__heading {
  font-size: clamp(22px, 3.2vw, 30px) !important; /* same Gucci scale */
  font-weight: 400 !important;
  margin-bottom: 14px !important;                /* small gap before button */
  line-height: 1.1 !important;
  letter-spacing: 0.03em !important;
  text-align: center !important;
}

/* Button size + center */
.shopify-section[id*="slideshow"] .banner__buttons {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.shopify-section[id*="slideshow"] .banner__buttons .button {
  font-size: 13px !important;           /* Gucci-like button font */
  font-weight: 700 !important;
  padding: 13px 32px !important;        /* balanced height/width */
  margin: 0 auto !important;
}
/* === B221 Slideshow: move heading + button lower (closer to bottom) === */
.shopify-section[id*="slideshow"] .banner__content {
  padding-bottom: 18px !important;   /* was ~40px — lower = closer to bottom */
}
/* === B221 Slideshow Button: solid black with white text === */
.shopify-section[id*="slideshow"] .banner__buttons .button {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
}

/* === B221 HERO FIX: Prevent Dawn JS animation from breaking alignment === */
.slideshow__slide .banner__heading.inline-richtext.h1,
.slideshow__slide .banner__heading.inline-richtext.hxl {
  color: #000 !important;
  font-family: "Courier New", Courier, monospace !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 auto !important;
  display: inline-block !important;
  width: auto !important;
  z-index: 10;
}

/* Ensure parent containers don't shift it */
.slideshow__text,
.slideshow__text-wrapper,
.banner__content,
.banner__box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
  transform: none !important;
  animation: none !important;
}

/* Stop Shopify animation override after load */
.slideshow__text.animate--slide-in {
  transform: none !important;
  opacity: 1 !important;
}

/* Center the button perfectly below */
.banner__buttons {
  display: flex !important;
  justify-content: center !important;
  margin-top: 10px !important;
}

/* Optional: Keep button minimal & monochrome */
.banner__buttons .button {
  background: none !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 26px;
  transition: all 0.2s ease;
}
.banner__buttons .button:hover {
  background: #000 !important;
  color: #fff !important;
}
/* === B221: lock hero overlay centered on all breakpoints === */
.slideshow__slide .slideshow__media { position: relative !important; }

.slideshow__slide .slideshow__text-wrapper.banner__content {
  position: absolute !important;      /* sit on top of the image */
  inset: 0 !important;                /* full overlay */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; /* center ALWAYS */
  transform: none !important;
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 2 !important;
}

.slideshow__slide .slideshow__text.banner__box {
  width: 100% !important;
  max-width: none !important;
  background: transparent !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 auto !important;
  transform: none !important;
}

.slideshow__slide .banner__heading.inline-richtext,
.slideshow__slide h2.banner__heading.inline-richtext.h1,
.slideshow__slide h2.banner__heading.inline-richtext.hxl {
  color: #000 !important;
  font-family: "Courier New", Courier, monospace !important;
  font-weight: 700 !important;
  font-size: 16px !important;         /* same as nav/clock */
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  line-height: 1.15 !important;
  margin: 0 auto .75rem !important;
  transform: none !important;
  position: static !important;
  display: inline-block !important;
}

.slideshow__slide .banner__buttons {
  display: flex !important;
  justify-content: center !important;
  margin-top: 10px !important;
}

/* kill Dawn’s slide-in transforms that cause the bounce */
.slideshow__text-wrapper.animate--slide-in,
.slideshow__text.animate--slide-in,
.slideshow__text-wrapper[style*="transform"],
.slideshow__text[style*="transform"] {
  transform: none !important;
  opacity: 1 !important;
}

/* when Dawn injects 'page-width' on desktop, neutralize it */
@media (min-width: 750px){
  .slideshow__slide .slideshow__text-wrapper.banner__content.page-width {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
}
/* === B221 HERO: Bottom-center overlay === */
.slideshow__slide .slideshow__media { position: relative !important; }

.slideshow__slide .slideshow__text-wrapper.banner__content {
  position: absolute !important;
  bottom: 4% !important;               /* adjust this for vertical spacing */
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  text-align: center !important;
  width: 100% !important;
  z-index: 2 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* heading */
.slideshow__slide .banner__heading.inline-richtext {
  color: #000 !important;
  font-family: "Courier New", Courier, monospace !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  text-align: center !important;
}

/* button */
.banner__buttons {
  display: flex !important;
  justify-content: center !important;
}
.banner__buttons .button {
  background: #000 !important;
  color: #fff !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 26px;
  border: none !important;
  transition: all 0.2s ease;
}
.banner__buttons .button:hover {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

/* disable Dawn slide-in transforms that cause drift */
.slideshow__text-wrapper.animate--slide-in,
.slideshow__text.animate--slide-in {
  transform: none !important;
  opacity: 1 !important;
}
/* === B221 — Pin FIRST slideshow text to bottom-center (desktop only) === */
@media (min-width: 990px) {

  /* 1) use the first slideshow only */
  slideshow-component:first-of-type .slideshow__slide:first-child .slideshow__media {
    position: relative !important;  /* anchor for absolute child */
  }

  /* 2) put the text wrapper at the bottom center */
  slideshow-component:first-of-type .slideshow__slide:first-child .slideshow__text-wrapper.banner__content {
    position: absolute !important;
    bottom: 3% !important;                  /* ← adjust gap from bottom */
    left: 50% !important;
    transform: translateX(-50%) !important; /* center horizontally */
    width: 100% !important;
    max-width: none !important;             /* ignore Dawn page-width */
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important;
    text-align: center !important;
    background: transparent !important;
    z-index: 3 !important;
  }

  /* 3) neutralize Dawn’s animated transform on that wrapper */
  slideshow-component:first-of-type .slideshow__slide:first-child
  .slideshow__text-wrapper.banner__content.animate--slide-in {
    transform: translateX(-50%) !important;
    opacity: 1 !important;
  }

  /* 4) kill the desktop page-width recentering on that same wrapper */
  slideshow-component:first-of-type .slideshow__slide:first-child
  .banner__content.page-width {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* 5) typography + centered button (scoped to the first slide only) */
  slideshow-component:first-of-type .slideshow__slide:first-child
  .banner__heading.inline-richtext {
    color: #000 !important;
    font-family: "Courier New", monospace !important;
    font-weight: 700 !important;
    font-size: 16px !important;             /* matches nav/clock */
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    margin: 0 0 10px !important;
    text-align: center !important;
  }

  slideshow-component:first-of-type .slideshow__slide:first-child
  .banner__buttons {
    display: flex !important;
    justify-content: center !important;
    margin: 0 !important;
  }
}
/* === B221 FIXED GRADIENT HEADER STYLES === */

.b221-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-image: url("/cdn/shop/files/gradient-bar.png"); /* your gradient image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 70px; /* adjust height to your gradient bar */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.b221-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* NAV */
.b221-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 25px;
}

.b221-header__nav a {
  text-decoration: none;
  color: #000;
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.b221-header__nav a:hover {
  opacity: 0.6;
}

/* LOGO */
.b221-header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.b221-header__logo img {
  height: 26px;
  width: auto;
  display: block;
}

/* CLOCK */
.b221-header__clock {
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #000;
}

/* Sticky spacing so content doesn’t hide under header */
body {
  padding-top: 70px;
}

/* MOBILE */
@media (max-width: 768px) {
  .b221-header__inner {
    flex-direction: column;
    gap: 6px;
  }
  .b221-header__logo {
    position: static;
    transform: none;
    margin: 6px 0;
  }
  .b221-header__nav ul {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* === B221 FIXED GRADIENT HEADER BAR === */

.b221-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 99999;

  /* Your gradient bar background */
  background-image: url("/cdn/shop/files/gradient-bar.png?v=1");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: none;
}

/* Center content container */
.b221-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* NAV */
.b221-header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

.b221-header-nav a {
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  color: #000;
  text-decoration: none;
}

.b221-header-nav a:hover {
  opacity: 0.6;
}

/* LOGO (centered perfectly) */
.b221-header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.b221-header-logo img {
  height: 38px;
  width: auto;
  display: block;
}

/* CLOCK */
.b221-header-clock {
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #000;
}

/* keep content below header visible */
body {
  padding-top: 80px !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .b221-header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
  .b221-header-logo {
    position: static;
    transform: none;
  }
  .b221-header-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
}
/* === B221 — Use Dawn header, no overrides to sticky behavior === */
/* Adjust these two lines */
:root{
  --b221-header-height: 80px; /* match your Dawn header height */
  --b221-header-pad: 60px;    /* equal L/R margin for nav/clock */
}

/* 0) Neutralize any older “white strip” injections so they don’t fight sticky */
body::before, body::after { display: none !important; }

/* 1) Gradient image as the header bar background (Dawn header wrapper) */
.shopify-section-group-header-group .header-wrapper{
  background-image: url("/cdn/shop/files/gradient-bar.png?v=1");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: var(--b221-header-height) !important;
  position: relative;
  z-index: 50;                 /* keep above content while sticky */
}

/* Keep the inner header transparent so gradient shows through */
.shopify-section-group-header-group header.header{
  background: transparent !important;
  height: var(--b221-header-height) !important;
}

/* 2) Perfectly center the logo inside the header bar */
.shopify-section-group-header-group .header__heading-logo-wrapper{
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  display: block !important;
}
.shopify-section-group-header-group .header__heading-logo-wrapper img{
  height: calc(var(--b221-header-height) * 0.55) !important;
  width: auto !important;
  display: block;
  object-fit: contain;
}

/* 3) Your existing custom nav + clock wrappers (don’t change your markup) */
.b221-nav-wrap{
  position: absolute !important;
  left: var(--b221-header-pad) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  z-index: 60;
}
.b221-nav-wrap a{
  font-family: "Courier New", monospace;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.b221-nav-wrap a:hover{ opacity: .65; }

.b221-clock{
  position: absolute !important;
  right: var(--b221-header-pad) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #000;
  white-space: nowrap;
  z-index: 60;
}

/* 4) Keep layout balanced when Dawn toggles sticky classes on scroll */
.shopify-section-group-header-group .header-wrapper.is-sticky,
.shopify-section-group-header-group .header-wrapper.shopify-section-header-sticky{
  background-image: url("/cdn/shop/files/gradient-bar.png?v=1");
  height: var(--b221-header-height) !important;
}

/* 5) Mobile: stack neatly, keep logo visible and centered */
@media (max-width: 768px){
  :root{ --b221-header-pad: 16px; }
  .b221-nav-wrap{ left: var(--b221-header-pad) !important; gap: 14px !important; font-size: 12px; }
  .b221-clock{ right: var(--b221-header-pad) !important; font-size: 11px; }
  .shopify-section-group-header-group .header__heading-logo-wrapper img{
    height: 32px !important;
  }
}
.shopify-section-header-hidden {
  transform: translateY(0%) !important;
}
/* === B221 Sticky Header (Independent) === */
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/cdn/shop/files/gradient-bar.png?v=1");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
}

.b221-header-inner {
  width: min(1200px, 88%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 100%;
}

/* nav */
.b221-header-nav {
  display: flex;
  gap: 24px;
}
.b221-header-nav a {
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: #000;
  text-decoration: none;
}
.b221-header-nav a:hover {
  opacity: 0.6;
}

/* logo center */
.b221-header-logo {
  display: flex;
  justify-content: center;
}
.b221-header-logo img {
  height: 42px;
  width: auto;
  display: block;
}

/* clock right */
.b221-header-clock {
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #000;
  white-space: nowrap;
  justify-self: end;
}

/* push content below fixed bar */
body {
  padding-top: 80px !important;
}

/* responsive */
@media (max-width: 768px) {
  .b221-header-inner {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
  .b221-header-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }
  .b221-header-clock {
    justify-self: center;
  }
}
/* === Hide Dawn's Default Logo / Header so only B221 Sticky Header shows === */
header.header,
.header-wrapper,
.shopify-section-group-header-group {
  display: none !important;
  visibility: hidden !important;
}
/* === Force B221 Sticky Header Always Visible === */
.sticky-header {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}
.shopify-section-header-hidden {
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.b221-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
  background: #fff;
  box-shadow: inset 0 0 0 0 rgba(0,0,0,0); /* disables the faint 1px line */
}
/* === B221: first hero hard override — smaller margins, no crop === */
#b221-hero-1.b221-hero--gradient-frame {
  background: inherit !important;
  text-align: center;
  margin: 0 auto !important;
  padding: 20px 10px !important;    /* smaller outer margins */
  box-sizing: border-box;
  overflow: visible !important;
}

/* inner gradient frame thickness (half) */
#b221-hero-1 .b221-hero__frame {
  background: transparent !important;
  padding: 6px !important;
  margin: 0 auto !important;
  max-width: 1280px;
  box-sizing: border-box;
  overflow: visible !important;
}

/* absolutely prevent Shopify/Dawn from forcing cover/height */
#b221-hero-1 .b221-hero__frame img.b221-hero__img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;          /* never crop */
  object-position: top center !important;  /* keep top visible */
  margin: 0 auto !important;
  padding: 0 !important;
  border: none !important;
  background: #fff !important;             /* keep “paper” tone */
  box-shadow: none !important;
  transform: none !important;
}

/* if a sticky header is overlapping the first hero on mobile, offset it */
@media (max-width: 768px) {
  #b221-hero-1.b221-hero--gradient-frame {
    padding-top: 88px !important;  /* adjust if your mobile header is taller/shorter */
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px !important;
  }
  #b221-hero-1 .b221-hero__frame { padding: 4px !important; }
}
/* === B221 Rich Text styling fix === */

/* Remove Dawn's white background and padding from the Rich Text section */
.rich-text,
.rich-text .rich-text__wrapper,
.rich-text .color-scheme-1.gradient,
.section-template--17942263136443__rich_text_RwJi2j {
  background: inherit !important;    /* use your page gradient */
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

/* Text style — thick Courier, black, aligned center */
.rich-text .rich-text__blocks,
.rich-text .rich-text__text,
.rich-text .rte,
.rich-text .rte p {
  font-family: "Courier New", monospace !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000 !important;            /* same color as your gradient type */
  background: transparent !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1.6;
}

/* Headings inside rich text */
.rich-text h1,
.rich-text h2,
.rich-text h3 {
  font-family: "Courier New", monospace !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000 !important;
  background: transparent !important;
  margin: 0 auto 10px auto !important;
  text-align: center !important;
}

/* Remove Shopify animation white flicker */
.rich-text [class*="scroll-trigger"] {
  background: transparent !important;
}

/* Optional: tighten vertical space */
.section-template--17942263136443__rich_text_RwJi2j {
  margin: 20px auto !important;
}
/* === B221: Remove Dawn white strip behind MainContent === */
body.gradient,
html.gradient,
body,
html {
  background: var(--gradient-background, inherit) !important; /* keep your gradient */
}

main#MainContent.content-for-layout {
  background: inherit !important;     /* use gradient instead of white */
  box-shadow: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 0 !important;
}

/* Fix nested wrappers that add white fill */
main#MainContent.content-for-layout > .shopify-section,
main#MainContent .gradient,
main#MainContent .color-scheme-1,
main#MainContent .color-background-1 {
  background: inherit !important;
  box-shadow: none !important;
}
/* === B221: Force show Image-with-Text image on desktop === */
.image-with-text__media-item--hidden-desktop {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Also ensure image fits properly */
.image-with-text__media-item img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
/* === B221 HERO — Left align heading + button on mobile === */
@media (max-width: 768px) {
  .b221-hero__text {
    text-align: left !important;
    padding-left: 16px !important; /* slight breathing room from edge */
    padding-right: 16px !important;
  }

  .b221-hero__heading {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .b221-hero__button {
    display: inline-block;
    margin-left: 0 !important;
  }
}
/* === B221 RICH TEXT — Left align on mobile only === */
@media (max-width: 768px) {
  .rich-text__text,
  .rich-text__text.rte,
  .rich-text__text.rte p,
  .rich-text__heading,
  .rich-text h2,
  .rich-text h3 {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;  /* keeps nice spacing from screen edge */
    padding-right: 16px !important;
  }

  .rich-text__buttons {
    text-align: left !important;
    margin-left: 16px !important;
  }
}
/* === B221 RICH TEXT HEADING — Left align mobile only === */
@media (max-width: 768px) {
  .rich-text__heading,
  .rich-text h1,
  .rich-text h2,
  .rich-text h3 {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;  /* safe margin from screen edge */
    padding-right: 16px !important;
  }
}
/* === B221 Rich Text H1 — Left Align Mobile Only === */
@media (max-width: 768px) {
  .rich-text__heading.rte.inline-richtext.h1,
  .rich-text__heading,
  .rich-text h1 {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important; /* keeps spacing from edge */
    padding-right: 16px !important;
  }
}
/* === B221 FIX — Align Rich Text flush with Hero on Mobile === */
@media (max-width: 768px) {
  .rich-text__wrapper.page-width {
    padding-left: 16px !important;  /* match hero */
    padding-right: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }

  .rich-text__blocks {
    align-items: flex-start !important;
    text-align: left !important;
  }
}
/* === B221: Align Rich Text Flush with Hero Text on Mobile === */
@media (max-width: 768px) {
  /* Remove Shopify's centered flex + padding */
  .rich-text__wrapper.page-width {
    padding-left: 16px !important;   /* same as hero padding */
    padding-right: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }

  /* Remove center alignment flex that causes the offset */
  .rich-text__blocks.center {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  /* Align heading and paragraphs with the same left edge */
  .rich-text__heading,
  .rich-text__text,
  .rich-text__text p {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;  /* ensures true flush alignment */
  }

  /* Optional: if the heading still feels slightly indented */
  .rich-text__text {
    margin-top: 0 !important;
  }
}
/* === B221: PERFECT LEFT ALIGN — Rich Text flush with Hero === */
@media (max-width: 768px) {
  /* kill Dawn internal padding + flex centering */
  .shopify-section[class*="rich_text"],
  .rich-text,
  .rich-text__wrapper,
  .rich-text__wrapper.page-width,
  .rich-text__blocks.center {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  /* true alignment to hero’s 16px */
  .rich-text__heading,
  .rich-text__text,
  .rich-text__text p {
    text-align: left !important;
    margin-left: 16px !important;  /* match hero offset */
    padding-left: 0 !important;
  }

  .rich-text__buttons {
    text-align: left !important;
    margin-left: 16px !important;
  }
}
/* === B221: Final Pixel-Perfect Left Alignment for Rich Text === */
@media (max-width: 768px) {
  /* remove all Dawn spacing */
  .shopify-section[class*="rich_text"],
  .rich-text,
  .rich-text__wrapper,
  .rich-text__wrapper.page-width,
  .rich-text__blocks.center {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

/* === B221 MOBILE HEADER (FINAL CLEAN VERSION) === */
@media (max-width: 768px) {
  /* hide any Dawn / default header elements completely */
  .shopify-section-group-header-group,
  .shopify-section-group-header,
  [id*="__header"],
  .header,
  .header__heading,
  .header__heading-logo-wrapper,
  header-drawer,
  .header-drawer {
    display: none !important;
  }

  /* use only the custom B221 header */
  header#b221-header,
  body.gradient header#b221-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 64px !important;
    z-index: 9999 !important;
    background: rgba(255,255,255,0.96) !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 16px !important;
    transition: none !important;
  }

  /* inner header container locked */
  .b221-header-inner {
    width: 100% !important;
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    transition: none !important;
  }

  /* LOGO left-anchored, non-translated */
  .b221-logo {
    flex: 0 0 auto !important;
    position: relative !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .b221-logo img {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 42px !important;
    width: auto !important;
    object-fit: contain !important;
    transform: none !important;
    transition: none !important;
  }

  /* hide nav + clock for clean mobile header */
  .b221-nav,
  #b221Clock {
    display: none !important;
  }

  /* keep main content offset stable under fixed header */
  main#MainContent {
    padding-top: 64px !important;
  }
}
/* === B221 Fix: stop media-toggle flex from breaking grid === */
#shopify-section-{{ section.id }} .product__media-toggle {
  display: block !important;
  align-items: unset !important;
  justify-content: unset !important;
}
@media screen and(max-width:768px){
div#shopify-section-sections--19154853888225__header {
    margin-bottom: unset !important;
}
}
.b221-cart-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.b221-cart-popup.hidden {
  display: none;
}

.b221-cart-popup-inner {
  background: #fff;
  padding: 30px 40px;
  text-align: center;
  border-radius: 6px;
  font-family: Courier New, monospace;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.b221-cart-popup-btn {
  background: black;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.b221-cart-popup-close {
  background: transparent;
  border: 1px solid black;
  padding: 10px 20px;
  cursor: pointer;
}
.cart-notification {
  position: fixed;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
}
/* === B221 — GLOBAL GRADIENT BACKGROUND === */
/* Applies to all pages including FAQ, Terms, Privacy, Accessibility */
body.gradient,
body,
.main-content {
  background: url('/cdn/shop/files/BOX_COVER_webluxfor_shopify.jpg?v=1757283980')
              center center / cover no-repeat fixed !important;
  background-color: #fff; /* fallback */
  background-attachment: fixed !important;
}

/* Optional enhancement — fade overlay for smooth readability */
.b221-terms-box,
.b221-faq-box,
.b221-privacy-box {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  border: 1px solid #000;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}

/* Ensure gradient always visible behind scrollable content */
html, body {
  height: 100%;
  min-height: 100%;
}

/* Prevent Shopify or Dawn overrides from forcing white backgrounds */
.color-scheme-1.gradient::before,
.color-scheme-1.gradient::after,
.shopify-section {
  background: transparent !important;
  box-shadow: none !important;
}

/* Keep consistent across devices */
@media (max-width: 768px) {
  body.gradient,
  body,
  .main-content {
    background-attachment: scroll !important; /* smoother mobile performance */
  }
}
.color-scheme-1.gradient {
  background: url('/cdn/shop/files/BOX_COVER_webluxfor_shopify.jpg?v=1757283980')
              center center / cover no-repeat fixed !important;
  background-color: #fff;
}
/* === B221 FOOTER RESTORE — MOBILE SAFETY PATCH === */

main, 
.shopify-section, 
.color-scheme-1, 
.color-scheme-2, 
body, 
html {
  overflow: visible !important;
  height: auto !important;
  position: relative !important;
}

footer, 
.shopify-section footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  width: 100% !important;
  z-index: 50 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  text-align: center !important;
  padding: 48px 0 90px 0 !important;
  font-family: "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Ensure nothing sits on top of it */
.b221-services, 
.b221-zine-hero, 
section, 
div {
  z-index: auto !important;
  overflow: visible !important;
}











