/** Shopify CDN: Minification failed

Line 5488:12 Unexpected "{"
Line 5488:21 Expected ":"
Line 5488:28 Unexpected "{"
Line 5489:15 Expected identifier but found whitespace
Line 5489:17 Unexpected "{"
Line 5489:26 Expected ":"
Line 5495:12 Unexpected "{"
Line 5495:21 Expected ":"
Line 5503:12 Unexpected "{"
Line 5503:21 Expected ":"
... and 73 more hidden warnings

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

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
  gap: 18px !important;
  column-gap: 28px !important;
}

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

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

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

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

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

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

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

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

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

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

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

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

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

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
/* =========================================
   HEADER GLOBAL TIMBREMANIA
   DESKTOP
   ========================================= */
@media screen and (min-width: 990px) {
  .shopify-section-header-sticky .header-wrapper .header,
  .section-header .header-wrapper .header,
  .header-wrapper .header {
    display: grid !important;
    grid-template-columns: auto minmax(420px, 620px) minmax(220px, 300px) auto !important;
    grid-template-areas:
      "heading search cta icons"
      "menu menu menu menu" !important;
    align-items: center !important;
    column-gap: 22px !important;
    row-gap: 12px !important;
    padding: 14px 0 10px !important;
  }

  /* LOGO */
  .header__heading {
    grid-area: heading !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .header__heading-logo-wrapper,
  .header__heading-link {
    display: inline-flex !important;
    align-items: center !important;
  }

  .header__heading-logo {
    max-width: 300px !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* SEARCH */
  .header__search--desktop {
    grid-area: search !important;
    justify-self: stretch !important;
    align-self: center !important;
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    margin: 0 !important;
  }

  .header__search--desktop form,
  .header__search--desktop .search,
  .header__search--desktop .field {
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
  }

  .header__search--desktop .field {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
  }

  .header__search--desktop .field::before,
  .header__search--desktop .field::after {
    content: none !important;
    display: none !important;
  }

  .header__search--desktop .field__input,
  .header__search--desktop .search__input,
  .header__search--desktop input[type="search"] {
    width: 100% !important;
    min-width: 0 !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 60px 0 24px !important;
    border: none !important;
    outline: none !important;
    border-radius: 999px !important;
    background: linear-gradient(
      135deg,
      rgba(64, 214, 235, 0.16),
      rgba(176, 97, 231, 0.16)
    ) !important;
    box-shadow:
      inset 0 0 0 1px rgba(112, 83, 210, 0.10),
      0 8px 20px rgba(86, 68, 176, 0.10) !important;
    font-size: 15px !important;
    color: #2b2b2b !important;
    transition: all 0.25s ease !important;
  }

  .header__search--desktop input::placeholder,
  .header__search--desktop .field__input::placeholder,
  .header__search--desktop .search__input::placeholder {
    color: #7565a7 !important;
    opacity: 1 !important;
  }

  .header__search--desktop input:focus,
  .header__search--desktop .field__input:focus,
  .header__search--desktop .search__input:focus {
    background: linear-gradient(
      135deg,
      rgba(64, 214, 235, 0.22),
      rgba(176, 97, 231, 0.22)
    ) !important;
    box-shadow:
      inset 0 0 0 2px rgba(112, 83, 210, 0.12),
      0 10px 28px rgba(86, 68, 176, 0.14) !important;
  }

  .header__search--desktop .field__button,
  .header__search--desktop .search__button,
  .header__search--desktop button {
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    opacity: 1 !important;
  }

  .header__search--desktop button svg,
  .header__search--desktop .field__button svg,
  .header__search--desktop .search__button svg {
    width: 20px !important;
    height: 20px !important;
    color: #7a4fff !important;
    stroke: #7a4fff !important;
  }

  /* CTA WRAP */
  .tm-header-cta-wrap {
    grid-area: cta !important;
    justify-self: stretch !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
  }

  /* CTA REAL */
  .tm-header-cta {
    width: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    gap: 10px !important;
    min-height: 56px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    position: relative !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.34), transparent 0.72rem),
      radial-gradient(circle at 86% 68%, rgba(255, 255, 255, 0.18), transparent 1.6rem),
      linear-gradient(105deg, #28c6d9 0%, #ff7a45 34%, #f25572 63%, #7652d6 100%) !important;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.22),
      0 1.2rem 2.8rem rgba(118, 82, 214, 0.24),
      0 0.8rem 1.8rem rgba(242, 85, 114, 0.16) !important;
    transition:
  filter 0.25s ease,
  box-shadow 0.25s ease,
  opacity 0.2s ease !important;
    animation: tmCtaPulse 2.8s ease-in-out infinite;
  }

  .tm-header-cta:hover {
  transform: none !important;
  filter: brightness(1.06) saturate(1.05) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.3),
    0 1.4rem 3.2rem rgba(118, 82, 214, 0.3),
    0 1rem 2rem rgba(242, 85, 114, 0.18) !important;
}

  .tm-header-cta:focus-visible {
    outline: none !important;
    box-shadow:
      0 0 0 4px rgba(53, 203, 230, 0.22),
      inset 0 0 0 1px rgba(255,255,255,0.24),
      0 14px 28px rgba(95, 77, 180, 0.28) !important;
  }

  .tm-header-cta__icon {
    font-size: 14px !important;
    line-height: 1 !important;
  }

  .tm-header-cta__text {
    line-height: 1 !important;
  }

  /* ICONOS */
.header__icons,
.header__icons.header__icons--localization {
  grid-area: icons !important;
  justify-self: end !important;
  align-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  min-width: 0 !important;
}

.header__icons .header__icon,
.header__icons .header__icon--account,
.header__icons .header__icon--cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}

.header__icons .header__icon--cart {
  margin-left: -2px !important;
}

.header__icons .cart-count-bubble {
  right: -2px !important;
  top: 2px !important;
}

  /* MENÚ */
  .header__inline-menu {
    grid-area: menu !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 6px !important;
    padding-top: 10px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  }

  .list-menu--inline {
    gap: 28px !important;
  }

  .header__menu-item {
    transition: opacity 0.2s ease !important;
  }

 @media screen and (min-width: 990px) {
  .header__inline-menu > .list-menu > li > .header__menu-item:hover,
  .header__inline-menu > .list-menu > li > header-menu > details > summary:hover {
    opacity: 0.75 !important;
  }
}
 
}

#HeaderMenu-disenar {
  display: none !important;
}

/* PULSE SUTIL */
@keyframes tmCtaPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      inset 0 0 0 3px rgba(255,255,255,0.22),
      0 10px 22px rgba(95, 77, 180, 0.22);
  }
  50% {
    transform: scale(1.05);
    box-shadow:
      inset 0 0 0 3px rgba(255,255,255,0.24),
      0 14px 28px rgba(95, 77, 180, 0.26);
  }
}
@media screen and (min-width: 990px) {
  .tm-sticky-cta {
    display: none !important;
  }
}

@media screen and (max-width: 989px) {
  .tm-header-cta-wrap,
  .tm-header-cta,
  .tm-sticky-cta {
    display: none !important;
  }

  body {
    padding-bottom: 0 !important;
  }
}
/* =========================================
   HERO CARDS PRO LAYOUT
   Se conserva la ÚLTIMA versión válida
   ========================================= */
.hero-cards {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 0 clamp(16px, 5vw, 60px);
  gap: 20px;
  margin-top: 30px;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
}

/* IMAGEN FULL */
.hero-card__image,
.hero-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-card__image img,
.hero-card__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-card__image img {
  transition: transform 0.7s ease;
}

/* EFECTO ZOOM */
.hero-card:hover img {
  transform: scale(1.08);
}

/* OVERLAY */
.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.59), transparent 60%);
}

/* CONTENIDO */
.hero-card__content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: white;
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: rgba(11, 11, 11, 0.56);
}

/* TITULO */
.hero-card__content h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color:#FFFF;
}

/* SUBTITULO */
.hero-card__content p {
  margin: 6px 0 0;
  font-size: 14px;
  opacity: 0.9;
}

/* BOTÓN */
.hero-btn {
  display: inline-block;
  margin-top: 12px;
  background: white;
  color: black;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

/* MOBILE HERO */
@media screen and (max-width: 989px) {
  .hero-cards {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .hero-card {
    min-height: 220px;
  }

  .hero-card__content {
    max-width: 100%;
    padding: 16px;
  }

  .hero-card__content h2 {
    font-size: 20px;
  }

  .hero-card__content p {
    font-size: 13px;
  }

  .hero-btn {
    font-size: 13px;
    padding: 6px 12px;
  }
}
@media screen and (min-width: 990px) {
  /* ===== NAV PRINCIPAL ===== */
  .header__inline-menu .header__menu-item {
    position: relative;
    padding: 10px 4px !important;
    color: #2b2b2b !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    opacity: 1 !important;
    transition:
      color 0.22s ease,
      opacity 0.22s ease,
      transform 0.22s ease;
  }

  .header__inline-menu .header__menu-item:hover {
    color: #7a4fff !important;
    transform: translateY(-1px);
    opacity: 1 !important;
  }

  /* Línea inferior suave en hover */
  .header__inline-menu .header__menu-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #35cbe6 0%, #b462e4 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
  }

  .header__inline-menu .header__menu-item:hover::after,
  .header__inline-menu details[open] > summary.header__menu-item::after,
  .header__inline-menu .header__active-menu-item::after {
    transform: scaleX(1);
  }

  /* ACTIVO */
  .header__inline-menu .header__active-menu-item {
    color: #111 !important;
    font-weight: 700 !important;
    position: relative;
  }

  /* Caret más fino */
  .header__inline-menu .header__menu-item .icon-caret,
  .header__inline-menu .header__menu-item svg {
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .header__inline-menu details[open] > summary .icon-caret,
  .header__inline-menu details[open] > summary svg {
    transform: rotate(180deg);
  }

  /* ===== DROPDOWN ===== */
  .header__inline-menu .header__submenu {
    margin-top: 14px !important;
    min-width: 250px !important;
    padding: 12px 0 !important;
    border-radius: 18px !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: rgba(255,255,255,0.96) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
      0 18px 40px rgba(0,0,0,0.10),
      0 4px 14px rgba(0,0,0,0.05) !important;
    overflow: visible !important;
  }

  /* Items dentro del dropdown */
  .header__inline-menu .header__submenu .header__menu-item,
  .header__inline-menu .header__submenu .mega-menu__link,
  .header__inline-menu .header__submenu a {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    padding: 12px 22px !important;
    color: #383838 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    border-radius: 0 !important;
    transform: none !important;
    transition:
      background 0.2s ease,
      color 0.2s ease,
      padding-left 0.2s ease;
  }

  .header__inline-menu .header__submenu .header__menu-item:hover,
  .header__inline-menu .header__submenu a:hover {
    background: linear-gradient(
      90deg,
      rgba(53, 203, 230, 0.10) 0%,
      rgba(180, 98, 228, 0.10) 100%
    ) !important;
    color: #6d42e0 !important;
    padding-left: 26px !important;
  }

  /* Nivel 2 / padre dentro del dropdown */
  .header__inline-menu .header__submenu summary.header__menu-item,
  .header__inline-menu .mega-menu__link--level-2 {
    font-weight: 700 !important;
    color: #242424 !important;
  }

  /* Subitems */
  .header__inline-menu .header__submenu .header__submenu {
    margin-top: 0 !important;
    margin-left: 10px !important;
    min-width: 240px !important;
  }

  /* Activo dentro del dropdown */
  .header__inline-menu .header__submenu .list-menu__item--active,
  .header__inline-menu .header__submenu .mega-menu__link--active {
    color: #7a4fff !important;
    font-weight: 700 !important;
    background: rgba(122, 79, 255, 0.06) !important;
  }

  /* Separación visual sutil entre grupos */
  .header__inline-menu .header__submenu > li + li {
    border-top: 1px solid rgba(0,0,0,0.04);
  }
}
.header__inline-menu .header__menu-item,
.header__inline-menu .header__menu-item span {
  text-decoration: none !important;
  border-bottom: none !important;
}


/* =========================================
   CUSTOMLY – PRODUCTOS PERSONALIZADOS
   Scope: .tm-product-customly
   ========================================= */

/* =========================================
   1) BASE / ESTRUCTURA
   ========================================= */

.tm-product-customly .product,
.tm-product-customly .product__media-wrapper,
.tm-product-customly .product__info-wrapper {
  position: relative;
  z-index: 2;
}

.tm-product-customly .product__media-wrapper,
.tm-product-customly .grid__item.product__media-wrapper {
  position: relative !important;
  overflow: visible !important;
  align-self: start !important;
}

.tm-product-customly .product-media-container,
.tm-product-customly .product__media,
.tm-product-customly .product__media-item {
  background: transparent !important;
}

.tm-product-customly .product-media-container {
  position: relative !important;
  min-height: 520px !important;
  height: auto !important;
  overflow: visible !important;
}

/* =========================================
   2) OCULTAR VARIANTES NATIVAS
   Solo en timbres Customily
   ========================================= */

.tm-product-stamp variant-selects,
.tm-product-stamp variant-radios {
  opacity: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}



/* =========================================
   3) PREVIEW / CUSTOMLY
   ========================================= */

.tm-product-customly .customly-preview,
.tm-product-customly .customly-preview * {
  z-index: 1 !important;
}

.tm-product-customly .customly-preview {
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.tm-product-customly .cl-canvas-container.cl-fixed {
  position: static !important;
}

.tm-product-customly .cl-canvas-container {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: transparent !important;
}

.tm-product-customly .canvas-wrapper,
.tm-product-customly .customly-preview,
.tm-product-customly .customily-preview-wrapper {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}

.tm-product-customly .canvas-wrapper {
  margin-top: 0 !important;
  overflow: hidden !important;
  z-index: 20 !important;
  box-shadow: none;
  transform: none !important;
  animation: previewShadowFade 0.6s ease 1s forwards;
}

.tm-product-customly .canvas-wrapper canvas,
.tm-product-customly .canvas-wrapper img {
  display: block !important;
  transform: translateY(1px) scale(1);
  transform-origin: top center;
}

/* mejora de performance visual */
.tm-product-customly .cl-canvas-container,
.tm-product-customly .canvas-wrapper,
.tm-product-customly canvas {
  contain: layout paint style;
}

/* =========================================
   4) IMAGEN NATIVA SHOPIFY
   ========================================= */

.tm-product-customly .product__modal-opener--image {
  pointer-events: none !important;
  transition: opacity 0.1s ease;
}

/* =========================================
   4) IMAGEN NATIVA SHOPIFY
   No ocultar el contenedor completo
========================================= */

.tm-product-customly .product__modal-opener--image {
  pointer-events: none !important;
  transition: opacity 0.1s ease;
}

/* Apaga pseudo-elementos de Dawn, sin tocar canvas */
.tm-product-customly.is-preview-ready .product__modal-opener.product__modal-opener--image::before,
.tm-product-customly.is-preview-ready .product__modal-opener.product__modal-opener--image::after,
.tm-product-customly.is-preview-ready .product__media-toggle::before,
.tm-product-customly.is-preview-ready .product__media-toggle::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* =========================================
   5) SKELETON / LOADING
   ========================================= */

.tm-product-customly .product__media-wrapper {
  position: relative;
}

.tm-product-customly .cl-canvas-container,
.tm-product-customly .canvas-wrapper {
  position: relative;
  z-index: 2;
}

.tm-product-customly .tm-preview-skeleton {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 18px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  background:
    linear-gradient(
      90deg,
      rgba(240, 240, 240, 0.9) 25%,
      rgba(250, 250, 250, 1) 37%,
      rgba(240, 240, 240, 0.9) 63%
    );
  background-size: 400% 100%;
  animation: tmSkeletonLoading 1.2s ease-in-out infinite;
}

.tm-product-customly.is-preview-loading .tm-preview-skeleton {
  opacity: 1;
}

.tm-product-customly.is-preview-ready .tm-preview-skeleton {
  opacity: 0;
}

@keyframes tmSkeletonLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes previewShadowFade {
  from {
    box-shadow: none;
  }
  to {
    box-shadow:
      0 10px 10px rgba(249, 46, 134, 0.15),
      0 10px 10px rgba(47, 14, 157, 0.1);
  }
}

/* =========================================
   6) TIPOGRAFÍA / INFO PRODUCTO
   ========================================= */

.tm-product-customly .product__title,
.tm-product-customly .product__title h1,
.tm-product-customly h1.product__title,
.tm-product-customly .product__info-wrapper h1 {
  font-size: clamp(2.5rem, 4.2vw, 4.5rem);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-bottom: 1.8rem;
}

.tm-product-customly .price,
.tm-product-customly .price--large,
.tm-product-customly .product__info-container .price {
  margin-bottom: 2.2rem;
}

.tm-product-customly .step-title,
.tm-product-customly .customly-step-title,
.tm-product-customly [class*="step"] strong,
.tm-product-customly .help-text-step,
.tm-product-customly .step-label,
.tm-product-customly p[class*="step"],
.tm-product-customly div[class*="step-title"] {
  color:rgb(240, 104, 188) !important;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 2.6rem;
  display: block;
}

.tm-product-customly .product-form__input legend,
.tm-product-customly .product-form__input .form__label,
.tm-product-customly .customly_option label,
.tm-product-customly .customily_option label {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}

.tm-product-customly .help-text,
.tm-product-customly .field__help,
.tm-product-customly small,
.tm-product-customly .option-helper-text {
  font-size: 1.6rem;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.55);
}

/* =========================================
   7) SWATCHES / ESPACIADOS
   ========================================= */

.tm-product-customly .product-form__input--swatch,
.tm-product-customly .product-form__input--pill,
.tm-product-customly .swatch-input__input + label,
.tm-product-customly .swatch,
.tm-product-customly fieldset.product-form__input {
  margin-bottom: 2.2rem;
}

.tm-product-customly .product-form__input--swatch .swatch-input,
.tm-product-customly .product-form__input--swatch .swatch,
.tm-product-customly .product-form__input--swatch label,
.tm-product-customly .product-form__input--pill label {
  margin-right: 1rem;
}

.tm-product-customly .product-form__input--swatch,
.tm-product-customly .customly-swatches,
.tm-product-customly .variant-input-wrap {
  margin-bottom: 3.2rem !important;
}

.tm-product-customly .product-form__input--swatch + *,
.tm-product-customly .customly-swatches + *,
.tm-product-customly .variant-input-wrap + * {
  margin-top: 1.8rem;
}

/* =========================================
   8) DESKTOP STICKY
   ========================================= */

@media screen and (min-width: 990px) {
  .tm-product-customly .product__media-wrapper,
  .tm-product-customly media-gallery,
  .tm-product-customly slider-component,
  .tm-product-customly .product__media-list,
  .tm-product-customly .product__media-item,
  .tm-product-customly .product-media-container {
    overflow: visible !important;
    transform: none !important;
    contain: none !important;
  }

  .tm-product-customly .grid__item.product__media-wrapper {
    position: sticky !important;
    top: 25px !important;
    align-self: flex-start !important;
  }

  .tm-product-customly .product-media-container {
    min-height: auto !important;
    height: auto !important;
  }
}

/* =========================================
   9) MOBILE BASE
   ========================================= */

@media screen and (max-width: 989px) {
  .tm-product-customly .product-media-container {
    min-height: 420px !important;
  }

  .tm-product-customly .product__info-wrapper,
  .tm-product-customly .product-form,
  .tm-product-customly .customily-product-options,
  .tm-product-customly .customily-option,
  .tm-product-customly .customily-options,
  .tm-product-customly .customily-swatches,
  .tm-product-customly .customily-text-input,
  .tm-product-customly .customily-field,
  .tm-product-customly .product-form__input {
    position: relative !important;
    z-index: 1 !important;
  }
}

/* =========================================
   10) MOBILE STICKY REAL
   Solo se activa cuando quieras mantener preview visible
   ========================================= */

@media screen and (max-width: 989px) {
  .tm-product-customly .product__media-wrapper,
  .tm-product-customly .grid__item.product__media-wrapper,
  .tm-product-customly media-gallery,
  .tm-product-customly slider-component,
  .tm-product-customly .product__media-list,
  .tm-product-customly .product__media-item,
  .tm-product-customly .product-media-container {
    overflow: visible !important;
    contain: none !important;
    transform: none !important;
  }

  .tm-product-customly .grid__item.product__media-wrapper{
    position: sticky !important;
    top: -1px !important;
    z-index: 30 !important;
    align-self: flex-start !important;
  }
  
}

/* =========================================
   11) MOBILE HORIZONTAL / LANDSCAPE
   aquí sí conviene más el sticky
   ========================================= */

@media screen and (max-width: 989px) and (orientation: landscape) {
  .tm-product-customly .grid__item.product__media-wrapper {
    position: sticky !important;
    top: 8px !important;
    z-index: 30 !important;
    align-self: flex-start !important;
  }

  .tm-product-customly .product-media-container {
    min-height: auto !important;
  }
}

/* =========================================
   CUSTOMILY POPUP – ESTILO TIMBREMANIA
   ========================================= */

.customily-confirm-dialog {
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.55) !important;
}

/* contenedor principal */
.customily-confirm-content {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 28px 26px !important;
  max-width: 420px;
  width: calc(100% - 32px);
  box-shadow:
    0 20px 50px rgba(0,0,0,0.18),
    0 10px 25px rgba(122,63,242,0.15);
  text-align: center;
  animation: tmPopupIn 0.35s ease;
}

/* animación suave */
@keyframes tmPopupIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ===== TÍTULO ===== */
.customily-confirm-header {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #2f0e9d !important;
  margin-bottom: 10px !important;
}

/* ===== TEXTO ===== */
.customily-confirm-message {
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
  color: rgba(0,0,0,0.65) !important;
  margin-bottom: 22px !important;
}

/* ===== BOTONES ===== */
.customily-confirm-footer {
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* botón principal */
.customily-confirm-footer button:first-child {
  background: linear-gradient(135deg, #4fd1c5, #7a3ff2);
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 600 !important;
  font-size: 1.5rem !important;
  box-shadow: 0 8px 20px rgba(122,63,242,0.25);
  transition: all 0.2s ease;
}

.customily-confirm-footer button:first-child:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(122,63,242,0.35);
}

/* botón secundario */
.customily-confirm-footer button:last-child {
  background: #f3f3f3 !important;
  color: #444 !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-size: 1.5rem !important;
  border: none !important;
  transition: all 0.2s ease;
}

.customily-confirm-footer button:last-child:hover {
  background: #e6e6e6 !important;
}

/* ===== BOTÓN CERRAR (X) ===== */
.customily-confirm-header button,
.customily-confirm-header .close {
  position: absolute;
  right: 16px;
  top: 12px;
  font-size: 1.6rem;
  opacity: 0.6;
}

.customily-confirm-header button:hover {
  opacity: 1;
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
  .customily-confirm-content {
    padding: 22px 18px !important;
    border-radius: 16px !important;
  }

  .customily-confirm-header {
    font-size: 2rem !important;
  }

  .customily-confirm-message {
    font-size: 1.5rem !important;
  }

  .customily-confirm-footer {
    flex-direction: column;
  }

  .customily-confirm-footer button {
    width: 100%;
  }
}

/* ===== OCULTAR CANTIDAD (SIN ROMPER FORM) ===== */

.tm-product-customly .product-form__input.product-form__quantity,
.tm-product-customly [id*="Quantity"],
.tm-product-customly .quantity {
  display: none !important;
}

.tm-helper-text {
  font-size: 1.2rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.55); /* 👈 más neutro */
  text-align: center;
  max-width: 300px;
  margin: 10px auto 0 auto;
}
/* =========================================
   FIX Z-INDEX MENU MOBILE VS PREVIEW
   ========================================= */

@media screen and (max-width: 989px) {
  /* el preview debe seguir sticky, pero no dominar toda la interfaz */
  .tm-product-customly .grid__item.product__media-wrapper {
    z-index: 10 !important;
  }

  .tm-product-customly .product__media-wrapper,
  .tm-product-customly .product-media-container,
  .tm-product-customly .cl-canvas-container,
  .tm-product-customly .canvas-wrapper {
    z-index: 10 !important;
  }

  /* el header y el menú móvil deben quedar por encima */
  .shopify-section-header-sticky,
  .section-header,
  .header-wrapper,
  .header,
  .menu-drawer-container,
  .menu-drawer,
  .header__inline-menu,
  details-menu-drawer,
  .js details[open] > .menu-drawer,
  .menu-opening .menu-drawer {
    z-index: 1000 !important;
  }
}
/* ===== CTA LIMPIO TIMBREMANIA ===== */

.tm-product-customly #customily-cart-btn {
  background: linear-gradient(135deg, #ff7a1a 0%, #ff9f1c 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(255, 122, 26, 0.28) !important;
  font-weight: 800 !important;
  letter-spacing: 0.03rem;
}

.tm-product-customly #customily-cart-btn:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(255, 122, 26, 0.34) !important;
}

.tm-product-customly #customily-cart-btn:active {
  transform: scale(0.98);
}

/* oculta botón duplicado */
.tm-product-customly .hidden-cart-btn {
  display: none !important;
}

/*quitar borde negro al agregar al carrito */
.button--secondary:after {
  --border-opacity: none;
}

.price-item{
  font-size:2.5rem !important;
}

/* =========================================
   TEXTAREA CUSTOMLY – ELEGANTE Y MODERNO
   ========================================= */

.tm-product-customly textarea,
.tm-product-customly #cl_optionsapp textarea,
.tm-product-customly .customily_option textarea,
.tm-product-customly .cl-accordion textarea {
  width: 100% !important;
  min-height: 108px !important;
  padding: 14px 16px !important;

  border: 1px solid rgba(47, 14, 157, 0.14) !important;
  border-radius: 14px !important;
  background: #ffffff !important;

  font-size: 1.7rem !important;
  line-height: 1.45 !important;
  color: #2b2b2b !important;

  box-shadow:
    0 4px 14px rgba(47, 14, 157, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;

  resize: vertical !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease !important;
}

/* placeholder */
.tm-product-customly textarea::placeholder,
.tm-product-customly #cl_optionsapp textarea::placeholder,
.tm-product-customly .customily_option textarea::placeholder,
.tm-product-customly .cl-accordion textarea::placeholder {
  color: rgba(43, 43, 43, 0.42) !important;
  font-size: 1.55rem !important;
}

/* hover */
.tm-product-customly textarea:hover,
.tm-product-customly #cl_optionsapp textarea:hover,
.tm-product-customly .customily_option textarea:hover,
.tm-product-customly .cl-accordion textarea:hover {
  border-color: rgba(47, 14, 157, 0.22) !important;
}

/* focus */
.tm-product-customly textarea:focus,
.tm-product-customly #cl_optionsapp textarea:focus,
.tm-product-customly .customily_option textarea:focus,
.tm-product-customly .cl-accordion textarea:focus {
  outline: none !important;
  background: #fff !important;
  border-color: rgba(90, 61, 240, 0.45) !important;
  box-shadow:
    0 0 0 4px rgba(66, 198, 216, 0.10),
    0 8px 20px rgba(90, 61, 240, 0.08) !important;
}

/* mobile */
@media screen and (max-width: 989px) {
  .tm-product-customly textarea,
  .tm-product-customly #cl_optionsapp textarea,
  .tm-product-customly .customily_option textarea,
  .tm-product-customly .cl-accordion textarea {
    min-height: 96px !important;
    padding: 13px 14px !important;
    font-size: 1.6rem !important;
  }

  .tm-product-customly textarea::placeholder,
  .tm-product-customly #cl_optionsapp textarea::placeholder,
  .tm-product-customly .customily_option textarea::placeholder,
  .tm-product-customly .cl-accordion textarea::placeholder {
    font-size: 1.45rem !important;
  }
}

@media screen and (max-width: 989px) {
  .tm-header-cta-wrap,
  .tm-header-cta,
  .tm-sticky-cta {
    display: none !important;
  }

  body {
    padding-bottom: 0 !important;
  }

  .tm-menu-disenar,
  #HeaderDrawer-disenar {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 18px 0 8px;
    padding: 14px 18px;
    min-height: 54px;
    border-radius: 999px;
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    background: #f25572 !important;
    box-shadow:
      inset 0 0 0 3px rgba(255,255,255,0.22),
      0 14px 28px rgba(242, 85, 114, 0.22);
  }

  .tm-menu-disenar:hover,
  .tm-menu-disenar:focus,
  .tm-menu-disenar:active,
  #HeaderDrawer-disenar:hover,
  #HeaderDrawer-disenar:focus,
  #HeaderDrawer-disenar:active {
    background: #ff6f80 !important;
    color: #fff !important;
    text-decoration: none !important;
  }
}

@media screen and (max-width: 989px) and (orientation: landscape) {
  .section-header.shopify-section-group-header-group,
  .shopify-section-header-sticky {
    position: sticky;
    top: 0;
    z-index: 30;
  }

  .header-wrapper,
  .header {
    min-height: 72px !important;
  }

  .header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .header__heading-link {
    padding: 0 !important;
  }

  .header__heading-logo-wrapper,
  .header__heading-logo-link,
  .header__heading-link {
    max-width: 140px !important;
  }

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

  .header__icons {
    gap: 8px !important;
  }

  .header__icon {
    width: 38px !important;
    height: 38px !important;
  }

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

  .menu-drawer-container summary.header__icon--menu {
    width: 38px !important;
    height: 38px !important;
  }

  .menu-drawer {
    height: calc(100vh - 72px) !important;
    top: 72px !important;
  }

  .menu-drawer__navigation {
    padding-top: 8px !important;
  }
}

/* PRUEBAS BLOQUEO SWATCHES*/
@media screen and (min-width: 990px) {
  .cl-canvas-container,
  .canvas-wrapper,
  .product-media-container,
  .product__media-wrapper {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
  }
}

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

  /* Layout vertical limpio */
  .tm-product-customly {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Preview arriba */
  .tm-product-customly .product__media-wrapper {
    order: 1 !important;
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
  }

  /* Info abajo (NO encima) */
  .tm-product-customly .product__info-wrapper {
    order: 2 !important;
    width: 100% !important;
    position: relative !important;
    z-index: 2 !important;
    margin-top: 0px !important; /* 🔥 separación real */
    background: transparent !important; /* 🔥 clave */
  }

  /* Quitar sticky */
  .tm-product-customly .product__info-container.product__column-sticky {
    position: static !important;
  }

  /* Eliminar cualquier marco raro */
  .tm-product-customly .product__media-item,
  .tm-product-customly .product-media-container,
  .tm-product-customly .cl-canvas-container,
  .tm-product-customly .canvas-wrapper {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* El preview NO bloquea */
  .tm-product-customly .cl-canvas-container,
  .tm-product-customly .canvas-wrapper {
    pointer-events: none !important;
  }

}
@media screen and (max-width: 989px) and (orientation: portrait) {
  .tm-product-customly .product__info-wrapper,
  .tm-product-customly .product__info-wrapper *,
  .tm-product-customly .product-form,
  .tm-product-customly .product-form *,
  .tm-product-customly variant-radios,
  .tm-product-customly variant-selects,
  .tm-product-customly .customily_option,
  .tm-product-customly .customily_options,
  .tm-product-customly .customily-swatches,
  .tm-product-customly .customily-step,
  .tm-product-customly .tm-step-block {
    pointer-events: auto !important;
  }
}


@media screen and (max-width: 989px) and (orientation: portrait) {
  .product__media-item.is-active {
    display: flex !important;
    align-items: flex-start !important;
  }

  .product-media-container {
    align-self: flex-start !important;
  }
}

@media screen and (max-width: 989px) and (orientation: portrait) {
  /* Contenedor general de opciones */
  .product__info-wrapper,
  .product-form,
  .product-form__input {
    text-align: left !important;
  }

  /* Títulos de pasos tipo 1) 2) 3) 4) */
  .product__info-wrapper h1,
  .product__info-wrapper h2,
  .product__info-wrapper h3,
  .product__info-wrapper h4,
  .product-form h1,
  .product-form h2,
  .product-form h3,
  .product-form h4 {
    text-align: left !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  /* Si Customily o algún script los mete en spans/divs */
  .product__info-wrapper .customily-step,
  .product__info-wrapper .tm-step-block,
  .product__info-wrapper [class*="step"],
  .product__info-wrapper [id*="step"] {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  /* Labels y ayudas */
  .product__info-wrapper label,
  .product__info-wrapper .form__label,
  .product__info-wrapper p,
  .product__info-wrapper small {
    text-align: left !important;
  }
}

/* POPUP AGREGAR AL CARRITO*/
.tm-cart-feedback {
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  z-index: 10000;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: center;
  width: min(92vw, 43rem);
  padding: 1.6rem 1.8rem;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 14%, rgba(242, 85, 114, 0.42), transparent 16rem),
    radial-gradient(circle at 88% 14%, rgba(0, 184, 176, 0.4), transparent 16rem),
    linear-gradient(135deg, #101728 0%, #1c202b 58%, #090b10 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2rem;
  box-shadow:
    0 2rem 5rem rgba(16, 23, 40, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  opacity: 0;
  transform: translateY(1rem);
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.tm-cart-feedback.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tm-cart-feedback__spinner {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 999px;
  border: 0.35rem solid rgba(255, 255, 255, 0.24);
  border-top-color: var(--tm-configurator-cyan, #00b8b0);
  animation: tm-cart-feedback-spin 0.8s linear infinite;
}

.tm-cart-feedback__copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.tm-cart-feedback__copy strong {
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 900;
}

.tm-cart-feedback__copy span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.22rem;
  line-height: 1.35;
}

@keyframes tm-cart-feedback-spin {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 749px) {
  .tm-cart-feedback {
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
    width: auto;
    padding: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-cart-feedback,
  .tm-cart-feedback__spinner {
    animation: none;
    transition-duration: 0.01ms;
  }
}

/* ===== Cart notification global ===== */
#cart-notification,
.cart-notification {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  top: auto !important;
  left: auto !important;
  width: min(92vw, 520px) !important;
  max-width: 520px !important;
  margin: 0 !important;
  z-index: 9999 !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%) !important;
  border: 0 !important;
  border-radius: 28px !important;
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.18),
    0 8px 24px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden !important;
}

#cart-notification::before,
.cart-notification::before {
  content: "";
  display: block;
  width: 56px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  margin: 12px auto 4px;
}

#cart-notification .page-width,
.cart-notification .page-width,
.cart-notification-wrapper {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.cart-notification__header {
  padding: 12px 22px 14px !important;
  border-bottom: 1px solid rgba(0,0,0,.06) !important;
}

.cart-notification__header h2,
.cart-notification__header .h5,
.cart-notification__header .h4 {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}

.cart-notification__close {
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: rgba(0,0,0,.04) !important;
}

.cart-notification__close .svg-wrapper,
.cart-notification__close svg {
  width: 18px !important;
  height: 18px !important;
}

.cart-notification__item {
  padding: 18px 22px 8px !important;
}

.cart-notification-product {
  display: grid !important;
  grid-template-columns: 72px 1fr !important;
  gap: 14px !important;
  align-items: start !important;
}

.cart-notification-product__image,
.cart-notification__item img {
  width: 72px !important;
  min-width: 72px !important;
  height: 72px !important;
  object-fit: cover !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.08) !important;
}

.cart-notification-product__name,
.cart-notification__item .h4,
.cart-notification__item .h5 {
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.cart-notification__item,
.cart-notification__item p,
.cart-notification__item div,
.cart-notification__item span {
  color: #2d2d2d !important;
}

.cart-notification__item strong,
.cart-notification__item b {
  color: #111 !important;
  font-weight: 700 !important;
}

.cart-notification-product .product-option {
  display: block !important;
  margin: 0.18rem 0 !important;
  color: #5f6470 !important;
  font-size: 1.45rem !important;
  line-height: 1.35 !important;
}

.cart-notification-product .product-option dt {
  display: inline !important;
  color: #101728 !important;
  font-weight: 800 !important;
}

.cart-notification-product .product-option dd {
  display: inline !important;
  margin: 0 !important;
  color: #626875 !important;
  font-weight: 500 !important;
}

.cart-notification__links {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding: 16px 22px 24px !important;
}

/* reset duro */
.cart-notification__links .button,
.cart-notification__links .button--secondary,
.cart-notification__links .button-label,
.cart-notification__links a.button,
.cart-notification__links button,
.cart-notification__links > * {
  outline: none !important;
}

.cart-notification__links .button::before,
.cart-notification__links .button::after,
.cart-notification__links .button--secondary::before,
.cart-notification__links .button--secondary::after,
.cart-notification__links .button-label::before,
.cart-notification__links .button-label::after,
.cart-notification__links a.button::before,
.cart-notification__links a.button::after {
  content: none !important;
  display: none !important;
}

.cart-notification__links .button,
.cart-notification__links .button-label,
.cart-notification__links a.button,
.cart-notification__links .link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  width: 100% !important;
  min-height: 56px !important;
  padding: 0 22px !important;
  border-radius: 18px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

.cart-notification__links .button::after,
.cart-notification__links .button-label::after,
.cart-notification__links a.button::after,
.cart-notification__links .link::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: 0.28 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='90' viewBox='0 0 560 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.55'%3E%3Cpath d='M95 0C120 18 103 43 77 42C52 41 55 72 27 74C8 75 0 63 0 63V0H95Z' fill='white'/%3E%3Ccircle cx='118' cy='29' r='8' stroke='white' stroke-width='3'/%3E%3Ccircle cx='144' cy='40' r='4' fill='white'/%3E%3C/g%3E%3Cg opacity='0.5'%3E%3Ccircle cx='22' cy='55' r='3' fill='white'/%3E%3Ccircle cx='38' cy='55' r='3' fill='white'/%3E%3Ccircle cx='54' cy='55' r='3' fill='white'/%3E%3Ccircle cx='22' cy='71' r='3' fill='white'/%3E%3Ccircle cx='38' cy='71' r='3' fill='white'/%3E%3Ccircle cx='54' cy='71' r='3' fill='white'/%3E%3C/g%3E%3Cg opacity='0.7' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M455 16C475 5 490 28 510 16C525 7 540 12 552 20'/%3E%3Cpath d='M455 28C475 17 490 40 510 28C525 19 540 24 552 32'/%3E%3Cpath d='M455 40C475 29 490 52 510 40C525 31 540 36 552 44'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

/* Ver carrito */
.cart-notification__links .button--secondary {
  background: #242833 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 0 !important;
  box-shadow: 0 12px 26px rgba(16, 23, 40, 0.22) !important;
}

.cart-notification__links .button--secondary:hover,
.cart-notification__links .button--secondary:focus {
  background: #171b24 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 15px 30px rgba(16, 23, 40, 0.28) !important;
}

/* Pagar pedido */
.cart-notification__links .button:not(.button--secondary) {
  background: #bfd100 !important;
  color: #fff !important;
  border: 0 !important;
  text-shadow: 0 1px 3px rgba(16, 23, 40, 0.32) !important;
  box-shadow: 0 14px 28px rgba(191, 209, 0, 0.26) !important;
}

.cart-notification__links .button:not(.button--secondary):hover,
.cart-notification__links .button:not(.button--secondary):focus {
  background: #aebf00 !important;
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(16, 23, 40, 0.36) !important;
  box-shadow: 0 16px 32px rgba(174, 191, 0, 0.3) !important;
}

/* Seguir comprando */
.cart-notification__links .link {
  background: #f25572 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 0 !important;
  box-shadow: 0 12px 26px rgba(242, 85, 114, 0.2) !important;
}

.cart-notification__links .link:hover,
.cart-notification__links .link:focus {
  background: #df4562 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 15px 30px rgba(223, 69, 98, 0.23) !important;
}

.cart-notification__links .link:hover,
.cart-notification__links .link:focus,
.cart-notification__links .button:hover,
.cart-notification__links .button:focus {
  transform: translateY(-1px);
}

@media screen and (max-width: 989px) {
  #cart-notification,
  .cart-notification {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    width: auto !important;
    max-width: none !important;
  }
}

@media screen and (max-width: 989px) and (orientation: landscape) {
  .shopify-section-header-sticky,
  .shopify-section-group-header-group,
  .section-header,
  .shopify-section-header,
  .header-wrapper,
  .header-wrapper--border-bottom,
  sticky-header,
  sticky-header.header-wrapper,
  header.header {
    position: static !important;
    top: auto !important;
    inset-top: auto !important;
    transform: none !important;
    will-change: auto !important;
    z-index: auto !important;
  }
   .header {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .header__heading-logo {
    max-width: 120px !important;
  }
}

/*PRUEBA HERO*/
  #tm-hero-{{ section.id }} {
    background: {{ section.settings.bg_color }};
    padding: 0;
    overflow: hidden;
    width: 100%;
  }

  #tm-hero-{{ section.id }} .tm-hero-split__inner {
    display: grid;
    grid-template-columns: 46% 54%;
    align-items: stretch;
    width: 100%;
    min-height: 680px;
  }

  #tm-hero-{{ section.id }} .tm-hero-split__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px clamp(24px, 5vw, 72px) 42px clamp(24px, 5vw, 72px);
    max-width: none;
  }

  #tm-hero-{{ section.id }} .tm-hero-split__badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    background: #e8ef7d;
    color: #1d2433;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 18px;
    width: fit-content;
  }

  #tm-hero-{{ section.id }} .tm-hero-split__title {
    font-size: clamp(30px, 4vw, 65px);
    line-height: 0.95;
    letter-spacing: -0.04em;
    font-weight: 900;
    color: #091122;
    margin: 0 0 22px;
    max-width: 700px;
  }

  #tm-hero-{{ section.id }} .tm-hero-split__subtitle {
    font-size: clamp(15px, 1.25vw, 19px);
    line-height: 1.45;
    color: #384255;
    max-width: 620px;
    margin-bottom: 26px;
  }

  #tm-hero-{{ section.id }} .tm-hero-split__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
  }

  #tm-hero-{{ section.id }} .tm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 26px;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    transition: all .2s ease;
  }

  #tm-hero-{{ section.id }} .tm-btn:hover {
    transform: translateY(-2px);
  }

  #tm-hero-{{ section.id }} .tm-btn--primary {
    background: linear-gradient(90deg, #36c6eb 0%, #b06af0 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(109, 96, 194, 0.22);
  }

  #tm-hero-{{ section.id }} .tm-btn--secondary {
    background: #fff;
    color: #1b2230;
    border: 2px solid #c8cfdd;
  }

  #tm-hero-{{ section.id }} .tm-hero-split__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
  }

  #tm-hero-{{ section.id }} .tm-benefit {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  #tm-hero-{{ section.id }} .tm-benefit__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.07);
    flex: 0 0 42px;
    font-size: 19px;
  }

  #tm-hero-{{ section.id }} .tm-benefit strong {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 4px;
  }

  #tm-hero-{{ section.id }} .tm-benefit p {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    color: #5b6577;
  }

  #tm-hero-{{ section.id }} .tm-hero-split__visual {
    position: relative;
    min-height: 100%;
  }

  #tm-hero-{{ section.id }} .tm-hero-split__canvas {
    height: 100%;
    min-height: 680px;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    background: linear-gradient(135deg, #f7f2ff 0%, #f7eff7 46%, #fff4ef 100%);
  }

  #tm-hero-{{ section.id }} .tm-hero-main-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (max-width: 990px) {
     #tm-hero-{{ section.id }} .tm-hero-bg__inner {
    width: min(100% - 32px, 720px);
    padding: 28px 0;
  }
    #tm-hero-{{ section.id }} .tm-hero-split__inner {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    #tm-hero-{{ section.id }} .tm-hero-split__content {
      padding: 30px 24px;
    }

    #tm-hero-{{ section.id }} .tm-hero-split__benefits {
      grid-template-columns: 1fr;
    }

    #tm-hero-{{ section.id }} .tm-hero-split__canvas {
      min-height: 420px;
    }
  }

  @media screen and (max-width: 640px) {
    #tm-hero-{{ section.id }} .tm-hero-split__title {
      font-size: 42px;
    }

    #tm-hero-{{ section.id }} .tm-hero-split__subtitle {
      font-size: 18px;
    }

    #tm-hero-{{ section.id }} .tm-hero-split__buttons {
      flex-direction: column;
    }

    #tm-hero-{{ section.id }} .tm-btn {
      width: 100%;
    }

    #tm-hero-{{ section.id }} .tm-hero-split__canvas {
      min-height: 300px;
    }
  }


/*pruebas */

/* ===== Quitar franja negra / overlay ===== */
.hero-cards .hero-card::before,
.hero-cards .hero-card::after,
.hero-cards .hero-card__overlay,
.hero-cards .card-overlay,
.hero-cards .media-overlay {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}

/* Si el fondo negro viene del bloque de contenido */
.hero-cards .hero-card__content,
.hero-cards .card-content,
.hero-cards .card__content {
  background: transparent !important;
  background-image: none !important;
}

/* ===== Subtitle blanco con sombra negra ===== */
.hero-cards .hero-card__subtitle,
.hero-cards .card-subtitle,
.hero-cards .subtitle {
  color: #fff !important;
  text-shadow:
    0 2px 6px rgba(0,0,0,0.75),
    0 0 2px rgba(0,0,0,0.95) !important;
}

/* Opcional: también al título para que se lea mejor */
.hero-cards .hero-card__title,
.hero-cards .card-title,
.hero-cards .title {
  color: #fff !important;
  text-shadow:
    0 3px 10px rgba(0,0,0,0.7),
    0 0 2px rgba(0,0,0,0.95) !important;
}

.hero-cards .hero-card__subtitle,
.hero-cards .card-subtitle,
.hero-cards .subtitle {
  color: #fff !important;
  text-shadow:
    0 1px 2px rgba(0,0,0,0.95),
    0 4px 12px rgba(0,0,0,0.65);
}

/* CORRECCION TAMAÑO HERO*/
/* ===== TM Hero compacto ===== */
#tm-hero-{{ section.id }} {
  min-height: 560px !important;
}

#tm-hero-{{ section.id }} .tm-hero-bg__inner {
  width: min(100% - 96px, 1680px);
  margin: 0 auto;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 34px 0;
}

#tm-hero-{{ section.id }} .tm-hero-bg__title {
  font-size: clamp(32px, 4vw, 62px) !important;
  line-height: 0.95 !important;
  margin-bottom: 16px !important;
  max-width: 760px !important;
}

#tm-hero-{{ section.id }} .tm-hero-bg__subtitle {
  font-size: clamp(15px, 1.25vw, 19px) !important;
  line-height: 1.38 !important;
  margin-bottom: 20px !important;
  max-width: 560px !important;
}

#tm-hero-{{ section.id }} .tm-hero-bg__buttons {
  margin-bottom: 20px !important;
}

#tm-hero-{{ section.id }} .tm-btn {
  min-height: 48px !important;
  padding: 0 22px !important;
  font-size: 16px !important;
  border-radius: 15px !important;
}

#tm-hero-{{ section.id }} .tm-benefit__icon {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  font-size: 16px !important;
}

#tm-hero-{{ section.id }} .tm-benefit strong {
  font-size: 14px !important;
}

#tm-hero-{{ section.id }} .tm-benefit p {
  font-size: 12px !important;
}

#tm-hero-{{ section.id }} .tm-hero-bg__benefits {
  gap: 18px !important;
}

/* Ocultar buscador grande del header */
.header .header__search,
.header-wrapper .header__search,
.header .search-modal__form,
.header .predictive-search,
.header .field__input[type="search"],
.header input[type="search"],
.header form[action="/search"] {
  display: none !important;
}

/* Header Timbremania: logo + menú + CTA en una fila */
@media screen and (min-width: 990px) {
  .header {
    display: grid !important;
    grid-template-columns: auto 1fr auto auto !important;
    align-items: center !important;
    column-gap: 28px !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .header__heading,
  .header__heading-link {
    grid-column: 1 !important;
  }

  .header__inline-menu {
    grid-column: 2 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
  }

  .header__inline-menu .list-menu--inline {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 34px !important;
  }

  .header__menu-item {
    padding: 10px 0 !important;
    font-weight: 700 !important;
    color: #071124 !important;
    text-decoration: none !important;
  }

  .header__menu-item span {
    text-decoration: none !important;
  }

  .header__icons {
    grid-column: 4 !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
  }
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    position: static !important;
    width: auto !important;
    order: unset !important;
  }

  .header-wrapper {
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
}
/* =========================================================
   TIMBREMANIA HEADER - LOGO + MENU + CTA + ICONOS EN UNA FILA
   ========================================================= */

@media screen and (min-width: 990px) {
  .header-wrapper {
    width: 100% !important;
    border-bottom: 1px solid rgba(0,0,0,.06) !important;
  }

  .header {
    max-width: 1500px !important;
    width: 100% !important;
    margin: 0 auto !important;

    display: grid !important;
    grid-template-columns: auto minmax(420px, 1fr) auto auto !important;
    grid-template-areas: "logo menu cta icons" !important;
    grid-template-rows: auto !important;

    align-items: center !important;
    justify-items: stretch !important;
    column-gap: 32px !important;

    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  /* LOGO */
  .header .header__heading {
    grid-area: logo !important;
    grid-column: auto !important;
    grid-row: auto !important;

    justify-self: start !important;
    align-self: center !important;

    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
  }

  .header .header__heading-link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
  }

  .header .header__heading-logo-wrapper {
    display: block !important;
    width: auto !important;
    max-width: 180px !important;
  }

  .header .header__heading-logo {
    display: block !important;
    width: auto !important;
    max-width: 180px !important;
    height: auto !important;
  }

  /* MENÚ */
  .header .header__inline-menu {
    grid-area: menu !important;
    grid-column: auto !important;
    grid-row: auto !important;

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

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    position: static !important;
    transform: none !important;
    border: 0 !important;
  }

  .header .header__inline-menu .list-menu--inline {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 34px !important;
    width: auto !important;
  }

  .header .header__menu-item,
  .header .header__menu-item span {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #071124 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .header .header__menu-item {
    padding: 8px 0 !important;
  }

  /* CTA */
  .header .tm-header-cta-wrap {
    grid-area: cta !important;
    grid-column: auto !important;
    grid-row: auto !important;

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

    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
  }

  .header .tm-header-cta {
    position: relative !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;

    min-height: 54px !important;
    padding: 0 34px !important;
    border-radius: 999px !important;

    background:
      radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.34), transparent 0.72rem),
      radial-gradient(circle at 86% 68%, rgba(255, 255, 255, 0.18), transparent 1.6rem),
      linear-gradient(105deg, #28c6d9 0%, #ff7a45 34%, #f25572 63%, #7652d6 100%) !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    font-size: 17px !important;

    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.22),
      0 1.2rem 2.8rem rgba(118, 82, 214, 0.24),
      0 0.8rem 1.8rem rgba(242, 85, 114, 0.16) !important;
    white-space: nowrap !important;
  }

  .header .tm-header-cta:hover {
    filter: brightness(1.06) saturate(1.06) !important;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.3),
      0 1.4rem 3.2rem rgba(118, 82, 214, 0.3),
      0 1rem 2rem rgba(242, 85, 114, 0.18) !important;
  }

  /* ÍCONOS */
  .header .header__icons {
    grid-area: icons !important;
    grid-column: auto !important;
    grid-row: auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;

    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
  }

  /* Ocultar buscadores */
  .header .header__search,
  .header .header__search--desktop,
  .header predictive-search,
  .header details-modal,
  .header .search-modal,
  .header .search-modal__form,
  .header form[action="/search"],
  .header .header__icon--search {
    display: none !important;
  }

  /* Evitar que el drawer/meta elementos invisibles ocupen espacio */
  .header header-drawer,
  .header .menu-drawer-container {
    display: none !important;
  }
}

/* AJUSTE PARA PANTALLAS MEDIANAS */
@media screen and (min-width: 990px) and (max-width: 1250px) {
  .header {
    grid-template-columns: auto minmax(300px, 1fr) auto auto !important;
    column-gap: 20px !important;
  }

  .header .header__heading-logo,
  .header .header__heading-logo-wrapper {
    max-width: 145px !important;
  }

  .header .header__inline-menu .list-menu--inline {
    gap: 22px !important;
  }

  .header .header__menu-item,
  .header .header__menu-item span {
    font-size: 15px !important;
  }

  .header .tm-header-cta {
    min-height: 48px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
  }
}

/* MOBILE: mantener estructura normal */
@media screen and (max-width: 989px) {
  .header .tm-header-cta-wrap {
    display: none !important;
  }

  .header .header__search--desktop {
    display: none !important;
  }
}

/* ===== Ajuste márgenes header Timbremania ===== */
@media screen and (min-width: 990px) {
  .header {
    max-width: 1680px !important;
    width: calc(100% - 96px) !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1250px) {
  .header {
    width: calc(100% - 48px) !important;
  }
}
/* ================================
   Timbremania - Alto real Hero Home
================================ */

.tm-hero-bg {
  height: 540px !important;
  min-height: 540px !important;
  max-height: 540px !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center center !important;
}

.tm-hero-bg .tm-hero-bg__inner {
  height: 100% !important;
  min-height: 100% !important;
  padding-top: 38px !important;
  padding-bottom: 32px !important;
  display: flex !important;
  align-items: center !important;
}

/* ================================
   Timbremania - Background sección Pack Full Branding
================================ */

#tm-pack-highlight-template--20170904142015__tm_pack_highlight_R7nidz {
  background:
    radial-gradient(circle at 8% 12%, rgba(44, 202, 221, 0.18) 0%, transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(157, 92, 255, 0.18) 0%, transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(255, 126, 46, 0.12) 0%, transparent 35%),
    linear-gradient(135deg, #fff7fb 0%, #f6f0ff 48%, #eefcff 100%) !important;

  padding-top: 80px !important;
  padding-bottom: 80px !important;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

/* ================================
   Timbremania - Hero móvil sin corte
================================ */

@media screen and (max-width: 749px) {
  .tm-hero-bg {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .tm-hero-bg .tm-hero-bg__inner {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;

    padding-top: 34px !important;
    padding-bottom: 34px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 749px) {
  .tm-hero-bg {
    background-position: 62% top !important;
  }
}
/* ================================
   Timbremania - Overlay cards categorías
================================ */

.tm-collection-card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 24px !important;
}

.tm-collection-card__image,
.tm-collection-card img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 1 !important;
}

.tm-collection-card__color-overlay,
.tm-collection-card__dark-overlay {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 2 !important;
  display: block !important;
}

/* Overlay oscuro real para mejorar lectura */
.tm-collection-card__dark-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.38) 58%,
    rgba(0, 0, 0, 0.58) 100%
  ) !important;
}

/* Overlay de color suave, opcional */
.tm-collection-card__color-overlay {
  background: rgba(0, 0, 0, 0.14) !important;
}

/* Contenido arriba del overlay */
.tm-collection-card__content {
  position: relative !important;
  z-index: 3 !important;
}

/* ================================
   Timbremania - Ajuste preview Customily desktop
   Evita que el canvas se corte
================================ */

@media screen and (min-width: 990px) {
  .tm-product-customly .product__media-wrapper {
    overflow: visible !important;
    align-self: flex-start !important;
  }

  .tm-product-customly .product-media-container,
  .tm-product-customly .product-media-container.constrain-height,
  .tm-product-customly .product-media-container.media-fit-cover {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .tm-product-customly .cl-canvas-container,
  .tm-product-customly .canvas-wrapper,
  .tm-product-customly .canvas-container {
    width: min(100%, 545px) !important;
    height: 545px !important;
    max-width: 545px !important;
    max-height: 545px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  .tm-product-customly canvas.upper-canvas,
  .tm-product-customly canvas.lower-canvas,
  .tm-product-customly .canvas-container canvas {
    width: 545px !important;
    height: 545px !important;
    max-width: 100% !important;
    max-height: 545px !important;
  }
}

/* ================================
   Timbremania - Pickup availability mobile
   Drawer completo con X visible
================================ */

@media screen and (max-width: 749px) {
  pickup-availability-drawer,
  .pickup-availability-drawer,
  .pickup-availability-drawer[open],
  .pickup-availability-drawer[aria-hidden='false'] {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    padding-top: 56px !important;
  }

  .pickup-availability-overlay,
  .pickup-availability-drawer__overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99998 !important;
  }

  pickup-availability-drawer button,
  pickup-availability-drawer .pickup-availability-drawer-button,
  pickup-availability-drawer .pickup-availability-drawer__button,
  pickup-availability-drawer button[aria-label*="Cerrar"],
  pickup-availability-drawer button[aria-label*="Close"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: 16px !important;
    right: 16px !important;
    z-index: 100000 !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
  }
}

/* ================================
   Timbremania - Ocultar producto/variante
   en información de retiro en tienda
================================ */
pickup-availability-drawer .pickup-availability-drawer-title {
  display: none !important;
}

pickup-availability-drawer .pickup-availability-header > p,
pickup-availability-drawer .pickup-availability-header > .caption-large {
  display: none !important;
}

/* TODO BIEN HASTA AQUI*/
/* ==================================================
   TIMBREMANIA - MEGA MENÚ PREMIUM BRAND STYLE
   Estilo: elegante, creativo, moderno, no infantil
================================================== */

@media screen and (min-width: 990px) {

  /* ===============================
     HEADER / CONTEXTO
  =============================== */

  .shopify-section-header,
  .header-wrapper,
  .header {
    position: relative !important;
    z-index: 9999 !important;
    background: #ffffff !important;
  }

  .header__inline-menu,
  .header__inline-menu .list-menu,
  .header__inline-menu .list-menu--inline {
    overflow: visible !important;
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo),
  #Details-HeaderMenu-2 {
    position: relative !important;
  }

  /* ===============================
     LINK CATÁLOGO + CHEVRON
  =============================== */

  #HeaderMenu-catalogo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    color: #101322 !important;
  }

  #HeaderMenu-catalogo .header__active-menu-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
  }

  #HeaderMenu-catalogo .icon-caret {
    position: static !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    margin-left: 4px !important;
    transform: none !important;
    flex-shrink: 0 !important;
  }

  /* Subrayado activo solo en Catálogo */
#Details-HeaderMenu-2:hover > summary::after,
#Details-HeaderMenu-2[open] > summary::after,
#Details-HeaderMenu-2:focus-within > summary::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -8px !important;
  width: 78% !important;
  height: 2px !important;
  transform: translateX(-50%) !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #18c6d3, #ef3b83, #7b4de3) !important;
  pointer-events: none !important;
}

/* Puente invisible para alcanzar el mega menú */
#Details-HeaderMenu-2 > summary::before {
  content: "" !important;
  position: absolute !important;
  left: -90px !important;
  top: 100% !important;
  width: calc(100% + 180px) !important;
  height: 65px !important;
  display: block !important;
  background: transparent !important;
  pointer-events: auto !important;
  z-index: 1000 !important;
}

  /* ===============================
     PANEL PRINCIPAL
  =============================== */

  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu,
  #Details-HeaderMenu-2 > .header__submenu {
    position: absolute !important;
    top: calc(100% + 18px) !important;
    left: 50% !important;
    transform: translateX(-30%) !important;

    width: min(1080px, calc(100vw - 80px)) !important;
    min-width: 900px !important;
    max-width: 1080px !important;

    padding: 26px !important;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;

    background:
      radial-gradient(circle at 8% 0%, rgba(24, 198, 211, 0.08), transparent 28%),
      radial-gradient(circle at 92% 10%, rgba(239, 59, 131, 0.07), transparent 30%),
      radial-gradient(circle at 80% 100%, rgba(123, 77, 227, 0.06), transparent 34%),
      #ffffff !important;

    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 30px !important;
    box-shadow:
      0 28px 70px rgba(15, 23, 42, 0.14),
      0 1px 0 rgba(255, 255, 255, 0.75) inset !important;

    z-index: 99999 !important;
    overflow: visible !important;
  }

  /* Flechita superior del panel */
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu::before,
  #Details-HeaderMenu-2 > .header__submenu::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 33%;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-left: 1px solid rgba(15, 23, 42, 0.08);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    transform: rotate(45deg);
    border-radius: 4px 0 0 0;
  }

  /* Puente invisible para que no se cierre al bajar el mouse */
  .header__inline-menu details:has(#HeaderMenu-catalogo)::after,
  #Details-HeaderMenu-2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -210px;
    width: 1260px;
    height: 34px;
    z-index: 99998;
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu::after,
  #Details-HeaderMenu-2 > .header__submenu::after {
    display: none !important;
    content: none !important;
  }

  /* ===============================
     CARDS PRINCIPALES
  =============================== */

  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li,
  #Details-HeaderMenu-2 > .header__submenu > li {
    --tm-accent: #18c6d3;
    --tm-accent-soft: rgba(24, 198, 211, 0.10);
    --tm-accent-glow: rgba(24, 198, 211, 0.18);

    position: relative !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;

    min-height: 245px !important;

    background:
      linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,1)),
      #ffffff !important;

    border: 1px solid rgba(15, 23, 42, 0.075) !important;
    border-radius: 24px !important;
    overflow: hidden !important;

    box-shadow:
      0 12px 28px rgba(15, 23, 42, 0.055),
      0 1px 0 rgba(255, 255, 255, 0.8) inset !important;
  }

  /* Colores por columna */
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li:nth-child(1),
  #Details-HeaderMenu-2 > .header__submenu > li:nth-child(1) {
    --tm-accent: #18c6d3;
    --tm-accent-soft: rgba(24, 198, 211, 0.12);
    --tm-accent-glow: rgba(24, 198, 211, 0.20);
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li:nth-child(2),
  #Details-HeaderMenu-2 > .header__submenu > li:nth-child(2) {
    --tm-accent: #ef3b83;
    --tm-accent-soft: rgba(239, 59, 131, 0.11);
    --tm-accent-glow: rgba(239, 59, 131, 0.18);
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li:nth-child(3),
  #Details-HeaderMenu-2 > .header__submenu > li:nth-child(3) {
    --tm-accent: #7b4de3;
    --tm-accent-soft: rgba(123, 77, 227, 0.11);
    --tm-accent-glow: rgba(123, 77, 227, 0.18);
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li:nth-child(4),
  #Details-HeaderMenu-2 > .header__submenu > li:nth-child(4) {
    --tm-accent: #f5a000;
    --tm-accent-soft: rgba(245, 160, 0, 0.11);
    --tm-accent-glow: rgba(245, 160, 0, 0.18);
  }

  /* Mancha abstracta elegante, no infantil */
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li::before,
  #Details-HeaderMenu-2 > .header__submenu > li::before {
    content: "";
    position: absolute;
    top: -42px;
    right: -34px;
    width: 140px;
    height: 120px;
    background:
      radial-gradient(circle at 30% 30%, var(--tm-accent-glow), transparent 58%),
      linear-gradient(135deg, var(--tm-accent-soft), transparent);
    border-radius: 42% 58% 44% 56%;
    filter: blur(0.2px);
    opacity: 0.9;
    pointer-events: none;
  }

  /* Textura/patrón sutil tecnológico */
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li::after,
  #Details-HeaderMenu-2 > .header__submenu > li::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 88px;
    height: 88px;
    background-image: radial-gradient(var(--tm-accent) 1px, transparent 1px);
    background-size: 8px 8px;
    opacity: 0.13;
    pointer-events: none;
  }

  /* ===============================
     TÍTULOS DE CADA CARD
  =============================== */

  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li > a,
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li > details > summary,
  #Details-HeaderMenu-2 > .header__submenu > li > a,
  #Details-HeaderMenu-2 > .header__submenu > li > details > summary {
    position: relative !important;
    z-index: 2 !important;

    min-height: 92px !important;
    padding: 24px 24px 20px 86px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;

    font-size: 1.72rem !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    color: #101322 !important;
    text-decoration: none !important;

    background:
      linear-gradient(180deg, var(--tm-accent-soft), rgba(255, 255, 255, 0.88)) !important;

    border-bottom: 0 !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;

    cursor: default !important;
  }

  /* Línea/acento bajo título */
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li > a::after,
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li > details > summary::after,
  #Details-HeaderMenu-2 > .header__submenu > li > a::after,
  #Details-HeaderMenu-2 > .header__submenu > li > details > summary::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--tm-accent), rgba(123, 77, 227, 0.75));
  }

  /* Icono principal de cada columna */
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li > a::before,
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li > details > summary::before,
  #Details-HeaderMenu-2 > .header__submenu > li > a::before,
  #Details-HeaderMenu-2 > .header__submenu > li > details > summary::before {
    position: absolute;
    left: 24px;
    top: 22px;

    width: 46px;
    height: 46px;
    border-radius: 16px;

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

    background:
      linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.60)),
      var(--tm-accent-soft);

    color: var(--tm-accent);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow:
      0 10px 22px var(--tm-accent-glow),
      0 1px 0 rgba(255,255,255,0.9) inset;

    font-size: 2rem;
    line-height: 1;
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li:nth-child(1) > details > summary::before,
  #Details-HeaderMenu-2 > .header__submenu > li:nth-child(1) > details > summary::before {
    content: "▣";
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li:nth-child(2) > details > summary::before,
  #Details-HeaderMenu-2 > .header__submenu > li:nth-child(2) > details > summary::before {
    content: "◉";
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li:nth-child(3) > details > summary::before,
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li:nth-child(3) > a::before,
  #Details-HeaderMenu-2 > .header__submenu > li:nth-child(3) > details > summary::before,
  #Details-HeaderMenu-2 > .header__submenu > li:nth-child(3) > a::before {
    content: "✦";
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li:nth-child(4) > details > summary::before,
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li:nth-child(4) > a::before,
  #Details-HeaderMenu-2 > .header__submenu > li:nth-child(4) > details > summary::before,
  #Details-HeaderMenu-2 > .header__submenu > li:nth-child(4) > a::before {
    content: "◆";
  }

  /* Links principales sin hijos */
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu > li > a,
  #Details-HeaderMenu-2 > .header__submenu > li > a {
    cursor: pointer !important;
  }

  /* ===============================
     SUBMENÚS SIEMPRE ABIERTOS
  =============================== */

  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details,
  #Details-HeaderMenu-2 .header__submenu details {
    position: static !important;
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu {
    position: static !important;
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    padding: 16px 18px 20px !important;
    margin: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu::before,
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu::after,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu::before,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu::after {
    display: none !important;
    content: none !important;
  }

  /* Sin acordeón interno */
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > summary,
  #Details-HeaderMenu-2 .header__submenu details > summary {
    pointer-events: none !important;
    cursor: default !important;
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > summary .icon-caret,
  #Details-HeaderMenu-2 .header__submenu details > summary .icon-caret {
    display: none !important;
  }

  /* ===============================
     LINKS INTERNOS
  =============================== */

  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu .header__menu-item,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu .header__menu-item {
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    gap: 12px !important;

    width: 100% !important;
    min-height: 54px !important;
    padding: 13px 42px 13px 56px !important;

    font-size: 1.36rem !important;
    font-weight: 720 !important;
    line-height: 1.25 !important;
    color: #34384a !important;
    text-decoration: none !important;

    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.56) !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    overflow-wrap: break-word !important;

    transition:
      background 0.18s ease,
      color 0.18s ease,
      transform 0.18s ease,
      box-shadow 0.18s ease !important;
  }

  /* Icono pequeño por link */
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu .header__menu-item::before,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu .header__menu-item::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    border-radius: 11px;
    background:
      linear-gradient(135deg, rgba(255,255,255,0.88), rgba(255,255,255,0.55)),
      var(--tm-accent-soft);
    border: 1px solid rgba(15, 23, 42, 0.045);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05);
  }

  /* Puntito tecnológico dentro del icono */
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu .header__menu-item span::before {
    display: none !important;
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu .header__menu-item::after,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu .header__menu-item::after {
    content: "›";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #101322;
    opacity: 0.5;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
  }

  /* Separador sutil */
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu li + li,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu li + li {
    margin-top: 8px !important;
  }

  /* Hover premium */
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu .header__menu-item:hover,
  #Details-HeaderMenu-2 .header__submenu .header__menu-item:hover {
    background: var(--tm-accent-soft) !important;
    color: #101322 !important;
    transform: translateX(3px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07) !important;
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu .header__menu-item:hover::after,
  #Details-HeaderMenu-2 .header__submenu .header__menu-item:hover::after {
    opacity: 0.9;
    color: var(--tm-accent);
  }

  /* ===============================
     LIMPIEZA GENERAL
  =============================== */

  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__active-menu-item,
  #Details-HeaderMenu-2 .header__active-menu-item {
    text-decoration: none !important;
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) li,
  #Details-HeaderMenu-2 li {
    list-style: none !important;
  }

  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__menu-item,
  .header__inline-menu details:has(#HeaderMenu-catalogo) summary,
  #Details-HeaderMenu-2 .header__menu-item,
  #Details-HeaderMenu-2 summary {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }
}

/* ==================================================
   OPCIONAL: 4 COLUMNAS CUANDO CREZCA EL CATÁLOGO
================================================== */

/*
@media screen and (min-width: 1200px) {
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu,
  #Details-HeaderMenu-2 > .header__submenu {
    width: min(1220px, calc(100vw - 80px)) !important;
    min-width: 1080px !important;
    max-width: 1220px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
*/

/* ==================================================
   MOBILE / TABLET
   Menú nativo Dawn funcionando normal
================================================== */

@media screen and (max-width: 989px) {
  .header__submenu {
    box-shadow: none;
  }
}
/* ==================================================
   TIMBREMANIA - FIX LÍNEA SOBRE TEXTOS MEGA MENÚ
   Debe ir al FINAL de base.css
================================================== */

@media screen and (min-width: 990px) {

  /* Aísla el mega menú para que no herede efectos raros del header global */
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu,
  #Details-HeaderMenu-2 > .header__submenu {
    isolation: isolate !important;
  }

  /* Links internos: posición y fondo limpio */
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu .header__menu-item,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu .header__menu-item {
    position: relative !important;
    z-index: 2 !important;

    background: rgba(255, 255, 255, 0.62) !important;
    background-image: none !important;

    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;

    opacity: 1 !important;
  }

  /* Elimina líneas/pseudo-elementos heredados que cruzan el texto */
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu .header__menu-item::before,
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu .header__menu-item::after,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu .header__menu-item::before,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu .header__menu-item::after {
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* Rehacemos el icono pequeño sin línea rara */
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu .header__menu-item::before,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu .header__menu-item::before {
    content: "" !important;

    position: absolute !important;
    left: 16px !important;
    top: 50% !important;

    width: 28px !important;
    height: 28px !important;

    transform: translateY(-50%) !important;
    border-radius: 11px !important;

    background: var(--tm-accent-soft) !important;
    border: 1px solid rgba(15, 23, 42, 0.045) !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05) !important;

    opacity: 1 !important;
  }

  /* Rehacemos la flecha a la derecha */
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu .header__menu-item::after,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu .header__menu-item::after {
    content: "›" !important;

    position: absolute !important;
    right: 18px !important;
    left: auto !important;
    top: 50% !important;

    width: auto !important;
    height: auto !important;

    transform: translateY(-50%) !important;

    background: transparent !important;
    color: var(--tm-accent) !important;

    font-size: 2rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;

    opacity: 0.65 !important;
  }

  /* Protege el texto del link */
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu .header__menu-item span,
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu .header__menu-item .header__active-menu-item,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu .header__menu-item span,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu .header__menu-item .header__active-menu-item {
    position: relative !important;
    z-index: 3 !important;

    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;

    opacity: 1 !important;
  }

  /* Evita que el hover global del header baje opacidad dentro del mega menú */
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu .header__menu-item:hover,
  #Details-HeaderMenu-2 .header__submenu .header__menu-item:hover {
    opacity: 1 !important;
  }

  /* Hover premium limpio */
  .header__inline-menu details:has(#HeaderMenu-catalogo) .header__submenu details > .header__submenu .header__menu-item:hover,
  #Details-HeaderMenu-2 .header__submenu details > .header__submenu .header__menu-item:hover {
    background: var(--tm-accent-soft) !important;
    color: #101322 !important;
    transform: translateX(3px) !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07) !important;
  }
}

/* ==================================================
   CUSTOMILY MOBILE - FIX CONTROLES TÁCTILES
   Para que mover / zoom / rotar funcionen en celular real
================================================== */

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

  .tm-product-customly canvas,
  .tm-product-customly .customily-preview,
  .tm-product-customly .customily-container,
  .tm-product-customly .customily-product-preview,
  .tm-product-customly .customily-mobile-controls,
  .tm-product-customly .cl-mobile-control-wrapper,
  .tm-product-customly .customily-mobile-controls-item,
  .tm-product-customly .cl-mobile-control-img {
    pointer-events: auto !important;
    touch-action: manipulation !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  /* Los botones de control deben quedar por encima */
  .tm-product-customly .customily-mobile-controls,
  .tm-product-customly .cl-mobile-control-wrapper,
  .tm-product-customly .customily-mobile-controls-item {
    position: relative !important;
    z-index: 999999 !important;
  }

  /* Evita que el contenedor del producto robe el gesto */
  .tm-product-customly .product__media-wrapper,
  .tm-product-customly .product__info-wrapper,
  .tm-product-customly .product__media-list,
  .tm-product-customly .product__media-item,
  .tm-product-customly .slider,
  .tm-product-customly .slider-mobile-gutter {
    touch-action: pan-y !important;
  }

  /* Evita overlays invisibles sobre Customily */
  .tm-product-customly .product__media-wrapper::before,
  .tm-product-customly .product__media-wrapper::after,
  .tm-product-customly .product__info-wrapper::before,
  .tm-product-customly .product__info-wrapper::after {
    pointer-events: none !important;
  }
}

/* ==================================================
   TIMBREMANIA - FIX FINAL MEGA MENÚ CATÁLOGO
   Hover correcto + menú centrado + puente estable
================================================== */

@media screen and (min-width: 990px) {

  /* El header debe ser la referencia para posicionar el mega menú */
  .header-wrapper,
  .header {
    position: relative !important;
    overflow: visible !important;
  }

  /* El menú no debe recortar el panel */
  .header__inline-menu,
  .header__inline-menu .list-menu--inline,
  .header__inline-menu > .list-menu {
    overflow: visible !important;
  }

  /* Catálogo solo ocupa su propio ancho */
  #Details-HeaderMenu-2 {
    position: static !important;
    width: max-content !important;
  }

  #Details-HeaderMenu-2 > summary,
  #HeaderMenu-catalogo {
    position: relative !important;
    width: max-content !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    z-index: 1002 !important;
  }

  /* Elimina la franja gigante invisible de Dawn/custom */
  #Details-HeaderMenu-2::after {
    content: none !important;
    display: none !important;
    pointer-events: none !important;
  }

  /* Puente invisible entre Catálogo y el mega menú */
  #Details-HeaderMenu-2 > summary::before {
    content: "" !important;
    position: absolute !important;
    left: -90px !important;
    top: 100% !important;
    width: calc(100% + 180px) !important;
    height: 50px !important;
    display: block !important;
    background: transparent !important;
    pointer-events: auto !important;
    z-index: 1000 !important;
  }

  /* Subrayado de Catálogo: ahora queda en ::after */
  #Details-HeaderMenu-2:hover > summary::after,
  #Details-HeaderMenu-2[open] > summary::after,
  #Details-HeaderMenu-2:focus-within > summary::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -8px !important;
    width: 78% !important;
    height: 2px !important;
    transform: translateX(-50%) !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #18c6d3, #ef3b83, #7b4de3) !important;
  }

  /* Panel principal centrado respecto al header/pantalla */
  #Details-HeaderMenu-2 > .header__submenu,
  #HeaderMenu-MenuList-2 {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;

    width: min(1080px, calc(100vw - 80px)) !important;
    min-width: 900px !important;
    max-width: 1080px !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    z-index: 1001 !important;
    transition: opacity .18s ease, visibility .18s ease !important;
  }

  /* Mostrar al pasar sobre Catálogo, puente o menú */
  #Details-HeaderMenu-2:hover > .header__submenu,
  #Details-HeaderMenu-2:focus-within > .header__submenu,
  #Details-HeaderMenu-2[open] > .header__submenu,
  #HeaderMenu-MenuList-2:hover {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  /* Evita que otros transforms antiguos lo corran */
  #HeaderMenu-MenuList-2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* ==================================================
   TIMBREMANIA - MEGA MENÚ FIX ESTABLE
   Centrado + aire interno + sin cortar textos
================================================== */

@media screen and (min-width: 990px) {

  /* Header como referencia visual */
  .header-wrapper,
  .header {
    overflow: visible !important;
  }

  /* Catálogo solo activa desde su propio ancho */
  #Details-HeaderMenu-2 {
    position: static !important;
    width: max-content !important;
  }

  #Details-HeaderMenu-2 > summary,
  #HeaderMenu-catalogo {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    width: max-content !important;
    overflow: visible !important;
  }

  /* Mata la franja gigante */
  #Details-HeaderMenu-2::after {
    content: none !important;
    display: none !important;
    pointer-events: none !important;
  }

  /* Puente invisible: usar BEFORE, no AFTER */
  #Details-HeaderMenu-2 > summary::before {
    content: "" !important;
    position: absolute !important;
    left: -70px !important;
    top: 100% !important;
    width: calc(100% + 140px) !important;
    height: 65px !important;
    display: block !important;
    background: transparent !important;
    pointer-events: auto !important;
    z-index: 1000 !important;
  }

  /* Subrayado visual en AFTER */
  #Details-HeaderMenu-2:hover > summary::after,
  #Details-HeaderMenu-2[open] > summary::after,
  #Details-HeaderMenu-2:focus-within > summary::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -8px !important;
    width: 78% !important;
    height: 2px !important;
    transform: translateX(-50%) !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #18c6d3, #ef3b83, #7b4de3) !important;
    pointer-events: none !important;
  }

  /* Panel principal: centrado visual real */
  #Details-HeaderMenu-2 > .header__submenu,
  #HeaderMenu-MenuList-2 {
    position: absolute !important;
    top: calc(100% + 18px) !important;

    /* Ajuste visual: mueve el menú a la derecha sin romper estructura */
    left: calc(50% + 60px) !important;
    right: auto !important;
    transform: translateX(-50%) !important;

    width: min(1180px, calc(100vw - 96px)) !important;
    min-width: 980px !important;
    max-width: 1180px !important;

    padding: 30px !important;
    box-sizing: border-box !important;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;

    overflow: visible !important;
  }

  /* Mantener abierto */
  #Details-HeaderMenu-2:hover > .header__submenu,
  #Details-HeaderMenu-2:focus-within > .header__submenu,
  #Details-HeaderMenu-2[open] > .header__submenu,
  #HeaderMenu-MenuList-2:hover {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  /* Card interna: más aire, sin cortar */
  #HeaderMenu-MenuList-2 > li {
    min-width: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  /* Título de cada card */
  #HeaderMenu-MenuList-2 > li > details > summary,
  #HeaderMenu-MenuList-2 > li > a {
    min-height: 94px !important;
    padding: 26px 34px 24px 34px !important;
    box-sizing: border-box !important;

    display: flex !important;
    align-items: center !important;
    gap: 22px !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;

    line-height: 1.08 !important;
  }

  /* Texto dentro del título */
  #HeaderMenu-MenuList-2 > li > details > summary span,
  #HeaderMenu-MenuList-2 > li > a span {
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    max-width: none !important;
    padding-right: 18px !important;
    line-height: 1.08 !important;
  }

  /* Items internos */
  #HeaderMenu-MenuList-2 .header__submenu .header__menu-item {
    min-height: 58px !important;
    padding: 14px 42px 14px 58px !important;
    box-sizing: border-box !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }
}

/* ==================================================
   TIMBREMANIA - ANIMACIÓN ESTABLE MEGA MENÚ
   Evita apertura brusca por details[open]
================================================== */

@media screen and (min-width: 990px) {

  :root {
    --tm-mega-x: -30%; /* ajusta si tu menú usa otro centrado */
  }

  /* Estado cerrado */
  .header__inline-menu details:has(#HeaderMenu-catalogo) > .header__submenu,
  #Details-HeaderMenu-2 > .header__submenu,
  #HeaderMenu-MenuList-2 {
    display: grid !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform: translateX(var(--tm-mega-x)) translateY(16px) scale(0.985) !important;
    transform-origin: top center !important;

    transition:
      opacity 0.32s ease,
      transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0s linear 0.32s !important;

    will-change: opacity, transform !important;
  }

  /* Estado abierto SOLO por hover/focus, no por [open] */
  .header__inline-menu details:has(#HeaderMenu-catalogo):hover > .header__submenu,
  .header__inline-menu details:has(#HeaderMenu-catalogo):focus-within > .header__submenu,
  #Details-HeaderMenu-2:hover > .header__submenu,
  #Details-HeaderMenu-2:focus-within > .header__submenu,
  #HeaderMenu-MenuList-2:hover {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transform: translateX(var(--tm-mega-x)) translateY(0) scale(1) !important;

    transition:
      opacity 0.32s ease,
      transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0s linear 0s !important;
  }

  /* Neutraliza reglas antiguas que muestran de golpe por [open] */
  #Details-HeaderMenu-2[open] > .header__submenu:not(:hover) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(var(--tm-mega-x)) translateY(16px) scale(0.985) !important;
  }

  #Details-HeaderMenu-2[open]:hover > .header__submenu,
  #Details-HeaderMenu-2[open]:focus-within > .header__submenu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(var(--tm-mega-x)) translateY(0) scale(1) !important;
  }
}

/* ==================================================
   TIMBREMANIA - BOTONES CUSTOMILY PREMIUM FINAL
   Orden: Agregar al carrito → Revisar diseño → Compartir diseño
   Sin JS
================================================== */

/* ---------- CONTENEDOR ---------- */
.product[class*="tm-product-"] .product-form__buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;

  width: 100% !important;
  margin-top: 18px !important;
  padding: 16px !important;

  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%) !important;
  border: 1px solid rgba(16, 19, 34, 0.06) !important;
  border-radius: 24px !important;

  box-shadow:
    0 18px 40px rgba(16, 19, 34, 0.06),
    0 6px 18px rgba(16, 19, 34, 0.04) !important;
}

/* ---------- BASE GENERAL ---------- */
.product[class*="tm-product-"] .product-form__buttons > button,
.product[class*="tm-product-"] .product-form__buttons > a,
.product[class*="tm-product-"] .product-form__buttons > .button {
  position: relative !important;
  width: 100% !important;
  min-height: 62px !important;

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

  margin: 0 !important;
  padding: 0 20px !important;

  border-radius: 18px !important;
  box-sizing: border-box !important;

  text-decoration: none !important;
  text-transform: none !important;
  text-align: center !important;

  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;

  cursor: pointer !important;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    filter 0.18s ease !important;
}

.product[class*="tm-product-"] .product-form__buttons > button:hover,
.product[class*="tm-product-"] .product-form__buttons > a:hover,
.product[class*="tm-product-"] .product-form__buttons > .button:hover {
  transform: translateY(-1px) !important;
}

/* Apaga pseudoelementos raros de Dawn */
.product[class*="tm-product-"] .product-form__buttons > button::after,
.product[class*="tm-product-"] .product-form__buttons > a::after,
.product[class*="tm-product-"] .product-form__buttons > .button::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
}

/* Base de íconos */
.product[class*="tm-product-"] .product-form__buttons > button::before,
.product[class*="tm-product-"] .product-form__buttons > a::before,
.product[class*="tm-product-"] .product-form__buttons > .button::before {
  content: "" !important;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px 20px !important;
}

/* ==================================================
   1) AGREGAR AL CARRITO - PRINCIPAL
================================================== */
.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn {
  order: 1 !important;

  color: #ffffff !important;
  border: none !important;
  background: linear-gradient(90deg, #31c9df 0%, #4d92f7 52%, #b24df2 100%) !important;

  box-shadow:
    0 12px 28px rgba(98, 89, 255, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12) !important;
}

.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn:hover {
  filter: brightness(1.03) saturate(1.04) !important;
  box-shadow:
    0 16px 34px rgba(98, 89, 255, 0.30),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16) !important;
}

.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 4H5L7.2 14.4C7.3 14.9 7.8 15.3 8.4 15.3H17.1C17.6 15.3 18.1 15 18.3 14.5L21 8H6.1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='19' r='1.8' fill='white'/%3E%3Ccircle cx='18' cy='19' r='1.8' fill='white'/%3E%3C/svg%3E") !important;
}

/* ==================================================
   2) REVISAR DISEÑO - SECUNDARIO
================================================== */
.product[class*="tm-product-"] .product-form__buttons > #customily-preview-button,
.product[class*="tm-product-"] .product-form__buttons > .customily-preview-button {
  order: 2 !important;

  color: #121528 !important;
  background: #ffffff !important;
  border: 1.5px solid #dde2ea !important;

  box-shadow:
    0 6px 18px rgba(16, 19, 34, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
}

.product[class*="tm-product-"] .product-form__buttons > #customily-preview-button:hover,
.product[class*="tm-product-"] .product-form__buttons > .customily-preview-button:hover {
  border-color: #cfd6e2 !important;
  box-shadow:
    0 10px 24px rgba(16, 19, 34, 0.08),
    0 0 0 4px rgba(77, 146, 247, 0.05) !important;
}

.product[class*="tm-product-"] .product-form__buttons > #customily-preview-button::before,
.product[class*="tm-product-"] .product-form__buttons > .customily-preview-button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 12C3.7 8.3 7.3 6 12 6C16.7 6 20.3 8.3 22 12C20.3 15.7 16.7 18 12 18C7.3 18 3.7 15.7 2 12Z' stroke='%23121528' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='3' stroke='%23121528' stroke-width='2'/%3E%3C/svg%3E") !important;
}

/* ==================================================
   3) COMPARTIR DISEÑO - TERCIARIO
================================================== */
.product[class*="tm-product-"] .product-form__buttons > button:not(#customily-preview-button):not(#customily-cart-btn),
.product[class*="tm-product-"] .product-form__buttons > a:not(#customily-preview-button):not(#customily-cart-btn),
.product[class*="tm-product-"] .product-form__buttons > .button:not(#customily-preview-button):not(#customily-cart-btn) {
  order: 3 !important;

  color: #121528 !important;
  background: #ffffff !important;
  border: 1.5px solid #dde2ea !important;

  box-shadow:
    0 6px 18px rgba(16, 19, 34, 0.04),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
}

.product[class*="tm-product-"] .product-form__buttons > button:not(#customily-preview-button):not(#customily-cart-btn):hover,
.product[class*="tm-product-"] .product-form__buttons > a:not(#customily-preview-button):not(#customily-cart-btn):hover,
.product[class*="tm-product-"] .product-form__buttons > .button:not(#customily-preview-button):not(#customily-cart-btn):hover {
  border-color: #cfd6e2 !important;
  box-shadow:
    0 10px 22px rgba(16, 19, 34, 0.07),
    0 0 0 4px rgba(178, 77, 242, 0.04) !important;
}

.product[class*="tm-product-"] .product-form__buttons > button:not(#customily-preview-button):not(#customily-cart-btn)::before,
.product[class*="tm-product-"] .product-form__buttons > a:not(#customily-preview-button):not(#customily-cart-btn)::before,
.product[class*="tm-product-"] .product-form__buttons > .button:not(#customily-preview-button):not(#customily-cart-btn)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='18' cy='5' r='2.5' stroke='%23121528' stroke-width='2'/%3E%3Ccircle cx='6' cy='12' r='2.5' stroke='%23121528' stroke-width='2'/%3E%3Ccircle cx='18' cy='19' r='2.5' stroke='%23121528' stroke-width='2'/%3E%3Cpath d='M8.2 11L15.8 6.3M8.2 13L15.8 17.7' stroke='%23121528' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

/* ==================================================
   LIMPIEZA
================================================== */

/* Oculta botones vacíos */
.product[class*="tm-product-"] .product-form__buttons > button:empty,
.product[class*="tm-product-"] .product-form__buttons > a:empty {
  display: none !important;
}

/* Oculta duplicado nativo de Shopify si aparece */
.product[class*="tm-product-"] .product-form__buttons > .product-form__submit:not(#customily-cart-btn),
.product[class*="tm-product-"] .product-form__buttons > button[name="add"]:not(#customily-cart-btn) {
  display: none !important;
}

/* ==================================================
   NOTA DE CONFIANZA SUTIL
================================================== */
.product[class*="tm-product-"] .product-form__buttons .tm-buttons-note {
  display: none !important;
}

/* En vez de texto arriba, lo dejamos abajo, más fino */
.product[class*="tm-product-"] .product-form__buttons + * {
  margin-top: 18px;
}

/* ==================================================
   MOBILE
================================================== */
@media screen and (max-width: 749px) {
  .product[class*="tm-product-"] .product-form__buttons {
    padding: 14px !important;
    gap: 12px !important;
    border-radius: 20px !important;
  }

  .product[class*="tm-product-"] .product-form__buttons > button,
  .product[class*="tm-product-"] .product-form__buttons > a,
  .product[class*="tm-product-"] .product-form__buttons > .button {
    min-height: 56px !important;
    font-size: 16px !important;
    border-radius: 16px !important;
    padding: 0 18px !important;
  }

  .product[class*="tm-product-"] .product-form__buttons > button::before,
  .product[class*="tm-product-"] .product-form__buttons > a::before,
  .product[class*="tm-product-"] .product-form__buttons > .button::before {
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    background-size: 18px 18px !important;
  }
}

/* ==================================================
   TIMBREMANIA - FIX ICONOS BOTONES CUSTOMILY
   Elimina iconos mal posicionados y deja botones premium
================================================== */

/* Apagar iconos/pseudo-elementos conflictivos */
.product[class*="tm-product-"] .product-form__buttons > button::before,
.product[class*="tm-product-"] .product-form__buttons > a::before,
.product[class*="tm-product-"] .product-form__buttons > .button::before,
.product[class*="tm-product-"] .product-form__buttons > button::after,
.product[class*="tm-product-"] .product-form__buttons > a::after,
.product[class*="tm-product-"] .product-form__buttons > .button::after {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

/* Recentrar textos al eliminar iconos */
.product[class*="tm-product-"] .product-form__buttons > button,
.product[class*="tm-product-"] .product-form__buttons > a,
.product[class*="tm-product-"] .product-form__buttons > .button {
  justify-content: center !important;
  gap: 0 !important;
  padding: 0 22px !important;
}

/* Contenedor más fino */
.product[class*="tm-product-"] .product-form__buttons {
  gap: 12px !important;
  padding: 14px !important;
  border-radius: 22px !important;
}

/* Botones más sutiles */
.product[class*="tm-product-"] .product-form__buttons > button,
.product[class*="tm-product-"] .product-form__buttons > a,
.product[class*="tm-product-"] .product-form__buttons > .button {
  min-height: 56px !important;
  border-radius: 16px !important;
  font-size: 16.5px !important;
  font-weight: 800 !important;
}

/* Agregar al carrito - principal */
.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn {
  order: 1 !important;
  color: #ffffff !important;
  border: none !important;
  background: linear-gradient(
    90deg,
    #35cbe6 0%,
    #4d91f7 52%,
    #b462e4 100%
  ) !important;
  box-shadow:
    0 10px 24px rgba(83, 111, 240, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14) !important;
}

/* Revisar diseño - secundario */
.product[class*="tm-product-"] .product-form__buttons > #customily-preview-button,
.product[class*="tm-product-"] .product-form__buttons > .customily-preview-button {
  order: 2 !important;
  color: #101322 !important;
  background: #ffffff !important;
  border: 1.5px solid #dde2ea !important;
  box-shadow:
    0 5px 14px rgba(16, 19, 34, 0.045),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
}

/* Compartir diseño - terciario */
.product[class*="tm-product-"] .product-form__buttons > button:not(#customily-preview-button):not(#customily-cart-btn),
.product[class*="tm-product-"] .product-form__buttons > a:not(#customily-preview-button):not(#customily-cart-btn),
.product[class*="tm-product-"] .product-form__buttons > .button:not(#customily-preview-button):not(#customily-cart-btn) {
  order: 3 !important;
  color: #101322 !important;
  background: #ffffff !important;
  border: 1.5px solid #dde2ea !important;
  box-shadow:
    0 5px 14px rgba(16, 19, 34, 0.035),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
}

/* Hover fino */
.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn:hover {
  filter: brightness(1.035) saturate(1.04) !important;
  box-shadow:
    0 14px 30px rgba(83, 111, 240, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18) !important;
}

.product[class*="tm-product-"] .product-form__buttons > #customily-preview-button:hover,
.product[class*="tm-product-"] .product-form__buttons > .customily-preview-button:hover,
.product[class*="tm-product-"] .product-form__buttons > button:not(#customily-preview-button):not(#customily-cart-btn):hover,
.product[class*="tm-product-"] .product-form__buttons > a:not(#customily-preview-button):not(#customily-cart-btn):hover,
.product[class*="tm-product-"] .product-form__buttons > .button:not(#customily-preview-button):not(#customily-cart-btn):hover {
  border-color: #cbd3e0 !important;
  box-shadow:
    0 8px 20px rgba(16, 19, 34, 0.065),
    0 0 0 4px rgba(77, 146, 247, 0.04) !important;
}

/* ==================================================
   TIMBREMANIA - FONDO PRODUCTO CON PATTERN DE MARCA
   Imagen a la izquierda + desvanecido blanco a la derecha
================================================== */

product-info[id^="MainProduct"] {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;

  background: #ffffff !important;
}

/* Imagen de patrón al lado izquierdo */
product-info[id^="MainProduct"]::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;

  width: 56%;
  min-width: 560px;
  max-width: 980px;

  pointer-events: none;
  z-index: -2;

  opacity: 0.14;

  background-image: url("/cdn/shop/files/fondo_timbremania2.jpg?v=1781125177");
  background-repeat: repeat;
  background-size: 520px 520px;
  background-position: -80px 20px;
}

/* Fade hacia blanco para no molestar el texto de la derecha */
product-info[id^="MainProduct"]::after {
  content: "";
  position: absolute;
  inset: 0;

  pointer-events: none;
  z-index: -1;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.00) 0%,
      rgba(255,255,255,0.16) 28%,
      rgba(255,255,255,0.45) 44%,
      rgba(255,255,255,0.76) 58%,
      rgba(255,255,255,0.94) 72%,
      #ffffff 86%
    );
}

/* Contenido por encima del fondo */
product-info[id^="MainProduct"] > * {
  position: relative;
  z-index: 1;
}

/* Evita fondos blancos duros dentro del producto */
product-info[id^="MainProduct"] .product,
product-info[id^="MainProduct"] .product__media-wrapper,
product-info[id^="MainProduct"] .product__info-wrapper,
product-info[id^="MainProduct"] .gradient,
product-info[id^="MainProduct"] .color-scheme-1 {
  background: transparent !important;
}

/* Mobile: más sutil para que no ensucie */
@media screen and (max-width: 989px) {
  product-info[id^="MainProduct"]::before {
    width: 100%;
    min-width: 0;
    max-width: none;
    opacity: 0.06;
    background-size: 420px 420px;
    background-position: center top;
  }

  product-info[id^="MainProduct"]::after {
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0.35) 0%,
        rgba(255,255,255,0.82) 45%,
        #ffffff 100%
      );
  }
}


/* Bloque explicativo superior más compacto */
section[id*="rich_text"] {
  padding-top: 34px !important;
  padding-bottom: 28px !important;
}

section[id*="rich_text"] h2 {
  margin-bottom: 10px !important;
}

section[id*="rich_text"] .rich-text__text {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ==================================================
   TIMBREMANIA - PRODUCT PAGE UX / CUSTOMILY POLISH
   Moderniza formulario, opciones, textarea y título
================================================== */

/* ================================
   1) TÍTULO DEL PRODUCTO
================================ */

.product__info-container .product__title,
.product__info-container .product__title h1,
.product__info-wrapper .product__title,
.product__info-wrapper h1,
.product-info-container h1 {
  font-weight: 800 !important;
  color: #101322 !important;
  letter-spacing: -0.045em !important;
  line-height: 0.98 !important;
}

@media screen and (min-width: 990px) {
  .product__info-container .product__title,
  .product__info-container .product__title h1,
  .product__info-wrapper h1,
  .product-info-container h1 {
    font-size: clamp(4.2rem, 4.2vw, 6.4rem) !important;
  }
}

/* Subtítulo / vendor AUTOMATIK más fino */
.product__info-container .product__text,
.product__info-wrapper .product__text,
.product-info-container .product__text {
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(16, 19, 34, 0.46) !important;
  font-size: 1.15rem !important;
}

/* Precio más sólido */
.product__info-container .price,
.product__info-wrapper .price,
.product-info-container .price {
  font-weight: 800 !important;
  color: #101322 !important;
  letter-spacing: -0.025em !important;
}


/* ================================
   2) BLOQUE GENERAL CUSTOMILY
================================ */

/* ==================================================
   TIMBREMANIA - CUSTOMILY CONTENEDOR SEGURO
   No atrapa modales internos de Customily
================================================== */

#customily-options {
  margin-top: 2.2rem !important;
  padding: 0 !important;

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

  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

  transform: none !important;
  filter: none !important;
  contain: none !important;
  overflow: visible !important;
}

/* Separación entre grupos de Customily */
#customily-options > *,
#customily-options .cl-option,
#customily-options [id*="cl-option"],
#customily-options .cl-option-container,
#customily-options .cl-accordion {
  margin-bottom: 2rem !important;
}

/* Último grupo sin exceso */
#customily-options > *:last-child {
  margin-bottom: 0 !important;
}


/* ================================
   3) LABELS / TÍTULOS DE CAMPOS
================================ */

#customily-options label,
#customily-options .cl-label,
#customily-options .cl-option-label,
#customily-options [role="button"],
#customily-options legend {
  color: #202437 !important;
  font-weight: 700 !important;
  font-size: 1.65rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.015em !important;
}

/* Ayudas bajo campos */
#customily-options small,
#customily-options .cl-help-text,
#customily-options .cl-option-description,
#customily-options .cl-option-help,
#customily-options p {
  color: rgba(16, 19, 34, 0.52) !important;
  font-size: 1.35rem !important;
  line-height: 1.45 !important;
  margin-top: 0.45rem !important;
}

/* ================================
   4) INPUTS Y TEXTAREA
================================ */

#customily-options input[type="text"],
#customily-options input[type="email"],
#customily-options input[type="tel"],
#customily-options input:not([type]),
#customily-options textarea,
#customily-options select {
  width: 100% !important;
  min-height: 48px !important;

  padding: 12px 14px !important;

  color: #101322 !important;
  background: #ffffff !important;

  border: 1.5px solid rgba(16, 19, 34, 0.13) !important;
  border-radius: 12px !important;

  font-size: 1.48rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;

  box-shadow:
    0 5px 14px rgba(16, 19, 34, 0.035),
    inset 0 0 0 1px rgba(255, 255, 255, 0.75) !important;

  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease !important;
}

/* Textarea específico: más cómodo para datos del timbre */
#customily-options textarea,
textarea[id^="cl-set"],
textarea[name^="properties"] {
  min-height: 92px !important;
  resize: vertical !important;
  padding: 13px 15px !important;
  font-family: inherit !important;
}

/* Focus premium */
#customily-options input:focus,
#customily-options textarea:focus,
#customily-options select:focus {
  outline: none !important;
  border-color: rgba(53, 203, 230, 0.72) !important;

  box-shadow:
    0 0 0 4px rgba(53, 203, 230, 0.12),
    0 8px 20px rgba(16, 19, 34, 0.055) !important;
}

/* Placeholder más suave */
#customily-options input::placeholder,
#customily-options textarea::placeholder {
  color: rgba(16, 19, 34, 0.38) !important;
}


/* ================================
   5) SWATCHES / OPCIONES VISUALES
================================ */

/* Contenedor de opciones tipo imagen */
#customily-options .cl-swatch,
#customily-options .cl-swatch-item,
#customily-options .cl-option-value,
#customily-options label:has(input[type="radio"]),
#customily-options label:has(input[type="checkbox"]) {
  border-radius: 12px !important;
}

/* Imágenes de swatches */
#customily-options img {
  border-radius: 10px !important;
}

/* Cajas de swatches / iconos / tipografías */
#customily-options input[type="radio"] + label,
#customily-options input[type="checkbox"] + label,
#customily-options label:has(input[type="radio"]),
#customily-options label:has(input[type="checkbox"]),
#customily-options .cl-swatch,
#customily-options .cl-option-value {
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease !important;
}

/* Hover de opciones */
#customily-options label:has(input[type="radio"]):hover,
#customily-options label:has(input[type="checkbox"]):hover,
#customily-options .cl-swatch:hover,
#customily-options .cl-option-value:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(16, 19, 34, 0.08) !important;
}

/* Estado seleccionado */
#customily-options input[type="radio"]:checked + label,
#customily-options input[type="checkbox"]:checked + label,
#customily-options label:has(input[type="radio"]:checked),
#customily-options label:has(input[type="checkbox"]:checked),
#customily-options .selected,
#customily-options .active,
#customily-options [aria-selected="true"] {
  border-color: #35cbe6 !important;
  box-shadow:
    0 0 0 3px rgba(53, 203, 230, 0.18),
    0 8px 18px rgba(16, 19, 34, 0.08) !important;
}


/* ================================
   6) BOTONES CUSTOMILY PREMIUM
   Orden: agregar → revisar → compartir
================================ */

.product[class*="tm-product-"] .product-form__buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;

  width: 100% !important;
  margin-top: 2rem !important;
  padding: 14px !important;

  background: rgba(255,255,255,0.82) !important;
  border: 1px solid rgba(16, 19, 34, 0.07) !important;
  border-radius: 22px !important;

  box-shadow:
    0 18px 40px rgba(16, 19, 34, 0.07),
    0 5px 16px rgba(16, 19, 34, 0.04) !important;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Base botones */
.product[class*="tm-product-"] .product-form__buttons > button,
.product[class*="tm-product-"] .product-form__buttons > a,
.product[class*="tm-product-"] .product-form__buttons > .button {
  width: 100% !important;
  min-height: 54px !important;

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

  margin: 0 !important;
  padding: 0 18px !important;

  border-radius: 15px !important;
  box-sizing: border-box !important;

  font-size: 1.55rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  text-decoration: none !important;

  cursor: pointer !important;

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

/* No pseudo íconos: evita bugs visuales */
.product[class*="tm-product-"] .product-form__buttons > button::before,
.product[class*="tm-product-"] .product-form__buttons > button::after,
.product[class*="tm-product-"] .product-form__buttons > a::before,
.product[class*="tm-product-"] .product-form__buttons > a::after,
.product[class*="tm-product-"] .product-form__buttons > .button::before,
.product[class*="tm-product-"] .product-form__buttons > .button::after {
  content: none !important;
  display: none !important;
}

/* Hover */
.product[class*="tm-product-"] .product-form__buttons > button:hover,
.product[class*="tm-product-"] .product-form__buttons > a:hover,
.product[class*="tm-product-"] .product-form__buttons > .button:hover {
  transform: translateY(-1px) !important;
}

/* Principal: agregar al carrito */
.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn {
  order: 1 !important;

  color: #ffffff !important;
  border: none !important;
  background: linear-gradient(90deg, #30c8df 0%, #4d91f7 52%, #b14df2 100%) !important;

  box-shadow:
    0 12px 26px rgba(98, 89, 255, 0.24),
    inset 0 0 0 1px rgba(255,255,255,0.16) !important;
}

.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn:hover {
  filter: brightness(1.035) saturate(1.04) !important;
  box-shadow:
    0 16px 32px rgba(98, 89, 255, 0.30),
    inset 0 0 0 1px rgba(255,255,255,0.18) !important;
}

/* Secundarios */ .product[class*="tm-product-"] .product-form__buttons > #customily-preview-button, .product[class*="tm-product-"] .product-form__buttons > .customily-preview-button, .product[class*="tm-product-"] .product-form__buttons > button:not(#customily-cart-btn):not(#customily-preview-button), .product[class*="tm-product-"] .product-form__buttons > a:not(#customily-cart-btn):not(#customily-preview-button), .product[class*="tm-product-"] .product-form__buttons > .button:not(#customily-cart-btn):not(#customily-preview-button) { color: #101322 !important; background: #ffffff !important; border: 1.5px solid #dde2ea !important; box-shadow: 0 5px 14px rgba(16, 19, 34, 0.045), inset 0 0 0 1px rgba(255,255,255,0.9) !important; } .product[class*="tm-product-"] .product-form__buttons > #customily-preview-button, .product[class*="tm-product-"] .product-form__buttons > .customily-preview-button { order: 2 !important; } .product[class*="tm-product-"] .product-form__buttons > button:not(#customily-cart-btn):not(#customily-preview-button), .product[class*="tm-product-"] .product-form__buttons > a:not(#customily-cart-btn):not(#customily-preview-button), .product[class*="tm-product-"] .product-form__buttons > .button:not(#customily-cart-btn):not(#customily-preview-button) { order: 3 !important; } .product[class*="tm-product-"] .product-form__buttons > #customily-preview-button:hover, .product[class*="tm-product-"] .product-form__buttons > .customily-preview-button:hover, .product[class*="tm-product-"] .product-form__buttons > button:not(#customily-cart-btn):not(#customily-preview-button):hover, .product[class*="tm-product-"] .product-form__buttons > a:not(#customily-cart-btn):not(#customily-preview-button):hover, .product[class*="tm-product-"] .product-form__buttons > .button:not(#customily-cart-btn):not(#customily-preview-button):hover { border-color: #cbd3df !important; box-shadow: 0 8px 20px rgba(16, 19, 34, 0.065), 0 0 0 4px rgba(77, 146, 247, 0.045) !important; } /* Ocultar duplicados nativos si aparecen */ .product[class*="tm-product-"] .product-form__buttons > .product-form__submit:not(#customily-cart-btn), .product[class*="tm-product-"] .product-form__buttons > button[name="add"]:not(#customily-cart-btn), .product[class*="tm-product-"] .product-form__buttons > button:empty, .product[class*="tm-product-"] .product-form__buttons > a:empty { display: none !important; }
/* ================================
   7) RETIRO / INFO TIENDA
================================ */

.pickup-availability,
.product__pickup-availabilities {
  margin-top: 1.6rem !important;
  padding: 1.4rem 1.6rem !important;

  background: rgba(255,255,255,0.72) !important;
  border: 1px solid rgba(16, 19, 34, 0.07) !important;
  border-radius: 16px !important;

  box-shadow: 0 8px 20px rgba(16, 19, 34, 0.045) !important;
}


/* ================================
   8) MOBILE
================================ */

@media screen and (max-width: 749px) {
  #customily-options {
    padding: 1.6rem !important;
    border-radius: 20px !important;
  }

  #customily-options label,
  #customily-options .cl-label,
  #customily-options .cl-option-label,
  #customily-options [role="button"],
  #customily-options legend {
    font-size: 1.5rem !important;
  }

  #customily-options input[type="text"],
  #customily-options textarea,
  #customily-options select {
    font-size: 1.45rem !important;
  }

  .product[class*="tm-product-"] .product-form__buttons {
    padding: 12px !important;
    border-radius: 18px !important;
  }

  .product[class*="tm-product-"] .product-form__buttons > button,
  .product[class*="tm-product-"] .product-form__buttons > a,
  .product[class*="tm-product-"] .product-form__buttons > .button {
    min-height: 52px !important;
    font-size: 1.45rem !important;
    border-radius: 14px !important;
  }
}

/* ==================================================
   TIMBREMANIA - CUSTOMILY GALLERY STICKY DESKTOP
   Corrige padres que bloquean position: sticky
================================================== */

@media screen and (min-width: 990px) {

  /* Liberar overflow de padres cercanos */
  product-info[id^="MainProduct"],
  product-info[id^="MainProduct"] .product,
  product-info[id^="MainProduct"] .product__media-wrapper,
  product-info[id^="MainProduct"] .grid__item,
  product-info[id^="MainProduct"] .customily_gallery {
    overflow: visible !important;
  }

  /* El layout debe permitir que sticky funcione */
  product-info[id^="MainProduct"] .product {
    align-items: flex-start !important;
  }

  /* Fijar la columna completa de galería */
  product-info[id^="MainProduct"] .product__media-wrapper {
    position: sticky !important;
    top: 75px !important;
    align-self: flex-start !important;
    height: auto !important;
    max-height: none !important;
    z-index: 3 !important;
  }

  /* Customily no debe forzar alturas raras */
  product-info[id^="MainProduct"] .customily_gallery {
    position: relative !important;
    height: auto !important;
    max-height: none !important;
    z-index: 3 !important;
  }
}



/* ==================================================
   TIMBREMANIA - GALERÍA / PREVIEW CUSTOMILY PREMIUM
   Moderniza bloque izquierdo sin tocar layout general
================================================== */

@media screen and (min-width: 990px) {

  /* Columna izquierda completa */
  product-info[id^="MainProduct"] .product__media-wrapper {
    padding: 18px !important;

    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(16, 19, 34, 0.07) !important;
    border-radius: 28px !important;

    box-shadow:
      0 24px 60px rgba(16, 19, 34, 0.075),
      0 8px 24px rgba(16, 19, 34, 0.045) !important;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  /* Contenedor Customily */
  product-info[id^="MainProduct"] .customily_gallery {
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 18px !important;

    align-items: flex-start !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border-radius: 24px !important;
  }

  /* Media gallery nativa si aparece */
  product-info[id^="MainProduct"] media-gallery,
  product-info[id^="MainProduct"] .product__media,
  product-info[id^="MainProduct"] .product-media-container {
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  /* Miniaturas: columna más ordenada */
  product-info[id^="MainProduct"] .customily_gallery > div:last-child,
  product-info[id^="MainProduct"] .customily_gallery .customily_gallery_thumbnail,
  product-info[id^="MainProduct"] .thumbnail-list {
    gap: 12px !important;
  }

  /* Miniaturas individuales */
  product-info[id^="MainProduct"] .customily_gallery .customily_gallery_thumbnail button,
  product-info[id^="MainProduct"] .customily_gallery .canvas-thumbnail,
  product-info[id^="MainProduct"] .thumbnail-list__item,
  product-info[id^="MainProduct"] .thumbnail {
    border-radius: 14px !important;
    overflow: hidden !important;

    background: rgba(255, 255, 255, 0.88) !important;
    border: 1.5px solid rgba(16, 19, 34, 0.10) !important;

    box-shadow:
      0 8px 18px rgba(16, 19, 34, 0.055) !important;

    transition:
      transform 0.16s ease,
      box-shadow 0.16s ease,
      border-color 0.16s ease,
      opacity 0.16s ease !important;
  }

  product-info[id^="MainProduct"] .customily_gallery .customily_gallery_thumbnail button:hover,
  product-info[id^="MainProduct"] .customily_gallery .canvas-thumbnail:hover,
  product-info[id^="MainProduct"] .thumbnail:hover {
    transform: translateY(-1px) !important;
    border-color: rgba(53, 203, 230, 0.50) !important;
    box-shadow:
      0 10px 22px rgba(16, 19, 34, 0.08),
      0 0 0 4px rgba(53, 203, 230, 0.08) !important;
  }

  /* Miniatura activa */
  product-info[id^="MainProduct"] .thumbnail[aria-current="true"],
  product-info[id^="MainProduct"] .thumbnail[aria-current],
  product-info[id^="MainProduct"] .customily_gallery .active,
  product-info[id^="MainProduct"] .customily_gallery [aria-selected="true"] {
    border-color: #35cbe6 !important;
    box-shadow:
      0 0 0 3px rgba(53, 203, 230, 0.18),
      0 10px 22px rgba(16, 19, 34, 0.08) !important;
  }
}



/* ==================================================
   TIMBREMANIA - HERO TEXTO PRODUCTO / FONDO PREMIUM
   Solo sección superior de instrucciones
================================================== */

#shopify-section-template--20774063374527__rich_text_TBpFda {
  position: relative;
  overflow: hidden;

  margin-top: 0 !important;
  margin-bottom: 4.8rem !important;

  background:
    radial-gradient(circle at 18% 22%, rgba(53, 203, 230, 0.14) 0, transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(177, 77, 242, 0.13) 0, transparent 30%),
    linear-gradient(135deg, #f7fdff 0%, #fbf7ff 48%, #fff8fb 100%) !important;

  border-top: 1px solid rgba(16, 19, 34, 0.045);
  border-bottom: 1px solid rgba(16, 19, 34, 0.055);
}

/* Textura sutil tipo puntos */
#shopify-section-template--20774063374527__rich_text_TBpFda::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background-image:
    radial-gradient(circle, rgba(53, 203, 230, 0.16) 1.2px, transparent 1.2px),
    radial-gradient(circle, rgba(177, 77, 242, 0.12) 1.2px, transparent 1.2px);

  background-size: 34px 34px, 42px 42px;
  background-position: 0 0, 18px 14px;

  opacity: 0.32;
}

/* Curva decorativa suave */
#shopify-section-template--20774063374527__rich_text_TBpFda::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -140px;

  width: 360px;
  height: 360px;

  border-radius: 999px;
  background: linear-gradient(135deg, rgba(53, 203, 230, 0.16), rgba(177, 77, 242, 0.14));
  filter: blur(4px);
  opacity: 0.75;

  pointer-events: none;
}

/* Contenido encima del fondo */
#shopify-section-template--20774063374527__rich_text_TBpFda .rich-text,
#shopify-section-template--20774063374527__rich_text_TBpFda .rich-text__wrapper,
#shopify-section-template--20774063374527__rich_text_TBpFda .rich-text__blocks {
  position: relative;
  z-index: 1;
}

/* Aire vertical */
#shopify-section-template--20774063374527__rich_text_TBpFda .rich-text__wrapper {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

/* Título */
#shopify-section-template--20774063374527__rich_text_TBpFda h2,
#shopify-section-template--20774063374527__rich_text_TBpFda .rich-text__heading {
  color: #101322 !important;
  font-weight: 850 !important;
  letter-spacing: -0.035em !important;
  margin-bottom: 1.4rem !important;
}

/* Texto */
#shopify-section-template--20774063374527__rich_text_TBpFda .rich-text__text,
#shopify-section-template--20774063374527__rich_text_TBpFda .rich-text__text p {
  color: rgba(16, 19, 34, 0.68) !important;
  line-height: 1.65 !important;
}

/*TODO BIEN HASTA AQUÍ*/
.sticky-btn-container > button,
  .sticky-btn-container > button.ld-over-inverse,
  .sticky-btn-container > button.ld-over-inverse[style] {
    width: auto !important;
    min-width: 180px !important;
    max-width: 240px !important;

    height: 38px !important;
    min-height: 38px !important;

    margin: 0 !important;
    padding: 0 18px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;

    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 999px !important;

    background: #FFFF
    ) !important;


    font-family: Poppins, sans-serif !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;

    box-shadow:
      0 8px 20px rgba(98, 89, 255, 0.18),
      inset 0 0 0 1px rgba(255,255,255,0.14) !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    transform: none !important;
  }

  
/* ==================================================
   TIMBREMANIA - TRADUCIR MODAL COMPARTIR CUSTOMILY
   Sin JS, usando selectores exactos
================================================== */

/* Título: Share your design */
#share-design-modal h2.bold {
  font-size: 0 !important;
  line-height: 0 !important;
  text-align: center !important;
}

#share-design-modal h2.bold::after {
  content: "Comparte tu diseño" !important;
  display: block !important;

  font-size: 2.6rem !important;
  line-height: 1.1 !important;
  font-weight: 850 !important;
  letter-spacing: -0.035em !important;
  color: #101322 !important;
}

/* Texto: Or copy link */
#share-design-modal p.m-font-size.bold {
  font-size: 0 !important;
  line-height: 0 !important;
}

#share-design-modal p.m-font-size.bold::after {
  content: "O copia el enlace" !important;
  display: block !important;

  font-size: 1.55rem !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  color: rgba(16, 19, 34, 0.55) !important;
}

/* Botón: Copy */
#share-design-modal #share-design-modal-copy-url {
  font-size: 0 !important;
  line-height: 1 !important;
}

#share-design-modal #share-design-modal-copy-url::after {
  content: "Copiar" !important;

  font-size: 1.45rem !important;
  font-weight: 700 !important;
  color: rgba(16, 19, 34, 0.62) !important;
}

/* ==================================================
   TIMBREMANIA - QUITAR CUADRITOS SOLO SUBITEMS V2
================================================== */

/* Solo afecta links dentro del ul/listado de cada columna */
.header__submenu .header__submenu .header__menu-item::before,
.header__submenu .header__submenu .list-menu__item::before,
.header__submenu ul ul .header__menu-item::before,
.header__submenu ul ul .list-menu__item::before,
.header__submenu ul ul li > a::before,
.header__submenu ul ul li > summary::before {
  content: none !important;
  display: none !important;
}

/* Quita el espacio reservado del cuadrito */
.header__submenu .header__submenu .header__menu-item,
.header__submenu .header__submenu .list-menu__item,
.header__submenu ul ul .header__menu-item,
.header__submenu ul ul .list-menu__item,
.header__submenu ul ul li > a,
.header__submenu ul ul li > summary {
  padding-left: 0 !important;
}

/* ==================================================
   TIMBREMANIA - BOTÓN AGREGAR AL CARRITO MÁS BRAND
   Más cálido, creativo y menos "tech app"
================================================== */

.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn,
.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn[style] {
  position: relative !important;
  overflow: hidden !important;

  order: 1 !important;

  width: 100% !important;
  min-height: 56px !important;

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

  margin: 0 !important;
  padding: 0 22px !important;

  border: 0 !important;
  border-radius: 16px !important;

  color: #ffffff !important;

  font-size: 1.55rem !important;
  font-weight: 850 !important;
  letter-spacing: -0.015em !important;
  text-decoration: none !important;
  text-transform: none !important;

  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.34) 0 8px, transparent 9px),
    radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.22) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 78%, rgba(255, 255, 255, 0.16) 0 18px, transparent 19px),
    linear-gradient(135deg, #ff6f8f 0%, #ff8f3d 42%, #9b5cf6 100%) !important;

  box-shadow:
    0 14px 30px rgba(255, 111, 143, 0.22),
    0 8px 20px rgba(155, 92, 246, 0.18),
    inset 0 0 0 1px rgba(255,255,255,0.22) !important;

  cursor: pointer !important;
  transform: none !important;
}

/* Formas decorativas suaves */
.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn::before {
  content: "" !important;
  position: absolute !important;

  right: -34px !important;
  top: -42px !important;

  width: 150px !important;
  height: 150px !important;

  border-radius: 45% 55% 60% 40% !important;

  background: rgba(255, 255, 255, 0.16) !important;
  transform: rotate(-18deg) !important;

  pointer-events: none !important;
}

/* Puntitos decorativos */
.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn::after {
  content: "" !important;
  position: absolute !important;

  left: 22px !important;
  bottom: 14px !important;

  width: 54px !important;
  height: 24px !important;

  background-image: radial-gradient(circle, rgba(255,255,255,0.42) 1.3px, transparent 1.4px) !important;
  background-size: 9px 9px !important;

  opacity: 0.65 !important;
  pointer-events: none !important;
}

/* Asegura que el texto quede sobre las formas */
.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn {
  isolation: isolate !important;
}

.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn > span,
.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn {
  z-index: 1 !important;
}

/* Hover */
.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn:hover,
.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn[style]:hover {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.38) 0 8px, transparent 9px),
    radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.24) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 78%, rgba(255, 255, 255, 0.18) 0 18px, transparent 19px),
    linear-gradient(135deg, #ff5f83 0%, #ff8734 42%, #8e52ed 100%) !important;

  box-shadow:
    0 16px 34px rgba(255, 111, 143, 0.26),
    0 10px 24px rgba(155, 92, 246, 0.20),
    inset 0 0 0 1px rgba(255,255,255,0.26) !important;
}

/* Active */
.product[class*="tm-product-"] .product-form__buttons > #customily-cart-btn:active {
  transform: scale(0.99) !important;
}

/* ==================================================
   TIMBREMANIA - SWATCHES CUSTOMILY PREMIUM
   Más grandes, imagen completa y active moderno
================================================== */

/* Contenedor de swatches */
.tm-product-customly .swatch-container,
#cl_optionsapp .swatch-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
}

/* Caja de cada swatch */
.tm-product-customly .customily-swatch.swatch,
#cl_optionsapp .customily-swatch.swatch {
  margin: 0 !important;
}

/* Label del swatch */
.tm-product-customly .customily-swatch.swatch label,
#cl_optionsapp .customily-swatch.swatch label,
.tm-product-customly label.needsclick.needsfocus,
#cl_optionsapp label.needsclick.needsfocus {
  width: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;

  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;

  padding: 5px !important;

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

  background: #ffffff !important;
  border: 1.5px solid rgba(16, 19, 34, 0.12) !important;
  border-radius: 12px !important;

  box-shadow:
    0 4px 10px rgba(16, 19, 34, 0.055),
    inset 0 0 0 1px rgba(255,255,255,0.9) !important;

  cursor: pointer !important;

  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease,
    background 0.18s ease !important;

  overflow: hidden !important;
}

/* Imagen interna: evitar recortes */
.tm-product-customly .customily-swatch.swatch label img,
#cl_optionsapp .customily-swatch.swatch label img,
.tm-product-customly label.needsclick.needsfocus img,
#cl_optionsapp label.needsclick.needsfocus img {
  width: 100% !important;
  height: 100% !important;

  max-width: 46px !important;
  max-height: 46px !important;

  object-fit: contain !important;
  object-position: center !important;

  display: block !important;
}

/* Hover */
.tm-product-customly .customily-swatch.swatch label:hover,
#cl_optionsapp .customily-swatch.swatch label:hover,
.tm-product-customly label.needsclick.needsfocus:hover,
#cl_optionsapp label.needsclick.needsfocus:hover {
  border-color: rgba(49, 201, 223, 0.55) !important;

  box-shadow:
    0 7px 16px rgba(16, 19, 34, 0.075),
    0 0 0 4px rgba(49, 201, 223, 0.08),
    inset 0 0 0 1px rgba(255,255,255,0.95) !important;

  transform: translateY(-1px) !important;
}

/* Active / seleccionado */
.tm-product-customly .customily-swatch.swatch input:checked + label,
#cl_optionsapp .customily-swatch.swatch input:checked + label,
.tm-product-customly .customily-swatch.swatch label.selected,
#cl_optionsapp .customily-swatch.swatch label.selected,
.tm-product-customly .customily-swatch.swatch label.active,
#cl_optionsapp .customily-swatch.swatch label.active {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #31c9df 0%, #7a5cf5 100%) border-box !important;

  border: 2px solid transparent !important;

  box-shadow:
    0 10px 22px rgba(49, 201, 223, 0.16),
    0 0 0 4px rgba(49, 201, 223, 0.12),
    inset 0 0 0 1px rgba(255,255,255,0.92) !important;

  transform: translateY(-1px) !important;
}

/* Active image un poco más nítida */
.tm-product-customly .customily-swatch.swatch input:checked + label img,
#cl_optionsapp .customily-swatch.swatch input:checked + label img {
  filter: contrast(1.05) saturate(1.04) !important;
}

/* Móvil: un poco más compacto pero aún cómodo */
@media screen and (max-width: 749px) {
  .tm-product-customly .customily-swatch.swatch label,
  #cl_optionsapp .customily-swatch.swatch label,
  .tm-product-customly label.needsclick.needsfocus,
  #cl_optionsapp label.needsclick.needsfocus {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;

    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;

    border-radius: 12px !important;
    padding: 5px !important;
  }

  .tm-product-customly .customily-swatch.swatch label img,
  #cl_optionsapp .customily-swatch.swatch label img,
  .tm-product-customly label.needsclick.needsfocus img,
  #cl_optionsapp label.needsclick.needsfocus img {
    max-width: 44px !important;
    max-height: 44px !important;
  }
}


/* ==================================================
   TIMBREMANIA - OCULTAR VARIANTES NATIVAS SHOPIFY
   Solo productos con tag/clase tm-hide-native-variants
================================================== */

product-info.tm-hide-native-variants variant-selects {
  display: none !important;
}

product-info.tm-hide-native-variants .product-form__input--swatch,
product-info.tm-hide-native-variants .product-form__input--pill,
product-info.tm-hide-native-variants .product-form__input--dropdown {
  display: none !important;
}

/* ==================================================
   TIMBREMANIA - TOOLTIP ICONOS CUSTOMILY MÁS LEGIBLE
================================================== */

/* Tooltip Customily / Tippy */
.tippy-box,
.tippy-tooltip,
[data-tippy-root] .tippy-box {
  font-family: Poppins, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;

  padding: 6px 9px !important;

  color: #ffffff !important;
  background: #101322 !important;

  border-radius: 7px !important;

  box-shadow:
    0 8px 18px rgba(16, 19, 34, 0.18) !important;
}

/* Texto interno */
.tippy-content,
.tippy-tooltip .tippy-content,
[data-tippy-root] .tippy-content {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  padding: 0 !important;
}

/* Flechita del tooltip */
.tippy-arrow {
  color: #101322 !important;
}

/* ==================================================
   TIMBREMANIA - CUSTOMILY EN UNA SOLA CARD
   Quita cards separadas y agrupa todos los pasos
================================================== */

/* Card madre */
#customily-options #cl_optionsapp,
#cl_optionsapp {
  position: relative !important;

  padding: 28px 24px 24px !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;

  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(16, 19, 34, 0.08) !important;
  border-radius: 26px !important;

  box-shadow:
    0 24px 60px rgba(16, 19, 34, 0.075),
    0 8px 24px rgba(16, 19, 34, 0.045),
    inset 0 0 0 1px rgba(255,255,255,0.85) !important;

  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;

  overflow: visible !important;
}

/* Cada paso deja de ser card independiente */
#cl_optionsapp .customily_option {
  position: relative !important;

  margin: 0 !important;
  padding: 26px 0 26px 0 !important;

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

/* Separador elegante entre pasos */
#cl_optionsapp .customily_option:not(:last-child) {
  border-bottom: 1px solid rgba(16, 19, 34, 0.075) !important;
}

/* Primer paso con menos aire arriba porque ya está dentro de la card */
#cl_optionsapp .customily_option:first-child {
  padding-top: 14px !important;
}

/* Último paso sin exceso abajo */
#cl_optionsapp .customily_option:last-child {
  padding-bottom: 4px !important;
}



/* El paso 5 vuelve a ser un paso normal */
#cl_optionsapp .customily_option[sort-id="5"]::before,
#cl_optionsapp .customily_option:nth-of-type(5)::before {
  display: flex !important;
  content: counter(tm-step-counter) !important;
}

/* Quitamos la línea interna especial que tenía el paso 5 */
#cl_optionsapp .customily_option[sort-id="5"]::after,
#cl_optionsapp .customily_option:nth-of-type(5)::after {
  content: "" !important;
  position: absolute !important;
  top: -5px !important;
  left: 42px !important;

  width: 9px !important;
  height: 9px !important;

  border-radius: 999px !important;
  background: rgba(255, 155, 85, 0.32) !important;

  box-shadow:
    10px 1px 0 -2px rgba(177, 108, 242, 0.20),
    18px 4px 0 -4px rgba(255, 122, 143, 0.22) !important;

  pointer-events: none !important;
  z-index: 3 !important;
}

/* Títulos dentro de la card */
#cl_optionsapp .customily_option > label,
#cl_optionsapp .customily_option label[role="button"] {
  margin-bottom: 14px !important;
}

/* Textos de ayuda */
#cl_optionsapp .customily_option p,
#cl_optionsapp .customily_option small,
#cl_optionsapp .customily_option [class*="help"],
#cl_optionsapp .customily_option [class*="description"] {
  margin-top: 0.65rem !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  #customily-options #cl_optionsapp,
  #cl_optionsapp {
    padding: 24px 18px 20px !important;
    border-radius: 22px !important;

    box-shadow:
      0 18px 44px rgba(16, 19, 34, 0.07),
      0 6px 18px rgba(16, 19, 34, 0.04),
      inset 0 0 0 1px rgba(255,255,255,0.82) !important;
  }

  #cl_optionsapp .customily_option {
    padding: 24px 0 !important;
  }

  #cl_optionsapp .customily_option:first-child {
    padding-top: 12px !important;
  }

  #cl_optionsapp .customily_option:last-child {
    padding-bottom: 2px !important;
  }
}

/* ==================================================
   TIMBREMANIA - CUSTOMILY SECCIONES NUMERADAS
   Los pasos ahora son .customily_section, no .customily_option
================================================== */

/* Reset contador por secciones */
#cl_optionsapp {
  counter-reset: tm-section-step !important;
}

/* Quitar badges/cards antiguos de cada opción */
#cl_optionsapp .customily_option {
  position: relative !important;

  margin: 0 !important;
  padding: 0 0 22px 0 !important;

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

#cl_optionsapp .customily_option::before,
#cl_optionsapp .customily_option::after {
  content: none !important;
  display: none !important;
}

/* Cada sección será una card/paso */
#cl_optionsapp .customily_section {
  counter-increment: tm-section-step !important;

  position: relative !important;

  margin: 0 0 28px 0 !important;
  padding: 34px 22px 24px !important;

  background: rgba(255, 255, 255, 0.92) !important;
  background-color: rgba(255, 255, 255, 0.92) !important;

  border: 1px solid rgba(16, 19, 34, 0.08) !important;
  border-radius: 22px !important;

  box-shadow:
  0 10px 24px rgba(16, 19, 34, 0.035),
  0 3px 10px rgba(16, 19, 34, 0.022),
  inset 0 0 0 1px rgba(255,255,255,0.78) !important;

  overflow: visible !important;
}

/* Badge de la sección */
#cl_optionsapp .customily_section::before {
  content: counter(tm-section-step) !important;

  position: absolute !important;
  top: -15px !important;
  left: 22px !important;

  width: 32px !important;
  height: 32px !important;

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

  border-radius: 12px !important;

  background:
    radial-gradient(circle at 25% 22%, rgba(255,255,255,0.38) 0 4px, transparent 5px),
    linear-gradient(135deg, #ff7a8f 0%, #ff9b55 58%, #b16cf2 100%) !important;

  color: #ffffff !important;

  font-size: 1.22rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  border: 1px solid rgba(255,255,255,0.55) !important;

  box-shadow:
  0 10px 24px rgba(16, 19, 34, 0.035),
  0 3px 10px rgba(16, 19, 34, 0.022),
  inset 0 0 0 1px rgba(255,255,255,0.78) !important;

  z-index: 5 !important;
}

/* Decoración sutil al lado del badge */
#cl_optionsapp .customily_section::after {
  content: "" !important;

  position: absolute !important;
  top: -6px !important;
  left: 47px !important;

  width: 9px !important;
  height: 9px !important;

  border-radius: 999px !important;
  background: rgba(255, 155, 85, 0.32) !important;

  box-shadow:
    10px 1px 0 -2px rgba(177, 108, 242, 0.20),
    18px 4px 0 -4px rgba(255, 122, 143, 0.22) !important;

  pointer-events: none !important;
  z-index: 4 !important;
}

/* Separación interna entre opciones dentro de una sección */
#cl_optionsapp .customily_section .customily_option:not(:last-child) {
  margin-bottom: 22px !important;
}

/* Última opción sin exceso */
#cl_optionsapp .customily_section .customily_option:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Títulos de cada opción */
#cl_optionsapp .customily_option > label,
#cl_optionsapp .customily_option label[role="button"] {
  display: block !important;
  margin-bottom: 14px !important;

  color: #101322 !important;
  font-size: 1.65rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.25 !important;
}

/* Texto de ayuda bajo cada opción */
#cl_optionsapp .customily_option p,
#cl_optionsapp .customily_option small,
#cl_optionsapp .customily_option [class*="help"],
#cl_optionsapp .customily_option [class*="description"] {
  color: rgba(16, 19, 34, 0.52) !important;
  font-size: 1.35rem !important;
  line-height: 1.45 !important;
}

/* Contenido interno */
#cl_optionsapp .customily_option [id*="cl-option-accordion"],
#cl_optionsapp .customily_option [class*="cl-option-content"] {
  margin-top: 8px !important;
}

/* Swatches / imágenes internas */
#cl_optionsapp .customily_option img {
  border-radius: 10px !important;
}

/* Inputs y textarea dentro de las secciones */
#cl_optionsapp .customily_option input[type="text"],
#cl_optionsapp .customily_option textarea,
#cl_optionsapp .customily_option select {
  width: 100% !important;
  min-height: 48px !important;

  padding: 12px 14px !important;

  color: #101322 !important;
  background: #ffffff !important;

  border: 1.5px solid rgba(16, 19, 34, 0.13) !important;
  border-radius: 12px !important;

  font-size: 1.48rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;

  box-shadow:
    0 5px 14px rgba(16, 19, 34, 0.035),
    inset 0 0 0 1px rgba(255, 255, 255, 0.75) !important;
}

#cl_optionsapp .customily_option textarea {
  min-height: 90px !important;
  resize: vertical !important;
  font-family: inherit !important;
}

#cl_optionsapp .customily_option input:focus,
#cl_optionsapp .customily_option textarea:focus,
#cl_optionsapp .customily_option select:focus {
  outline: none !important;
  border-color: rgba(42, 216, 232, 0.72) !important;

  box-shadow:
    0 0 0 4px rgba(53, 203, 230, 0.12),
    0 8px 20px rgba(16, 19, 34, 0.055) !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  #cl_optionsapp .customily_section {
    margin-bottom: 24px !important;
    padding: 32px 18px 22px !important;
    border-radius: 20px !important;
  }

  #cl_optionsapp .customily_section::before {
    top: -14px !important;
    left: 18px !important;

    width: 30px !important;
    height: 30px !important;

    font-size: 1.15rem !important;
    border-radius: 11px !important;
  }

  #cl_optionsapp .customily_section::after {
    top: -5px !important;
    left: 42px !important;
  }

  #cl_optionsapp .customily_option {
    padding-bottom: 20px !important;
  }

  #cl_optionsapp .customily_option > label,
  #cl_optionsapp .customily_option label[role="button"] {
    font-size: 1.5rem !important;
  }
}

/* ==================================================
   TIMBREMANIA - BOTÓN REVISAR DISEÑO
   Desktop + móvil
================================================== */

.product[class*="tm-product-"] .product-form__buttons > #customily-preview-button,
.product[class*="tm-product-"] .product-form__buttons > .customily-preview-button,
.product[class*="tm-product-"] .product-form__buttons > #customily-preview-button[style],
.product[class*="tm-product-"] .product-form__buttons > .customily-preview-button[style],
.sticky-btn-container > #customily-preview-button,
.sticky-btn-container > .customily-preview-button,
.sticky-btn-container > button.canSeeCanvas,
.sticky-btn-container > button.ld-over-inverse {
  color: #ffffff !important;

  background:
    radial-gradient(circle at 16% 22%, rgba(255,255,255,0.28) 0 6px, transparent 7px),
    radial-gradient(circle at 86% 70%, rgba(255,255,255,0.16) 0 15px, transparent 16px),
    linear-gradient(135deg, #5bd6df 0%, #4d91f7 52%, #8e6cf2 100%) !important;

  border: 0 !important;
  border-radius: 15px !important;

  box-shadow:
    0 10px 24px rgba(77, 145, 247, 0.22),
    0 4px 12px rgba(16, 19, 34, 0.08),
    inset 0 0 0 1px rgba(255,255,255,0.18) !important;

  font-weight: 850 !important;
  text-decoration: none !important;
}

/* Hover desktop */
.product[class*="tm-product-"] .product-form__buttons > #customily-preview-button:hover,
.product[class*="tm-product-"] .product-form__buttons > .customily-preview-button:hover,
.sticky-btn-container > #customily-preview-button:hover,
.sticky-btn-container > .customily-preview-button:hover,
.sticky-btn-container > button.canSeeCanvas:hover,
.sticky-btn-container > button.ld-over-inverse:hover {
  filter: brightness(1.035) saturate(1.04) !important;

  box-shadow:
    0 13px 28px rgba(77, 145, 247, 0.26),
    0 6px 16px rgba(16, 19, 34, 0.10),
    inset 0 0 0 1px rgba(255,255,255,0.22) !important;
}

/* ==================================================
   TIMBREMANIA - AGREGAR AL CARRITO MODAL = BOTÓN PRINCIPAL
   Aplica el mismo estilo al botón dentro del modal de preview
================================================== */

.tm-product-customly #customily-cart-btn,
.tm-product-customly #customily-cart-btn[style],
.tm-product-customly button#customily-cart-btn,
.tm-product-customly button#customily-cart-btn.product-form__submit,
.tm-product-customly button#customily-cart-btn.button {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;

  width: 100% !important;
  min-height: 56px !important;
  height: 56px !important;

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

  margin: 0 !important;
  padding: 0 22px !important;

  border: 0 !important;
  border-radius: 16px !important;

  color: #ffffff !important;

  font-family: Poppins, sans-serif !important;
  font-size: 1.55rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: -0.015em !important;
  text-decoration: none !important;
  text-transform: none !important;

  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.34) 0 8px, transparent 9px),
    radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.22) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 78%, rgba(255, 255, 255, 0.16) 0 18px, transparent 19px),
    linear-gradient(135deg, #ff6f8f 0%, #ff8f3d 42%, #9b5cf6 100%) !important;

  box-shadow:
    0 14px 30px rgba(255, 111, 143, 0.22),
    0 8px 20px rgba(155, 92, 246, 0.18),
    inset 0 0 0 1px rgba(255,255,255,0.22) !important;

  cursor: pointer !important;
  transform: none !important;
}

/* Formas decorativas */
.tm-product-customly #customily-cart-btn::before {
  content: "" !important;
  position: absolute !important;

  right: -34px !important;
  top: -42px !important;

  width: 150px !important;
  height: 150px !important;

  border-radius: 45% 55% 60% 40% !important;

  background: rgba(255, 255, 255, 0.16) !important;
  transform: rotate(-18deg) !important;

  pointer-events: none !important;
  z-index: -1 !important;
}

/* Puntitos */
.tm-product-customly #customily-cart-btn::after {
  content: "" !important;
  position: absolute !important;

  left: 22px !important;
  bottom: 14px !important;

  width: 54px !important;
  height: 24px !important;

  background-image: radial-gradient(circle, rgba(255,255,255,0.42) 1.3px, transparent 1.4px) !important;
  background-size: 9px 9px !important;

  opacity: 0.65 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

/* Hover */
.tm-product-customly #customily-cart-btn:hover,
.tm-product-customly #customily-cart-btn[style]:hover {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.38) 0 8px, transparent 9px),
    radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.24) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 78%, rgba(255, 255, 255, 0.18) 0 18px, transparent 19px),
    linear-gradient(135deg, #ff5f83 0%, #ff8734 42%, #8e52ed 100%) !important;

  box-shadow:
    0 16px 34px rgba(255, 111, 143, 0.26),
    0 10px 24px rgba(155, 92, 246, 0.20),
    inset 0 0 0 1px rgba(255,255,255,0.26) !important;
}

/* Active */
.tm-product-customly #customily-cart-btn:active {
  transform: scale(0.99) !important;
}

/* ==================================================
   TIMBREMANIA - BOTÓN CARRITO EN MODAL PREVIEW
   Centrado real y tamaño controlado
================================================== */

.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* Botón agregar al carrito dentro del modal preview */
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn,
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn,
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn {
  width: 78% !important;
  max-width: 420px !important;
  min-width: 260px !important;

  height: 52px !important;
  min-height: 52px !important;

  margin: 12px auto 18px auto !important;

  align-self: center !important;

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

  border-radius: 16px !important;
}

/* ==================================================
   TIMBREMANIA - SHARE MODAL CUSTOMILY GLOBAL
   Limpio, sin duplicados y estable en móvil
================================================== */

/* Liberar padres que pueden atrapar el modal */
#customily-options,
#cl_optionsapp,
#cl_optionsapp .customily_section,
.customily-main-app,
.customily-options-wrapper,
.customily-hide-scrollbar,
.customily-sets-panel,
.customily_sets_container {
  transform: none !important;
  filter: none !important;
  perspective: none !important;
  contain: none !important;

  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Modal overlay global */
#share-design-modal.modal-overlay {
  position: fixed !important;
  inset: 0 !important;

  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;

  z-index: 2147483647 !important;

  margin: 0 !important;
  padding: 0 !important;

  background: rgba(16, 19, 34, 0.42) !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Caja blanca del modal */
#share-design-modal.modal-overlay > .modal-main-container,
#share-design-modal.modal-overlay > div {
  position: fixed !important;

  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;

  transform: translate(-50%, -50%) !important;

  width: min(92vw, 520px) !important;
  max-height: min(86vh, 620px) !important;
  max-height: min(86dvh, 620px) !important;

  margin: 0 !important;
  padding: 34px 28px 30px !important;

  background: #ffffff !important;
  border-radius: 26px !important;

  box-shadow:
    0 30px 90px rgba(16, 19, 34, 0.28),
    0 12px 34px rgba(16, 19, 34, 0.14),
    0 0 0 1px rgba(16, 19, 34, 0.06) !important;

  overflow-y: auto !important;
  overflow-x: hidden !important;

  box-sizing: border-box !important;
}

/* Título */
#share-design-modal.modal-overlay h1,
#share-design-modal.modal-overlay h2,
#share-design-modal.modal-overlay h3 {
  text-align: center !important;
  color: #101322 !important;
}

/* Botón cerrar */
#share-design-modal.modal-overlay .close-btn,
#share-design-modal.modal-overlay [class*="close"] {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 5 !important;
  cursor: pointer !important;
}

/* Mobile: bottom sheet controlado */
@media screen and (max-width: 749px) {
  #share-design-modal.modal-overlay {
    background: rgba(16, 19, 34, 0.22) !important;
  }

  #share-design-modal.modal-overlay > .modal-main-container,
  #share-design-modal.modal-overlay > div {
    top: auto !important;
    left: 50% !important;
    right: auto !important;
    bottom: calc(72px + env(safe-area-inset-bottom)) !important;

    transform: translateX(-50%) !important;

    width: calc(100vw - 32px) !important;
    max-width: 430px !important;
    max-height: calc(100dvh - 130px) !important;

    padding: 34px 24px 28px !important;
    border-radius: 26px !important;
  }

  #share-design-modal.modal-overlay h1,
  #share-design-modal.modal-overlay h2,
  #share-design-modal.modal-overlay h3 {
    font-size: 2.3rem !important;
    line-height: 1.15 !important;
  }
}

/* ==================================================
   TIMBREMANIA - ELIMINAR BADGES ANTIGUOS EN OPCIONES
   Evita los "0" dentro de Customily
================================================== */

#cl_optionsapp .customily_option::before,
#cl_optionsapp .customily_option::after {
  content: none !important;
  display: none !important;
  visibility: hidden !important;
}

/* Badge solo en secciones */
#cl_optionsapp {
  counter-reset: tm-section-step !important;
}

#cl_optionsapp .customily_section {
  counter-increment: tm-section-step !important;
  position: relative !important;
}

#cl_optionsapp .customily_section::before {
  content: counter(tm-section-step) !important;
}

/* ==================================================
   TIMBREMANIA - MICROINTERACCIÓN ZOOM CUSTOMILY
   Íconos, tipografías y swatches seleccionables
================================================== */

/* Base: elementos seleccionables */
#cl_optionsapp .customily-swatch label,
#cl_optionsapp label.needsclick.needsfocus,
#cl_optionsapp .swatch-container label {
  transform: scale(1) !important;
  transform-origin: center !important;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    filter 0.18s ease !important;

  will-change: transform !important;
}

/* Hover desktop: zoom sutil */
@media screen and (min-width: 990px) {
  #cl_optionsapp .customily-swatch label:hover,
  #cl_optionsapp label.needsclick.needsfocus:hover,
  #cl_optionsapp .swatch-container label:hover {
    transform: scale(1.08) translateY(-1px) !important;

    box-shadow:
      0 10px 22px rgba(16, 19, 34, 0.10),
      0 0 0 4px rgba(53, 203, 230, 0.10) !important;

    z-index: 5 !important;
  }
}

/* Click / tap: sensación de presión */
#cl_optionsapp .customily-swatch label:active,
#cl_optionsapp label.needsclick.needsfocus:active,
#cl_optionsapp .swatch-container label:active {
  transform: scale(0.96) !important;
}

/* Seleccionado: más premium, sin exagerar */
#cl_optionsapp .customily-swatch input:checked + label,
#cl_optionsapp input[type="radio"]:checked + label.needsclick.needsfocus,
#cl_optionsapp input[type="checkbox"]:checked + label.needsclick.needsfocus {
  transform: scale(1.04) !important;

  border-color: rgba(53, 203, 230, 0.85) !important;

  box-shadow:
    0 10px 24px rgba(53, 203, 230, 0.16),
    0 0 0 4px rgba(53, 203, 230, 0.14),
    inset 0 0 0 1px rgba(255,255,255,0.85) !important;

  z-index: 4 !important;
}

/* Imagen interior más nítida al pasar */
#cl_optionsapp .customily-swatch label:hover img,
#cl_optionsapp label.needsclick.needsfocus:hover img,
#cl_optionsapp input[type="radio"]:checked + label img,
#cl_optionsapp input[type="checkbox"]:checked + label img {
  filter: contrast(1.06) saturate(1.04) !important;
}

/* ==================================================
   TIMBREMANIA - MICROINTERACCIÓN MOBILE
================================================== */

@media screen and (max-width: 749px) {
  #cl_optionsapp .customily-swatch label:active,
  #cl_optionsapp label.needsclick.needsfocus:active,
  #cl_optionsapp .swatch-container label:active {
    transform: scale(0.94) !important;
  }

  #cl_optionsapp .customily-swatch input:checked + label,
  #cl_optionsapp input[type="radio"]:checked + label.needsclick.needsfocus,
  #cl_optionsapp input[type="checkbox"]:checked + label.needsclick.needsfocus {
    transform: scale(1.03) !important;
  }
}
/* ==================================================
   TIMBREMANIA - BOTONES CUSTOMILY PREMIUM V1
   Capa final encapsulada para botones inyectados
================================================== */

.product.is-customily-product .product-form__buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
  margin-top: 2rem !important;
  padding: 14px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(16, 19, 34, 0.07) !important;
  border-radius: 22px !important;
  box-shadow:
    0 18px 40px rgba(16, 19, 34, 0.07),
    0 5px 16px rgba(16, 19, 34, 0.04) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.product.is-customily-product #customily-cart-btn,
.product.is-customily-product #customily-preview-button,
.product.is-customily-product .customily-preview-button,
.product.is-customily-product #customily-share-customization-button {
  position: relative !important;
  width: 100% !important;
  min-height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border-radius: 16px !important;
  box-sizing: border-box !important;
  font-size: 1.55rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: -0.015em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  cursor: pointer !important;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    border-color 0.16s ease,
    filter 0.16s ease,
    background 0.16s ease !important;
}

.product.is-customily-product #customily-cart-btn {
  order: 1 !important;
  overflow: hidden !important;
  isolation: isolate !important;
  color: #ffffff !important;
  border: 0 !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.34) 0 8px, transparent 9px),
    radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.22) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 78%, rgba(255, 255, 255, 0.16) 0 18px, transparent 19px),
    linear-gradient(135deg, #ff6f8f 0%, #ff8f3d 42%, #9b5cf6 100%) !important;
  box-shadow:
    0 14px 30px rgba(255, 111, 143, 0.22),
    0 8px 20px rgba(155, 92, 246, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22) !important;
}

.product.is-customily-product #customily-cart-btn:hover {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.38) 0 8px, transparent 9px),
    radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.24) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 78%, rgba(255, 255, 255, 0.18) 0 18px, transparent 19px),
    linear-gradient(135deg, #ff5f83 0%, #ff8734 42%, #8e52ed 100%) !important;
  box-shadow:
    0 16px 34px rgba(255, 111, 143, 0.26),
    0 10px 24px rgba(155, 92, 246, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.26) !important;
}

.product.is-customily-product #customily-preview-button,
.product.is-customily-product .customily-preview-button {
  order: 2 !important;
  color: #ffffff !important;
  border: 0 !important;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.28) 0 6px, transparent 7px),
    radial-gradient(circle at 86% 70%, rgba(255, 255, 255, 0.16) 0 15px, transparent 16px),
    linear-gradient(135deg, #5bd6df 0%, #4d91f7 52%, #8e6cf2 100%) !important;
  box-shadow:
    0 10px 24px rgba(77, 145, 247, 0.22),
    0 4px 12px rgba(16, 19, 34, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18) !important;
}

.product.is-customily-product #customily-preview-button:hover,
.product.is-customily-product .customily-preview-button:hover {
  filter: brightness(1.035) saturate(1.04) !important;
  box-shadow:
    0 13px 28px rgba(77, 145, 247, 0.26),
    0 6px 16px rgba(16, 19, 34, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22) !important;
}

.product.is-customily-product #customily-share-customization-button {
  order: 3 !important;
  color: #101322 !important;
  background: #ffffff !important;
  border: 1.5px solid #dde2ea !important;
  box-shadow:
    0 5px 14px rgba(16, 19, 34, 0.045),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
}

.product.is-customily-product #customily-share-customization-button:hover {
  transform: translateY(-1px) !important;
  border-color: #cbd3df !important;
  box-shadow:
    0 8px 20px rgba(16, 19, 34, 0.065),
    0 0 0 4px rgba(77, 146, 247, 0.045) !important;
}

@media screen and (max-width: 749px) {
  .product.is-customily-product .product-form__buttons {
    padding: 12px !important;
    border-radius: 18px !important;
  }

  .product.is-customily-product #customily-cart-btn,
  .product.is-customily-product #customily-preview-button,
  .product.is-customily-product .customily-preview-button,
  .product.is-customily-product #customily-share-customization-button {
    min-height: 52px !important;
    font-size: 1.45rem !important;
    border-radius: 14px !important;
  }
}

/* ===== TIMBREMANIA PDP 2027 - FASE B ===== */

.product.is-customily-product .product__info-wrapper {
  position: relative;
}

.product.is-customily-product .product__info-container {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.product.is-customily-product .product__info-container > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.product.is-customily-product #customily-options,
.product.is-customily-product #cl_optionsapp {
  width: 100% !important;
  padding: 2.4rem !important;
  background:
    radial-gradient(circle at 100% 0, rgba(91, 214, 223, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
  border: 1px solid rgba(16, 19, 34, 0.08) !important;
  border-radius: 2.4rem !important;
  box-shadow:
    0 2.4rem 6rem rgba(16, 19, 34, 0.07),
    0 0.8rem 2.4rem rgba(16, 19, 34, 0.04) !important;
}

.product.is-customily-product #cl_optionsapp .customily_section,
.product.is-customily-product #cl_optionsapp .customily_option {
  scroll-margin-top: 2rem;
}

.product.is-customily-product #cl_optionsapp .customily_section {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(16, 19, 34, 0.08) !important;
  box-shadow:
    0 1.2rem 3rem rgba(16, 19, 34, 0.045),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease !important;
}

.product.is-customily-product #cl_optionsapp .customily_section:hover {
  border-color: rgba(77, 145, 247, 0.2) !important;
  box-shadow:
    0 1.6rem 3.6rem rgba(16, 19, 34, 0.065),
    0 0 0 0.4rem rgba(77, 145, 247, 0.04) !important;
}

.product.is-customily-product #cl_optionsapp input[type="text"],
.product.is-customily-product #cl_optionsapp input[type="email"],
.product.is-customily-product #cl_optionsapp input[type="tel"],
.product.is-customily-product #cl_optionsapp textarea,
.product.is-customily-product #cl_optionsapp select {
  min-height: 5.2rem !important;
  color: #101322 !important;
  background: #ffffff !important;
  border: 1.5px solid rgba(16, 19, 34, 0.12) !important;
  border-radius: 1.4rem !important;
  box-shadow:
    0 0.6rem 1.8rem rgba(16, 19, 34, 0.035),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease !important;
}

.product.is-customily-product #cl_optionsapp input:focus,
.product.is-customily-product #cl_optionsapp textarea:focus,
.product.is-customily-product #cl_optionsapp select:focus {
  outline: none !important;
  border-color: rgba(77, 145, 247, 0.72) !important;
  box-shadow:
    0 0 0 0.4rem rgba(77, 145, 247, 0.12),
    0 1rem 2.4rem rgba(16, 19, 34, 0.06) !important;
}

.product.is-customily-product #cl_optionsapp .customily-swatch label,
.product.is-customily-product #cl_optionsapp label.needsclick.needsfocus,
.product.is-customily-product #cl_optionsapp .swatch-container label {
  border-color: rgba(16, 19, 34, 0.1) !important;
  box-shadow: 0 0.6rem 1.8rem rgba(16, 19, 34, 0.045) !important;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease !important;
}

.product.is-customily-product #cl_optionsapp .customily-swatch label:hover,
.product.is-customily-product #cl_optionsapp label.needsclick.needsfocus:hover,
.product.is-customily-product #cl_optionsapp .swatch-container label:hover {
  transform: translateY(-0.2rem) scale(1.04) !important;
  border-color: rgba(77, 145, 247, 0.45) !important;
  box-shadow:
    0 1.2rem 2.6rem rgba(16, 19, 34, 0.08),
    0 0 0 0.4rem rgba(77, 145, 247, 0.08) !important;
}

.product.is-customily-product #cl_optionsapp .customily-swatch input:checked + label,
.product.is-customily-product #cl_optionsapp input[type="radio"]:checked + label.needsclick.needsfocus,
.product.is-customily-product #cl_optionsapp input[type="checkbox"]:checked + label.needsclick.needsfocus {
  border-color: #4d91f7 !important;
  box-shadow:
    0 1.2rem 2.8rem rgba(77, 145, 247, 0.16),
    0 0 0 0.4rem rgba(77, 145, 247, 0.14) !important;
}

.product.is-customily-product .product-form__buttons {
  margin-top: 0 !important;
  padding: 1.6rem !important;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 111, 143, 0.09), transparent 32%),
    rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(16, 19, 34, 0.08) !important;
  box-shadow:
    0 2rem 5rem rgba(16, 19, 34, 0.075),
    0 0.6rem 1.8rem rgba(16, 19, 34, 0.04) !important;
}

.product.is-customily-product .tm-pdp-trust {
  padding: 1.8rem 2rem;
  color: #101322;
  background:
    linear-gradient(135deg, rgba(91, 214, 223, 0.1), rgba(142, 108, 242, 0.08)),
    #ffffff;
  border: 1px solid rgba(77, 145, 247, 0.13);
  border-radius: 2rem;
  box-shadow: 0 1.2rem 3rem rgba(16, 19, 34, 0.05);
}

.product.is-customily-product .tm-pdp-trust__title {
  margin: 0 0 1.2rem;
  color: #101322;
  font-size: 1.45rem;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.product.is-customily-product .tm-pdp-trust__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product.is-customily-product .tm-pdp-trust__list li {
  position: relative;
  margin: 0;
  padding-left: 2.2rem;
  color: rgba(16, 19, 34, 0.72);
  font-size: 1.3rem;
  font-weight: 650;
  line-height: 1.4;
}

.product.is-customily-product .tm-pdp-trust__list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  color: #ffffff;
  background: linear-gradient(135deg, #35cbe6, #8e6cf2);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

@media screen and (min-width: 990px) {
  .product.is-customily-product .product__info-wrapper {
    padding-left: clamp(3rem, 4vw, 6rem);
  }

  .product.is-customily-product .product__info-container {
    gap: 2rem;
  }
}

@media screen and (max-width: 749px) {
  .product.is-customily-product .product__info-container {
    gap: 1.4rem;
  }

  .product.is-customily-product #customily-options,
  .product.is-customily-product #cl_optionsapp {
    padding: 1.6rem !important;
    border-radius: 2rem !important;
  }

  .product.is-customily-product .product-form__buttons {
    padding: 1.2rem !important;
  }

  .product.is-customily-product .tm-pdp-trust {
    padding: 1.6rem;
    border-radius: 1.8rem;
  }

  .product.is-customily-product .tm-pdp-trust__list {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
}

/* ===== TIMBREMANIA PDP 2027 - FASE WOW B CONFIGURADOR TIMBREMANIA ===== */

.product.is-customily-product {
  --tm-configurator-paper: #f8f3e9;
  --tm-configurator-paper-deep: #eee5d7;
  --tm-configurator-surface: rgba(255, 253, 247, 0.9);
  --tm-configurator-ink: #101728;
  --tm-configurator-muted: rgba(16, 23, 40, 0.66);
  --tm-configurator-line: rgba(16, 23, 40, 0.11);
  --tm-configurator-cyan: #00b8b0;
  --tm-configurator-violet: #7652d6;
  --tm-configurator-coral: #f25572;
  --tm-configurator-orange: #ff8a3d;
  --tm-configurator-yellow: #f0d34f;
  align-items: flex-start;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) {
  margin: 0 auto 3.6rem !important;
  padding: 0 2rem;
  background: transparent !important;
  border: 0 !important;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text {
  position: relative;
  width: min(100%, 136rem);
  margin: 0 auto;
  overflow: hidden;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 360'%3E%3Cpath d='M-30 250 C240 30 420 360 700 145 S1120 25 1430 215' fill='none' stroke='%23fff' stroke-opacity='.68' stroke-width='10' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat,
    radial-gradient(ellipse at 2% 12%, rgba(0, 184, 176, 0.38) 0 7%, transparent 23%),
    radial-gradient(ellipse at 96% 15%, rgba(242, 85, 114, 0.32) 0 8%, transparent 24%),
    radial-gradient(ellipse at 80% 100%, rgba(118, 82, 214, 0.2) 0 8%, transparent 25%),
    radial-gradient(ellipse at 25% 105%, rgba(255, 138, 61, 0.24) 0 7%, transparent 23%),
    var(--tm-configurator-paper, #f8f3e9) !important;
  background-size: 100% 100%, auto, auto, auto, auto, auto !important;
  border: 1px solid rgba(16, 23, 40, 0.14);
  border-left: 0.8rem solid var(--tm-configurator-ink, #101728);
  border-radius: 0.5rem 1.2rem 1.2rem 0.5rem;
  box-shadow:
    0 0.5rem 0 rgba(0, 184, 176, 0.26),
    0 1.8rem 4.2rem rgba(16, 23, 40, 0.09),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text::after {
  content: "";
  position: absolute;
  right: 1.8rem;
  bottom: 1.8rem;
  width: 4.4rem;
  height: 4.4rem;
  background:
    linear-gradient(var(--tm-configurator-coral, #e95582), var(--tm-configurator-coral, #e95582)) top left / 1.4rem 1px no-repeat,
    linear-gradient(var(--tm-configurator-coral, #e95582), var(--tm-configurator-coral, #e95582)) top left / 1px 1.4rem no-repeat,
    linear-gradient(var(--tm-configurator-violet, #7954d8), var(--tm-configurator-violet, #7954d8)) bottom right / 1.4rem 1px no-repeat,
    linear-gradient(var(--tm-configurator-violet, #7954d8), var(--tm-configurator-violet, #7954d8)) bottom right / 1px 1.4rem no-repeat;
  opacity: 0.7;
  pointer-events: none;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text::before {
  content: "IMAGINA  ·  PERSONALIZA  ·  COMPRUEBA";
  position: absolute;
  top: 1.8rem;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  padding: 0.55rem 1.2rem;
  color: #ffffff;
  background: linear-gradient(105deg, var(--tm-configurator-ink, #101728), #293452);
  border: 1px solid rgba(16, 23, 40, 0.3);
  border-radius: 0.35rem;
  box-shadow: 0.35rem 0.35rem 0 rgba(118, 82, 214, 0.18);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  pointer-events: none;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text__wrapper {
  position: relative;
  z-index: 1;
  padding: 5rem 4rem 3rem !important;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text__blocks {
  max-width: 88rem;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text__heading {
  margin-bottom: 0.8rem !important;
  color: var(--tm-configurator-ink, #10182b) !important;
  font-size: clamp(2.5rem, 2.7vw, 3.8rem) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text__text,
#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text__text p {
  margin-top: 0 !important;
  color: rgba(16, 24, 43, 0.68) !important;
  font-size: 1.45rem !important;
  line-height: 1.55 !important;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) {
  margin-bottom: 2.4rem !important;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text {
  background:
    radial-gradient(circle at 6% 15%, rgba(0, 184, 176, 0.13), transparent 28%),
    radial-gradient(circle at 96% 12%, rgba(242, 85, 114, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 247, 0.96), rgba(250, 247, 255, 0.9)) !important;
  border: 1px solid rgba(16, 23, 40, 0.11) !important;
  border-radius: 1.3rem !important;
  box-shadow:
    0 1.2rem 3rem rgba(16, 23, 40, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text::after {
  content: "" !important;
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: auto;
  left: 1.2rem;
  width: auto;
  height: 0.32rem;
  background: linear-gradient(
    90deg,
    var(--tm-configurator-cyan, #00b8b0),
    var(--tm-configurator-orange, #ff8a3d),
    var(--tm-configurator-coral, #f25572),
    var(--tm-configurator-violet, #7652d6)
  ) !important;
  border-radius: 999px;
  opacity: 1;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text::before {
  content: "Diseño online" !important;
  top: 1.15rem;
  left: 1.4rem;
  transform: none;
  padding: 0.45rem 0.75rem;
  background: linear-gradient(105deg, var(--tm-configurator-cyan, #00b8b0), var(--tm-configurator-violet, #7652d6));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 0.8rem 1.8rem rgba(16, 23, 40, 0.08);
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text__wrapper {
  padding: 3.8rem 3rem 2rem !important;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text__heading {
  font-size: clamp(2.2rem, 2.2vw, 3rem) !important;
}

#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text__text,
#shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text__text p {
  font-size: 1.32rem !important;
  line-height: 1.45 !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] {
  margin: 0 auto 2.4rem !important;
  padding: 0 2rem !important;
  background: transparent !important;
  border: 0 !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text {
  position: relative;
  width: min(100%, 112rem);
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 18%, rgba(0, 184, 176, 0.14), transparent 30%),
    radial-gradient(circle at 93% 18%, rgba(242, 85, 114, 0.13), transparent 30%),
    radial-gradient(circle at 82% 90%, rgba(118, 82, 214, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(255, 253, 247, 0.98), rgba(250, 247, 255, 0.92)) !important;
  border: 1px solid rgba(16, 23, 40, 0.12) !important;
  border-radius: 1.35rem !important;
  box-shadow:
    0 1.2rem 3rem rgba(16, 23, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text::after {
  content: "" !important;
  position: absolute;
  top: 0;
  right: 1.1rem;
  left: 1.1rem;
  height: 0.34rem;
  background: linear-gradient(
    90deg,
    var(--tm-configurator-cyan, #00b8b0),
    var(--tm-configurator-orange, #ff8a3d),
    var(--tm-configurator-coral, #f25572),
    var(--tm-configurator-violet, #7652d6)
  ) !important;
  border-radius: 999px;
  pointer-events: none;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text::before {
  content: "Diseño online" !important;
  position: absolute;
  top: 1.05rem;
  left: 1.3rem;
  z-index: 2;
  transform: none;
  padding: 0.42rem 0.72rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(105deg, var(--tm-configurator-cyan, #00b8b0), var(--tm-configurator-violet, #7652d6));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 0.8rem 1.8rem rgba(16, 23, 40, 0.08);
  pointer-events: none;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__wrapper {
  position: relative;
  z-index: 1;
  padding: 3.8rem 2.6rem 1.9rem !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__blocks {
  max-width: 82rem;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__heading {
  margin-bottom: 0.65rem !important;
  color: var(--tm-configurator-ink, #10182b) !important;
  font-size: clamp(2.2rem, 2.25vw, 3.1rem) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__text,
body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__text p {
  max-width: 70rem !important;
  margin: 0 auto !important;
  color: rgba(16, 24, 43, 0.68) !important;
  font-size: 1.34rem !important;
  line-height: 1.45 !important;
}

section[id$="__rich_text_TBpFda"] {
  position: relative;
  margin: 0 auto 2.4rem !important;
  padding: 0 2rem !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
}

section[id$="__rich_text_TBpFda"]::before,
section[id$="__rich_text_TBpFda"]::after {
  content: none !important;
  display: none !important;
}

section[id$="__rich_text_TBpFda"] .rich-text {
  position: relative;
  width: min(100%, 112rem);
  margin: 0 auto !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 18%, rgba(0, 184, 176, 0.15), transparent 30%),
    radial-gradient(circle at 93% 16%, rgba(242, 85, 114, 0.14), transparent 30%),
    radial-gradient(circle at 84% 96%, rgba(118, 82, 214, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(255, 253, 247, 0.98), rgba(250, 247, 255, 0.92)) !important;
  border: 1px solid rgba(16, 23, 40, 0.12) !important;
  border-radius: 1.35rem !important;
  box-shadow:
    0 1.2rem 3rem rgba(16, 23, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
}

section[id$="__rich_text_TBpFda"] .rich-text::after {
  content: "" !important;
  position: absolute;
  top: 0;
  right: 1.1rem;
  bottom: auto;
  left: 1.1rem;
  width: auto;
  height: 0.34rem;
  background: linear-gradient(
    90deg,
    var(--tm-configurator-cyan, #00b8b0),
    var(--tm-configurator-orange, #ff8a3d),
    var(--tm-configurator-coral, #f25572),
    var(--tm-configurator-violet, #7652d6)
  ) !important;
  border-radius: 999px;
  opacity: 1;
  pointer-events: none;
}

section[id$="__rich_text_TBpFda"] .rich-text::before {
  content: "Diseño online" !important;
  position: absolute;
  top: 1.05rem;
  left: 1.3rem;
  z-index: 2;
  transform: none;
  padding: 0.42rem 0.72rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(105deg, var(--tm-configurator-cyan, #00b8b0), var(--tm-configurator-violet, #7652d6));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 0.8rem 1.8rem rgba(16, 23, 40, 0.08);
  pointer-events: none;
}

section[id$="__rich_text_TBpFda"] .rich-text__wrapper {
  position: relative;
  z-index: 1;
  padding: 3.8rem 2.6rem 1.9rem !important;
}

section[id$="__rich_text_TBpFda"] .rich-text__blocks {
  max-width: 82rem !important;
}

section[id$="__rich_text_TBpFda"] .rich-text__heading {
  margin-bottom: 0.65rem !important;
  color: var(--tm-configurator-ink, #10182b) !important;
  font-size: clamp(2.2rem, 2.25vw, 3.1rem) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}

section[id$="__rich_text_TBpFda"] .rich-text__text,
section[id$="__rich_text_TBpFda"] .rich-text__text p {
  max-width: 70rem !important;
  margin: 0 auto !important;
  color: rgba(16, 24, 43, 0.68) !important;
  font-size: 1.34rem !important;
  line-height: 1.45 !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text,
section[id$="__rich_text_TBpFda"] .rich-text:has(.tm-customily-tutorial) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 247, 0.76)),
    url("/cdn/shop/files/Fondo_opts.png?v=1781756814") center / cover no-repeat !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__wrapper,
section[id$="__rich_text_TBpFda"] .rich-text:has(.tm-customily-tutorial) .rich-text__wrapper {
  padding-bottom: 2.6rem !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__text,
section[id$="__rich_text_TBpFda"] .rich-text:has(.tm-customily-tutorial) .rich-text__text {
  margin-bottom: 1.35rem !important;
}

.tm-customily-tutorial {
  display: flex;
  justify-content: center;
  margin-top: 1.35rem;
}

.tm-customily-tutorial__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.8rem;
  padding: 0 1.65rem;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(105deg, var(--tm-configurator-cyan, #00b8b0), var(--tm-configurator-violet, #7652d6));
  border: 0;
  border-radius: 999px;
  box-shadow:
    0 1rem 2.2rem rgba(118, 82, 214, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font: inherit;
  font-size: 1.25rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.tm-customily-tutorial__button:hover {
  transform: translateY(-0.1rem);
  filter: saturate(1.08);
  box-shadow:
    0 1.25rem 2.8rem rgba(118, 82, 214, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.tm-customily-tutorial__button:focus-visible {
  outline: 0.2rem solid var(--tm-configurator-ink, #101728);
  outline-offset: 0.25rem;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] {
  margin: 0 auto 1.4rem !important;
  padding: 0 clamp(1.4rem, 2vw, 2rem) !important;
  background: transparent !important;
  border: 0 !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text,
body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text:has(.tm-customily-tutorial) {
  width: min(100%, 112rem) !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 252, 247, 0.9)) !important;
  border: 1px solid rgba(16, 23, 40, 0.06) !important;
  border-radius: 1.8rem !important;
  box-shadow: none !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text::before {
  content: none !important;
  display: none !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto !important;
  width: 100% !important;
  height: 0.4rem !important;
  border-radius: 0 !important;
  background: linear-gradient(
    90deg,
    var(--tm-configurator-cyan, #35d5d2),
    var(--tm-configurator-orange, #ff7a59),
    var(--tm-configurator-coral, #f04f8b),
    var(--tm-configurator-violet, #7b4dff)
  ) !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__wrapper,
body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text:has(.tm-customily-tutorial) .rich-text__wrapper {
  padding: 2.8rem 2.4rem 2.4rem !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__blocks {
  max-width: 82rem !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__heading {
  margin: 0 0 0.8rem !important;
  font-size: clamp(2.2rem, 2.35vw, 3.4rem) !important;
  line-height: 1.05 !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__text,
body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__text p,
body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text:has(.tm-customily-tutorial) .rich-text__text {
  max-width: 72rem !important;
  margin: 0 auto 1.4rem !important;
  color: rgba(16, 24, 43, 0.76) !important;
  font-size: 1.42rem !important;
  line-height: 1.45 !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .tm-customily-tutorial {
  margin-top: 0 !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .tm-customily-tutorial__button {
  min-height: 4.2rem !important;
  padding: 0 2.2rem !important;
  color: #111827 !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.12) !important;
  border-radius: 999px !important;
  box-shadow: 0 0.7rem 1.6rem rgba(17, 24, 39, 0.06) !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}

body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .tm-customily-tutorial__button:hover {
  color: #ffffff !important;
  border-color: transparent !important;
  background: linear-gradient(
    90deg,
    var(--tm-configurator-cyan, #35d5d2),
    var(--tm-configurator-orange, #ff7a59),
    var(--tm-configurator-coral, #f04f8b),
    var(--tm-configurator-violet, #7b4dff)
  ) !important;
  box-shadow: 0 0.9rem 1.9rem rgba(17, 24, 39, 0.1) !important;
  transform: translateY(-1px) !important;
}

@media screen and (max-width: 749px) {
  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] {
    margin-bottom: 1.2rem !important;
    padding-inline: 1.2rem !important;
  }

  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text,
  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text:has(.tm-customily-tutorial) {
    border-radius: 1.4rem !important;
  }

  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__wrapper,
  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text:has(.tm-customily-tutorial) .rich-text__wrapper {
    padding: 2.2rem 1.6rem 2rem !important;
  }

  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__heading {
    font-size: 2.2rem !important;
  }

  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__text,
  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__text p,
  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text:has(.tm-customily-tutorial) .rich-text__text {
    margin-bottom: 1.2rem !important;
    font-size: 1.35rem !important;
  }
}

.tm-customily-tutorial-modal[hidden] {
  display: none !important;
}

.tm-customily-tutorial-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: grid;
  place-items: center;
  padding: clamp(1.4rem, 3vw, 3rem);
}

.tm-customily-tutorial-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 23, 40, 0.58);
  backdrop-filter: blur(6px);
}

.tm-customily-tutorial-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 82rem);
  max-height: min(82vh, 72rem);
  overflow: auto;
  padding: clamp(1.8rem, 3vw, 2.8rem);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(16, 23, 40, 0.9), rgba(16, 24, 43, 0.74)),
    url("/cdn/shop/files/Fondo_opts.png?v=1781756814") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2rem;
  box-shadow: 0 3rem 8rem rgba(16, 23, 40, 0.38);
}

.tm-customily-tutorial-modal__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  display: inline-grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 2.6rem;
  line-height: 1;
  cursor: pointer;
}

.tm-customily-tutorial-modal__hero {
  max-width: 62rem;
  margin-bottom: 2rem;
}

.tm-customily-tutorial-modal__eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.5rem 0.85rem;
  color: #101728;
  background: #ffffff;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tm-customily-tutorial-modal__hero h2 {
  margin: 0 0 0.8rem;
  color: #ffffff;
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.tm-customily-tutorial-modal__hero p {
  max-width: 54rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.55rem;
  line-height: 1.45;
}

.tm-customily-tutorial-modal__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.tm-customily-tutorial-card {
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.35rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.tm-customily-tutorial-card__visual {
  display: grid;
  align-content: center;
  gap: 0.6rem;
  min-height: 11rem;
  margin-bottom: 1.1rem;
  padding: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
}

.tm-customily-tutorial-card__visual--options span {
  display: block;
  height: 2.6rem;
  border-radius: 0.7rem;
  background: linear-gradient(90deg, #ffffff, #e9fbfa);
  border: 1px solid rgba(0, 184, 176, 0.28);
}

.tm-customily-tutorial-card__visual--options span:nth-child(2) {
  width: 78%;
  background: linear-gradient(90deg, #ffffff, #fff1f5);
  border-color: rgba(242, 85, 114, 0.28);
}

.tm-customily-tutorial-card__visual--options span:nth-child(3) {
  width: 64%;
  background: linear-gradient(90deg, #ffffff, #f3eeff);
  border-color: rgba(118, 82, 214, 0.26);
}

.tm-customily-tutorial-card__visual--text span {
  display: block;
  color: #101728;
  font-weight: 850;
}

.tm-customily-tutorial-card__visual--text span:first-child {
  font-size: 2.1rem;
}

.tm-customily-tutorial-card__visual--text span:last-child {
  color: rgba(16, 23, 40, 0.62);
  font-size: 1.55rem;
}

.tm-customily-tutorial-card__visual--preview {
  place-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(242, 85, 114, 0.34), transparent 44%),
    radial-gradient(circle at 90% 15%, rgba(0, 184, 176, 0.32), transparent 42%),
    linear-gradient(135deg, #fff8f2, #f4fbff);
}

.tm-customily-tutorial-card__visual--preview span {
  width: min(70%, 12rem);
  height: 4.2rem;
  background: #ffffff;
  border: 1px solid rgba(16, 23, 40, 0.1);
  border-radius: 0.8rem;
  box-shadow: 0 1rem 2.4rem rgba(16, 23, 40, 0.14);
}

.tm-customily-tutorial-card h3 {
  margin: 0 0 0.45rem;
  color: #ffffff;
  font-size: 1.45rem;
}

.tm-customily-tutorial-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.3rem;
  line-height: 1.4;
}

.tm-customily-tutorial-open {
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__wrapper,
  section[id$="__rich_text_TBpFda"] .rich-text:has(.tm-customily-tutorial) .rich-text__wrapper {
    padding-bottom: 2rem !important;
  }

  .tm-customily-tutorial {
    margin-top: 1rem;
  }

  .tm-customily-tutorial-modal__grid {
    grid-template-columns: 1fr;
  }

  .tm-customily-tutorial-modal__panel {
    max-height: 86vh;
    border-radius: 1.4rem;
  }
}

.product.is-customily-product .product__info-container {
  width: 100%;
  max-width: none;
}

.product.is-customily-product .product__title,
.product.is-customily-product .product__title h1,
.product.is-customily-product .product__info-wrapper h1 {
  margin-bottom: 0.8rem !important;
  color: var(--tm-configurator-ink) !important;
  font-size: clamp(2.7rem, 2.4vw, 3.8rem) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

product-info[id^="MainProduct"] .product.is-customily-product .product__media-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.product.is-customily-product .tm-media-heading {
  position: relative;
  display: none !important;
  order: -10 !important;
  flex: 0 0 auto;
  align-self: stretch;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0.85rem 1.1rem;
  overflow: hidden;
  color: var(--tm-configurator-ink);
  background:
    linear-gradient(115deg, rgba(0, 184, 176, 0.12), transparent 35%, rgba(242, 85, 114, 0.1)),
    var(--tm-configurator-surface);
  border: 1px solid var(--tm-configurator-line);
  border-radius: 1.4rem;
  box-shadow: 0 1rem 2.8rem rgba(16, 23, 40, 0.06);
}

.product.is-customily-product .tm-media-heading::after {
  content: "";
  position: absolute;
  right: -2.5rem;
  bottom: -3.5rem;
  width: 12rem;
  height: 8rem;
  background: radial-gradient(circle, rgba(118, 82, 214, 0.17) 0 0.14rem, transparent 0.16rem);
  background-size: 1.2rem 1.2rem;
  transform: rotate(-12deg);
  pointer-events: none;
}

.product.is-customily-product .tm-media-heading__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.3rem;
  color: var(--tm-configurator-muted);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product.is-customily-product .tm-media-heading__eyebrow span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.65rem;
  color: #ffffff;
  background: linear-gradient(105deg, var(--tm-configurator-cyan), var(--tm-configurator-violet));
  border-radius: 999px;
}

.product.is-customily-product .tm-media-heading__title {
  margin: 0 0 0.1rem;
  color: var(--tm-configurator-ink);
  font-size: clamp(1.55rem, 1.5vw, 1.9rem);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.product.is-customily-product .tm-media-heading__text {
  max-width: 58rem;
  margin: 0;
  color: var(--tm-configurator-muted);
  font-size: 1.12rem;
  line-height: 1.35;
}

product-info[id^="MainProduct"] .product.is-customily-product .product__media-wrapper > media-gallery {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  padding: clamp(1.2rem, 1.8vw, 2rem);
  overflow: hidden;
  background: #333333 !important;
  border: 1px solid rgba(16, 23, 40, 0.13);
  border-radius: 1.8rem;
  box-shadow:
    0 2.2rem 5.5rem rgba(16, 23, 40, 0.11),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

product-info[id^="MainProduct"] .product.is-customily-product .product__media-wrapper > media-gallery:hover {
  border-color: rgba(0, 184, 176, 0.28);
  box-shadow:
    0 2.5rem 6rem rgba(16, 23, 40, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}

product-info[id^="MainProduct"] .product.is-customily-product .product__media-wrapper > media-gallery::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: -1;
  background-image:
    radial-gradient(circle, rgba(16, 23, 40, 0.14) 0 0.1rem, transparent 0.12rem),
    linear-gradient(rgba(16, 23, 40, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 23, 40, 0.025) 1px, transparent 1px);
  background-position: 0.8rem 0.8rem, center, center;
  background-size: 4.4rem 4.4rem, 4rem 4rem, 4rem 4rem;
  border-radius: 1.2rem;
  opacity: 0.38;
  pointer-events: none;
}

product-info[id^="MainProduct"] .product.is-customily-product .product__media-wrapper > media-gallery::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.45rem;
  z-index: -1;
  background: linear-gradient(90deg, var(--tm-configurator-cyan), var(--tm-configurator-orange), var(--tm-configurator-coral), var(--tm-configurator-violet));
  opacity: 0.78;
  pointer-events: none;
}

product-info[id^="MainProduct"] .product.is-customily-product media-gallery .product-media-container,
product-info[id^="MainProduct"] .product.is-customily-product media-gallery .product__media {
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border-radius: 1.2rem !important;
  box-shadow: 0 1rem 3rem rgba(16, 23, 40, 0.055) !important;
}

product-info[id^="MainProduct"] .product.is-customily-product media-gallery .thumbnail-slider {
  margin-top: 1rem;
  padding: 0.7rem;
  background: rgba(255, 253, 247, 0.62);
  border: 1px solid rgba(16, 23, 40, 0.08);
  border-radius: 1.2rem;
}

product-info[id^="MainProduct"] .product.is-customily-product media-gallery .thumbnail {
  overflow: hidden !important;
  opacity: 0.72;
  background: rgba(255, 255, 255, 0.65) !important;
  border: 1px solid rgba(16, 23, 40, 0.12) !important;
  border-radius: 0.9rem !important;
  box-shadow: none !important;
  transition: opacity 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}

product-info[id^="MainProduct"] .product.is-customily-product media-gallery .thumbnail:hover {
  opacity: 1;
  border-color: rgba(0, 184, 176, 0.52) !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 184, 176, 0.08) !important;
}

product-info[id^="MainProduct"] .product.is-customily-product media-gallery .thumbnail[aria-current] {
  opacity: 1;
  border-color: var(--tm-configurator-violet) !important;
  box-shadow:
    0 0 0 0.25rem rgba(118, 82, 214, 0.14),
    0 0.6rem 1.8rem rgba(16, 23, 40, 0.08) !important;
}

.product.is-customily-product media-gallery [id^="Slider-Thumbnails"] > .thumbnail-list__item {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media screen and (min-width: 990px) {
  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider .product__media-wrapper > media-gallery {
    --tm-gallery-viewport-size: clamp(38rem, min(calc(100vh - 22rem), 42vw), 58rem);
    display: grid;
    grid-template-columns: clamp(8.6rem, 7vw, 9.6rem) minmax(0, 1fr);
    grid-template-areas: "thumbnails viewer";
    align-items: start;
    gap: clamp(0.8rem, 1.2vw, 1.4rem);
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery > [id^="GalleryViewer"] {
    grid-area: viewer;
    justify-self: center;
    width: min(100%, var(--tm-gallery-viewport-size));
    min-width: 0;
    aspect-ratio: 1 / 1;
    max-height: var(--tm-gallery-viewport-size);
    overflow: hidden;
    border-radius: 1.2rem;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery .product__media-list {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery .product__media-item.is-active {
    width: 100%;
    max-width: 100%;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery .product__media-item.is-active .product-media-container {
    width: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery .product__media-item.is-active .product__media img {
    object-fit: contain !important;
    object-position: center !important;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery > [id^="GalleryThumbnails"] {
    grid-area: thumbnails;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--tm-gallery-viewport-size);
    max-height: var(--tm-gallery-viewport-size);
    margin: 0;
    padding: 0.55rem;
    overflow: hidden;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery [id^="Slider-Thumbnails"] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    min-height: 0;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 0.15rem;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y proximity;
    scrollbar-width: thin;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery [id^="Slider-Thumbnails"] .thumbnail-list__item {
    flex: 0 0 auto;
    width: 100% !important;
    scroll-snap-align: start;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery > [id^="GalleryThumbnails"] > .slider-button {
    display: none;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb {
    display: inline-grid;
    grid-template-columns: 3.6rem minmax(0, 1fr);
    align-items: center;
    align-self: flex-start;
    flex: 0 0 auto;
    gap: 0.65rem;
    width: clamp(8.6rem, 7vw, 9.6rem);
    margin: -0.25rem 0 0;
    padding: 0.55rem;
    color: var(--tm-configurator-ink);
    background:
      radial-gradient(circle at 15% 10%, rgba(0, 184, 176, 0.16), transparent 52%),
      rgba(255, 253, 247, 0.9);
    border: 1px solid rgba(16, 23, 40, 0.12);
    border-radius: 1rem;
    box-shadow: 0 0.8rem 2rem rgba(16, 23, 40, 0.08);
    cursor: pointer;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb .tm-preview-thumb__media {
    display: grid;
    place-items: center;
    width: 3.6rem;
    aspect-ratio: 1 / 1;
    background:
      radial-gradient(circle at 20% 15%, rgba(0, 184, 176, 0.24), transparent 42%),
      radial-gradient(circle at 85% 85%, rgba(242, 85, 114, 0.2), transparent 45%),
      rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(16, 23, 40, 0.14);
    border-radius: 0.9rem;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb .tm-preview-thumb__icon {
    width: 1.9rem;
    height: 1.3rem;
    border: 0.16rem solid var(--tm-configurator-violet);
    border-radius: 50%;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb .tm-preview-thumb__icon::after {
    content: "";
    display: block;
    width: 0.42rem;
    height: 0.42rem;
    margin: 0.27rem auto 0;
    background: var(--tm-configurator-coral);
    border-radius: 50%;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb .tm-preview-thumb__label {
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: left;
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb:hover .tm-preview-thumb__media {
    border-color: rgba(0, 184, 176, 0.58);
    box-shadow: 0 0 0 0.25rem rgba(0, 184, 176, 0.1);
  }

  product-info[id^="MainProduct"] .product.is-customily-product.product--thumbnail_slider media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb:focus-visible {
    outline: 0.25rem solid rgba(118, 82, 214, 0.42);
    outline-offset: 0.25rem;
  }

}

@media screen and (max-width: 989px) {
  .product.is-customily-product.product--thumbnail_slider media-gallery > [id^="GalleryThumbnails"] {
    display: flex !important;
    flex-direction: column;
    gap: 0.8rem;
  }

  .product.is-customily-product media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb {
    display: inline-grid;
    grid-template-columns: 4.8rem auto;
    align-items: center;
    gap: 0.8rem;
    width: fit-content;
    max-width: 100%;
    margin: 0.8rem auto 0;
    padding: 0.55rem 0.9rem 0.55rem 0.55rem;
    color: var(--tm-configurator-ink);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(16, 23, 40, 0.12);
    border-radius: 1rem;
    box-shadow: 0 0.7rem 1.8rem rgba(16, 23, 40, 0.08);
    cursor: pointer;
  }

  .product.is-customily-product media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb .tm-preview-thumb__media {
    display: grid;
    place-items: center;
    width: 4.8rem;
    aspect-ratio: 1 / 1;
    background:
      radial-gradient(circle at 20% 15%, rgba(0, 184, 176, 0.24), transparent 42%),
      radial-gradient(circle at 85% 85%, rgba(242, 85, 114, 0.2), transparent 45%),
      rgba(255, 255, 255, 0.8);
    border-radius: 0.8rem;
  }

  .product.is-customily-product media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb .tm-preview-thumb__icon {
    width: 2.2rem;
    height: 1.5rem;
    border: 0.18rem solid var(--tm-configurator-violet);
    border-radius: 50%;
  }

  .product.is-customily-product media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb .tm-preview-thumb__icon::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.32rem auto 0;
    background: var(--tm-configurator-coral);
    border-radius: 50%;
  }

  .product.is-customily-product media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb .tm-preview-thumb__label {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
  }

  .product.is-customily-product media-gallery > [id^="GalleryThumbnails"] > .tm-preview-thumb:focus-visible {
    outline: 0.25rem solid rgba(118, 82, 214, 0.42);
    outline-offset: 0.25rem;
  }
}

@media screen and (max-width: 749px) {
  .product.is-customily-product .product__title {
    margin-top: 25px !important;
  }

  .product.is-customily-product slider-component[id^="GalleryThumbnails-"].thumbnail-slider {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  .product.is-customily-product media-gallery .slider-counter__link--dots,
  .product.is-customily-product media-gallery .slider-counter__link--dots .dot {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .product.is-customily-product media-gallery .slider-counter--dots {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  .product.is-customily-product media-gallery .slider-buttons {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
  }

  .product.is-customily-product media-gallery .slider-counter,
  .product.is-customily-product media-gallery .slider-counter span,
  .product.is-customily-product media-gallery .slider-button {
    color: #ffffff !important;
  }

  .product.is-customily-product media-gallery .slider-button .icon,
  .product.is-customily-product media-gallery .slider-button svg {
    color: #ffffff !important;
    fill: currentColor !important;
  }
}

.product.is-customily-product .tm-customily-flow {
  position: relative;
  display: grid;
  gap: 1rem;
  width: 100%;
  padding: 1.2rem;
  overflow: visible;
  background:
    radial-gradient(circle at 0 0, rgba(0, 184, 176, 0.17), transparent 22rem),
    radial-gradient(circle at 100% 0, rgba(242, 85, 114, 0.13), transparent 22rem),
    radial-gradient(circle, rgba(16, 23, 40, 0.1) 0 0.08rem, transparent 0.1rem),
    linear-gradient(150deg, rgba(255, 253, 247, 0.96), rgba(244, 238, 228, 0.9));
  background-size: auto, auto, 4.4rem 4.4rem, auto;
  border: 1px solid rgba(16, 23, 40, 0.13);
  border-radius: 1.8rem;
  box-shadow:
    0 2.2rem 5.5rem rgba(16, 23, 40, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.product.is-customily-product .tm-customily-flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.8rem;
  right: 1.8rem;
  z-index: 2;
  height: 0.45rem;
  background: linear-gradient(90deg, var(--tm-configurator-cyan) 0 25%, var(--tm-configurator-orange) 25% 50%, var(--tm-configurator-coral) 50% 75%, var(--tm-configurator-violet) 75%);
  border-radius: 0 0 999px 999px;
  pointer-events: none;
}

.product.is-customily-product .tm-customily-flow > product-form,
.product.is-customily-product .tm-customily-flow > product-form > form {
  width: 100%;
}

.product.is-customily-product .tm-customily-flow:focus-within {
  border-color: rgba(0, 184, 176, 0.3);
  box-shadow:
    0 2.4rem 5.8rem rgba(16, 24, 43, 0.11),
    0 0 0 0.3rem rgba(0, 184, 176, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.product.is-customily-product .tm-customily-flow #customily-options {
  position: relative;
  margin: 0 0 0.8rem !important;
  padding: 3.5rem 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.product.is-customily-product .tm-customily-flow #customily-options::before {
  content: "PERSONALIZA";
  position: absolute;
  top: 0.7rem;
  left: 0.5rem;
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.45rem 0.8rem;
  color: #ffffff;
  background: var(--tm-configurator-ink);
  border: 0;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.13em;
  pointer-events: none;
}

.product.is-customily-product .tm-customily-flow #cl_optionsapp {
  box-sizing: border-box !important;
  color: var(--tm-configurator-ink) !important;
  background: rgba(255, 253, 247, 0.68) !important;
  border: 0 !important;
  border-top: 1px solid rgba(16, 23, 40, 0.1) !important;
  border-bottom: 1px solid rgba(16, 23, 40, 0.1) !important;
  border-radius: 1.2rem !important;
  box-shadow: none !important;
}

.product.is-customily-product #cl_optionsapp {
  counter-reset: tm-section-step !important;
}

.product.is-customily-product #cl_optionsapp .customily_section {
  --tm-step-accent: var(--tm-configurator-cyan);
  --tm-step-tint: rgba(0, 184, 176, 0.075);
  --tm-step-focus: rgba(0, 184, 176, 0.14);
  --tm-step-checked-bg: rgba(0, 184, 176, 0.11);
  --tm-step-hover: rgba(0, 184, 176, 0.62);
  --tm-step-hover-ring: rgba(0, 184, 176, 0.08);
  counter-increment: tm-section-step !important;
  position: relative !important;
  margin: 0 !important;
  padding: 2.4rem 1.6rem 2.4rem 6.2rem !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--tm-configurator-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease !important;
}

.product.is-customily-product #cl_optionsapp .customily_section:nth-of-type(4n + 2) {
  --tm-step-accent: var(--tm-configurator-coral);
  --tm-step-tint: rgba(242, 85, 114, 0.075);
  --tm-step-focus: rgba(242, 85, 114, 0.16);
  --tm-step-checked-bg: rgba(242, 85, 114, 0.11);
  --tm-step-hover: rgba(242, 85, 114, 0.66);
  --tm-step-hover-ring: rgba(242, 85, 114, 0.09);
}

.product.is-customily-product #cl_optionsapp .customily_section:nth-of-type(4n + 3) {
  --tm-step-accent: var(--tm-configurator-orange);
  --tm-step-tint: rgba(255, 138, 61, 0.075);
  --tm-step-focus: rgba(255, 138, 61, 0.16);
  --tm-step-checked-bg: rgba(255, 138, 61, 0.11);
  --tm-step-hover: rgba(255, 138, 61, 0.66);
  --tm-step-hover-ring: rgba(255, 138, 61, 0.09);
}

.product.is-customily-product #cl_optionsapp .customily_section:nth-of-type(4n + 4) {
  --tm-step-accent: var(--tm-configurator-violet);
  --tm-step-tint: rgba(118, 82, 214, 0.075);
  --tm-step-focus: rgba(118, 82, 214, 0.16);
  --tm-step-checked-bg: rgba(118, 82, 214, 0.11);
  --tm-step-hover: rgba(118, 82, 214, 0.66);
  --tm-step-hover-ring: rgba(118, 82, 214, 0.09);
}

.product.is-customily-product #cl_optionsapp .customily_section:last-child {
  border-bottom-color: transparent !important;
}

.product.is-customily-product #cl_optionsapp .customily_section:last-child::after {
  display: none !important;
}

.product.is-customily-product #cl_optionsapp .customily_section::before {
  content: counter(tm-section-step) !important;
  position: absolute !important;
  top: 2rem !important;
  left: 1.45rem !important;
  display: grid !important;
  place-items: center !important;
  width: 3.3rem !important;
  height: 3.3rem !important;
  color: #ffffff !important;
  background-color: var(--tm-step-accent) !important;
  background-image:
    url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.22' fill='white'%3E%3Ccircle cx='9' cy='34' r='1.8'/%3E%3Ccircle cx='17' cy='34' r='1.8'/%3E%3Ccircle cx='9' cy='42' r='1.8'/%3E%3Ccircle cx='17' cy='42' r='1.8'/%3E%3C/g%3E%3Cg opacity='.16'%3E%3Cpath d='M0 15C9 3 19 17 30 6C38 -2 45 1 48 5V0H0V15Z' fill='white'/%3E%3Ccircle cx='35' cy='14' r='4' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cg opacity='.2' stroke='white' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M31 34C36 30 40 38 46 33'/%3E%3Cpath d='M31 40C36 36 40 44 46 39'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border: 2px solid rgba(255, 255, 255, 0.86) !important;
  border-radius: 50% !important;
  box-shadow:
    0 0.5rem 1.4rem rgba(16, 24, 43, 0.14),
    0 0 0 0.2rem rgba(16, 23, 40, 0.05) !important;
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.product.is-customily-product #cl_optionsapp .customily_section::after {
  content: "" !important;
  position: absolute !important;
  top: 5.4rem !important;
  bottom: -0.1rem !important;
  left: 3.1rem !important;
  display: block !important;
  width: 1px !important;
  height: auto !important;
  background: linear-gradient(var(--tm-step-accent), rgba(16, 24, 43, 0.06), transparent) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

.product.is-customily-product #cl_optionsapp .customily_section:hover {
  transform: none !important;
  background: linear-gradient(90deg, var(--tm-step-tint), transparent 58%) !important;
  box-shadow: none !important;
}

.product.is-customily-product #cl_optionsapp .customily_section:focus-within {
  background: linear-gradient(90deg, var(--tm-step-tint), rgba(255, 255, 255, 0.48) 62%, transparent) !important;
  box-shadow: inset 0.25rem 0 0 var(--tm-step-accent) !important;
}

.product.is-customily-product #cl_optionsapp .customily_section.tm-pdp-step-active {
  background: linear-gradient(90deg, var(--tm-step-tint, rgba(0, 184, 176, 0.08)), transparent 65%) !important;
  box-shadow: inset 0.25rem 0 0 var(--tm-step-accent, var(--tm-configurator-cyan)) !important;
}

.product.is-customily-product #cl_optionsapp .customily_option.tm-pdp-step-active {
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
}

.product.is-customily-product #cl_optionsapp .customily_section.tm-pdp-step-missing,
.product.is-customily-product #cl_optionsapp .customily_option.tm-pdp-step-missing {
  background: linear-gradient(90deg, rgba(242, 85, 114, 0.11), transparent 68%) !important;
  box-shadow:
    inset 0.25rem 0 0 var(--tm-configurator-coral),
    0 0 0 0.25rem rgba(242, 85, 114, 0.09) !important;
}

.product.is-customily-product #cl_optionsapp .customily_option.tm-pdp-step-missing {
  padding-left: 1.2rem !important;
}

.product.is-customily-product #cl_optionsapp .customily_section.tm-pdp-step-missing::before {
  background: linear-gradient(135deg, var(--tm-configurator-coral), var(--tm-configurator-violet)) !important;
  box-shadow:
    0 0.5rem 1.4rem rgba(242, 85, 114, 0.24),
    0 0 0 0.35rem rgba(242, 85, 114, 0.13) !important;
}

.product.is-customily-product #cl_optionsapp .customily_option {
  margin: 0 !important;
  padding: 0 0 1.6rem !important;
  color: var(--tm-configurator-ink) !important;
}

.product.is-customily-product #cl_optionsapp .customily_section .customily_option:not(:last-child) {
  margin-bottom: 1.6rem !important;
  border-bottom: 1px solid rgba(17, 21, 43, 0.065) !important;
}

.product.is-customily-product #cl_optionsapp .customily_section .customily_option:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.product.is-customily-product #cl_optionsapp .customily_option > label,
.product.is-customily-product #cl_optionsapp .customily_option label[role="button"] {
  margin-bottom: 1rem !important;
  color: var(--tm-configurator-ink) !important;
  font-size: 1.55rem !important;
  font-weight: 820 !important;
  letter-spacing: -0.018em !important;
  line-height: 1.3 !important;
}

.product.is-customily-product #cl_optionsapp .tm-required-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  margin-left: 0.65rem;
  padding: 0.3rem 0.6rem;
  color: #6b3156;
  background: rgba(242, 85, 114, 0.09);
  border: 1px solid rgba(242, 85, 114, 0.2);
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  vertical-align: middle;
  pointer-events: none;
}

.product.is-customily-product #cl_optionsapp .customily_option p,
.product.is-customily-product #cl_optionsapp .customily_option small,
.product.is-customily-product #cl_optionsapp .customily_option [class*="help"],
.product.is-customily-product #cl_optionsapp .customily_option [class*="description"] {
  color: var(--tm-configurator-muted) !important;
}

.product.is-customily-product #cl_optionsapp input[type="text"],
.product.is-customily-product #cl_optionsapp input[type="email"],
.product.is-customily-product #cl_optionsapp input[type="tel"],
.product.is-customily-product #cl_optionsapp textarea,
.product.is-customily-product #cl_optionsapp select {
  width: 100% !important;
  min-height: 5.2rem !important;
  padding: 1.25rem 1.5rem !important;
  color: var(--tm-configurator-ink) !important;
  background-color: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(16, 23, 40, 0.17) !important;
  border-radius: 0.9rem !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  font-size: 1.48rem !important;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease !important;
}

.product.is-customily-product #cl_optionsapp select {
  appearance: none !important;
  -webkit-appearance: none !important;
  padding-right: 4.8rem !important;
  cursor: pointer !important;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m5 7.5 5 5 5-5' stroke='%2311152b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    linear-gradient(90deg, transparent, var(--tm-step-checked-bg, rgba(0, 184, 176, 0.09))) !important;
  background-repeat: no-repeat !important;
  background-position: right 1.5rem center, right center !important;
  background-size: 2rem, 5rem 100% !important;
  font-weight: 650 !important;
}

.product.is-customily-product #cl_optionsapp select option {
  color: var(--tm-configurator-ink) !important;
  background: #ffffff !important;
  font-weight: 600;
}

.product.is-customily-product #cl_optionsapp input[type="file"] {
  width: 100% !important;
  max-width: 32rem;
  padding: 0.65rem !important;
  color: var(--tm-configurator-muted) !important;
  background: rgba(255, 255, 255, 0.74) !important;
  border: 1px solid rgba(16, 23, 40, 0.12) !important;
  border-radius: 1rem !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76) !important;
  font-size: 1.3rem !important;
}

.product.is-customily-product #cl_optionsapp input[type="file"]::file-selector-button {
  margin-right: 0.9rem;
  padding: 0.72rem 1.15rem;
  color: #ffffff;
  background: linear-gradient(105deg, var(--tm-configurator-cyan), var(--tm-configurator-violet));
  border: 0;
  border-radius: 0.8rem;
  box-shadow: 0 0.6rem 1.4rem rgba(16, 23, 40, 0.1);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    filter 0.16s ease;
}

.product.is-customily-product #cl_optionsapp input[type="file"]::-webkit-file-upload-button {
  margin-right: 0.9rem;
  padding: 0.72rem 1.15rem;
  color: #ffffff;
  background: linear-gradient(105deg, var(--tm-configurator-cyan), var(--tm-configurator-violet));
  border: 0;
  border-radius: 0.8rem;
  box-shadow: 0 0.6rem 1.4rem rgba(16, 23, 40, 0.1);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.product.is-customily-product #cl_optionsapp input[type="file"]:hover::file-selector-button {
  transform: translateY(-0.1rem);
  filter: saturate(1.08);
  box-shadow: 0 0.8rem 1.8rem rgba(16, 23, 40, 0.14);
}

.product.is-customily-product #cl_optionsapp input[type="file"]:focus-visible {
  outline: none !important;
  border-color: var(--tm-step-accent, var(--tm-configurator-cyan)) !important;
  box-shadow:
    0 0 0 0.3rem var(--tm-step-focus, rgba(0, 184, 176, 0.12)),
    inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

.product.is-customily-product #cl_optionsapp .customily-download-button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.65rem !important;
  min-height: 3.8rem !important;
  padding: 0.85rem 1.35rem !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background-color: var(--tm-step-accent, var(--tm-configurator-cyan)) !important;
  background-image:
    url("data:image/svg+xml,%3Csvg width='220' height='58' viewBox='0 0 220 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.18'%3E%3Cpath d='M43 0C59 10 49 25 34 25C18 25 21 43 3 43C-7 43 -12 37 -12 37V0H43Z' fill='white'/%3E%3Ccircle cx='64' cy='17' r='5' stroke='white' stroke-width='2'/%3E%3Ccircle cx='80' cy='24' r='2.5' fill='white'/%3E%3C/g%3E%3Cg opacity='.18' fill='white'%3E%3Ccircle cx='13' cy='39' r='2'/%3E%3Ccircle cx='23' cy='39' r='2'/%3E%3Ccircle cx='33' cy='39' r='2'/%3E%3Ccircle cx='13' cy='49' r='2'/%3E%3Ccircle cx='23' cy='49' r='2'/%3E%3Ccircle cx='33' cy='49' r='2'/%3E%3C/g%3E%3Cg opacity='.22' stroke='white' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M164 11C176 4 186 19 198 11C207 5 215 8 222 13'/%3E%3Cpath d='M164 21C176 14 186 29 198 21C207 15 215 18 222 23'/%3E%3Cpath d='M164 31C176 24 186 39 198 31C207 25 215 28 222 33'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  border: 0 !important;
  border-radius: 0.9rem !important;
  box-shadow:
    0 0.75rem 1.7rem rgba(16, 23, 40, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
  font-family: inherit !important;
  font-size: 1.32rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
  cursor: pointer !important;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    filter 0.16s ease !important;
}

.product.is-customily-product #cl_optionsapp .customily-download-button:hover {
  transform: translateY(-0.1rem) !important;
  filter: brightness(0.94) saturate(1.04) !important;
  box-shadow:
    0 1rem 2.2rem rgba(16, 23, 40, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

.product.is-customily-product #cl_optionsapp .customily-download-button:focus-visible {
  outline: none !important;
  box-shadow:
    0 0 0 0.3rem var(--tm-step-focus, rgba(0, 184, 176, 0.16)),
    0 1rem 2.2rem rgba(16, 23, 40, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

.product.is-customily-product #cl_optionsapp textarea {
  min-height: 10rem !important;
  resize: vertical !important;
}

.product.is-customily-product #cl_optionsapp input[type="text"]:hover,
.product.is-customily-product #cl_optionsapp input[type="email"]:hover,
.product.is-customily-product #cl_optionsapp input[type="tel"]:hover,
.product.is-customily-product #cl_optionsapp textarea:hover,
.product.is-customily-product #cl_optionsapp select:hover {
  border-color: var(--tm-step-hover, rgba(0, 184, 176, 0.42)) !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.product.is-customily-product #cl_optionsapp input[type="text"]:focus,
.product.is-customily-product #cl_optionsapp input[type="text"]:focus-visible,
.product.is-customily-product #cl_optionsapp input[type="email"]:focus,
.product.is-customily-product #cl_optionsapp input[type="email"]:focus-visible,
.product.is-customily-product #cl_optionsapp input[type="tel"]:focus,
.product.is-customily-product #cl_optionsapp input[type="tel"]:focus-visible,
.product.is-customily-product #cl_optionsapp textarea:focus,
.product.is-customily-product #cl_optionsapp textarea:focus-visible,
.product.is-customily-product #cl_optionsapp select:focus,
.product.is-customily-product #cl_optionsapp select:focus-visible {
  outline: none !important;
  border-color: var(--tm-step-accent, var(--tm-configurator-cyan)) !important;
  box-shadow:
    0 0 0 0.3rem var(--tm-step-focus, rgba(0, 184, 176, 0.12)),
    0 0.8rem 1.8rem rgba(16, 24, 43, 0.045) !important;
}

.product.is-customily-product #cl_optionsapp input.tm-pdp-field-missing:not([type="radio"]):not([type="checkbox"]),
.product.is-customily-product #cl_optionsapp textarea.tm-pdp-field-missing,
.product.is-customily-product #cl_optionsapp select.tm-pdp-field-missing,
.product.is-customily-product #cl_optionsapp [contenteditable="true"].tm-pdp-field-missing {
  border-color: var(--tm-configurator-coral) !important;
  box-shadow: 0 0 0 0.3rem rgba(242, 85, 114, 0.12) !important;
}

.product.is-customily-product #cl_optionsapp input.tm-pdp-field-missing[type="radio"] + label,
.product.is-customily-product #cl_optionsapp input.tm-pdp-field-missing[type="checkbox"] + label {
  border-color: var(--tm-configurator-coral) !important;
  box-shadow: 0 0 0 0.3rem rgba(242, 85, 114, 0.12) !important;
}

.product.is-customily-product #cl_optionsapp .customily-swatch label:focus-within,
.product.is-customily-product #cl_optionsapp label.needsclick.needsfocus:focus-within,
.product.is-customily-product #cl_optionsapp .swatch-container label:focus-within {
  outline: none !important;
  border-color: var(--tm-step-accent, var(--tm-configurator-cyan)) !important;
  box-shadow:
    0 0 0 0.3rem var(--tm-step-focus, rgba(24, 185, 179, 0.14)),
    0 0.8rem 1.8rem rgba(16, 24, 43, 0.07) !important;
}

.product.is-customily-product #cl_optionsapp .customily-swatch label,
.product.is-customily-product #cl_optionsapp label.needsclick.needsfocus,
.product.is-customily-product #cl_optionsapp .swatch-container label {
  background-color: rgba(255, 255, 255, 0.66) !important;
  padding: 0.55rem !important;
  border: 1px solid rgba(16, 24, 43, 0.13) !important;
  border-radius: 0.8rem !important;
  box-shadow: none !important;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease !important;
}

.product.is-customily-product #cl_optionsapp .customily-swatch label:hover,
.product.is-customily-product #cl_optionsapp label.needsclick.needsfocus:hover,
.product.is-customily-product #cl_optionsapp .swatch-container label:hover {
  transform: translateY(-0.1rem) !important;
  border-color: var(--tm-step-hover, rgba(0, 184, 176, 0.62)) !important;
  box-shadow: 0 0 0 0.25rem var(--tm-step-hover-ring, rgba(0, 184, 176, 0.08)) !important;
}

.product.is-customily-product #cl_optionsapp .customily-swatch input:checked + label,
.product.is-customily-product #cl_optionsapp input[type="radio"]:checked + label.needsclick.needsfocus,
.product.is-customily-product #cl_optionsapp input[type="checkbox"]:checked + label.needsclick.needsfocus {
  transform: translateY(-0.1rem) !important;
  color: var(--tm-configurator-ink) !important;
  background: linear-gradient(135deg, var(--tm-step-checked-bg, rgba(0, 184, 176, 0.11)), rgba(255, 255, 255, 0.08)), #ffffff !important;
  border-color: var(--tm-step-accent, var(--tm-configurator-cyan)) !important;
  box-shadow:
    0 0 0 0.28rem var(--tm-step-focus, rgba(0, 184, 176, 0.13)),
    0 0.7rem 1.8rem rgba(16, 23, 40, 0.06) !important;
}

.product.is-customily-product #cl_optionsapp .customily_section .customily-swatch.swatch input:checked + label,
.product.is-customily-product #cl_optionsapp .customily_section .customily-swatch input:checked + label,
.product.is-customily-product #cl_optionsapp .customily_section input[type="radio"]:checked + label.needsclick.needsfocus,
.product.is-customily-product #cl_optionsapp .customily_section input[type="checkbox"]:checked + label.needsclick.needsfocus,
.product.is-customily-product #cl_optionsapp .customily_section .customily-swatch.swatch label.selected,
.product.is-customily-product #cl_optionsapp .customily_section .customily-swatch.swatch label.active,
.product.is-customily-product #cl_optionsapp .customily_section .customily-swatch label.selected,
.product.is-customily-product #cl_optionsapp .customily_section .customily-swatch label.active,
.product.is-customily-product #cl_optionsapp .customily_section .swatch-container label.selected,
.product.is-customily-product #cl_optionsapp .customily_section .swatch-container label.active,
.product.is-customily-product #cl_optionsapp .customily_section label.needsclick.needsfocus.selected,
.product.is-customily-product #cl_optionsapp .customily_section label.needsclick.needsfocus.active,
.product.is-customily-product #cl_optionsapp .customily_section [aria-pressed="true"] {
  transform: translateY(-0.1rem) !important;
  color: var(--tm-configurator-ink) !important;
  background: linear-gradient(135deg, var(--tm-step-checked-bg, rgba(0, 184, 176, 0.11)), rgba(255, 255, 255, 0.08)), #ffffff !important;
  border-color: var(--tm-step-accent, var(--tm-configurator-cyan)) !important;
  box-shadow:
    0 0 0 0.28rem var(--tm-step-focus, rgba(0, 184, 176, 0.13)),
    0 0.7rem 1.8rem rgba(16, 23, 40, 0.06) !important;
}

.product.is-customily-product #cl_optionsapp .customily_section .customily-swatch.swatch input:checked + label:hover,
.product.is-customily-product #cl_optionsapp .customily_section .customily-swatch input:checked + label:hover,
.product.is-customily-product #cl_optionsapp .customily_section input[type="radio"]:checked + label.needsclick.needsfocus:hover,
.product.is-customily-product #cl_optionsapp .customily_section input[type="checkbox"]:checked + label.needsclick.needsfocus:hover,
.product.is-customily-product #cl_optionsapp .customily_section .customily-swatch.swatch label.selected:hover,
.product.is-customily-product #cl_optionsapp .customily_section .customily-swatch.swatch label.active:hover,
.product.is-customily-product #cl_optionsapp .customily_section .customily-swatch label.selected:hover,
.product.is-customily-product #cl_optionsapp .customily_section .customily-swatch label.active:hover,
.product.is-customily-product #cl_optionsapp .customily_section .swatch-container label.selected:hover,
.product.is-customily-product #cl_optionsapp .customily_section .swatch-container label.active:hover,
.product.is-customily-product #cl_optionsapp .customily_section label.needsclick.needsfocus.selected:hover,
.product.is-customily-product #cl_optionsapp .customily_section label.needsclick.needsfocus.active:hover,
.product.is-customily-product #cl_optionsapp .customily_section [aria-pressed="true"]:hover {
  border-color: var(--tm-step-accent, var(--tm-configurator-cyan)) !important;
  box-shadow:
    0 0 0 0.28rem var(--tm-step-focus, rgba(0, 184, 176, 0.13)),
    0 0.7rem 1.8rem rgba(16, 23, 40, 0.06) !important;
}

.product.is-customily-product #cl_optionsapp .customily_option img {
  border-radius: 0.6rem !important;
  filter: saturate(0.96) contrast(1.02);
  transition:
    filter 0.2s ease,
    transform 0.2s ease !important;
}

.product.is-customily-product #cl_optionsapp .customily-swatch label:hover img,
.product.is-customily-product #cl_optionsapp label.needsclick.needsfocus:hover img,
.product.is-customily-product #cl_optionsapp .swatch-container label:hover img,
.product.is-customily-product #cl_optionsapp .customily-swatch input:checked + label img {
  filter: saturate(1.08) contrast(1.04) !important;
}

.product.is-customily-product .product-form__buttons {
  position: relative !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  padding: 4rem 1.1rem 1.1rem !important;
  background: rgba(255, 253, 247, 0.68) !important;
  border: 1px solid rgba(16, 23, 40, 0.1) !important;
  border-radius: 1.2rem !important;
  box-shadow: 0 1rem 2.6rem rgba(16, 23, 40, 0.055) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons::before {
  content: "COMPRUEBA / COMPRA" !important;
  position: absolute !important;
  top: 1.2rem !important;
  left: 1.2rem !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 2.3rem !important;
  padding: 0.45rem 0.8rem !important;
  color: #ffffff !important;
  background: var(--tm-configurator-ink) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.13em !important;
  transform: none !important;
  pointer-events: none !important;
}

.product.is-customily-product .product-form__buttons > * {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.product.is-customily-product .product-form__buttons #customily-cart-btn,
.product.is-customily-product .product-form__buttons #customily-preview-button,
.product.is-customily-product .product-form__buttons .customily-preview-button,
.product.is-customily-product .product-form__buttons #customily-share-customization-button {
  position: relative !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1rem !important;
  min-height: 5.4rem !important;
  padding: 0 2rem !important;
  border-radius: 1rem !important;
  font-weight: 850 !important;
  letter-spacing: -0.015em !important;
  text-decoration: none !important;
}

.product.is-customily-product .product-form__buttons #customily-cart-btn::before,
.product.is-customily-product .product-form__buttons #customily-preview-button::before,
.product.is-customily-product .product-form__buttons .customily-preview-button::before,
.product.is-customily-product .product-form__buttons #customily-share-customization-button::before {
  content: "" !important;
  position: static !important;
  inset: auto !important;
  display: block !important;
  flex: 0 0 1.9rem !important;
  width: 1.9rem !important;
  height: 1.9rem !important;
  background: currentColor !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  z-index: auto !important;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons #customily-cart-btn > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons #customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons .customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons #customily-share-customization-button > :not(.loading__spinner) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

.product.is-customily-product .product-form__buttons #customily-cart-btn::after,
.product.is-customily-product .product-form__buttons #customily-preview-button::after,
.product.is-customily-product .product-form__buttons .customily-preview-button::after,
.product.is-customily-product .product-form__buttons #customily-share-customization-button::after {
  content: none !important;
  display: none !important;
}

.product.is-customily-product .product-form__buttons #customily-cart-btn {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background:
    linear-gradient(105deg, var(--tm-configurator-coral) 0%, #dd4f93 52%, var(--tm-configurator-violet) 100%) !important;
  border: 1px solid rgba(16, 23, 40, 0.12) !important;
  box-shadow:
    0 1.2rem 2.8rem rgba(118, 82, 214, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.26) !important;
}

.product.is-customily-product .product-form__buttons #customily-cart-btn::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3h2l2.4 11.2a2 2 0 0 0 2 1.6h8.8a2 2 0 0 0 2-1.6L22 7H6'/%3E%3Ccircle cx='10' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3h2l2.4 11.2a2 2 0 0 0 2 1.6h8.8a2 2 0 0 0 2-1.6L22 7H6'/%3E%3Ccircle cx='10' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3C/svg%3E");
}

.product.is-customily-product .tm-customily-flow .product-form__buttons #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons .customily-preview-button[style] {
  color: var(--tm-configurator-ink) !important;
  -webkit-text-fill-color: var(--tm-configurator-ink) !important;
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(0, 184, 176, 0.52) !important;
  box-shadow:
    inset 0.3rem 0 0 var(--tm-configurator-cyan),
    0 0.7rem 1.8rem rgba(16, 23, 40, 0.055) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons #customily-preview-button span,
.product.is-customily-product .tm-customily-flow .product-form__buttons .customily-preview-button span {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

.product.is-customily-product .product-form__buttons #customily-preview-button::before,
.product.is-customily-product .product-form__buttons .customily-preview-button::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='2.5'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='2.5'/%3E%3C/svg%3E");
}

.product.is-customily-product .tm-customily-flow .product-form__buttons #customily-share-customization-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons #customily-share-customization-button[style] {
  color: var(--tm-configurator-violet) !important;
  -webkit-text-fill-color: var(--tm-configurator-violet) !important;
  background: transparent !important;
  border: 1px solid rgba(118, 82, 214, 0.28) !important;
  box-shadow: none !important;
}

.product.is-customily-product .product-form__buttons #customily-share-customization-button::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.5 6.8-4M8.6 13.5l6.8 4'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.5 6.8-4M8.6 13.5l6.8 4'/%3E%3C/svg%3E");
}

.product.is-customily-product .product-form__buttons #customily-cart-btn:hover,
.product.is-customily-product .product-form__buttons #customily-preview-button:hover,
.product.is-customily-product .product-form__buttons .customily-preview-button:hover,
.product.is-customily-product .product-form__buttons #customily-share-customization-button:hover {
  transform: translateY(-0.2rem) !important;
  filter: none !important;
}

.product.is-customily-product .product-form__buttons #customily-cart-btn:hover {
  background:
    linear-gradient(105deg, #fa496b 0%, #df478f 48%, #6848c8 100%) !important;
  box-shadow:
    0 1.5rem 3.4rem rgba(118, 82, 214, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons #customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons .customily-preview-button:hover {
  color: var(--tm-configurator-ink) !important;
  -webkit-text-fill-color: var(--tm-configurator-ink) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: var(--tm-configurator-cyan) !important;
  box-shadow:
    inset 0.3rem 0 0 var(--tm-configurator-cyan),
    0 1rem 2.2rem rgba(16, 23, 40, 0.08) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons #customily-share-customization-button:hover {
  color: var(--tm-configurator-violet) !important;
  -webkit-text-fill-color: var(--tm-configurator-violet) !important;
  background: rgba(118, 82, 214, 0.07) !important;
  border-color: var(--tm-configurator-violet) !important;
  box-shadow:
    0 0.7rem 1.5rem rgba(16, 23, 40, 0.055) !important;
}

.product.is-customily-product .product-form__buttons #customily-cart-btn:focus-visible,
.product.is-customily-product .product-form__buttons #customily-preview-button:focus-visible,
.product.is-customily-product .product-form__buttons .customily-preview-button:focus-visible,
.product.is-customily-product .product-form__buttons #customily-share-customization-button:focus-visible {
  outline: 0.2rem solid var(--tm-configurator-ink) !important;
  outline-offset: 0.25rem !important;
  box-shadow:
    0 0 0 0.55rem rgba(0, 184, 176, 0.24),
    0 1.4rem 3rem rgba(16, 23, 40, 0.17) !important;
}

.product.is-customily-product .product-form__buttons #customily-cart-btn:active,
.product.is-customily-product .product-form__buttons #customily-preview-button:active,
.product.is-customily-product .product-form__buttons .customily-preview-button:active,
.product.is-customily-product .product-form__buttons #customily-share-customization-button:active {
  transform: translateY(0) scale(0.985) !important;
}

.product.is-customily-product .product-form__buttons #customily-cart-btn::before,
.product.is-customily-product .product-form__buttons #customily-preview-button::before,
.product.is-customily-product .product-form__buttons .customily-preview-button::before,
.product.is-customily-product .product-form__buttons #customily-share-customization-button::before,
.product.is-customily-product .product-form__buttons #customily-cart-btn::after,
.product.is-customily-product .product-form__buttons #customily-preview-button::after,
.product.is-customily-product .product-form__buttons .customily-preview-button::after,
.product.is-customily-product .product-form__buttons #customily-share-customization-button::after {
  content: none !important;
  display: none !important;
  background-image: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.product.is-customily-product .product-form__buttons #customily-cart-btn,
.product.is-customily-product .product-form__buttons #customily-preview-button,
.product.is-customily-product .product-form__buttons .customily-preview-button,
.product.is-customily-product .product-form__buttons #customily-share-customization-button {
  justify-content: center !important;
  gap: 0 !important;
  min-height: 5.6rem !important;
  padding: 0 2.2rem !important;
  border-radius: 1.6rem !important;
  font-size: 1.65rem !important;
  font-weight: 800 !important;
}

.product.is-customily-product .product-form__buttons #customily-cart-btn {
  order: 1 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: none !important;
  background:
    linear-gradient(90deg, #35cbe6 0%, #4d91f7 52%, #b462e4 100%) !important;
  box-shadow:
    0 1rem 2.4rem rgba(83, 111, 240, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14) !important;
}

.product.is-customily-product .product-form__buttons #customily-preview-button,
.product.is-customily-product .product-form__buttons .customily-preview-button,
.product.is-customily-product .product-form__buttons #customily-preview-button[style],
.product.is-customily-product .product-form__buttons .customily-preview-button[style] {
  order: 2 !important;
  color: #101322 !important;
  -webkit-text-fill-color: #101322 !important;
  background: #ffffff !important;
  border: 1.5px solid #dde2ea !important;
  box-shadow:
    0 0.5rem 1.4rem rgba(16, 19, 34, 0.045),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
}

.product.is-customily-product .product-form__buttons #customily-share-customization-button,
.product.is-customily-product .product-form__buttons #customily-share-customization-button[style] {
  order: 3 !important;
  color: #101322 !important;
  -webkit-text-fill-color: #101322 !important;
  background: #ffffff !important;
  border: 1.5px solid #dde2ea !important;
  box-shadow:
    0 0.5rem 1.4rem rgba(16, 19, 34, 0.035),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
}

.product.is-customily-product .product-form__buttons #customily-cart-btn:hover {
  filter: brightness(1.035) saturate(1.04) !important;
  box-shadow:
    0 1.4rem 3rem rgba(83, 111, 240, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18) !important;
}

.product.is-customily-product .product-form__buttons #customily-preview-button:hover,
.product.is-customily-product .product-form__buttons .customily-preview-button:hover,
.product.is-customily-product .product-form__buttons #customily-share-customization-button:hover {
  border-color: #cbd3e0 !important;
  box-shadow:
    0 0.8rem 2rem rgba(16, 19, 34, 0.065),
    0 0 0 0.4rem rgba(77, 146, 247, 0.04) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate {
  align-items: center !important;
  gap: 1.6rem !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-cart-btn,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-share-customization-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-cart-btn[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-share-customization-button[style] {
  width: 15.6rem !important;
  max-width: 15.6rem !important;
  min-height: 4.8rem !important;
  padding: 0.62rem 1.25rem 0.62rem 0.72rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 0 !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase !important;
  box-shadow:
    0 0.85rem 1.8rem rgba(16, 23, 40, 0.16),
    inset 0 0.1rem 0 rgba(255, 255, 255, 0.26) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-cart-btn,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-cart-btn[style] {
  background: linear-gradient(135deg, #b7d958 0%, #88bd37 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button[style] {
  background: linear-gradient(135deg, #9b6af4 0%, #7d49d8 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button[style] {
  background: linear-gradient(135deg, #ff8a78 0%, #e65f50 100%) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-share-customization-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-share-customization-button[style] {
  background: linear-gradient(135deg, #ff8a78 0%, #e65f50 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-cart-btn > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-share-customization-button > :not(.loading__spinner) {
  display: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-cart-btn::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-share-customization-button::before {
  content: "" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 3.3rem !important;
  width: 3.3rem !important;
  height: 3.3rem !important;
  margin: 0 0.7rem 0 0 !important;
  background: #ffffff !important;
  border-radius: 999px !important;
  box-shadow: inset 0 0 0 0.1rem rgba(16, 23, 40, 0.08) !important;
  color: currentColor !important;
  font-size: 1.55rem !important;
  line-height: 1 !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-cart-btn::before {
  content: "□" !important;
  color: #78b936 !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button::before {
  content: "◉" !important;
  color: #7d49d8 !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-share-customization-button::before {
  content: "✓" !important;
  color: #e65f50 !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-cart-btn::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-share-customization-button::after {
  display: block !important;
  flex: 1 1 auto !important;
  color: #ffffff !important;
  font-size: 1.03rem !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.07em !important;
  text-align: left !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-cart-btn::after {
  content: "LISTO PARA\A FABRICAR" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button::after {
  content: "VISTA PREVIA\A ONLINE" !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-share-customization-button::after {
  content: "DISEÑO\A REVISADO" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-cart-btn:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate .customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate #customily-share-customization-button:hover {
  border: 0 !important;
  transform: translateY(-0.15rem) !important;
  filter: brightness(1.04) saturate(1.04) !important;
  box-shadow:
    0 1.1rem 2.2rem rgba(16, 23, 40, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28) !important;
}

.product.is-customily-product button.ld-over-inverse.canSeeCanvas {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.product.is-customily-product button.ld-over-inverse.canSeeCanvas * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.product.is-customily-product .tm-pdp-trust {
  position: relative;
  overflow: hidden;
  padding: 4rem 1.7rem 1.6rem;
  color: var(--tm-configurator-ink);
  background: rgba(255, 253, 247, 0.62);
  border-color: rgba(16, 23, 40, 0.1);
  border-left: 0.3rem solid var(--tm-configurator-coral);
  border-radius: 1.2rem;
  box-shadow: none;
}

.product.is-customily-product .tm-customily-flow .tm-pdp-trust::before {
  content: "RESPALDO";
  position: absolute;
  top: 1.2rem;
  left: 1.6rem;
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.45rem 0.8rem;
  color: #ffffff;
  background: #2563eb;
  border: 0;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.13em;
  pointer-events: none;
}

.product.is-customily-product .tm-pdp-trust__title {
  margin-top: 0;
  color: var(--tm-configurator-ink);
  font-size: 1.55rem;
  letter-spacing: -0.018em;
}

.product.is-customily-product .tm-pdp-trust__list {
  gap: 1.2rem 1.8rem;
}

.product.is-customily-product .tm-pdp-trust__list li {
  color: var(--tm-configurator-muted);
  font-size: 1.32rem;
}

.product.is-customily-product .tm-pdp-trust__list li::before {
  color: #ffffff;
  background: #16a34a;
}

@media screen and (min-width: 990px) {
  .product.is-customily-product:not(.product--no-media) {
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(3.2rem, 3.6vw, 5.2rem);
    width: min(calc(100vw - 8rem), 136rem);
    max-width: none;
    margin-right: auto;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .product.is-customily-product:not(.product--no-media) .product__media-wrapper {
    position: sticky !important;
    top: 2rem !important;
    align-self: flex-start !important;
    margin-top: 1.2rem;
    flex: 1 1 66rem;
    width: auto;
    min-width: 0;
    max-width: 72rem;
  }

  .product.is-customily-product:not(.product--no-media) .product__info-wrapper {
    flex: 0 0 clamp(52rem, 40vw, 58rem);
    width: clamp(52rem, 40vw, 58rem);
    max-width: 58rem;
    padding-left: 0;
  }

  .product.is-customily-product.product--right:not(.product--no-media) .product__info-wrapper {
    padding-right: 0;
  }

  .product.is-customily-product .product__info-container {
    gap: 1.8rem;
  }

  .product.is-customily-product #customily-options,
  .product.is-customily-product #cl_optionsapp {
    padding: 1.6rem !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .product.is-customily-product:not(.product--no-media) {
    gap: 3rem;
    width: calc(100vw - 4rem);
  }

  .product.is-customily-product:not(.product--no-media) .product__info-wrapper {
    flex-basis: min(50rem, 47vw);
    width: min(50rem, 47vw);
  }
}

@media screen and (max-width: 989px) {
  #shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) {
    margin-bottom: 2.4rem !important;
    padding: 0 1.2rem;
  }

  #shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text {
    border-radius: 0.8rem;
  }

  #shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text__wrapper {
    padding: 3.7rem 1.6rem 1.8rem !important;
  }

  #shopify-section-template--20774063374527__rich_text_TBpFda:has(+ .shopify-section product-info .product.is-customily-product) .rich-text__heading {
    font-size: clamp(2.1rem, 7vw, 2.8rem) !important;
  }

  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] {
    margin-bottom: 1.8rem !important;
    padding: 0 1.2rem !important;
  }

  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text {
    border-radius: 1rem !important;
  }

  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__wrapper {
    padding: 3.5rem 1.5rem 1.65rem !important;
  }

  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__heading {
    font-size: clamp(2rem, 6.7vw, 2.7rem) !important;
  }

  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__text,
  body:has(.product.is-customily-product) section[id$="__rich_text_TBpFda"] .rich-text__text p {
    font-size: 1.25rem !important;
  }

  section[id$="__rich_text_TBpFda"] {
    margin-bottom: 1.8rem !important;
    padding: 0 1.2rem !important;
  }

  section[id$="__rich_text_TBpFda"] .rich-text {
    border-radius: 1rem !important;
  }

  section[id$="__rich_text_TBpFda"] .rich-text__wrapper {
    padding: 3.5rem 1.5rem 1.65rem !important;
  }

  section[id$="__rich_text_TBpFda"] .rich-text__heading {
    font-size: clamp(2rem, 6.7vw, 2.7rem) !important;
  }

  section[id$="__rich_text_TBpFda"] .rich-text__text,
  section[id$="__rich_text_TBpFda"] .rich-text__text p {
    font-size: 1.25rem !important;
  }

  .product.is-customily-product .product__title,
  .product.is-customily-product .product__title h1,
  .product.is-customily-product .product__info-wrapper h1 {
    font-size: clamp(2.7rem, 8.5vw, 3.5rem) !important;
  }

  .product.is-customily-product .tm-media-heading {
    padding: 0.8rem 1rem;
    border-radius: 1.2rem;
  }

  .product.is-customily-product .tm-media-heading__eyebrow {
    margin-bottom: 0.3rem;
    font-size: 0.82rem;
  }

  .product.is-customily-product .tm-media-heading__eyebrow span:last-child {
    display: none;
  }

  .product.is-customily-product .tm-media-heading__title {
    font-size: 1.55rem;
  }

  .product.is-customily-product .tm-media-heading__text {
    font-size: 1.08rem;
    line-height: 1.35;
  }

  product-info[id^="MainProduct"] .product.is-customily-product .product__media-wrapper > media-gallery {
    padding: 1rem;
    border-radius: 1.3rem;
  }

  .product.is-customily-product .tm-customily-flow {
    gap: 1.1rem;
    padding: 0.8rem;
    border-radius: 1.3rem;
  }

  .product.is-customily-product .tm-customily-flow::before {
    left: 1rem;
    right: 1rem;
  }

  .product.is-customily-product #customily-options,
  .product.is-customily-product #cl_optionsapp {
    border-radius: 1rem !important;
  }

  .product.is-customily-product #cl_optionsapp .customily_section {
    margin-bottom: 0 !important;
    padding: 2.2rem 1.2rem 2.2rem 5.5rem !important;
    border-radius: 0 !important;
  }

  .product.is-customily-product #cl_optionsapp .customily_section::before {
    top: 1.7rem !important;
    left: 1.15rem !important;
  }

  .product.is-customily-product #cl_optionsapp .customily_section::after {
    top: 5rem !important;
    left: 2.8rem !important;
  }

  .product.is-customily-product .product-form__buttons {
    padding: 3.8rem 0.8rem 0.8rem !important;
    border-radius: 1rem !important;
  }

  .product.is-customily-product .product-form__buttons #customily-cart-btn,
  .product.is-customily-product .product-form__buttons #customily-preview-button,
  .product.is-customily-product .product-form__buttons .customily-preview-button,
  .product.is-customily-product .product-form__buttons #customily-share-customization-button {
    min-height: 5.2rem !important;
    border-radius: 0.65rem !important;
  }

  .product.is-customily-product .tm-pdp-trust {
    padding: 3.9rem 1.4rem 1.4rem;
    border-radius: 1rem;
  }

  .product.is-customily-product #cl_optionsapp .tm-required-badge {
    margin-top: 0.55rem;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product.is-customily-product .tm-customily-flow,
  .product.is-customily-product .product__media-wrapper > media-gallery,
  .product.is-customily-product #cl_optionsapp .customily_section,
  .product.is-customily-product #cl_optionsapp .customily-swatch label,
  .product.is-customily-product #cl_optionsapp label.needsclick.needsfocus,
  .product.is-customily-product #cl_optionsapp .swatch-container label,
  .product.is-customily-product .product-form__buttons #customily-cart-btn,
  .product.is-customily-product .product-form__buttons #customily-preview-button,
  .product.is-customily-product .product-form__buttons .customily-preview-button,
  .product.is-customily-product .product-form__buttons #customily-share-customization-button {
    transition-duration: 0.01ms !important;
  }

  .product.is-customily-product #cl_optionsapp .customily_section:hover,
  .product.is-customily-product .product__media-wrapper > media-gallery:hover,
  .product.is-customily-product #cl_optionsapp .customily-swatch label:hover,
  .product.is-customily-product #cl_optionsapp label.needsclick.needsfocus:hover,
  .product.is-customily-product #cl_optionsapp .swatch-container label:hover,
  .product.is-customily-product .product-form__buttons #customily-cart-btn:hover,
  .product.is-customily-product .product-form__buttons #customily-preview-button:hover,
  .product.is-customily-product .product-form__buttons .customily-preview-button:hover,
  .product.is-customily-product .product-form__buttons #customily-share-customization-button:hover {
    transform: none !important;
  }
}

.tm-customily-toast {
  position: fixed;
  right: clamp(1.2rem, 3vw, 3.2rem);
  bottom: clamp(1.2rem, 3vw, 3.2rem);
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: min(calc(100vw - 2.4rem), 42rem);
  padding: 1.5rem 1.7rem;
  color: #ffffff;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 180'%3E%3Cpath d='M-20 145 C95 40 190 210 305 105 S445 70 525 135' fill='none' stroke='%23fff' stroke-opacity='.22' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat,
    radial-gradient(circle at 100% 0, rgba(242, 85, 114, 0.48), transparent 14rem),
    radial-gradient(circle at 0 100%, rgba(0, 184, 176, 0.34), transparent 15rem),
    linear-gradient(110deg, #101728, #293452);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 0.5rem solid #00b8b0;
  border-radius: 0.65rem 1.5rem 0.65rem 1.5rem;
  box-shadow:
    0.5rem 0.5rem 0 rgba(118, 82, 214, 0.22),
    0 1.8rem 5rem rgba(16, 23, 40, 0.28);
  opacity: 0;
  transform: translateY(1.2rem);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.tm-customily-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tm-customily-toast__mark {
  display: grid;
  flex: 0 0 2.8rem;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  color: #101728;
  background: linear-gradient(135deg, #00b8b0, #f0d34f);
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

.tm-customily-toast__mark::before {
  content: "!";
}

.tm-customily-toast__copy {
  display: grid;
  gap: 0.35rem;
}

.tm-customily-toast__copy strong {
  color: #ffffff;
  font-size: 1.42rem;
  line-height: 1.3;
}

.tm-customily-toast__copy span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.25rem;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  .tm-customily-toast {
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-customily-toast {
    transition-duration: 0.01ms;
  }
}

/* ===== TIMBREMANIA CUSTOMILY BUILT-IN GALLERY TRIAL ===== */
.product.is-customily-product .product__media-wrapper {
  position: relative;
}

@media screen and (min-width: 990px) {
  .product.is-customily-product.tm-customily-gallery-pending:not(.tm-customily-gallery-ready) .product__media-wrapper {
    display: grid !important;
    place-items: stretch !important;
    min-height: clamp(34rem, 46vw, 54rem);
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  .product.is-customily-product.tm-customily-gallery-pending:not(.tm-customily-gallery-ready) .product__media-wrapper > media-gallery {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .product.is-customily-product.tm-customily-gallery-pending:not(.tm-customily-gallery-ready) .product__media-wrapper::after {
    content: "Preparando vista previa...";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    min-height: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: clamp(2rem, 4vw, 4rem);
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.35rem, 1.6vw, 1.7rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    isolation: isolate;
    background:
      radial-gradient(circle at 12% 14%, rgba(242, 85, 114, 0.42), transparent 22rem),
      radial-gradient(circle at 86% 16%, rgba(0, 184, 176, 0.42), transparent 24rem),
      radial-gradient(circle at 82% 96%, rgba(255, 138, 61, 0.28), transparent 22rem),
      linear-gradient(135deg, #101728 0%, #1c202b 55%, #090b10 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.6rem;
    box-shadow:
      0 2.8rem 6rem rgba(16, 23, 40, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .product.is-customily-product.tm-customily-gallery-pending:not(.tm-customily-gallery-ready) .product__media-wrapper::before {
    content: "";
    position: absolute;
    inset: clamp(1.2rem, 1.7vw, 1.8rem);
    z-index: 4;
    border-radius: 1.25rem;
    pointer-events: none;
    background:
      linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent),
      linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
    background-size: 220% 100%, 100% 100%;
    animation: tm-customily-gallery-skeleton 1.35s ease-in-out infinite;
  }
}

@keyframes tm-customily-gallery-skeleton {
  0% {
    background-position: 120% 0, 0 0;
  }

  100% {
    background-position: -120% 0, 0 0;
  }
}

@media screen and (min-width: 990px) and (prefers-reduced-motion: reduce) {
  .product.is-customily-product.tm-customily-gallery-pending:not(.tm-customily-gallery-ready) .product__media-wrapper::before {
    animation: none;
  }
}

@media screen and (min-width: 990px) {
  .product.is-customily-product.tm-customily-gallery-ready .product__media-wrapper > media-gallery {
    display: none !important;
  }

  .product.is-customily-product:not(.tm-customily-gallery-ready):not(.tm-customily-gallery-pending) .product__media-wrapper > .customily_gallery {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media screen and (max-width: 989px) {
  .product.is-customily-product .product__media-wrapper > .customily_gallery {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.product.is-customily-product .product__info-wrapper .customily_gallery,
.product.is-customily-product .product__info-container .customily_gallery {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

product-info[id^="MainProduct"] .product__info-wrapper .customily_gallery,
product-info[id^="MainProduct"] .product__info-container .customily_gallery {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media screen and (min-width: 990px) {
  .product.is-customily-product .product__info-wrapper > .customily-product-preview,
  .product.is-customily-product .product__info-wrapper > .customily-preview-wrapper,
  .product.is-customily-product .product__info-wrapper > .customily-preview,
  .product.is-customily-product .product__info-wrapper > .cl-canvas-container,
  .product.is-customily-product .product__info-wrapper > .canvas-wrapper,
  .product.is-customily-product .product__info-container > .customily-product-preview,
  .product.is-customily-product .product__info-container > .customily-preview-wrapper,
  .product.is-customily-product .product__info-container > .customily-preview,
  .product.is-customily-product .product__info-container > .cl-canvas-container,
  .product.is-customily-product .product__info-container > .canvas-wrapper,
  product-info[id^="MainProduct"] .product__info-wrapper > .customily-product-preview,
  product-info[id^="MainProduct"] .product__info-wrapper > .customily-preview-wrapper,
  product-info[id^="MainProduct"] .product__info-wrapper > .customily-preview,
  product-info[id^="MainProduct"] .product__info-wrapper > .cl-canvas-container,
  product-info[id^="MainProduct"] .product__info-wrapper > .canvas-wrapper,
  product-info[id^="MainProduct"] .product__info-container > .customily-product-preview,
  product-info[id^="MainProduct"] .product__info-container > .customily-preview-wrapper,
  product-info[id^="MainProduct"] .product__info-container > .customily-preview,
  product-info[id^="MainProduct"] .product__info-container > .cl-canvas-container,
  product-info[id^="MainProduct"] .product__info-container > .canvas-wrapper {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.product.is-customily-product .customily_gallery {
  position: relative !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  gap: 1.1rem !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: min(100%, 72rem) !important;
  max-height: none !important;
  margin: 0 auto !important;
  padding: clamp(1.2rem, 1.7vw, 1.8rem) !important;
  overflow: hidden !important;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 14%, rgba(242, 85, 114, 0.48), transparent 22rem),
    radial-gradient(circle at 86% 16%, rgba(0, 184, 176, 0.48), transparent 24rem),
    radial-gradient(circle at 82% 96%, rgba(255, 138, 61, 0.32), transparent 22rem),
    linear-gradient(135deg, #101728 0%, #1c202b 55%, #090b10 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 1.6rem !important;
  box-shadow:
    0 2.8rem 6rem rgba(16, 23, 40, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.product.is-customily-product .product__media-wrapper > .tm-customily-fallback-preview {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: min(56rem, calc(100vh - var(--tm-product-sticky-top, 9rem) - 2rem));
  min-height: clamp(38rem, 46vw, 54rem);
  max-height: calc(100vh - var(--tm-product-sticky-top, 9rem) - 2rem);
  margin: 0 !important;
  padding: clamp(1.2rem, 1.7vw, 1.8rem) !important;
  overflow: hidden !important;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 14%, rgba(242, 85, 114, 0.48), transparent 22rem),
    radial-gradient(circle at 86% 16%, rgba(0, 184, 176, 0.48), transparent 24rem),
    radial-gradient(circle at 82% 96%, rgba(255, 138, 61, 0.32), transparent 22rem),
    linear-gradient(135deg, #101728 0%, #1c202b 55%, #090b10 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 1.6rem !important;
  box-shadow:
    0 2.8rem 6rem rgba(16, 23, 40, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.product.is-customily-product .product__media-wrapper > .tm-customily-fallback-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 0.36rem;
  background: linear-gradient(
    135deg,
    var(--tm-configurator-cyan, #00b8b0) 0%,
    var(--tm-configurator-orange, #ff8a3d) 28%,
    var(--tm-configurator-coral, #f25572) 56%,
    var(--tm-configurator-violet, #7652d6) 100%
  );
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

@media screen and (max-width: 989px) {
  .product.is-customily-product .product__media-wrapper > .tm-customily-fallback-preview {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.product.is-customily-product .customily_gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 0.36rem;
  background: linear-gradient(
    135deg,
    var(--tm-configurator-cyan, #00b8b0) 0%,
    var(--tm-configurator-orange, #ff8a3d) 28%,
    var(--tm-configurator-coral, #f25572) 56%,
    var(--tm-configurator-violet, #7652d6) 100%
  );
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.product.is-customily-product .customily_gallery_slider {
  position: relative !important;
  flex: 1 1 auto !important;
  align-self: center !important;
  z-index: 1;
  min-width: 0 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 253, 247, 0.58)),
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.65), transparent 56%) !important;
  border-radius: 1.25rem !important;
}

.product.is-customily-product .customily_gallery_thumbnail {
  position: relative !important;
  flex: 0 0 clamp(7.8rem, 7vw, 9.4rem) !important;
  align-self: center !important;
  z-index: 2;
  display: flex !important;
  gap: 0.75rem !important;
  padding: 0.55rem !important;
  overflow: auto !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 1.1rem !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.product.is-customily-product .customily_gallery_thumbnail::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.product.is-customily-product .customily_gallery_thumbnail button,
.product.is-customily-product .customily_gallery_thumbnail img,
.product.is-customily-product .customily_gallery .canvas-thumbnail {
  border-radius: 0.85rem !important;
}

.product.is-customily-product .customily_gallery .canvas-thumbnail,
.product.is-customily-product .customily_gallery_thumbnail button {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 0.6rem 1.4rem rgba(16, 23, 40, 0.07) !important;
}

.product.is-customily-product .customily_gallery .canvas-thumbnail:hover,
.product.is-customily-product .customily_gallery_thumbnail button:hover {
  border-color: rgba(0, 184, 176, 0.46) !important;
  box-shadow: 0 0 0 0.22rem rgba(0, 184, 176, 0.1) !important;
}

@media screen and (min-width: 990px) {
  product-info[id^="MainProduct"],
  product-info[id^="MainProduct"] .product.is-customily-product,
  product-info[id^="MainProduct"] .product.is-customily-product .grid__item {
    overflow: visible !important;
  }

  .product.is-customily-product:not(.product--no-media) {
    --tm-product-sticky-top: 1rem;
    align-items: flex-start !important;
  }

  .product.is-customily-product:not(.product--no-media) .product__media-wrapper {
    position: sticky !important;
    top: var(--tm-product-sticky-top, 9rem) !important;
    align-self: flex-start !important;
    height: max-content !important;
    z-index: 3 !important;
  }

  .product.is-customily-product .product__media-wrapper:has(.customily_gallery) {
    gap: 1rem;
  }

  .product.is-customily-product .customily_gallery {
    align-items: center !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: min(100%, 72rem) !important;
    max-height: none !important;
  }

  .product.is-customily-product .product__media-wrapper > .tm-customily-fallback-preview {
    height: min(50rem, calc(100vh - var(--tm-product-sticky-top, 9rem) - 7rem));
    min-height: clamp(30rem, 38vw, 46rem);
    max-height: calc(100vh - var(--tm-product-sticky-top, 9rem) - 7rem);
  }

  .product.is-customily-product .customily_gallery_thumbnail {
    flex-direction: column !important;
    align-self: center !important;
    order: 1;
    width: 100% !important;
    max-height: min(58rem, calc(100vh - 18rem));
  }

  .product.is-customily-product .customily_gallery > .customily_gallery_slider {
    order: 2;
    min-width: 0 !important;
  }

  .product.is-customily-product.tm-product-pyme:not(.product--no-media) {
    --tm-product-sticky-top: 0.8rem;
  }

  .product.is-customily-product.tm-product-pyme .customily_gallery {
    height: auto !important;
    min-height: 0 !important;
    max-width: min(100%, 70rem) !important;
    max-height: none !important;
  }

  .product.is-customily-product.tm-product-pyme .product__media-wrapper > .tm-customily-fallback-preview {
    height: min(47rem, calc(100vh - var(--tm-product-sticky-top, 2rem) - 8rem));
    min-height: clamp(30rem, 37vw, 44rem);
    max-height: calc(100vh - var(--tm-product-sticky-top, 2rem) - 8rem);
  }
}

@media screen and (max-width: 989px) {
  .product.is-customily-product .customily_gallery {
    flex-direction: column !important;
    align-items: stretch !important;
    height: auto;
    min-height: auto;
    max-height: none;
    border-radius: 1.25rem !important;
  }

  .product.is-customily-product .customily_gallery_slider {
    max-width: 100%;
  }

  .product.is-customily-product .customily_gallery_thumbnail {
    order: 2;
  }
}

.product.is-customily-product .product-form__buttons button#customily-preview-button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product .product-form__buttons button#customily-preview-button.ld-over-inverse.canSeeCanvas[style],
.product.is-customily-product button#customily-preview-button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product button#customily-preview-button.ld-over-inverse.canSeeCanvas[style],
.product.is-customily-product button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product button.ld-over-inverse.canSeeCanvas[style] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.product.is-customily-product .product-form__buttons button#customily-preview-button.ld-over-inverse.canSeeCanvas *,
.product.is-customily-product button#customily-preview-button.ld-over-inverse.canSeeCanvas *,
.product.is-customily-product button.ld-over-inverse.canSeeCanvas * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* ===== TIMBREMANIA - Collection hero compacto v3 ===== */

.collection-hero {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: clamp(1.2rem, 2vw, 2.2rem) !important;
  padding-bottom: clamp(1.4rem, 2.2vw, 2.6rem) !important;
}

.collection-hero__inner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: clamp(1.6rem, 2vw, 2.4rem) !important;
  padding-bottom: clamp(1.8rem, 2.2vw, 2.6rem) !important;
  padding-left: clamp(2.4rem, 5vw, 6rem) !important;
  padding-right: clamp(2.4rem, 5vw, 6rem) !important;
}

.collection-hero__text-wrapper {
  max-width: 96rem !important;
  margin-inline: auto !important;
}

.collection-hero__title {
  margin-top: 0 !important;
  margin-bottom: 0.8rem !important;
  font-size: clamp(3.6rem, 3.7vw, 5rem) !important;
  line-height: 1.02 !important;
}

.collection-hero__description {
  max-width: 90rem !important;
  margin-inline: auto !important;
  font-size: clamp(1.55rem, 1.2vw, 1.85rem) !important;
  line-height: 1.38 !important;
}

.collection-hero__description p {
  margin-top: 0 !important;
  margin-bottom: 0.7rem !important;
}

.collection-hero__description p:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 750px) {
  .collection-hero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: clamp(1.2rem, 2vw, 2.2rem) !important;
    padding-bottom: clamp(1.4rem, 2.2vw, 2.6rem) !important;
  }

  .collection-hero__inner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: clamp(1.6rem, 2vw, 2.4rem) !important;
    padding-bottom: clamp(1.8rem, 2.2vw, 2.6rem) !important;
  }
}

@media screen and (max-width: 749px) {
  .collection-hero {
    padding-top: 1.2rem !important;
    padding-bottom: 1.4rem !important;
  }

  .collection-hero__inner {
    padding: 1.6rem 1.6rem 1.8rem !important;
    border-radius: 1.4rem !important;
  }

 }

 /* ===== TIMBREMANIA - Fondo imagen Customily desktop + mobile ===== */
body .product.is-customily-product .tm-customily-flow {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 2.4rem !important;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0.08)
    ),
    url("/cdn/shop/files/Fondo_opts.png?v=1781756814") center center / cover no-repeat !important;
}

/* Mantener la barra superior si la quieres */
body .product.is-customily-product .tm-customily-flow::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 1.8rem !important;
  right: 1.8rem !important;
  z-index: 2 !important;
  height: 0.45rem !important;
  background: linear-gradient(
    90deg,
    var(--tm-configurator-cyan) 0 25%,
    var(--tm-configurator-orange) 25% 50%,
    var(--tm-configurator-coral) 50% 75%,
    var(--tm-configurator-violet) 75%
  ) !important;
  border-radius: 0 0 999px 999px !important;
  pointer-events: none !important;
}

body .product.is-customily-product .tm-customily-flow::after {
  content: none !important;
  display: none !important;
}

/* ===== Customily review-before-cart flow ===== */
.product.is-customily-product .product-form__buttons.tm-review-gate {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.2rem !important;
  padding: 6.8rem 1.4rem 1.4rem !important;
  background: rgba(255, 253, 247, 0.72) !important;
  border: 1px solid rgba(16, 23, 40, 0.1) !important;
  border-radius: 1.4rem !important;
  box-shadow: none !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate::before {
  content: "Ultimo paso antes de comprar" !important;
  position: absolute !important;
  top: 1.4rem !important;
  left: 1.4rem !important;
  right: 1.4rem !important;
  display: block !important;
  min-height: 0 !important;
  padding: 0 !important;
  color: #101728 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.45rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  pointer-events: none !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate::after {
  content: "Revisa como quedara tu diseno antes de agregarlo al carrito." !important;
  position: absolute !important;
  top: 3.6rem !important;
  left: 1.4rem !important;
  right: 1.4rem !important;
  display: block !important;
  color: #6b7280 !important;
  background: transparent !important;
  font-size: 1.22rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  pointer-events: none !important;
}

.product.is-customily-product.tm-design-reviewed .product-form__buttons.tm-review-gate::before {
  content: "\2713  Diseno revisado" !important;
  color: #166534 !important;
}

.product.is-customily-product.tm-design-reviewed .product-form__buttons.tm-review-gate::after {
  content: "Confirma que textos, datos y logo esten correctos." !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-share-customization-button,
.product.is-customily-product .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 5.6rem !important;
  margin: 0 !important;
  padding: 0 1.8rem !important;
  border-radius: 1.4rem !important;
  box-shadow: none !important;
  font-size: 1.55rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  transform: none !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-cart-btn {
  order: 1 !important;
  display: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #16a34a !important;
  border: 1px solid #16a34a !important;
  font-size: 0 !important;
}

.product.is-customily-product.tm-design-reviewed .product-form__buttons.tm-review-gate > #customily-cart-btn {
  display: inline-flex !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-cart-btn:hover {
  background: #15803d !important;
  border-color: #15803d !important;
  filter: none !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas {
  order: 1 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #2563eb !important;
  border: 1px solid #2563eb !important;
  font-size: 0 !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  content: "Revisar diseño" !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 1.55rem !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 2rem !important;
  width: 2rem !important;
  height: 2rem !important;
  margin-right: 0.8rem !important;
  background: url("/cdn/shop/files/Revisar_diseno.png?v=1781881596") center / contain no-repeat !important;
  border: 0 !important;
  box-shadow: none !important;
}

.product.is-customily-product.tm-design-reviewed .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product.tm-design-reviewed .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product.tm-design-reviewed .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas {
  order: 2 !important;
  color: #2563eb !important;
  -webkit-text-fill-color: #2563eb !important;
  background: #ffffff !important;
  border: 1px solid rgba(37, 99, 235, 0.34) !important;
}

.product.is-customily-product.tm-design-reviewed .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  content: "Revisar nuevamente" !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-preview-button:hover,
.product.is-customily-product .product-form__buttons.tm-review-gate > .customily-preview-button:hover,
.product.is-customily-product .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:hover {
  background: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  filter: none !important;
}

.product.is-customily-product.tm-design-reviewed .product-form__buttons.tm-review-gate > #customily-preview-button:hover,
.product.is-customily-product.tm-design-reviewed .product-form__buttons.tm-review-gate > .customily-preview-button:hover,
.product.is-customily-product.tm-design-reviewed .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:hover {
  color: #1d4ed8 !important;
  -webkit-text-fill-color: #1d4ed8 !important;
  background: #ffffff !important;
  border-color: #1d4ed8 !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-share-customization-button {
  order: 3 !important;
  min-height: 3.2rem !important;
  padding: 0.2rem 0 !important;
  color: #6b7280 !important;
  -webkit-text-fill-color: #6b7280 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-share-customization-button:hover {
  color: #374151 !important;
  -webkit-text-fill-color: #374151 !important;
  background: transparent !important;
  border: 0 !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-share-customization-button::before {
  content: none !important;
  display: none !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-cart-btn > :not(.loading__spinner),
.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .product-form__buttons.tm-review-gate > .customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas > :not(.loading__spinner) {
  font-size: 0 !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-cart-btn::before {
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 2rem !important;
  width: 2rem !important;
  height: 2rem !important;
  margin-right: 0.8rem !important;
  background: url("/cdn/shop/files/Agregar_al_carrito.png?v=1781881597") center / contain no-repeat !important;
  border: 0 !important;
  box-shadow: none !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-cart-btn::after {
  content: "Agregar al carrito" !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 1.55rem !important;
}

.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-cart-btn:focus-visible,
.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-preview-button:focus-visible,
.product.is-customily-product .product-form__buttons.tm-review-gate > .customily-preview-button:focus-visible,
.product.is-customily-product .product-form__buttons.tm-review-gate > #customily-share-customization-button:focus-visible,
.product.is-customily-product .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:focus-visible {
  outline: 0.3rem solid rgba(37, 99, 235, 0.32) !important;
  outline-offset: 0.25rem !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 58%, #1e40af 100%) !important;
  border: 1px solid rgba(37, 99, 235, 0.95) !important;
  box-shadow:
    0 1rem 2.2rem rgba(37, 99, 235, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style]:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style]:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style]:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 58%, #172554 100%) !important;
  border-color: #1d4ed8 !important;
  box-shadow:
    0 1.2rem 2.8rem rgba(37, 99, 235, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  color: #2563eb !important;
  -webkit-text-fill-color: #2563eb !important;
  background: #ffffff !important;
  border-color: rgba(37, 99, 235, 0.34) !important;
  box-shadow: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style] {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  min-height: 6.2rem !important;
  padding-inline: 2.2rem !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 0 !important;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
  border-color: #16a34a !important;
  box-shadow:
    0 1rem 2.4rem rgba(22, 163, 74, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style]:hover {
  background: linear-gradient(135deg, #15803d 0%, #166534 100%) !important;
  border-color: #15803d !important;
  box-shadow:
    0 1.2rem 2.8rem rgba(22, 163, 74, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  margin-right: 0.9rem !important;
  background-color: transparent !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  filter: brightness(0) invert(1) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before {
  position: absolute !important;
  top: 50% !important;
  left: calc(50% - 11.6rem) !important;
  flex-basis: 4.8rem !important;
  width: 4.8rem !important;
  height: 4.8rem !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after {
  display: inline-flex !important;
  align-items: center !important;
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: calc(50% - 5.8rem) !important;
  width: auto !important;
  height: auto !important;
  transform: translateY(-50%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.8rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

.product.is-customily-product:not(.tm-design-reviewed) .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product:not(.tm-design-reviewed) .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style] {
  display: inline-flex !important;
  visibility: visible !important;
  pointer-events: auto !important;
  border: 0 !important;
  outline: 0 !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style]:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn:active,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style]:active {
  border: 0 !important;
  outline: 0 !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn:focus:not(:focus-visible),
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style]:focus:not(:focus-visible) {
  border: 0 !important;
  outline: 0 !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn:focus-visible,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style]:focus-visible {
  outline: 0.3rem solid rgba(22, 163, 74, 0.34) !important;
  outline-offset: 0.25rem !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  flex-basis: 4rem !important;
  width: 4rem !important;
  height: 4rem !important;
  background-image: url("/cdn/shop/files/Revisar_diseno.png?v=1781885958") !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  background: #2563eb !important;
  filter: none !important;
  mask-image: url("/cdn/shop/files/Revisar_diseno.png?v=1781885958") !important;
  mask-repeat: no-repeat !important;
  mask-position: center !important;
  mask-size: contain !important;
  -webkit-mask-image: url("/cdn/shop/files/Revisar_diseno.png?v=1781885958") !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  -webkit-mask-size: contain !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.8rem !important;
  min-height: 4.8rem !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::before {
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 3.6rem !important;
  width: 3.6rem !important;
  height: 3.6rem !important;
  margin: 0 !important;
  background: currentColor !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
  mask-image: url("/cdn/shop/files/compartir-diseno.png?v=1781885819") !important;
  mask-repeat: no-repeat !important;
  mask-position: center !important;
  mask-size: contain !important;
  -webkit-mask-image: url("/cdn/shop/files/compartir-diseno.png?v=1781885819") !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  -webkit-mask-size: contain !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style]:hover {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Compact Customily review badges */
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate {
  align-items: center !important;
  gap: 1.6rem !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  position: relative !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: min(100%, 15.8rem) !important;
  max-width: 15.8rem !important;
  min-height: 4.8rem !important;
  padding: 0.62rem 1.2rem 0.62rem 0.68rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 0 !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  box-shadow:
    0 0.85rem 1.8rem rgba(16, 23, 40, 0.16),
    inset 0 0.1rem 0 rgba(255, 255, 255, 0.26) !important;
  transform: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  background: linear-gradient(135deg, #9b6af4 0%, #7d49d8 100%) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  background: linear-gradient(135deg, #ff8a78 0%, #e65f50 100%) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style] {
  background: linear-gradient(135deg, #b7d958 0%, #88bd37 100%) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas > :not(.loading__spinner) {
  display: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  position: static !important;
  content: "" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 3.35rem !important;
  width: 3.35rem !important;
  height: 3.35rem !important;
  margin: 0 0.72rem 0 0 !important;
  color: currentColor !important;
  background: #ffffff !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: inset 0 0 0 0.1rem rgba(16, 23, 40, 0.08) !important;
  filter: none !important;
  transform: none !important;
  opacity: 1 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  content: "◉" !important;
  color: #7d49d8 !important;
  font-size: 1.45rem !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  content: "✓" !important;
  color: #e65f50 !important;
  font-size: 1.8rem !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before {
  content: "◇" !important;
  color: #78b936 !important;
  font-size: 1.7rem !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  position: static !important;
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.02rem !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.07em !important;
  text-align: left !important;
  text-transform: uppercase !important;
  white-space: pre-line !important;
  transform: none !important;
  pointer-events: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  content: "VISTA PREVIA\A ONLINE" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  content: "DISEÑO\A REVISADO" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after {
  content: "LISTO PARA\A FABRICAR" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:hover {
  border: 0 !important;
  filter: brightness(1.04) saturate(1.04) !important;
  transform: translateY(-0.15rem) !important;
  box-shadow:
    0 1.05rem 2.25rem rgba(16, 23, 40, 0.2),
    inset 0 0.1rem 0 rgba(255, 255, 255, 0.3) !important;
}

@media screen and (max-width: 749px) {
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas {
    width: min(100%, 16rem) !important;
    max-width: 16rem !important;
  }
}

/* Customily review actions - large modern badge pills */
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate {
  gap: 1.8rem !important;
  align-items: center !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: 33rem !important;
  max-width: 33rem !important;
  height: 8rem !important;
  min-height: 8rem !important;
  padding: 1rem 2.6rem 1rem 1.2rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-image: none !important;
  font-size: 0 !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  box-shadow: 0 1.4rem 2.8rem rgba(30, 20, 60, 0.14) !important;
  transition:
    background-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease,
    filter 0.24s ease !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  background-color: #8b45f6 !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  background-color: #ff6658 !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style] {
  background-color: #a6cc46 !important;
}

.product.is-customily-product:not(.tm-design-reviewed) .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product:not(.tm-design-reviewed) .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas > :not(.loading__spinner) {
  display: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  position: static !important;
  content: "" !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 5.8rem !important;
  width: 5.8rem !important;
  height: 5.8rem !important;
  margin: 0 1.8rem 0 0 !important;
  color: currentColor !important;
  background: #ffffff !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 0.1rem rgba(16, 23, 40, 0.08) !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  content: "◉" !important;
  color: #8b45f6 !important;
  font-size: 2.7rem !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  content: "✓" !important;
  color: #ff6658 !important;
  font-size: 3.2rem !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before {
  content: "◇" !important;
  color: #8fba2f !important;
  font-size: 3rem !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  position: static !important;
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.7rem !important;
  font-weight: 950 !important;
  line-height: 1.02 !important;
  letter-spacing: 0.05em !important;
  text-align: left !important;
  text-transform: uppercase !important;
  white-space: pre-line !important;
  transform: none !important;
  pointer-events: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  content: "VISTA PREVIA\A ONLINE" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  content: "DISEÑO\A REVISADO" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after {
  content: "LISTO PARA\A FABRICAR" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:hover {
  background-color: #7935e8 !important;
  box-shadow: 0 1.8rem 3.4rem rgba(139, 69, 246, 0.24) !important;
  transform: translateY(-0.2rem) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:hover {
  background-color: #f25548 !important;
  box-shadow: 0 1.8rem 3.4rem rgba(255, 102, 88, 0.24) !important;
  transform: translateY(-0.2rem) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn:hover {
  background-color: #94bd35 !important;
  box-shadow: 0 1.8rem 3.4rem rgba(166, 204, 70, 0.24) !important;
  transform: translateY(-0.2rem) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn:active,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:active,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:active,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button:active,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:active {
  box-shadow: 0 1rem 2rem rgba(30, 20, 60, 0.14) !important;
  transform: translateY(0) !important;
}

@media screen and (max-width: 749px) {
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate {
    gap: 1.6rem !important;
  }

  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas {
    width: 100% !important;
    max-width: 33rem !important;
    height: 7.2rem !important;
    min-height: 7.2rem !important;
  }

  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::before,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
    flex-basis: 5.2rem !important;
    width: 5.2rem !important;
    height: 5.2rem !important;
  }

  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
    font-size: 1.5rem !important;
  }
}

/* Customily review actions - always visible compact pills */
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate {
  gap: 1.6rem !important;
  align-items: center !important;
  justify-items: center !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  display: inline-flex !important;
  visibility: visible !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 28rem !important;
  max-width: 28rem !important;
  height: 6.8rem !important;
  min-height: 6.8rem !important;
  padding: 0.8rem 2rem 0.8rem 1rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-image: none !important;
  font-size: 0 !important;
  box-shadow: 0 1.2rem 2.4rem rgba(30, 20, 60, 0.14) !important;
  pointer-events: auto !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style] {
  order: 1 !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  order: 2 !important;
  background-color: #8b45f6 !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  background-color: #8b45f6 !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style] {
  order: 3 !important;
  background-color: #ff6658 !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style] {
  background-color: #d8e900 !important;
  background-image: none !important;
  cursor: pointer !important;
}

.product.is-customily-product:not(.tm-design-reviewed) .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product:not(.tm-design-reviewed) .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style] {
  display: inline-flex !important;
  visibility: visible !important;
  background-color: #b9bec6 !important;
  cursor: not-allowed !important;
  filter: saturate(0.82) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas > :not(.loading__spinner) {
  display: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  position: static !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 4.9rem !important;
  width: 4.9rem !important;
  height: 4.9rem !important;
  margin: 0 1.5rem 0 0 !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 0.1rem rgba(16, 23, 40, 0.08) !important;
  opacity: 1 !important;
  transform: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before {
  content: "+" !important;
  color: #8fba2f !important;
  font-size: 3rem !important;
  line-height: 1 !important;
}

.product.is-customily-product:not(.tm-design-reviewed) .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before {
  color: #8b9098 !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  content: "o" !important;
  color: #8b45f6 !important;
  font-size: 2.6rem !important;
  line-height: 1 !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  content: "o" !important;
  color: #8b45f6 !important;
  font-size: 2.6rem !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::before {
  content: ">" !important;
  color: #ff6658 !important;
  font-size: 2.8rem !important;
  line-height: 1 !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  position: static !important;
  display: block !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 1.45rem !important;
  font-weight: 950 !important;
  line-height: 1.04 !important;
  letter-spacing: 0.05em !important;
  text-align: left !important;
  text-transform: uppercase !important;
  white-space: pre-line !important;
  pointer-events: none !important;
  transform: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after {
  content: "AGREGAR AL\A CARRITO" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  content: "REVISAR\A DISE\00D1O" !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  content: "REVISAR\A DISE\00D1O" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after {
  content: "COMPARTIR\A DISE\00D1O" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:hover {
  background-color: #7935e8 !important;
  box-shadow: 0 1.6rem 3rem rgba(139, 69, 246, 0.22) !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:hover {
  background-color: #7935e8 !important;
  box-shadow: 0 1.6rem 3rem rgba(139, 69, 246, 0.22) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button:hover {
  background-color: #f25548 !important;
  box-shadow: 0 1.6rem 3rem rgba(255, 102, 88, 0.22) !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn:hover {
  background-color: #c3d300 !important;
  background-image: none !important;
  box-shadow: 0 1.6rem 3rem rgba(222, 222, 0, 0.24) !important;
}

.product.is-customily-product:not(.tm-design-reviewed) .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn:hover {
  background-color: #aeb4bd !important;
  box-shadow: 0 1.2rem 2.4rem rgba(30, 20, 60, 0.14) !important;
  transform: none !important;
}

@media screen and (max-width: 749px) {
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas {
    width: 100% !important;
    max-width: 28rem !important;
    height: 6.2rem !important;
    min-height: 6.2rem !important;
  }

  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::before,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
    flex-basis: 4.4rem !important;
    width: 4.4rem !important;
    height: 4.4rem !important;
  }
}

/* Customily review actions - text-only centered pills */
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate {
  gap: 1.6rem !important;
  justify-items: center !important;
  width: 100% !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  width: 80% !important;
  max-width: 42rem !important;
  min-width: 0 !important;
  height: 7rem !important;
  min-height: 7rem !important;
  position: relative !important;
  justify-content: center !important;
  padding: 1rem 2.4rem !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  isolation: isolate !important;
  text-align: center !important;
  white-space: nowrap !important;
  transition:
    background-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='90' viewBox='0 0 560 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.18'%3E%3Cpath d='M95 0C120 18 103 43 77 42C52 41 55 72 27 74C8 75 0 63 0 63V0H95Z' fill='white'/%3E%3Ccircle cx='118' cy='29' r='8' stroke='white' stroke-width='3'/%3E%3Ccircle cx='144' cy='40' r='4' fill='white'/%3E%3C/g%3E%3Cg opacity='0.18'%3E%3Ccircle cx='22' cy='55' r='3' fill='white'/%3E%3Ccircle cx='38' cy='55' r='3' fill='white'/%3E%3Ccircle cx='54' cy='55' r='3' fill='white'/%3E%3Ccircle cx='22' cy='71' r='3' fill='white'/%3E%3Ccircle cx='38' cy='71' r='3' fill='white'/%3E%3Ccircle cx='54' cy='71' r='3' fill='white'/%3E%3C/g%3E%3Cg opacity='0.22' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M455 16C475 5 490 28 510 16C525 7 540 12 552 20'/%3E%3Cpath d='M455 28C475 17 490 40 510 28C525 19 540 24 552 32'/%3E%3Cpath d='M455 40C475 29 490 52 510 40C525 31 540 36 552 44'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  flex: 0 1 auto !important;
  width: auto !important;
  font-size: 1.6rem !important;
  line-height: 1 !important;
  position: relative !important;
  text-align: center !important;
  text-shadow: 0 0.16rem 0.34rem rgba(16, 23, 40, 0.34) !important;
  white-space: nowrap !important;
  z-index: 1 !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after {
  content: "AGREGAR AL CARRITO" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
  content: "REVISAR DISE\00D1O" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after {
  content: "COMPARTIR DISE\00D1O" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:focus,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:focus,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:focus,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:active,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:active,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:active,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:disabled,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:disabled,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:disabled,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style] {
  background-color: #8b45f6 !important;
  background-image: none !important;
  border-color: #8b45f6 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style]:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style]:hover,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style]:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style]:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style]:hover,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style]:hover {
  background-color: #7935e8 !important;
  background-image: none !important;
  border-color: #7935e8 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 1.6rem 3rem rgba(139, 69, 246, 0.22) !important;
  transform: translateY(-0.1rem) !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:focus-visible,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:focus-visible,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:focus-visible,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style]:focus-visible,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style]:focus-visible,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style]:focus-visible {
  outline-color: rgba(139, 69, 246, 0.34) !important;
}

@media screen and (max-width: 749px) {
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas {
    width: 100% !important;
    max-width: 100% !important;
    height: 6.4rem !important;
    min-height: 6.4rem !important;
    padding: 1rem 1.8rem !important;
    white-space: normal !important;
  }

  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after,
  .product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after {
    font-size: clamp(1.3rem, 3.6vw, 1.5rem) !important;
    white-space: normal !important;
  }
}

/* Customily review actions - final cleanup: SVG texture only, centered text */
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style],
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style] {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 2.4rem !important;
  overflow: hidden !important;
  isolation: isolate !important;
  font-size: 0 !important;
  text-align: center !important;
  background-image: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button > :not(.loading__spinner),
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn > svg,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button > svg,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button > svg,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas > svg,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button > svg,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn > img,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button > img,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button > img,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas > img,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button > img {
  display: none !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style]::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style]::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style]::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style]::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::before,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style]::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='90' viewBox='0 0 560 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.18'%3E%3Cpath d='M95 0C120 18 103 43 77 42C52 41 55 72 27 74C8 75 0 63 0 63V0H95Z' fill='white'/%3E%3Ccircle cx='118' cy='29' r='8' stroke='white' stroke-width='3'/%3E%3Ccircle cx='144' cy='40' r='4' fill='white'/%3E%3C/g%3E%3Cg opacity='0.18'%3E%3Ccircle cx='22' cy='55' r='3' fill='white'/%3E%3Ccircle cx='38' cy='55' r='3' fill='white'/%3E%3Ccircle cx='54' cy='55' r='3' fill='white'/%3E%3Ccircle cx='22' cy='71' r='3' fill='white'/%3E%3Ccircle cx='38' cy='71' r='3' fill='white'/%3E%3Ccircle cx='54' cy='71' r='3' fill='white'/%3E%3C/g%3E%3Cg opacity='0.22' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M455 16C475 5 490 28 510 16C525 7 540 12 552 20'/%3E%3Cpath d='M455 28C475 17 490 40 510 28C525 19 540 24 552 32'/%3E%3Cpath d='M455 40C475 29 490 52 510 40C525 31 540 36 552 44'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style]::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style]::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style]::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style]::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style]::after {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 2.4rem !important;
  margin: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 1.6rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
  text-align: center !important;
  text-shadow: 0 0.16rem 0.34rem rgba(16, 23, 40, 0.34) !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  transform: none !important;
  z-index: 1 !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style]::after {
  content: "AGREGAR AL CARRITO" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style]::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style]::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style]::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style]::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style]::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style]::after {
  content: "REVISAR DISE\00D1O" !important;
}

.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after,
.product.is-customily-product .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style]::after {
  content: "COMPARTIR DISE\00D1O" !important;
}

/* Customily review actions - lock reviewed state against older icon/text rules */
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style],
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style] {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 2.4rem !important;
  overflow: hidden !important;
  isolation: isolate !important;
  font-size: 0 !important;
  text-align: center !important;
  background-image: none !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style]::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style]::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style]::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style]::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::before,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style]::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='90' viewBox='0 0 560 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.18'%3E%3Cpath d='M95 0C120 18 103 43 77 42C52 41 55 72 27 74C8 75 0 63 0 63V0H95Z' fill='white'/%3E%3Ccircle cx='118' cy='29' r='8' stroke='white' stroke-width='3'/%3E%3Ccircle cx='144' cy='40' r='4' fill='white'/%3E%3C/g%3E%3Cg opacity='0.18'%3E%3Ccircle cx='22' cy='55' r='3' fill='white'/%3E%3Ccircle cx='38' cy='55' r='3' fill='white'/%3E%3Ccircle cx='54' cy='55' r='3' fill='white'/%3E%3Ccircle cx='22' cy='71' r='3' fill='white'/%3E%3Ccircle cx='38' cy='71' r='3' fill='white'/%3E%3Ccircle cx='54' cy='71' r='3' fill='white'/%3E%3C/g%3E%3Cg opacity='0.22' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M455 16C475 5 490 28 510 16C525 7 540 12 552 20'/%3E%3Cpath d='M455 28C475 17 490 40 510 28C525 19 540 24 552 32'/%3E%3Cpath d='M455 40C475 29 490 52 510 40C525 31 540 36 552 44'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style]::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style]::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style]::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style]::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style]::after {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 2.4rem !important;
  margin: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 1.6rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
  text-align: center !important;
  text-shadow: 0 0.16rem 0.34rem rgba(16, 23, 40, 0.34) !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  transform: none !important;
  z-index: 1 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style]::after {
  content: "AGREGAR AL CARRITO" !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style]::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style]::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style]::after {
  content: "REVISAR DISE\00D1O" !important;
}

.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button::after,
.product.is-customily-product.tm-design-reviewed .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style]::after {
  content: "COMPARTIR DISE\00D1O" !important;
}

/* Unified add-to-cart CTA across native PDPs, quick add, and Customily modals. */
.product-form__buttons:not(.tm-review-gate) > button.product-form__submit[name="add"],
quick-add-modal .product-form__buttons > button.product-form__submit[name="add"],
.quick-add product-form button.quick-add__submit[name="add"],
.customily-modal-preview-only #customily-cart-btn,
.vue-portal-target .customily-modal-preview-only #customily-cart-btn {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1rem !important;
  width: 100% !important;
  min-height: 6.2rem !important;
  padding: 0 2.2rem !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
  border: 0 !important;
  border-radius: 1.4rem !important;
  box-shadow:
    0 1rem 2.4rem rgba(22, 163, 74, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  font-size: 1.8rem !important;
  font-weight: 850 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
}

.product-form__buttons:not(.tm-review-gate) > button.product-form__submit[name="add"]::before,
quick-add-modal .product-form__buttons > button.product-form__submit[name="add"]::before,
.quick-add product-form button.quick-add__submit[name="add"]::before,
.customily-modal-preview-only #customily-cart-btn::before,
.vue-portal-target .customily-modal-preview-only #customily-cart-btn::before {
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 4.8rem !important;
  width: 4.8rem !important;
  height: 4.8rem !important;
  margin: 0 1rem 0 0 !important;
  background: url("/cdn/shop/files/Agregar_al_carrito.png?v=1781881597") center / contain no-repeat !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: brightness(0) invert(1) !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.product-form__buttons:not(.tm-review-gate) > button.product-form__submit[name="add"]::after,
quick-add-modal .product-form__buttons > button.product-form__submit[name="add"]::after,
.quick-add product-form button.quick-add__submit[name="add"]::after,
.customily-modal-preview-only #customily-cart-btn::after,
.vue-portal-target .customily-modal-preview-only #customily-cart-btn::after {
  content: none !important;
  display: none !important;
}

.product-form__buttons:not(.tm-review-gate) > button.product-form__submit[name="add"] > span:not(.loading__spinner):not(.sold-out-message),
quick-add-modal .product-form__buttons > button.product-form__submit[name="add"] > span:not(.loading__spinner):not(.sold-out-message),
.quick-add product-form button.quick-add__submit[name="add"] > span:not(.loading__spinner):not(.sold-out-message),
.customily-modal-preview-only #customily-cart-btn > span:not(.loading__spinner),
.vue-portal-target .customily-modal-preview-only #customily-cart-btn > span:not(.loading__spinner) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.product-form__buttons:not(.tm-review-gate) > button.product-form__submit[name="add"]:hover,
quick-add-modal .product-form__buttons > button.product-form__submit[name="add"]:hover,
.quick-add product-form button.quick-add__submit[name="add"]:hover,
.customily-modal-preview-only #customily-cart-btn:hover,
.vue-portal-target .customily-modal-preview-only #customily-cart-btn:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(135deg, #15803d 0%, #166534 100%) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow:
    0 1.2rem 2.8rem rgba(22, 163, 74, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  transform: translateY(-0.1rem) !important;
}

.product-form__buttons:not(.tm-review-gate) > button.product-form__submit[name="add"]:focus:not(:focus-visible),
quick-add-modal .product-form__buttons > button.product-form__submit[name="add"]:focus:not(:focus-visible),
.quick-add product-form button.quick-add__submit[name="add"]:focus:not(:focus-visible),
.customily-modal-preview-only #customily-cart-btn:focus:not(:focus-visible),
.vue-portal-target .customily-modal-preview-only #customily-cart-btn:focus:not(:focus-visible) {
  border: 0 !important;
  outline: 0 !important;
}

.product-form__buttons:not(.tm-review-gate) > button.product-form__submit[name="add"]:focus-visible,
quick-add-modal .product-form__buttons > button.product-form__submit[name="add"]:focus-visible,
.quick-add product-form button.quick-add__submit[name="add"]:focus-visible,
.customily-modal-preview-only #customily-cart-btn:focus-visible,
.vue-portal-target .customily-modal-preview-only #customily-cart-btn:focus-visible {
  outline: 0.3rem solid rgba(22, 163, 74, 0.34) !important;
  outline-offset: 0.25rem !important;
}

.product-form__buttons:not(.tm-review-gate) > button.product-form__submit[name="add"][disabled],
quick-add-modal .product-form__buttons > button.product-form__submit[name="add"][disabled],
.quick-add product-form button.quick-add__submit[name="add"][disabled],
.customily-modal-preview-only #customily-cart-btn[disabled],
.vue-portal-target .customily-modal-preview-only #customily-cart-btn[disabled] {
  cursor: not-allowed !important;
  filter: grayscale(0.18) !important;
  opacity: 0.62 !important;
}

.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn,
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn,
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1rem !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-align: center !important;
}

.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn::before,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn::before,
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn::before,
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn::before {
  content: "" !important;
  position: static !important;
  inset: auto !important;
  display: inline-block !important;
  flex: 0 0 4.8rem !important;
  width: 4.8rem !important;
  height: 4.8rem !important;
  margin: 0 !important;
  background: url("/cdn/shop/files/Agregar_al_carrito.png?v=1781881597") center / contain no-repeat !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  pointer-events: none !important;
  transform: none !important;
  filter: brightness(0) invert(1) !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  z-index: 1 !important;
}

.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn::after,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn::after,
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn::after,
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn::after {
  content: none !important;
  display: none !important;
}
.tm-simple-personalizado-product .tm-simple-product-form {
  display: block;
}

.tm-simple-personalizado-product .tm-simple-assisted-card,
.tm-simple-personalizado-product .tm-simple-customily-link {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 23, 40, 0.1);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 8% 8%, rgba(240, 211, 63, 0.24), transparent 34%),
    radial-gradient(circle at 92% 0%, rgba(180, 232, 82, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 248, 0.98), rgba(249, 253, 238, 0.94));
  box-shadow:
    0 1.8rem 4.4rem rgba(16, 23, 40, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.tm-simple-personalizado-product .tm-simple-assisted-card {
  padding: clamp(1.8rem, 4vw, 2.8rem);
  margin-block: 1.8rem;
}

.tm-simple-personalizado-product .tm-simple-assisted-card__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 1.4rem;
  padding: 0.48rem 0.9rem;
  border-radius: 999px;
  background: #101728;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.tm-simple-personalizado-product .tm-simple-assisted-card__header h2,
.tm-simple-personalizado-product .tm-simple-customily-link h2 {
  margin: 0;
  color: #101728;
  font-size: clamp(2.1rem, 2.8vw, 2.8rem);
  line-height: 1.05;
}

.tm-simple-personalizado-product .tm-simple-assisted-card__header p,
.tm-simple-personalizado-product .tm-simple-customily-link p,
.tm-simple-personalizado-product .tm-simple-assisted-card__callout,
.tm-simple-personalizado-product .tm-simple-assisted-card__logo-note p {
  color: rgba(16, 23, 40, 0.72);
  font-size: 1.48rem;
  line-height: 1.55;
}

.tm-simple-personalizado-product .tm-simple-assisted-card__callout {
  margin: 1.2rem 0 1.8rem;
  padding: 1rem 1.2rem;
  border-left: 0.4rem solid #b8e852;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 650;
}

.tm-simple-personalizado-product .tm-simple-assisted-card__field {
  display: grid;
  gap: 0.8rem;
}

.tm-simple-personalizado-product .tm-simple-assisted-card__field label {
  color: #101728;
  font-size: 1.35rem;
  font-weight: 800;
}

.tm-simple-personalizado-product .tm-simple-assisted-card__field textarea {
  width: 100%;
  min-height: 20rem;
  padding: 1.4rem 1.5rem;
  resize: vertical;
  border: 1px solid rgba(16, 23, 40, 0.18);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.9);
  color: #101728;
  font: inherit;
  line-height: 1.45;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.tm-simple-personalizado-product .tm-simple-assisted-card__field textarea:focus,
.tm-simple-personalizado-product .tm-simple-assisted-card__check input:focus-visible,
.tm-simple-personalizado-product .tm-simple-customily-link__button:focus-visible {
  outline: 0.3rem solid rgba(184, 232, 82, 0.5);
  outline-offset: 0.25rem;
  border-color: rgba(16, 23, 40, 0.34);
}

.tm-simple-personalizado-product .tm-simple-assisted-card__check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  margin-top: 1.4rem;
  padding: 1.2rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(16, 23, 40, 0.78);
  font-size: 1.38rem;
  line-height: 1.45;
}

.tm-simple-personalizado-product .tm-simple-assisted-card__check input {
  width: 1.9rem;
  height: 1.9rem;
  margin-top: 0.18rem;
  accent-color: #b8e852;
}

.tm-simple-personalizado-product .tm-simple-assisted-card__logo-note {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(16, 23, 40, 0.08);
}

.tm-simple-personalizado-product .tm-simple-assisted-card__logo-note h3 {
  margin: 0 0 0.4rem;
  color: #101728;
  font-size: 1.55rem;
}

.tm-simple-personalizado-product .tm-simple-customily-link {
  display: grid;
  gap: 1.4rem;
  margin-top: 1.4rem;
  padding: clamp(1.6rem, 3vw, 2.2rem);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 184, 176, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.9));
}

.tm-simple-personalizado-product .tm-simple-customily-link__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0.9rem 1.6rem;
  border: 1px solid rgba(16, 23, 40, 0.16);
  border-radius: 1.4rem;
  color: #101728;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.tm-simple-personalizado-product .tm-simple-customily-link__button:hover {
  border-color: rgba(0, 184, 176, 0.7);
  background: rgba(0, 184, 176, 0.08);
  transform: translateY(-1px);
}

@media screen and (min-width: 750px) {
  .tm-simple-personalizado-product .tm-simple-customily-link {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media screen and (max-width: 749px) {
  .tm-simple-personalizado-product .tm-simple-assisted-card {
    border-radius: 1.6rem;
  }

  .tm-simple-personalizado-product .tm-simple-customily-link__button {
    width: 100%;
  }
}

.header .tm-soft-gradient-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5.4rem;
  padding: 0 3.4rem;
  border-radius: 999px;
  background: #f25572;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.24),
    0 1.2rem 2.8rem rgba(242, 85, 114, 0.22),
    0 0.8rem 1.8rem rgba(242, 85, 114, 0.16);
  transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.header .tm-soft-gradient-btn:hover {
  background: #ff6f80;
  transform: translateY(-1px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.32),
    0 1.4rem 3.2rem rgba(242, 85, 114, 0.26),
    0 1rem 2rem rgba(242, 85, 114, 0.2);
}

.header .tm-soft-gradient-btn:focus-visible {
  outline: 0.3rem solid rgba(242, 85, 114, 0.28);
  outline-offset: 0.3rem;
}

@media screen and (min-width: 990px) {
  product-info[id^="MainProduct"] .product:not(.is-customily-product):not(.product--no-media) .product__media-wrapper {
    top: clamp(2rem, 4vh, 4.8rem) !important;
  }
}

.product.is-customily-product .tm-customily-flow button[id^="ProductSubmitButton-"].product-form__submit[name="add"] {
  display: none !important;
}

@media screen and (max-width: 989px) {
  body:has(.product.is-customily-product) .sticky-btn-container > #customily-preview-button,
  body:has(.product.is-customily-product) .sticky-btn-container > .customily-preview-button,
  body:has(.product.is-customily-product) .sticky-btn-container > button.canSeeCanvas,
  body:has(.product.is-customily-product) .sticky-btn-container > button.ld-over-inverse,
  body:has(.product.is-customily-product) .sticky-btn-container > button.ld-over-inverse[style] {
    background-color: #8b45f6 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='560' height='90' viewBox='0 0 560 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.18'%3E%3Cpath d='M95 0C120 18 103 43 77 42C52 41 55 72 27 74C8 75 0 63 0 63V0H95Z' fill='white'/%3E%3Ccircle cx='118' cy='29' r='8' stroke='white' stroke-width='3'/%3E%3Ccircle cx='144' cy='40' r='4' fill='white'/%3E%3C/g%3E%3Cg opacity='0.18'%3E%3Ccircle cx='22' cy='55' r='3' fill='white'/%3E%3Ccircle cx='38' cy='55' r='3' fill='white'/%3E%3Ccircle cx='54' cy='55' r='3' fill='white'/%3E%3Ccircle cx='22' cy='71' r='3' fill='white'/%3E%3Ccircle cx='38' cy='71' r='3' fill='white'/%3E%3Ccircle cx='54' cy='71' r='3' fill='white'/%3E%3C/g%3E%3Cg opacity='0.22' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M455 16C475 5 490 28 510 16C525 7 540 12 552 20'/%3E%3Cpath d='M455 28C475 17 490 40 510 28C525 19 540 24 552 32'/%3E%3Cpath d='M455 40C475 29 490 52 510 40C525 31 540 36 552 44'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    border-color: transparent !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow:
      0 1rem 2.4rem rgba(139, 69, 246, 0.24),
      inset 0 0 0 1px rgba(255, 255, 255, 0.16) !important;
  }

  body:has(.product.is-customily-product) .sticky-btn-container > #customily-preview-button:hover,
  body:has(.product.is-customily-product) .sticky-btn-container > .customily-preview-button:hover,
  body:has(.product.is-customily-product) .sticky-btn-container > button.canSeeCanvas:hover,
  body:has(.product.is-customily-product) .sticky-btn-container > button.ld-over-inverse:hover {
    background-color: #7935e8 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='560' height='90' viewBox='0 0 560 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.18'%3E%3Cpath d='M95 0C120 18 103 43 77 42C52 41 55 72 27 74C8 75 0 63 0 63V0H95Z' fill='white'/%3E%3Ccircle cx='118' cy='29' r='8' stroke='white' stroke-width='3'/%3E%3Ccircle cx='144' cy='40' r='4' fill='white'/%3E%3C/g%3E%3Cg opacity='0.18'%3E%3Ccircle cx='22' cy='55' r='3' fill='white'/%3E%3Ccircle cx='38' cy='55' r='3' fill='white'/%3E%3Ccircle cx='54' cy='55' r='3' fill='white'/%3E%3Ccircle cx='22' cy='71' r='3' fill='white'/%3E%3Ccircle cx='38' cy='71' r='3' fill='white'/%3E%3Ccircle cx='54' cy='71' r='3' fill='white'/%3E%3C/g%3E%3Cg opacity='0.22' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M455 16C475 5 490 28 510 16C525 7 540 12 552 20'/%3E%3Cpath d='M455 28C475 17 490 40 510 28C525 19 540 24 552 32'/%3E%3Cpath d='M455 40C475 29 490 52 510 40C525 31 540 36 552 44'/%3E%3C/g%3E%3C/svg%3E") !important;
    box-shadow:
      0 1.2rem 2.8rem rgba(139, 69, 246, 0.28),
      inset 0 0 0 1px rgba(255, 255, 255, 0.2) !important;
  }
}

.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn,
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn[style],
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button,
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button[style],
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button,
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button[style],
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas,
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas[style],
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button,
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button[style] {
  background-color: #b9c0ca !important;
  border-color: #b9c0ca !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  cursor: not-allowed !important;
  opacity: 0.82 !important;
  pointer-events: none !important;
  transform: none !important;
  box-shadow: 0 1rem 2rem rgba(16, 23, 40, 0.1) !important;
}

.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-cart-btn:hover,
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-preview-button:hover,
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > .customily-preview-button:hover,
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > button.ld-over-inverse.canSeeCanvas:hover,
.product.is-customily-product.tm-customily-sold-out .tm-customily-flow .product-form__buttons.tm-review-gate > #customily-share-customization-button:hover {
  background-color: #b9c0ca !important;
  border-color: #b9c0ca !important;
  transform: none !important;
  box-shadow: 0 1rem 2rem rgba(16, 23, 40, 0.1) !important;
}

.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn[style],
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn[style],
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn,
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn[style],
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn,
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn[style] {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 80% !important;
  max-width: 380px !important;
  min-width: 260px !important;
  height: 60px !important;
  min-height: 60px !important;
  margin: 8px auto 28px !important;
  padding: 0 2.4rem !important;
  overflow: hidden !important;
  isolation: isolate !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-color: #d8e900 !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow:
    0 1.4rem 2.8rem rgba(216, 233, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  font-size: 0 !important;
  text-align: center !important;
  cursor: pointer !important;
  transform: none !important;
}

.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn > :not(.loading__spinner),
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn > :not(.loading__spinner),
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn > :not(.loading__spinner),
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn > :not(.loading__spinner),
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn > svg,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn > svg,
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn > svg,
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn > svg,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn > img,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn > img,
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn > img,
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn > img {
  display: none !important;
}

.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn::before,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn[style]::before,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn::before,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn[style]::before,
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn::before,
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn[style]::before,
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn::before,
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn[style]::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='90' viewBox='0 0 560 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.18'%3E%3Cpath d='M95 0C120 18 103 43 77 42C52 41 55 72 27 74C8 75 0 63 0 63V0H95Z' fill='white'/%3E%3Ccircle cx='118' cy='29' r='8' stroke='white' stroke-width='3'/%3E%3Ccircle cx='144' cy='40' r='4' fill='white'/%3E%3C/g%3E%3Cg opacity='0.18'%3E%3Ccircle cx='22' cy='55' r='3' fill='white'/%3E%3Ccircle cx='38' cy='55' r='3' fill='white'/%3E%3Ccircle cx='54' cy='55' r='3' fill='white'/%3E%3Ccircle cx='22' cy='71' r='3' fill='white'/%3E%3Ccircle cx='38' cy='71' r='3' fill='white'/%3E%3Ccircle cx='54' cy='71' r='3' fill='white'/%3E%3C/g%3E%3Cg opacity='0.22' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M455 16C475 5 490 28 510 16C525 7 540 12 552 20'/%3E%3Cpath d='M455 28C475 17 490 40 510 28C525 19 540 24 552 32'/%3E%3Cpath d='M455 40C475 29 490 52 510 40C525 31 540 36 552 44'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn::after,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn[style]::after,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn::after,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn[style]::after,
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn::after,
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn[style]::after,
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn::after,
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn[style]::after {
  content: "AGREGAR AL CARRITO" !important;
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 2.4rem !important;
  margin: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 1.6rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
  text-align: center !important;
  text-shadow: 0 0.16rem 0.34rem rgba(16, 23, 40, 0.34) !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  transform: none !important;
  z-index: 1 !important;
}

.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn:hover,
.vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn:hover,
.customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn:hover,
.customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn:hover {
  background-color: #c3d300 !important;
  background-image: none !important;
  box-shadow:
    0 1.6rem 3rem rgba(222, 222, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  transform: translateY(-0.1rem) !important;
}

@media screen and (max-width: 749px) {
  .vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn,
  .vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn[style],
  .vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn,
  .vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn[style],
  .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn,
  .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn[style],
  .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn,
  .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn[style] {
    width: min(88vw, 34rem) !important;
    min-width: 0 !important;
    height: 5.8rem !important;
    min-height: 5.8rem !important;
    margin: 0.6rem auto 2.4rem !important;
  }

  .vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn::after,
  .vue-portal-target .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn::after,
  .customily-modal-preview-only .cl-preview-wrapper > #customily-cart-btn::after,
  .customily-modal-preview-only .cl-preview-wrapper > button#customily-cart-btn::after {
    font-size: clamp(1.3rem, 3.7vw, 1.5rem) !important;
    white-space: normal !important;
  }
}

/* Customily preview modal add-to-cart - mobile-safe fallback when Customily changes wrappers. */
.vue-portal-target .customily-modal-preview-only #customily-cart-btn,
.vue-portal-target .customily-modal-preview-only #customily-cart-btn[style],
.vue-portal-target .customily-modal-preview-only button#customily-cart-btn,
.vue-portal-target .customily-modal-preview-only button#customily-cart-btn[style],
.customily-modal-preview-only #customily-cart-btn,
.customily-modal-preview-only #customily-cart-btn[style],
.customily-modal-preview-only button#customily-cart-btn,
.customily-modal-preview-only button#customily-cart-btn[style] {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 80% !important;
  max-width: 420px !important;
  min-width: 260px !important;
  height: 70px !important;
  min-height: 70px !important;
  margin: 14px auto 18px !important;
  padding: 0 2.4rem !important;
  overflow: hidden !important;
  isolation: isolate !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-color: #d8e900 !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow:
    0 1.4rem 2.8rem rgba(216, 233, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  font-size: 0 !important;
  text-align: center !important;
  cursor: pointer !important;
  transform: none !important;
}

.vue-portal-target .customily-modal-preview-only #customily-cart-btn > :not(.loading__spinner),
.vue-portal-target .customily-modal-preview-only button#customily-cart-btn > :not(.loading__spinner),
.customily-modal-preview-only #customily-cart-btn > :not(.loading__spinner),
.customily-modal-preview-only button#customily-cart-btn > :not(.loading__spinner),
.vue-portal-target .customily-modal-preview-only #customily-cart-btn > svg,
.vue-portal-target .customily-modal-preview-only button#customily-cart-btn > svg,
.customily-modal-preview-only #customily-cart-btn > svg,
.customily-modal-preview-only button#customily-cart-btn > svg,
.vue-portal-target .customily-modal-preview-only #customily-cart-btn > img,
.vue-portal-target .customily-modal-preview-only button#customily-cart-btn > img,
.customily-modal-preview-only #customily-cart-btn > img,
.customily-modal-preview-only button#customily-cart-btn > img {
  display: none !important;
}

.vue-portal-target .customily-modal-preview-only #customily-cart-btn::before,
.vue-portal-target .customily-modal-preview-only #customily-cart-btn[style]::before,
.vue-portal-target .customily-modal-preview-only button#customily-cart-btn::before,
.vue-portal-target .customily-modal-preview-only button#customily-cart-btn[style]::before,
.customily-modal-preview-only #customily-cart-btn::before,
.customily-modal-preview-only #customily-cart-btn[style]::before,
.customily-modal-preview-only button#customily-cart-btn::before,
.customily-modal-preview-only button#customily-cart-btn[style]::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='90' viewBox='0 0 560 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.18'%3E%3Cpath d='M95 0C120 18 103 43 77 42C52 41 55 72 27 74C8 75 0 63 0 63V0H95Z' fill='white'/%3E%3Ccircle cx='118' cy='29' r='8' stroke='white' stroke-width='3'/%3E%3Ccircle cx='144' cy='40' r='4' fill='white'/%3E%3C/g%3E%3Cg opacity='0.18'%3E%3Ccircle cx='22' cy='55' r='3' fill='white'/%3E%3Ccircle cx='38' cy='55' r='3' fill='white'/%3E%3Ccircle cx='54' cy='55' r='3' fill='white'/%3E%3Ccircle cx='22' cy='71' r='3' fill='white'/%3E%3Ccircle cx='38' cy='71' r='3' fill='white'/%3E%3Ccircle cx='54' cy='71' r='3' fill='white'/%3E%3C/g%3E%3Cg opacity='0.22' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M455 16C475 5 490 28 510 16C525 7 540 12 552 20'/%3E%3Cpath d='M455 28C475 17 490 40 510 28C525 19 540 24 552 32'/%3E%3Cpath d='M455 40C475 29 490 52 510 40C525 31 540 36 552 44'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.vue-portal-target .customily-modal-preview-only #customily-cart-btn::after,
.vue-portal-target .customily-modal-preview-only #customily-cart-btn[style]::after,
.vue-portal-target .customily-modal-preview-only button#customily-cart-btn::after,
.vue-portal-target .customily-modal-preview-only button#customily-cart-btn[style]::after,
.customily-modal-preview-only #customily-cart-btn::after,
.customily-modal-preview-only #customily-cart-btn[style]::after,
.customily-modal-preview-only button#customily-cart-btn::after,
.customily-modal-preview-only button#customily-cart-btn[style]::after {
  content: "AGREGAR AL CARRITO" !important;
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 2.4rem !important;
  margin: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 1.6rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
  text-align: center !important;
  text-shadow: 0 0.16rem 0.34rem rgba(16, 23, 40, 0.34) !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  transform: none !important;
  z-index: 1 !important;
}

.vue-portal-target .customily-modal-preview-only #customily-cart-btn:hover,
.vue-portal-target .customily-modal-preview-only button#customily-cart-btn:hover,
.customily-modal-preview-only #customily-cart-btn:hover,
.customily-modal-preview-only button#customily-cart-btn:hover {
  background-color: #c3d300 !important;
  background-image: none !important;
  box-shadow:
    0 1.6rem 3rem rgba(222, 222, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  transform: translateY(-0.1rem) !important;
}

@media screen and (max-width: 749px) {
  .vue-portal-target .customily-modal-preview-only #customily-cart-btn,
  .vue-portal-target .customily-modal-preview-only #customily-cart-btn[style],
  .vue-portal-target .customily-modal-preview-only button#customily-cart-btn,
  .vue-portal-target .customily-modal-preview-only button#customily-cart-btn[style],
  .customily-modal-preview-only #customily-cart-btn,
  .customily-modal-preview-only #customily-cart-btn[style],
  .customily-modal-preview-only button#customily-cart-btn,
  .customily-modal-preview-only button#customily-cart-btn[style] {
    width: min(92vw, 36rem) !important;
    min-width: 0 !important;
    height: 6.4rem !important;
    min-height: 6.4rem !important;
    margin: 1rem auto 1.4rem !important;
  }

  .vue-portal-target .customily-modal-preview-only #customily-cart-btn::after,
  .vue-portal-target .customily-modal-preview-only button#customily-cart-btn::after,
  .customily-modal-preview-only #customily-cart-btn::after,
  .customily-modal-preview-only button#customily-cart-btn::after {
    font-size: clamp(1.3rem, 3.7vw, 1.5rem) !important;
    white-space: normal !important;
  }
}
