/** Shopify CDN: Minification failed

Line 3995:0 Unexpected "<"
Line 4033:0 Unexpected "<"
Line 4905:0 Unexpected "}"
Line 4921:11 Expected identifier but found whitespace
Line 4921:12 Unexpected "rgba("
Line 5224:0 Unexpected "<"
Line 5227:2 Unexpected "0%"
Line 5228:2 Unexpected "50%"
Line 5247:0 Unexpected "<"
Line 5250:2 Unexpected "0%"
... 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);
  }
}


/* (Opcional) Overlay leve para mejorar contraste de textos */
body::after{
  content:"";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.08); /* subí/bajá este valor */
  pointer-events: none;
  z-index: -1;
}

/* Deja el contenido “flotando” sobre el fondo */
#MainContent,
.content-for-layout,
.shopify-section,
.page-width,
.color-background-1,
.color-background-2,
.color-background-3,
.color-background-4,
.gradient {
  background: transparent !important;
  background-color: transparent !important;
}
/* === Lectura clara en Home / Colección destacada (Dawn) === */
/* Títulos, precios y textos de las tarjetas */
.featured-collection .card__heading,
.featured-collection .card__heading a,
.featured-collection .card-information,
.featured-collection .card-information p,
.featured-collection .price,
.featured-collection .price-item,
.featured-collection .rating,
.featured-collection .badge,
.collection .card__heading,
.collection .card__heading a,
.collection .card-information,
.collection .price,
.collection .price-item{
  color:#fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
}

/* Enlaces dentro de tarjetas */
.card__heading a,
.card-information a{
  color:#fff !important;
  text-decoration:none;
}
.card__heading a:hover{ text-decoration:underline; }

/* Badges (“Oferta”, etc.) más legibles */
.badge{
  background: rgba(0,0,0,.35) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.25);
}

/* Header / Footer por si quedan oscuros */
.header-wrapper, .section-header,
.footer, .shopify-section-footer{
  color:#fff !important;
}

/* Un poco más de contraste global sobre el fondo estrellado */
body::after{
  content:""; position:fixed; inset:0;
  background: rgba(0,0,0,.16); /* subí a .18–.22 si aún se ve bajo */
  pointer-events:none; z-index:-1;
}
/* === Legibilidad de precios en producto (Dawn) === */
/* Color fuerte + sombra sutil para todo el componente de precio */
.product__info-wrapper .price,
.product__info-wrapper .price *,
.price, .price *{
  color:#fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
}

/* Precio tachado (compare-at): que se note el tache y también sea legible */
.product__info-wrapper .price .price__compare,
.product__info-wrapper .price .price__compare *,
.price .price__compare, .price .price__compare *{
  color: #dfe6ff !important;                 /* un blanco azulado para diferenciar */
  opacity: 0.95 !important;
  text-decoration-color: rgba(255,255,255,.85) !important;
  text-decoration-thickness: 2px !important; /* línea más gruesa */
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
}

/* Cuando el producto no está en oferta, el precio regular también queda nítido */
.product__info-wrapper .price .price__regular,
.product__info-wrapper .price .price__regular *,
.price .price__regular, .price .price__regular *{
  color:#ffffff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
}

/* Varias clases que Dawn usa para ítems individuales del precio */
.price .price-item,
.price .price-item--regular,
.price .price-item--sale{
  color:#fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
}

/* (Opcional) micro-resalte detrás del bloque de precio para máxima lectura */
.product__info-wrapper .price{
  background: rgba(0,0,0,.22);
  padding: 6px 10px;
  border-radius: 10px;
  display: inline-block;
}
/* === FIX RÁPIDO: precios nítidos sin fondo feo === */

/* Quitar el "pill" que agregamos al precio */
.template-product .product__info-wrapper .price{
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* Precio actual bien blanco y con leve sombra para contraste */
.template-product .price .price-item,
.template-product .price .price-item--regular,
.template-product .price .price-item--sale{
  color:#ffffff !important;
  text-shadow: 0 2px 6px rgba(0,0,0,.35);
  letter-spacing:.2px;
}

/* Precio tachado (compare-at) legible y con tachado más visible */
.template-product .price__compare,
.template-product .price__compare *{
  color:#e5ebff !important;               /* blanco azulado para diferenciar */
  opacity:1 !important;
  text-decoration-color: rgba(255,255,255,.85) !important;
  text-decoration-thickness: 2px !important;
  text-shadow: 0 2px 6px rgba(0,0,0,.35);
}

/* Título del producto más legible sobre el fondo */
.template-product .product__title{
  color:#ffffff !important;
  text-shadow: 0 2px 6px rgba(0,0,0,.35);
}

/* Texto chico bajo el título (descripción corta) */
.template-product .product__text,
.template-product .rte p{
  color:#f0f3ff !important;
}

/* Badge "Oferta" que se lea bien */
.template-product .badge{
  background: rgba(0,0,0,.40) !important;
  color:#fff !important;
  border-color: rgba(255,255,255,.22) !important;
}
/* === RESET: sacá sombras/fondos raros previos en precios === */
.template-product .product__info-wrapper .price{ background:transparent !important; padding:0 !important; border-radius:0 !important; }
.template-product .price, 
.template-product .price *, 
.template-product .product__title,
.template-product .product__text,
.template-product .badge{ text-shadow:none !important; }

/* === Panel “glass” SOLO en la info del producto === */
.template-product .product__info-wrapper .product__info-container{
  background: rgba(10, 12, 18, .52);         /* translúcido oscuro */
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  padding: 16px 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
}

/* Título bien legible */
.template-product .product__title{
  color:#ffffff !important;
}

/* Precio actual nítido */
.template-product .price .price-item,
.template-product .price .price-item--sale,
.template-product .price .price-item--regular{
  color:#ffffff !important;
}

/* Precio tachado (compare-at) legible y distinguible */
.template-product .price__compare,
.template-product .price__compare *{
  color:#d9e1ff !important;                   /* blanco azulado */
  text-decoration-color: rgba(255,255,255,.9) !important;
  text-decoration-thickness: 2px !important;
}

/* Texto debajo del título */
.template-product .product__text,
.template-product .rte p{
  color:#eef2ff !important;
}

/* Badge "Oferta" legible y discreto */
.template-product .badge{
  background: rgba(0,0,0,.45) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.2) !important;
}
.descargas-negro{ 
  color:#000 !important; 
  font-weight:700; 
}
/* === Legibilidad en filas desplegables (Dawn: collapsible-content) === */
.template-product .collapsible-content details.accordion{
  background: rgba(10,12,18,.46);           /* glass oscuro */
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  margin: 10px 0;
  overflow: hidden;
}

/* Título de la fila (summary) */
.template-product .collapsible-content summary,
.template-product .collapsible-content .accordion__title{
  color:#ffffff !important;
  font-weight: 700;
  padding: 12px 14px;
  line-height: 1.2;
}

/* Contenido abierto */
.template-product .collapsible-content .accordion__content{
  color:#eef2ff !important;
  font-weight: 600;
  padding: 10px 14px 14px;
}

/* Icono flecha */
.template-product .collapsible-content .icon-caret{
  color:#fff !important;
  opacity:.9;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.35));
}

/* Estados de foco/hover (accesibilidad) */
.template-product .collapsible-content summary:focus-visible{
  outline: 2px solid rgba(255,255,255,.55);
  outline-offset: 2px;
}
.template-product .collapsible-content summary:hover{
  background: rgba(255,255,255,.04);
}
/* === Legibilidad en filas desplegables (Dawn: collapsible-content) === */
.template-product .collapsible-content details.accordion{
  background: rgba(10,12,18,.46);           /* glass oscuro */
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  margin: 10px 0;
  overflow: hidden;
}

/* Título de la fila (summary) */
.template-product .collapsible-content summary,
.template-product .collapsible-content .accordion__title{
  color:#ffffff !important;
  font-weight: 700;
  padding: 12px 14px;
  line-height: 1.2;
}

/* Contenido abierto */
.template-product .collapsible-content .accordion__content{
  color:#eef2ff !important;
  font-weight: 600;
  padding: 10px 14px 14px;
}

/* Icono flecha */
.template-product .collapsible-content .icon-caret{
  color:#fff !important;
  opacity:.9;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.35));
}

/* Estados de foco/hover (accesibilidad) */
.template-product .collapsible-content summary:focus-visible{
  outline: 2px solid rgba(255,255,255,.55);
  outline-offset: 2px;
}
.template-product .collapsible-content summary:hover{
  background: rgba(255,255,255,.04);
}
/* Solo la PRIMER fila desplegable del producto */
.template-product .collapsible-content details.accordion:nth-of-type(1){
  background: rgba(255,255,255,.82);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
}
.template-product .collapsible-content details.accordion:nth-of-type(1) summary,
.template-product .collapsible-content details.accordion:nth-of-type(1) .accordion__title{
  color:#000 !important; font-weight:800; font-size:16px; padding:12px 14px;
}
.template-product .collapsible-content details.accordion:nth-of-type(1) .accordion__content{
  color:#111 !important; font-weight:600; font-size:15px; line-height:1.45; padding:8px 14px 14px;
}/* === LEGIBILIDAD TOTAL para Fila desplegable (Dawn) === */
/* Cubre variantes de Dawn: product__accordion / accordion / collapsible-content */
.template-product details.product__accordion,
.template-product details.accordion,
.template-product .collapsible-content details {
  background: rgba(255,255,255,.90) !important;     /* fondo claro */
  -webkit-backdrop-filter: blur(2px) !important;
  backdrop-filter: blur(2px) !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  border-radius: 14px !important;
  margin: 12px 0 !important;
  overflow: hidden !important;
}

/* Título de la fila (summary) */
.template-product details.product__accordion > summary,
.template-product details.accordion > summary,
.template-product .collapsible-content details > summary,
.template-product .accordion__title,
.template-product .summary__title {
  color:#000 !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  padding: 12px 14px !important;
}

/* Contenido abierto */
.template-product .accordion__content,
.template-product details[open] .accordion__content,
.template-product details[open] .content,
.template-product .collapsible-content .accordion__content,
.template-product .product__accordion .accordion__content {
  color:#111 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  padding: 10px 14px 14px !important;
}

/* Texto interno del RTE (p, li, strong) */
.template-product .accordion__content .rte p,
.template-product .accordion__content .rte li,
.template-product .accordion__content .rte strong {
  color:#111 !important;
}

/* Icono/caret */
.template-product .icon-caret,
.template-product summary .icon-caret {
  color:#000 !important;
  opacity:.85 !important;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.25)) !important;
}

/* Hover/focus accesibles */
.template-product details > summary:hover{
  background: rgba(0,0,0,.03) !important;
}
.template-product details > summary:focus-visible{
  outline: 2px solid rgba(0,0,0,.45) !important;
  outline-offset: 2px !important;
}
/* Fila desplegable: títulos en negrita */
.template-product details.product__accordion > summary,
.template-product details.accordion > summary,
.template-product .collapsible-content details > summary{
  font-weight:800 !important;
  color:#000 !important;
}
<style>
/* === CAJONCITO para filas desplegables (Dawn) === */

/* 1) El “cajón” */
.product__accordion .accordion,
.product__accordion details.accordion{
  background:#122e4f !important;
  border-radius:16px !important;
  padding:14px 14px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  margin:12px 0 !important;
}

/* 2) Título (summary) */
.product__accordion summary,
.product__accordion .accordion summary,
.product__accordion .accordion__title{
  color:#fff !important;
}

/* 3) Contenido interno */
.product__accordion .accordion__content,
.product__accordion .accordion__content *{
  color:#fff !important;
}

/* 4) Iconito/flecha del acordeón */
.product__accordion .icon-caret,
.product__accordion summary .icon-caret{
  color:#fff !important;
  fill: currentColor !important;
}

/* 5) Separadores que a veces mete Dawn */
.product__accordion .accordion + .accordion{
  border-top:0 !important;
}
</style>
/* ===== Cajoncito azul también para "Contenido desplegable" (collapsible content) ===== */
.template-product .collapsible-content details,
.template-product .collapsible-content details.collapsible-row,
.template-product .collapsible-content .accordion,
.template-product .collapsible-content .collapsible-row{
  background:#122e4f !important;
  border-radius:16px !important;
  padding:14px 14px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  margin:12px 0 !important;
}

/* Título */
.template-product .collapsible-content summary,
.template-product .collapsible-content .accordion__title{
  color:#fff !important;
}

/* Contenido */
.template-product .collapsible-content .accordion__content,
.template-product .collapsible-content .accordion__content *{
  color:#fff !important;
}

/* Flecha */
.template-product .collapsible-content .icon-caret{
  color:#fff !important;
  fill: currentColor !important;
}

/* ===== FIX DEFINITIVO: cajoncito azul para "Contenido desplegable" (Dawn) ===== */

/* Contenedor de cada fila (details.accordion) */
.template-product .collapsible-content-wrapper details.accordion,
.template-product .collapsible-content-wrapper .accordion{
  background:#122e4f !important;
  border-radius:16px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  margin:12px 0 !important;
  overflow:hidden !important;
}

/* Área clickeable (summary) */
.template-product .collapsible-content-wrapper details.accordion > summary,
.template-product .collapsible-content-wrapper .accordion summary,
.template-product .collapsible-content-wrapper .accordion__summary{
  background:transparent !important;
  color:#fff !important;
  padding:14px 14px !important;
}

/* Título dentro del summary */
.template-product .collapsible-content-wrapper .accordion__title{
  color:#fff !important;
}

/* Contenido desplegado */
.template-product .collapsible-content-wrapper .accordion__content{
  padding:0 14px 14px 14px !important;
  color:#fff !important;
}
.template-product .collapsible-content-wrapper .accordion__content *{
  color:#fff !important;
}

/* Flechita */
.template-product .collapsible-content-wrapper .icon-caret{
  color:#fff !important;
  fill: currentColor !important;
}
/* ================================
   FAQ / Contenido desplegable (Dawn)
   Cajoncito #122e4f + texto blanco
================================ */

/* 1) Cajón para TODA la sección FAQ */
.template-product .collapsible-content-wrapper{
  background:#122e4f !important;
  border-radius:18px !important;
  padding:18px 16px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.22) !important;
  margin:16px auto !important;
}

/* 2) Título “Preguntas frecuentes” */
.template-product .collapsible-content-wrapper .collapsible-content__heading,
.template-product .collapsible-content-wrapper .collapsible-content__heading *{
  color:#fff !important;
}

/* 3) Cada fila (details.accordion) como “cajoncito” interno */
.template-product .collapsible-content-wrapper details.accordion{
  background:rgba(0,0,0,.22) !important; /* leve contraste dentro del cajón */
  border-radius:14px !important;
  border:1px solid rgba(255,255,255,.10) !important;
  overflow:hidden !important;
  margin:10px 0 !important;
}

/* 4) Área clickeable (summary) */
.template-product .collapsible-content-wrapper details.accordion > summary{
  padding:14px 14px !important;
  color:#fff !important;
}

/* 5) Título de cada pregunta */
.template-product .collapsible-content-wrapper .accordion__title,
.template-product .collapsible-content-wrapper summary,
.template-product .collapsible-content-wrapper summary *{
  color:#fff !important;
}

/* 6) Contenido desplegado */
.template-product .collapsible-content-wrapper .accordion__content{
  padding:0 14px 14px 14px !important;
  color:#fff !important;
}
.template-product .collapsible-content-wrapper .accordion__content,
.template-product .collapsible-content-wrapper .accordion__content *{
  color:#fff !important;
}

/* 7) Flechita */
.template-product .collapsible-content-wrapper .icon-caret{
  color:#fff !important;
  fill: currentColor !important;
}
/* FIX CARRITO MOBILE: evita texto en columna finita + ordena grilla */
@media screen and (max-width: 749px){
  .cart-items tr.cart-item{
    grid-template-columns: 92px 1fr !important;
    column-gap: 12px !important;
    row-gap: 8px !important;
    align-items: start !important;
  }
  .cart-items td.cart-item__media{ grid-column:1 !important; grid-row:1 / span 3 !important; }
  .cart-items td.cart-item__details{ grid-column:2 !important; grid-row:1 !important; min-width:0 !important; }
  .cart-items td.cart-item__totals{ grid-column:2 !important; grid-row:2 !important; justify-self:start !important; text-align:left !important; white-space:nowrap !important; }
  .cart-items td.cart-item__quantity{ grid-column:2 !important; grid-row:3 !important; }
  .cart-items .cart-item__name,
  .cart-items .cart-item__name a{
    font-size:16px !important;
    line-height:1.25 !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
  }
}

/* TEXTO BLANCO SOLO EN CARRITO */
.cart, .cart * { color:#fff !important; }
/* ==============================
   CARRITO (DAWN) - MOBILE
   "Todo encuadrado" por separado
   ============================== */
@media screen and (max-width: 749px){

  /* Layout del item: imagen izquierda + columna derecha */
  .cart-items tr.cart-item{
    grid-template-columns: 92px 1fr !important;
    column-gap: 12px !important;
    row-gap: 10px !important;
    align-items: start !important;
  }

  .cart-items td.cart-item__media{
    grid-column: 1 !important;
    grid-row: 1 / span 4 !important;
  }

  .cart-items td.cart-item__details{
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  .cart-items td.cart-item__totals{
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  .cart-items td.cart-item__quantity{
    grid-column: 2 !important;
    grid-row: 3 !important;
    justify-self: start !important;
  }

  /* Cajones (reutilizable) */
  .cart-items td.cart-item__details,
  .cart-items td.cart-item__totals,
  .cart-items td.cart-item__quantity{
    background: rgba(0,0,0,.35) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 12px !important;
    padding: 10px 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Título: blanco + sin romperse feo */
  .cart-items .cart-item__name,
  .cart-items .cart-item__name a{
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  /* Precio en blanco y bien legible */
  .cart-items td.cart-item__totals,
  .cart-items td.cart-item__totals .price,
  .cart-items td.cart-item__totals .money{
    color:#fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
  }

  /* Todo lo demás del carrito en blanco (para tu fondo oscuro) */
  .cart, .cart *{ color:#fff !important; }
}
/* =========================
   CART (Dawn) - texto blanco
   ========================= */
body.template-cart,
body.template-cart * {
  color: #fff !important;
}

/* Links del carrito */
body.template-cart a,
body.template-cart a:visited,
body.template-cart a:hover {
  color: #fff !important;
}

/* Precios / money */
body.template-cart .price,
body.template-cart .money,
body.template-cart .cart-item__price-wrapper,
body.template-cart .cart-item__totals {
  color: #fff !important;
}

/* Inputs y placeholders (cupon, notas, etc si aparecen) */
body.template-cart input,
body.template-cart textarea,
body.template-cart select {
  color: #fff !important;
}

body.template-cart input::placeholder,
body.template-cart textarea::placeholder {
  color: rgba(255,255,255,.75) !important;
}

/* Íconos SVG (tacho, etc) */
body.template-cart svg,
body.template-cart svg * {
  fill: #fff !important;
  stroke: #fff !important;
}
/* ==================================================
   FORCE WHITE TEXT - CART (Dawn / color-schemes)
   ================================================== */
body.template-cart,
body.template-cart .color-scheme-1,
body.template-cart .color-scheme-2,
body.template-cart .color-scheme-3,
body.template-cart .color-scheme-4,
body.template-cart .gradient {
  --color-foreground: 255, 255, 255 !important; /* texto */
}

/* Refuerzo por si algún bloque tiene color directo */
body.template-cart,
body.template-cart * {
  color: #fff !important;
}

/* Íconos */
body.template-cart svg,
body.template-cart svg * {
  fill: #fff !important;
  stroke: #fff !important;
}

/* Placeholders */
body.template-cart input::placeholder,
body.template-cart textarea::placeholder {
  color: rgba(255,255,255,.75) !important;
}
/* ✅ PRUEBA VISUAL: si ves este cartel, el CSS está cargando */
body.template-cart::before{
  content:"CSS OK (carrito)";
  position:fixed; z-index:99999;
  top:12px; left:12px;
  padding:8px 10px;
  background:#00c853; color:#000;
  border-radius:10px;
  font:700 12px/1.1 system-ui;
}

/* ✅ FORZAR TEXTO BLANCO EN TODO EL CARRITO (Dawn / esquemas de color) */
body.template-cart,
body.template-cart .gradient,
body.template-cart [class*="color-scheme"],
body.template-cart .shopify-section,
body.template-cart .page-width{
  --color-foreground: 255, 255, 255 !important;
  color:#fff !important;
}

/* Refuerzo: títulos, links, tabla del carrito, totales */
body.template-cart h1,
body.template-cart h2,
body.template-cart h3,
body.template-cart a,
body.template-cart p,
body.template-cart span,
body.template-cart small,
body.template-cart th,
body.template-cart td,
body.template-cart label,
body.template-cart .cart,
body.template-cart .cart *{
  color:#fff !important;
}

/* Íconos (tacho, etc) */
body.template-cart svg,
body.template-cart svg *{
  fill:#fff !important;
  stroke:#fff !important;
}
/* =========================================
   CART: texto BLANCO sí o sí (desktop + mobile)
   ========================================= */

/* Fuerza variable de color de Dawn dentro del carrito */
.cart,
.cart .gradient,
.cart [class*="color-scheme"],
.cart-items,
.cart-items [class*="color-scheme"]{
  --color-foreground: 255, 255, 255 !important;
}

/* Texto del carrito en blanco */
.cart, .cart *{
  color:#fff !important;
}

/* Links */
.cart a, .cart a:visited, .cart a:hover{
  color:#fff !important;
}

/* Precio/totales */
.cart .price, .cart .money, .cart-item__price-wrapper, .cart-item__totals,
.totals, .totals *{
  color:#fff !important;
}

/* Inputs */
.cart input, .cart textarea, .cart select{
  color:#fff !important;
}
.cart input::placeholder, .cart textarea::placeholder{
  color: rgba(255,255,255,.75) !important;
}

/* Íconos (tacho) */
.cart svg, .cart svg *{
  fill:#fff !important;
  stroke:#fff !important;
}

/* El header "Producto / Cantidad / Total" también blanco */
.cart-items thead th,
.cart-items thead *,
.cart-items .caption-with-letter-spacing{
  color:#fff !important;
  opacity: 1 !important;
}
.cart, .cart *{
  text-shadow: 0 1px 2px rgba(0,0,0,.55) !important;
}
/* ==============================
   CART - FIX NEGROS PUNTUALES
   ============================== */

/* "Seguir comprando" */
.cart a[href*="continue"],
.cart a[href*="continue-shopping"],
.cart .underlined-link,
.cart__ctas a,
.cart__warnings a,
a.underlined-link {
  color:#fff !important;
}

/* Precio chiquito debajo del nombre del producto */
.cart .cart-item__price,
.cart .cart-item__price-wrapper,
.cart .product-option,
.cart .cart-item__details .price,
.cart .cart-item__details .money,
.cart .cart-item__details dd,
.cart .cart-item__details dt {
  color:#fff !important;
  opacity: 1 !important;
}

/* Texto "Acceso instantáneo..." (y cualquier texto de nota/leyenda del carrito) */
.cart .caption-with-letter-spacing,
.cart .tax-note,
.cart .cart__note,
.cart .cart__footer *,
.cart__footer * {
  color:#fff !important;
  opacity: 1 !important;
}

/* Tachito (botón remover) + cualquier svg dentro */
.cart a.cart-remove-button,
.cart button.cart-remove-button,
.cart .cart-remove-button,
.cart .cart-remove-button svg,
.cart .cart-remove-button svg *,
.cart .icon-remove,
.cart .icon-remove * {
  color:#fff !important;
  fill:#fff !important;
  stroke:#fff !important;
  opacity: 1 !important;
}

/* Por si algún bloque quedó con "rgba(var(--color-foreground), .75)" */
.cart .cart-item__details *,
.cart .cart-item__totals *,
.cart .totals * {
  color:#fff !important;
}
.cart svg { fill:#fff !important; stroke:#fff !important; }
/* ====== PRECIO CHIQUITO (debajo del producto) ====== */
.cart .cart-item__details .price,
.cart .cart-item__details .price *,
.cart .cart-item__details dl,
.cart .cart-item__details dd,
.cart .cart-item__details dd *,
.cart .cart-item__details .product-option,
.cart .cart-item__details .product-option *,
.cart .cart-item__details .cart-item__old-price,
.cart .cart-item__details .cart-item__old-price * {
  color: #fff !important;
  opacity: 1 !important;
}

/* ====== TACHITO (remover) ====== */
.cart a.cart-remove-button,
.cart button.cart-remove-button,
.cart .cart-remove-button,
.cart .cart-remove-button svg,
.cart .cart-remove-button svg * {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
  opacity: 1 !important;
}
.cart .cart-remove-button * { fill:#fff !important; stroke:#fff !important; opacity:1 !important; }
/* =========================================
   CART - MARTILLO FINAL (precio chico + tacho)
   ========================================= */

/* 1) Si Dawn mete color inline, lo pisamos igual */
.cart [style*="color"] { color:#fff !important; }
.cart [style*="fill"]  { fill:#fff !important; }
.cart [style*="stroke"]{ stroke:#fff !important; }

/* 2) Todo lo del bloque del producto (incluye precio chico debajo del nombre) */
.cart .cart-item__details,
.cart .cart-item__details *{
  color:#fff !important;
  opacity:1 !important;
}

/* 3) Selectores típicos del precio en Dawn (por si está en wrappers raros) */
.cart .cart-item__details .price,
.cart .cart-item__details .price *,
.cart .cart-item__details .price-item,
.cart .cart-item__details .price-item *,
.cart .cart-item__details .cart-item__price-wrapper,
.cart .cart-item__details .cart-item__price-wrapper *,
.cart .cart-item__details .cart-item__final-price,
.cart .cart-item__details .cart-item__final-price *,
.cart .cart-item__details .cart-item__old-price,
.cart .cart-item__details .cart-item__old-price *,
.cart .cart-item__details .cart-item__discounted-prices,
.cart .cart-item__details .cart-item__discounted-prices *{
  color:#fff !important;
  opacity:1 !important;
}

/* 4) Tachito: Dawn usa cart-remove-button (custom element) + svg */
.cart cart-remove-button,
.cart cart-remove-button *{
  color:#fff !important;
  opacity:1 !important;
}
.cart cart-remove-button svg,
.cart cart-remove-button svg *{
  fill:#fff !important;
  stroke:#fff !important;
  opacity:1 !important;
}

/* 5) Por si el tacho está dentro de un botón terciario */
.cart .button--tertiary,
.cart .button--tertiary *{
  color:#fff !important;
}
.cart .button--tertiary svg,
.cart .button--tertiary svg *{
  fill:#fff !important;
  stroke:#fff !important;
}
/* ===== CART: PRECIO CHIQUITO (debajo del producto) ===== */
.cart .cart-item__details .price,
.cart .cart-item__details .price * ,
.cart .cart-item__details [class*="price-item"],
.cart .cart-item__details [class*="price-item"] *,
.cart .cart-item__details [class*="price--"],
.cart .cart-item__details [class*="price--"] *{
  color:#fff !important;
  opacity:1 !important;
}

/* ===== CART: TACHITO (remove) ===== */
.cart cart-remove-button,
.cart cart-remove-button *,
.cart .cart-remove-button,
.cart .cart-remove-button *,
.cart a.cart-remove-button,
.cart button.cart-remove-button,
.cart .button--tertiary,
.cart .button--tertiary *{
  color:#fff !important;
  opacity:1 !important;
}

/* si el svg usa currentColor */
.cart cart-remove-button svg,
.cart cart-remove-button svg *,
.cart .button--tertiary svg,
.cart .button--tertiary svg *{
  fill: currentColor !important;
  stroke: currentColor !important;
}
/* =====================================================
   CART ONLY (detectado por .cart-items) - BLANCO TOTAL
   (precio chiquito + tachito)
   ===================================================== */

/* 1) Forzamos variables de color SOLO cuando estamos en carrito */
body:has(.cart-items) #MainContent,
body:has(.cart-items) .cart-items,
body:has(.cart-items) .cart-items *,
body:has(.cart-items) .cart__footer,
body:has(.cart-items) .cart__footer * {
  --color-foreground: 255,255,255 !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* 2) Precio chiquito debajo del producto (Dawn usa price-item / product-option / dd) */
body:has(.cart-items) .cart-items .cart-item__details .product-option,
body:has(.cart-items) .cart-items .cart-item__details .product-option *,
body:has(.cart-items) .cart-items .cart-item__details dd,
body:has(.cart-items) .cart-items .cart-item__details dd *,
body:has(.cart-items) .cart-items .cart-item__details .price,
body:has(.cart-items) .cart-items .cart-item__details .price *,
body:has(.cart-items) .cart-items .cart-item__details [class*="price-item"],
body:has(.cart-items) .cart-items .cart-item__details [class*="price-item"] * {
  color: #fff !important;
  opacity: 1 !important;
}

/* 3) Tachito (remove) - en Dawn es cart-remove-button + button--tertiary + svg */
body:has(.cart-items) cart-remove-button,
body:has(.cart-items) cart-remove-button * ,
body:has(.cart-items) cart-remove-button .button--tertiary,
body:has(.cart-items) cart-remove-button .button--tertiary * {
  color: #fff !important;
  opacity: 1 !important;
}

body:has(.cart-items) cart-remove-button svg,
body:has(.cart-items) cart-remove-button svg * {
  fill: currentColor !important;
  stroke: currentColor !important;
  opacity: 1 !important;
}
/* Título "Tu carrito" en blanco */
body:has(.cart-items) .main-page-title,
body:has(.cart-items) .main-page-title *{
  color:#fff !important;
  opacity:1 !important;
}
/* ====== Título principal del carrito ("Tu carrito") en blanco ====== */
body:has(.cart-items) h1.main-page-title,
body:has(.cart-items) .main-page-title,
body:has(.cart-items) .title-wrapper-with-link .title,
body:has(.cart-items) .cart__title,
body:has(.cart-items) .cart__title *{
  color: #fff !important;
  opacity: 1 !important;
}

/* Extra: por si el título no queda dentro del selector anterior */
#MainContent h1.main-page-title,
#MainContent .main-page-title{
  color:#fff !important;
  opacity:1 !important;
}

/* =========================================
   CART MOBILE: sin cajoncitos + tacho al lado
   ========================================= */
@media screen and (max-width: 749px){

  /* 1) Quitar cajones / fondos / bordes que quedaron */
  body:has(.cart-items) .cart-items td,
  body:has(.cart-items) .cart-items .cart-item__details,
  body:has(.cart-items) .cart-items .cart-item__totals,
  body:has(.cart-items) .cart-items .cart-item__quantity{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /* 2) Poner cantidad + tacho en la misma línea */
  body:has(.cart-items) .cart-items td.cart-item__quantity{
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    justify-content: flex-start !important;
  }

  /* 3) Asegura que el selector de cantidad no se achique */
  body:has(.cart-items) .cart-items td.cart-item__quantity .quantity{
    flex: 0 0 auto !important;
  }

  /* 4) Mover el botón eliminar al lado del selector */
  body:has(.cart-items) .cart-items td.cart-item__quantity cart-remove-button,
  body:has(.cart-items) .cart-items td.cart-item__quantity .cart-remove-button{
    margin: 0 !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* 5) Si el tacho sigue apareciendo abajo (porque está en otra celda),
        lo ocultamos y dejamos solo el de al lado (si existe) */
  body:has(.cart-items) .cart-items td:not(.cart-item__quantity) cart-remove-button{
    display: none !important;
  }
}
/* ==================================================
   CART MOBILE: tacho pegado al selector de cantidad
   (grid 2 columnas: quantity | remove)
   ================================================== */
@media screen and (max-width: 749px){

  /* El wrapper que contiene cantidad y remove */
  body:has(.cart-items) .cart-items td.cart-item__quantity .cart-item__quantity-wrapper{
    display: grid !important;
    grid-template-columns: auto auto !important;  /* selector | tacho */
    align-items: center !important;
    column-gap: 10px !important;
    row-gap: 0 !important;
  }

  /* Selector de cantidad en col 1 */
  body:has(.cart-items) .cart-items td.cart-item__quantity .cart-item__quantity-wrapper .quantity{
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }

  /* Tachito en col 2, misma fila */
  body:has(.cart-items) .cart-items td.cart-item__quantity .cart-item__quantity-wrapper cart-remove-button{
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    margin: 0 !important;
  }

  /* Evita que el tacho se “caiga” por estilos previos */
  body:has(.cart-items) .cart-items td.cart-item__quantity .cart-item__quantity-wrapper cart-remove-button .button--tertiary{
    margin: 0 !important;
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
/* Judge.me: texto y links en blanco (igual al resto) */
body:has(.jdgm-widget) .jdgm-widget,
body:has(.jdgm-widget) .jdgm-widget *{
  color:#fff !important;
  opacity:1 !important;
}

body:has(.jdgm-widget) .jdgm-widget a,
body:has(.jdgm-widget) .jdgm-widget a:visited,
body:has(.jdgm-widget) .jdgm-widget a:hover{
  color:#fff !important;
}
/* Judge.me: ocultar "Sé el primero..." cuando no hay reseñas */
body:has(.jdgm-widget) .jdgm-widget .jdgm-histogram__empty,
body:has(.jdgm-widget) .jdgm-widget .jdgm-rev-widg__summary-text{
  display: none !important;
}
/* Judge.me: ocultar "Sé el primero..." cuando no hay reseñas */
body:has(.jdgm-widget) .jdgm-widget .jdgm-histogram__empty,
body:has(.jdgm-widget) .jdgm-widget .jdgm-rev-widg__summary-text{
  display: none !important;
}/* Judge.me: ocultar fecha de reseñas */
.jdgm-rev__timestamp,
.jdgm-rev__date,
.jdgm-rev__time,
.jdgm-rev__icon.jdgm-rev__timestamp {
  display: none !important;
}
/* Judge.me: ocultar fecha/timestamp */
.jdgm-rev__timestamp,
.jdgm-rev__date,
.jdgm-rev__time {
  display: none !important;
}
/* Judge.me: estrellas en amarillo */
.jdgm-star,
.jdgm-star.jdgm--on,
.jdgm-star.jdgm--half,
.jdgm-star.jdgm--off {
  color: #FFD54A !important;
}

.jdgm-star svg {
  fill: #FFD54A !important;
}
/* Judge.me: estrellas amarillas (forzado) */
:root { --jm-star: #FFD54A; }

.jdgm-widget .jdgm-star,
.jdgm-widget .jdgm-star * ,
.jdgm-prev-badge .jdgm-star,
.jdgm-rev__rating .jdgm-star,
.jdgm-rev__rating .jdgm-star * ,
.jdgm-widget .jdgm-star svg,
.jdgm-widget .jdgm-star svg * ,
.jdgm-prev-badge__stars .jdgm-star svg * {
  fill: var(--jm-star) !important;
  color: var(--jm-star) !important;
  stroke: var(--jm-star) !important;
}/* Judge.me — estrellas amarillas (seguro) */
.jdgm-widget .jdgm-star,
.jdgm-widget .jdgm-star * ,
.jdgm-widget .jdgm-star svg,
.jdgm-widget .jdgm-star svg * {
  fill: #FFD54A !important;
  color: #FFD54A !important;
  stroke: #FFD54A !important;
}
.jdgm-widget .jdgm-prev-badge__stars * {
  fill: #FFD54A !important;
  color: #FFD54A !important;
  stroke: #FFD54A !important;
}/* 4) Si Judge.me pinta las estrellas con mask/background */
.jdgm-widget .jdgm-star {
  background-color: #FFD54A !important;
}
/* "Acceder ahora" en blanco (solo esa sección) */
#shopify-section-PEGÁ_ACÁ_TU_ID h1,
#shopify-section-PEGÁ_ACÁ_TU_ID h2,
#shopify-section-PEGÁ_ACÁ_TU_ID h3,
#shopify-section-PEGÁ_ACÁ_TU_ID .rich-text__heading,
#shopify-section-PEGÁ_ACÁ_TU_ID .banner__heading,
#shopify-section-PEGÁ_ACÁ_TU_ID p {
  color: #ffffff !important;
}
#main-cart-footer .cart__footer {
  padding: 16px !important;
  border-radius: 18px !important;
  background: rgba(0,0,0,.35) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.35) !important;
}

#main-cart-footer .totals__subtotal,
#main-cart-footer .totals__subtotal-value,
#main-cart-footer .tax-note,
#main-cart-footer .cart__checkout-button {
  text-shadow: 0 2px 10px rgba(0,0,0,.45) !important;
}

@media (max-width: 749px){
  #main-cart-footer{
    position: sticky;
    bottom: 0;
    z-index: 30;
    padding-bottom: 10px;
  }
}
/* Checkout: pulsación + glow (titila suave) */
#main-cart-footer .cart__checkout-button{
  animation: checkoutPulseGlow 1.2s ease-in-out infinite;
  transform-origin: center;
}

/* En hover/tap lo frenamos para que no moleste */
#main-cart-footer .cart__checkout-button:hover,
#main-cart-footer .cart__checkout-button:active{
  animation: none;
}

@keyframes checkoutPulseGlow{
  0%{
    transform: scale(1);
    filter: brightness(1);
    box-shadow: 0 10px 22px rgba(0,0,0,.25);
  }
  50%{
    transform: scale(1.035);
    filter: brightness(1.12);
    box-shadow: 0 0 0 6px rgba(255,255,255,.12), 0 18px 36px rgba(0,0,0,.32);
  }
  100%{
    transform: scale(1);
    filter: brightness(1);
    box-shadow: 0 10px 22px rgba(0,0,0,.25);
  }
}

/* Accesibilidad: si el usuario reduce movimiento, no animamos */
@media (prefers-reduced-motion: reduce){
  #main-cart-footer .cart__checkout-button{ animation: none !important; }
}
/* === FONDO GLOBAL (TODO EL SITIO) === */
html, body {
  background-color: #F5F0E6 !important; /* fallback */
  background-image: url("/cdn/shop/files/fondo_estrellado_champagne_optim.jpg?v=1769807311") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}

}

/* Overlay para que el fondo no distraiga y el texto se lea bien */
body::before{
  content:"";
  position: fixed;
  inset: 0;
  background: rgba(245,240,230,.78); /* 0.65 se nota más / 0.75 más suave */
  pointer-events:none;
  z-index: -1;
}

/* Evita que Dawn ponga fondos encima */
.gradient, #MainContent, .page-width {
  background: transparent !important;
}
background: rgba(245,240,230,.78);
/* Imagen con texto: esquinas redondeadas */
.image-with-text .image-with-text__media,
.image-with-text .image-with-text__media img {
  border-radius: 18px !important;
  overflow: hidden !important;
}/* === DAWN: TODO EL TEXTO EN NEGRO === */
:root{
  --color-foreground: 0, 0, 0 !important; /* texto */
  --color-base-text: 0, 0, 0 !important;   /* compat */
}

/* Fuerza negro donde Dawn invierte a blanco */
.color-inverse,
.color-inverse *{
  color: #000 !important;
}

/* Links */
a, a:visited, .link, .full-unstyled-link{
  color:#000 !important;
}

/* Precios y títulos típicos */
.price, .price-item, .product__title, .card__heading, .collection__title{
  color:#000 !important;
}

/* Botones: NO los rompas (que sigan su estilo) */
.button, .button *{
  color: inherit !important;
}
/* === DAWN: FORZAR TEXTO NEGRO EN TODOS LOS COLOR SCHEMES (HOME INCLUIDA) === */

/* 1) Variables globales */
:root{
  --color-foreground: 0,0,0 !important;
  --color-base-text: 0,0,0 !important;
}

/* 2) Variables por esquema (Dawn usa estas clases en cada sección) */
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2,
.gradient{
  --color-foreground: 0,0,0 !important;
  --color-base-text: 0,0,0 !important;
}

/* 3) Forzar color real por si algún bloque mete color directo */
.color-background-1, .color-background-1 *,
.color-background-2, .color-background-2 *,
.color-inverse,      .color-inverse *,
.color-accent-1,     .color-accent-1 *,
.color-accent-2,     .color-accent-2 *,
.gradient,           .gradient *{
  color: #000 !important;
}

/* Links */
a, a:visited, .link, .full-unstyled-link{
  color:#000 !important;
}

/* No romper botones */
.button, .button *{
  color: inherit !important;
}
.banner, .banner *{
  color:#000 !important;
}
/* === DAWN: HOME / CARDS / PRECIOS EN NEGRO (FORZADO) === */

/* Texto y títulos dentro de cards (colección destacada, grillas, etc.) */
#MainContent .card__information,
#MainContent .card__information *,
#MainContent .card__content,
#MainContent .card__content *,
#MainContent .card__heading,
#MainContent .card__heading * {
  color: #000 !important;
}

/* Precios (incluye tachado y precio actual) */
#MainContent .price,
#MainContent .price *,
#MainContent .price-item,
#MainContent .price-item--sale,
#MainContent .price-item--regular,
#MainContent .price-item--compare,
#MainContent s,
#MainContent .price__sale,
#MainContent .price__regular {
  color: #000 !important;
}

/* Badges tipo "Oferta" */
#MainContent .badge,
#MainContent .badge * {
  color: #000 !important;
}
/* === Badge "Oferta" más chico + recuadro más opaco (Dawn) === */
#MainContent .badge{
  /* Recuadro más opaco */
  background: rgba(0,0,0,.22) !important;   /* subí/bajá entre .18 y .30 */
  border: 1px solid rgba(0,0,0,.30) !important;

  /* Texto negro y más chico */
  color: #000 !important;
  font-size: 11px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;

  /* Pill prolija */
  padding: 5px 10px !important;
  border-radius: 999px !important;

  /* Que no salte a otra línea */
  white-space: nowrap !important;
  max-width: 100% !important;
}
/* === Badge abajo pero CENTRADO (Dawn) === */
#MainContent .card__information .badge,
#MainContent .card__content .badge{
  display: inline-block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Centrar el renglón donde vive el badge */
#MainContent .card__information,
#MainContent .card__content{
  text-align: center !important;
}
/* === Centrar SOLO el badge "Oferta lanzamiento" (Dawn) === */

/* El contenedor donde vive el badge */
#MainContent .card__information,
#MainContent .card__content{
  position: relative !important;
}

/* Centrado del badge sin afectar el resto */
#MainContent .card__information .badge,
#MainContent .card__content .badge{
  display: block !important;
  width: fit-content !important;
  margin: 0 auto 8px auto !important; /* centrado + un poco de aire abajo */
}
/* =========================
   HOTFIX DAWN (NO ROMPER DISEÑO)
   - Saca fondo estrellado
   - Texto negro en fondos claros
   - Respeta "color-inverse" (texto blanco en cajas oscuras)
   - Badge centrado + chico + más opaco
========================= */

/* 1) Eliminar fondo estrellado global */
html, body{
  background-image: none !important;
  background: #F5F0E6 !important; /* tu fondo liso */
}

/* 2) Por defecto: texto negro (fondos claros) usando variables Dawn */
:root{
  --color-foreground: 0,0,0 !important;
}

/* 3) IMPORTANTÍSIMO: en esquemas oscuros (color-inverse) NO fuerces negro.
      Esto revierte los "cuadritos negros" con texto oscuro y los deja legibles. */
.color-inverse{
  --color-foreground: 255,255,255 !important; /* texto blanco */
}
.color-inverse,
.color-inverse *{
  color: rgb(var(--color-foreground)) !important;
}

/* 4) Asegurar que el texto normal siga negro donde corresponde */
body,
.color-background-1, .color-background-1 *,
.color-background-2, .color-background-2 *,
.gradient, .gradient *{
  color: rgb(var(--color-foreground)) !important; /* acá queda negro por :root */
}

/* 5) NO romper botones */
.button, .button *{
  color: inherit !important;
}

/* =========================
   BADGE "Oferta lanzamiento" (lo que vos pediste)
   - más chico
   - más opaco
   - centrado abajo
========================= */

/* Estilo del badge */
#MainContent .badge{
  background: rgba(255,255,255,.78) !important;  /* más opaco y legible */
  border: 1px solid rgba(0,0,0,.28) !important;
  color: #000 !important;

  font-size: 11px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;

  padding: 5px 10px !important;
  border-radius: 999px !important;

  white-space: nowrap !important;
}

/* Centrar SOLO el badge (sin tocar el resto del texto) */
#MainContent .card__content .badge,
#MainContent .card__information .badge{
  display: table !important;
  margin: 0 auto 8px auto !important;
}
/* === Judge.me (app) - forzar texto negro en el widget === */
#MainContent .jdgm-widget,
#MainContent .jdgm-widget *{
  color:#000 !important;
  text-shadow:none !important;
}

#MainContent .jdgm-rev-widg__title,
#MainContent .jdgm-rev-widg__subtitle{
  color:#000 !important;
}

/* Botón "Escribir una reseña" (lo dejamos legible) */
#MainContent .jdgm-write-rev-link,
#MainContent a.jdgm-write-rev-link{
  color:#fff !important;
}
/* ===== Dawn: Fila desplegable (collapsible row) en NEGRO ===== */
#MainContent .collapsible-content,
#MainContent .collapsible-content *{
  color:#000 !important;
  text-shadow:none !important;
}

/* Título del acordeón */
#MainContent .accordion__title,
#MainContent summary .icon-accordion + .accordion__title{
  color:#000 !important;
}

/* Contenido interno (richtext, listas, links) */
#MainContent .accordion__content,
#MainContent .accordion__content *{
  color:#000 !important;
}

#MainContent .accordion__content a{
  color:#000 !important;
  text-decoration: underline;
}

/* Iconos/flechita del acordeón */
#MainContent .accordion summary svg,
#MainContent .accordion summary .icon{
  fill:#000 !important;
  color:#000 !important;
}
/* ===== Dawn: Fila desplegable (acordeón) ===== */

/* TÍTULO: negro + negrita */
#MainContent .accordion__title{
  color:#000 !important;
  font-weight: 900 !important;
}

/* CONTENIDO: negro + normal */
#MainContent .accordion__content,
#MainContent .accordion__content *{
  color:#000 !important;
  font-weight: 400 !important;   /* normal */
  text-shadow:none !important;
}

/* Si hay <strong> o <b> dentro del contenido, que siga viéndose como énfasis */
#MainContent .accordion__content strong,
#MainContent .accordion__content b{
  font-weight: 700 !important;
}

/* Links dentro del contenido */
#MainContent .accordion__content a{
  color:#000 !important;
  text-decoration: underline;
}

/* Iconos y flechita del acordeón en negro */
#MainContent .accordion summary svg,
#MainContent .accordion summary .icon{
  fill:#000 !important;
  color:#000 !important;
}
<style>
/* Titilar suave: Agregar al carrito */
@keyframes tiziBreath {
  0%, 100% { opacity: 1; transform: translateZ(0) scale(1); }
  50%      { opacity: .92; transform: translateZ(0) scale(1.02); }
}

button[name="add"],
.product-form__submit,
button.product-form__submit,
#ProductSubmitButton,
.shopify-payment-button__button--unbranded{
  animation: tiziBreath 1.6s ease-in-out infinite !important;
  will-change: transform, opacity;
}

/* si el botón está deshabilitado, no animar */
button[name="add"][disabled],
.product-form__submit[disabled],
button.product-form__submit[disabled],
#ProductSubmitButton[disabled]{
  animation: none !important;
}
</style>
/* === TITI: pulso suave en Agregar al carrito === */
@keyframes tiziBreath {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.02); opacity: .92; }
}

/* Selector ultra amplio: Dawn + otros */
form[action*="/cart/add"] button[type="submit"],
form[action*="/cart/add"] .button,
button[name="add"],
button[type="submit"][name="add"],
#ProductSubmitButton,
#AddToCart,
.product-form__submit{
  animation: tiziBreath 1.6s ease-in-out infinite !important;
  will-change: transform, opacity;
  transform-origin: center;
}

/* No animar si está deshabilitado */
form[action*="/cart/add"] button[type="submit"][disabled],
button[name="add"][disabled],
#ProductSubmitButton[disabled],
.product-form__submit[disabled]{
  animation: none !important;
}
/* Por si algún CSS del tema está “matando” animaciones */
form[action*="/cart/add"] button[type="submit"],
.product-form__submit{
  animation-name: tiziBreath !important;
  animation-duration: 1.6s !important;
  animation-timing-function: ease-in-out !important;
  animation-iteration-count: infinite !important;
}
/* Por si algún CSS del tema está “matando” animaciones */
form[action*="/cart/add"] button[type="submit"],
.product-form__submit{
  animation-name: tiziBreath !important;
  animation-duration: 1.6s !important;
  animation-timing-function: ease-in-out !important;
  animation-iteration-count: infinite !important;
}
/* Por si algún CSS del tema está “matando” animaciones */
form[action*="/cart/add"] button[type="submit"],
.product-form__submit{
  animation-name: tiziBreath !important;
  animation-duration: 1.6s !important;
  animation-timing-function: ease-in-out !important;
  animation-iteration-count: infinite !important;
}
/* ===== TIZI: TITILEO SUAVE "AGREGAR AL CARRITO" ===== */
@keyframes tiziBreath {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.02); opacity: .92; }
}

/* Selector ultra-seguro: botón submit dentro del form que agrega al carrito */
form[action*="/cart/add"] button[type="submit"],
form[action*="/cart/add"] input[type="submit"]{
  animation: tiziBreath 1.6s ease-in-out infinite !important;
  will-change: transform, opacity;
  transform-origin: center;
}

/* Si está deshabilitado, no animar */
form[action*="/cart/add"] button[type="submit"][disabled],
form[action*="/cart/add"] input[type="submit"][disabled]{
  animation: none !important;
}
/* ===== Fondo con imagen (global) ===== */
body{
  background-image: url("{{ '/cdn/shop/files/fondo_estrellado_champagne_optim.jpg?v=1769807311.jpg' | asset_url }}");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

/* Opcional: que no quede “gris” por el fondo del tema */
body, .gradient{
  background-color: transparent !important;
}
/* Quitar fondos sólidos que tapan la imagen */
.gradient,
#MainContent,
.shopify-section{
  background: transparent !important;
}
/* ===== FONDO GLOBAL CON IMAGEN ===== */
html, body{
  height: 100%;
}

body{
  background: url("{{ 'fondo_estrellado_champagne_optim.jpg' | asset_url }}") center top / cover no-repeat fixed !important;
}

/* Dawn suele usar .gradient como “fondo del sitio” */
.gradient{
  background: transparent !important;
}

/* Contenedor principal: lo hacemos transparente para que se vea el fondo */
#MainContent,
main#MainContent{
  background: transparent !important;
}

/* Algunas secciones vienen con fondo, lo limpiamos */
.shopify-section,
.section,
.section-template--,
.page-width{
  background: transparent !important;
}

/* Pero NO tocamos tus cajones (los que vos ya diseñaste) */
.tizi-timerbox,
[data-tizi-alerts] .tizi-alert,
.tizi-pill,
.product__info-container,
.product__media-wrapper{
  background-color: inherit;
}
.content-for-layout,
.shopify-section-group-header-group,
.shopify-section-group-footer-group{
  background: transparent !important;
}
/* =========================
   FONDO CON IMAGEN (Dawn)
   ========================= */

/* 1) Fondo como capa fija para que nada lo tape */
body::before{
  content:"";
  position: fixed;
  inset: 0;
  background-image: url("{{ 'fondo_estrellado_champagne_optim.jpg' | asset_url }}");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

/* 2) Quitar los fondos sólidos típicos de Dawn que tapan el fondo */
body,
.gradient,
#MainContent,
main#MainContent,
.content-for-layout{
  background: transparent !important;
}

/* 3) Evitar “tiritones”/cortes */
html{ background: transparent !important; }
/* ===== Fondo con imagen (SIN Liquid) ===== */
html, body {
  background: transparent !important;
}

body{
  position: relative;
}

/* capa fija de fondo */
body::before{
  content:"";
  position: fixed;
  inset: 0;
  background-image: url("/cdn/shop/files/fondo_estrellado_champagne_optim.jpg?v=1769807311");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

/* Dawn suele tapar con estas capas */
.gradient,
#MainContent,
main#MainContent,
.content-for-layout {
  background: transparent !important;
}
/* ===== Fondo con imagen (Home + Producto) ===== */
html, body { background: transparent !important; }
body{ position: relative; }

/* HOME + PRODUCTO (y en general el sitio) */
body::before{
  content:"";
  position: fixed;
  inset: 0;
  background-image: url("/cdn/shop/files/fondo_estrellado_champagne_optim.jpg?v=1769807311");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

/* Dawn suele tapar con estas capas */
.gradient,
#MainContent,
main#MainContent,
.content-for-layout{
  background: transparent !important;
}
/* ===== Fondo con imagen (Home + Producto) ===== */
html, body { background: transparent !important; }
body{ position: relative; }

/* HOME + PRODUCTO (y en general el sitio) */
body::before{
  content:"";
  position: fixed;
  inset: 0;
  background-image: url("/cdn/shop/files/fondo_estrellado_champagne_optim.jpg?v=1769807311");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

/* Dawn suele tapar con estas capas */
.gradient,
#MainContent,
main#MainContent,
.content-for-layout{
  background: transparent !important;
}
/* === FONDO PARA LA "ADD COMPLETA" (sección de bonos) === */
:root{
  --tizi-fondo-bonos: url("/cdn/shop/files/fondo_estrellado_champagne_optim.jpg?v=1769807311");
}

/* Probá primero con estos selectores (cubre la mayoría de casos) */
.tizi-bonos,
.tizi-bonus,
.tizi-bonus-section,
[data-tizi-bonos],
[data-tizi-bonus]{
  position: relative;
  background-image: var(--tizi-fondo-bonos);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay suave para que todo se lea bien encima del fondo */
.tizi-bonos::before,
.tizi-bonus::before,
.tizi-bonus-section::before,
[data-tizi-bonos]::before,
[data-tizi-bonus]::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(255,255,255,0.10); /* ajustá 0.06–0.16 si querés */
  pointer-events:none;
}

/* Asegura que el contenido quede arriba del overlay */
.tizi-bonos > *,
.tizi-bonus > *,
.tizi-bonus-section > *,
[data-tizi-bonos] > *,
[data-tizi-bonus] > *{
  position: relative;
  z-index: 1;
}
/* =========================
   FIX: Header legible sobre fondo con imagen
   (Dawn y la mayoría de temas)
========================= */

/* 1) Dale fondo al header (normal y sticky) */
.header-wrapper,
.section-header,
.shopify-section-header-sticky,
.shopify-section-header-sticky .header-wrapper {
  background: rgba(255, 248, 236, 0.88) !important; /* champagne suave */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.10);
}

/* 2) Asegurá texto/iconos en oscuro (legible) */
.he/* ====== TIZI - BANNER OFERTA (DORADO + DESTELLOS VISIBLES) ====== */

.tizi-offer-wrap{
  width:100%;
  display:flex;
  justify-content:center;
  padding: 6px 0;
}

.tizi-offer-pill{
  position:relative;
  width:min(980px, 96vw);
  border-radius: 999px;
  padding: clamp(14px, 2.2vw, 22px) clamp(18px, 3.2vw, 34px);
  text-align:center;
  overflow:hidden;

  background:
    radial-gradient(120% 180% at 50% 0%, rgba(255,215,120,.16), transparent 55%),
    radial-gradient(120% 180% at 50% 100%, rgba(255,160,40,.13), transparent 60%),
    linear-gradient(180deg, #16110d 0%, #0a0807 100%);

  border: 2px solid rgba(255, 205, 120, .92);
  box-shadow:
    0 0 0 1px rgba(255, 205, 120, .34) inset,
    0 14px 34px rgba(0,0,0,.48),
    0 0 34px rgba(255, 200, 90, .34);
}

/* Borde interno + glow fuerte */
.tizi-offer-pill::before{
  content:"";
  position:absolute; inset: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 210, 130, .46);
  box-shadow:
    0 0 26px rgba(255, 200, 90, .28),
    0 0 0 1px rgba(0,0,0,.25) inset;
  pointer-events:none;
}

/* Destellos dorados MÁS visibles en bordes */
.tizi-offer-pill::after{
  content:"";
  position:absolute; inset:-60px;
  pointer-events:none;

  background:
    /* chispazos grandes (arriba) */
    radial-gradient(circle at 10% 16%, rgba(255,245,210,1) 0 2.6px, transparent 5px),
    radial-gradient(circle at 20% 10%, rgba(255,220,140,.95) 0 2.2px, transparent 5px),
    radial-gradient(circle at 35% 12%, rgba(255,245,210,1) 0 2.6px, transparent 5px),
    radial-gradient(circle at 50% 9%, rgba(255,220,140,.92) 0 2.1px, transparent 5px),
    radial-gradient(circle at 65% 12%, rgba(255,245,210,1) 0 2.6px, transparent 5px),
    radial-gradient(circle at 80% 10%, rgba(255,220,140,.95) 0 2.2px, transparent 5px),
    radial-gradient(circle at 90% 16%, rgba(255,245,210,1) 0 2.6px, transparent 5px),

    /* chispazos grandes (abajo) */
    radial-gradient(circle at 12% 84%, rgba(255,245,210,1) 0 2.4px, transparent 5px),
    radial-gradient(circle at 26% 90%, rgba(255,220,140,.92) 0 2.0px, transparent 5px),
    radial-gradient(circle at 42% 88%, rgba(255,245,210,1) 0 2.4px, transparent 5px),
    radial-gradient(circle at 58% 92%, rgba(255,220,140,.90) 0 2.0px, transparent 5px),
    radial-gradient(circle at 74% 88%, rgba(255,245,210,1) 0 2.4px, transparent 5px),
    radial-gradient(circle at 88% 90%, rgba(255,220,140,.92) 0 2.0px, transparent 5px),

    /* puntitos extra (densidad) */
    radial-gradient(circle at 16% 22%, rgba(255,215,130,.55) 0 1.4px, transparent 4px),
    radial-gradient(circle at 30% 20%, rgba(255,215,130,.45) 0 1.2px, transparent 4px),
    radial-gradient(circle at 70% 20%, rgba(255,215,130,.45) 0 1.2px, transparent 4px),
    radial-gradient(circle at 84% 22%, rgba(255,215,130,.55) 0 1.4px, transparent 4px),
    radial-gradient(circle at 18% 78%, rgba(255,215,130,.50) 0 1.3px, transparent 4px),
    radial-gradient(circle at 82% 78%, rgba(255,215,130,.50) 0 1.3px, transparent 4px),

    /* glow lateral */
    radial-gradient(120% 70% at 6% 50%, rgba(255,200,90,.22), transparent 55%),
    radial-gradient(120% 70% at 94% 50%, rgba(255,200,90,.22), transparent 55%);

  filter: blur(.10px);
  opacity: 1;
  animation: tiziSparkStrong 2.2s ease-in-out infinite;
}

/* pulsación suave para que “se note” */
@keyframes tiziSparkStrong{
  0%,100%{ transform: translateY(0) scale(1); opacity:.92; }
  50%{ transform: translateY(-1px) scale(1.01); opacity:1; }
}

.tizi-offer-top{
  display:flex;
  gap: 10px;
  align-items:center;
  justify-content:center;
  margin-bottom: clamp(6px, 1vw, 10px);
}

.tizi-offer-ico{
  font-size: clamp(18px, 2vw, 24px);
  line-height:1;
  transform: rotate(-14deg) translateY(-1px);
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.45));
}

/* BLINDAJE */
.tizi-offer-small,
.tizi-offer-big{
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

/* ✅ OFERTA ESPECIAL HOY EN DORADO */
.tizi-offer-small{
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: clamp(14px, 1.6vw, 20px);

  background-image: linear-gradient(180deg,
    #fff3db 0%,
    #ffe6b7 22%,
    #ffd07b 50%,
    #ffbf55 72%,
    #d88a12 100%
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;

  text-shadow:
    0 2px 10px rgba(0,0,0,.55),
    0 0 14px rgba(255, 200, 90, .18);
}

/* ÚLTIMOS CUPOS DORADO */
.tizi-offer-big{
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: clamp(28px, 3.5vw, 56px);
  line-height: 1.05;

  background-image: linear-gradient(180deg,
    #fff3db 0%,
    #ffe6b7 20%,
    #ffd07b 48%,
    #ffbf55 68%,
    #d88a12 100%
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;

  text-shadow:
    0 2px 0 rgba(0,0,0,.18),
    0 8px 18px rgba(0,0,0,.42),
    0 0 22px rgba(255, 200, 90, .26);
}

@media (max-width: 480px){
  .tizi-offer-top{ gap: 8px; }
  .tizi-offer-pill{ padding: 14px 16px; }
  .tizi-offer-small{ letter-spacing: .10em; }
}
/* === PARCHE ANTI-NEGRO (alta especificidad) === */
.tizi-offer-pill .tizi-offer-small,
.tizi-offer-pill .tizi-offer-small-sub,
.tizi-offer-pill .tizi-offer-big{
  display:inline-block !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  position:relative;
  z-index: 3;
}

/* Dorado OFERTA + domingo */
.tizi-offer-pill .tizi-offer-small,
.tizi-offer-pill .tizi-offer-small-sub{
  background-image: linear-gradient(180deg,
    #fff3db 0%,
    #ffe6b7 22%,
    #ffd07b 50%,
    #ffbf55 72%,
    #d88a12 100%
  ) !important;
}

/* Dorado ÚLTIMOS CUPOS */
.tizi-offer-pill .tizi-offer-big{
  background-image: linear-gradient(180deg,
    #fff3db 0%,
    #ffe6b7 20%,
    #ffd07b 48%,
    #ffbf55 68%,
    #d88a12 100%
  ) !important;
}/* deja ver el fondo general (saca fondos sólidos típicos de Dawn) */
#MainContent,.gradient,.color-background-1,.color-background-2,.page-width{background:transparent!important;background-color:transparent!important}

/* saca “cartas” blancas que suelen tapar el fondo */
.card,.card__content,.multicolumn-card,.rich-text__wrapper,.collapsible-content__wrapper{background:transparent!important;background-color:transparent!important;box-shadow:none!important}
/* =========================
   BONOS – FIX BADGE + MOCKUP
   ========================= */

/* 1) “BONO 1/2” pill: transparente + texto que se lea SIEMPRE */
.bono-pill,
.bonus-pill,
.bono-badge,
.bonus-badge,
[class*="bono"][class*="badge"],
[class*="bonus"][class*="badge"]{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  /* hacelo legible arriba de cualquier fondo */
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: .4px !important;

  /* contorno/sombra para que no se pierda */
  text-shadow: 0 2px 10px rgba(0,0,0,.75) !important;
  -webkit-text-stroke: .6px rgba(0,0,0,.55);
}

/* si adentro hay un <span> del texto, también */
.bono-pill span,
.bonus-pill span,
.bono-badge span,
.bonus-badge span{
  color: #ffffff !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.75) !important;
  -webkit-text-stroke: .6px rgba(0,0,0,.55);
}

/* 2) Volar marco blanco/gris del mockup (Dawn y similares) */
.global-media-settings,
.media,
.card,
.card__inner,
.card__media,
.image-with-text__media,
.multicolumn-card,
.multicolumn-card__image-wrapper,
[class*="mockup"],
[class*="frame"],
[class*="border"]{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* quitar padding que genera “recuadro” */
.card__content,
.card__inner,
.multicolumn-card__image-wrapper,
.image-with-text__media{
  padding: 0 !important;
}

/* que la imagen sea la que manda (sin borde ni marco) */
img{
  border: 0 !important;
  box-shadow: none !important;
}
/* ===========================
   BONOS (PRODUCT PAGE) – FIX
   =========================== */

/* 1) Badge “BONO 1/2”: transparente + texto visible */
.template-product .multicolumn .badge,
.template-product .multicolumn [class*="bono"],
.template-product .multicolumn [class*="Bono"],
.template-product .multicolumn [class*="bonus"],
.template-product .multicolumn [class*="Bonus"]{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: .3px !important;

  /* para que se lea sobre cualquier fondo */
  text-shadow: 0 2px 12px rgba(0,0,0,.85) !important;
  -webkit-text-stroke: .7px rgba(0,0,0,.55);
}

/* por si el texto está dentro de un span */
.template-product .multicolumn .badge span{
  color: #fff !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.85) !important;
  -webkit-text-stroke: .7px rgba(0,0,0,.55);
}


/* 2) Volar SOLO el recuadro blanco/gris que rodea el mockup (marco del media) */
.template-product .multicolumn .multicolumn-card__image-wrapper .global-media-settings,
.template-product .multicolumn .multicolumn-card__image-wrapper .media,
.template-product .multicolumn .multicolumn-card__image-wrapper .card__media,
.template-product .multicolumn .multicolumn-card__image-wrapper{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* que la imagen ocupe bien sin “marquito” */
.template-product .multicolumn .multicolumn-card__image-wrapper img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: 0 !important;
  box-shadow: none !important;
}
/* BONO pill: transparente + texto visible */
.template-product .multicolumn .badge,
.template-product .multicolumn .badge *{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.85) !important;
  -webkit-text-stroke: .7px rgba(0,0,0,.55);
}

/* Volar recuadro gris/blanco alrededor del mockup */
.template-product .multicolumn .multicolumn-card__image-wrapper,
.template-product .multicolumn .multicolumn-card__image-wrapper .global-media-settings,
.template-product .multicolumn .multicolumn-card__image-wrapper .media{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
/* =========================
   BONOS - Badge transparente
   ========================= */

.tizi-bono-badge{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: .3px !important;

  /* para que se lea sobre cualquier fondo */
  text-shadow: 0 2px 12px rgba(0,0,0,.85) !important;
  -webkit-text-stroke: .7px rgba(0,0,0,.55);

  /* opcional: un poquito de aire sin “cajita” */
  padding: 0 !important;
}

/* ==========================================
   VOLAR recuadro gris/blanco del mockup (Dawn)
   - SOLO el marco interno del media
   ========================================== */

.template-product .multicolumn .multicolumn-card__image-wrapper,
.template-product .multicolumn .multicolumn-card__image-wrapper .global-media-settings,
.template-product .multicolumn .multicolumn-card__image-wrapper .media{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.template-product .multicolumn .multicolumn-card__image-wrapper img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: 0 !important;
  box-shadow: none !important;
}
/* FORZAR: el pill negro del BONO se vuelve transparente y legible */
.template-product .multicolumn .badge{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.9) !important;
  -webkit-text-stroke: 1px rgba(0,0,0,.55);
}
.template-product .multicolumn .badge *{
  color: #fff !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.9) !important;
}
animation-duration: 0.85s !important;
/* ================================
   FIX CARRITO – mejor contraste
   (solo en /cart)
================================ */
body.template-cart,
body.template-cart *{
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

/* 1) Color de texto general del carrito */
body.template-cart .cart,
body.template-cart .cart__footer,
body.template-cart .cart-item,
body.template-cart .cart-item__details,
body.template-cart .cart-item__name,
body.template-cart .cart-item__price-wrapper,
body.template-cart .totals,
body.template-cart .totals__total,
body.template-cart .totals__subtotal,
body.template-cart .tax-note,
body.template-cart small,
body.template-cart p,
body.template-cart span{
  color: #2b241b !important; /* marrón oscuro elegante */
}

/* Links del carrito */
body.template-cart .cart a,
body.template-cart .cart a:visited{
  color: #2b241b !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 2) Panel suave detrás de la tabla y del resumen (para que SIEMPRE se lea) */
body.template-cart .cart__items,
body.template-cart .cart__footer,
body.template-cart .cart__warnings,
body.template-cart .cart__ctas{
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(43, 36, 27, 0.18);
  border-radius: 18px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* 3) Título "Tu carrito" y encabezados */
body.template-cart .title,
body.template-cart h1,
body.template-cart h2,
body.template-cart .cart__heading,
body.template-cart .cart__title{
  color: #ffffff !important;           /* blanco queda bien arriba */
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}

/* 4) Controles cantidad (+ / -) y basurita */
body.template-cart quantity-input,
body.template-cart .quantity,
body.template-cart .quantity__button,
body.template-cart .quantity__input,
body.template-cart .cart-remove-button,
body.template-cart .button--tertiary{
  color: #2b241b !important;
}

body.template-cart .quantity{
  background: rgba(255,255,255,.75) !important;
  border: 1px solid rgba(43,36,27,.25) !important;
  border-radius: 12px !important;
}

body.template-cart .quantity__button{
  opacity: 1 !important;
}

/* 5) Botón principal */
body.template-cart .cart__checkout-button,
body.template-cart button[name="checkout"]{
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
/* =====================================
   DAWN – CARRITO LEGIBLE Y ELEGANTE
   Solo afecta /cart
===================================== */

body.template-cart {
  --cart-text-dark: #2b241b; /* marrón elegante */
}

/* CONTENEDOR PRINCIPAL */
body.template-cart .cart,
body.template-cart .cart-items,
body.template-cart .cart__footer {
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 18px;
  border: 1px solid rgba(43,36,27,0.18);
}

/* TEXTO GENERAL */
body.template-cart .cart *,
body.template-cart .cart-items *,
body.template-cart .cart__footer * {
  color: var(--cart-text-dark) !important;
}

/* NOMBRE DEL PRODUCTO */
body.template-cart .cart-item__name,
body.template-cart .cart-item__name a {
  font-weight: 600;
  letter-spacing: .2px;
}

/* PRECIOS */
body.template-cart .price,
body.template-cart .price__regular,
body.template-cart .price-item {
  font-weight: 600;
}

/* CANTIDAD (+ / -) */
body.template-cart .quantity {
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(43,36,27,.25);
  border-radius: 12px;
}

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

/* ICONO BASURA */
body.template-cart cart-remove-button svg {
  fill: var(--cart-text-dark);
  opacity: .85;
}

/* TOTAL */
body.template-cart .totals__total-value {
  font-size: 1.4rem;
  font-weight: 700;
}

/* TEXTO "ACCESO INSTANTÁNEO" */
body.template-cart .tax-note,
body.template-cart .cart__note {
  opacity: .85;
}

/* TÍTULO SUPERIOR "TU CARRITO" (queda blanco y elegante) */
body.template-cart h1,
body.template-cart .title {
  color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}

/* BOTÓN FINALIZAR COMPRA */
body.template-cart button[name="checkout"] {
  border-radius: 18px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
}
/* =====================================
   DAWN – CARRITO LEGIBLE (SIN TOCAR BOTÓN CHECKOUT)
   Solo afecta /cart
===================================== */

body.template-cart{
  --cart-text-dark: #2b241b;
}

body.template-cart .cart-items,
body.template-cart .cart__footer,
body.template-cart .cart__warnings,
body.template-cart .cart__ctas{
  background: rgba(255,255,255,0.72) !important;
  border: 1px solid rgba(43,36,27,0.18) !important;
  border-radius: 18px !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.template-cart .cart,
body.template-cart .cart-items,
body.template-cart .cart__footer{
  color: var(--cart-text-dark) !important;
}

body.template-cart .cart *:not(button[name="checkout"]):not(.cart__checkout-button),
body.template-cart .cart-items *:not(button[name="checkout"]):not(.cart__checkout-button),
body.template-cart .cart__footer *:not(button[name="checkout"]):not(.cart__checkout-button){
  color: var(--cart-text-dark) !important;
}

body.template-cart .cart a,
body.template-cart .cart a:visited{
  color: var(--cart-text-dark) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.template-cart .cart-item__name,
body.template-cart .cart-item__name a{
  font-weight: 650;
  letter-spacing: .2px;
}

body.template-cart .price,
body.template-cart .price__regular,
body.template-cart .price-item{
  font-weight: 650;
}

body.template-cart .quantity{
  background: rgba(255,255,255,0.86) !important;
  border: 1px solid rgba(43,36,27,0.25) !important;
  border-radius: 12px !important;
}

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

body.template-cart cart-remove-button svg,
body.template-cart .cart-remove-button svg{
  fill: var(--cart-text-dark) !important;
  opacity: .85;
}

body.template-cart .totals__total-value{
  font-size: 1.4rem;
  font-weight: 750;
}

body.template-cart h1,
body.template-cart .title{
  color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}
/* ================================
   DAWN CART – FORZAR CAMBIOS SI O SI
================================ */

/* Matchea cualquier body de carrito en Dawn */
body[class*="template-cart"] .cart,
body[class*="template-cart"] .cart-items,
body[class*="template-cart"] .cart__footer,
body[class*="template-cart"] #MainContent {
  color: #2b241b !important;
}

/* Panel claro para que se lea sobre tu fondo */
body[class*="template-cart"] .cart-items,
body[class*="template-cart"] .cart__footer,
body[class*="template-cart"] .cart__warnings,
body[class*="template-cart"] .cart__ctas {
  background: rgba(255,255,255,0.72) !important;
  border: 1px solid rgba(43,36,27,0.18) !important;
  border-radius: 18px !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

/* Texto general (SIN TOCAR el botón checkout) */
body[class*="template-cart"] .cart *:not(button[name="checkout"]):not(.cart__checkout-button),
body[class*="template-cart"] .cart-items *:not(button[name="checkout"]):not(.cart__checkout-button),
body[class*="template-cart"] .cart__footer *:not(button[name="checkout"]):not(.cart__checkout-button) {
  color: #2b241b !important;
}

/* Cantidad */
body[class*="template-cart"] .quantity {
  background: rgba(255,255,255,0.86) !important;
  border: 1px solid rgba(43,36,27,0.25) !important;
  border-radius: 12px !important;
}
body[class*="template-cart"] .quantity__input,
body[class*="template-cart"] .quantity__button {
  color: #2b241b !important;
}

/* Basura */
body[class*="template-cart"] cart-remove-button svg,
body[class*="template-cart"] .cart-remove-button svg {
  fill: #2b241b !important;
  opacity: .85 !important;
}

/* Título arriba blanco (opcional, queda bien con el fondo) */
body[class*="template-cart"] h1,
body[class*="template-cart"] .title {
  color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.35) !important;
}

/* ================================
   DAWN CART – FORZAR CAMBIOS SI O SI
================================ */

/* Matchea cualquier body de carrito en Dawn */
body[class*="template-cart"] .cart,
body[class*="template-cart"] .cart-items,
body[class*="template-cart"] .cart__footer,
body[class*="template-cart"] #MainContent {
  color: #2b241b !important;
}

/* Panel claro para que se lea sobre tu fondo */
body[class*="template-cart"] .cart-items,
body[class*="template-cart"] .cart__footer,
body[class*="template-cart"] .cart__warnings,
body[class*="template-cart"] .cart__ctas {
  background: rgba(255,255,255,0.72) !important;
  border: 1px solid rgba(43,36,27,0.18) !important;
  border-radius: 18px !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

/* Texto general (SIN TOCAR el botón checkout) */
body[class*="template-cart"] .cart *:not(button[name="checkout"]):not(.cart__checkout-button),
body[class*="template-cart"] .cart-items *:not(button[name="checkout"]):not(.cart__checkout-button),
body[class*="template-cart"] .cart__footer *:not(button[name="checkout"]):not(.cart__checkout-button) {
  color: #2b241b !important;
}

/* Cantidad */
body[class*="template-cart"] .quantity {
  background: rgba(255,255,255,0.86) !important;
  border: 1px solid rgba(43,36,27,0.25) !important;
  border-radius: 12px !important;
}
body[class*="template-cart"] .quantity__input,
body[class*="template-cart"] .quantity__button {
  color: #2b241b !important;
}

/* Basura */
body[class*="template-cart"] cart-remove-button svg,
body[class*="template-cart"] .cart-remove-button svg {
  fill: #2b241b !important;
  opacity: .85 !important;
}

/* Título arriba blanco (opcional, queda bien con el fondo) */
body[class*="template-cart"] h1,
body[class*="template-cart"] .title {
  color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.35) !important;
}

/* NO tocamos el botón checkout a propósito */
/* =========================================
   DAWN – CART PREMIUM HEADER + LIST (NO checkout button)
   Solo /cart
========================================= */

body[class*="template-cart"]{
  --jj-gold: #d6b36a;
  --jj-gold2:#f2d08a;
  --jj-dark: #241d15;
  --jj-ink:  rgba(255,255,255,.92);
  --jj-glass: rgba(255,255,255,.10);
  --jj-glass2: rgba(255,255,255,.16);
  --jj-line: rgba(214,179,106,.35);
  --jj-shadow: 0 14px 34px rgba(0,0,0,.18);
}

/* ====== CABECERA "Tu carrito" + seguir comprando ====== */
body[class*="template-cart"] .title-wrapper-with-link{
  padding: 22px 18px !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.06)) !important;
  border: 1px solid rgba(214,179,106,.25) !important;
  box-shadow: var(--jj-shadow) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

/* Título grande premium */
body[class*="template-cart"] .title-wrapper-with-link .title{
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: .4px !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.35) !important;
}

/* Link "Seguir comprando" como pill dorada */
body[class*="template-cart"] .title-wrapper-with-link a{
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(214,179,106,.55) !important;
  background: rgba(0,0,0,.14) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.14) !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}
body[class*="template-cart"] .title-wrapper-with-link a:hover{
  transform: translateY(-1px) !important;
  background: rgba(0,0,0,.18) !important;
  box-shadow: 0 14px 26px rgba(0,0,0,.18) !important;
}
body[class*="template-cart"] .title-wrapper-with-link a::after{
  content:"";
  display:block;
  height:2px;
  margin-top:6px;
  width:100%;
  background: linear-gradient(90deg, transparent, rgba(242,208,138,.9), transparent);
  opacity:.9;
}

/* ====== TABLA: encabezados PRODUCTO / CANTIDAD / TOTAL ====== */
body[class*="template-cart"] .cart-items thead th{
  color: rgba(255,255,255,.92) !important;
  font-weight: 700 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  padding-top: 18px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(214,179,106,.35) !important;
}

/* ====== FILA DEL PRODUCTO: glass + bordes dorados ====== */
body[class*="template-cart"] .cart-item{
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06)) !important;
  border: 1px solid rgba(214,179,106,.22) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.12) !important;
  overflow: hidden !important;
}

/* Separador sutil debajo de la fila */
body[class*="template-cart"] .cart-item + .cart-item{
  margin-top: 12px !important;
}

/* Nombre + precio del item */
body[class*="template-cart"] .cart-item__name,
body[class*="template-cart"] .cart-item__name a{
  color: #ffffff !important;
  font-weight: 650 !important;
  letter-spacing: .2px !important;
  text-shadow: 0 2px 14px rgba(0,0,0,.25) !important;
}
body[class*="template-cart"] .cart-item__details .price,
body[class*="template-cart"] .cart-item__details .price-item{
  color: rgba(255,255,255,.92) !important;
  font-weight: 650 !important;
}

/* Total de la fila a la derecha */
body[class*="template-cart"] .cart-item__final-price,
body[class*="template-cart"] .cart-item__price-wrapper .price{
  color: #ffffff !important;
  font-weight: 750 !important;
}

/* ====== Cantidad: que combine con el estilo ====== */
body[class*="template-cart"] .quantity{
  background: rgba(255,255,255,.14) !important;
  border: 1px solid rgba(214,179,106,.35) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.10) !important;
}
body[class*="template-cart"] .quantity__input,
body[class*="template-cart"] .quantity__button{
  color: rgba(255,255,255,.92) !important;
}

/* Basura */
body[class*="template-cart"] cart-remove-button svg,
body[class*="template-cart"] .cart-remove-button svg{
  fill: rgba(255,255,255,.92) !important;
  opacity: .85 !important;
}

/* ====== NO TOCAR checkout ====== */
body[class*="template-cart"] button[name="checkout"],
body[class*="template-cart"] .cart__checkout-button{
  /* intencionalmente vacío */
}
@keyframes jjPulseFast{
  0%   { transform: scale(1); box-shadow: 0 0 0 rgba(0,0,0,0); }
  35%  { transform: scale(1.04); box-shadow: 0 14px 22px rgba(0,0,0,.22); }
  60%  { transform: scale(0.995); box-shadow: 0 10px 18px rgba(0,0,0,.14); }
  100% { transform: scale(1); box-shadow: 0 0 0 rgba(0,0,0,0); }
}

.template-product .product-form__submit,
.template-product button[name="add"]{
  animation: jjPulseFast .75s ease-in-out infinite !important;
  transform-origin: center !important;
  will-change: transform, box-shadow;
}

@media (prefers-reduced-motion: reduce){
  .template-product .product-form__submit,
  .template-product button[name="add"]{
    animation: none !important;
  }
}/* ================================
   CART HEADER: "Tu carrito" + "Seguir comprando"
   En cajones separados (transparente + marrón/dorado)
   ================================ */

.template-cart .title-wrapper-with-link{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

/* CAJÓN del título */
.template-cart .title-wrapper-with-link .title{
  display:inline-block !important;
  margin: 0 !important;

  padding: 10px 14px !important;
  border-radius: 16px !important;

  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(243,215,154,.16) !important;
  box-shadow: 0 10px 16px rgba(0,0,0,.08) !important;
  backdrop-filter: blur(6px) !important;

  /* letras marroncito */
  color: rgba(86,62,36,.92) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.12) !important;

  font-weight: 950 !important;
  letter-spacing: .2px !important;
}

/* CAJÓN del link "Seguir comprando" */
.template-cart .title-wrapper-with-link a{
  display:inline-block !important;
  text-decoration: none !important;

  padding: 10px 14px !important;
  border-radius: 999px !important;

  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(243,215,154,.16) !important;
  box-shadow: 0 10px 16px rgba(0,0,0,.06) !important;
  backdrop-filter: blur(6px) !important;

  /* marrón/dorado */
  color: rgba(86,62,36,.88) !important;
  font-weight: 850 !important;
  letter-spacing: .2px !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.10) !important;

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.template-cart .title-wrapper-with-link a:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 14px 22px rgba(0,0,0,.10) !important;
  border-color: rgba(243,215,154,.26) !important;
}

/* MOBILE: que no quede gigante ni apretado */
@media (max-width: 520px){
  .template-cart .title-wrapper-with-link{
    justify-content:flex-start !important;
  }
  .template-cart .title-wrapper-with-link .title,
  .template-cart .title-wrapper-with-link a{
    padding: 9px 12px !important;
    border-radius: 14px !important;
  }
}/* =========================
   CART HEADER (Dawn) FIX
   Encajonar: "Tu carrito" + "Seguir comprando"
   ========================= */

body.template-cart main#MainContent h1,
body.template-cart main#MainContent .title-wrapper-with-link h1,
body.template-cart main#MainContent .cart__heading{
  display: inline-block !important;
  padding: 10px 14px !important;
  border-radius: 16px !important;

  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(243,215,154,.16) !important;
  box-shadow: 0 10px 16px rgba(0,0,0,.08) !important;
  backdrop-filter: blur(6px) !important;

  color: rgba(86,62,36,.92) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.12) !important;

  font-weight: 950 !important;
  letter-spacing: .2px !important;
}

/* Link "Seguir comprando" (Dawn lo suele renderizar como <a> arriba a la derecha) */
body.template-cart main#MainContent a[href*="/collections"],
body.template-cart main#MainContent a[href="/"],
body.template-cart main#MainContent .title-wrapper-with-link > a,
body.template-cart main#MainContent a.underlined-link{
  display: inline-block !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;

  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(243,215,154,.16) !important;
  box-shadow: 0 10px 16px rgba(0,0,0,.06) !important;
  backdrop-filter: blur(6px) !important;

  color: rgba(86,62,36,.88) !important;
  font-weight: 850 !important;
  letter-spacing: .2px !important;
  text-decoration: none !important;

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

body.template-cart main#MainContent a[href*="/collections"]:hover,
body.template-cart main#MainContent a[href="/"]:hover,
body.template-cart main#MainContent .title-wrapper-with-link > a:hover,
body.template-cart main#MainContent a.underlined-link:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 14px 22px rgba(0,0,0,.10) !important;
  border-color: rgba(243,215,154,.26) !important;
}

/* Acomodar layout arriba (para que no quede todo suelto) */
body.template-cart main#MainContent .title-wrapper-with-link,
body.template-cart main#MainContent header{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

/* MOBILE */
@media (max-width: 520px){
  body.template-cart main#MainContent .title-wrapper-with-link,
  body.template-cart main#MainContent header{
    justify-content:flex-start !important;
  }

  body.template-cart main#MainContent h1,
  body.template-cart main#MainContent .title-wrapper-with-link h1,
  body.template-cart main#MainContent .cart__heading{
    padding: 9px 12px !important;
    border-radius: 14px !important;
  }

  body.template-cart main#MainContent a.underlined-link,
  body.template-cart main#MainContent .title-wrapper-with-link > a{
    padding: 9px 12px !important;
    border-radius: 999px !important;
  }
}
/* ===== RESET FONDOS PERSONALIZADOS ===== */

/* Fondo general limpio */
html, body {
  background-color: #F7F1E8 !important;
  background-image: none !important;
}

/* Quitar fondos con imágenes en secciones */
.section,
.color-background-1,
.color-background-2,
.color-background-3,
.gradient,
.shopify-section {
  background-image: none !important;
  background: #F7F1E8 !important;
}

/* Quitar overlays dorados o efectos raros */
.section::before,
.section::after,
.shopify-section::before,
.shopify-section::after {
  display: none !important;
  background: none !important;
}

/* Quitar posibles burbujas animadas */
body::before,
body::after {
  display: none !important;
  content: none !important;
}


