/** Shopify CDN: Minification failed

Line 7102:0 Unexpected "}"
Line 10175:0 Expected "}" to go with "{"

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

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

html {
  scroll-behavior: smooth;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
button {
  background-color: transparent;
  outline: none;
  border: none;
  color: rgb(var(--color-foreground));
}
button:not([disabled]) {
  cursor: pointer;
}
a {
  color: inherit;
}
a:not(:hover) {
  text-decoration: none;
}
.grid,
.list-unstyled,
summary {
  list-style: none;
}
.customer a,
.link,
.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.link-with-icon,
.nowrap {
  white-space: nowrap;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ *,
.visibility-hidden,
product-info .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}
details[open] > .header__submenu,
details[open] > .search-modal,
details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}
.header__menu-item:hover .header__active-menu-item,
details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}
.badge,
.break,
.header__heading-link {
  word-break: break-word;
}
.color-background-1,
:root {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
  --accent-color: var(--color-base-accent-1);
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}
.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
  --accent-color: var(--color-base-accent-1);
}
.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
  --accent-color: var(--color-base-accent-1);
}
.color-accent-1,
.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --accent-color: var(--color-foreground);
}
.color-accent-1 {
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}
.color-accent-2 {
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}
.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}
.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}
.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}
.color-foreground-text {
  --color-foreground: var(--color-base-text);
}
.accent-color-outline-button {
  --accent-color: var(--color-base-outline-button-labels);
}
.accent-color-accent-1 {
  --accent-color: var(--color-base-accent-1);
}
.accent-color-accent-2 {
  --accent-color: var(--color-base-accent-2);
}
.accent-color-text {
  --accent-color: var(--color-base-text);
}
.text-color-outline-button {
  color: rgb(var(--color-base-outline-button-labels));
}
.text-color-accent-1 {
  color: rgb(var(--color-base-accent-1));
}
.text-color-accent-2 {
  color: rgb(var(--color-base-accent-2));
}
.text-color-text {
  color: rgb(var(--color-base-text));
}
.color-accent-1,
.color-accent-2,
.color-background-2,
.color-inverse {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}
.button--secondary,
.button--tertiary {
  --color-button-text: var(--color-base-outline-button-labels);
}
.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary,
.color-background-2 .button--secondary,
.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}
.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary,
.color-background-2 .button--tertiary,
.color-inverse .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}
.color-background-1,
.color-background-2,
:root {
  --color-card-hover: var(--color-base-text);
}
.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}
.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}
.color-icon-text,
:root {
  --color-icon: rgb(var(--color-base-text));
}
.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}
.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}
.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}
.contains-card--product,
.product-card-wrapper .card {
  --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);
}
.hidden,
.no-js-inline,
.no-js:not(html),
html.no-js .no-js-hidden {
  display: none !important;
}
html.no-js .no-js:not(html) {
  display: block !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}
.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}
.isolate {
  position: relative;
  z-index: 0;
}
.circle {
  border-radius: 50%;
  overflow: hidden;
}
.full-width {
  width: 100%;
}
.margin-0 {
  margin: 0;
}
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-align-center {
  align-items: center;
}
.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-end {
  justify-content: flex-end;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.text--bold {
  font-weight: var(--font-body-weight-bold);
}
.section + .section {
  margin-top: var(--spacing-sections-mobile);
}
.element-margin-top {
  margin-top: 5rem;
}
.color-accent-1,
.color-accent-2,
.color-background-1,
.color-background-2,
.color-inverse,
.color-custom,
body {
  color: rgba(var(--color-foreground), 0.9);
  background-color: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
  .desktop-hidden {
    display: none !important;
  }
  .desktop-full-page {
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 749px) {
  .mobile-hidden {
    display: none !important;
  }
  .mobile-full-page {
    max-width: none;
    padding: 0;
  }
}
.pointer-events--none {
  pointer-events: none;
}
.ks-html-content p,
.ks-html-content p span {
  font-family: var(--font-body-family) !important;
  line-height: 1.3 !important;
}
.track-order-form {
  padding-bottom: 2rem;
  margin: 0 auto;
  max-width: 60rem;
}
.track-order-form .field {
  margin-top: 3rem;
}
.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;
}
.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-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.icon-arrow,
.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.disclosure-has-popup,
.media,
summary {
  position: relative;
}
::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);
}
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
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;
}
.h6,
.link--text:hover,
blockquote,
h6 {
  color: rgba(var(--color-foreground), 0.9);
}
.hxl {
  font-size: calc(var(--font-heading-scale) * 4rem);
}
.h0 {
  font-size: calc(var(--font-heading-scale) * 3.25rem);
}
.h1,
h1 {
  font-size: calc(var(--font-heading-scale) * 2.5rem);
}
.h2,
h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}
.h3,
h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}
.h4,
h4 {
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}
.h5,
h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}
.font-size--desktop-auto {
  font-size: var(--font-size);
}
@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 5.5rem);
  }
  .h0 {
    font-size: calc(var(--font-heading-scale) * 4.5rem);
  }
  .h1,
  h1 {
    font-size: calc(var(--font-heading-scale) * 3.25rem);
  }
  .h2,
  h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
  .h3,
  h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
  .h5,
  h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
  .font-size--desktop-auto {
    font-size: calc(var(--font-size) * 1.15);
  }
}
.h6,
h6 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
blockquote {
  font-style: italic;
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}
.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}
.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,
.link--text {
  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);
}
table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.light {
  opacity: 0.7;
}
.circle-divider:last-of-type::after,
a:empty,
article:empty,
div:empty,
dl:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
p:empty,
section:empty,
ul:empty {
  display: none;
}
.customer a,
.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}
.music-player__btn[disabled],
a:not([href]) {
  cursor: not-allowed;
}
.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
}
.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}
.circle-divider::after {
  content: "\2022";
  margin: 0 1.3rem 0 1.5rem;
}
hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 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;
}
:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}
.customer a,
.underlined-link {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness 0.1s;
}
.customer a:hover,
.underlined-link:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}
.h3 .icon-arrow,
h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}
.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);
}
.cart-discount {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.cart-discount-form {
  margin: 1.5rem 0;
}
.cart-discount-form__row {
  display: flex;
  align-items: center;
}
.cart-discount-form .button {
  min-width: auto;
  min-height: 4.7rem;
  padding: 0 2.5rem;
  margin-left: 0.5rem;
}
.cart-discount-form .field input {
  padding-left: 1.25rem;
}
.cart-discount-form .field input:focus ~ label,
.cart-discount-form .field label,
.cart-discount-form .field__input:not(:placeholder-shown) ~ .field__label {
  left: calc(var(--inputs-border-width) + 1.25rem);
}
.cart-discount-form__error {
  margin: 0;
  font-size: 1.4rem;
  display: none;
  color: #dd1d1d;
}
.shopify-policy__container {
  padding-bottom: 3rem;
}
summary {
  cursor: pointer;
}
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[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: 0 0;
}
.disclosure-has-popup > summary::before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}
.no-js .focus-inset:focus:not(:focus-visible),
.no-js .focus-offset:focus:not(:focus-visible),
.no-js :focus:not(:focus-visible),
:focus {
  outline: 0;
  box-shadow: none;
}
:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.focused,
.no-js :focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.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,
.no-js .focus-inset:focus {
  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-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,
.no-js .focus-offset:focus {
  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);
}
.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: center;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.title-wrapper-with-link--spacing {
  justify-content: space-between;
}
.title--primary {
  margin: 4rem 0;
}
.title-wrapper--self-padded-mobile,
.title-wrapper--self-padded-tablet-down {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}
.title-wrapper--no-top-margin,
.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;
}
.collage-wrapper-title,
.collection-hero__title,
.collection__title,
.main-page-title,
.page-title,
.title--primary,
.title-wrapper,
.title-wrapper--no-top-margin,
.title-wrapper--self-padded-mobile,
.title-wrapper--self-padded-tablet-down,
.title-wrapper-with-link {
  text-align: center;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 0;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}
.grid:last-child,
.mb-0 {
  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;
}
.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}
.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) {
  .page-width {
    padding: 0 5rem;
  }
  .page-width--narrow {
    padding: 0 9rem;
  }
  .page-width-desktop {
    padding: 0;
  }
  .page-width-tablet {
    padding: 0 5rem;
  }
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
  blockquote {
    padding-left: 1.5rem;
  }
  .caption {
    font-size: 1.2rem;
  }
  hr {
    margin: 7rem 0;
  }
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }
  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .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;
  }
}
@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
  .large-up-hide {
    display: none !important;
  }
  .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;
  }
  .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);
  }
  .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) {
  .small-hide {
    display: none !important;
  }
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
  .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;
  }
  .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);
  }
  .grid--peek .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--tablet.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) {
  .medium-hide {
    display: none !important;
  }
  .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);
  }
}
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  overflow: hidden;
}
.media--transparent {
  background-color: transparent;
}
.media model-viewer,
.media > :not(.zoom):not(.deferred-media__poster-button) {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.media > img,
.media > video,
.media > internal-video video {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.media > internal-video video {
  width: 100%;
  height: 100%;
}
.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;
}
internal-video {
  display: block;
  position: relative;
  z-index: 0;
}
internal-video video {
  width: 100%;
}
.internal-video__play {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  outline: none;
  z-index: 1;
  cursor: pointer;
}
.play-button {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  background: rgb(var(--color-background));
  outline: none;
  border: none;
  cursor: pointer;
}
.internal-video--playing .play-button {
  opacity: 0;
}
.play-button svg {
  color: rgb(var(--color-foreground));
  height: 50%;
  width: 50%;
}
.internal-video--loading::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border: 0.4rem solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
deferred-media,
details[open] .modal-overlay {
  display: block;
}
.button,
.cart__dynamic-checkout-buttons [role="button"],
.cart__dynamic-checkout-buttons iframe,
.customer button,
.shopify-challenge__button,
.shopify-payment-button [role="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);
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
  font-weight: 700;
}
.button,
.customer button,
.shopify-challenge__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);
  font-weight: 700;
}
.shopify-payment-button__button--branded {
  z-index: auto;
}
.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius)
    rgba(var(--color-base-text), var(--shadow-opacity));
}
.button,
.customer button,
.shopify-challenge__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  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));
  font-weight: 700;
}
.music-player__btn,
.scroll-to-top-btn {
  display: flex;
  border-radius: 50%;
  outline: 0;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.select__select,
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.button:before,
.cart__dynamic-checkout-buttons [role="button"]:before,
.customer button:before,
.shopify-challenge__button:before,
.shopify-payment-button [role="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,
.customer button:after,
.shopify-challenge__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,
.customer button:hover::after,
.shopify-challenge__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.focused,
.button:focus,
.button:focus-visible,
.shopify-payment-button [role="button"]:focus,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button__button--unbranded:focus-visible {
  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 [role="button"]:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ) {
  box-shadow: inherit;
}
.button::selection,
.customer button::selection,
.shopify-challenge__button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}
.button,
.button-label,
.customer button,
.shopify-challenge__button {
  font-size: 1.6rem;
  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;
}
.mb-1em {
  margin-bottom: 1em;
}
.btn--mt-center {
  margin: 1em auto 0;
  width: fit-content;
  display: flex;
}
.scroll-to-top-btn {
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  overflow: hidden;
  border: none;
}
.scroll-to-top-btn svg {
  width: 2.2rem;
  height: 2.2rem;
  pointer-events: none;
}
.music-player,
.scroll-to-top-btn {
  --sticky-atc-offset: 0px;
  position: fixed;
  transition: 0.15s ease-in-out;
  bottom: calc(var(--offset-y) + var(--sticky-atc-offset));
  z-index: 2;
}
.music-player-bottom-left,
.scroll-to-top-btn-bottom-left {
  left: var(--offset-x);
}
.music-player-bottom-center,
.scroll-to-top-btn-bottom-center {
  left: 50%;
  transform: translateX(-50%);
}
.music-player-bottom-right,
.scroll-to-top-btn-bottom-right {
  right: var(--offset-x);
}
.music-player {
  background: 0 0;
}
.music-player__audio {
  width: 0;
  height: 0;
}
.music-player__btn {
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  background: rgb(var(--color-background));
  border: none;
}
.music-player__btn svg {
  color: rgb(var(--color-foreground));
  height: 2.5rem;
  pointer-events: none;
}
.ripple-animation::after,
.ripple-animation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 50%;
  border: solid 1px rgb(var(--color-background));
  animation: 2s linear infinite ripple;
}
.ripple-animation::after {
  animation-delay: 1s;
}
.music-player__btn--paused .music-player__btn__paused-icon,
.music-player__btn--playing .music-player__btn__playing-icon,
.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}
.music-player__btn__playing-icon {
  transform: translateX(10%);
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: none;
  }
  20%,
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.button.disabled,
.button:disabled,
.button[aria-disabled="true"],
.customer button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button--full-width {
  display: flex;
  width: 100%;
}
.button.loading {
  color: transparent;
  position: relative;
}
.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__icon:hover .icon,
.modal__close-button:hover .icon,
.share-button__fallback button:hover svg {
  transform: scale(1.07);
}
.button.loading > .loading-overlay__spinner .spinner,
.share-button details {
  width: fit-content;
}
.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}
@media (hover: hover) {
  a.button:not([aria-disabled="true"]) {
    transition: 0.3s ease-in-out;
    overflow: hidden;
  }
  a.button:not([aria-disabled="true"])::before {
    top: 50%;
    right: 3rem;
    left: auto;
    bottom: auto;
    z-index: 1;
    box-shadow: none;
    border-radius: 0;
    background: rgb(var(--color-button-text));
    transform: translate(calc(3rem + 100%), -50%);
    height: 0.65em;
    width: 2em;
    clip-path: polygon(
      0% 32%,
      70% 32%,
      70% 0%,
      100% 50%,
      70% 100%,
      70% 68%,
      0% 68%
    );
    transition: 0.3s ease-in-out;
  }
  a.button:not([aria-disabled="true"]):hover {
    padding-right: 6rem;
    white-space: nowrap;
  }
  a.button:not([aria-disabled="true"]):hover::before {
    transform: translate(50%, -50%);
  }
}
.share-button {
  display: block;
  position: relative;
}
.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;
}
.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;
}
.customer .field:after,
.customer select:after,
.field:after,
.localization-form__select:after,
.quantity:after,
.select:after,
.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;
}
.field,
.select,
.text-area {
  position: relative;
  width: 100%;
}
.quantity:before,
.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-base-text), 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.9);
}
.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}
.share-button__close:focus-visible,
.share-button__copy:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.share-button__close:focus,
.share-button__copy:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.field:not(:focus-visible):not(.focused)
  + .share-button__close:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)
  + .share-button__copy: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:-webkit-autofill,
.share-button__fallback .field__input:focus {
  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;
}
.customer .field input,
.customer select,
.field__input,
.select__select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  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;
}
.customer .field:before,
.customer select:before,
.field:before,
.localization-form__select:before,
.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-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}
.select__select {
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.9);
  height: 3.7rem;
}
.customer .field:hover.field:after,
.customer select:hover.select:after,
.field:hover.field:after,
.localization-form__select:hover.localization-form__select:after,
.select:hover.select:after,
.select__select:hover.select__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);
}
.customer .field input:focus-visible,
.customer select:focus-visible,
.field__input:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after,
.select__select:focus-visible {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.customer .field input:focus,
.customer select:focus,
.field__input:focus,
.localization-form__select:focus.localization-form__select:after,
.select__select:focus {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.select--small .select__select,
.select--small::after {
  border-radius: calc((var(--inputs-radius-outset)) / 2);
}
.select--small::before {
  border-radius: calc(((var(--inputs-radius-outset)) / 2) + var(--inputs-border-width));
}
.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}
.select,
.text-area {
  display: flex;
}
.customer select + svg,
.select .icon-caret {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(var(--inputs-border-width) + 1.5rem);
}
.customer select,
.select__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);
}
.select__select {
  padding-left: 1.2rem;
}
.variant-selects--small {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.variant-selects--small .product-form__input--dropdown {
  flex: 0 0 auto;
  margin: 0;
}
.variant-selects--small .form__label {
  text-align: left;
  margin-bottom: 0;
}
.select--small .select__select {
  font-size: 1.2rem;
  height: 2.25em;
  padding: 0 2.5rem 0 1rem;
}
.select--small .icon-caret {
  right: calc(var(--inputs-border-width) + 1rem);
}
.field {
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}
.customer .field {
  display: flex;
}
.field--with-error {
  flex-wrap: wrap;
}
.customer .field input,
.field__input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}
.customer .field label,
.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.9);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.customer .field input:-webkit-autofill ~ label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.field__input:-webkit-autofill ~ .field__label,
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}
.customer .field input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.field__input:focus,
.field__input:not(:placeholder-shown) {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}
.customer .field input::-webkit-search-cancel-button,
.field__input::-webkit-search-cancel-button {
  display: none;
}
.customer .field input::placeholder,
.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;
}
.quantity,
.quantity__rules,
.quantity__rules-cart,
details-disclosure > details,
header-menu > details {
  position: relative;
}
.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}
.customer .field input:-webkit-autofill ~ label,
.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label {
  color: #000;
}
.text-area {
  min-height: 10rem;
  resize: none;
}
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}
.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-status,
.form__message--large {
  font-size: 1.6rem;
}
.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}
.customer .form__message svg,
.form__message .icon {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}
.customer .form__message svg,
.form__message--large .icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}
.customer .field .form__message svg {
  align-self: start;
}
.form-status {
  margin: 0;
}
.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;
}
.quantity {
  color: rgba(var(--color-foreground));
  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__button,
.quantity__input {
  border: 0;
  background-color: transparent;
}
.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  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;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}
.announcement-bar,
.header-wrapper--border-bottom,
.search-modal {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.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 {
  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:active,
.quantity__input:-webkit-autofill:hover {
  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-inner-spin-button,
.quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity__input[type="number"] {
  -moz-appearance: textfield;
}
.quantity__rules {
  margin-top: 1.2rem;
  font-size: 1.2rem;
}
.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.cart-count-bubble:empty,
.header:not(.header--has-menu) * > .header__search,
.modal__toggle-close,
.no-js .modal__close-button.link,
.no-js details[open] .modal__toggle-open,
menu-drawer + .header__search {
  display: none;
}
.quantity__rules .divider + .divider::before {
  content: "\2022";
  margin: 0 0.5rem;
}
.modal__toggle {
  list-style-type: none;
}
.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}
.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}
.modal__toggle-open {
  display: flex;
}
.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  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;
}
.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  bottom: 0.8rem;
  left: 2.2rem;
}
.announcement-bar,
.announcement-bar__link:hover,
.header__heading-link:hover .h2,
.header__icon {
  color: rgb(var(--color-foreground));
}
.cart-count-bubble span {
  line-height: 1.4rem;
}
.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none;
}
.announcement-bar__link:hover {
  background-color: rgba(var(--color-card-hover), 0.06);
}
.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}
.announcement-bar__link .announcement-bar__message {
  padding: 0;
}
.announcement-bar__message {
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
}
.section-header.shopify-section-group-header-group {
  z-index: 5;
  margin: 0;
}
.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;
}
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}
.header {
  display: grid;
  grid-template-areas: "left-icon heading icons";
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}
@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
  .header--middle-left:not(.header--has-menu),
  .header--top-left {
    grid-template-areas: "heading icons" "navigation navigation";
    grid-template-columns: 1fr auto;
  }
  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }
  .header--middle-center {
    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-icon heading icons" "navigation navigation navigation";
  }
  .header:not(.header--middle-left, .header--middle-center)
    .header__inline-menu {
    margin-top: 1.05rem;
  }
}
.header [tabindex="-1"]:focus {
  outline: 0;
}
.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;
}
.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.9);
}
.header__heading-logo {
  height: auto;
  width: 100%;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}
.header__icon span,
.header__icon:not(.header__icon--summary) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__icon span {
  height: 100%;
}
.header__icon::after {
  content: none;
}
.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--cart .icon-cart {
  width: 2.4rem;
  height: 2.4rem;
}
.header__icon--cart svg circle,
.header__icon--cart svg polyline {
  color: rgba(var(--color-foreground), 0.85);
}
@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;
  }
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}
.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 > .header__search {
  grid-area: left-icon;
  justify-self: start;
}
.header__search {
  display: inline-flex;
  line-height: 0;
}
.header--top-center > .header__search,
.no-js .predictive-search {
  display: none;
}
.header--top-center * > .header__search {
  display: inline-flex;
}
details[open] > .search-modal {
  opacity: 1;
}
details[open] .modal-overlay::after {
  position: absolute;
  content: "";
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}
.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}
.search-modal {
  opacity: 0;
  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;
}
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms, opacity 150ms;
}
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-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}
.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}
details[open] > .header__submenu {
  animation-fill-mode: forwards;
  z-index: 1;
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}
.header--top-center .header__heading-link,
.header--top-center .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.9);
}
.header__active-menu-item,
details[open] > .header__menu-item {
  color: rgb(var(--accent-color));
}
.badge,
.color-accent-1 .header__menu-item:hover,
.color-accent-2 .header__menu-item:hover,
.header__active-menu-item {
  color: rgb(var(--color-foreground));
}
.header__menu-item:hover {
  transition: color var(--duration-short) ease;
  color: rgb(var(--accent-color));
}
details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}
.header__active-menu-item {
  color: rgb(var(--accent-color));
  text-decoration: none;
}
.header__active-menu-item-v2 {
  font-weight: 700;
  padding: 0 0.7em;
  position: relative;
  z-index: 0;
}
.header__active-menu-item-v2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(1.4);
  background: rgb(var(--color-background));
  z-index: -1;
  border-radius: 0.3rem;
}
.header__menu-item:hover .header__active-menu-item-v2 {
  text-decoration: none;
  text-underline-offset: 0;
}
.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: 2.4rem 0;
}
.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}
.header__submenu .header__menu-item:after {
  right: 2rem;
}
.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}
.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}
.header__menu-item .icon-caret {
  right: 0.8rem;
}
.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }
  .search-modal__content {
    padding: 0 6rem;
  }
  .overflow-hidden-mobile {
    overflow: auto;
  }
}
@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }
  .header__heading,
  .header__heading-link {
    justify-self: start;
  }
  .header--top-center .header__heading,
  .header--top-center .header__heading-link {
    justify-self: center;
    text-align: center;
  }
  .header--top-center > .header__search,
  .header:not(.header--top-center) * > .header__search {
    display: inline-flex;
  }
  .header--top-center * > .header__search,
  .header:not(.header--top-center) > .header__search {
    display: none;
  }
  .search-modal__form {
    max-width: 74.2rem;
  }
  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
  .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;
  }
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  font-weight: 700;
  line-height: 1.75em;
  padding: 0 0.5em;
  display: inline-flex;
  align-items: center;
  column-gap: 0.4em;
}
.badge svg {
  height: 1em;
}
.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}
@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
  .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 {
  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 iframe,
.global-media-settings img,
.global-media-settings model-viewer,
.global-media-settings video {
  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 {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
@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);
  }
  .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) {
    .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);
    }
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}
.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}
@media (forced-colors: active) {
  .button,
  .customer button,
  .shopify-challenge__button {
    border: 1px solid transparent;
  }
  .button.focused,
  .button:focus,
  .button:focus-visible,
  .shopify-payment-button [role="button"]:focus,
  .shopify-payment-button [role="button"]:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button__button--unbranded:focus-visible {
    outline: transparent solid 1px;
  }
  .customer .field input:focus,
  .customer select:focus,
  .field__input:focus,
  .localization-form__select:focus.localization-form__select:after,
  .select__select:focus {
    outline: transparent solid 1px;
  }
  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}
body {
  overflow-x: hidden !important;
}

.alignment-center{
  margin-inline: auto;
}
.alignment-end{
  margin-inline-end: auto;
}
.alignment-start{
  margin-inline-start: auto;
}
/* MOBILE: move hero button lower + make it smaller */
@media (max-width: 749px) {
  /* Move the whole content box down within the banner */
  .banner__content {
    align-items: flex-end !important;  /* pushes content towards bottom */
    padding-bottom: 0px !important;
  }

  /* Reduce button size */
  .banner__buttons .button,
  .slideshow__text-wrapper .button {
    font-size: 14px !important;
    padding: 10px 14px !important;
    min-height: 40px !important;
  }

  /* Add space so button doesn't cover the ring */
  .banner__buttons,
  .slideshow__text-wrapper .banner__buttons {
    margin-top: 62px !important;
  }
}
/* Mover el botón del slider más abajo + hacerlo más pequeño (MÓVIL) */
@media screen and (max-width: 749px){
  .slideshow__text-wrapper .banner__buttons{
    transform: translateY(55px); /* súbelo a 90px / 120px si lo quieres aún más abajo */
  }

  .slideshow__text-wrapper .banner__buttons .button{
    font-size: 13px;
    padding: 8px 14px;
    min-height: 36px;
  }
}
/* Hero / Slideshow button color override */
.banner__buttons .button,
.slideshow__text-wrapper .button,
.image-banner .button {
  background: #7fb2ff !important;   /* azul similar al mockup */
  color: #0b1b2b !important;        /* texto oscuro premium */
  border: 1px solid rgba(255,255,255,.25) !important;
}

/* Hover (opcional) */
.banner__buttons .button:hover,
.slideshow__text-wrapper .button:hover,
.image-banner .button:hover {
  filter: brightness(0.95);
}

/* Mobile: más “premium” y que no tape tanto */
@media (max-width: 749px){
  .banner__buttons .button,
  .slideshow__text-wrapper .button,
  .image-banner .button {
    padding: 10px 18px !important;
    border-radius: 10px !important;
  }
}
/* HERO / Slideshow button (mobile + desktop) */
.banner__buttons .button,
.slideshow__text-wrapper .button,
.slideshow__btn,
a.button.button--primary {
  background: #0B1220 !important;
  color: #FFFFFF !important;
  border: 1px solid #4AA8FF !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.28) !important;
}

.banner__buttons .button:hover,
.slideshow__text-wrapper .button:hover,
.slideshow__btn:hover,
a.button.button--primary:hover {
  background: #101C33 !important;
}
/* Rounded corners for your Key Features images/cards */
.key-features img,
.multicolumn-card__image-wrapper img,
.multicolumn-card,
.card,
.media,
.image-with-text__media {
  border-radius: 12px !important;
  overflow: hidden !important;
}
/* SOLO Key Features (multicolumn) */
.multicolumn .multicolumn-card,
.multicolumn .multicolumn-card__image-wrapper,
.multicolumn .multicolumn-card__info {
  border-radius: 22px;
  overflow: hidden;
}
/* HERO / imagen grande: sin radio */
.banner .banner__media,
.banner .banner__media img,
.slideshow .slideshow__media,
.slideshow .slideshow__media img {
  border-radius: 0 !important;
}
/* =========================
   ELITE FITNESS GEARS — Premium UI Pack
   ========================= */

/* 1) Tipografía más pro (si tu tema permite: elige Inter / DM Sans en Theme settings)
   Este bloque ayuda a que todo se vea más limpio */
:root{
  --efg-radius-card: 18px;
  --efg-radius-btn: 14px;
  --efg-shadow-soft: 0 10px 30px rgba(0,0,0,.12);
  --efg-border-soft: 1px solid rgba(255,255,255,.08);

  /* Color CTA recomendado (combina con tu estética tech) */
  --efg-cta: #2b7cff;        /* azul tech */
  --efg-cta-hover:#1f66db;
  --efg-cta-text:#ffffff;
}

/* 2) Botones: más premium + consistentes */
.button,
.shopify-payment-button__button,
button[type="submit"]{
  border-radius: var(--efg-radius-btn) !important;
  font-weight: 700;
  letter-spacing: .2px;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.button:hover,
.shopify-payment-button__button:hover,
button[type="submit"]:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

/* CTA principal (Add to cart / Shop now) */
.button--primary,
.product-form__submit,
#ProductSubmitButton{
  background: var(--efg-cta) !important;
  color: var(--efg-cta-text) !important;
  border: none !important;
}

.button--primary:hover,
.product-form__submit:hover,
#ProductSubmitButton:hover{
  background: var(--efg-cta-hover) !important;
}

/* 3) Key Features: redondeo SOLO para tarjetas multicolumn (NO afecta al hero) */
.multicolumn-card,
.multicolumn-card__image-wrapper,
.multicolumn-card__info{
  border-radius: var(--efg-radius-card) !important;
  overflow: hidden;
}

.multicolumn-card{
  box-shadow: var(--efg-shadow-soft);
}

/* Si tus “tiles” son imágenes dentro de multicolumn */
.multicolumn-card__image-wrapper img{
  border-radius: var(--efg-radius-card) !important;
}

/* 4) IMPORTANTE: Dejar el HERO/Slideshow con bordes normales (sin radius) */
.slideshow__media img,
.banner__media img,
.image-with-text__media img{
  border-radius: 0 !important;
}

/* 5) Mejor espaciado para que se vea más “caro” */
.section{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 749px){
  .section{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* 6) Product page: galería más limpia y premium */
.product__media-wrapper img,
.product-media-container{
  border-radius: 16px !important;
}

.product-media-container{
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
  background: #fff;
}

/* 7) Variant pills (tallas/colores) más pro */
.product-form__input input[type="radio"] + label{
  border-radius: 999px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  transition: transform .12s ease, border-color .12s ease;
}

.product-form__input input[type="radio"]:checked + label{
  border-color: rgba(43,124,255,.9) !important;
  box-shadow: 0 10px 20px rgba(43,124,255,.18);
  transform: translateY(-1px);
}

/* 8) Mobile: bajar un poco el botón del slideshow (por si tapa la imagen) */
@media (max-width: 749px){
  .slideshow__text-wrapper{
    padding-bottom: 26px !important;
  }
  .slideshow__text-wrapper .button{
    margin-top: 18px !important;
  }
}
/* ===========================
   Elite Fitness Gears — Premium UI Pack
   Pegar al FINAL de assets/base.css (o theme.css)
   =========================== */

/* ---- Design tokens ---- */
:root{
  --efg-bg: #ffffff;
  --efg-text: #0b1220;
  --efg-muted: rgba(11,18,32,.70);

  --efg-navy: #071a33;
  --efg-blue: #2f7bff;
  --efg-blue-2: #1b5cff;

  --efg-radius-lg: 22px;
  --efg-radius-md: 16px;
  --efg-radius-sm: 12px;

  --efg-shadow-soft: 0 10px 30px rgba(0,0,0,.08);
  --efg-shadow-card: 0 12px 40px rgba(7,26,51,.10);

  --efg-container: 1180px;
}

/* ---- Typography (premium y legible) ---- */
html, body{
  background: var(--efg-bg);
  color: var(--efg-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Si ya elegiste una fuente en Shopify, esto no la “rompe”.
   Solo mejora fallback. */
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
h1,h2,h3,.h0,.h1,.h2,.h3{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing: -0.02em;
}
h1,.h0{ font-weight: 800; }
h2,.h1{ font-weight: 750; }
p,li{ color: var(--efg-muted); }

/* ---- Layout: ancho “marca grande” ---- */
.page-width{
  max-width: var(--efg-container) !important;
}

/* ---- Cards / imágenes con borde suave (NO afecta tu hero si lo bloqueamos abajo) ---- */
.card, .product-card-wrapper .card, .collection-card, .article-card{
  border-radius: var(--efg-radius-lg) !important;
  box-shadow: var(--efg-shadow-soft);
  border: 1px solid rgba(7,26,51,.08);
  overflow: hidden;
}

/* ---- KEY FEATURES (multicolumn): esquinas más redondas SOLO ahí ---- */
.multicolumn-card,
.multicolumn-card__info,
.multicolumn-card__image-wrapper,
.multicolumn-card__image-wrapper img{
  border-radius: var(--efg-radius-lg) !important;
}
.multicolumn-card{
  box-shadow: var(--efg-shadow-card) !important;
  border: 1px solid rgba(47,123,255,.12) !important;
}

/* ---- Botones: más premium + consistencia con PayPal ---- */
.button,
.btn,
button.button{
  border-radius: 999px !important;
  font-weight: 700;
  letter-spacing: .02em;
}

/* Primary CTA */
.button--primary,
.product-form__submit,
#ProductSubmitButton{
  background: linear-gradient(135deg, var(--efg-blue), var(--efg-blue-2)) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 14px 40px rgba(47,123,255,.25);
}
.button--primary:hover,
.product-form__submit:hover,
#ProductSubmitButton:hover{
  filter: brightness(1.03);
  transform: translateY(-1px);
}

/* Botón “Shop Now” del slideshow/hero (si tu theme usa .slideshow__text-wrapper etc.) */
.slideshow__text .button,
.banner__buttons .button{
  background: rgba(7,26,51,.85) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.slideshow__text .button:hover,
.banner__buttons .button:hover{
  background: rgba(7,26,51,.95) !important;
}

/* Shopify dynamic checkout (PayPal / Apple Pay) más “brand” */
.shopify-payment-button__button{
  border-radius: 999px !important;
  overflow: hidden;
}

/* ---- Variants como “pills” (más pro) ---- */
.product-form__input input[type="radio"] + label{
  border-radius: 999px !important;
  border: 1px solid rgba(7,26,51,.18) !important;
  padding: 10px 14px !important;
  font-weight: 650;
}
.product-form__input input[type="radio"]:checked + label{
  border-color: rgba(47,123,255,.9) !important;
  box-shadow: 0 10px 24px rgba(47,123,255,.18) !important;
}

/* ---- Arreglar tu problema: NO redondear la imagen grande del inicio (hero) ---- */
/* Ajusta si tu theme usa otras clases, pero en Dawn funciona bien */
.slideshow .banner,
.slideshow .banner__media,
.slideshow .banner__media img,
.banner--content-align-center,
.banner__media img{
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* ---- Header un poquito más “premium” ---- */
.header{
  border-bottom: 1px solid rgba(7,26,51,.08);
}
.header__icons .icon{
  opacity: .9;
}

/* ---- Reviews (tarjetas limpias) ---- */
.testimonial, .rte blockquote, .jdgm-rev, .spr-review{
  border-radius: var(--efg-radius-lg) !important;
  border: 1px solid rgba(7,26,51,.08) !important;
  box-shadow: var(--efg-shadow-soft);
}

/* ---- Mobile: CTA sticky (súper vendible) ---- */
@media (max-width: 749px){
  .product-form__buttons{
    position: sticky;
    bottom: 10px;
    z-index: 40;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,.12);
    border: 1px solid rgba(7,26,51,.10);
  }
}

/* ---- RTL (árabe) soporte básico ---- */
html[dir="rtl"] body{
  font-family: "Tajawal", "Cairo", system-ui, Arial, sans-serif;
}
html[dir="rtl"] .product-form__input input[type="radio"] + label{
  letter-spacing: 0;
}
/* ========= EFG Premium UI Pack ========= */
:root{
  --efg-ink: #0b1220;
  --efg-muted: rgba(11,18,32,.72);
  --efg-line: rgba(0,0,0,.08);

  --efg-primary: #0B1F3B;  /* navy premium */
  --efg-accent: #1FA2FF;   /* tech blue */
  --efg-radius-card: 18px;
  --efg-radius-btn: 999px;

  --efg-shadow: 0 10px 30px rgba(2, 8, 23, .12);
}

/* Tipografía limpia + “marca grande” */
html, body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  color: var(--efg-ink);
}
h1,h2,h3,.h0,.h1,.h2,.h3{
  letter-spacing: -.02em;
}

/* Botones: premium + consistentes */
.button, button, .shopify-payment-button__button{
  border-radius: var(--efg-radius-btn) !important;
  font-weight: 700 !important;
  letter-spacing: .2px;
}
.button--primary, .shopify-payment-button__button{
  background: var(--efg-primary) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}
.button--primary:hover, .shopify-payment-button__button:hover{
  filter: brightness(1.06);
}

/* Cards: suave, confiable */
.card, .multicolumn-card, .product-card-wrapper, .collection-card-wrapper{
  border-radius: var(--efg-radius-card) !important;
  overflow: hidden;
  border: 1px solid var(--efg-line);
  box-shadow: 0 8px 24px rgba(2, 8, 23, .08);
}

/* Tus tiles de KEY FEATURES (para que queden “premium”) */
.multicolumn-card__info{
  padding: 18px !important;
}

/* IMPORTANTE: NO redondear tu imagen grande del inicio (hero/banner/slideshow) */
.banner .media, .slideshow .media, .slideshow__slide .media, .banner__media{
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

/* Imagen de producto: prolija */
.product__media, .product__media img, .product-media{
  border-radius: 14px !important;
}

/* Separación/aire (se ve más “marca grande”) */
.section, .shopify-section{
  scroll-margin-top: 90px;
}
.size-guide__trigger{
  margin-left:.6rem;
  padding:.25rem .6rem;
  border:1px solid rgba(0,0,0,.15);
  border-radius:999px;
  background:transparent;
  font-size:.85rem;
  line-height:1;
  cursor:pointer;
}
.size-guide__trigger:hover{ border-color: rgba(0,0,0,.35); }

.size-guide__dialog{
  border:none;
  padding:0;
  border-radius:16px;
  max-width:min(92vw, 520px);
  width:92vw;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.size-guide__dialog::backdrop{
  background:rgba(0,0,0,.55);
}
.size-guide__content{
  padding:18px;
  background:#fff;
}
.size-guide__content img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
}
.size-guide__close{
  position:absolute;
  top:10px;
  right:10px;
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.15);
  background:#fff;
  cursor:pointer;
  font-size:20px;
  line-height:34px;
}
/* ===== Premium trust list under variants (no emojis) ===== */
.elite-trustlist {
  margin-top: 14px;
  padding: 14px 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.04);
  max-width: 520px;
}

.elite-trustlist__title {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 10px 0;
  letter-spacing: .2px;
  color: rgba(0,0,0,.85);
}

.elite-trustlist__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}

.elite-trustitem {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.elite-trustitem svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  opacity: .9;
}

.elite-trustitem b {
  display: block;
  font-size: 13px;
  line-height: 1.15;
  margin: 0;
}

.elite-trustitem span {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  color: rgba(0,0,0,.65);
  margin-top: 2px;
}

/* mobile: one column */
@media (max-width: 749px) {
  .elite-trustlist__grid { grid-template-columns: 1fr; }
}
/* ===== Premium CTA button ===== */
.product-form__submit.button {
  border-radius: 999px !important;
  min-height: 54px;
  font-weight: 700;
  letter-spacing: .2px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.product-form__submit.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.16);
}

@media (min-width: 990px) {
  .product-form__submit.button { width: 100%; }
}
/* ===== Size guide pill (premium) ===== */
legend.form__label .size-guide__trigger,
button.size-guide__trigger{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;

  margin-left:12px !important;
  padding:7px 12px !important;

  border-radius:999px !important;
  border:1px solid rgba(15,15,15,.14) !important;

  /* look premium: glass suave */
  background: rgba(255,255,255,.72) !important;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);

  /* tipografía */
  font-size:12.5px !important;
  font-weight:500 !important;
  letter-spacing:.01em !important;
  line-height:1 !important;

  color: rgba(15,15,15,.88) !important;
  text-decoration:none !important;
  cursor:pointer !important;

  /* micro-sombra pro */
  box-shadow:
    0 1px 0 rgba(0,0,0,.02),
    0 6px 18px rgba(0,0,0,.06) !important;

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

/* ícono minimalista antes del texto */
legend.form__label .size-guide__trigger::before,
button.size-guide__trigger::before{
  content:"";
  width:14px;
  height:14px;
  display:inline-block;
  opacity:.75;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7Zm2 0v2h14V7H5Zm-2 8a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2Zm2 0v2h6v-2H5Z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7Zm2 0v2h14V7H5Zm-2 8a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2Zm2 0v2h6v-2H5Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

legend.form__label .size-guide__trigger:hover,
button.size-guide__trigger:hover{
  border-color: rgba(15,15,15,.22) !important;
  background: rgba(255,255,255,.86) !important;
  transform: translateY(-1px) !important;
  box-shadow:
    0 1px 0 rgba(0,0,0,.02),
    0 10px 24px rgba(0,0,0,.08) !important;
}

legend.form__label .size-guide__trigger:active,
button.size-guide__trigger:active{
  transform: translateY(0) !important;
}

legend.form__label .size-guide__trigger:focus-visible,
button.size-guide__trigger:focus-visible{
  outline:none !important;
  /* anillo premium (muy sutil) */
  box-shadow:
    0 0 0 3px rgba(13, 33, 55, .16),
    0 10px 24px rgba(0,0,0,.08) !important;
}

@media (max-width: 749px){
  legend.form__label .size-guide__trigger,
  button.size-guide__trigger{
    padding:9px 14px !important;
    font-size:13px !important;
  }
}


}
/* ===== Premium product media container ===== */
.product__media-wrapper,
.product-media-container {
  border-radius: 16px !important;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  overflow: hidden;
}
/* --- Mobile: space between gallery and product title (Dawn) --- */
@media screen and (max-width: 749px) {
  /* Adds breathing room under the product media block */
  .product__media-wrapper {
    margin-bottom: 18px !important;
  }

  /* Adds spacing above the title itself */
  .product__title {
    margin-top: 14px !important;
  }

  /* Slightly separates the whole info column from the media column */
  .product__info-wrapper {
    padding-top: 10px !important;
  }
}
/* --- Premium polish for product page (Dawn) --- */

/* Cleaner overall spacing */
.product__info-wrapper .product__title,
.product__info-wrapper .price,
.product__info-wrapper variant-selects,
.product__info-wrapper .product-form__buttons {
  letter-spacing: 0.2px;
}

/* Make product images feel more premium: softer corner + subtle shadow */
.product__media-wrapper .media,
.product__media-wrapper .product__media-item .media {
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

/* Thumbnails: consistent rounding */
.thumbnail,
.thumbnail img {
  border-radius: 14px !important;
}

/* Variant pills (ring size) look more “brand” */
variant-selects .pill,
variant-selects [type="radio"] + label {
  border-radius: 999px !important;
  padding: 10px 14px !important;
}

/* Selected variant = stronger contrast */
variant-selects [type="radio"]:checked + label {
  border-color: rgba(0,0,0,0.25) !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.10) !important;
}

/* Main Add to cart button feels premium */
.product-form__submit,
.product-form__submit.button {
  border-radius: 999px !important;
  padding: 14px 18px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18) !important;
}

/* Payment badges align + spacing */
.payment-icons,
.payment-badges,
.shopify-payment-button {
  justify-content: center !important;
}
.payment-icons {
  margin-top: 10px !important;
}
/* --- Premium trust list (no emojis, works in Arabic too) --- */
.elite-trust-points{
  margin-top: 14px;
  padding: 14px 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  max-width: 520px;
}

.elite-trust-points ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.elite-trust-points li{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 12px;
  background: rgba(15, 23, 42, .04); /* subtle premium tint */
}

.elite-trust-points strong{
  font-weight: 700;
  letter-spacing: .2px;
}

.elite-trust-points .elite-icon{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, .08);
  color: #0f172a;
  flex: 0 0 34px;
}

.elite-trust-points .elite-icon svg{
  width: 18px;
  height: 18px;
}

/* RTL (Arabic) friendly */
[dir="rtl"] .elite-trust-points li{
  flex-direction: row-reverse;
  text-align: right;
}
/* ===== Elite Fitness Gears – PDP Benefits (clean + premium) ===== */
.efg-benefits ul{
  list-style: none !important;
  padding: 0 !important;
  margin: 14px 0 6px !important;
}

.efg-benefits li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  margin: 10px 0;
  border: 1px solid rgba(18, 32, 56, .10);
  border-radius: 12px;
  background: rgba(18, 32, 56, .03);
  font-weight: 600;
  line-height: 1.25;
}

/* Check icon */
.efg-benefits li::before{
  content: "✓";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 32, 56, .10);
  color: #0b1b33;
  font-weight: 800;
  margin-top: 1px;
}

/* RTL (Arabic) support */
:dir(rtl) .efg-benefits li{
  flex-direction: row-reverse;
}
:dir(rtl) .efg-benefits li::before{
  margin-top: 1px;
}
/* ============================
   ELITE PREMIUM PRODUCT UI
   Dawn 15.x — Product template only
   ============================ */
.template-product {
  --elite-ink: #0b1220;
  --elite-muted: rgba(11, 18, 32, .66);
  --elite-line: rgba(15, 23, 42, .12);
  --elite-card: #ffffff;
  --elite-bg: #f6f8fc;
  --elite-accent: #0b2a4a;     /* deep tech navy */
  --elite-accent2: #6f7ca2;    /* your current CTA tone */
  --elite-radius: 18px;
}

/* Give the whole buy box a premium “card” feel */
.template-product .product__info-wrapper {
  background: var(--elite-card);
  border: 1px solid var(--elite-line);
  border-radius: var(--elite-radius);
  padding: 22px;
  box-shadow: 0 16px 40px rgba(2, 6, 23, .08);
}

/* Better spacing between image area and title (mobile + desktop) */
.template-product .product__media-wrapper {
  margin-bottom: 18px;
}
@media (max-width: 749px) {
  .template-product .product__media-wrapper { margin-bottom: 22px; }
  .template-product .product__title { margin-top: 10px !important; }
}

/* Price typography: more premium */
.template-product .price {
  margin-top: 8px;
}
.template-product .price__regular .price-item,
.template-product .price__sale .price-item--sale {
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: var(--elite-ink);
}
.template-product .price__sale .price-item--regular,
.template-product .price__regular .price-item--regular {
  opacity: .55;
}

/* Variant pills (Ring size / Color) more “Apple-like” */
.template-product variant-radios .swatch-input__label,
.template-product variant-radios .variant__label,
.template-product .product-form__input input[type="radio"] + label {
  border-radius: 999px !important;
  border: 1px solid rgba(15,23,42,.18) !important;
  background: #fff !important;
  box-shadow: 0 6px 16px rgba(2,6,23,.06);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.template-product .product-form__input input[type="radio"] + label:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(2,6,23,.10);
  border-color: rgba(11,42,74,.35) !important;
}
.template-product .product-form__input input[type="radio"]:checked + label {
  border-color: rgba(11,42,74,.65) !important;
  box-shadow: 0 12px 26px rgba(11,42,74,.16);
}

/* CTA button: premium gradient + depth */
.template-product .product-form__submit.button {
  border-radius: 999px !important;
  background: linear-gradient(180deg, var(--elite-accent2), var(--elite-accent)) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 18px 40px rgba(11,42,74,.26) !important;
  letter-spacing: .02em;
  font-weight: 750;
}
.template-product .product-form__submit.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 50px rgba(11,42,74,.32) !important;
}

/* Payment icons row breathing room */
.template-product .payment-badges,
.template-product .payment-icons {
  margin-top: 10px !important;
  opacity: .95;
}

/* ===== Trust row (replaces ugly bullets) ===== */
.template-product .elite-trust {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff, var(--elite-bg));
  border: 1px solid var(--elite-line);
  border-radius: 14px;
}

.template-product .elite-trust__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.template-product .elite-trust__icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--elite-accent);
  background: rgba(111,124,162,.12);
  border: 1px solid rgba(11,42,74,.12);
}

.template-product .elite-trust__icon svg {
  width: 20px;
  height: 20px;
}

.template-product .elite-trust__title {
  font-weight: 750;
  color: var(--elite-ink);
  line-height: 1.1;
}

.template-product .elite-trust__sub {
  font-size: 12.5px;
  color: var(--elite-muted);
  margin-top: 2px;
}

/* RTL (Arabic) friendly alignment */
[dir="rtl"] .template-product .elite-trust__item {
  flex-direction: row-reverse;
}
[dir="rtl"] .template-product .elite-trust__text {
  text-align: right;
}

/* =========================================================
   ELITE FITNESS GEARS – Premium Product UI (Dawn 15.2.0)
   (Pegar al final de assets/base.css)
   ========================================================= */

body.template-product {
  --efg-ink: #0b1220;
  --efg-muted: rgba(11, 18, 32, .65);
  --efg-line: rgba(11, 18, 32, .10);
  --efg-card: rgba(255,255,255,.92);
  --efg-shadow: 0 18px 55px rgba(11,18,32,.10);
  --efg-radius: 22px;
  --efg-radius-sm: 14px;
  --efg-accent: #0b2a52; /* azul premium */
}

/* Card principal “premium” alrededor de media + info */
body.template-product .product {
  background: linear-gradient(180deg, rgba(11,42,82,.035), rgba(255,255,255,0));
  border: 1px solid var(--efg-line);
  border-radius: calc(var(--efg-radius) + 6px);
  box-shadow: var(--efg-shadow);
  padding: 22px;
  gap: 34px;
}

/* Más aire entre imagen y título (mobile) */
@media screen and (max-width: 749px) {
  body.template-product .product__media-wrapper {
    margin-bottom: 18px !important;
  }
}

/* Media (imagen grande) más premium */
body.template-product .product__media,
body.template-product .product__media img {
  border-radius: var(--efg-radius) !important;
}
body.template-product .product__media {
  border: 1px solid var(--efg-line);
  background: #fff;
}

/* Thumbnails más “tech” */
body.template-product .thumbnail,
body.template-product .thumbnail img {
  border-radius: 14px !important;
}
body.template-product .thumbnail {
  border: 1px solid var(--efg-line);
  overflow: hidden;
}

/* Columna info: mejor lectura */
body.template-product .product__info-wrapper {
  color: var(--efg-ink);
}
body.template-product .product__title {
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin-top: 6px !important;
}
body.template-product .price {
  margin-top: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--efg-line);
}

/* Precio: sale más pro */
body.template-product .price__sale .price-item--sale {
  font-weight: 800;
  letter-spacing: -0.02em;
}
body.template-product .price__sale .price-item--regular {
  color: rgba(11,18,32,.45) !important;
}

/* Variant pills/swatch labels más premium */
body.template-product .product-form__input input[type="radio"] + label {
  border-radius: 999px !important;
  border: 1px solid var(--efg-line) !important;
  background: rgba(255,255,255,.9);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
body.template-product .product-form__input input[type="radio"] + label:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(11,18,32,.10);
  border-color: rgba(11,42,82,.35) !important;
}
body.template-product .product-form__input input[type="radio"]:checked + label {
  border-color: rgba(11,42,82,.55) !important;
  box-shadow: 0 14px 35px rgba(11,42,82,.14);
}

/* Botón Add to cart más “marca grande” */
body.template-product .product-form__buttons .button {
  border-radius: 999px !important;
  padding: 16px 18px !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
  background: linear-gradient(135deg, #071a33, var(--efg-accent)) !important;
  box-shadow: 0 18px 40px rgba(11,42,82,.25);
}
body.template-product .product-form__buttons .button:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

/* Payment badges centrados y con aire */
body.template-product .payment-badges,
body.template-product .payment-badges__wrapper {
  margin-top: 10px !important;
  opacity: .95;
}

/* =========================
   TRUST LIST (tu bloque “Trusted by…”, sin bullets feos)
   Solo aplica si usas <ul class='efg-trustlist'>…
   ========================= */
body.template-product .efg-trustlist {
  list-style: none !important;
  padding: 0 !important;
  margin: 14px 0 0 !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 750px) {
  body.template-product .efg-trustlist {
    grid-template-columns: 1fr 1fr;
  }
}
body.template-product .efg-trustlist li {
  margin: 0 !important;
  padding: 12px 12px 12px 14px;
  border: 1px solid var(--efg-line);
  border-radius: var(--efg-radius-sm);
  background: rgba(11,42,82,.035);
  color: var(--efg-ink);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.25;
}
body.template-product .efg-trustlist li::before {
  content: "✓";
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(11,42,82,.10);
  color: var(--efg-accent);
  font-weight: 900;
  flex: 0 0 22px;
}
/* =========================
   ELITE PDP — Premium Tech Pack (Dawn 15.x)
   Scope: Product page only
========================= */
.template-product .product {
  --elite-radius: 18px;
  --elite-border: rgba(15, 23, 42, 0.10);
  --elite-shadow: 0 18px 50px rgba(2, 6, 23, 0.10);
  --elite-soft: 0 10px 30px rgba(2, 6, 23, 0.08);
  --elite-navy: #081a3a;
  --elite-navy-2: #0b2553;
  --elite-text: #0f172a;
  --elite-muted: rgba(15, 23, 42, 0.70);
}

/* Give breathing room between gallery and title on mobile */
@media (max-width: 749px) {
  .template-product .product__media-wrapper { margin-bottom: 18px !important; }
  .template-product .product__title { margin-top: 10px !important; }
}

/* Media (image) card */
.template-product .product__media-wrapper .media,
.template-product .product__media-wrapper .product__media {
  border-radius: var(--elite-radius) !important;
  overflow: hidden;
  box-shadow: var(--elite-soft);
  border: 1px solid var(--elite-border);
  background: #fff;
}

/* Info column as premium card */
.template-product .product__info-container {
  border-radius: calc(var(--elite-radius) + 4px);
  border: 1px solid var(--elite-border);
  box-shadow: var(--elite-shadow);
  background:
    radial-gradient(1200px 500px at 10% 0%, rgba(59, 130, 246, 0.08), transparent 45%),
    radial-gradient(900px 450px at 95% 20%, rgba(99, 102, 241, 0.08), transparent 50%),
    #ffffff;
  padding: 22px;
}

@media (max-width: 749px) {
  .template-product .product__info-container { padding: 16px; }
}

/* Title + rating spacing */
.template-product .product__title {
  color: var(--elite-text);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.template-product .rating {
  margin-top: 8px;
}

/* Price styling */
.template-product .price {
  margin-top: 12px;
  margin-bottom: 10px;
}
.template-product .price__regular .price-item,
.template-product .price__sale .price-item--sale {
  font-weight: 750;
  letter-spacing: -0.01em;
}
.template-product .price__sale .price-item--sale {
  color: var(--elite-text);
  font-size: clamp(20px, 2.2vw, 26px);
}
.template-product .price-item--regular,
.template-product s.price-item {
  color: rgba(15, 23, 42, 0.45) !important;
  font-weight: 600;
}

/* Sale badge (if enabled) -> modern pill */
.template-product .price__badge-sale,
.template-product .badge.price__badge-sale {
  border-radius: 999px !important;
  padding: 6px 10px !important;
  font-weight: 700;
  border: 1px solid rgba(2, 6, 23, 0.10);
  background: rgba(2, 6, 23, 0.04);
}

/* Variant pills (Ring size etc.) */
.template-product .product-form__input input[type="radio"] + label {
  border-radius: 999px !important;
  border: 1px solid rgba(15, 23, 42, 0.18) !important;
  background: rgba(255,255,255,0.85) !important;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  box-shadow: 0 2px 10px rgba(2, 6, 23, 0.06);
}
.template-product .product-form__input input[type="radio"] + label:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.10);
  border-color: rgba(15, 23, 42, 0.28) !important;
}
.template-product .product-form__input input[type="radio"]:checked + label {
  background: linear-gradient(135deg, var(--elite-navy), var(--elite-navy-2)) !important;
  color: #fff !important;
  border-color: rgba(2, 6, 23, 0.22) !important;
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.18);
}

/* Quantity box */
.template-product .quantity {
  border-radius: 14px !important;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
}

/* Add to cart button: premium tech */
.template-product .product-form__submit,
.template-product button[name="add"] {
  border-radius: 999px !important;
  padding-block: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, var(--elite-navy), var(--elite-navy-2)) !important;
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.18);
  border: 1px solid rgba(255,255,255,0.14) !important;
}
.template-product .product-form__submit:hover,
.template-product button[name="add"]:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Payment badges: align & breathe */
.template-product .payment-icons,
.template-product .payment-badges,
.template-product .list-payment {
  margin-top: 10px;
  opacity: 0.95;
}

/* ---- Trust chips (the block we'll inject) ---- */
.elite-trust-chips {
  margin-top: 14px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 749px) {
  .elite-trust-chips { grid-template-columns: 1fr; }
}

.elite-trust-chip {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
}

.elite-trust-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 2px;
  color: var(--elite-navy);
}

.elite-trust-text {
  display: grid;
  gap: 2px;
  color: var(--elite-text);
}
.elite-trust-text strong {
  font-size: 13px;
  line-height: 1.2;
}
.elite-trust-text small {
  font-size: 12px;
  color: var(--elite-muted);
  line-height: 1.2;
}

/* RTL support (Arabic) */
[dir="rtl"] .elite-trust-chip { direction: rtl; text-align: right; }
[dir="rtl"] .elite-trust-icon { margin-left: 0; }

/* =========================
   EFG Premium Product UI
   Dawn 15.x (scoped)
========================= */
.template-product .product {
  --efg-radius: 18px;
  --efg-soft: 0 12px 30px rgba(0,0,0,.10);
}

/* Fix: en móvil estaba muy pegado imagen + título */
@media (max-width: 749px){
  .template-product .product__media-wrapper { margin-bottom: 18px !important; }
  .template-product .product__info-wrapper { padding-top: 10px !important; }
}

/* Media card */
.template-product .product__media,
.template-product .product__media-item,
.template-product .product__media img {
  border-radius: var(--efg-radius) !important;
}
.template-product .product__media {
  box-shadow: var(--efg-soft);
  overflow: hidden;
}

/* Title */
.template-product .product__title h1,
.template-product .product__title h2 {
  letter-spacing: -0.02em;
  line-height: 1.15;
}

/* Price: más “premium” (sale price más fuerte) */
.template-product .price {
  font-size: 1.15rem;
}
.template-product .price__regular,
.template-product .price__sale {
  display: flex;
  align-items: baseline;
  gap: .5rem;
}
.template-product .price__sale .price-item--sale {
  font-size: 1.55rem;
  font-weight: 700;
}
.template-product .price__sale .price-item--regular {
  opacity: .55;
}

/* Variant pills (tallas) */
.template-product .product-form__input input[type="radio"] + label {
  border-radius: 999px !important;
  transition: transform .08s ease, box-shadow .12s ease;
}
.template-product .product-form__input input[type="radio"]:checked + label {
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
  transform: translateY(-1px);
}

/* Trust highlights grid */
.efg-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 12px 0 6px;
}
@media (max-width: 749px){
  .efg-trust { grid-template-columns: 1fr; }
}
.efg-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(11,31,58,.04), rgba(11,31,58,.02));
  font-weight: 600;
}
.efg-trust__icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11,31,58,.08);
  font-size: 14px;
  flex: 0 0 22px;
}

/* RTL (árabe) */
[dir="rtl"] .efg-trust__item {
  flex-direction: row-reverse;
  text-align: right;
}

/* Add to cart button: más “tech / premium” */
.template-product .product-form__buttons .button {
  border-radius: 999px !important;
  min-height: 54px;
  font-weight: 700;
  letter-spacing: .01em;
  box-shadow: 0 14px 28px rgba(11,31,58,.22);
}
.template-product .product-form__buttons .button:hover {
  transform: translateY(-1px);
}
/* ================================
   EFG PREMIUM PRODUCT (Dawn 15.x)
   ================================ */

body.template-product .product {
  --efg-ink: #0b1220;
  --efg-muted: rgba(11, 18, 32, 0.62);
  --efg-line: rgba(15, 23, 42, 0.10);
  --efg-card: rgba(255, 255, 255, 0.92);
  --efg-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
  --efg-shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
  --efg-radius: 18px;
  --efg-accent1: #0a1f3a;
  --efg-accent2: #0b3a78;
}

/* HERO layout polish */
body.template-product .product__media-wrapper .product__media,
body.template-product .product__media-wrapper .product__media img {
  border-radius: var(--efg-radius) !important;
}

body.template-product .product__media-wrapper .product__media {
  box-shadow: var(--efg-shadow-soft);
  border: 1px solid var(--efg-line);
  overflow: hidden;
}

/* Make the info column look like a premium card */
@media screen and (min-width: 750px) {
  body.template-product .product__info-wrapper .product__info-container {
    background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,250,252,.92));
    border: 1px solid var(--efg-line);
    border-radius: calc(var(--efg-radius) + 2px);
    box-shadow: var(--efg-shadow);
    padding: 22px 22px 18px;
  }
}

/* Mobile spacing: fix image too close to title */
@media screen and (max-width: 749px) {
  body.template-product .product__media-wrapper { margin-bottom: 18px !important; }
  body.template-product .product__title { margin-top: 10px !important; }
}

/* Typography */
body.template-product .product__title {
  color: var(--efg-ink);
  letter-spacing: -0.2px;
  line-height: 1.18;
}

body.template-product .price {
  font-weight: 700;
  letter-spacing: -0.2px;
}

body.template-product .price--on-sale .price-item--regular {
  opacity: 0.55;
}

/* Variant pills (Ring size) + swatches */
body.template-product .product-form__input input[type="radio"] + label {
  border-radius: 999px !important;
  border: 1px solid rgba(11, 18, 32, 0.18) !important;
  background: rgba(255,255,255,0.80) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
  transition: transform .08s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

body.template-product .product-form__input input[type="radio"]:checked + label {
  background: linear-gradient(135deg, var(--efg-accent1), var(--efg-accent2)) !important;
  border-color: rgba(11, 58, 120, 0.55) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(11, 58, 120, 0.18);
}

body.template-product .product-form__input input[type="radio"] + label:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(15,23,42,0.10);
}

/* Add to cart button: premium gradient + glow */
body.template-product .product-form__submit {
  border-radius: 999px !important;
  padding: 1.15rem 1.6rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.2px;
  background: linear-gradient(135deg, var(--efg-accent1), var(--efg-accent2)) !important;
  box-shadow: 0 18px 46px rgba(11, 58, 120, 0.18);
  border: 1px solid rgba(11, 58, 120, 0.25) !important;
}

body.template-product .product-form__submit:hover {
  filter: brightness(1.05);
  box-shadow: 0 22px 60px rgba(11, 58, 120, 0.22);
}

/* Payment icons spacing */
body.template-product .payment-icons,
body.template-product .payment-badges {
  margin-top: 10px !important;
}

/* BENEFITS module (paste HTML uses these classes) */
.efg-benefits {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.efg-benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(245,248,255,0.92));
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.efg-ic {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(10,31,58,.10), rgba(11,58,120,.10));
  color: #0b3a78;
  flex: 0 0 34px;
}

.efg-ic svg {
  width: 20px;
  height: 20px;
}

.efg-top {
  font-weight: 800;
  color: rgba(11, 18, 32, 0.92);
  line-height: 1.15;
}

.efg-sub {
  margin-top: 2px;
  color: rgba(11, 18, 32, 0.60);
  font-size: 0.92em;
  line-height: 1.2;
}

/* RTL support (Arabic) */
html[dir="rtl"] .efg-benefit {
  flex-direction: row-reverse;
  text-align: right;
}
html[dir="rtl"] .efg-tx { text-align: right; }
/* Slideshow: change dots into small lines */
.slideshow__controls .slideshow__control-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slideshow__controls .slideshow__control-wrapper .dot {
  width: 26px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.35);
  display: inline-block;
}

.slideshow__controls .slideshow__control-wrapper button[aria-current="true"] .dot {
  background: rgba(255,255,255,0.95);
}
/* === Slideshow controls ON TOP of the image (dots as lines) === */
.slideshow,
.slider {
  position: relative !important;
}

/* Move the whole controls bar over the image */
.slideshow__controls.slider-buttons,
.slideshow__controls {
  position: absolute !important;
  left: 50% !important;
  bottom: 16px !important;
  top: auto !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  z-index: 10 !important;
}

/* Remove any border/background styles the theme adds */
.slideshow__controls--border,
.slideshow__controls--top {
  border: 0 !important;
  background: transparent !important;
}

/* Style arrows + pause as floating buttons */
.slideshow__controls .slider-button,
.slideshow__controls button {
  background: rgba(0, 0, 0, 0.28) !important;
  border-radius: 999px !important;
  width: 36px !important;
  height: 36px !important;
  color: #fff !important;
}

/* Dots -> turn into small lines */
.slider-counter__link--dots .dot {
  width: 26px !important;
  height: 4px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.35) !important;
}

/* Active line */
.slider-counter__link--active .dot {
  background: rgba(255, 255, 255, 0.95) !important;
}

/* Spacing between arrows and lines */
.slideshow__controls .slider-counter {
  margin: 0 10px !important;
}

/* Mobile tweaks */
@media (max-width: 749px) {
  .slideshow__controls.slider-buttons,
  .slideshow__controls {
    bottom: 12px !important;
  }

  .slider-counter__link--dots .dot {
    width: 22px !important;
  }

  .slideshow__controls .slider-button,
  .slideshow__controls button {
    width: 32px !important;
    height: 32px !important;
  }
}
.slideshow__autoplay {
  display: none !important;
}
/* Move HERO slideshow button up on mobile (so it doesn't cover the dots) */
@media screen and (max-width: 749px) {
  body.template-index .slideshow .banner__buttons,
  body.template-index .slideshow .slideshow__text-wrapper .button {
    transform: translateY(-48px);
  }
}
/* Add bottom space for dots on mobile */
@media screen and (max-width: 749px) {
  body.template-index .slideshow .slideshow__text-wrapper {
    padding-bottom: 56px;
  }
}
/* EFG — Move slideshow button up on MOBILE so it doesn't cover dots */
@media screen and (max-width: 749px) {
  slideshow-component .slideshow__text .banner__buttons {
    margin-bottom: 36px !important; /* prueba 40–90px */
  }

  /* por si tu botón no está dentro de banner__buttons */
  slideshow-component .slideshow__text a.button,
  slideshow-component .slideshow__text .button {
    margin-bottom: 36px !important; /* misma distancia */
  }
}
/* ================================
   Elite Fitness Gears - Primary Buttons (Dawn)
   ================================ */

:root{
  --efg-btn: #0A2342;        /* fondo normal */
  --efg-btn-hover: #103861;  /* hover */
  --efg-btn-text: #FFFFFF;   /* texto */
  --efg-btn-border: rgba(200,164,93,.22); /* borde sutil (gold) */
}

/* Botones principales (hero + general primary) */
.button--primary,
.slideshow__text-wrapper .button,
.banner__buttons .button,
.product-form__submit.button,
.shopify-payment-button__button--unbranded{
  background: var(--efg-btn) !important;
  color: var(--efg-btn-text) !important;
  border: 1px solid var(--efg-btn-border) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.22) !important;
}

/* Hover / focus */
.button--primary:hover,
.slideshow__text-wrapper .button:hover,
.banner__buttons .button:hover,
.product-form__submit.button:hover,
.shopify-payment-button__button--unbranded:hover{
  background: var(--efg-btn-hover) !important;
  transform: translateY(-1px);
}

/* Mantener accesibilidad (focus visible) */
.button--primary:focus-visible,
.slideshow__text-wrapper .button:focus-visible,
.banner__buttons .button:focus-visible,
.product-form__submit.button:focus-visible,
.shopify-payment-button__button--unbranded:focus-visible{
  box-shadow: 0 0 0 0.25rem rgba(16,56,97,.35), 0 10px 28px rgba(0,0,0,.22) !important;
}
/* === Elite Fitness Gears CTA Button (Dawn) === */
:root{
  --efg-cta-bg: #0B1E3B;
  --efg-cta-bg-hover: #112B55;
  --efg-cta-text: #FFFFFF;
  --efg-cta-accent: #C8A24A;
}

/* Primary buttons (Add to cart, Shop now, etc.) */
.button--primary,
.product-form__submit,
.shopify-payment-button__button--unbranded{
  background: var(--efg-cta-bg) !important;
  color: var(--efg-cta-text) !important;
  border: 1px solid rgba(200,162,74,.55) !important; /* dorado suave */
}

/* Hover */
.button--primary:hover,
.product-form__submit:hover,
.shopify-payment-button__button--unbranded:hover{
  background: var(--efg-cta-bg-hover) !important;
  border-color: rgba(200,162,74,.85) !important;
}

/* Focus (accesible) */
.button--primary:focus-visible,
.product-form__submit:focus-visible,
.shopify-payment-button__button--unbranded:focus-visible{
  outline: 2px solid var(--efg-cta-accent) !important;
  outline-offset: 3px;
}

/* Si el botón del slideshow es el que quieres igualar */
.slideshow__text-wrapper .button{
  background: var(--efg-cta-bg) !important;
  color: var(--efg-cta-text) !important;
  border: 1px solid rgba(200,162,74,.55) !important;
}
.slideshow__text-wrapper .button:hover{
  background: var(--efg-cta-bg-hover) !important;
  border-color: rgba(200,162,74,.85) !important;
}
/* ==========================
   EFG - CTA Button Color (Dawn)
   Pegar al FINAL de assets/base.css
   ========================== */

:root{
  --efg-cta: #0B1E3A;        /* navy premium */
  --efg-cta-hover: #12335D;  /* hover */
  --efg-cta-text: #FFFFFF;
}

/* Botones principales (Shop Now / Buy now / Add to cart / Checkout buttons) */
.button,
.button--primary,
.product-form__submit,
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded,
.banner__buttons .button,
.slideshow__text .button,
.slideshow__text-wrapper .button,
.rich-text__buttons .button,
.multicolumn-card__info .button{
  background: var(--efg-cta) !important;
  color: var(--efg-cta-text) !important;
  border-color: var(--efg-cta) !important;
}

/* Hover */
.button:hover,
.button--primary:hover,
.product-form__submit:hover,
.shopify-payment-button__button:hover,
.shopify-payment-button__button--unbranded:hover,
.banner__buttons .button:hover,
.slideshow__text .button:hover{
  background: var(--efg-cta-hover) !important;
  border-color: var(--efg-cta-hover) !important;
}

/* Asegura que el texto interno del botón quede blanco */
.button span,
.button--primary span,
.product-form__submit span{
  color: var(--efg-cta-text) !important;
}
/* ===== HERO (Homepage) button — Carbon black + gold border (Dawn) ===== */
body.template-index .slideshow__text-wrapper .button,
body.template-index .slideshow__text-wrapper .button--primary,
body.template-index .slideshow__text-wrapper .banner__buttons .button {
  background: #0b0d0f !important;          /* negro carbón */
  color: #ffffff !important;
  border: 2px solid #c8a24a !important;    /* dorado elegante */
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.28) !important;
  letter-spacing: .4px;
}

/* Hover */
body.template-index .slideshow__text-wrapper .button:hover,
body.template-index .slideshow__text-wrapper .button--primary:hover,
body.template-index .slideshow__text-wrapper .banner__buttons .button:hover {
  background: #111418 !important;
  border-color: #e0c06a !important;
  transform: translateY(-1px);
}

/* Focus (teclado) */
body.template-index .slideshow__text-wrapper .button:focus-visible,
body.template-index .slideshow__text-wrapper .button--primary:focus-visible,
body.template-index .slideshow__text-wrapper .banner__buttons .button:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(200,162,74,.35), 0 10px 24px rgba(0,0,0,.28) !important;
}
/* ===============================
   HERO (Slideshow) CTA button
   Negro carbón + borde dorado
   =============================== */

#MainContent .slideshow .banner__buttons .button,
#MainContent .slideshow .slideshow__text-wrapper .button,
#MainContent .slideshow a.button.button--primary {
  background-color: #0b0b0b !important;   /* negro carbón */
  color: #ffffff !important;
  border: 2px solid #d4af37 !important;  /* dorado elegante */
  box-shadow: 0 10px 24px rgba(0,0,0,.35) !important;
  border-radius: 14px !important;
}

/* Hover */
#MainContent .slideshow .banner__buttons .button:hover,
#MainContent .slideshow .slideshow__text-wrapper .button:hover,
#MainContent .slideshow a.button.button--primary:hover {
  background-color: #111111 !important;
  border-color: #f2d27a !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.45) !important;
  transform: translateY(-1px);
}

/* Focus (accesibilidad) */
#MainContent .slideshow .banner__buttons .button:focus-visible,
#MainContent .slideshow .slideshow__text-wrapper .button:focus-visible,
#MainContent .slideshow a.button.button--primary:focus-visible {
  outline: 2px solid #d4af37 !important;
  outline-offset: 3px !important;
}
/* ===== FIX: controles del slider de Reviews no deben tapar el texto ===== */
#shopify-section-template--26395232731506__main .slideshow__controls{
  position: static !important;   /* deja de flotar encima */
  margin-top: 7px !important;   /* separa del contenido */
  justify-content: center;
  gap: 5px;
}

/* Dale “espacio de seguridad” al texto del review */
#shopify-section-template--26395232731506__main [class*="review-item__review-item__text"]{
  padding-bottom: 10px !important;
}

/* (Opcional) que los dots no queden gigantes */
#shopify-section-template--26395232731506__main .slideshow__controls .slider-counter__link{
  transform: none !important;
}
/* ===== Reviews: controles (dots/flechas) abajo, sin tapar texto ===== */
#shopify-section-template--26395232731506__main .review-item {
  position: relative !important;
  padding-bottom: 56px !important; /* reserva espacio para los controles */
}

/* Si tu tema usa otra clase interna, igual cubrimos varios casos */
#shopify-section-template--26395232731506__main [class*="review-item__"],
#shopify-section-template--26395232731506__main .review-item__review-item {
  position: relative !important;
}

/* Controles centrados abajo dentro del review */
#shopify-section-template--26395232731506__main .review-item .slideshow__controls {
  position: absolute !important;
  left: 0% !important;
  transform: translateX(0%) !important;
  bottom: 6px !important;
  margin: 0 !important;
  z-index: 5 !important;
}

/* Por si el bloque del texto no está tomando el padding */
#shopify-section-template--26395232731506__main .review-item__review-item__text,
#shopify-section-template--26395232731506__main .review-item__text {
  padding-bottom: 10px !important;
}
/* ================================
   FIX: Reviews controls (arrows + dots) not covering text
   Works on product pages only
================================= */
body.template-product .slideshow__controls.slider-buttons {
  position: static !important;      /* stops floating over text */
  inset: auto !important;
  transform: none !important;
  margin-top: 14px !important;      /* space from the review text */
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

/* Make sure the review content doesn't "reserve" weird space */
body.template-product .slideshow__slide {
  height: auto !important;
  min-height: 0 !important;
  align-items: start !important;
}

/* If your theme uses an overlay/absolute wrapper, neutralize it */
body.template-product .slideshow__controls.slider-buttons.no-js-hidden {
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}

/* Mobile: center the controls and avoid pushing into next section */
@media (max-width: 749px) {
  body.template-product .slideshow__controls.slider-buttons {
    justify-content: center;
    margin-top: 12px !important;
  }
}
/* Pull controls closer if the column is very tall */
body.template-product .slideshow__controls.slider-buttons {
  margin-bottom: 0 !important;
}
/* Optional: move the controls up a bit (tune -10px to -40px) */
@media (min-width: 750px) {
  body.template-product .slideshow__controls.slider-buttons {
    margin-top: -10px !important;
  }
}
/* Hide ONLY the dots/circles inside slideshow controls */
.slideshow__controls .slider-counter,
.slideshow__controls .slider-counter__link,
.slideshow__controls .slider-counter__link--dots,
.slideshow__controls .slider-counter--dots {
  display: none !important;
}
/* Reviews slider controls: move arrows to the right on mobile */
@media (max-width: 749px) {
  .review-item {
    position: relative;
  }

  .review-item .slideshow__controls.slider-buttons{
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: auto;
  width: 100%;
  justify-content: flex-end;
  padding-right: 12px;
  z-index: 20;
}
@media (max-width: 749px) {

  /* el slider de reviews */
  .review-items-container slideshow-component{
    position: relative !important;
  }

  /* controles (flechas + puntos) */
  .review-items-container
  .slideshow__controls.slider-buttons.no-js-hidden.slideshow__controls--border-radius-mobile{
    position: absolute !important;
    right: 18px !important;
    left: auto !important;
    bottom: 10px !important;
    width: auto !important;
    justify-content: flex-end !important;
    z-index: 50 !important;
  }

  /* opcional: separa un poco las flechas */
  .review-items-container
  .slideshow__controls.slider-buttons .slider-button{
    margin-left: 8px !important;
  }
}
/* Home: quita el espacio arriba del primer bloque (tu hero) */
body.template-index #MainContent > .shopify-section:first-child {
  margin-top: 0 !important;
}

body.template-index #MainContent > .shopify-section:first-child .section {
  padding-top: 0 !important;
}
/* Quitar espacio entre header/ticker y la 1ª sección (hero) */
.template-index #MainContent > .shopify-section:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Por si tu hero es ds_slideshow (tu caso en el inspector) */
.template-index #MainContent section[id*="__ds_slideshow"]{
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* Reviews/Testimonios: centrar flechas y reducir espacios en mobile */
@media (max-width: 749px){
  /* Controles del slider (flechas) */
  .shopify-section[id*="__ds_testimonials"] .slideshow__controls.slider-buttons,
  .shopify-section[id*="__testimonials"] .slideshow__controls.slider-buttons {
    justify-content: center !important;
    margin: 8px 0 0 !important;   /* menos espacio arriba */
    padding: 0 !important;
    gap: 10px !important;
  }

  /* Si el bloque del slider deja "aire" debajo */
  .shopify-section[id*="__ds_testimonials"] .slideshow,
  .shopify-section[id*="__testimonials"] .slideshow {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
/* HOME: quitar espacio extra del slideshow (solo portada) */
@media screen and (max-width: 749px) {
  body.template-index #Slider-template--26395232239986__ds_slideshow_jhiiyq::before,
  body.template-index #Slider-template--26395232239986__ds_slideshow_jhiiyq .media::before {
    padding-bottom: 90% !important; /* prueba 110%, 100%, 90% hasta que quede perfecto */
  }
}
body.template-index #shopify-section-template--26395232239986__ds_slideshow_jhiiyq {
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 749px){
  body.template-index #MainContent{
    padding-top: 0 !important;
  }
}
@media (max-width: 749px){
  body.template-index #shopify-section-template--26395232239986__ds_slideshow_jhiiyq{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
/* Hero: mejora legibilidad de texto encima del video */
.hero-video-wrap {
  position: relative;
  overflow: hidden;
}

/* overlay general oscuro */
.hero-video-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45); /* ajusta 0.35–0.6 */
  z-index: 1;
}

/* degradado adicional para el lado del texto (derecha) */
.hero-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 60% at 70% 50%, rgba(0,0,0,.55) 0%, rgba(0,0,0,0) 60%);
  z-index: 1;
}

/* asegúrate que el contenido quede arriba del overlay */
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-title { 
  color:#fff; 
  font-weight:700;
  letter-spacing:-0.02em;
}

.hero-subtitle {
  color: rgba(255,255,255,.78);
}

.hero-kicker {
  color:#7DD3FC; /* acento */
  text-transform: uppercase;
  letter-spacing:.18em;
  font-weight:600;
  font-size: 12px;
}

.hero-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  color:#fff;
}
.hero-card p { color: rgba(255,255,255,.78); }
.hero-ring {
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.55));
}

.hero-ring::after{
  content:"";
  position:absolute;
  inset:-20px;
  background: radial-gradient(circle at 55% 60%, rgba(34,197,94,.18), rgba(0,0,0,0) 60%);
  pointer-events:none;
}
/* =========================
   ELITE HERO (Premium Tech)
   ========================= */

/* 1) Ajusta estos colores una sola vez */
.efs-hero{
  --efs-accent: #39E6FF;
  --efs-text: rgba(255,255,255,.94);
  --efs-muted: rgba(255,255,255,.72);
  --efs-panel: rgba(10,14,20,.55);
  --efs-border: rgba(255,255,255,.14);
  --efs-shadow: 0 18px 60px rgba(0,0,0,.45);

  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--efs-text);
}

/* 2) Títulos premium */
.efs-hero h1,
.efs-hero .hero-title{
  font-family: Sora, Inter, system-ui, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--efs-text);
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}

/* 3) Texto y subtítulos legibles */
.efs-hero p,
.efs-hero .hero-subtitle{
  color: var(--efs-muted);
  line-height: 1.55;
}

/* 4) Palabra acento (ej: "invisible") */
.efs-hero .accent{
  color: var(--efs-accent);
  text-shadow: 0 0 18px rgba(57,230,255,.18);
}

/* 5) Panel izquierdo (para que se lea siempre) */
.efs-hero .hero-panel{
  background: linear-gradient(180deg, rgba(10,14,20,.62), rgba(10,14,20,.46));
  border: 1px solid var(--efs-border);
  box-shadow: var(--efs-shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 18px;
}

/* 6) Tarjetas derecha (más premium) */
.efs-hero .feature-card{
  background: rgba(10,14,20,.50);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 35px rgba(0,0,0,.30);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
}
.efs-hero .feature-card strong{
  font-family: Sora, Inter, system-ui, sans-serif;
  color: rgba(255,255,255,.94);
}

/* 7) Botones más “premium” */
.efs-hero .btn-primary{
  background: rgba(57,230,255,.18);
  border: 1px solid rgba(57,230,255,.45);
  color: rgba(255,255,255,.92);
  box-shadow: 0 10px 28px rgba(0,0,0,.30);
  border-radius: 999px;
}
.efs-hero .btn-primary:hover{
  background: rgba(57,230,255,.26);
}

.efs-hero .btn-secondary{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.88);
  border-radius: 999px;
}
.efs-hero .btn-secondary:hover{
  background: rgba(255,255,255,.10);
}

/* 8) Accesibilidad: si el usuario tiene reduce motion */
@media (prefers-reduced-motion: reduce){
  .efs-hero *{
    animation: none !important;
    transition: none !important;
  }
}
/* =========================
   ELITE FITNESS GEARS — 3-COLOR SYSTEM
   Colors: Black / White / Gray
   Paste at END of base.css (or theme.css)
   ========================= */

:root{
  --efg-black: #0B0B0F;
  --efg-white: #FFFFFF;
  --efg-gray:  #E6E8EC; /* único gris (fondos suaves) */
}

/* ---- Global base ---- */
html, body{
  background: var(--efg-white) !important;
  color: var(--efg-black) !important;
}

/* Tipografía premium (limpia). Si tu tema ya carga Inter, la usa; si no, cae a system */
body, button, input, select, textarea{
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif !important;
  letter-spacing: -0.01em;
}

/* Títulos más premium */
h1, h2, h3, h4, h5, h6{
  color: var(--efg-black) !important;
  letter-spacing: -0.02em;
}

/* Links */
a{
  color: var(--efg-black) !important;
  text-decoration-color: rgba(11,11,15,.25);
}
a:hover{
  text-decoration-color: rgba(11,11,15,.5);
}

/* ---- Section backgrounds (reduce “desorden”) ---- */
section, .shopify-section{
  background: transparent;
}
.shopify-section:nth-of-type(even){
  background: var(--efg-white);
}
.shopify-section:nth-of-type(odd){
  background: var(--efg-white);
}

/* Si tienes secciones que quieras con gris, aplica manualmente clase "efg-gray" en Custom Liquid */
.efg-gray{ background: var(--efg-gray) !important; }

/* ---- Header / Announcement ---- */
.announcement-bar, .announcement, .announcement-bar__message{
  background: var(--efg-black) !important;
  color: var(--efg-white) !important;
}
.announcement-bar a{
  color: var(--efg-white) !important;
}

header, .header, .site-header{
  background: var(--efg-white) !important;
  color: var(--efg-black) !important;
  border-bottom: 1px solid rgba(11,11,15,.10) !important;
}

/* Menu items */
.header__menu-item, nav a, .list-menu__item{
  color: var(--efg-black) !important;
}

/* ---- Buttons (unifica TODO) ---- */
button, .button, .btn, .shopify-payment-button__button{
  background: var(--efg-black) !important;
  color: var(--efg-white) !important;
  border: 1px solid var(--efg-black) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  transition: transform .15s ease, opacity .15s ease, background .15s ease;
}

button:hover, .button:hover, .btn:hover, .shopify-payment-button__button:hover{
  opacity: .92;
  transform: translateY(-1px);
}

/* Botón secundario (outline) */
.button--secondary, .btn--secondary, .is-secondary,
.shopify-payment-button__more-options{
  background: transparent !important;
  color: var(--efg-black) !important;
  border: 1px solid rgba(11,11,15,.35) !important;
}

.button--secondary:hover, .btn--secondary:hover,
.shopify-payment-button__more-options:hover{
  background: rgba(11,11,15,.04) !important;
}

/* ---- Cards / Boxes / “glass” ---- */
.card, .product-card, .rte, .featured-collection .card,
.multicolumn-card, .collapsible-content, .accordion,
.testimonial, .review, .grid__item > div{
  background: var(--efg-white) !important;
  color: var(--efg-black) !important;
  border: 1px solid rgba(11,11,15,.10) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 30px rgba(11,11,15,.08) !important;
}

/* “Pills”/chips/badges */
.badge, .price__badge-sale, .price__badge-sold-out, .tag, .chip{
  background: var(--efg-black) !important;
  color: var(--efg-white) !important;
  border: 1px solid var(--efg-black) !important;
}

/* ---- Forms ---- */
input, select, textarea{
  background: var(--efg-white) !important;
  color: var(--efg-black) !important;
  border: 1px solid rgba(11,11,15,.18) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}
input::placeholder, textarea::placeholder{
  color: rgba(11,11,15,.55) !important;
}

/* Newsletter section / big gray blocks (como tu captura) */
.newsletter, .newsletter-form, .email-signup-banner, .footer__content-top{
  background: var(--efg-gray) !important;
  color: var(--efg-black) !important;
  border-top: 1px solid rgba(11,11,15,.08) !important;
  border-bottom: 1px solid rgba(11,11,15,.08) !important;
}

/* ---- Footer ---- */
footer, .footer{
  background: var(--efg-white) !important;
  color: rgba(11,11,15,.85) !important;
  border-top: 1px solid rgba(11,11,15,.10) !important;
}
footer a, .footer a{
  color: rgba(11,11,15,.85) !important;
}

/* ---- Remove random theme accents (azules/verdes) ---- */
*[style*="color: rgb("],
*[style*="background-color: rgb("]{
  /* no tocamos inline fuerte, pero reduce casos */
}

/* Dawn theme helpers (si tu tema es Dawn o similar) */
.color-background-1, .color-background-2, .color-background-3,
.gradient{
  background: var(--efg-white) !important;
}
.color-foreground, .color-text, .caption, .subtitle{
  color: rgba(11,11,15,.80) !important;
}

/* Accentos (como tu celeste “invisible”) → lo convertimos a negro */
em, .accent, .highlight, .text-accent{
  color: var(--efg-black) !important;
}

/* ---- Optional: cleaner section titles ---- */
.section-header__title, .title, .h1, .h2{
  color: var(--efg-black) !important;
}

/* ---- Motion safety ---- */
@media (prefers-reduced-motion: reduce){
  *{ transition: none !important; animation: none !important; }
}
/* =========================
   HERO: MOBILE FIX (premium)
   ========================= */
.efg-hero .efg-kicker,
.efg-hero .efg-title,
.efg-hero .efg-subtitle,
.efg-hero .efg-card__title,
.efg-hero .efg-card__text{
  color: var(--txt) !important;
}

.efg-hero .efg-subtitle{ color: var(--muted) !important; }

/* Botón siempre legible en mobile */
.efg-hero .efg-btn,
.efg-hero .efg-btn:visited{
  color: var(--txt) !important;
}

/* Si quieres 100% monocromo, cambia el "accent" a blanco/gris */
.efg-hero{
  --accent: #EDEDED;
  --accent2: #BDBDBD;
}

/* “invisible” más elegante (sin neón) */
.efg-hero .efg-accent{
  background: linear-gradient(90deg, #FFFFFF, #D6D6D6);
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent !important;
}

/* Layout mobile: evita que el anillo quede cortado y mejora proporciones */
@media (max-width: 749px){
  .efg-hero{
    min-height: 92vh;                 /* ocupa casi toda la pantalla */
  }

  .efg-hero__container{
    align-items: flex-start;
    padding: 18px 16px 22px;
  }

  .efg-hero__grid{
    gap: 14px;
  }

  .efg-hero__left{
    padding: 18px 16px;
    border-radius: 18px;
  }

  .efg-title{
    font-size: 34px !important;
    line-height: 1.05;
  }

  .efg-subtitle{
    font-size: 14.5px !important;
  }

  /* Centro: ring más arriba y sin cortar */
  .efg-hero__center{
    min-height: 240px;
    margin-top: 6px;
    margin-bottom: 8px;
  }

  .efg-ring{
    width: min(420px, 88vw);
    max-width: 88vw;
    animation: efgFloat 4.8s ease-in-out infinite;
  }

  .efg-ringHalo{
    width: min(520px, 96vw);
  }

  /* Cards derecha: full width y más clean */
  .efg-hero__right{
    gap: 10px;
  }
  .efg-card{
    border-radius: 16px;
    padding: 12px 12px;
  }

  /* Botón: full width para look premium */
  .efg-cta-row{
    gap: 10px;
  }
  .efg-hero .efg-btn--primary{
    width: 100%;
    height: 46px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(12px);
  }
}
/* =========================
   FIX: “white cards” overlapped on MOBILE
   ========================= */
@media (max-width: 749px){

  /* Asegura fondo de página limpio */
  html, body{
    background: #ffffff !important;
  }

  /* Quita estilo “tarjeta” aplicado por error a wrappers globales */
  header, .header-wrapper, .announcement-bar, .shopify-section,
  main, #MainContent, .content-for-layout, .page-width,
  footer, .footer, .footer__content-top, .footer__content-bottom{
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
  }

  /* Si tu tema usa .gradient como fondo de sección */
  .shopify-section > .gradient,
  .shopify-section > .page-width{
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  /* Evita “superposición” por márgenes raros */
  .shopify-section{
    position: relative !important;
    z-index: auto !important;
  }
}
/* Fix: evitar “tarjetas blancas” sobre esquemas en mobile */
@media (max-width: 749px){
  /* quita fondos tipo card en secciones comunes */
  .multicolumn-card,
  .testimonial-card,
  .rich-text__blocks,
  .newsletter__wrapper,
  .footer__content-top,
  .footer__blocks-wrapper,
  .card,
  .content-container {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }
}
/* ================================
   EFG — Mobile clean / premium UI
   Removes “weird outlines” (borders/shadows/cards)
   ================================ */

@media (max-width: 749px){

  /* 1) Fondo general blanco sólido (sin “bloques” encima) */
  html, body,
  .content-for-layout,
  .shopify-section,
  .page-width {
    background: #fff !important;
  }

  /* 2) Quitar bordes + sombras “tipo tarjeta” en secciones y wrappers comunes */
  .card,
  .multicolumn-card,
  .rich-text__wrapper,
  .newsletter__wrapper,
  .image-with-text__media,
  .image-with-text__content,
  .slideshow__text-wrapper,
  .testimonial,
  .footer__content-top,
  .footer__content-bottom,
  .product__media-wrapper,
  .product-media-container,
  .media,
  .rte,
  .accordion,
  .collapsible-content,
  .collapsible-content__wrapper {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    background: transparent !important;
  }

  /* 3) Imágenes de producto y miniaturas: sin marco ni borde marcado */
  .product__media,
  .product__media img,
  .thumbnail,
  .thumbnail img,
  .product__media-item,
  .product__media-list,
  .thumbnail-list__item {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    background: transparent !important;
  }

  /* Mantén un “activo” sutil (si no quieres ninguno, elimina este bloque) */
  .thumbnail[aria-current="true"],
  .thumbnail.is-active {
    box-shadow: 0 0 0 2px rgba(11, 27, 47, 0.14) !important;
    border-radius: 14px !important;
  }

  /* 4) Inputs / Select / Quantity: estilo limpio sin contornos fuertes */
  .field__input,
  .select__select,
  select,
  textarea,
  .quantity__input,
  .quantity__button {
    border: 1px solid rgba(17,17,17,0.10) !important;
    box-shadow: none !important;
    outline: none !important;
    background: #fff !important;
    border-radius: 14px !important;
  }

  /* 5) Variantes (tamaños): quita bordes gruesos/sombras y deja selección limpia */
  .product-form__input input[type="radio"] + label,
  .product-form__input input[type="checkbox"] + label {
    border: 1px solid rgba(17,17,17,0.10) !important;
    box-shadow: none !important;
    background: #fff !important;
  }

  .product-form__input input[type="radio"]:checked + label,
  .product-form__input input[type="checkbox"]:checked + label {
    border-color: #0B1B2F !important; /* tu azul oscuro */
    box-shadow: none !important;
    background: #fff !important;
  }

  /* 6) Focus (accesible pero premium, sin “aro” feo) */
  .field__input:focus-visible,
  .select__select:focus-visible,
  select:focus-visible,
  textarea:focus-visible,
  .quantity__input:focus-visible,
  .quantity__button:focus-visible,
  .product-form__input input:focus-visible + label {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(11, 27, 47, 0.14) !important;
  }

  /* 7) Si el tema está aplicando “color schemes” con fondo gris/contorno en mobile */
  .color-background-1,
  .color-background-2,
  .color-background-3,
  .gradient {
    background: #fff !important;
  }

  /* 8) Separadores/líneas suaves fuera */
  hr,
  .section-header,
  .header-wrapper,
  .border,
  .divider {
    box-shadow: none !important;
  }
}
/* ================================
   FIX: Selected size + quantity controls visible (mobile)
   ================================ */
@media (max-width: 749px){

  /* 1) Botones + / - y caja de cantidad */
  .quantity__button,
  .quantity__input,
  .quantity {
    color: #111 !important;
    background: #fff !important;
  }

  .quantity__button {
    border: 1px solid rgba(17,17,17,0.18) !important;
  }

  .quantity__input {
    border-top: 1px solid rgba(17,17,17,0.18) !important;
    border-bottom: 1px solid rgba(17,17,17,0.18) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    font-weight: 700 !important;
  }

  /* Asegura que los iconos SVG de + / - se vean */
  .quantity__button svg,
  .quantity__button path {
    fill: #111 !important;
    stroke: #111 !important;
  }

  /* 2) Tallas (píldoras) */
  .product-form__input input[type="radio"] + label {
    color: #111 !important;
    background: #fff !important;
    border: 1px solid rgba(17,17,17,0.18) !important;
    box-shadow: none !important;
  }

  .product-form__input input[type="radio"]:checked + label {
    color: #fff !important;
    background: #0B1B2F !important;  /* azul oscuro premium */
    border-color: #0B1B2F !important;
  }

  /* Si el tema usa "swatches" circulares */
  .swatch-input__input + .swatch-input__label,
  .variant-input__button {
    color: #111 !important;
    background: #fff !important;
    border: 1px solid rgba(17,17,17,0.18) !important;
  }
  .swatch-input__input:checked + .swatch-input__label,
  .variant-input__button[aria-pressed="true"] {
    color: #fff !important;
    background: #0B1B2F !important;
    border-color: #0B1B2F !important;
  }
}
/* === FIX: Mobile selectors (Ring Size + Quantity) to match desktop === */
@media (max-width: 749px){

  /* --- Variant pills (Ring Size / options as buttons) --- */
  .product-form__input input[type="radio"] + label,
  variant-radios input[type="radio"] + label,
  variant-selects input[type="radio"] + label{
    border: 1px solid rgba(17,17,17,.25) !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }

  /* Selected pill */
  .product-form__input input[type="radio"]:checked + label,
  variant-radios input[type="radio"]:checked + label,
  variant-selects input[type="radio"]:checked + label{
    border-color: #0b2340 !important;
    background: #0b2340 !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 2px #0b2340 !important; /* look like desktop */
  }

  /* --- Quantity control --- */
  .quantity{
    border: 1px solid rgba(17,17,17,.25) !important;
    border-radius: 12px !important;
    background: #fff !important;
    overflow: hidden;
  }

  .quantity__button{
    color: #111 !important;           /* makes + / - visible */
    opacity: 1 !important;
  }

  .quantity__button svg{
    fill: currentColor !important;    /* forces icon to show */
    opacity: 1 !important;
  }

  .quantity__input{
    color: #111 !important;
    background: transparent !important;
    opacity: 1 !important;
  }

  /* Keep focus clean but not “invisible” */
  .product-form__input input[type="radio"]:focus-visible + label,
  .quantity__button:focus-visible,
  .quantity__input:focus-visible{
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(11,35,64,.25) !important;
  }
}
/* === MOBILE: Quantity igual que desktop (sin bordes duplicados) === */
@media (max-width: 749px){

  /* Contenedor */
  .quantity{
    border: 1px solid rgba(17,17,17,.25) !important;
    border-radius: 8px !important;      /* más “pro” que súper redondo */
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  /* Mata bordes/pseudo-elementos que crean “doble contorno” */
  .quantity::before,
  .quantity::after,
  .quantity__button::before,
  .quantity__button::after{
    content: none !important;
    display: none !important;
  }

  /* Botones - y + */
  .quantity__button{
    border: 0 !important;               /* <- clave: sin borde individual */
    background: transparent !important;
    box-shadow: none !important;
    color: #111 !important;
    opacity: 1 !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
  }

  /* El número */
  .quantity__input{
    border: 0 !important;               /* <- clave: sin borde individual */
    background: transparent !important;
    box-shadow: none !important;
    color: #111 !important;
    opacity: 1 !important;
    height: 44px !important;
    width: 56px !important;
    min-width: 56px !important;
    text-align: center !important;
    font-weight: 600 !important;
  }

  /* Separadores simples (igual a desktop) */
  .quantity__button:first-child{
    border-right: 1px solid rgba(17,17,17,.18) !important;
  }
  .quantity__button:last-child{
    border-left: 1px solid rgba(17,17,17,.18) !important;
  }
}
.efg-health-label{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em;
  opacity: .75;
  margin: 0 0 6px 0;
  text-transform: none; /* si lo quieres normal */
}
/* --- Elite Fitness Gears: Aileron global --- */
:root{
  --efg-font: "aileron", sans-serif;
}

/* texto general */
body{
  font-family: var(--efg-font);
  font-weight: 400;
}

/* formularios/botones */
button, input, textarea, select{
  font-family: inherit;
}


/* títulos */
h1, h2, h3, h4, h5, h6{
  font-family: var(--efg-font) !important;
  font-weight: 400;           /* “fino” como Renpho */
  letter-spacing: -0.25px;    /* ese look apretadito */
}

/* ✅ EFG: SOLO título + precio + precio tachado (gana en mobile/desktop) */
.product__info-container h1,
.product__info-container h1.h1,
.product__info-container .product__title,
.product__info-container .product__title h1 {
  color: #4D4D4D !important;
  -webkit-text-fill-color: #4D4D4D !important;
}

/* Precio actual */
.product__info-container .main-price,
.product__info-container .price-item.price-item--sale,
.product__info-container .price-item.price-item--last {
  color: #4D4D4D !important;
  -webkit-text-fill-color: #4D4D4D !important;
}

/* Precio comparación (tachado) */
.product__info-container .main-compare-price,
.product__info-container s.price-item,
.product__info-container s.price-item.price-item--regular,
.product__info-container .price-item.price-item--regular {
  color: #4D4D4D !important;
  -webkit-text-fill-color: #4D4D4D !important;
}

/* --- Match “Lynx Smart Ring” look (mobile only) --- */
@media (max-width: 749px){
  h1.h1,
  .product__title h1,
  .product-title h1{
    font-family: "Aileron", sans-serif !important;
    font-weight: 400 !important;          /* si aún lo ves grueso: prueba 300 */
    font-size: 28px !important;           /* tu captura muestra 25px; sube para “más alto” */
    line-height: 33.6px !important;
    letter-spacing: -0.25px !important;
    font-synthesis: none !important;      /* evita “bold falso” */
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
}

/* --- FIX DEFINITIVO: Precio en Aileron (gana a reglas del tema) --- */
html body span.price-item,
html body s.price-item,
html body .price-item,
html body .price-item--sale,
html body .price-item--regular,
html body .price-item--last,
html body .main-price,
html body .main-compare-price,
html body span.price-item.price-item--sale.price-item--last.main-price.accent-color-text,
html body s.price-item.price-item--regular.main-compare-price.accent-color-text {
  font-family: var(--efg-font) !important; /* usa tu --efg-font ("aileron") */
  font-weight: 400 !important;
  letter-spacing: -0.25px !important;
}

/* Tabs Product / Features (Renpho-style) */
.media-tabs[data-media-tabs]{
  /* centrado y tamaño tipo Renpho */
  width: min(360px, calc(100% - 2.5rem));
  margin: 16px auto 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 6px;
  border-radius: 999px;

  /* borde sutil (pill) */
  border: 1px solid rgba(11, 31, 59, 0.14);
  background: transparent; /* solo el activo tiene fondo */
  gap: 6px;
}

.media-tab{
  appearance: none;
  -webkit-appearance: none;

  flex: 1 1 0;
  border: 0;
  background: transparent;          /* no seleccionado sin fondo */
  border-radius: 999px;

  padding: 12px 0;
  min-height: 42px;

  font-size: 15px;
  font-weight: 500;                /* parecido Renpho */
  line-height: 1;
  color: rgba(11, 31, 59, 0.92);

  cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}

.media-tab.is-active{
  /* azul marino sutil (no sólido) */
  background: rgba(11, 31, 59, 0.10);
  color: rgba(11, 31, 59, 1);
}

.media-tab:focus-visible{
  outline: 2px solid rgba(11, 31, 59, 0.35);
  outline-offset: 2px;
}

/* Espaciado para que quede como Renpho entre tabs y miniaturas */
.media-tabs[data-media-tabs] + slider-component.thumbnail-slider{
  margin-top: 6px !important;
}

/* Mobile: un poco más compacto, como Renpho */
@media (max-width: 749px){
  .media-tabs[data-media-tabs]{
    width: min(340px, calc(100% - 2rem));
    margin: 12px auto 8px;
    padding: 6px;
  }
  .media-tab{
    min-height: 44px;
    padding: 12px 0;
    font-size: 15px;
  }
}
.media-tabs[data-media-tabs] .media-tab{
  box-shadow: none !important;
  text-transform: none !important;
}

/* ===== Product / Features tabs (Renpho-style) ===== */
media-gallery .media-tabs[data-media-tabs]{
  width: min(360px, calc(100% - 2.5rem));
  margin: 18px auto 14px !important;

  display: flex !important;
  align-items: center;
  justify-content: space-between;

  padding: 6px !important;
  border-radius: 999px;

  border: 1px solid rgba(11, 31, 59, 0.14) !important;
  background: transparent !important;
  gap: 6px;
}

media-gallery .media-tabs[data-media-tabs] .media-tab{
  appearance: none;
  -webkit-appearance: none;

  flex: 1 1 0;
  border: 0 !important;
  background: transparent !important;

  border-radius: 999px !important;
  padding: 12px 0 !important;
  min-height: 44px;

  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1;
  color: rgba(11, 31, 59, 0.92) !important;

  cursor: pointer;
  box-shadow: none !important;
  text-transform: none !important;
  transition: background-color .18s ease, color .18s ease;
}

/* SOLO el seleccionado con fondo (azul marino sutil) */
media-gallery .media-tabs[data-media-tabs] .media-tab.is-active{
  background: rgba(11, 31, 59, 0.10) !important;
  color: rgba(11, 31, 59, 1) !important;
}

/* Espaciado tipo Renpho entre tabs y miniaturas */
media-gallery .media-tabs[data-media-tabs] + slider-component.thumbnail-slider{
  margin-top: 6px !important;
}

@media (max-width: 749px){
  media-gallery .media-tabs[data-media-tabs]{
    width: min(340px, calc(100% - 2rem));
    margin: 12px auto 8px !important;
  }
}
/* ==============================
   EFG: Header transparente SIEMPRE en Home (sin barra blanca inicial)
   Pegar al FINAL de Assets > base.css
================================= */
body.template-index .shopify-section.section-header,
body.index .shopify-section.section-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
}

/* Quita el “espacio/ barra” que queda antes del hero */
body.template-index #MainContent,
body.index #MainContent {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Aplica el look premium tanto en estado normal como sticky */
body.template-index .shopify-section.section-header .header-wrapper,
body.template-index .shopify-section.section-header sticky-header,
body.index .shopify-section.section-header .header-wrapper,
body.index .shopify-section.section-header sticky-header {
  background: rgba(255,255,255,.10) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.18) !important;
}

/* Bordes/gradientes default de Dawn fuera */
body.template-index .header-wrapper--border-bottom,
body.template-index .header-wrapper::after,
body.index .header-wrapper--border-bottom,
body.index .header-wrapper::after {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Menú + íconos visibles desde el inicio (esto te arregla el “solo Home” y el resto desaparecido) */
body.template-index .header__inline-menu,
body.index .header__inline-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.template-index .header__icons,
body.index .header__icons {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Estilo Renpho: barra centrada y redondeada */
@media (min-width: 750px){
  body.template-index .shopify-section.section-header .header-wrapper,
  body.index .shopify-section.section-header .header-wrapper {
    max-width: 1220px;
    margin: 12px auto 0;
    border-radius: 14px;
  }
}
@media (max-width: 749px){
  body.template-index .shopify-section.section-header .header-wrapper,
  body.index .shopify-section.section-header .header-wrapper {
    margin: 8px 10px 0;
    border-radius: 14px;
  }
}

/* Colores para que se lea sobre el video */
body.template-index .header__menu-item,
body.template-index .header__icon,
body.template-index .header__active-menu-item,
body.index .header__menu-item,
body.index .header__icon,
body.index .header__active-menu-item {
  color: rgba(255,255,255,.92) !important;
}
body.template-index .header__icon svg,
body.index .header__icon svg {
  fill: rgba(255,255,255,.92) !important;
}

/* Bloque Estimated shipping */
.estimated-shipping{
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

/* Contenedor del icono */
.estimated-shipping .estimated-shipping__icon{
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Imagen o svg del icono */
.estimated-shipping .estimated-shipping__icon img,
.estimated-shipping .estimated-shipping__icon svg{
  width: 64px !important;
  max-width: 64px !important;
  height: auto !important;
  object-fit: contain !important;
}
@media screen and (max-width: 749px){
  .estimated-shipping .estimated-shipping__icon{
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
  }

  .estimated-shipping .estimated-shipping__icon img,
  .estimated-shipping .estimated-shipping__icon svg{
    width: 80px !important;
    max-width: 80px !important;
  }
}
/* ===== HEADER TRANSPARENTE SOLO EN HOME ===== */
body.template-index .shopify-section-group-header-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

body.template-index .shopify-section-group-header-group .section-header,
body.template-index .shopify-section-group-header-group .header-wrapper,
body.template-index .shopify-section-group-header-group .header {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

body.template-index .header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

body.template-index .header {
  min-height: 84px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.template-index .header__icon,
body.template-index .header__menu-item,
body.template-index .header__active-menu-item,
body.template-index .header__inline-menu a,
body.template-index .header__heading-link,
body.template-index .disclosure__button,
body.template-index .localization-form__select,
body.template-index details-disclosure > details > summary {
  color: #fff !important;
}

body.template-index .header__icon svg,
body.template-index .icon {
  color: #fff !important;
  stroke: currentColor;
}

body.template-index .header__heading-logo {
  filter: brightness(0) invert(1);
}

/* Para que el hero quede pegado arriba */
body.template-index #MainContent {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* ===== FIX HERO MOBILE / IPHONE SAFARI ===== */
@media screen and (max-width: 749px) {
  .elite-home-hero,
  .elite-home-hero__inner,
  .elite-home-hero__content,
  .elite-home-hero .page-width {
    background: transparent !important;
  }

  .elite-home-hero {
    position: relative !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    background: #000 !important;
    overflow: hidden !important;
  }

  .elite-home-hero__media {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #000 !important;
    overflow: hidden !important;
  }

  .elite-home-hero__video,
  .elite-home-hero__image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    background: #000 !important;
    z-index: 0 !important;
  }

  .elite-home-hero__overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background:
      linear-gradient(to bottom, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.28) 20%, rgba(0,0,0,0.52) 100%),
      radial-gradient(circle at center, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.38) 100%) !important;
  }

  .elite-home-hero__inner {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    padding-top: 120px !important;
    padding-bottom: 42px !important;
  }

  .elite-home-hero__content {
    max-width: 92% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .elite-home-hero__brand,
  .elite-home-hero__eyebrow,
  .elite-home-hero__title,
  .elite-home-hero__text {
    color: #fff !important;
  }

  .elite-home-hero__brand {
    font-size: 1.5rem !important;
    margin-bottom: 1.4rem !important;
    letter-spacing: 0.14em !important;
  }

  .elite-home-hero__eyebrow {
    font-size: 0.95rem !important;
    margin-bottom: 0.9rem !important;
    letter-spacing: 0.14em !important;
  }

  .elite-home-hero__title {
    font-size: clamp(3.2rem, 9.5vw, 5rem) !important;
    line-height: 1 !important;
    margin-bottom: 1.2rem !important;
  }

  .elite-home-hero__text {
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
    max-width: 100% !important;
  }

  .elite-home-hero__buttons {
    margin-top: 2.2rem !important;
    display: flex !important;
    justify-content: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
  }

  .elite-home-hero__button {
    min-width: 160px !important;
    padding: 1.25rem 2rem !important;
    border-radius: 999px !important;
    font-size: 1.7rem !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
  }

  .elite-home-hero__button--primary {
    background: #9b7cff !important;
    border: 1px solid #9b7cff !important;
    color: #fff !important;
  }

  .elite-home-hero__button--secondary {
    background: rgba(255,255,255,0.16) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    color: #fff !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }
}

/* Extra fix para iPhone/Safari */
@supports (-webkit-touch-callout: none) {
  .elite-home-hero__video {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
  }
}
/* ===== BOTONES HERO MOBILE MÁS PEQUEÑOS ===== */
@media screen and (max-width: 749px) {
  .elite-home-hero__buttons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0.8rem !important;
    margin-top: 1.8rem !important;
  }

  .elite-home-hero__button {
    min-width: 0 !important;
    width: 44% !important;
    max-width: 170px !important;
    padding: 1.15rem 1.2rem !important;
    font-size: 1.45rem !important;
    line-height: 1.1 !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
  }
}
/* ===== HEADER TRANSPARENTE EN HOME ===== */
body.template-index .shopify-section-group-header-group,
body.template-index .shopify-section-header-sticky,
body.template-index .section-header,
body.template-index .header-wrapper,
body.template-index .header-wrapper--border-bottom,
body.template-index .header {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

body.template-index .shopify-section-group-header-group {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

body.template-index .shopify-section-header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent !important;
  background-color: transparent !important;
}

body.template-index .header-wrapper {
  position: relative !important;
  background: transparent !important;
  background-color: transparent !important;
}

body.template-index .header {
  min-height: 84px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent !important;
  background-color: transparent !important;
}

/* texto e iconos blancos sobre video */
body.template-index .header__heading-link,
body.template-index .header__menu-item,
body.template-index .header__active-menu-item,
body.template-index .header__icon,
body.template-index .header__icon--menu,
body.template-index .list-menu__item,
body.template-index .localization-form__select,
body.template-index .disclosure__button,
body.template-index details summary,
body.template-index .header__inline-menu a {
  color: #fff !important;
}

body.template-index .header__icon svg,
body.template-index .icon,
body.template-index .modal__toggle-open,
body.template-index .modal__toggle-close {
  color: #fff !important;
  stroke: currentColor !important;
}

/* si tu logo es negro y quieres que se vea blanco */
body.template-index .header__heading-logo,
body.template-index .header__heading-logo-wrapper img {
  filter: brightness(0) invert(1);
}


/* evita borde raro inferior en Dawn */
body.template-index .header-wrapper--border-bottom:after,
body.template-index .header:after,
body.template-index .shopify-section-header-sticky:after {
  display: none !important;
  content: none !important;
}
body.template-index #shopify-section-header,
body.template-index [id*="shopify-section-sections"][id*="header"],
body.template-index [class*="header-wrapper"],
body.template-index sticky-header,
body.template-index sticky-header > header,
body.template-index sticky-header .header-wrapper {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
body.template-index .section-header.shopify-section-header-sticky,
body.template-index .section-header.shopify-section-header-sticky .header-wrapper--transparent,
body.template-index .section-header.shopify-section-header-sticky .header-wrapper--transparent .header {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
/* ===== HOME MOBILE: HEADER REALMENTE FLOTANTE SIN FRANJA ===== */
@media screen and (max-width: 749px) {
  body.template-index,
  body.template-index html,
  body.template-index #MainContent {
    margin: 0 !important;
    padding: 0 !important;
    background: #000 !important;
  }

  body.template-index .shopify-section-group-header-group,
  body.template-index #shopify-section-header,
  body.template-index .section-header {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  body.template-index .header-wrapper,
  body.template-index .header-wrapper--transparent {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 60 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
  }

  body.template-index .header {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
  }

  body.template-index .header::before,
  body.template-index .header::after,
  body.template-index .header-wrapper::before,
  body.template-index .header-wrapper::after {
    content: none !important;
    display: none !important;
  }

  body.template-index #MainContent {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.template-index .elite-home-hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-height: 100svh !important;
    background: #000 !important;
  }
}
@media screen and (max-width: 749px) {
  #MainContent > .shopify-section:first-child,
  #MainContent > .shopify-section:first-child > .elite-home-hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: #000 !important;
  }

  #MainContent > .shopify-section:first-child::before,
  #MainContent > .shopify-section:first-child::after {
    content: none !important;
    display: none !important;
  }
}
/* HOME MOBILE: el header sigue blanco, pero el menú lateral vuelve a oscuro */
@media screen and (max-width: 989px) {
  body.template-index .homepage-header-white #menu-drawer,
  body.template-index .homepage-header-white #menu-drawer .menu-drawer__navigation,
  body.template-index .homepage-header-white #menu-drawer .menu-drawer__menu,
  body.template-index .homepage-header-white #menu-drawer .menu-drawer__menu-item,
  body.template-index .homepage-header-white #menu-drawer .menu-drawer__menu-item *,
  body.template-index .homepage-header-white #menu-drawer .menu-drawer__close-button,
  body.template-index .homepage-header-white #menu-drawer .menu-drawer__account,
  body.template-index .homepage-header-white #menu-drawer .list-social__link,
  body.template-index .homepage-header-white #menu-drawer .list-social__link * {
    color: #111 !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  body.template-index .homepage-header-white #menu-drawer {
    background: #fff !important;
  }

  body.template-index .homepage-header-white #menu-drawer .menu-drawer__title {
    color: #111 !important;
  }

  /* Mantener visible el botón cerrar */
  body.template-index .homepage-header-white #menu-drawer .menu-drawer__close-btn,
  body.template-index .homepage-header-white #menu-drawer .menu-drawer__close-menu-btn,
  body.template-index .homepage-header-white #menu-drawer .menu-drawer__close-btn *,
  body.template-index .homepage-header-white #menu-drawer .menu-drawer__close-menu-btn * {
    color: #fff !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }
}
/* HOME MOBILE: mostrar hamburguesa blanca */
@media screen and (max-width: 989px) {
  body.template-index header-drawer {
    display: block !important;
    position: relative !important;
    z-index: 120 !important;
  }

  body.template-index .menu-drawer-container {
    display: flex !important;
    align-items: center !important;
  }

  body.template-index .header__icon--menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    z-index: 121 !important;
  }

  body.template-index .header__icon--menu span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.template-index .header__icon--menu svg,
  body.template-index .header__icon--menu svg * {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    fill: #fff !important;
    stroke: #fff !important;
  }
}
/* Ocultar header solo en páginas de producto */
body.template-product .shopify-section-group-header-group,
body.template-product .section-header,
body.template-product #shopify-section-header {
  display: none !important;
}

/* Quitar espacio superior que deja el header */
body.template-product #MainContent,
body.template-product main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 989px) {
  .slider-button.slider-button--prev,
  .slider-button.slider-button--next {
    background: rgba(240, 240, 240, 0.95) !important;
    color: #1a1a1a !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
  }

  .slider-button.slider-button--prev svg,
  .slider-button.slider-button--next svg,
  .slider-button.slider-button--prev svg *,
  .slider-button.slider-button--next svg * {
    fill: #1a1a1a !important;
    stroke: #1a1a1a !important;
    color: #1a1a1a !important;
  }
}
