/** Shopify CDN: Minification failed

Line 3643:3 Unexpected "!"
Line 7182:19 Unexpected "\"Agregar al carrito\""

**/
: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 !important;
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0 !important;
  }
}

.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: var(--stc-hero-red) !important;
  background-image: none !important;
  
  background-color: #b3002d;
  }

.header-wrapper--border-bottom {
  border-bottom: 0 !important;
  position: relative;
}
.header-wrapper--border-bottom::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-1px;
  height:3px;
  background: var(--stc-hero-red) !important;
  background-image: none !important;
  
  filter: blur(.2px);
  opacity: .9;
  pointer-events:none;
}


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


/* STC: Topbar "Welcome" (announcement/utility bar) */
.announcement-bar, .utility-bar {
  background: #f6c7cf !important; /* pastel rojo */
}
.announcement-bar__message,
.utility-bar__message,
.announcement-bar__message a,
.utility-bar__message a,
.announcement-bar__message span,
.utility-bar__message span {
  color: #3b0b14 !important; /* texto oscuro elegante */
}

/* =========================================================
   STC: Topbar (Announcement/Utility) — Rojo degradado + texto blanco
   ========================================================= */
.announcement-bar, .utility-bar {
  background: linear-gradient(90deg, #7a0012 0%, #b0001e 45%, #7a0012 100%) !important;
}

p0 !important;
  letter-spacing: .2px !important;
  padding: 10px 12px !important;
  line-height: 1.2 !important;
}

.announcement-bar__message a,
.utility-bar__message a,
.announcement-bar__message span,
.utility-bar__message span {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Animación suave al cambiar texto */
.stc-rotating {
  display: inline-block;
  transition: opacity .25s ease;
}
.stc-rotating.is-out { opacity: 0; }
.stc-rotating.is-in  { opacity: 1; }

/* En móvil: que no se vea apretado */
@media (max-width: 749px){
  .announcement-bar__message,
  .utility-bar__message {
    font-size: 13px !important;
  }
}





/* STC_ANNOUNCE_START */
/* Announcement/Utility bar — MÁS ROJO (burdeos) + texto blanco legible */
.announcement-bar,
.utility-bar {
  background: linear-gradient(90deg,
    #4a0010 0%,
    #7b001a 35%,
    #a10024 60%,
    #6b0018 100%
  ) !important;
}

/* Texto / links blancos (bien visibles) */
.announcement-bar__message,
.utility-bar__message,
.announcement-bar__message a,
.utility-bar__message a,
.announcement-bar__message span,
.utility-bar__message span {
  color: rgba(255,255,255,0.97) !important;
}

/* Sombra suave para que NO se pierda encima del rojo */
.announcement-bar__message,
.utility-bar__message {
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* Íconos blancos */
.announcement-bar svg,
.utility-bar svg {
  fill: rgba(255,255,255,0.97) !important;
}
/* STC_ANNOUNCE_END */


/* STC_ANNOUNCEMENT_BLACK_START */
/* Línea superior (textos rotativos) NEGRA cómoda, borde a borde */
.utility-bar,
.utility-bar.color-background-1,
.utility-bar.color-background-2,
.utility-bar.color-inverse,
.utility-bar.color-accent-1,
.utility-bar.color-accent-2 {
  background: #111 !important;
  background-image: none !important;
  color: #fff !important;
}

/* Quitar bordes/lineas raras */
.utility-bar--bottom-border,
.utility-bar--bottom-border-social-only {
  border-bottom: 0 !important;
}

/* Texto y links en blanco, sin cajitas */
.utility-bar a,
.utility-bar p,
.utility-bar span,
.utility-bar small {
  color: #fff !important;
  background: transparent !important;
}

/* Iconos en blanco */
.utility-bar .icon,
.utility-bar svg,
.utility-bar svg path {
  fill: #fff !important;
  stroke: #fff !important;
}

/* Altura estándar (no alta) y centrado */
.utility-bar__grid,
.utility-bar__grid .announcement-bar__message,
.utility-bar .announcement-bar__message {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  min-height: 0 !important;
  line-height: 1.2 !important;
}

/* STC_ANNOUNCEMENT_BLACK_END */

/* STC_TOPBAR_FORCE_START */
/* SOLO barra superior (announcement / utility bar): NEGRA + texto blanco */
#shopify-section-announcement-bar,
#shopify-section-announcement-bar .utility-bar,
#shopify-section-announcement-bar .announcement-bar,
.utility-bar,
.announcement-bar {
  background-color: #0f0f10 !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

#shopify-section-announcement-bar a,
#shopify-section-announcement-bar p,
#shopify-section-announcement-bar span,
#shopify-section-announcement-bar small,
.utility-bar a,
.utility-bar p,
.utility-bar span,
.utility-bar small {
  color: #ffffff !important;
  background: transparent !important;
}

#shopify-section-announcement-bar svg,
#shopify-section-announcement-bar svg path,
.utility-bar svg,
.utility-bar svg path {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

/* altura estándar, angosta */
#shopify-section-announcement-bar .utility-bar__grid,
#shopify-section-announcement-bar .announcement-bar__message,
.utility-bar__grid,
.announcement-bar__message {
  padding: 6px 12px !important;
  line-height: 1.2 !important;
  min-height: 0 !important;
}
/* STC_TOPBAR_FORCE_END */


/* STC FIX — Header + Módulo 1: mismo color sólido (no degradado) */
:root { --stc-solid-burgundy: #7a001f; }

/* NO tocar la barra superior (announcement / utility-bar) */

/* Fondo del menú/header */
.header-wrapper.gradient,
.header-wrapper {
  background: var(--stc-solid-burgundy) !important;
  background-image: none !important;
  background-attachment: initial !important;
}

/* Módulo 1 (stc_hero_b2b) y cualquier wrapper con .gradient adentro */
#shopify-section-stc_hero_b2b,
#shopify-section-stc_hero_b2b.gradient,
#shopify-section-stc_hero_b2b .gradient {
  background: var(--stc-solid-burgundy) !important;
  background-image: none !important;
  background-attachment: initial !important;
}

/* =========================
   STC — Header icons pastel claro (sin tocar utility-bar/announcement)
   ========================= */
:root{
  --stc-header-ink: rgba(255,255,255,.92);   /* blanco suave */
  --stc-header-ink-2: rgba(255,235,242,.92); /* pastel rosita MUY suave */
}

/* Solo header, NO utility-bar */
.header-wrapper,
.header-wrapper.gradient{
  color: var(--stc-header-ink) !important;
}

/* Links del header */
.header-wrapper .header__menu-item,
.header-wrapper .header__heading-link,
.header-wrapper .header__active-menu-item,
.header-wrapper a{
  color: var(--stc-header-ink) !important;
}

/* Íconos: svg por stroke/fill */
.header-wrapper .header__icon,
.header-wrapper .header__icon svg,
.header-wrapper .icon,
.header-wrapper .icon svg{
  color: var(--stc-header-ink) !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Si querés un “toque rosita” solo en íconos (queda elegante) */
.header-wrapper .header__icon svg{
  color: var(--stc-header-ink-2) !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Evita que algún background raro del header meta degradados encima */
.header-wrapper.gradient{
  background-image: none !important;
}

/* =========================
   STC — Header ink blanco-rosado (NO tocar utility-bar)
   ========================= */
:root{
  --stc-header-ink: rgba(255,235,242,.92);
  --stc-header-ink-strong: rgba(255,240,246,.96);
}

/* Solo header wrapper */
.header-wrapper,
.header-wrapper.gradient{
  color: var(--stc-header-ink) !important;
}

/* Links y texto del header */
.header-wrapper .header__menu-item,
.header-wrapper .header__heading-link,
.header-wrapper .header__active-menu-item,
.header-wrapper a{
  color: var(--stc-header-ink) !important;
}

/* Íconos (svg) */
.header-wrapper .header__icon,
.header-wrapper .header__icon svg,
.header-wrapper .icon,
.header-wrapper .icon svg{
  color: var(--stc-header-ink) !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Opcional: si el logo del HEADER es texto (no imagen), lo dejamos “más pro” */
.header-wrapper .header__heading .h2{
  color: var(--stc-header-ink-strong) !important;
}

/* =========================
   STC — Header: iconos blanco-rosado + logo blanco con overlay degradado
   (NO tocar .utility-bar)
   ========================= */
:root{
  --stc-header-ink: rgba(255,235,242,.92);
  --stc-header-ink-strong: rgba(255,240,246,.96);
  --stc-header-logo-grad: linear-gradient(135deg, #ff1e63 0%, #ff3c7e 45%, #ff5aa0 100%);
}

/* Texto/links del header */
.header-wrapper,
.header-wrapper.gradient{
  color: var(--stc-header-ink) !important;
}
.header-wrapper .header__menu-item,
.header-wrapper .header__heading-link,
.header-wrapper .header__active-menu-item,
.header-wrapper a{
  color: var(--stc-header-ink) !important;
}

/* Íconos SVG del header */
.header-wrapper .header__icon,
.header-wrapper .header__icon svg,
.header-wrapper .icon,
.header-wrapper .icon svg{
  color: var(--stc-header-ink) !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* LOGO: volverlo blanco (funciona para PNG/JPG/SVG IMG) */
.header__heading-logo{filter:brightness(0) invert(1)!important; opacity:.95;}

/* Overlay degradado encima SOLO del área del logo (se ve como logo con degradado) */
.header__heading-link{
  position: relative;
  display: inline-flex;
  align-items: center;
}
/* Ajuste para que overlay no tape el click (ya tiene pointer-events none) y no se desborde */
.header__heading-logo-wrapper{
  position: relative;
}

/* ===== STC: Separador moderno entre header y módulo 1 ===== */
.header-wrapper {
  position: relative; /* necesario para el pseudo-elemento */
}

/* Línea "premium": doble borde + glow suave */
.header-wrapper::after{
  content:"";
  position:absolute;
  left:0; right:0;
  bottom:-1px;
  height:10px;
  pointer-events:none;
  /* 1) una línea fina clara arriba, 2) glow, 3) línea oscura suave abajo */
  background:
    linear-gradient(to bottom,
      rgba(255,255,255,.18) 0px,
      rgba(255,255,255,.18) 1px,
      rgba(255, 70, 140, .10) 2px,
      rgba(255, 70, 140, .00) 8px,
      rgba(0,0,0,.22) 9px,
      rgba(0,0,0,.00) 10px
    );
  mix-blend-mode: screen;
  opacity: .95;
}

/* En móviles un poquito más sutil */
@media (max-width: 749px){
  .header-wrapper::after{ opacity: .85; height: 8px; }
}

/* =====================================================
   STC: HEADER mismo rojo del HERO + separador pro
   (NO toca .utility-bar)
   ===================================================== */
.header-wrapper,
.header-wrapper.gradient{
  background: #b10f2f !important;
  background-image: none !important;
}

/* Separación entre header y módulo 1 (más visible y moderna) */
.header-wrapper--border-bottom{
  border-bottom: 2px solid rgba(255, 215, 235, .38) !important;
}

/* Un toque de brillo muy sutil abajo del header para dividir mejor */
.header-wrapper::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-1px;
  height:10px;
  pointer-events:none;
  background: var(--stc-hero-red) !important;
  background-image: none !important;
  
}

/* =========================
   STC: HEADER mismo rojo del HERO + separador pro
   ========================= */
:root{
  --stc-hero-red: #b10f2f;
}

.header-wrapper,
.header-wrapper.gradient{
  background: var(--stc-hero-red) !important;
  background-image: none !important;
}

/* dejamos el utility-bar quieto (ya lo tienes negro) */

/* Separador pro (línea más novedosa) entre header y módulo 1 */
.header-wrapper{
  position: relative !important;
}
.header-wrapper--border-bottom{
  border-bottom: 0 !important;
}
.header-wrapper::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,210,228,.55), rgba(255,255,255,0));
  opacity: .95;
  pointer-events:none;
}


/* STC: MENU DRAWER = HERO RED (AUTO) */
:root{ --stc-hero-red:#b10f2f; }

/* SOLO menú lateral (drawer). NO toca la topbar/announcement */
.menu-drawer,
.menu-drawer__inner-container,
.menu-drawer__navigation,
.menu-drawer__submenu {
  background: var(--stc-hero-red) !important;
  color: rgba(255,235,245,.94) !important;
}

/* Links del menú: sin rayas azules + mismo color claro */
.menu-drawer a,
.menu-drawer__menu-item,
.menu-drawer__menu-item--active {
  color: rgba(255,235,245,.94) !important;
  text-decoration: none !important;
}

/* Íconos del drawer (flechas / close / etc) claros */
.menu-drawer svg,
.menu-drawer .icon,
.menu-drawer .icon svg {
  color: rgba(255,214,232,.95) !important;
  fill: currentColor !important;
}

/* Separadores/bordes más suaves dentro del menú */
.menu-drawer * {
  border-color: rgba(255,255,255,.18) !important;
}
/* /STC: MENU DRAWER = HERO RED (AUTO) */


/* STC tweak: reduce header height */
.header__heading-link{ padding:.35rem !important; }
.header__icon,.header__icon--cart .icon{ height:3.6rem !important; width:3.6rem !important; }
.header__icon .svg-wrapper{ width:36px !important; height:36px !important; }

@media (max-width: 749px){
  .header__heading-link{ padding:.25rem !important; }
  .header__icon,.header__icon--cart .icon{ height:3.3rem !important; width:3.3rem !important; }
  .header__icon .svg-wrapper{ width:34px !important; height:34px !important; }
}

/* === FIX Cris: agrandar logo header (override) === */
:root{
  --cris-logo-desktop: 240px;  /* <-- cambia este si quieres más */
  --cris-logo-mobile: 180px;   /* <-- cambia este si quieres más en móvil */
}

.header__heading-logo,
.header__heading-logo-wrapper{
  max-width: var(--cris-logo-desktop) !important;
}

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

@media screen and (max-width: 749px){
  .header__heading-logo,
  .header__heading-logo-wrapper{
    max-width: var(--cris-logo-mobile) !important;
  }
}

/* FORCE mobile account icon (Nezend) */
@media screen and (max-width: 749px){
  .header__icon--account{ display: inline-flex !important; }
}

/* === STC FIX: header dropdown text visible === */
.header__inline-menu .header__menu-item,
.header__inline-menu .header__menu-item span,
.header__inline-menu .header__menu-item svg {
  color: #111 !important;
  fill: #111 !important;
}

.header__submenu,
.header__submenu .header__menu-item,
.header__submenu .header__menu-item span,
.header__submenu .header__menu-item svg {
  color: #111 !important;
  fill: #111 !important;
}
/* === END STC FIX === */

/* === HOTFIX: evitar desborde horizontal por carrusel/slider === */
html, body { overflow-x: hidden !important; width: 100% !important; }

/* defensivo para cualquier carrusel/slider */
.stc-hero-carousel, .stc-carousel, .swiper, .swiper-wrapper, .swiper-slide {
  max-width: 100% !important;
  overflow: hidden !important;
}
.stc-hero-carousel *, .stc-carousel *, .swiper * { box-sizing: border-box !important; }
.stc-hero-carousel img, .stc-carousel img, .swiper img,
.stc-hero-carousel video, .stc-carousel video, .swiper video {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}
/* si algún wrapper quedó usando 100vw, lo amarramos */
.stc-hero-carousel, .stc-carousel { width: 100% !important; }

/* si quedó algún full-bleed raro, esto lo corta */
#MainContent, main, .page-width { overflow-x: clip !important; }

/* =========================================

/* =========================================================

/* =========================================================
   NEZEND — TITULOS PRO v4 (Clean / Editorial / Brand Accent)
   Aplica global: colecciones, producto, páginas, blog
   ========================================================= */
:root{
  --nz-title-accent: #b50b20;
  --nz-title-text: #121212;
}

/* reset + look pro */
.collection-hero__title .title,
.collection-hero__title,
.product__title h1,
.product__title .h1,
.main-page-title,
.page-title,
.article-template__title,
.blog__title,
.section-header__title{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;

  position: relative;
  display: inline-block;
  color: var(--nz-title-text) !important;

  font-family: var(--font-heading-family);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: .02em;

  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

/* Colecciones/categorías */
.collection-hero__title,
.collection-hero__title .title{
  text-transform: uppercase;
  letter-spacing: .085em;
}

/* Accent abajo (NO atraviesa el texto) */
.collection-hero__title::after,
.collection-hero__title .title::after,
.product__title h1::after,
.product__title .h1::after,
.main-page-title::after,
.page-title::after,
.article-template__title::after,
.blog__title::after,
.section-header__title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: min(120px, 40%);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--nz-title-accent), rgba(181,11,32,.18));
  box-shadow: 0 10px 22px rgba(181,11,32,.10);
  pointer-events: none;
}

/* Tamaños pro */
.collection-hero__title,
.collection-hero__title .title{
  font-size: clamp(24px, 4.8vw, 44px);
}

.product__title h1,
.product__title .h1{
  font-size: clamp(22px, 4.2vw, 36px);
}

@media (max-width: 749px){
  .collection-hero__title::after,
  .collection-hero__title .title::after,
  .product__title h1::after,
  .product__title .h1::after,
  .main-page-title::after,
  .page-title::after,
  .article-template__title::after,
  .blog__title::after,
  .section-header__title::after{
    bottom: -8px;
    height: 3px;
  }
}

/* =========================================================
   NEZEND — SPACE FIX v1
   Separa el título de colección/categoría del header rojo
   ========================================================= */
.collection-hero{
  padding-top: 12px !important;
}
.collection-hero__title{
  margin-top: 10px !important;
}
@media (max-width: 749px){
  .collection-hero{ padding-top: 14px !important; }
  .collection-hero__title{ margin-top: 12px !important; }
}

/* =========================================================
   NEZEND — SPACE FIX v1
   Separa el título de colección/categoría del header rojo
   ========================================================= */
.collection-hero{
  padding-top: 12px !important;
}
.collection-hero__title{
  margin-top: 10px !important;
}
@media (max-width: 749px){
  .collection-hero{ padding-top: 14px !important; }
  .collection-hero__title{ margin-top: 12px !important; }
}

/* =========================================
   NEZEND — Precio oculto + Cotizar (solo NO logeados)
   Tarjetas: colecciones / búsqueda / categorías
   ========================================= */
.nz-price-locked{
  margin-top: .6rem;
  display:flex;
  flex-direction:column;
  gap:.55rem;
}
.nz-lock-label{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
  opacity:.72;
}
.nz-quote-btn.button{
  border-radius:999px !important;
  padding-left:1.2rem;
  padding-right:1.2rem;
  font-weight:800;
  letter-spacing:.02em;
}

/* Aire arriba del título (para que no quede pegado al borde rojo) */
.collection-hero{ padding-top: 14px !important; }


/* =========================================
   NEZEND — Cotizar + Precio oculto (v2 SetStory)
   ========================================= */
:root{
  --nz-setstory-red: #B50B20;
  --nz-setstory-red2:#8F0818;
}

.nz-price-locked{
  margin-top: .7rem;
  display:flex;
  flex-direction:column;
  gap:.6rem;
}

/* PRECIO OCULTO más grande y visible */
.nz-lock-label{
  font-size:.95rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.9;
  margin: 0;
}

/* Botón único: sin marco, rojo premium */
.nz-quote-btn.button,
a.nz-quote-btn{
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;

  background: linear-gradient(180deg, var(--nz-setstory-red), var(--nz-setstory-red2)) !important;
  color: #fff !important;

  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;

  width: 100%;
  text-align:center;
}

/* si el theme le mete borde por estados */
.nz-quote-btn.button:hover,
a.nz-quote-btn:hover{
  filter: brightness(1.03);
}

/* Evitar que aparezca un botón extra debajo (por si el theme lo imprime) */
.card__information .button,
.card__information a.button{
  border-radius: 999px;
}


/* =========================================================
   NEZEND — COTIZAR (fix marco) + PRECIO OCULTO (más grande)
   ========================================================= */

/* Quita el marco cuadrado del botón Cotizar (solo dentro de cards) */
.card__content a[href*="/account/login"],
.card-information a[href*="/account/login"],
.card__information a[href*="/account/login"]{
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-clip: padding-box !important;
  border-radius: 999px !important;
}

.card__content a[href*="/account/login"]::before,
.card__content a[href*="/account/login"]::after,
.card-information a[href*="/account/login"]::before,
.card-information a[href*="/account/login"]::after,
.card__information a[href*="/account/login"]::before,
.card__information a[href*="/account/login"]::after{
  display: none !important;
}

/* Texto "PRECIO OCULTO" más grande (si lo estás imprimiendo con clase) */
.card__content .nz-price-hidden,
.card-information .nz-price-hidden{
  font-size: 12.5px !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  opacity: .85 !important;
}

@media (min-width: 750px){
  .card__content .nz-price-hidden,
  .card-information .nz-price-hidden{
    font-size: 13.5px !important;
  }
}

/* =========================================================
   NEZEND — PRECIO OCULTO (FORZADO) más grande
   Detecta cuando el texto exacto "PRECIO OCULTO" aparece en cards
   ========================================================= */
.card-information, .card__information, .card__content{
  /* nada */
}

/* Si lo estás imprimiendo como texto normal dentro de la card */
.card-information *:not(svg):not(path):not(button),
.card__information *:not(svg):not(path):not(button),
.card__content *:not(svg):not(path):not(button){
  /* nada */
}

/* Selector por contenido (solo afecta el label "PRECIO OCULTO") */
.card-information :is(p,span,small,div,em,strong):where(:not([class*="price"])):has-text("PRECIO OCULTO"),
.card__information :is(p,span,small,div,em,strong):where(:not([class*="price"])):has-text("PRECIO OCULTO"),
.card__content :is(p,span,small,div,em,strong):where(:not([class*="price"])):has-text("PRECIO OCULTO"){
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  opacity: .9 !important;
}

@media (min-width: 750px){
  .card-information :is(p,span,small,div,em,strong):where(:not([class*="price"])):has-text("PRECIO OCULTO"),
  .card__information :is(p,span,small,div,em,strong):where(:not([class*="price"])):has-text("PRECIO OCULTO"),
  .card__content :is(p,span,small,div,em,strong):where(:not([class*="price"])):has-text("PRECIO OCULTO"){
    font-size: 15px !important;
  }
}

/* =========================================================
   NEZEND — COTIZAR (PRODUCTO) ROJO + CANTIDAD CURVA
   ========================================================= */
:root{
  --nz-red-1:#c10b22;
  --nz-red-2:#8f0716;
  --nz-red-shadow: 0 14px 28px rgba(193,11,34,.22);
  --nz-radius-pill: 999px;
  --nz-radius-box: 16px;
}

/* 1) Botón COTIZAR en página de producto (link a /account/login) */
.template-product a.button[href*="/account/login"],
.template-product a.button[href*="/account/login"]:visited,
.template-product .product-form__buttons a[href*="/account/login"].button{
  background: linear-gradient(180deg, var(--nz-red-1), var(--nz-red-2)) !important;
  color:#fff !important;

  border: 0 !important;
  outline: none !important;
  box-shadow: var(--nz-red-shadow) !important;

  border-radius: var(--nz-radius-pill) !important;
  padding: 14px 18px !important;

  font-weight: 900 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
}

/* Hover/active */
.template-product a.button[href*="/account/login"]:hover{
  filter: brightness(1.03) saturate(1.02);
}
.template-product a.button[href*="/account/login"]:active{
  transform: translateY(1px);
}

/* Quitar bordes/rayas raras */
.template-product a.button[href*="/account/login"]::before,
.template-product a.button[href*="/account/login"]::after{
  border: 0 !important;
  box-shadow: none !important;
}

/* 2) Caja de cantidad curva + más pro */
.template-product .quantity{
  border-radius: var(--nz-radius-box) !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.08) !important;
}

.template-product .quantity__button{
  border: 0 !important;
  background: transparent !important;
}

.template-product .quantity__input{
  border: 0 !important;
  background: transparent !important;
  font-weight: 800 !important;
}

/* Opcional: que el bloque no quede tan pegado arriba */
@media (max-width: 749px){
  .template-product .product__info-container{
    padding-top: 10px !important;
  }
}

/* =========================================================
   NEZEND — COTIZAR FIX v2 (PRODUCTO) + CANTIDAD CURVA
   ========================================================= */
:root{
  --nz-red-1:#c10b22;
  --nz-red-2:#8f0716;
  --nz-red-shadow: 0 14px 28px rgba(193,11,34,.22);
  --nz-radius-pill: 999px;
  --nz-radius-box: 16px;
}

/* BOTÓN PRINCIPAL (Dawn) en página de producto */
body.template-product .product-form__submit,
body.template-product .product-form__submit.button,
body.template-product button.product-form__submit,
body.template-product button[name="add"].product-form__submit,
body.template-product button[name="add"].button{
  background: linear-gradient(180deg, var(--nz-red-1), var(--nz-red-2)) !important;
  color:#fff !important;
  border: 0 !important;
  box-shadow: var(--nz-red-shadow) !important;
  border-radius: var(--nz-radius-pill) !important;
  padding: 14px 18px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
}

/* Quita overlays/bordes típicos de Dawn */
body.template-product .product-form__submit::before,
body.template-product .product-form__submit::after,
body.template-product button[name="add"]::before,
body.template-product button[name="add"]::after{
  border: 0 !important;
  box-shadow: none !important;
}

/* CANTIDAD: Dawn pinta marco con ::before/::after */
body.template-product .quantity,
body.template-product .quantity::before,
body.template-product .quantity::after{
  border-radius: var(--nz-radius-box) !important;
  box-shadow: none !important;
}

body.template-product .quantity{
  border: 1px solid rgba(0,0,0,.12) !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.92) !important;
}

body.template-product .quantity__button,
body.template-product .quantity__input{
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}


/* ============================
   QV — COTIZAR (HARD FIX) + CANTIDAD CURVA v4
   ============================ */
:root{
  --qv-red1:#c10b22;
  --qv-red2:#8f0716;
  --qv-pill:999px;
  --qv-r16:16px;
  --qv-shadow: 0 14px 28px rgba(193,11,34,.22);
}

/* ====== PRODUCTO: BOTÓN COTIZAR (sea <a> o <button>) ====== */
/* 1) si es link a login */
body.template-product .product__info-container a[href*="/account/login"],
body.template-product .product__info-container a.button[href*="/account/login"],
/* 2) si es botón submit normal de Dawn */
body.template-product .product-form__submit,
body.template-product button.product-form__submit,
body.template-product .product-form__buttons .button{
  background: linear-gradient(180deg,var(--qv-red1),var(--qv-red2)) !important;
  color:#fff !important;
  border:0 !important;
  border-radius: var(--qv-pill) !important;
  box-shadow: var(--qv-shadow) !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
}

/* Quitar el marco cuadrado que Dawn pinta con pseudo-elementos */
body.template-product .product__info-container a[href*="/account/login"]::before,
body.template-product .product__info-container a[href*="/account/login"]::after,
body.template-product .product-form__submit::before,
body.template-product .product-form__submit::after,
body.template-product button.product-form__submit::before,
body.template-product button.product-form__submit::after,
body.template-product .product-form__buttons .button::before,
body.template-product .product-form__buttons .button::after{
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* ====== PRODUCTO: CANTIDAD CURVA ====== */
body.template-product .quantity{
  border-radius: var(--qv-r16) !important;
  overflow: hidden !important;
  border: 1px solid rgba(0,0,0,.14) !important;
  background: rgba(255,255,255,.94) !important;
}
body.template-product .quantity::before,
body.template-product .quantity::after{
  content: none !important; /* este era el marco cuadrado */
}
body.template-product .quantity__button,
body.template-product .quantity__input{
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* ====== LISTADOS: botón Cotizar (si es link a login) SIN marco ====== */
.card-wrapper a[href*="/account/login"],
.card-wrapper a.button[href*="/account/login"]{
  background: linear-gradient(180deg,var(--qv-red1),var(--qv-red2)) !important;
  color:#fff !important;
  border:0 !important;
  border-radius: var(--qv-pill) !important;
  box-shadow: var(--qv-shadow) !important;
  font-weight: 900 !important;
}
.card-wrapper a[href*="/account/login"]::before,
.card-wrapper a[href*="/account/login"]::after,
.card-wrapper a.button[href*="/account/login"]::before,
.card-wrapper a.button[href*="/account/login"]::after{
  content:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* ====== PRECIO OCULTO más grande (si lo tienes con clase) ====== */
.qv-price-hidden{
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  opacity: .92 !important;
}


/* =========================================================
   NEZEND — COTIZAR FIX (v2)
   - Producto: botón Cotizar rojo + sin marco cuadrado
   - Producto: cantidad curvo
   - Listados: "PRECIO OCULTO" más grande
   - Listados: botón Cotizar sin marco cuadrado
   ========================================================= */
:root{
  --nz-red: #b50b20;
  --nz-red-dark: #8f0717;
  --nz-red-shadow: rgba(181,11,32,.28);
}

/* ---------- PRECIO OCULTO (más grande) ---------- */
.qv-price-hidden,
.price-hidden,
.price--hidden,
.card-information .qv-price-hidden,
.card-information .price-hidden{
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: rgba(18,18,18,.78) !important;
  margin-top: 8px !important;
}

/* ---------- BOTON COTIZAR (listados) ---------- */
/* si tu botón tiene clase qv-quote-btn, perfecto */
a.qv-quote-btn,
button.qv-quote-btn{
  border: 0 !important;
  outline: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg,var(--nz-red),var(--nz-red-dark)) !important;
  color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  box-shadow: 0 14px 30px var(--nz-red-shadow) !important;
}
a.qv-quote-btn::after,
button.qv-quote-btn::after{
  box-shadow: none !important;
  border: 0 !important;
}

/* Fallback: si NO tiene clase, pero está dentro de tarjetas (evita el marco cuadrado del .button::after) */
.card-wrapper a.button[href="/account/login"],
.card-wrapper button.button{
  border-radius: 999px !important;
}
.card-wrapper a.button[href="/account/login"]::after{
  box-shadow: none !important;
  border: 0 !important;
}

/* ---------- PRODUCTO: BOTÓN (TU PROBLEMA PRINCIPAL) ---------- */
/* Dawn usa .product-form__submit y/o botones dentro de .product-form__buttons */
body.template-product .product-form__submit,
body.template-product .product-form__buttons .button{
  border: 0 !important;
  outline: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg,var(--nz-red),var(--nz-red-dark)) !important;
  color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  box-shadow: 0 14px 30px var(--nz-red-shadow) !important;
}

/* QUITA el marco cuadrado que mete Dawn con ::after en botones */
body.template-product .product-form__submit::after,
body.template-product .product-form__buttons .button::after{
  box-shadow: none !important;
  border: 0 !important;
}

/* ---------- PRODUCTO: CANTIDAD CURVA ---------- */
body.template-product .quantity{
  border-radius: 16px !important;
  overflow: hidden !important;
}
body.template-product .quantity::after{
  border-radius: 16px !important;
}
body.template-product .quantity__button,
body.template-product .quantity__input{
  border-radius: 0 !important;
}


/* =========================================================
   NEZEND — COTIZAR FINAL FIX (PRODUCTO + LISTADOS)
   ========================================================= */
:root{
  --nz-red: #b50b20;
  --nz-red-dark: #8f0717;
  --nz-red-shadow: rgba(181,11,32,.28);
}

/* PRECIO OCULTO más grande (solo donde lo marcamos) */
.nz-price-hidden{
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: rgba(18,18,18,.78) !important;
}

/* Botón Cotizar rojo (producto y listados) */
a.nz-quote-btn,
button.nz-quote-btn{
  border: 0 !important;
  outline: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg,var(--nz-red),var(--nz-red-dark)) !important;
  color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  box-shadow: 0 14px 30px var(--nz-red-shadow) !important;
}

/* Quita el marco cuadrado que mete Dawn con .button::after */
a.nz-quote-btn::after,
button.nz-quote-btn::after{
  border: 0 !important;
  box-shadow: none !important;
}

/* Cantidad curva SOLO en producto */
body.template-product .quantity,
body.template-product .quantity::after{
  border-radius: 16px !important;
}
body.template-product .quantity{
  overflow: hidden !important;
}


/* =========================================================
   NEZEND — COTIZAR FINAL FIX (PRODUCTO + LISTADOS)
   ========================================================= */
:root{
  --nz-red: #b50b20;
  --nz-red-dark: #8f0717;
  --nz-red-shadow: rgba(181,11,32,.28);
}

/* PRECIO OCULTO más grande (solo donde lo marcamos) */
.nz-price-hidden{
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: rgba(18,18,18,.78) !important;
}

/* Botón Cotizar rojo (producto y listados) */
a.nz-quote-btn,
button.nz-quote-btn{
  border: 0 !important;
  outline: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg,var(--nz-red),var(--nz-red-dark)) !important;
  color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  box-shadow: 0 14px 30px var(--nz-red-shadow) !important;
}

/* Quita el marco cuadrado que mete Dawn con .button::after */
a.nz-quote-btn::after,
button.nz-quote-btn::after{
  border: 0 !important;
  box-shadow: none !important;
}

/* Cantidad curva SOLO en producto */
body.template-product .quantity,
body.template-product .quantity::after{
  border-radius: 16px !important;
}
body.template-product .quantity{
  overflow: hidden !important;
}


/* =========================================================
   NEZEND — PRODUCT TITLES PRO (card titles en colecciones/búsqueda/home)
   Aplica logeados y no logeados (solo tipografía/espaciado)
   ========================================================= */

/* Link del título en cards (Dawn) */
.card__information .card__heading a,
.card__information .card__heading .full-unstyled-link,
.card__heading a.full-unstyled-link,
.card__heading a{
  font-family: var(--font-heading-family) !important;
  font-weight: 800 !important;
  letter-spacing: .2px !important;
  line-height: 1.22 !important;
  color: #111 !important;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;

  /* tamaño pro y consistente */
  font-size: clamp(14px, 1.55vw, 18px) !important;

  /* aire */
  margin-top: 10px !important;
}

/* Opcional (pro): limita a 2 líneas para que se vea más limpio
   Si NO quieres recorte, borra este bloque. */
.card__information .card__heading a,
.card__information .card__heading .full-unstyled-link{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Mobile: un pelo más grande para que no se vea “básico” */
@media (max-width: 749px){
  .card__information .card__heading a,
  .card__information .card__heading .full-unstyled-link,
  .card__heading a.full-unstyled-link,
  .card__heading a{
    font-size: 16px !important;
    line-height: 1.24 !important;
    letter-spacing: .15px !important;
  }
}


/* =========================================================
   NEZEND — PRICES PRO (Clean / Premium / Readable)
   Afecta: listados (colecciones/búsqueda/home) + producto
   NO cambia lógica, solo look & spacing
   ========================================================= */

:root{
  --nz-price-color: #111;
  --nz-price-muted: rgba(17,17,17,.62);
  --nz-price-sale: #b50b20; /* rojo marca */
}

/* ==== LISTADOS (cards) ==== */
.card__information .price,
.card__information .price-item{
  font-family: var(--font-heading-family) !important;
  font-weight: 850 !important;
  letter-spacing: .15px !important;
  line-height: 1.1 !important;
  color: var(--nz-price-color) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

/* tamaño pro en cards */
.card__information .price-item{
  font-size: 18px !important;
}

/* si hay "desde/was/compare" */
.card__information .price-item--regular,
.card__information .price-item--sale{
  font-weight: 900 !important;
}
.card__information .price-item--sale{
  color: var(--nz-price-sale) !important;
}
.card__information .price__sale .price-item--regular,
.card__information .price-item--compare{
  color: var(--nz-price-muted) !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* aire entre título y precio */
.card__information .price{
  margin-top: 8px !important;
}

/* ==== PRODUCTO (página detalle) ==== */
body.template-product .price,
body.template-product .price-item{
  font-family: var(--font-heading-family) !important;
  font-weight: 900 !important;
  letter-spacing: .15px !important;
  line-height: 1.05 !important;
  color: var(--nz-price-color) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.template-product .price-item{
  font-size: 22px !important;
}

body.template-product .price-item--sale{
  color: var(--nz-price-sale) !important;
}

body.template-product .price-item--compare,
body.template-product .price__sale .price-item--regular{
  color: var(--nz-price-muted) !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* Mobile: que no se vea chiquito */
@media (max-width: 749px){
  .card__information .price-item{ font-size: 17px !important; }
  body.template-product .price-item{ font-size: 21px !important; }
}


/* =========================================================
   NEZEND — PRICE DIFFERENTIATOR (sin fondo)
   ========================================================= */

/* separador visual antes del precio (cards) */
.card__information .price{
  position: relative !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
}
.card__information .price::before{
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 34px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: rgba(181,11,32,.35) !important; /* rojo marca suave */
}

/* precio: números más "pro" y legibles */
.card__information .price-item{
  font-variant-numeric: tabular-nums !important;
  letter-spacing: .2px !important;
}

/* "PRECIO OCULTO" más grande */
.nz-price-hidden,
.price-item.price-item--regular.nz-price-hidden,
.price .nz-price-hidden,
.price .price-item--regular{
  font-size: 12.5px !important;
  font-weight: 900 !important;
  letter-spacing: 1.1px !important;
}

/* =========================================================
   BOTÓN AGREGAR (solo logueados) — mismo look rojo
   + ocultar "Cotizar" para logueados (SIN tocar lógica)
   ========================================================= */
.customer-logged-in a.nz-quote-btn{ display: none !important; }

.nz-add-btn{
  border: 0 !important;
  border-radius: 999px !important;
  padding: 14px 18px !important;
  font-weight: 900 !important;
  letter-spacing: .35px !important;
  background: linear-gradient(180deg,#b50b20,#8f0717) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(181,11,32,.22) !important;
}
.nz-add-btn:hover{ filter: brightness(1.03) !important; }
.nz-add-btn:active{ transform: translateY(1px) !important; }


/* =========================================================
   NEZEND — PRICE v2 (sin linea / más grande / más pro)
   ========================================================= */

/* Quitar cualquier línea/marker anterior */
.card__information .price::before{ display:none !important; content:none !important; }
.card__information .price{
  margin-top: 10px !important;
  padding-top: 0 !important;
}

/* Precio más grande, estilo editorial (diferente al título) */
.card__information .price-item{
  font-family: var(--font-heading-family) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  font-style: italic !important;
  letter-spacing: .35px !important;
  line-height: 1.1 !important;
  font-variant-numeric: tabular-nums !important;
  color: #111 !important;
}

/* PRECIO OCULTO más grande y marcado (sin cursiva) */
.price .nz-price-hidden,
.price-item--regular.nz-price-hidden,
.nz-price-hidden{
  font-family: var(--font-heading-family) !important;
  font-size: 13.8px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  letter-spacing: 1.1px !important;
  color: rgba(18,18,18,.85) !important;
}


/* =========================================================
   NEZEND — PRODUCT CTA v1 (botón rojo + cantidad curva)
   ========================================================= */

/* Botón principal (Add to cart cuando hay precio normal) */
body.template-product .product-form__submit{
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg,#b50b20,#8f0717) !important;
  color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: .35px !important;
  box-shadow: 0 14px 28px rgba(181,11,32,.22) !important;
}

/* Cuando NO hay precio y queda el link "Cotizar" en product page */
body.template-product .product-form a.button{
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg,#b50b20,#8f0717) !important;
  color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: .35px !important;
  box-shadow: 0 14px 28px rgba(181,11,32,.22) !important;
}

/* Cantidad curva */
body.template-product .quantity{
  border-radius: 16px !important;
  border: 1px solid rgba(0,0,0,.18) !important;
  overflow: hidden !important;
}
body.template-product .quantity__button,
body.template-product .quantity__input{
  border-radius: 0 !important;
}


/* =========================================================
   NEZEND — PRICE v3 (sin línea, más grande, más pro)
   ========================================================= */

/* Quita línea / marker */
.card__information .price::before{ display:none !important; content:none !important; }
.card__information .price{ margin-top: 10px !important; padding-top: 0 !important; }

/* Precio: se diferencia del título (más grande + itálico editorial) */
.card__information .price-item{
  font-family: var(--font-heading-family) !important;
  font-size: 18.5px !important;
  font-weight: 900 !important;
  font-style: italic !important;
  letter-spacing: .35px !important;
  line-height: 1.1 !important;
  font-variant-numeric: tabular-nums !important;
  color: rgba(18,18,18,.95) !important;
}

/* “PRECIO OCULTO” más grande y marcado */
.nz-price-hidden,
.price .nz-price-hidden,
.price-item--regular.nz-price-hidden{
  font-family: var(--font-heading-family) !important;
  font-size: 14.2px !important;
  font-weight: 900 !important;
  letter-spacing: 1.15px !important;
  color: rgba(18,18,18,.80) !important;
}


/* =========================================================
   NEZEND — FIX BOTON CARDS (sin marco) + PRECIO PRO
   ========================================================= */

/* 1) Botón en cards: sin marco/outline/after cuadrado */
.nz-card-add--logged .button,
.nz-add-btn{
  border: 0 !important;
  outline: 0 !important;
  box-shadow: 0 14px 30px rgba(181,11,32,.28) !important;
  border-radius: 999px !important;
}
.nz-card-add--logged .button::after,
.nz-add-btn::after{
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* 2) Quitar cualquier borde raro del contenedor */
.nz-card-add,
.nz-card-add--logged{
  border: 0 !important;
}

/* 3) Precio en listados: más pequeño, sin cursiva, más limpio */
.card__information .price,
.card-information .price{
  font-style: normal !important;
}
.card__information .price-item,
.card-information .price-item{
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
  line-height: 1.1 !important;
}
.card__information .price-item--compare,
.card-information .price-item--compare{
  font-size: 12px !important;
  font-weight: 700 !important;
  opacity: .6 !important;
}

/* ===== NEZEND CARD PRO ===== */
.card-wrapper .card {
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  background:#fff;
}

.card__information .price {
  margin-bottom:14px;
}

.nz-add-btn {
  min-height:40px;
  padding:9px 14px;
  font-size:14px;
  border-radius:999px;
}
.nz-card-form{margin-top:14px}
.card__information{display:flex;flex-direction:column}
.nz-add-btn{
  width:100%;
  padding:10px 14px;
  font-size:14px;
  border-radius:999px;
  background:linear-gradient(135deg,#9d0017,#c80f2e);
  color:#fff;border:0
}

/* NZ QUICK ADD */
.nz-add-btn{
  margin-top: 12px;
  min-height: 42px;
  border-radius: 999px;
}

/* === FIX: botón Agregar al carrito clickeable (Dawn link overlay) === */
.card__content .card__heading a::after,
.card__information .card__heading a::after,
.card__heading a::after{
  pointer-events: none !important;
}

.nz-card-form,
product-form,
.nz-add-btn{
  position: relative !important;
  z-index: 50 !important;
}

/* === STC — Cards: borde más visible + texto con aire (global) === */
.card-wrapper .card {
  border: 2px solid rgba(0,0,0,.16) !important;   /* marco más notorio */
  box-shadow: 0 2px 12px rgba(0,0,0,.06) !important; /* leve realce */
}

.card-wrapper .card__information {
  padding: 12px 14px 0 !important; /* separa título/precio del borde */
}

/* Por si algún template usa card__content directo */
.card-wrapper .card__content {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

/* === STC — Cards: borde sutil (SIN tocar botón) === */
.card-wrapper .card {
  border: 1px solid rgba(0,0,0,.12) !important;      /* sutil */
  box-shadow: 0 2px 12px rgba(0,0,0,.06) !important; /* leve */
}

/* Separación del texto con el borde, pero SOLO en títulos/precio (no afecta el botón) */
.card-wrapper .card__heading,
.card-wrapper .price,
.card-wrapper .card-information {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

/* === STC — Card button SLIM + single-line (solo listados) === */
.card-wrapper .quick-add__submit,
.card-wrapper .card__content .button {
  padding: 10px 14px !important;   /* delgado (menos alto) */
  min-height: 40px !important;
  line-height: 1 !important;
  white-space: nowrap !important;  /* NO parte en 2 líneas */
  letter-spacing: 0 !important;
}

.card-wrapper .quick-add__submit span,
.card-wrapper .card__content .button span {
  white-space: nowrap !important;
}

/* Ajuste extra en móvil (2 columnas) para que quepa "Agregar al carrito" */
@media (max-width: 749px){
  .card-wrapper .quick-add__submit,
  .card-wrapper .card__content .button {
    padding: 9px 12px !important;
    min-height: 38px !important;
    font-size: 13px !important;
  }
}

/* === STC FIX — SOLO #product-grid (alinear y centrar botón, sin tocar títulos) === */
#product-grid .grid__item{ display:flex !important; }
#product-grid .grid__item .card-wrapper{ flex:1 !important; display:flex !important; }
#product-grid .grid__item .card{ flex:1 !important; display:flex !important; flex-direction:column !important; }
#product-grid .grid__item .card__content{
  flex:1 !important;
  display:flex !important;
  flex-direction:column !important;
}
#product-grid .grid__item .card__information{ flex:1 1 auto !important; }

/* Botón siempre abajo + centrado */
#product-grid .grid__item .quick-add{
  margin-top:auto !important;
  display:flex !important;
  justify-content:center !important;
  padding-top: 8px !important;
}

/* Botón: delgado, 1 línea, centrado y mismo alto */
#product-grid .grid__item .quick-add__submit,
#product-grid .grid__item .card__content .button{
  width: 90% !important;
  max-width: 270px !important;
  margin: 0 auto 12px auto !important;
  min-height: 42px !important;
  padding: 10px 16px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  justify-content: center !important;
}

/* No esconder Agotado por disabled */
#product-grid .grid__item .quick-add__submit[disabled],
#product-grid .grid__item .quick-add__submit[aria-disabled="true"]{
  display: inline-flex !important;
  opacity: .75 !important;
}

@media (max-width: 749px){
  #product-grid .grid__item .quick-add__submit,
  #product-grid .grid__item .card__content .button{
    width: 92% !important;
    min-height: 40px !important;
    padding: 9px 14px !important;
    font-size: 13px !important;
  }
}


/* === STC CARDS CLEAN v1 — SOLO #product-grid (separación + título 1 línea + precio centrado sin fondo + botón centrado) === */

/* Separación real entre cards (Dawn usa variables) */
#product-grid{
  --grid-mobile-horizontal-spacing: 14px;
  --grid-mobile-vertical-spacing: 14px;
  --grid-desktop-horizontal-spacing: 18px;
  --grid-desktop-vertical-spacing: 18px;
}

/* Deshacer cualquier flex forzado que desorganice alturas/espacios */
#product-grid .grid__item,
#product-grid .grid__item .card-wrapper,
#product-grid .grid__item .card,
#product-grid .grid__item .card__content{
  display:block !important;
}

/* Card separada y prolija */
#product-grid .card{
  border: 1px solid rgba(0,0,0,.10) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #fff !important;
}

/* Más campo a la izquierda/derecha para el nombre (menos padding) */
#product-grid .card__information{
  padding: 10px 10px 8px !important;
}

/* Nombre: 1 sola línea, más a la izquierda, sin wrap */
#product-grid .card__heading{
  margin: 6px 0 6px !important;
  text-align: left !important;
}
#product-grid .card__heading a{
  display:block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Precio centrado SIN fondo */
#product-grid .price{
  text-align:center !important;
  margin: 0 0 10px !important;
}
#product-grid .price .price-item{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* Botón centrado, en 1 línea, no “gordo” */
#product-grid .quick-add{
  display:flex !important;
  justify-content:center !important;
  padding: 8px 0 14px !important;
}
#product-grid .quick-add__submit,
#product-grid .card__content .button{
  width: 86% !important;          /* un poquito más ancho */
  max-width: 320px !important;
  min-height: 42px !important;    /* altura consistente */
  padding: 10px 16px !important;
  margin: 0 auto !important;
  white-space: nowrap !important; /* 1 línea */
  line-height: 1 !important;
  justify-content: center !important;
}

/* Que “Agotado” NO se desaparezca */
#product-grid .quick-add__submit[disabled],
#product-grid .quick-add__submit[aria-disabled="true"]{
  display:inline-flex !important;
  opacity: .80 !important;
}


/* === STC TWEAKS v3 — SOLO centrar botón + precio 1 línea con fondo + título más a la izquierda === */

/* 1) Título más a la izquierda (más campo) */
#product-grid .card__information{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#product-grid .card__heading,
#product-grid .card__heading a{
  text-align: left !important;
}

/* 2) Precio: centrado, UNA SOLA LÍNEA y con fondo tipo pastilla */
#product-grid .price{
  display: flex !important;
  justify-content: center !important;
}
#product-grid .price__container,
#product-grid .price__regular,
#product-grid .price__sale,
#product-grid .price__last{
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}
#product-grid .price .price-item{
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  white-space: nowrap !important;

  background: rgba(0,0,0,.06) !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
}
#product-grid .price .price-item *,
#product-grid .price .money,
#product-grid .price small{
  display: inline !important;
  white-space: nowrap !important;
}

/* 3) Botón: SIEMPRE centrado (Agregar/Cotizar/Agotado) */
#product-grid .quick-add{
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}
#product-grid .quick-add__submit,
#product-grid .card__content .button{
  margin-left: auto !important;
  margin-right: auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: nowrap !important;
}


/* === STC FIX FINAL — NO duplicar precio + centrar botón + título a la izq (SOLO grid) === */

/* 1) TÍTULO más a la izquierda (más campo) */
#product-grid .card__information{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#product-grid .card__heading,
#product-grid .card__heading a{
  text-align: left !important;
}

/* 2) PRECIO: centrado y SIN duplicarse (respeta lógica Dawn on-sale) */
#product-grid .price{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
}

/* Respetar el estado: si NO está en oferta, ocultar bloque sale */
#product-grid .price:not(.price--on-sale) .price__sale{
  display: none !important;
}
/* Si SÍ está en oferta, ocultar bloque regular */
#product-grid .price.price--on-sale .price__regular{
  display: none !important;
}

/* Mantener todo en UNA SOLA LÍNEA */
#product-grid .price__regular,
#product-grid .price__sale,
#product-grid .price__container{
  white-space: nowrap !important;
}
#product-grid .price__container{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
}

/* Fondo “pastilla” SOLO una vez (en el contenedor), NO por cada item */
#product-grid .price__container{
  background: rgba(0,0,0,.06) !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
}
#product-grid .price .price-item{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  white-space: nowrap !important;
}

/* 3) BOTÓN: 100% centrado SIEMPRE (Agregar/Cotizar/Agotado) */
#product-grid .quick-add,
#product-grid .card__content .quick-add{
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}
#product-grid .quick-add__submit,
#product-grid .card__content .button,
#product-grid .card__content .button--primary{
  margin-left: auto !important;
  margin-right: auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  white-space: nowrap !important;
}

/* Asegurar que si está agotado NO desaparezca */
#product-grid .card__content .button[disabled],
#product-grid .card__content .button:disabled{
  opacity: 1 !important;
}


/* === STC PATCH: título más a la izquierda + centro perfecto (precio/botón) === */

/* 1) TÍTULO: que arranque desde el borde izquierdo de la card (sin mover lo demás) */
#product-grid .card__heading{
  margin-left: -10px !important;   /* cancela el padding del contenedor */
  margin-right: 0 !important;
  text-align: left !important;
}
#product-grid .card__heading a{
  display: block !important;
  padding-left: 0 !important;      /* que empiece desde el borde */
  text-align: left !important;
}

/* 2) PRECIO + BOTÓN: MISMO eje centrado (alineados entre sí) */
#product-grid .card__content{
  text-align: center !important;
}
#product-grid .price__container{
  margin-left: auto !important;
  margin-right: auto !important;
}
#product-grid .quick-add{
  justify-content: center !important;
}
#product-grid .quick-add__submit,
#product-grid .card__content .button{
  margin-left: auto !important;
  margin-right: auto !important;
}



/* STC_CARD_TUNE_V2_START
   - Title: left + max 2 lines (NO ellipsis dots)
   - Price: left + NO pill background
   - Button: centered
   - Safe: minimal + no card layout changes
*/

.card-wrapper .card__information{
  padding-left: 14px !important;
  padding-right: 14px !important;
}

/* TÍTULO: más campo desde la izquierda, máximo 2 líneas, SIN "..." */
.card-wrapper .card__heading,
.card-wrapper .card__heading a{
  text-align: left !important;
}

.card-wrapper .card__heading a{
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;  /* max 2 líneas */
  overflow: hidden !important;
  white-space: normal !important;     /* permite 2 líneas */
  text-overflow: clip !important;     /* evita "..." */
}

/* SKU / REF: alineado con el título */
.card-wrapper .stc-card__sku{
  margin-top: 4px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  opacity: .75 !important;
  text-align: left !important;
}

/* PRECIO: izquierda + sin fondo tipo círculo/píldora */
.card-wrapper .price,
.card-wrapper .price__container{
  width: 100% !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.card-wrapper .price-item,
.card-wrapper .price__sale,
.card-wrapper .price__regular{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  white-space: nowrap !important;
}

/* Guía sutil (línea) para que se vea "organizado" sin círculo */
.card-wrapper .price{
  margin-top: 6px !important;
  padding-bottom: 6px !important;
  border-bottom: 1px solid rgba(0,0,0,.10) !important;
}

/* BOTÓN: centrado SI O SI (Agregar / Cotizar / Agotado) */
.card-wrapper .quick-add,
.card-wrapper .card__information .product-form{
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.card-wrapper .quick-add .button,
.card-wrapper .card__information .button,
.card-wrapper .quick-add__submit{
  margin: 10px auto 0 auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  white-space: nowrap !important;      /* 1 línea */
  width: calc(100% - 28px) !important; /* centrado con margen */
  max-width: 260px !important;         /* no se vuelve “gordo” */
}

/* STC_CARD_TUNE_V2_END */

/* STC_CARD_BUTTON_CENTER_V1_START
   FIX MINIMO (NO rompe CSS):
   - Fuerza centrado del botón en cards
*/

.card-wrapper .card__information .quick-add,
.card-wrapper .card__information .product-form,
.card-wrapper .card__information .product-form__buttons{
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* STC_CARD_BUTTON_CENTER_V1_END */


/* STC_PRODUCT_PRICE_LEFT_V1_START
   Página de producto:
   - precio alineado a la izquierda
   - quita el "círculo" / fondos raros detrás del precio
   - deja un delineado suave (no círculo)
*/
body.template-product [id^="price-"]{
  text-align: left !important;
}

body.template-product [id^="price-"] .price,
body.template-product [id^="price-"] .price__container,
body.template-product [id^="price-"] .price__regular,
body.template-product [id^="price-"] .price__sale{
  display: flex !important;
  justify-content: flex-start !important;
  align-items: baseline !important;
  text-align: left !important;
  gap: 8px !important;
}

/* Mata fondos/bolitas/pseudoelementos que estén metidos */
body.template-product [id^="price-"] .price-item{
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.template-product [id^="price-"] .price-item::before,
body.template-product [id^="price-"] .price-item::after,
body.template-product [id^="price-"] .price::before,
body.template-product [id^="price-"] .price::after{
  content: none !important;
  display: none !important;
}

/* Estilo del precio final (delineado pro, NO círculo) */
body.template-product [id^="price-"] .price__regular .price-item--regular,
body.template-product [id^="price-"] .price__sale .price-item--sale{
  display: inline-flex !important;
  align-items: baseline !important;
  line-height: 1.05 !important;
  padding: 6px 10px !important;
  border: 1px solid rgba(0,0,0,.18) !important;
  border-radius: 10px !important; /* redondeo leve, no “círculo” */
}

/* Precio tachado / compare (si aplica) */
body.template-product [id^="price-"] .price__sale s.price-item--regular,
body.template-product [id^="price-"] .price-item--compare{
  opacity: .65 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

/* STC_PRODUCT_PRICE_LEFT_V1_END */


/* STC_PRODUCT_PRICE_HUGE_V1_START
   PRECIO GIGANTE EN PRODUCT PAGE (Dawn)
   Solo afecta body.template-product y el contenedor real del precio (id="price-...").
*/
body.template-product [id^="price-"] .price,
body.template-product [id^="price-"] .price__container{
  display: block !important;
}

body.template-product [id^="price-"] .price-item,
body.template-product [id^="price-"] .price__regular .price-item--regular,
body.template-product [id^="price-"] .price__sale .price-item--sale{
  font-size: clamp(34px, 7.2vw, 54px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.4px !important;
}

body.template-product [id^="price-"] .price__sale s.price-item--regular,
body.template-product [id^="price-"] .price-item--compare{
  font-size: clamp(16px, 3.5vw, 22px) !important;
  opacity: .65 !important;
}

body.template-product [id^="price-"] .product__tax,
body.template-product [id^="price-"] .product__tax *{
  font-size: 12px !important;
}
/* STC_PRODUCT_PRICE_HUGE_V1_END */




/* STC_CARD_ALIGN_V2_START */
/* Dawn product cards: centra botón, elimina fondo del precio, alinea alturas */

/* 1) Estructura vertical consistente */
.card-wrapper .card__information{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  gap:6px !important;
}

/* 2) Título: 2 líneas máximo + altura mínima para alinear */
.card-wrapper .card__heading{
  margin:0 !important;
  line-height:1.2 !important;
  min-height: calc(1.2em * 2) !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}

/* 3) Precio: centrado y SIN “píldora” (solo línea abajo) */
.card-wrapper .price{
  margin:0 auto !important;
  text-align:center !important;
}
.card-wrapper .price__container{
  display:flex !important;
  justify-content:center !important;
  gap:10px !important;
  padding-bottom:6px !important;
  border-bottom:1px solid rgba(var(--color-foreground), .14) !important;
}
.card-wrapper .price-item,
.card-wrapper .price-item--regular,
.card-wrapper .price-item--sale,
.card-wrapper .price-item--compare,
.card-wrapper .price-item--last,
.card-wrapper .nz-price-hidden{
  background:transparent !important;
  padding:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

/* 4) EVITA botones duplicados: si existe tu botón nz-add-btn, apaga el quick-add de Dawn */
.card-wrapper:has(.nz-add-btn) .quick-add{ display:none !important; }

/* 5) Botón centrado en la card (mismos vacíos izq/der) */
.card-wrapper .quick-add__submit,
.card-wrapper .nz-add-btn,
.card-wrapper a.nz-quote-btn,
.card-wrapper a.button[href*="/account/login"].button{
  width:auto !important;          /* mata button--full-width */
  max-width:260px !important;
  margin:10px auto 0 !important;  /* centra */
  display:inline-flex !important;
  justify-content:center !important;
  min-height:44px !important;     /* misma altura SIEMPRE */
  padding:12px 18px !important;
  text-align:center !important;
}

/* Móvil: un poco más ancho pero centrado */
@media (max-width: 749px){
  .card-wrapper .quick-add__submit,
  .card-wrapper .nz-add-btn,
  .card-wrapper a.nz-quote-btn,
  .card-wrapper a.button[href*="/account/login"].button{
    max-width:92% !important;
  }
}
/* STC_CARD_ALIGN_V2_END */

/* STC_BUYNOW_BTN_V1_START */
/* PRODUCT PAGE: "Comprar ahora" corto, rojo Sextoy, redondo y centrado */
body.template-product .shopify-payment-button{
  display:flex !important;
  justify-content:center !important;
}

body.template-product .shopify-payment-button__button{
  width: min(380px, 100%) !important;     /* corto */
  margin: 0 auto !important;
  border-radius: 14px !important;        /* curvo */
  background: #b3001b !important;        /* rojo sextoy */
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  box-shadow: none !important;
  border: 1px solid rgba(179,0,27,.35) !important;
}

/* hover */
body.template-product .shopify-payment-button__button:hover{
  filter: brightness(.95) !important;
}

/* por si el theme mete estilos raros */
body.template-product .shopify-payment-button__button[disabled]{
  opacity: .55 !important;
}
/* STC_BUYNOW_BTN_V1_END */

/* STC_FIX_DUP_TITLE_V1_START
   Fix global:
   - Quita título duplicado (overlay sobre imagen) en cards
   - Deja SOLO el título de abajo (card__information)
   - Título completo abajo (sin ... / sin clamp)
   - Botón bien centrado y consistente
*/
.card__inner .card__heading,
.card__media .card__heading{
  display: none !important;
}

.card__content .card__heading,
.card__information .card__heading{
  display: block !important;
}

/* TÍTULO COMPLETO (sin recorte) */
.card__information .card__heading,
.card__content .card__heading{
  min-height: 0 !important;
  height: auto !important;
}

.card__information .card__heading a,
.card__content .card__heading a{
  display: block !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;

  /* mata clamp/box */
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}

/* BOTÓN: centrado + ancho limpio */
.card__information .quick-add,
.card__information .product-form,
.card__information .product-form__buttons{
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.card__information .quick-add__submit,
.card__information .product-form__submit,
.card__information .button{
  width: calc(100% - 28px) !important;
  max-width: 320px !important;
  margin: 12px auto 0 !important;
  display: inline-flex !important;
  justify-content: center !important;
  text-align: center !important;
}
/* STC_FIX_DUP_TITLE_V1_END */

/* STC_BUY_NOW_RED_V1_START
   PRODUCT PAGE: "COMPRAR AHORA" (Shopify dynamic checkout)
   - Lo deja IGUAL al rojo curvo que ya usas en .product-form__submit
   - Quita marcos/pseudo-elementos que pone Dawn/Shopify
*/
body.template-product .shopify-payment-button{
  width: 100% !important;
}

body.template-product .shopify-payment-button__button,
body.template-product .shopify-payment-button__button--unbranded{
  background: linear-gradient(180deg,var(--nz-red),var(--nz-red-dark)) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 30px var(--nz-red-shadow) !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  min-height: 52px !important;
  padding: 0 20px !important;
}

/* Mata el “marco”/halo */
body.template-product .shopify-payment-button__button::before,
body.template-product .shopify-payment-button__button::after,
body.template-product .shopify-payment-button__button--unbranded::before,
body.template-product .shopify-payment-button__button--unbranded::after{
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* iOS/Chrome: quita apariencia rara */
body.template-product .shopify-payment-button__button{
  -webkit-appearance: none !important;
  appearance: none !important;
}
/* STC_BUY_NOW_RED_V1_END */

/* =========================
   STC_CARD_FIX_V3_START
   - Anti título duplicado (StandardCardNoMediaLink)
   - Título abajo SIN "..." (wrap real)
   - Botón centrado SIEMPRE
   ========================= */

/* 1) MATA el título duplicado "no-media" (guard) */
.card-wrapper h3.card__heading:has(> a[id^="StandardCardNoMediaLink-"]) { display: none !important; }
.card-wrapper a[id^="StandardCardNoMediaLink-"] { display: none !important; } /* fallback */

/* 2) TÍTULO: que se vea COMPLETO (sin ellipsis), en varias líneas */
.card-wrapper .card__heading,
.card-wrapper .card__heading a{
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.card-wrapper .card__heading a{
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

/* 3) PRECIO: quita “píldora”/fondo */
.card-wrapper .price-item,
.card-wrapper .price__sale,
.card-wrapper .price__regular{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* 4) BOTÓN: centrado y consistente */
.card-wrapper .quick-add,
.card-wrapper .card__information .product-form,
.card-wrapper .card__information .product-form__buttons{
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.card-wrapper .quick-add__submit,
.card-wrapper .card__information .button{
  margin: 10px auto 0 auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  width: calc(100% - 28px) !important;
  max-width: 260px !important;
  white-space: nowrap !important;
}

/* STC_CARD_FIX_V3_END */

/* =========================
   STC_CARD_ALIGN_LEFT_V1_START
   - Título a la IZQUIERDA
   - Precio a la IZQUIERDA
   - Botón CENTRADO (mitad)
   ========================= */

/* 1) TÍTULO a la izquierda */
.card-wrapper .card__heading,
.card-wrapper .card__heading a{
  text-align: left !important;
}

/* 2) PRECIO a la izquierda */
.card-wrapper .price,
.card-wrapper .price__container{
  justify-content: flex-start !important;
  text-align: left !important;
}

/* 3) BOTÓN centrado (mitad) */
.card-wrapper .quick-add,
.card-wrapper .card__information .product-form,
.card-wrapper .card__information .product-form__buttons{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.card-wrapper .quick-add__submit,
.card-wrapper .card__information .button,
.card-wrapper .nz-add-btn,
.card-wrapper a.nz-quote-btn{
  margin: 10px auto 0 auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  width: calc(100% - 28px) !important;
  max-width: 260px !important;
}

/* STC_CARD_ALIGN_LEFT_V1_END */

/* =========================
   STC_CARD_TITLE_FULL_V1_START
   - Mostrar TÍTULO COMPLETO (sin "...")
   - Alineado IZQUIERDA
   - Botón CENTRADO (mitad)
   ========================= */

/* 1) TÍTULO: FULL (sin clamp / sin ellipsis) + IZQUIERDA */
.card-wrapper .card__heading,
.card-wrapper .card__heading a{
  text-align: left !important;
}

.card-wrapper .card__heading a.full-unstyled-link,
.card-wrapper .card__heading a{
  display: block !important;              /* mata -webkit-box */
  white-space: normal !important;         /* permite saltos */
  overflow: visible !important;           /* NO recorta */
  text-overflow: unset !important;        /* NO "..." */
  -webkit-line-clamp: unset !important;   /* NO clamp */
  -webkit-box-orient: unset !important;
  max-height: none !important;
}

/* 2) PRECIO alineado izquierda (por si se mueve) */
.card-wrapper .price,
.card-wrapper .price__container{
  justify-content: flex-start !important;
  text-align: left !important;
}

/* 3) BOTÓN: centrado horizontal (a la mitad) + ancho controlado */
.card-wrapper .quick-add,
.card-wrapper .card__information .product-form,
.card-wrapper .card__information .product-form__buttons{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.card-wrapper .quick-add__submit,
.card-wrapper .card__information .button,
.card-wrapper .nz-add-btn,
.card-wrapper a.nz-quote-btn{
  margin: 10px auto 0 auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  width: 78% !important;        /* “a la mitad” visual, centrado */
  max-width: 260px !important;
}

/* Móvil: un poquito más ancho pero centrado */
@media (max-width: 749px){
  .card-wrapper .quick-add__submit,
  .card-wrapper .card__information .button,
  .card-wrapper .nz-add-btn,
  .card-wrapper a.nz-quote-btn{
    width: 90% !important;
    max-width: 92% !important;
  }
}

/* STC_CARD_TITLE_FULL_V1_END */

/* =========================

/* =========================
   
   ========================= */

/* =========================
   
   ========================= */

/* STC_BUY_NOW_LOGGED_CSS_V1_START */
/* Botón Comprar ahora (solo el nuestro) */
.stc-buy-now-red{
  background: linear-gradient(180deg,#c10b22,#8f0716) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
  box-shadow: 0 14px 28px rgba(193,11,34,.22) !important;
}

/* Quita marcos/pseudobordes del theme */
.stc-buy-now-red::before,
.stc-buy-now-red::after{
  content:none !important;
  border:0 !important;
  box-shadow:none !important;
}
/* STC_BUY_NOW_LOGGED_CSS_V1_END */

/* =========================
   
   ========================= */

/* STC_ADD_TO_CART_RED_V2_START */
/* Producto: forzar "Agregar al carrito" ROJO + CURVO, ganar a .button--secondary */
body.template-product .product-form__buttons .product-form__submit.button,
body.template-product .product-form__buttons .product-form__submit.button--secondary,
body.template-product .product__info-wrapper .product-form__submit.button,
body.template-product .product__info-wrapper .product-form__submit.button--secondary{
  background: linear-gradient(180deg,#c10b22,#8f0716) !important;
  color:#fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  box-shadow: 0 14px 28px rgba(193,11,34,.22) !important;
  appearance: none !important;
}

/* Quitar pseudo-bordes del tema */
body.template-product .product-form__buttons .product-form__submit.button::before,
body.template-product .product-form__buttons .product-form__submit.button::after{
  content:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Estados hover/focus/disabled consistentes */
body.template-product .product-form__buttons .product-form__submit.button:hover,
body.template-product .product-form__buttons .product-form__submit.button:focus{
  filter: brightness(0.98) !important;
}
body.template-product .product-form__buttons .product-form__submit.button[disabled]{
  opacity:.55 !important;
  box-shadow:none !important;
}
/* STC_ADD_TO_CART_RED_V2_END */

/* =========================

/* =========================
   STC_CARD_FORCE_CENTER_V3B_START
   - Título a la izquierda (2 líneas, sin desbordes)
   - Botón SIEMPRE centrado dentro de la card (MISMO centrado V3)
   - Botón menos alto + texto SIEMPRE adentro (sin cortar letras)
   - Evita overflow en grids (related / recommendations / collections)
   ========================= */

.card-wrapper,
.card__inner,
.card__content,
.card__information{
  max-width: 100% !important;
  overflow: hidden !important;
}

/* TÍTULO: izquierda + 2 líneas */
.card-wrapper .card__heading,
.card-wrapper .card__heading a,
.card-wrapper .card__information .card__heading,
.card-wrapper .card__information .card__heading a{
  text-align: left !important;
}

.card-wrapper .card__heading a,
.card-wrapper .card__information .card__heading a{
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  white-space: normal !important;
  word-break: break-word !important;
  text-overflow: clip !important;
}

/* ESTRUCTURA: columna */
.card-wrapper .card__information{
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 8px !important;
}

/* CONTENEDOR BOTÓN: centra el bloque */
.card-wrapper .quick-add,
.card-wrapper .card__information .product-form,
.card-wrapper .card__information .product-form__buttons{
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

/* BOTÓN: MISMO centrado V3 (width:auto) pero con texto adentro y menos alto */
.card-wrapper .quick-add__submit,
.card-wrapper .card__information .button,
.card-wrapper .product-form__submit,
.card-wrapper button.button{
  width: auto !important;
  max-width: 260px !important;
  min-width: 170px !important;
  margin: 10px auto 0 auto !important;

  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;

  /* 👇 arregla el “gregar al carrit” (no cortar letras) */
  white-space: normal !important;       /* permite salto si la card es estrecha */
  overflow: visible !important;         /* NO recorta el texto */
  text-overflow: unset !important;

  /* 👇 menos alto + texto más pequeño */
  padding: 9px 14px !important;
  min-height: 38px !important;
  height: auto !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  box-sizing: border-box !important;

  /* 👇 más bonito (sin cambiar colores del theme) */
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.10) !important;
  transform: none !important;
}

/* Móvil: más ancho pero centrado y sin salirse */
@media (max-width: 749px){
  .card-wrapper .quick-add__submit,
  .card-wrapper .card__information .button,
  .card-wrapper .product-form__submit,
  .card-wrapper button.button{
    max-width: 92% !important;
    min-width: 0 !important;
    padding: 9px 12px !important;
    font-size: 12.8px !important;
  }
}

/* =========================
   STC_CARD_FORCE_CENTER_V3B_END
   ========================= */

/* =========================
   ========================= */

/* =========================
   ========================= */

/* =========================
   ========================= */

/* =========================
   STC_CARD_FORCE_CENTER_V3_START
   - Título SIEMPRE desde la izquierda (2 líneas, sin desbordes)
   - Botón SIEMPRE centrado dentro de la card (como tu V3)
   - Botón: texto NO se corre / NO se corta (y look más sutil/pro)
   - Evita overflow raro en grids (related / recommendations / collections)
   ========================= */

/* 0) Blindaje anti-desborde SOLO en cards */
.card-wrapper,
.card__inner,
.card__content,
.card__information{
  max-width: 100% !important;
}

/* 1) INFO: izquierda real */
.card-wrapper .card__content,
.card-wrapper .card__information{
  text-align: left !important;
}

/* estructura columna (NO tocamos para no dañar el centrado del botón) */
.card-wrapper .card__information{
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 8px !important;
}

/* 2) TÍTULO: izquierda + 2 líneas + más “pegado” a la izquierda */
.card-wrapper .card__heading,
.card-wrapper .card__heading a,
.card-wrapper .card__information .card__heading,
.card-wrapper .card__information .card__heading a{
  text-align: left !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.card-wrapper .card__heading a,
.card-wrapper .card__information .card__heading a{
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  white-space: normal !important;
  word-break: break-word !important;
  text-overflow: clip !important;
  width: 100% !important;
}

/* 3) CONTENEDOR DEL BOTÓN: centrado SIEMPRE */
.card-wrapper .quick-add,
.card-wrapper .card__information .product-form,
.card-wrapper .card__information .product-form__buttons{
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  overflow: visible !important;
}

/* 4) BOTÓN: MISMAS MEDIDAS, pero texto adentro y diseño más pro */
.card-wrapper .quick-add__submit,
.card-wrapper .card__information .button,
.card-wrapper .product-form__submit,
.card-wrapper button.button{
  /* MISMAS MEDIDAS / POSICIÓN */
  width: clamp(160px, 92%, 260px) !important;
  margin: 10px auto 0 auto !important;

  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;

  /* MISMA ALTURA BASE (NO cambiaste medidas) */
  padding: 10px 16px !important;
  min-height: 40px !important;
  line-height: 1.1 !important;
  font-size: 14px !important;

  /* CLAVE: que no se corra / no se corte */
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  text-indent: 0 !important;

  /* look sutil/pro (sin tocar tamaños) */
  border-radius: 9999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  box-shadow: 0 8px 16px rgba(0,0,0,.12) !important;

  box-sizing: border-box !important;
}

/* Si el theme mete overlays (:after) que empujan el texto, lo neutralizamos SOLO en cards */
.card-wrapper .button:after,
.card-wrapper button.button:after{
  inset: 0 !important;
}

/* Si el texto viene envuelto en spans, lo centramos y evitamos “corridas” */
.card-wrapper .quick-add__submit span,
.card-wrapper .card__information .button span,
.card-wrapper .product-form__submit span,
.card-wrapper button.button span{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  white-space: nowrap !important;
}

/* Móvil: mismo centrado, pero más ancho si la card es pequeña (igual a tu V3) */
@media (max-width: 749px){
  .card-wrapper .quick-add__submit,
  .card-wrapper .card__information .button,
  .card-wrapper .product-form__submit,
  .card-wrapper button.button{
    width: 92% !important;
    max-width: 92% !important;
  }
}

/* =========================
   STC_CARD_FORCE_CENTER_V3_END
   ========================= */

/* =========================
   STC_BTN_TEXT_CENTER_HOTFIX_V1
   Objetivo: NO cambiar tamaño/posición del botón.
   Solo: texto SIEMPRE centrado y adentro (cards).
   ========================= */

/* 1) El contenedor del botón NO debe recortar ni empujar */
.card-wrapper .quick-add,
.card-wrapper .card__information .product-form__buttons{
  overflow: visible !important;
}

/* 2) Botón: no le toco width/margin. Solo centro contenido y quito corridas */
.card-wrapper .quick-add__submit,
.card-wrapper .card__information .button,
.card-wrapper .product-form__submit,
.card-wrapper button.button{
  /* NO TOCAR medidas */
  text-align: center !important;

  /* que el contenido quede centrado real */
  justify-content: center !important;
  align-items: center !important;

  /* evita que lo “corra” a la izquierda */
  padding-left: 16px !important;
  padding-right: 16px !important;
  text-indent: 0 !important;
  letter-spacing: normal !important;

  /* evita recortes */
  overflow: visible !important;
}

/* 3) Si Dawn usa pseudo-elemento para overlay/animación y está empujando */
.card-wrapper .quick-add__submit::after,
.card-wrapper .card__information .button::after,
.card-wrapper .product-form__submit::after,
.card-wrapper button.button::after{
  inset: 0 !important;
  transform: none !important;
}

/* 4) Si el texto viene envuelto en <span>, lo centramos igual */
.card-wrapper .quick-add__submit span,
.card-wrapper .card__information .button span,
.card-wrapper .product-form__submit span,
.card-wrapper button.button span{
  display: inline-flex !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  white-space: nowrap !important;
}

/* =========================
   STC_BTN_TEXT_CENTER_HOTFIX_V1_END
   ========================= */

/* =========================
   STC_HIDE_CARD_ATC_LOGGED_IN_START
   - Oculta Add-to-cart SOLO logueado
   - SOLO en tarjetas (cards)
   ========================= */

body.customer-logged-in .card-wrapper .quick-add,
body.customer-logged-in .card-wrapper .product-form,
body.customer-logged-in .card-wrapper .product-form__buttons,
body.customer-logged-in .card-wrapper .quick-add__submit,
body.customer-logged-in .card-wrapper .product-form__submit{
  display: none !important;
}

/* por si el theme usa wrapper extra */
body.customer-logged-in .card-wrapper .card__information .product-form,
body.customer-logged-in .card-wrapper .card__information .product-form__buttons{
  display: none !important;
}

/* =========================
   STC_HIDE_CARD_ATC_LOGGED_IN_END
   ========================= */

/* STC_FORCE_ATC_V6_START (PILLS + MISMO ALTO) */
:root{
  --stc-red:#d10024;
  --stc-red2:#a8001c;
  --stc-p1:#fff7fb;
  --stc-p2:#ffe5ef;
  --stc-h:64px;
  --stc-r:999px;
  --stc-b:2px;
}

/* ambos botones: mismo alto real */
.template-product .product__info-wrapper .product-form__buttons .button,
.template-product .product__info-wrapper .shopify-payment-button__button,
.template-product .product__info-wrapper .shopify-payment-button__button--unbranded{
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: var(--stc-h) !important;
  height: var(--stc-h) !important;
  padding: 0 18px !important;

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

  border-radius: var(--stc-r) !important;   /* <- CURVOS SI O SI */
  font-weight: 800 !important;
  letter-spacing: .2px !important;
  text-transform: none !important;
}

/* separación bonita entre ellos */
.template-product .product__info-wrapper .product-form__buttons{
  gap: 14px !important;
}

/* AGREGAR AL CARRITO: pastel + borde rojo + texto rojo (pro) */
.template-product .product__info-wrapper .product-form__buttons .product-form__submit[name="add"],
.template-product .product__info-wrapper .product-form__buttons button[name="add"].button{
  color: var(--stc-red) !important;
  background: linear-gradient(180deg, var(--stc-p1) 0%, var(--stc-p2) 100%) !important;
  border: var(--stc-b) solid var(--stc-red) !important;

  box-shadow:
    0 16px 30px rgba(209,0,36,.10),
    inset 0 1px 0 rgba(255,255,255,.9) !important;

  position: relative !important;
  overflow: hidden !important;
}

/* Shine diagonal (diseño más nuevo) */
.template-product .product__info-wrapper .product-form__buttons .product-form__submit[name="add"]::before{
  content:"" !important;
  position:absolute !important;
  inset:-60% -80% !important;
  background: linear-gradient(120deg, transparent 35%, rgba(255,255,255,.55) 50%, transparent 65%) !important;
  transform: translateX(-35%) !important;
  transition: transform .35s ease !important;
  pointer-events:none !important;
}
.template-product .product__info-wrapper .product-form__buttons .product-form__submit[name="add"]:hover::before{
  transform: translateX(35%) !important;
}
.template-product .product__info-wrapper .product-form__buttons .product-form__submit[name="add"]:hover{
  background: linear-gradient(180deg, #fff1f7 0%, #ffd9ea 100%) !important;
}

/* COMPRAR AHORA: rojo como estaba, MISMO ALTO (borde transparente para igualar) */
.template-product .product__info-wrapper .shopify-payment-button__button,
.template-product .product__info-wrapper .shopify-payment-button__button--unbranded{
  color:#fff !important;
  background: linear-gradient(180deg, var(--stc-red) 0%, var(--stc-red2) 100%) !important;

  border: var(--stc-b) solid transparent !important; /* <- iguala exacto el alto */
  box-shadow: 0 20px 40px rgba(209,0,36,.22) !important;

  position: relative !important;
  overflow: hidden !important;
}

/* highlight suave arriba (premium) */
.template-product .product__info-wrapper .shopify-payment-button__button::before,
.template-product .product__info-wrapper .shopify-payment-button__button--unbranded::before{
  content:"" !important;
  position:absolute !important;
  left: 10% !important;
  right: 10% !important;
  top: -45% !important;
  height: 90% !important;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.22), transparent 60%) !important;
  pointer-events:none !important;
}
/* STC_FORCE_ATC_V6_END */

/* =========================
   ========================= */

/* =========================

/* =========================
   STC_PDP_PRO_CONTROLS_V2_START
   Product page (Dawn) - Quantity + Buttons PRO (móvil/desktop)
   ========================= */

:root{
  --stc-accent: #b80022;                 /* rojo pro */
  --stc-accent-2: #d10024;
  --stc-ink: #0f0f10;
  --stc-muted: rgba(15,15,16,.62);
  --stc-border: rgba(15,15,16,.14);
  --stc-card: rgba(255,255,255,.92);
  --stc-soft: rgba(184,0,34,.10);

  --stc-radius: 18px;
  --stc-h: 52px;                         /* altura unificada */
  --stc-step-h: 46px;                    /* stepper un poco más bajo */
  --stc-step-w: 46px;                    /* botones +/- */
}

/* --------- 0) Precio: quitar fondos/círculos raros (por si quedó algo previo) --------- */
.product__info-container .price,
.product__info-container .price *{
  background: transparent !important;
  box-shadow: none !important;
}
.product__info-container .price .price__container,
.product__info-container .price .price__regular,
.product__info-container .price .price__sale,
.product__info-container .price .price-item{
  padding: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
}

/* --------- 1) Bloque Cantidad (label + stepper) --------- */
.product-form__quantity{
  margin: 14px 0 14px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}
.product-form__quantity label{
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--stc-muted) !important;
  letter-spacing: .2px !important;
}

/* Stepper moderno */
.product-form__quantity quantity-input.quantity{
  width: 190px !important;
  max-width: 100% !important;
  height: var(--stc-step-h) !important;

  display: grid !important;
  grid-template-columns: var(--stc-step-w) 1fr var(--stc-step-w) !important;
  align-items: center !important;

  border-radius: 999px !important;
  border: 1px solid var(--stc-border) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(245,245,245,.92)) !important;
  overflow: hidden !important;

  box-shadow: 0 10px 26px rgba(0,0,0,.08) !important;
  backdrop-filter: blur(10px) !important;
}

/* Líneas sutiles internas */
.product-form__quantity quantity-input.quantity::before,
.product-form__quantity quantity-input.quantity::after{
  content:"";
  position:absolute;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(15,15,16,.08);
  pointer-events:none;
}
.product-form__quantity quantity-input.quantity{ position: relative !important; }
.product-form__quantity quantity-input.quantity::before{ left: var(--stc-step-w); }
.product-form__quantity quantity-input.quantity::after{ right: var(--stc-step-w); }

/* Botones +/- */
.product-form__quantity quantity-input.quantity .quantity__button{
  width: var(--stc-step-w) !important;
  height: var(--stc-step-h) !important;
  border: 0 !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.product-form__quantity quantity-input.quantity .quantity__button:hover{
  background: var(--stc-soft) !important;
}
.product-form__quantity quantity-input.quantity .quantity__button:active{
  transform: scale(.98) !important;
}
.product-form__quantity quantity-input.quantity .svg-wrapper svg{
  width: 18px !important;
  height: 18px !important;
}

/* Input central */
.product-form__quantity quantity-input.quantity .quantity__input{
  height: var(--stc-step-h) !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  color: var(--stc-ink) !important;
  outline: none !important;
}

/* Focus pro */
.product-form__quantity quantity-input.quantity:focus-within{
  border-color: rgba(184,0,34,.55) !important;
  box-shadow: 0 0 0 4px rgba(184,0,34,.16), 0 12px 26px rgba(0,0,0,.10) !important;
}

/* --------- 2) Botonera: full width, premium, sin bordes gruesos feos --------- */
.product-form__buttons{
  display: grid !important;
  gap: 10px !important;
  margin-top: 6px !important;
}

/* Agregar al carrito (principal) */
.product-form__submit,
.product-form__buttons .product-form__submit{
  min-height: var(--stc-h) !important;
  border-radius: var(--stc-radius) !important;
  border: 1px solid rgba(184,0,34,.35) !important;

  background: linear-gradient(135deg, var(--stc-accent), var(--stc-accent-2)) !important;
  color: #fff !important;

  font-weight: 900 !important;
  letter-spacing: .2px !important;
  text-transform: none !important;

  box-shadow: 0 14px 34px rgba(184,0,34,.22) !important;
}
.product-form__submit:hover{
  filter: brightness(1.03) !important;
  transform: translateY(-1px) !important;
}
.product-form__submit:active{
  transform: translateY(0) !important;
}

/* Comprar ahora (Shopify payment button) -> negro premium */
.shopify-payment-button{
  margin-top: 0 !important;
}
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded{
  min-height: var(--stc-h) !important;
  border-radius: var(--stc-radius) !important;
  border: 1px solid rgba(15,15,16,.18) !important;

  background: linear-gradient(180deg, #17171a, #0b0b0c) !important;
  color: #fff !important;

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

  box-shadow: 0 12px 28px rgba(0,0,0,.22) !important;
}
.shopify-payment-button__button:hover{
  transform: translateY(-1px) !important;
}
.shopify-payment-button__button:active{
  transform: translateY(0) !important;
}

/* Si Shopify mete estilos raros inline, que no vuelva a “pastel” */
.shopify-payment-button__button--branded{
  border-radius: var(--stc-radius) !important;
  overflow: hidden !important;
}

/* Responsive: stepper al 100% si la pantalla es muy angosta */
@media (max-width: 380px){
  .product-form__quantity quantity-input.quantity{
    width: 100% !important;
  }
}

/* =========================
   STC_PDP_PRO_CONTROLS_V2_END
   ========================= */

/* =========================
   ========================= */

/* =========================

/* =========================

/* =========================

/* =========================
   STC_QTY_STEPPER_V2_START
   Quantity (Dawn) -> sutil / universal / pro
   - Botones visibles con degradado rojo
   - Número SIEMPRE centrado
   - Sin líneas internas raras
   Aplica a: <quantity-input class="quantity ...">
   ========================= */

:root{
  --stc-red: #d10024;
  --stc-red2: #a8001c;
  --stc-ink: #121212;
  --stc-border: rgba(18,18,18,.14);
  --stc-bg: #fff;
  --stc-h: 46px;      /* alto */
  --stc-btn: 40px;    /* ancho columna botones */
  --stc-radius: 999px;
}

/* Contenedor principal */
quantity-input.quantity{
  display: grid !important;
  grid-template-columns: var(--stc-btn) 1fr var(--stc-btn) !important;
  align-items: center !important;
  gap: 0 !important;

  width: 100% !important;
  max-width: 240px !important;
  height: var(--stc-h) !important;

  background: var(--stc-bg) !important;
  border: 1px solid var(--stc-border) !important;
  border-radius: var(--stc-radius) !important;
  overflow: hidden !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.05) !important;
}

/* Quitar separadores/pseudo líneas raras */
quantity-input.quantity::before,
quantity-input.quantity::after,
quantity-input.quantity .quantity__button::before,
quantity-input.quantity .quantity__button::after{
  content: none !important;
  display: none !important;
}

/* Botones +/- (sin bordes ni líneas) */
quantity-input.quantity .quantity__button{
  width: var(--stc-btn) !important;
  height: var(--stc-h) !important;
  min-height: var(--stc-h) !important;

  border: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: transparent !important;

  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  outline: none !important;

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

/* “Botón” circular interno con degradado rojo (SIEMPRE visible) */
quantity-input.quantity .quantity__button .svg-wrapper{
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;

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

  background: linear-gradient(180deg, var(--stc-red), var(--stc-red2)) !important;
  box-shadow: 0 8px 16px rgba(209,0,36,.18) !important;
}

/* Íconos: forzar color blanco (evita que queden “blancos sobre blanco”) */
quantity-input.quantity .quantity__button .svg-wrapper svg{
  width: 16px !important;
  height: 16px !important;

  color: #fff !important;
  fill: currentColor !important;
  stroke: currentColor !important;

  opacity: 1 !important;
}

/* Hover/active */
quantity-input.quantity .quantity__button:hover .svg-wrapper{
  filter: brightness(1.06);
}
quantity-input.quantity .quantity__button:active .svg-wrapper{
  transform: scale(.96);
}

/* Estado deshabilitado (minus en 1): visible pero neutro */
quantity-input.quantity .quantity__button[disabled]{
  opacity: 1 !important;
  pointer-events: none !important;
}
quantity-input.quantity .quantity__button[disabled] .svg-wrapper{
  background: rgba(18,18,18,.10) !important;
  box-shadow: none !important;
}
quantity-input.quantity .quantity__button[disabled] .svg-wrapper svg{
  color: rgba(18,18,18,.45) !important;
}

/* Input número: centrado REAL */
quantity-input.quantity .quantity__input{
  height: var(--stc-h) !important;
  min-height: var(--stc-h) !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;

  text-align: center !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  color: var(--stc-ink) !important;

  padding: 0 8px !important;
}

/* Quitar flechitas del input number */
quantity-input.quantity input[type="number"]::-webkit-outer-spin-button,
quantity-input.quantity input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none !important;
  margin: 0 !important;
}
quantity-input.quantity input[type="number"]{
  -moz-appearance: textfield !important;
}

/* Focus pro */
quantity-input.quantity:focus-within{
  border-color: rgba(209,0,36,.55) !important;
  box-shadow: 0 0 0 4px rgba(209,0,36,.12), 0 10px 22px rgba(0,0,0,.05) !important;
}

/* Tamaño “bonito” en cart */
.cart-quantity{
  max-width: 240px !important;
}

/* Mobile: compacto pero igual de claro */
@media (max-width: 480px){
  :root{ --stc-h: 44px; --stc-btn: 40px; }
  quantity-input.quantity{ max-width: 220px !important; }
}

/* STC_QTY_STEPPER_V2_END */

/* =========================
   STC_RELATED_HEADING_V1_START
   "Productos relacionados" (Dawn) -> más pro / más grande / estilo rojo sutil
   ========================= */

.product-recommendations__heading,
.related-products__heading,
h2.product-recommendations__heading,
h2.related-products__heading{
  font-family: var(--font-heading-family, inherit) !important;
  font-weight: 900 !important;
  letter-spacing: .2px !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  color: #111 !important;

  margin: 26px 0 14px !important;
  position: relative !important;
  padding-left: 14px !important;
}

/* Barra roja vertical (marca) */
.product-recommendations__heading::before,
.related-products__heading::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 6px !important;
  height: 70% !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #d10024, #a8001c) !important;
  box-shadow: 0 10px 18px rgba(209,0,36,.18) !important;
}

/* Subrayado suave */
.product-recommendations__heading::after,
.related-products__heading::after{
  content: "" !important;
  display: block !important;
  width: 84px !important;
  height: 3px !important;
  margin-top: 10px !important;
  border-radius: 999px !important;
  background: rgba(209,0,36,.22) !important;
}

/* Mobile: un toque más compacto */
@media (max-width: 480px){
  .product-recommendations__heading,
  .related-products__heading{
    font-size: 22px !important;
    margin: 22px 0 12px !important;
  }
}

/* STC_RELATED_HEADING_V1_END */

/* =========================
   STC_RELATED_HEADING_V2_START
   Quita subrayado (línea abajo) y deja solo barra izquierda
   ========================= */

.product-recommendations__heading::after,
.related-products__heading::after{
  content: none !important;     /* elimina la línea de abajo */
  display: none !important;
}

/* Mantener barra izquierda + look pro */
.product-recommendations__heading,
.related-products__heading{
  font-family: var(--font-heading-family, inherit) !important;
  font-weight: 900 !important;
  letter-spacing: .2px !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  color: #111 !important;
  margin: 26px 0 14px !important;
  position: relative !important;
  padding-left: 14px !important;
}

.product-recommendations__heading::before,
.related-products__heading::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 6px !important;
  height: 70% !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #d10024, #a8001c) !important;
  box-shadow: 0 10px 18px rgba(209,0,36,.18) !important;
}

/* STC_RELATED_HEADING_V2_END */
/* =========================
   STC_HIDE_ATC_LOGGED_FALLBACK_START
   Garantía: si detectamos sesión (logout), ocultamos quick-add en cards
   ========================= */
html.stc-logged-in .quick-add,
html.stc-logged-in .card__content .quick-add,
html.stc-logged-in .card-wrapper .quick-add{
  display: none !important;
}
/* por si algún botón queda fuera del wrapper */
html.stc-logged-in button.quick-add__submit{
  display: none !important;
}
 /* =========================
   STC_HIDE_ATC_LOGGED_FALLBACK_END
   ========================= */


/* === STC: REMOVE QUICK ADD BUTTON ON ALL CARDS (collections, carousels, related, complementary) === */
.card-wrapper .quick-add,
.card-wrapper .quick-add__submit,
.card__information .quick-add,
#product-grid .quick-add,
#product-grid .quick-add__submit,
.complementary-products__container .quick-add,
.complementary-products__container .quick-add__submit,
.product-recommendations .quick-add,
.product-recommendations .quick-add__submit,
.related-products .quick-add,
.related-products .quick-add__submit,
section[id*="featured-collection"] .quick-add,
section[id*="featured-collection"] .quick-add__submit {
  display: none !important;
}


/* NEZEND — HIDE QUICK-ADD IN CARDS (LOGGED IN) */
   Quita el botón "Agregar al carrito" en cualquier CARD (colecciones, relacionados, sliders)
   SOLO cuando el cliente está logeado. NO toca la página de producto.
*/
body.customer-logged-in .card-wrapper .quick-add,
body.customer-logged-in .card-wrapper .product-form,
body.customer-logged-in .card-wrapper .product-form__buttons,
body.customer-logged-in .card-wrapper .quick-add__submit,
body.customer-logged-in .card-wrapper .product-form__submit{
  display: none !important;
}



/* =========================
   NZ — Card Add Button (single, medidas pro)
   ========================= */
.nz-card-add{ margin-top: 12px; width:100%; }
.nz-card-add__form{ width:100%; }
.nz-card-add__btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:999px;
  padding:14px 16px;
  min-height:54px;
  line-height:1.15;
}
.nz-card-add__txt{
  flex:1;
  text-align:center;
  white-space:normal;
  word-break:break-word;
}
.nz-card-add__plus{
  flex:0 0 36px;
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background: rgba(255,255,255,.18);
  font-weight:900;
}


/* =========================
   NZ — Card Add Button (FIX v2: más ancho + texto no se corta)
   ========================= */
.nz-card-add{
  width:100%;
  box-sizing:border-box;
  padding: 0 14px 14px; /* separa del borde del card (evita que se corte) */
}
.nz-card-add__btn{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  font-size: 14px;       /* letra más pequeña */
  padding: 14px 18px;    /* un poquito más ancho */
  min-height: 54px;
  transform: none !important;
  left:auto !important;
  right:auto !important;
}
.nz-card-add__txt{
  white-space: nowrap;   /* que no parta raro */
  overflow: hidden;
  text-overflow: ellipsis; /* si algún día se pone largo, no se deforma */
  font-weight: 700;
  font-size: inherit;
}
.nz-card-add__plus{
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

/* móvil pequeño */
@media (max-width: 420px){
  .nz-card-add{ padding: 0 12px 12px; }
  .nz-card-add__btn{ font-size: 13px; min-height: 50px; padding: 13px 16px; }
  .nz-card-add__plus{ width: 30px; height: 30px; flex-basis: 30px; }
}























.nz-card-add-wrap{
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* BOTÓN centrado y ancho */
.nz-add-btn{
  width: 92%;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 14px;
  border: 0;
  border-radius: 999px;

  color: #fff;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;

  background: linear-gradient(180deg, #b00012 0%, #6f000b 100%);
  box-shadow: 0 10px 22px rgba(176, 0, 18, .22);
  cursor: pointer;

  white-space: nowrap;
}

.nz-add-text{
  display: inline-block;
  min-width: 0;
}

.nz-add-plus{
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  background: rgba(255,255,255,.14);
}

.nz-add-btn.is-soldout{
  opacity: .6;
  cursor: not-allowed;
}

.nz-card-sku{
  font-size: 12px;
  opacity: .85;
  line-height: 1.2;
}

/* evita recortes */
.card .card__content,
.card .card__information{
  overflow: visible !important;
}
/* NZ CARD ADD BUTTON END */


/* NZ CARD LAYOUT START */
/* 1) Card en columna + altura completa: botón SIEMPRE queda alineado y estable */
.product-card-wrapper .card__content{
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 0 !important; /* controlamos padding nosotros */
}

/* 2) Título y precio: pegados a la izquierda con padding limpio */
.product-card-wrapper .card__information{
  flex: 1 1 auto !important;
  padding: 12px 14px 0 !important;
  text-align: left !important;
}

.product-card-wrapper .card__heading,
.product-card-wrapper .card__heading a{
  text-align: left !important;
}

.product-card-wrapper .card__heading{
  margin: 0 0 6px !important;
  line-height: 1.15 !important;
}

.product-card-wrapper .price{
  margin: 0 0 10px !important;
  justify-content: flex-start !important;
}

/* 3) Evita duplicados / empujes raros: apaga el quick-add nativo de Dawn */
.product-card-wrapper .quick-add{
  display: none !important;
}
/* NZ CARD LAYOUT END */


/* NZ CARD ADD BUTTON START */
/* Botón: centrado, mismo ancho siempre, y fijo abajo gracias a margin-top:auto en el wrap */
.nz-card-add-wrap{
  margin-top: auto;
  width: 100%;
  padding: 0 14px 14px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.nz-add-btn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; /* CENTRADO real */
  gap: 10px;

  min-height: 46px;
  padding: 12px 14px;
  border: 0;
  border-radius: 999px;

  background: linear-gradient(180deg, #b00012 0%, #6f000b 100%);
  box-shadow: 0 10px 22px rgba(176, 0, 18, .22);

  color: #fff;
  font-weight: 900;
  font-size: 13px; /* letra más pequeña = nunca se sale */
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.nz-add-text{
  white-space: nowrap; /* "Agregar" jamás se parte */
}

.nz-add-plus{
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  background: rgba(255,255,255,.14);
  flex: 0 0 auto;
}

.nz-add-btn.is-soldout{
  opacity: .55;
  cursor: not-allowed;
}

.nz-card-sku{
  font-size: 12px;
  opacity: .85;
  line-height: 1.2;
  text-align: left;
}
/* NZ CARD ADD BUTTON END */

