/** Shopify CDN: Minification failed

Line 3649:26 Unexpected "{"
Line 3649:36 Expected ":"
Line 3649:63 Unexpected ","

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

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
.custom-product-rating{
font-size:1rem;
margin-top:8px;
color:#111;
letter-spacing:2px;
}

.custom-product-rating span{
font-weight:600;
margin-left:4px;
}.custom-product-rating{
color:#f59e0b;
}/* Oculta solo el badge "Oferta" (el que trae la clase color-...) */
.price__badge-sale[class*="color-"]{
  display: none !important;
}/* --- Ajustes badge ahorro (Ahorra 15€ (30%)) --- */

/* Separación entre el bloque de precio y los badges */
.price__container,
.price {
  row-gap: 8px !important;
}

/* Si existe contenedor de badges en tu Dawn */
.price__badges {
  margin-top: 8px !important;
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

/* Estilo premium del badge */
.price__badge-sale,
.badge.price__badge-sale {
  display: inline-flex !important;
  align-items: center !important;
  background: #16a34a !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  padding: 4px 10px !important;
  border-radius: 14px !important;
  line-height: 1 !important;
}/* Ocultar el badge "Oferta" */
.price__badge-sale.color-{{ settings.sale_badge_color_scheme }},
.price__badge-sale[class*="color"]{
display:none !important;
}

/* Subir el badge de ahorro */
.badge.price__badge-sale:not([class*="color"]){
margin-top:-28px !important;
position:relative;
}/* Badge “Ahorra …” (solo el nuestro) */
.custom-savings-badge{
  background: #16a34a !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  padding: 4px 10px !important;
  border-radius: 14px !important;
  line-height: 1 !important;
}

/* Contenedor de badges: un pelín de separación y alineado */
.price__badges{
  margin-top: 6px !important;
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}.ultimate-badges img {
  max-height: 20px;
  width: auto;
}

.ultimate-badges {
  margin-top: 10px;
  text-align: center;
}
.footer__payment {
  display: none !important;
}.custom-footer-payments {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.custom-footer-payments svg,
.custom-footer-payments img {
  height: 22px;
  width: auto;
}.footer .list-payment,
.footer__content-bottom .list-payment,
.footer__content-bottom-wrapper .list-payment,
.footer__payment {
  display: none !important;
}
.footer__copyright {
  text-align: center;
  width: 100%;
}
.footer__content-bottom-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.footer__copyright {
  width: 100% !important;
  text-align: center !important;
}
/* FOOTER PAYMENT ICONS - CUSTOM STYLE */

.footer .list-payment {
  margin-top: 24px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.footer .list-payment__item {
  display: flex !important;
  align-items: center !important;
}

.footer .list-payment__item svg,
.footer .list-payment__item img,
.footer .list-payment svg {
  height: 22px !important;
  width: auto !important;
}

.footer .list-payment__item svg {
  display: block !important;
}
/* Quitar SOLO el punto inicial de las políticas del footer */
.footer .policies li:first-child::before,
.footer .policies li:first-child::after {
  content: "" !important;
  display: none !important;
}

/* Mantener los separadores del resto */
.footer .policies li + li::before {
  content: "·";
  margin: 0 6px;
}
/* ===== Quitar SOLO el primer punto de las políticas del footer ===== */

/* eliminar el separador antes del primer elemento */
.footer .policies li:first-child::before {
  content: none !important;
  display: none !important;
}

/* mantener separadores en el resto */
.footer .policies li + li::before {
  content: "·";
  margin: 0 8px;
}
/* ===== FAQ CLEAN STYLE (Dawn) ===== */

/* Quitar líneas grises */
.accordion {
  border-top: none !important;
}

.accordion summary {
  border: none !important;
}

/* Quitar icono de flecha del tema */
.accordion summary .icon-caret,
summary .icon-caret {
  display: none !important;
}

/* Ocultar marcador nativo */
summary::-webkit-details-marker {
  display: none !important;
}

summary::marker {
  content: "" !important;
}

/* Estilo de cada pregunta */
.accordion summary {
  position: relative !important;
  padding-left: 24px !important;
}

/* Añadir check limpio */
.accordion summary::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 0.6;
}

/* Limpiar el contenido desplegado */
.accordion__content {
  border: none !important;
  padding-left: 24px !important;
}
/* ===== Eliminar líneas grises de las FAQ ===== */

.accordion summary {
  border-bottom: none !important;
}

.accordion {
  border-bottom: none !important;
}

.accordion__content {
  border-bottom: none !important;
}

/* Eliminar separadores entre items */
.accordion + .accordion {
  border-top: none !important;
}
/* Ajuste premium FAQ */
.accordion summary {
  display: flex;
  align-items: center;
  gap: 10px;
}

.accordion summary::before {
  position: static;
  transform: none;
}
.accordion summary::before { opacity: 0.45; }
/* Ajuste premium espaciado FAQ */
.accordion summary {
  padding: 12px 0 !important;
}

.accordion {
  margin-bottom: 4px !important;
}
/* Limitar ancho FAQ para diseño premium */
.collapsible-content__wrapper {
  max-width: 700px;
  margin: 0 auto;
}
/* Espacio antes del footer */
.collapsible-content {
  padding-bottom: 120px !important;
}
/* Estilo premium del título FAQ */
.collapsible-content .title {
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
/* Ancho premium para FAQ */
.collapsible-content summary {
  max-width: 650px;
  margin: 0 auto;
}
/* Espaciado elegante entre preguntas */
.accordion summary {
  padding: 10px 0 !important;
}
/* Ancho elegante para FAQ */
.collapsible-content summary {
  max-width: 600px;
  margin: 0 auto;
}
/* Espacio debajo del título FAQ */
.collapsible-content .title {
  margin-bottom: 50px;
}
/* Ajuste fino de FAQ */
.collapsible-content .accordion {
  margin-top: -10px;
}
/* Check más elegante */
.accordion summary::before {
  font-size: 12px;
  opacity: 0.4;
}
/* Precio actual en negro */
.price__regular .price-item,
.price__sale .price-item--sale {
  color: #000 !important;
  font-weight: 500;
}

/* Precio anterior en gris */
.price__sale .price-item--regular {
  color: #8a8a8a !important;
  opacity: 1 !important;
}

/* Mantener el tachado elegante */
.price__sale .price-item--regular {
  text-decoration: line-through;
}
.price__sale .price-item--sale {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
}
/* Badge de descuento más premium */
.price__badge-sale,
.badge.price__badge-sale,
.price .badge {
  background: #1f9d55 !important;
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 0.5rem 0.9rem !important;
  border-radius: 999px !important;
  letter-spacing: 0 !important;
  min-height: auto !important;
  box-shadow: none !important;
}
/* Badge descuento más premium */
.price__badge-sale,
.badge.price__badge-sale {
  background-color: #1f7a5a !important;
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  padding: 4px 10px !important;
  border-radius: 20px !important;
  letter-spacing: 0 !important;
}
/* Bloque confianza debajo del botón */
.product-trust-badges {
  margin-top: 16px;
}

.product-trust-badges p {
  margin: 6px 0;
  font-size: 1.3rem;
  color: #222;
  line-height: 1.5;
}
.product-trust-badges {
  margin-top: 18px;
  margin-bottom: 14px;
}

.product-trust-badges p {
  margin: 7px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #222222;
  position: relative;
  padding-left: 18px;
}

.product-trust-badges p::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f7a5a;
  font-weight: 600;
}
.product-trust-badges {
  margin-top: 20px;
  margin-bottom: 16px;
}
.product-viewers{
margin-top:8px;
font-size:1.25rem;
color:#333;
}
.product-stock-warning{
margin-top:6px;
font-size:1.2rem;
color:#b45309;
}
.product-form__buttons{
margin-top:28px;
}
.product-payment-icons {
  margin-top: 10px;
  margin-bottom: 8px;
}

.product-payment-icons .list-payment {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-payment-icons .list-payment__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
}

.product-payment-icons .icon,
.product-payment-icons svg {
  height: 18px !important;
  width: auto !important;
  display: block;
}
.product-delivery-time{
  font-size:14px;
  color:#333;
  margin-top:6px;
  margin-bottom:4px;
}
.product-trust-badges p,
.product-delivery-time {
  line-height: 1.6;
}
.recent-orders{
font-size:14px;
color:#333;
margin-top:6px;
}
.product-trust-badges p,
.product-delivery-time,
.recent-orders,
.product-viewing,
.product-stock-warning {
  font-size:14px;
  line-height:1.6;
  margin:4px 0;
}
.product-trust-badges p,
.product-delivery-time,
.recent-orders,
.product-viewing,
.product-stock-warning {
  font-size:14px;
  line-height:1.6;
  margin:4px 0;
}
.product-form__buttons{
  margin-top:26px;
  margin-bottom:18px;
}
.product-form__submit {
text-transform: uppercase;
letter-spacing: 0.08em;
}
.product-form__submit {
padding: 16px 0;
font-size: 15px;
}
/* ===== BLOQUE DE BENEFICIOS COMPACTO ===== */
.product-trust-badges {
  margin-top: 14px !important;
  margin-bottom: 12px !important;
}

.product-trust-badges p {
  position: relative !important;
  margin: 6px 0 !important;
  padding-left: 18px !important;
  font-size: 1.35rem !important;
  line-height: 1.55 !important;
  color: #1f1f1f !important;
  font-weight: 400 !important;
}

.product-trust-badges p::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #1f7a5a !important;
  font-weight: 600 !important;
}
/* ===== ESPACIADO VERTICAL PREMIUM EN PRODUCTO ===== */
.product__info-container .price {
  margin-bottom: 16px !important;
}

.product__info-container variant-selects,
.product__info-container .product-form__input,
.product__info-container .product-form__quantity,
.product__info-container .quantity {
  margin-bottom: 18px !important;
}

.product-form__buttons {
  margin-top: 26px !important;
  margin-bottom: 16px !important;
}

.product-payment-icons {
  margin-top: 10px !important;
  margin-bottom: 12px !important;
}

.product-delivery-time,
.product-viewers,
.recent-orders,
.product-stock-warning {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

.product__info-container details,
.product__info-container .product__accordion,
.product__info-container .accordion {
  margin-top: 18px !important;
}
/* ===== PRECIO MÁS PROTAGONISTA ===== */
.price {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.price__sale .price-item--sale,
.price__regular .price-item {
  color: #000000 !important;
  font-size: 2.1rem !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
}

.price__sale .price-item--regular {
  color: #8c8c8c !important;
  font-size: 1.55rem !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  opacity: 1 !important;
}

.price__sale,
.price__regular {
  margin: 0 !important;
}
/* Precio antiguo arriba y precio actual debajo */
.price__sale {
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
gap: 4px !important;
}

/* Precio antiguo */
.price__sale .price-item--regular {
order: 1;
font-size: 1.4rem !important;
color: #8c8c8c !important;
text-decoration: line-through !important;
}

/* Precio actual */
.price__sale .price-item--sale {
order: 2;
font-size: 2.2rem !important;
font-weight: 600 !important;
color: #000 !important;
}
.price__sale .price-item--regular{
font-size:1.3rem !important;
color:#9a9a9a !important;
font-weight:400 !important;
}
.price__sale{
gap:6px !important;
}
.price + .badge{
margin-top:8px !important;
}
.price__sale .price-item--sale{
font-size:2.4rem !important;
font-weight:600 !important;
color:#000 !important;
}
.badge{
font-size:1.1rem !important;
padding:4px 10px !important;
font-weight:500 !important;
}
/* Botón más premium */
.product-form__submit{
height:54px !important;
border-radius:4px !important;
font-weight:500 !important;
}
.product__title{
margin-bottom:14px !important;
}
.auto-product-rating{
  display:flex;
  align-items:center;
  gap:8px;
  margin:8px 0 14px 0;
  font-size:1.2rem;
  line-height:1;
}

.rating-stars{
  color:#b8842f;
  letter-spacing:0.06em;
  font-size:1.05rem;
}

.rating-score,
.rating-count{
  color:#7a6230;
  font-weight:400;
}
/* =========================================================
   OCULTAR "AHORRA..." SOLO EN CARDS Y PRODUCTO
   Mantener visible en carrito / cart drawer
   ========================================================= */

/* 1) Selectores típicos del bloque de ahorro */
.card-information :is(
  .product-savings,
  .savings-badge,
  [class*="saving-badge"],
  [class*="savings-badge"],
  [class*="product-savings"],
  [class*="save-badge"],
  [class*="discount-badge"],
  [class*="ahorra"],
  [class*="ahorro"],
  [class*="saving"],
  [class*="discount"]
),
.product__info-container :is(
  .product-savings,
  .savings-badge,
  [class*="saving-badge"],
  [class*="savings-badge"],
  [class*="product-savings"],
  [class*="save-badge"],
  [class*="discount-badge"],
  [class*="ahorra"],
  [class*="ahorro"],
  [class*="saving"],
  [class*="discount"]
),
.price :is(
  .product-savings,
  .savings-badge,
  [class*="saving-badge"],
  [class*="savings-badge"],
  [class*="product-savings"],
  [class*="save-badge"],
  [class*="discount-badge"],
  [class*="ahorra"],
  [class*="ahorro"]
),
.price__container :is(
  .product-savings,
  .savings-badge,
  [class*="saving-badge"],
  [class*="savings-badge"],
  [class*="product-savings"],
  [class*="save-badge"],
  [class*="discount-badge"],
  [class*="ahorra"],
  [class*="ahorro"]
) {
  display: none !important;
}

/* 2) Parche para textos insertados como span/p/div/small justo debajo del precio en cards */
.card-information .price + span,
.card-information .price + p,
.card-information .price + div,
.card-information .price + small,
.card-information .price__container + span,
.card-information .price__container + p,
.card-information .price__container + div,
.card-information .price__container + small {
  display: none !important;
}

/* 3) Parche para textos insertados justo debajo del precio en página de producto */
.product__info-container .price + span,
.product__info-container .price + p,
.product__info-container .price + div,
.product__info-container .price + small,
.product__info-container .price__container + span,
.product__info-container .price__container + p,
.product__info-container .price__container + div,
.product__info-container .price__container + small {
  display: none !important;
}

/* 4) Protección: NO tocar el carrito */
.cart-drawer .product-savings,
.cart-drawer .savings-badge,
.cart-drawer [class*="saving"],
.cart-drawer [class*="discount"],
drawer-cart .product-savings,
drawer-cart .savings-badge,
drawer-cart [class*="saving"],
drawer-cart [class*="discount"],
.cart-item .product-savings,
.cart-item .savings-badge,
.cart-item [class*="saving"],
.cart-item [class*="discount"] {
  display: revert !important;
}
/* =========================================================
   OCULTAR "OFERTA" + PRECIO TACHADO EN TODOS LOS PRODUCTOS
   EXCEPTO EN "Sudadera Essential"
   Sustituye /products/sudadera-essential por tu handle real
   ========================================================= */

/* -----------------------------
   1) CARDS / GRID / HOME / COLECCIONES
   ----------------------------- */

/* Oculta badge "Oferta" en todas las tarjetas
   excepto en la card que enlaza a Sudadera Essential */
.grid__item:not(:has(a[href*="/products/sudadera-essential"])) .badge,
.slider__slide:not(:has(a[href*="/products/sudadera-essential"])) .badge,
.card-wrapper:not(:has(a[href*="/products/sudadera-essential"])) .badge,
.card:not(:has(a[href*="/products/sudadera-essential"])) .badge,
.product-card-wrapper:not(:has(a[href*="/products/sudadera-essential"])) .badge,
.product-grid-item:not(:has(a[href*="/products/sudadera-essential"])) .badge,
li:not(:has(a[href*="/products/sudadera-essential"])) .badge {
  display: none !important;
}

/* Oculta precio comparativo tachado en cards
   excepto en Sudadera Essential */
.grid__item:not(:has(a[href*="/products/sudadera-essential"])) .price-item--regular,
.grid__item:not(:has(a[href*="/products/sudadera-essential"])) .price__compare,
.grid__item:not(:has(a[href*="/products/sudadera-essential"])) .compare-at-price,
.grid__item:not(:has(a[href*="/products/sudadera-essential"])) s,
.grid__item:not(:has(a[href*="/products/sudadera-essential"])) .price-item--sale + .price-item--regular,

.slider__slide:not(:has(a[href*="/products/sudadera-essential"])) .price-item--regular,
.slider__slide:not(:has(a[href*="/products/sudadera-essential"])) .price__compare,
.slider__slide:not(:has(a[href*="/products/sudadera-essential"])) .compare-at-price,
.slider__slide:not(:has(a[href*="/products/sudadera-essential"])) s,
.slider__slide:not(:has(a[href*="/products/sudadera-essential"])) .price-item--sale + .price-item--regular,

.card-wrapper:not(:has(a[href*="/products/sudadera-essential"])) .price-item--regular,
.card-wrapper:not(:has(a[href*="/products/sudadera-essential"])) .price__compare,
.card-wrapper:not(:has(a[href*="/products/sudadera-essential"])) .compare-at-price,
.card-wrapper:not(:has(a[href*="/products/sudadera-essential"])) s,
.card-wrapper:not(:has(a[href*="/products/sudadera-essential"])) .price-item--sale + .price-item--regular,

.card:not(:has(a[href*="/products/sudadera-essential"])) .price-item--regular,
.card:not(:has(a[href*="/products/sudadera-essential"])) .price__compare,
.card:not(:has(a[href*="/products/sudadera-essential"])) .compare-at-price,
.card:not(:has(a[href*="/products/sudadera-essential"])) s,
.card:not(:has(a[href*="/products/sudadera-essential"])) .price-item--sale + .price-item--regular {
  display: none !important;
}

/* -----------------------------
   2) PÁGINA DE PRODUCTO
   -----------------------------
   Esto solo funcionará si el tema contiene un enlace al producto
   con ese handle dentro del bloque principal.
   En muchos temas Dawn no siempre basta para la ficha individual.
   ----------------------------- */

main:not(:has(a[href*="/products/sudadera-essential"])) .product__info-container .badge,
main:not(:has(a[href*="/products/sudadera-essential"])) .product__info-container .price__badge-sale,
main:not(:has(a[href*="/products/sudadera-essential"])) .product__info-container .price-item--regular,
main:not(:has(a[href*="/products/sudadera-essential"])) .product__info-container .price__compare,
main:not(:has(a[href*="/products/sudadera-essential"])) .product__info-container .compare-at-price,
main:not(:has(a[href*="/products/sudadera-essential"])) .product__info-container s {
  display: none !important;
}

/* -----------------------------
   3) NO TOCAR CARRITO
   ----------------------------- */
.cart-drawer .badge,
.cart-drawer .price-item--regular,
.cart-drawer .price__compare,
.cart-drawer .compare-at-price,
.cart-drawer s,
drawer-cart .badge,
drawer-cart .price-item--regular,
drawer-cart .price__compare,
drawer-cart .compare-at-price,
drawer-cart s,
.cart-item .badge,
.cart-item .price-item--regular,
.cart-item .price__compare,
.cart-item .compare-at-price,
.cart-item s {
  display: revert !important;
}
.footer__policies {
display: none !important;
}
/* Ocultar SOLO la línea automática de políticas del footer */
.footer .footer__policies,
.footer .policies,
.footer .list-menu--inline[role="list"],
.footer__content-bottom .policies,
.footer__content-bottom .footer__policies,
.footer__content-bottom-wrapper .policies,
.footer__content-bottom-wrapper .footer__policies {
  display: none !important;
}
.hero-split a {
background:black;
color:white;
border:1px solid black;
}
.hero-split a:hover{
background:white;
color:black;
}
.aw-conversion-hero__content{padding-top:52px!important}.aw-conversion-hero__title{font-size:28px!important;line-height:1.05!important}.aw-conversion-hero__subtitle{font-size:11px!important}.aw-conversion-hero__button{width:240px!important}.aw-conversion-hero__button--secondary{opacity:.8!important}@media(max-width:749px){.aw-conversion-hero__video--mobile{object-position:center 36%!important}}
.aw-conversion-hero__benefits{display:none!important}
@media(max-width:749px){.aw-conversion-hero__video--mobile{object-position:center 30%!important}.aw-conversion-hero__content{padding-top:60px!important}}
.aw-conversion-hero__content{padding-top:48px!important}.aw-conversion-hero__title{font-size:27px!important;line-height:1.05!important}.aw-conversion-hero__button--secondary{opacity:.7!important}
@media screen and (max-width: 749px){
  .featured-collection .title,
  .collection .title{
    font-size:32px!important;
    margin-bottom:14px!important;
  }
  .featured-collection slider-component .grid,
  .collection slider-component .grid,
  .featured-collection .grid,
  .collection .grid{
    column-gap:10px!important;
    row-gap:18px!important;
  }
  .featured-collection .grid__item,
  .collection .grid__item{
    width:calc(50% - 5px)!important;
    max-width:calc(50% - 5px)!important;
  }
  .card__information{
    padding-top:8px!important;
  }
  .card__heading{
    font-size:13px!important;
    line-height:1.25!important;
  }
  .price{
    font-size:15px!important;
  }
}
@media screen and (max-width: 749px){
  .card--standard>.card__content .card__information{
    padding-left:2px!important;
    padding-right:2px!important;
  }
  .card__media{
    border-radius:0!important;
  }
}
@media screen and (max-width: 749px) {
  .featured-collection .title,
  .collection .title,
  .title-wrapper-with-link .title {
    font-size: 28px !important;
    line-height: 1.05 !important;
    margin-bottom: 12px !important;
  }

  .featured-collection .page-width,
  .collection .page-width {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .featured-collection .grid,
  .collection .grid {
    column-gap: 10px !important;
    row-gap: 14px !important;
  }

  .featured-collection .grid__item,
  .collection .grid__item {
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
  }

  .card__media {
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  .card__information {
    padding-top: 8px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .card__heading,
  .card-information__text {
    font-size: 13px !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
  }

  .price {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }
}
@media screen and (max-width: 749px){
  .card__media{
    aspect-ratio:1/1!important;
  }
  .card__media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
}
@media screen and (max-width: 749px){
  .price{
    font-size:17px!important;
    font-weight:600!important;
  }
}
@media screen and (max-width: 749px) {
  .featured-collection .title,
  .collection .title,
  .title-wrapper-with-link .title {
    font-size: 28px !important;
    line-height: 1.05 !important;
    margin-bottom: 12px !important;
  }

  .featured-collection .page-width,
  .collection .page-width {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .featured-collection .grid,
  .collection .grid {
    column-gap: 10px !important;
    row-gap: 14px !important;
  }

  .featured-collection .grid__item,
  .collection .grid__item {
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
  }

  .featured-collection .card__media,
  .collection .card__media {
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
  }

  .featured-collection .card__media img,
  .collection .card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .featured-collection .card__information,
  .collection .card__information {
    padding-top: 8px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .featured-collection .card__heading,
  .featured-collection .card-information__text,
  .collection .card__heading,
  .collection .card-information__text {
    font-size: 13px !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
  }

  .featured-collection .price,
  .collection .price {
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
  }
}
@media screen and (max-width: 749px) {
  .featured-collection .slider,
  .collection .slider,
  .featured-collection ul.grid,
  .collection ul.grid {
    display: flex !important;
    overflow: visible !important;
    grid-auto-flow: unset !important;
    grid-auto-columns: unset !important;
    scroll-snap-type: none !important;
  }
}
h2{font-weight:500;letter-spacing:-.5px}
p{opacity:.7}
.button{border-radius:0}
/* Imagen con texto - look premium */
.image-with-text {
  overflow: hidden;
}

.image-with-text__media-item img,
.image-with-text__media img {
  transition: transform .7s ease, filter .7s ease;
}

.image-with-text:hover .image-with-text__media-item img,
.image-with-text:hover .image-with-text__media img {
  transform: scale(1.03);
  filter: brightness(.98);
}

.image-with-text__content > * {
  opacity: 0;
  transform: translateY(18px);
  animation: awFadeUp .8s ease forwards;
}

.image-with-text__content > *:nth-child(1) { animation-delay: .08s; }
.image-with-text__content > *:nth-child(2) { animation-delay: .18s; }
.image-with-text__content > *:nth-child(3) { animation-delay: .28s; }

.image-with-text .button,
.image-with-text__content .button {
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
}

.image-with-text .button:hover,
.image-with-text__content .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
}

@keyframes awFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .image-with-text__content > *,
  .image-with-text__media-item img,
  .image-with-text__media img,
  .image-with-text .button,
  .image-with-text__content .button {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
.image-with-text .button,
.image-with-text__content .button {
  border-radius: 0;
  letter-spacing: .02em;
}
.image-with-text__content{
  max-width:500px;
  margin:auto;
}
.image-with-text__heading{
  font-size:42px;
  line-height:1.1;
}
input[type="checkbox"] {
  display: none !important;
}
input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: none !important;
}
input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: none !important;
}
input[type="checkbox"] {
  visibility: hidden !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
}
/* BLOQUE CONFIANZA / FAQ PREMIUM */
.collapsible-content {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.collapsible-content .title,
.collapsible-content__heading,
.collapsible-content h2 {
  text-align: center !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
  font-weight: 500 !important;
  margin-bottom: 34px !important;
}

.collapsible-content .accordion,
.collapsible-content details,
.collapsible-content .grid__item {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 0 !important;
  background: transparent !important;
}

.collapsible-content summary,
.collapsible-content .accordion__title,
.collapsible-content .summary__title {
  justify-content: center !important;
  text-align: center !important;
  font-size: 20px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  padding: 18px 0 8px !important;
  border: 0 !important;
}

.collapsible-content .accordion__content,
.collapsible-content .rte,
.collapsible-content details > div {
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: rgba(0, 0, 0, 0.68) !important;
  padding: 0 0 18px !important;
  max-width: 560px !important;
  margin: 0 auto !important;
}

.collapsible-content summary::before,
.collapsible-content summary::after,
.collapsible-content .icon-caret,
.collapsible-content svg {
  display: none !important;
}

.collapsible-content details + details,
.collapsible-content .accordion + .accordion {
  margin-top: 10px !important;
}

@media screen and (max-width: 749px) {
  .collapsible-content {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .collapsible-content .title,
  .collapsible-content__heading,
  .collapsible-content h2 {
    font-size: 28px !important;
    margin-bottom: 24px !important;
  }

  .collapsible-content summary,
  .collapsible-content .accordion__title,
  .collapsible-content .summary__title {
    font-size: 17px !important;
    padding: 14px 0 6px !important;
  }

  .collapsible-content .accordion__content,
  .collapsible-content .rte,
  .collapsible-content details > div {
    font-size: 14px !important;
    line-height: 1.6 !important;
    max-width: 90% !important;
    padding-bottom: 14px !important;
  }
}
.collapsible-content {
  text-align: center;
  padding: 80px 20px;
}

.collapsible-content h2 {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

.collapsible-content summary {
  font-size: 20px;
  font-weight: 500;
  margin-top: 25px;
}

.collapsible-content .rte {
  font-size: 15px;
  opacity: 0.7;
  margin-top: 5px;
}
/* ===== FIX SECCIÓN CONFIANZA ===== */

/* contenedor principal */
.collapsible-content .accordion-group {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* items */
.collapsible-content details {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

/* hover */
.collapsible-content details:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* título */
.collapsible-content summary {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  list-style: none;
}

/* texto */
.collapsible-content .rte {
  font-size: 14px;
  opacity: 0.7;
}

/* quitar iconos raros */
.collapsible-content summary::marker,
.collapsible-content summary::-webkit-details-marker,
.collapsible-content svg,
.collapsible-content input {
  display: none !important;
}

/* móvil */
@media screen and (max-width: 990px) {
  .collapsible-content .accordion-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.multicolumn {
  padding: 80px 20px;
}

.multicolumn h2 {
  text-align: center;
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}

.multicolumn .multicolumn-card {
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
}

.multicolumn .multicolumn-card:hover {
  transform: translateY(-4px);
}

.multicolumn h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
}

.multicolumn p {
  font-size: 14px;
  opacity: 0.7;
}
/* ===== HOME NIVEL MARCA TOP ===== */

/* aire general */
.section,
.shopify-section {
  scroll-margin-top: 100px;
}

/* títulos de secciones */
.title,
h2,
.title-wrapper-with-link .title {
  letter-spacing: -0.03em;
}

/* colecciones destacadas */
.featured-collection {
  padding-top: 72px;
  padding-bottom: 72px;
}

.featured-collection .title,
.collection .title {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  margin-bottom: 18px;
}

/* cards producto */
.card__media {
  overflow: hidden;
}

.card__media img {
  transition: transform .5s ease;
}

.card:hover .card__media img {
  transform: scale(1.02);
}

.card__heading,
.card-information__text {
  letter-spacing: -0.01em;
}

.price {
  font-weight: 600;
}

/* bloque imagen con texto */
.image-with-text {
  padding-top: 72px;
  padding-bottom: 72px;
}

.image-with-text__content {
  max-width: 520px;
  margin: 0 auto;
}

.image-with-text__heading {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.image-with-text__text,
.image-with-text .rte {
  font-size: 15px;
  line-height: 1.7;
  opacity: .72;
}

.image-with-text__media-item img,
.image-with-text__media img {
  transition: transform .8s ease, filter .8s ease;
}

.image-with-text:hover .image-with-text__media-item img,
.image-with-text:hover .image-with-text__media img {
  transform: scale(1.03);
  filter: brightness(.98);
}

/* botones */
.button,
button.button {
  border-radius: 0;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
}

.button:hover,
button.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

/* multicolumna confianza */
.multicolumn {
  padding-top: 80px;
  padding-bottom: 80px;
}

.multicolumn h2 {
  text-align: center;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin-bottom: 46px;
}

.multicolumn .multicolumn-card {
  text-align: center;
  padding: 20px 18px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.multicolumn .multicolumn-card:hover {
  transform: translateY(-4px);
}

.multicolumn h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.multicolumn p {
  font-size: 14px;
  line-height: 1.6;
  opacity: .7;
}

/* faq corta */
.collapsible-content {
  padding-top: 72px;
  padding-bottom: 72px;
}

.collapsible-content h2 {
  text-align: center;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}

.collapsible-content summary {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.collapsible-content .rte {
  font-size: 14px;
  opacity: .72;
}

/* animación suave */
.image-with-text__content > *,
.multicolumn .multicolumn-card,
.featured-collection .grid__item {
  animation: brandFadeUp .8s ease both;
}

@keyframes brandFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* móvil */
@media screen and (max-width: 749px) {
  .featured-collection,
  .image-with-text,
  .multicolumn,
  .collapsible-content {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .featured-collection .title,
  .collection .title,
  .multicolumn h2,
  .collapsible-content h2,
  .image-with-text__heading {
    font-size: 28px;
  }

  .multicolumn h3 {
    font-size: 16px;
  }

  .multicolumn p,
  .collapsible-content .rte,
  .image-with-text .rte {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .card__media img,
  .image-with-text__media-item img,
  .image-with-text__media img,
  .button,
  .multicolumn .multicolumn-card,
  .image-with-text__content > *,
  .featured-collection .grid__item {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
/* ===== BLOQUE ACCESORIOS PREMIUM ===== */

.image-with-text__heading {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.image-with-text__text,
.image-with-text .rte {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.7;
  max-width: 420px;
  margin: 0 auto;
}

.image-with-text__content {
  text-align: center;
}

/* botón premium */
.image-with-text .button {
  margin-top: 18px;
  padding: 14px 28px;
  letter-spacing: 0.02em;
}

.image-with-text .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

/* animación imagen */
.image-with-text__media img {
  transition: transform .8s ease, filter .8s ease;
}

.image-with-text:hover .image-with-text__media img {
  transform: scale(1.03);
  filter: brightness(0.98);
}
/* ===== ACCESORIOS ULTRA PREMIUM ===== */

.image-with-text {
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-with-text__content {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}

/* título */
.image-with-text__heading {
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 500;
}

/* texto */
.image-with-text__text,
.image-with-text .rte {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.65;
  margin-top: 12px;
}

/* botón */
.image-with-text .button {
  margin-top: 22px;
  padding: 14px 32px;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.image-with-text .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* imagen */
.image-with-text__media img {
  transition: transform 1s ease, filter 1s ease;
}

.image-with-text:hover .image-with-text__media img {
  transform: scale(1.04);
  filter: brightness(0.97);
}
/* ===== NOVEDADES PREMIUM ===== */

.featured-collection {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* título */
.featured-collection h2 {
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 30px;
}

/* grid */
.featured-collection .grid {
  gap: 20px;
}

/* cards */
.card {
  transition: transform .3s ease;
}

.card:hover {
  transform: translateY(-4px);
}

/* imagen */
.card__media img {
  transition: transform .6s ease;
}

.card:hover .card__media img {
  transform: scale(1.03);
}

/* nombre producto */
.card__heading {
  font-size: 14px;
  letter-spacing: -0.01em;
}

/* precio */
.price {
  font-size: 15px;
  font-weight: 600;
}
/* ===== MAS VENDIDOS / COLECCION DESTACADA PREMIUM ===== */

.featured-collection {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.featured-collection .title,
.featured-collection h2,
.collection .title {
  font-size: clamp(30px, 4vw, 50px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
  font-weight: 500 !important;
  margin-bottom: 22px !important;
}
/* =========================================================
   IMAGE WITH TEXT — UNIFICADO PREMIUM
   Para bloques editoriales tipo hoodie / accesorios
   ========================================================= */

/* sección */
.image-with-text {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* grid y alineación */
.image-with-text__grid,
.image-with-text .grid {
  align-items: center !important;
}

/* media */
.image-with-text__media-item,
.image-with-text__media {
  overflow: hidden;
}

.image-with-text__media img,
.image-with-text__media-item img {
  transition: transform 0.8s ease, filter 0.8s ease;
}

.image-with-text:hover .image-with-text__media img,
.image-with-text:hover .image-with-text__media-item img {
  transform: scale(1.03);
  filter: brightness(0.98);
}

/* contenido */
.image-with-text__content-item {
  display: flex;
  align-items: center;
}

.image-with-text__content {
  width: 100%;
  max-width: 560px !important;
  margin: 0 auto !important;
  text-align: center !important;
  padding-left: 28px;
  padding-right: 28px;
}

/* título */
.image-with-text__heading,
.image-with-text h2 {
  max-width: 12ch !important;
  margin: 0 auto !important;
  font-size: clamp(40px, 4vw, 60px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
  font-weight: 500 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: balance;
}

/* texto */
.image-with-text__text,
.image-with-text .rte {
  max-width: 420px !important;
  margin: 14px auto 0 !important;
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  opacity: 0.72 !important;
}

/* botón */
.image-with-text .button,
.image-with-text__content .button {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-width: 220px !important;
  margin: 22px auto 0 !important;
  padding: 14px 30px !important;
  border-radius: 0 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.image-with-text .button:hover,
.image-with-text__content .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* animación suave entrada */
.image-with-text__content > * {
  opacity: 0;
  transform: translateY(18px);
  animation: awImageTextFadeUp 0.8s ease forwards;
}

.image-with-text__content > *:nth-child(1) { animation-delay: 0.08s; }
.image-with-text__content > *:nth-child(2) { animation-delay: 0.18s; }
.image-with-text__content > *:nth-child(3) { animation-delay: 0.28s; }

@keyframes awImageTextFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* desktop */
@media screen and (min-width: 990px) {
  .image-with-text__content-item {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

/* móvil */
@media screen and (max-width: 989px) {
  .image-with-text {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .image-with-text__content {
    max-width: 460px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-with-text__heading,
  .image-with-text h2 {
    max-width: 10ch !important;
    font-size: clamp(32px, 8vw, 46px) !important;
  }

  .image-with-text__text,
  .image-with-text .rte {
    max-width: 320px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .image-with-text .button,
  .image-with-text__content .button {
    min-width: 200px !important;
    padding: 13px 24px !important;
    font-size: 13px !important;
  }
}

/* accesibilidad */
@media (prefers-reduced-motion: reduce) {
  .image-with-text__media img,
  .image-with-text__media-item img,
  .image-with-text__content > *,
  .image-with-text .button,
  .image-with-text__content .button {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
/* =========================================================
   IMAGE WITH TEXT — FIX DEFINITIVO
   ========================================================= */

.image-with-text {
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-with-text__grid,
.image-with-text .grid {
  align-items: center !important;
}

.image-with-text__media,
.image-with-text__media-item {
  overflow: hidden;
}

.image-with-text__media img,
.image-with-text__media-item img {
  transition: transform .8s ease, filter .8s ease;
}

.image-with-text:hover .image-with-text__media img,
.image-with-text:hover .image-with-text__media-item img {
  transform: scale(1.03);
  filter: brightness(.98);
}

/* columna texto */
.image-with-text__content-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-with-text__content {
  width: 100% !important;
  max-width: 680px !important;
  margin: 0 auto !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  text-align: center !important;
}

/* título */
.image-with-text__heading,
.image-with-text h2 {
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 auto !important;
  font-size: clamp(42px, 4vw, 62px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
  font-weight: 500 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: balance;
}

/* texto */
.image-with-text__text,
.image-with-text .rte {
  max-width: 430px !important;
  margin: 14px auto 0 !important;
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  opacity: .72 !important;
}

/* botón */
.image-with-text .button,
.image-with-text__content .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 220px !important;
  margin: 22px auto 0 !important;
  padding: 14px 30px !important;
  border-radius: 0 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease;
}

.image-with-text .button:hover,
.image-with-text__content .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

/* animación suave */
.image-with-text__content > * {
  opacity: 0;
  transform: translateY(18px);
  animation: awImageTextFadeUp .8s ease forwards;
}

.image-with-text__content > *:nth-child(1) { animation-delay: .08s; }
.image-with-text__content > *:nth-child(2) { animation-delay: .18s; }
.image-with-text__content > *:nth-child(3) { animation-delay: .28s; }

@keyframes awImageTextFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* desktop */
@media screen and (min-width: 990px) {
  .image-with-text__media-item,
  .image-with-text__content-item {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }

  .image-with-text__content {
    max-width: 640px !important;
  }

  .image-with-text__heading,
  .image-with-text h2 {
    max-width: 480px !important;
    font-size: clamp(40px, 3.4vw, 58px) !important;
  }
}

/* móvil */
@media screen and (max-width: 989px) {
  .image-with-text {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .image-with-text__content {
    max-width: 460px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .image-with-text__heading,
  .image-with-text h2 {
    max-width: 10ch !important;
    font-size: clamp(32px, 8vw, 46px) !important;
  }

  .image-with-text__text,
  .image-with-text .rte {
    max-width: 320px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .image-with-text .button,
  .image-with-text__content .button {
    min-width: 200px !important;
    padding: 13px 24px !important;
    font-size: 13px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .image-with-text__media img,
  .image-with-text__media-item img,
  .image-with-text__content > *,
  .image-with-text .button,
  .image-with-text__content .button {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
/* ===== POLÍTICAS LEGALES - ESTILO LIMPIO Y PREMIUM ===== */

body.template-policy,
body[class*="policy"],
body.template-page {
  background: #f5f5f5;
}

/* Contenedor exterior */
.shopify-policy__container {
  max-width: 900px !important;
  margin: 70px auto !important;
  padding: 0 20px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Quitar cajas duplicadas del tema */
.shopify-policy__container > div,
.shopify-policy__body,
.page-width--narrow,
.main-page .page-width,
.main-page .rte {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  max-width: unset !important;
  padding: 0 !important;
}

/* ÚNICA caja visual del contenido */
.shopify-policy__container .rte,
.shopify-policy__body .rte,
.shopify-policy__container .shopify-policy__body {
  max-width: 720px !important;
  margin: 0 auto !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  border-radius: 18px !important;
  padding: 42px 40px !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.05) !important;
}

/* Título principal */
.shopify-policy__title h1,
.shopify-policy__container h1,
.main-page-title {
  font-size: clamp(2.1rem, 4vw, 3.2rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
  font-weight: 500 !important;
  text-align: center !important;
  color: #111 !important;
  margin: 0 0 34px 0 !important;
}

/* Subtítulos */
.shopify-policy__container h2,
.shopify-policy__container h3,
.shopify-policy__container h4 {
  color: #111 !important;
  line-height: 1.3 !important;
  margin-top: 30px !important;
  margin-bottom: 12px !important;
}

.shopify-policy__container h2 {
  font-size: 1.45rem !important;
  font-weight: 600 !important;
}

.shopify-policy__container h3 {
  font-size: 1.15rem !important;
  font-weight: 600 !important;
}

.shopify-policy__container h4 {
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #555 !important;
}

/* Texto */
.shopify-policy__container p,
.shopify-policy__container li {
  font-size: 1rem !important;
  line-height: 1.85 !important;
  color: #2a2a2a !important;
}

/* Párrafos */
.shopify-policy__container p {
  margin: 0 0 16px 0 !important;
}

/* Listas */
.shopify-policy__container ul,
.shopify-policy__container ol {
  margin: 16px 0 22px 22px !important;
  padding: 0 !important;
}

.shopify-policy__container li {
  margin-bottom: 8px !important;
}

/* Enlaces */
.shopify-policy__container a {
  color: #111 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(17,17,17,0.3) !important;
}

.shopify-policy__container a:hover {
  border-bottom-color: #111 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .shopify-policy__container {
    margin: 40px auto !important;
    padding: 0 14px !important;
  }

  .shopify-policy__container .rte,
  .shopify-policy__body .rte,
  .shopify-policy__container .shopify-policy__body {
    padding: 28px 20px !important;
    border-radius: 14px !important;
  }

  .shopify-policy__title h1,
  .shopify-policy__container h1,
  .main-page-title {
    margin-bottom: 24px !important;
  }
}/* ===== RESET TOTAL DE CONTENEDORES ===== */

.shopify-policy__container,
.shopify-policy__container * {
  box-shadow: none !important;
}

.shopify-policy__container > div,
.shopify-policy__body,
.page-width--narrow,
.main-page .page-width,
.main-page .rte {
  all: unset;
  display: block;
}

/* ===== FONDO ===== */

body.template-policy,
body[class*="policy"],
body.template-page {
  background: #f3f3f3;
}

/* ===== CONTENEDOR PRINCIPAL ===== */

.shopify-policy__container {
  max-width: 760px;
  margin: 80px auto;
  padding: 0 20px;
}

/* ===== CAJA ÚNICA (LA BUENA) ===== */

.shopify-policy__container .rte {
  background: #ffffff;
  border-radius: 16px;
  padding: 48px 42px;
  border: 1px solid rgba(0,0,0,0.05);
}

/* ===== TÍTULO ===== */

.shopify-policy__container h1,
.main-page-title {
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  color: #111;
}

/* ===== TEXTO ===== */

.shopify-policy__container p {
  font-size: 1rem;
  line-height: 1.9;
  color: #2c2c2c;
  margin-bottom: 18px;
}

/* ===== SUBTÍTULOS ===== */

.shopify-policy__container h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 36px;
  margin-bottom: 12px;
}

.shopify-policy__container h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 26px;
  margin-bottom: 10px;
}

/* ===== LISTAS ===== */

.shopify-policy__container ul,
.shopify-policy__container ol {
  margin: 18px 0 24px 20px;
}

.shopify-policy__container li {
  margin-bottom: 10px;
  line-height: 1.8;
}

/* ===== BLOQUES DESTACADOS ===== */

.shopify-policy__container blockquote {
  background: #f8f8f8;
  padding: 16px 18px;
  border-left: 3px solid #111;
  border-radius: 8px;
  margin: 24px 0;
}

/* ===== ENLACES ===== */

.shopify-policy__container a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.shopify-policy__container a:hover {
  border-bottom-color: #000;
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {
  .shopify-policy__container {
    margin: 40px auto;
  }

  .shopify-policy__container .rte {
    padding: 28px 20px;
  }
}
/* ======================================================
   FIX REAL PARA QUITAR EL DOBLE CUADRO EN POLÍTICAS
   PEGAR AL FINAL DEL BASE CSS
====================================================== */

/* Fondo general */
body.template-policy,
body[class*="policy"],
body.template-page {
  background: #f5f5f5 !important;
}

/* Contenedor principal sin caja */
.shopify-policy__container {
  max-width: 920px !important;
  margin: 70px auto !important;
  padding: 0 20px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Título superior */
.shopify-policy__title,
.shopify-policy__title h1,
.main-page-title,
.shopify-policy__container > h1 {
  text-align: center !important;
  font-size: clamp(2.1rem, 4vw, 3rem) !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em !important;
  color: #111 !important;
  margin: 0 0 34px 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* APLANAR wrappers intermedios */
.shopify-policy__container > div,
.shopify-policy__body,
.shopify-policy__container .page-width,
.shopify-policy__container .page-width--narrow,
.template-policy .page-width,
.template-policy .page-width--narrow,
.main-page .page-width,
.main-page .page-width--narrow {
  display: contents !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

/* ÚNICA caja visible */
.shopify-policy__container .rte,
.shopify-policy__container .main-page-content,
.template-policy .rte,
.main-page .rte {
  display: block !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 46px 40px !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}

/* Quitar cajas internas raras dentro del texto */
.shopify-policy__container .rte > div,
.shopify-policy__container .rte .page-width,
.shopify-policy__container .rte .page-width--narrow {
  display: contents !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Tipografía */
.shopify-policy__container .rte h2,
.shopify-policy__container .rte h3,
.shopify-policy__container .rte h4,
.template-policy .rte h2,
.template-policy .rte h3,
.template-policy .rte h4 {
  color: #111 !important;
  line-height: 1.3 !important;
  margin-top: 30px !important;
  margin-bottom: 12px !important;
  background: transparent !important;
}

.shopify-policy__container .rte h2,
.template-policy .rte h2 {
  font-size: 1.45rem !important;
  font-weight: 600 !important;
}

.shopify-policy__container .rte h3,
.template-policy .rte h3 {
  font-size: 1.15rem !important;
  font-weight: 600 !important;
}

.shopify-policy__container .rte p,
.shopify-policy__container .rte li,
.template-policy .rte p,
.template-policy .rte li {
  font-size: 1rem !important;
  line-height: 1.85 !important;
  color: #2a2a2a !important;
}

.shopify-policy__container .rte p {
  margin: 0 0 16px 0 !important;
}

.shopify-policy__container .rte ul,
.shopify-policy__container .rte ol {
  margin: 16px 0 22px 22px !important;
  padding: 0 !important;
}

.shopify-policy__container .rte li {
  margin-bottom: 8px !important;
}

.shopify-policy__container .rte a {
  color: #111 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(17,17,17,0.3) !important;
}

.shopify-policy__container .rte a:hover {
  border-bottom-color: #111 !important;
}

/* Móvil */
@media (max-width: 768px) {
  .shopify-policy__container {
    margin: 40px auto !important;
    padding: 0 14px !important;
  }

  .shopify-policy__container .rte,
  .shopify-policy__container .main-page-content,
  .template-policy .rte,
  .main-page .rte {
    padding: 28px 20px !important;
    border-radius: 14px !important;
  }
}
/* ===== AJUSTE FINAL VISUAL (QUITAR EFECTO DOBLE CUADRO) ===== */

.shopify-policy__container .rte {
  max-width: 680px !important;

  /* quitamos borde gris */
  border: none !important;

  /* sombra más limpia y moderna */
  box-shadow: 0 12px 40px rgba(0,0,0,0.06) !important;

  /* más aire */
  padding: 52px 48px !important;

  border-radius: 12px !important;
}

/* fondo más claro para que contraste */
body.template-policy,
body[class*="policy"] {
  background: #f7f7f7 !important;
}

/* centrado perfecto */
.shopify-policy__container {
  margin: 90px auto !important;
}
.shopify-policy__container .rte {
  border: none !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.05) !important;
  background: #ffffff !important;
  padding: 56px 52px !important;
  border-radius: 10px !important;
}

body.template-policy,
body[class*="policy"] {
  background: #f6f6f6 !important;
}
/* ===== POLÍTICAS PREMIUM ===== */

.policy-premium {
  max-width: 720px;
  margin: 80px auto;
  padding: 0 20px;
}

/* HEADER */
.policy-header {
  text-align: center;
  margin-bottom: 50px;
}

.policy-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}

.policy-header h1 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.policy-date {
  font-size: 0.9rem;
  color: #777;
}

/* BLOQUES */
.policy-block {
  margin-bottom: 32px;
}

.policy-block h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.policy-block p {
  line-height: 1.8;
  color: #333;
  margin-bottom: 12px;
}

.policy-block ul {
  padding-left: 18px;
}

.policy-block li {
  margin-bottom: 8px;
  line-height: 1.7;
}

/* BLOQUE DESTACADO */
.policy-block.highlight {
  background: #f7f7f7;
  padding: 20px 22px;
  border-radius: 10px;
}

/* LINKS */
.policy-premium a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.policy-premium a:hover {
  border-bottom-color: #000;
}

/* MOBILE */
@media (max-width: 768px) {
  .policy-premium {
    margin: 50px auto;
  }

  .policy-header {
    margin-bottom: 30px;
  }
}
html, body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 749px) {
  .card__heading,
  .card__heading a,
  .card-information__text,
  .card-information__text a,
  .full-unstyled-link {
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    margin-bottom: 0.35rem !important;
  }

  .price-item--regular,
  .price-item--sale,
  .price .price-item,
  .card-information .price-item {
    font-size: 1.18rem !important;
    font-weight: 600 !important;
  }
}
@media screen and (max-width: 749px) {
  .card-information,
  .card__information {
    padding-top: 0.55rem !important;
  }

  .card-information__text {
    margin-bottom: 0.2rem !important;
  }
}
/* =========================================
   ANGELSWHERE — MOBILE COLLECTION PREMIUM
   Grid, nombre, precio y espaciados
========================================= */

@media screen and (max-width: 749px) {
  /* Contenedor de la sección */
  .collection.page-width,
  .page-width {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  /* Título de sección */
  .collection__title h2,
  .title,
  h2.title {
    font-size: 2rem !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
    font-weight: 500 !important;
    margin-bottom: 1.2rem !important;
  }

  /* Grid */
  .collection .grid,
  .product-grid,
  ul.grid.product-grid {
    column-gap: 1rem !important;
    row-gap: 1.8rem !important;
  }

  /* Tarjetas */
  .card-wrapper,
  .card,
  .product-card-wrapper {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* Imagen */
  .card .media,
  .card__media,
  .media {
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #f6f6f6 !important;
  }

  /* Zona de info */
  .card__information,
  .card-information,
  .card-information__wrapper {
    padding-top: 0.55rem !important;
    text-align: left !important;
  }

  /* Nombre producto */
  .card__heading,
  .card__heading a,
  .card-information__text,
  .card-information__text a,
  .full-unstyled-link {
    font-size: 0.82rem !important;
    line-height: 1.28 !important;
    font-weight: 500 !important;
    letter-spacing: -0.012em !important;
    color: #111 !important;
    text-decoration: none !important;
    margin-bottom: 0.25rem !important;
  }

  /* Limitar a 2 líneas para que no se rompa el grid */
  .card__heading a,
  .card-information__text a,
  .full-unstyled-link {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2.15em !important;
  }

  /* Precio */
  .price,
  .price__container,
  .price-item,
  .price-item--regular,
  .price-item--sale,
  .card-information .price-item {
    line-height: 1.02 !important;
    letter-spacing: -0.035em !important;
    font-variant-numeric: lining-nums tabular-nums !important;
    color: #111 !important;
  }

  .price-item--regular,
  .price-item--sale,
  .price .price-item,
  .card-information .price-item {
    font-size: 1.18rem !important;
    font-weight: 600 !important;
  }

  /* Precio tachado / comparado */
  .price--on-sale .price-item--regular,
  s.price-item--regular,
  .price-item--regular.price-item--last {
    font-size: 0.78rem !important;
    font-weight: 400 !important;
    color: #7d7d7d !important;
  }

  /* Distancia exacta entre nombre y precio */
  .card-information .price,
  .price {
    margin-top: 0.12rem !important;
  }

  /* Badges más pequeños */
  .badge,
  .card__badge,
  .price__badge-sale,
  .price__badge-sold-out {
    font-size: 0.64rem !important;
    padding: 0.35rem 0.55rem !important;
    border-radius: 999px !important;
  }

  /* Hover/tap visual sutil */
  .card-wrapper:active .media img,
  .card:active .media img {
    transform: scale(1.01) !important;
  }

  /* Quitar márgenes raros del tema */
  .card-information > * + * {
    margin-top: 0.15rem !important;
  }
}

/* Desktop suave para mantener coherencia */
@media screen and (min-width: 750px) {
  .card__heading,
  .card__heading a,
  .card-information__text,
  .card-information__text a,
  .full-unstyled-link {
    font-size: 0.95rem !important;
    line-height: 1.32 !important;
    font-weight: 500 !important;
    letter-spacing: -0.012em !important;
  }

  .price-item--regular,
  .price-item--sale,
  .price .price-item,
  .card-information .price-item {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.04em !important;
    font-variant-numeric: lining-nums tabular-nums !important;
  }
}
/* =========================================
   ANGELSWHERE — MICRO AJUSTE PREMIUM MOBILE
========================================= */

@media screen and (max-width: 749px) {

  /* -------- NOMBRE PRODUCTO -------- */
  .card__heading,
  .card__heading a,
  .card-information__text,
  .card-information__text a,
  .full-unstyled-link {
    font-size: 0.88rem !important; /* antes 0.82 */
    line-height: 1.25 !important;
    font-weight: 500 !important;
    letter-spacing: -0.015em !important;
    margin-bottom: 0.12rem !important; /* MUCHO más junto */
  }

  /* -------- PRECIO -------- */
  .price-item--regular,
  .price-item--sale,
  .price .price-item,
  .card-information .price-item {
    font-size: 1.24rem !important; /* antes 1.18 */
    font-weight: 600 !important;
    letter-spacing: -0.035em !important;
  }

  /* -------- PEGAR PRECIO AL NOMBRE -------- */
  .card-information .price,
  .price {
    margin-top: 0 !important;
  }

  .card-information > * + * {
    margin-top: 0.05rem !important;
  }

}
.card__heading a {
  font-weight: 400 !important;
}
/* =========================================
   ANGELSWHERE — GRID CLEAN + PRECIO PEGADO
========================================= */

@media screen and (max-width: 749px) {

  /* -------- QUITAR ESPACIADOS AUTOMÁTICOS -------- */
  .card-information > * + * {
    margin-top: 0 !important;
  }

  .card__information,
  .card-information,
  .card-information__wrapper {
    padding-top: 0.4rem !important;
  }

  /* -------- NOMBRE PRODUCTO -------- */
  .card__heading,
  .card__heading a,
  .card-information__text,
  .card-information__text a,
  .full-unstyled-link {
    font-size: 0.88rem !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
    letter-spacing: -0.015em !important;
    margin-bottom: 0 !important; /* CLAVE */
  }

  /* -------- PRECIO PEGADO -------- */
  .price,
  .card-information .price {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: translateY(-2px); /* SUBE el precio ligeramente */
  }

  .price-item--regular,
  .price-item--sale,
  .price .price-item,
  .card-information .price-item {
    font-size: 1.22rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.035em !important;
  }

  /* -------- ELIMINAR ESPACIOS INTERNOS EXTRA -------- */
  .card__heading + .price,
  .card-information__text + .price {
    margin-top: 0 !important;
  }

  /* -------- TARJETAS SIN BORDES REDONDOS -------- */
  .card,
  .card-wrapper,
  .product-card-wrapper {
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  /* -------- IMÁGENES CUADRADAS -------- */
  .card__media,
  .card .media,
  .media,
  .product-card-wrapper .media {
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  /* -------- IMÁGENES (por si hay contenedores internos) -------- */
  .card__media img,
  .media img {
    border-radius: 0 !important;
  }

}
.card__information {
  padding-top: 0.35rem !important;
}

.card__heading {
  font-weight: 500 !important;
}

.price-item {
  font-weight: 600 !important;
}
.multicolumn-card {
  background: #f8f8f8 !important;
  border-radius: 0 !important;
}

.multicolumn-card h3 {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.multicolumn-card p {
  font-size: 0.85rem !important;
  color: #666 !important;
}
/* =========================================
   ANGELSWHERE — HERO VIDEO PREMIUM (DAWN)
   Móvil + desktop
========================================= */

/* El banner debe ser posicionable */
.banner,
.banner__media,
.banner__content {
  position: relative;
}

/* Overlay suave para que el texto siempre se lea */
.banner__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(0, 0, 0, 0.18) 35%,
      rgba(0, 0, 0, 0.24) 100%
    );
  pointer-events: none;
  z-index: 1;
}

/* Texto por encima del overlay */
.banner__content {
  z-index: 2;
}

/* Contenedor del contenido */
.banner__box {
  max-width: 42rem !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Eyebrow / texto pequeño superior */
.banner__subheading,
.banner__text.caption-with-letter-spacing,
.banner__text--caption,
.banner .caption-with-letter-spacing {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 0.72rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.88) !important;
  margin-bottom: 0.8rem !important;
}

/* Título principal */
.banner__heading,
.banner__heading.h0,
.banner__heading.h1,
.banner h1,
.banner h2 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: clamp(2.2rem, 7vw, 4.8rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.055em !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.18) !important;
  margin-bottom: 0.9rem !important;
}

/* Texto secundario */
.banner__text,
.banner__box .banner__text,
.banner__box p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
  letter-spacing: -0.01em !important;
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.12) !important;
  max-width: 30rem !important;
}

/* Botones */
.banner__buttons {
  margin-top: 1.4rem !important;
  gap: 0.8rem !important;
  flex-wrap: wrap !important;
}

.banner__buttons .button,
.banner__buttons .button--primary,
.banner__buttons .button--secondary {
  min-height: 54px !important;
  padding: 0 1.8rem !important;
  border-radius: 999px !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 0.96rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.25s ease !important;
}

/* Botón principal */
.banner__buttons .button--primary {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12) !important;
}

.banner__buttons .button--primary:hover {
  transform: translateY(-1px) !important;
  opacity: 1 !important;
}

/* Botón secundario */
.banner__buttons .button--secondary {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  backdrop-filter: blur(4px);
}

.banner__buttons .button--secondary:hover {
  transform: translateY(-1px) !important;
  opacity: 1 !important;
}

/* Alineación del contenido en desktop */
@media screen and (min-width: 750px) {
  .banner__content {
    padding: 4rem 4rem !important;
  }

  .banner__box {
    padding: 0 !important;
  }
}

/* =========================
   MÓVIL — el punto clave
========================= */
@media screen and (max-width: 749px) {
  /* Altura del hero más premium */
  .banner,
  .banner--medium,
  .banner--large {
    min-height: 82vh !important;
  }

  .banner__media {
    min-height: 82vh !important;
  }

  /* Overlay un poco más fuerte en móvil */
  .banner__media::after {
    background:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.16) 0%,
        rgba(0, 0, 0, 0.20) 32%,
        rgba(0, 0, 0, 0.34) 100%
      );
  }

  /* Colocación del contenido */
  .banner__content {
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 2rem 1.6rem 2.2rem !important;
  }

  .banner__box {
    max-width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  /* Eyebrow */
  .banner__subheading,
  .banner__text.caption-with-letter-spacing,
  .banner__text--caption,
  .banner .caption-with-letter-spacing {
    font-size: 0.68rem !important;
    letter-spacing: 0.2em !important;
    margin-bottom: 0.65rem !important;
  }

  /* Título móvil */
  .banner__heading,
  .banner__heading.h0,
  .banner__heading.h1,
  .banner h1,
  .banner h2 {
    font-size: 2.45rem !important;
    line-height: 0.94 !important;
    letter-spacing: -0.055em !important;
    margin-bottom: 0.75rem !important;
  }

  /* Texto móvil */
  .banner__text,
  .banner__box .banner__text,
  .banner__box p {
    font-size: 0.93rem !important;
    line-height: 1.45 !important;
    max-width: 19rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Botones móviles */
  .banner__buttons {
    margin-top: 1.15rem !important;
    gap: 0.7rem !important;
    justify-content: center !important;
  }

  .banner__buttons .button,
  .banner__buttons .button--primary,
  .banner__buttons .button--secondary {
    min-height: 50px !important;
    width: 100% !important;
    max-width: 240px !important;
    font-size: 0.94rem !important;
  }
}
/* =====================================
   FORCE PREMIUM TRUST SECTION (100% override)
===================================== */

/* CONTENEDOR GENERAL */
[class*="feature"],
[class*="Feature"],
[class*="ss-feature"] {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* GRID FORZADO */
[class*="feature"] .grid,
[class*="feature"] .wrapper,
[class*="feature"] .items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}

/* ITEM INDIVIDUAL */
[class*="feature"] .item,
[class*="feature"] .feature,
[class*="feature"] .card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 10px 6px !important;
  text-align: center !important;
  transition: all 0.2s ease !important;
}

/* HOVER PREMIUM */
[class*="feature"] .item:hover,
[class*="feature"] .feature:hover {
  transform: translateY(-2px) !important;
  opacity: 0.8 !important;
}

/* ICONOS */
[class*="feature"] svg,
[class*="feature"] img {
  width: 28px !important;
  height: 28px !important;
  margin-bottom: 8px !important;
}

/* TITULOS */
[class*="feature"] h3,
[class*="feature"] .title {
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 4px !important;
  letter-spacing: -0.01em !important;
}

/* TEXTO */
[class*="feature"] p {
  font-size: 12px !important;
  color: #666 !important;
  margin: 0 !important;
}

/* MOBILE */
@media (max-width: 768px) {
  [class*="feature"] .grid,
  [class*="feature"] .wrapper,
  [class*="feature"] .items {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  [class*="feature"] svg,
  [class*="feature"] img {
    width: 24px !important;
    height: 24px !important;
  }

  [class*="feature"] h3 {
    font-size: 13px !important;
  }

  [class*="feature"] p {
    font-size: 11px !important;
  }
}

/* ESPACIADO CON FOOTER */
[class*="feature"] {
  padding-bottom: 40px !important;
  margin-bottom: 30px !important;
}
/* =====================================
   ANGELSWHERE — TRUST SECTION FINAL FIX
   Compacta, premium y visible
===================================== */

[class*="feature"],
[class*="Feature"],
[class*="ss-feature"] {
  padding-top: 10px !important;
  padding-bottom: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

/* Grid */
[class*="feature"] .grid,
[class*="feature"] .wrapper,
[class*="feature"] .items {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 18px 10px !important;
  align-items: start !important;
}

/* Cada item */
[class*="feature"] .item,
[class*="feature"] .feature,
[class*="feature"] .card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-align: center !important;
  min-height: auto !important;
}

/* Iconos */
[class*="feature"] svg,
[class*="feature"] img {
  width: 26px !important;
  height: 26px !important;
  margin: 0 auto 8px auto !important;
  display: block !important;
}

/* Títulos */
[class*="feature"] h3,
[class*="feature"] .title {
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  margin: 0 0 4px 0 !important;
  color: #111 !important;
}

/* Texto */
[class*="feature"] p {
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: #6a6a6a !important;
  margin: 0 !important;
}

/* Desktop */
@media (min-width: 750px) {
  [class*="feature"] .grid,
  [class*="feature"] .wrapper,
  [class*="feature"] .items {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
  }

  [class*="feature"] svg,
  [class*="feature"] img {
    width: 28px !important;
    height: 28px !important;
  }

  [class*="feature"] h3,
  [class*="feature"] .title {
    font-size: 15px !important;
  }

  [class*="feature"] p {
    font-size: 13px !important;
  }
}
/* =========================================
   ANGELSWHERE — REAL BRAND LOOK
   Promo block + trust section + mobile polish
========================================= */

/* -----------------------------
   1) BLOQUE PROMO / IMAGE TEXT
------------------------------ */
@media screen and (max-width: 749px) {
  .image-with-text,
  .shopify-section[class*="image-with-text"] {
    margin: 0 !important;
    padding: 0 !important;
  }

  .image-with-text__media,
  .image-with-text__media img {
    border-radius: 0 !important;
  }

  .image-with-text__content,
  .image-with-text__text-item,
  .image-with-text__content--mobile-left,
  .image-with-text__content--mobile-right {
    padding: 18px 18px 8px !important;
    min-height: auto !important;
    text-align: center !important;
  }

  .image-with-text__heading,
  .image-with-text h2,
  .image-with-text .h1,
  .image-with-text .h0 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 2rem !important;
    line-height: 0.98 !important;
    letter-spacing: -0.05em !important;
    font-weight: 500 !important;
    color: #111 !important;
    margin: 0 0 0.7rem 0 !important;
  }

  .image-with-text__text,
  .image-with-text__text p,
  .image-with-text .rte p {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
    letter-spacing: -0.01em !important;
    color: #666 !important;
    max-width: 24ch !important;
    margin: 0 auto !important;
  }

  .image-with-text .button,
  .image-with-text__content .button {
    min-height: 46px !important;
    padding: 0 1.35rem !important;
    margin-top: 0.85rem !important;
    border-radius: 0 !important;
    background: #111 !important;
    color: #fff !important;
    border: 1px solid #111 !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
  }

  .image-with-text .button:hover {
    opacity: 0.92 !important;
  }
}

/* Desktop promo */
@media screen and (min-width: 750px) {
  .image-with-text__content,
  .image-with-text__text-item {
    padding-top: 28px !important;
    padding-bottom: 14px !important;
  }

  .image-with-text__heading,
  .image-with-text h2 {
    font-size: clamp(2.6rem, 4vw, 4rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
  }

  .image-with-text__text,
  .image-with-text__text p {
    font-size: 0.96rem !important;
    line-height: 1.6 !important;
    color: #666 !important;
  }

  .image-with-text .button,
  .image-with-text__content .button {
    border-radius: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
  }
}

/* -----------------------------
   2) TRUST SECTION — BRAND STYLE
------------------------------ */

/* Detecta secciones tipo feature / ss-feature / multicolumn */
[class*="feature"],
[class*="Feature"],
[class*="ss-feature"],
.multicolumn {
  position: relative !important;
  margin-top: -8px !important;
  margin-bottom: 26px !important;
  padding-top: 4px !important;
  padding-bottom: 8px !important;
}

/* Grid confianza */
[class*="feature"] .grid,
[class*="feature"] .wrapper,
[class*="feature"] .items,
.multicolumn-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 8px !important;
  align-items: start !important;
}

/* Item confianza */
[class*="feature"] .item,
[class*="feature"] .feature,
[class*="feature"] .card,
.multicolumn-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
  text-align: center !important;
  transition: transform 0.2s ease, opacity 0.2s ease !important;
}

[class*="feature"] .item:hover,
[class*="feature"] .feature:hover,
.multicolumn-card:hover {
  transform: translateY(-1px) !important;
  opacity: 0.88 !important;
}

/* Interior */
[class*="feature"] .content,
[class*="feature"] .info,
.multicolumn-card__info {
  padding: 4px 6px !important;
  text-align: center !important;
}

/* Iconos */
[class*="feature"] svg,
[class*="feature"] img,
.multicolumn-card svg,
.multicolumn-card img {
  width: 30px !important;
  height: 30px !important;
  display: block !important;
  margin: 0 auto 8px auto !important;
  color: #111 !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Título */
[class*="feature"] h3,
[class*="feature"] .title,
.multicolumn-card__info h3,
.multicolumn-card__info .inline-richtext {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  letter-spacing: -0.015em !important;
  color: #111 !important;
  margin: 0 0 4px 0 !important;
}

/* Texto secundario */
[class*="feature"] p,
.multicolumn-card__info p,
.multicolumn-card__info .rte p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
  color: #777 !important;
  margin: 0 !important;
}

/* Desktop trust */
@media screen and (min-width: 750px) {
  [class*="feature"],
  .multicolumn {
    margin-top: 4px !important;
    margin-bottom: 34px !important;
    padding-bottom: 12px !important;
  }

  [class*="feature"] .grid,
  [class*="feature"] .wrapper,
  [class*="feature"] .items,
  .multicolumn-list {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  [class*="feature"] svg,
  [class*="feature"] img,
  .multicolumn-card svg,
  .multicolumn-card img {
    width: 32px !important;
    height: 32px !important;
  }

  [class*="feature"] h3,
  [class*="feature"] .title,
  .multicolumn-card__info h3,
  .multicolumn-card__info .inline-richtext {
    font-size: 15px !important;
  }

  [class*="feature"] p,
  .multicolumn-card__info p,
  .multicolumn-card__info .rte p {
    font-size: 13px !important;
  }
}

/* -----------------------------
   3) FOOTER — menos pesado en móvil
------------------------------ */
@media screen and (max-width: 749px) {
  .footer {
    margin-top: 6px !important;
  }

  .footer__content-top,
  .footer__content-bottom {
    padding-top: 24px !important;
    padding-bottom: 18px !important;
  }

  .footer-block__heading,
  .footer .h4 {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
  }

  .footer-block__details-content li,
  .footer-block__details-content li a,
  .footer__content-bottom-wrapper,
  .footer__copyright {
    font-size: 0.84rem !important;
    line-height: 1.5 !important;
  }
}

/* -----------------------------
   4) BOTÓN BACK TO TOP
------------------------------ */
.scroll-top-button,
.back-to-top,
button[aria-label*="top"],
button[aria-label*="arriba"] {
  width: 54px !important;
  height: 54px !important;
  border-radius: 999px !important;
  background: #000 !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.16) !important;
}

/* -----------------------------
   5) PEQUEÑOS AJUSTES DE RITMO VISUAL
------------------------------ */
@media screen and (max-width: 749px) {
  .shopify-section + .shopify-section {
    margin-top: 0 !important;
  }

  .page-width {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
/* =========================================
   ANGELSWHERE — PREMIUM FOOTER MOBILE
========================================= */

@media screen and (max-width: 749px) {

  /* CONTENEDOR GENERAL */
  .footer {
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
  }

  /* BLOQUES (Explorar, Info legal…) */
  .footer-block {
    margin-bottom: 2rem !important;
  }

  /* TITULOS (Explorar, Info legal) */
  .footer-block__heading,
  .footer h2,
  .footer h3 {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 1rem !important;
    text-transform: none !important;
  }

  /* LINKS (Inicio, contacto, políticas…) */
  .footer-block__details-content li {
    margin-bottom: 0.6rem !important;
  }

  .footer-block__details-content li a,
  .footer a {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    opacity: 0.85;
    transition: all 0.2s ease;
  }

  /* EFECTO HOVER (aunque sea móvil da sensación premium) */
  .footer-block__details-content li a:hover {
    opacity: 1;
    transform: translateX(3px);
  }

  /* SEPARADOR FINO (look premium) */
  .footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin-bottom: 2rem;
  }

  /* COPYRIGHT */
  .footer__copyright,
  .footer__content-bottom-wrapper {
    text-align: center !important;
    font-size: 0.85rem !important;
    opacity: 0.6;
    margin-top: 2rem !important;
    line-height: 1.5 !important;
  }

  /* ICONOS DE PAGO */
  .footer__payment {
    margin-top: 1.5rem !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .footer__payment .icon {
    transform: scale(1.1);
    opacity: 0.85;
  }

  /* ESPACIADO ENTRE COLUMNAS EN MOBILE */
  .footer__blocks-wrapper {
    gap: 1.5rem !important;
  }

  /* OPCIONAL: CENTRAR TODO (estilo más premium aún) */
  .footer-block {
    text-align: center;
  }

  /* LINKS MÁS "TOUCH FRIENDLY" */
  .footer a {
    display: inline-block;
    padding: 4px 0;
  }
}
/* =========================================================
   ANGELSWHERE — PRODUCT PAGE SPACING / HARMONY FIX
   Separación entre acordeones y recomendados
========================================================= */

@media screen and (max-width: 749px) {

  /* Último acordeón antes de recomendados */
  .product__accordion:last-of-type,
  .accordion:last-of-type,
  details:last-of-type {
    margin-bottom: 1.4rem !important;
  }

  /* Bloque de recomendados */
  .product-recommendations,
  .related-products,
  .complementary-products,
  .shopify-section[class*="recommend"],
  .shopify-section[class*="related"] {
    margin-top: 1.2rem !important;
    padding-top: 1.25rem !important;
    border-top: 1px solid rgba(17,17,17,0.08) !important;
  }

  /* Título "También te puede gustar" */
  .product-recommendations__heading,
  .related-products__heading,
  .complementary-products__heading,
  h2.product-recommendations__heading,
  .product__info-container .product-recommendations h2,
  .product__info-container .related-products h2 {
    font-size: 1.05rem !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    letter-spacing: -0.015em !important;
    color: #111 !important;
    margin: 0 0 0.95rem 0 !important;
    padding: 0 !important;
  }

  /* Grid recomendado más respirado */
  .product-recommendations .grid,
  .related-products .grid,
  .complementary-products .grid,
  .product-recommendations .product-grid,
  .related-products .product-grid {
    row-gap: 1.1rem !important;
    column-gap: 0.7rem !important;
    margin-top: 0 !important;
  }

  /* Cards de recomendados */
  .product-recommendations .card-wrapper,
  .related-products .card-wrapper,
  .complementary-products .card-wrapper,
  .product-recommendations .card,
  .related-products .card,
  .complementary-products .card {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Imagen recomendados */
  .product-recommendations .card__media,
  .related-products .card__media,
  .complementary-products .card__media,
  .product-recommendations .media,
  .related-products .media,
  .complementary-products .media {
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #f6f6f6 !important;
  }

  /* Texto producto recomendado */
  .product-recommendations .card__heading,
  .related-products .card__heading,
  .complementary-products .card__heading,
  .product-recommendations .card__heading a,
  .related-products .card__heading a,
  .complementary-products .card__heading a,
  .product-recommendations .card-information__text,
  .related-products .card-information__text,
  .complementary-products .card-information__text {
    font-size: 0.83rem !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    margin: 0.45rem 0 0.15rem 0 !important;
  }

  /* Precio recomendado */
  .product-recommendations .price-item,
  .related-products .price-item,
  .complementary-products .price-item {
    font-size: 1.02rem !important;
    line-height: 1.05 !important;
    font-weight: 600 !important;
    letter-spacing: -0.03em !important;
    margin: 0 !important;
  }
}

/* Desktop también más armónico */
@media screen and (min-width: 750px) {

  .product__accordion:last-of-type,
  .accordion:last-of-type,
  details:last-of-type {
    margin-bottom: 1.8rem !important;
  }

  .product-recommendations,
  .related-products,
  .complementary-products,
  .shopify-section[class*="recommend"],
  .shopify-section[class*="related"] {
    margin-top: 1.5rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid rgba(17,17,17,0.08) !important;
  }

  .product-recommendations__heading,
  .related-products__heading,
  .complementary-products__heading,
  h2.product-recommendations__heading {
    font-size: 1.12rem !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 1rem !important;
  }

  .product-recommendations .grid,
  .related-products .grid,
  .complementary-products .grid {
    row-gap: 1.3rem !important;
    column-gap: 1rem !important;
  }
}
/* =========================================================
   ANGELSWHERE — FAQ + ACCORDIONS PREMIUM
========================================================= */

/* -----------------------------
   CONTENEDOR GENERAL FAQ
------------------------------ */
.faq,
.collapsible-content,
.main-faq,
.shopify-section[class*="faq"] {
  margin-top: 1.8rem !important;
}

.faq h2,
.collapsible-content h2,
.main-faq h2,
.shopify-section[class*="faq"] h2 {
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  font-weight: 500 !important;
  color: #111 !important;
  margin: 0 0 1.4rem 0 !important;
}

/* -----------------------------
   ACORDEONES GENERALES
------------------------------ */
.product__accordion,
.accordion,
details.disclosure-has-popup,
.collapsible-content details,
.main-faq details,
.shopify-section[class*="faq"] details {
  border-top: 1px solid rgba(17,17,17,0.08) !important;
  margin: 0 !important;
  background: transparent !important;
}

.product__accordion:last-child,
.accordion:last-child,
.collapsible-content details:last-child,
.main-faq details:last-child,
.shopify-section[class*="faq"] details:last-child {
  border-bottom: 1px solid rgba(17,17,17,0.08) !important;
}

/* Summary / cabecera */
.product__accordion summary,
.accordion summary,
.collapsible-content summary,
.main-faq summary,
.shopify-section[class*="faq"] summary {
  min-height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  padding: 0 !important;
  cursor: pointer !important;
  list-style: none !important;
  transition: color 0.2s ease, opacity 0.2s ease !important;
}

.product__accordion summary::-webkit-details-marker,
.accordion summary::-webkit-details-marker,
.collapsible-content summary::-webkit-details-marker,
.main-faq summary::-webkit-details-marker,
.shopify-section[class*="faq"] summary::-webkit-details-marker {
  display: none !important;
}

/* Título */
.product__accordion .summary__title,
.accordion .summary__title,
.collapsible-content .summary__title,
.main-faq .summary__title,
.shopify-section[class*="faq"] .summary__title,
.product__accordion summary span,
.accordion summary span,
.collapsible-content summary span,
.main-faq summary span {
  font-size: 1rem !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: -0.015em !important;
  color: #111 !important;
  margin: 0 !important;
}

/* Icono + / - premium */
.product__accordion summary::after,
.accordion summary::after,
.collapsible-content summary::after,
.main-faq summary::after,
.shopify-section[class*="faq"] summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 22px;
  text-align: center;
  font-size: 1.35rem !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #111 !important;
  transition: transform 0.22s ease, opacity 0.22s ease !important;
}

.product__accordion details[open] summary::after,
.accordion details[open] summary::after,
.collapsible-content details[open] summary::after,
.main-faq details[open] summary::after,
.shopify-section[class*="faq"] details[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

/* Hover fino */
.product__accordion summary:hover,
.accordion summary:hover,
.collapsible-content summary:hover,
.main-faq summary:hover,
.shopify-section[class*="faq"] summary:hover {
  opacity: 0.8 !important;
}

/* Contenido abierto */
.accordion__content,
.product__accordion .accordion__content,
.collapsible-content .accordion__content,
.main-faq .accordion__content,
.product__accordion .rte,
.accordion .rte,
.collapsible-content .rte,
.main-faq .rte,
.shopify-section[class*="faq"] .rte {
  padding: 0 0 1.2rem 0 !important;
  margin: 0 !important;
}

/* Texto interno */
.accordion__content p,
.accordion__content li,
.product__accordion .rte p,
.product__accordion .rte li,
.collapsible-content .rte p,
.collapsible-content .rte li,
.main-faq .rte p,
.main-faq .rte li,
.shopify-section[class*="faq"] .rte p,
.shopify-section[class*="faq"] .rte li {
  font-size: 0.96rem !important;
  line-height: 1.72 !important;
  color: #4c4c4c !important;
  letter-spacing: -0.005em !important;
  margin-bottom: 0.7rem !important;
}

.accordion__content strong,
.product__accordion .rte strong,
.collapsible-content .rte strong,
.main-faq .rte strong,
.shopify-section[class*="faq"] .rte strong {
  color: #111 !important;
  font-weight: 600 !important;
}

/* -----------------------------
   MÓVIL
------------------------------ */
@media screen and (max-width: 749px) {

  .faq,
  .collapsible-content,
  .main-faq,
  .shopify-section[class*="faq"] {
    margin-top: 1.6rem !important;
  }

  .faq h2,
  .collapsible-content h2,
  .main-faq h2,
  .shopify-section[class*="faq"] h2 {
    font-size: 1.95rem !important;
    line-height: 1.03 !important;
    margin-bottom: 1.1rem !important;
  }

  .product__accordion summary,
  .accordion summary,
  .collapsible-content summary,
  .main-faq summary,
  .shopify-section[class*="faq"] summary {
    min-height: 58px !important;
  }

  .product__accordion .summary__title,
  .accordion .summary__title,
  .collapsible-content .summary__title,
  .main-faq .summary__title,
  .shopify-section[class*="faq"] .summary__title,
  .product__accordion summary span,
  .accordion summary span,
  .collapsible-content summary span,
  .main-faq summary span {
    font-size: 0.98rem !important;
    line-height: 1.25 !important;
  }

  .accordion__content,
  .product__accordion .accordion__content,
  .collapsible-content .accordion__content,
  .main-faq .accordion__content,
  .product__accordion .rte,
  .accordion .rte,
  .collapsible-content .rte,
  .main-faq .rte,
  .shopify-section[class*="faq"] .rte {
    padding: 0 0 1rem 0 !important;
  }

  .accordion__content p,
  .accordion__content li,
  .product__accordion .rte p,
  .product__accordion .rte li,
  .collapsible-content .rte p,
  .collapsible-content .rte li,
  .main-faq .rte p,
  .main-faq .rte li,
  .shopify-section[class*="faq"] .rte p,
  .shopify-section[class*="faq"] .rte li {
    font-size: 0.94rem !important;
    line-height: 1.68 !important;
  }
}
/* =========================================================
   ANGELSWHERE — MENU LATERAL PREMIUM (LEFT ALIGNED)
========================================================= */

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

  /* CONTENEDOR */
  .menu-drawer,
  .menu-drawer__inner-container {
    background: #050505 !important;
    color: #ffffff !important;
  }

  /* FORZAR ALINEACIÓN IZQUIERDA GLOBAL */
  .menu-drawer,
  .menu-drawer * {
    text-align: left !important;
  }

  /* CONTENIDO */
  .menu-drawer__menu {
    padding-top: 1.6rem !important;
    padding-bottom: 1rem !important;
  }

  /* ITEMS PRINCIPALES */
  .menu-drawer__menu-item,
  .menu-drawer .list-menu__item,
  .menu-drawer details > summary {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;

    font-size: 1.1rem !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;

    padding: 0.95rem 1.8rem !important;

    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    background: transparent !important;

    transition: all 0.2s ease !important;
  }

  .menu-drawer__menu-item:hover,
  .menu-drawer .list-menu__item:hover {
    background: rgba(255,255,255,0.03) !important;
    transform: translateX(3px) !important;
  }

  /* LINKS */
  .menu-drawer a {
    color: rgba(255,255,255,0.88) !important;
    text-decoration: none !important;
    width: 100% !important;
  }

  .menu-drawer a:hover {
    color: #ffffff !important;
  }

  /* SUBMENÚ */
  .menu-drawer__submenu {
    background: #090909 !important;
    padding: 0.4rem 0 !important;
  }

  .menu-drawer__submenu a {
    font-size: 0.97rem !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.7) !important;

    padding: 0.7rem 2.4rem !important;

    display: block !important;
    text-align: left !important;
  }

  .menu-drawer__submenu a:hover {
    color: #ffffff !important;
    background: rgba(255,255,255,0.025) !important;
  }

  /* FLECHAS */
  .menu-drawer svg {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  /* BOTÓN CERRAR */
  .menu-drawer__close-button {
    text-align: left !important;
    padding-left: 1.6rem !important;
  }

  /* ZONA INFERIOR */
  .menu-drawer__utility-links {
    text-align: left !important;
    padding: 1.2rem 1.6rem !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
  }

  .menu-drawer__utility-links a {
    display: block !important;
    text-align: left !important;
    font-size: 0.95rem !important;
    color: rgba(255,255,255,0.7) !important;
    margin-bottom: 0.6rem !important;
  }

  /* OVERLAY */
  .menu-drawer__overlay {
    background: rgba(0,0,0,0.35) !important;
    backdrop-filter: blur(2px) !important;
  }
}
/* =========================================================
   ANGELSWHERE — FOOTER LEFT ALIGN (FORZADO)
========================================================= */

/* CONTENEDOR GENERAL */
.footer,
.footer * {
  text-align: left !important;
}

/* BLOQUES */
.footer-block,
.footer__blocks-wrapper,
.footer__content-top,
.footer__content-bottom {
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

/* TITULOS */
.footer-block__heading,
.footer h2,
.footer h3,
.footer .h4 {
  text-align: left !important;
}

/* LISTAS */
.footer-block__details-content,
.footer-block__details-content ul,
.footer-block__details-content li {
  text-align: left !important;
}

/* LINKS */
.footer a,
.footer-block__details-content li a {
  display: block !important;
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* EVITAR CENTRADO AUTOMÁTICO DE DAWN */
.footer .center,
.footer [style*="text-align:center"] {
  text-align: left !important;
}

/* WRAPPER INFERIOR */
.footer__content-bottom-wrapper {
  justify-content: space-between !important;
  text-align: left !important;
}

/* COPYRIGHT */
.footer__copyright,
.footer small {
  text-align: left !important;
  margin-left: 0 !important;
}

/* PAGOS */
.footer__payment,
.list-payment {
  justify-content: flex-start !important;
}

/* MOBILE FIX TOTAL */
@media screen and (max-width: 749px) {

  .footer-block {
    text-align: left !important;
    align-items: flex-start !important;
  }

  .footer__content-bottom-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  .footer__payment,
  .list-payment {
    justify-content: flex-start !important;
  }
}
/* =========================================================
   ANGELSWHERE — FAQ PRODUCT PAGE PREMIUM FINAL
========================================================= */

:root {
  --aw-faq-bg: #ffffff;
  --aw-faq-text: #111111;
  --aw-faq-muted: #5f5f5f;
  --aw-faq-line: rgba(17,17,17,0.08);
  --aw-faq-line-strong: rgba(17,17,17,0.14);
  --aw-faq-soft: #f7f7f7;
  --aw-faq-shadow: 0 14px 32px rgba(0,0,0,0.05);
}

/* =========================================================
   1) CONTENEDOR GENERAL FAQ
========================================================= */
.faq,
.main-faq,
.collapsible-content,
.shopify-section[class*="faq"] {
  margin-top: 2rem !important;
  padding-top: 0.5rem !important;
}

/* Si hay page-width o wrapper interior */
.faq .page-width,
.main-faq .page-width,
.collapsible-content .page-width,
.shopify-section[class*="faq"] .page-width {
  max-width: 100% !important;
}

/* =========================================================
   2) TÍTULO DE LA SECCIÓN
========================================================= */
.faq h2,
.main-faq h2,
.collapsible-content h2,
.shopify-section[class*="faq"] h2 {
  text-align: left !important;
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.05em !important;
  font-weight: 500 !important;
  color: var(--aw-faq-text) !important;
  margin: 0 0 1.35rem 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Línea decorativa sutil debajo del título */
.faq h2::after,
.main-faq h2::after,
.collapsible-content h2::after,
.shopify-section[class*="faq"] h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background: rgba(17,17,17,0.14);
  margin-top: 0.9rem;
}

/* =========================================================
   3) WRAPPER DE ITEMS
========================================================= */
.faq .accordion,
.main-faq .accordion,
.collapsible-content .accordion,
.shopify-section[class*="faq"] .accordion,
.faq details,
.main-faq details,
.collapsible-content details,
.shopify-section[class*="faq"] details {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

/* =========================================================
   4) ITEM FAQ PREMIUM
========================================================= */
.faq details,
.main-faq details,
.collapsible-content details,
.shopify-section[class*="faq"] details,
.faq .accordion,
.main-faq .accordion,
.collapsible-content .accordion,
.shopify-section[class*="faq"] .accordion {
  border-top: 1px solid var(--aw-faq-line) !important;
  background: transparent !important;
}

.faq details:last-child,
.main-faq details:last-child,
.collapsible-content details:last-child,
.shopify-section[class*="faq"] details:last-child {
  border-bottom: 1px solid var(--aw-faq-line) !important;
}

/* =========================================================
   5) CABECERA DE CADA PREGUNTA
========================================================= */
.faq summary,
.main-faq summary,
.collapsible-content summary,
.shopify-section[class*="faq"] summary,
.faq .accordion summary,
.main-faq .accordion summary,
.collapsible-content .accordion summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  min-height: 72px !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  list-style: none !important;
  text-align: left !important;
  transition:
    color 0.22s ease,
    opacity 0.22s ease,
    background-color 0.22s ease !important;
}

.faq summary::-webkit-details-marker,
.main-faq summary::-webkit-details-marker,
.collapsible-content summary::-webkit-details-marker,
.shopify-section[class*="faq"] summary::-webkit-details-marker {
  display: none !important;
}

/* Pregunta */
.faq .summary__title,
.main-faq .summary__title,
.collapsible-content .summary__title,
.shopify-section[class*="faq"] .summary__title,
.faq summary span,
.main-faq summary span,
.collapsible-content summary span,
.shopify-section[class*="faq"] summary span {
  display: block !important;
  text-align: left !important;
  font-size: 1.02rem !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  letter-spacing: -0.018em !important;
  color: var(--aw-faq-text) !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 85% !important;
}

/* Hover suave */
.faq summary:hover,
.main-faq summary:hover,
.collapsible-content summary:hover,
.shopify-section[class*="faq"] summary:hover {
  opacity: 0.82 !important;
}

/* =========================================================
   6) ICONO PREMIUM + / −
========================================================= */
.faq summary::after,
.main-faq summary::after,
.collapsible-content summary::after,
.shopify-section[class*="faq"] summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,0.12);
  color: var(--aw-faq-text);
  font-size: 1rem !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  background: transparent;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease !important;
}

.faq details[open] summary::after,
.main-faq details[open] summary::after,
.collapsible-content details[open] summary::after,
.shopify-section[class*="faq"] details[open] summary::after {
  content: "−";
  background: #111111;
  color: #ffffff;
  border-color: #111111;
  transform: rotate(180deg);
}

/* =========================================================
   7) CONTENIDO DESPLEGADO
========================================================= */
.faq .accordion__content,
.main-faq .accordion__content,
.collapsible-content .accordion__content,
.shopify-section[class*="faq"] .accordion__content,
.faq .rte,
.main-faq .rte,
.collapsible-content .rte,
.shopify-section[class*="faq"] .rte {
  padding: 0 0 1.2rem 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.faq .accordion__content p,
.main-faq .accordion__content p,
.collapsible-content .accordion__content p,
.shopify-section[class*="faq"] .accordion__content p,
.faq .rte p,
.main-faq .rte p,
.collapsible-content .rte p,
.shopify-section[class*="faq"] .rte p,
.faq .rte li,
.main-faq .rte li,
.collapsible-content .rte li,
.shopify-section[class*="faq"] .rte li {
  font-size: 0.96rem !important;
  line-height: 1.72 !important;
  letter-spacing: -0.005em !important;
  color: var(--aw-faq-muted) !important;
  margin: 0 0 0.75rem 0 !important;
  text-align: left !important;
}

.faq .rte strong,
.main-faq .rte strong,
.collapsible-content .rte strong,
.shopify-section[class*="faq"] .rte strong {
  color: var(--aw-faq-text) !important;
  font-weight: 600 !important;
}

/* =========================================================
   8) EFECTO VISUAL AL ABRIR
========================================================= */
.faq details[open],
.main-faq details[open],
.collapsible-content details[open],
.shopify-section[class*="faq"] details[open] {
  background: rgba(0,0,0,0.015) !important;
}

.faq details[open] summary,
.main-faq details[open] summary,
.collapsible-content details[open] summary,
.shopify-section[class*="faq"] details[open] summary {
  padding-bottom: 0.3rem !important;
}

/* =========================================================
   9) MÁS ARMONÍA ENTRE ITEMS
========================================================= */
.faq details + details,
.main-faq details + details,
.collapsible-content details + details,
.shopify-section[class*="faq"] details + details {
  margin-top: 0 !important;
}

/* =========================================================
   10) MÓVIL
========================================================= */
@media screen and (max-width: 749px) {

  .faq,
  .main-faq,
  .collapsible-content,
  .shopify-section[class*="faq"] {
    margin-top: 1.7rem !important;
    padding-top: 0.25rem !important;
  }

  .faq h2,
  .main-faq h2,
  .collapsible-content h2,
  .shopify-section[class*="faq"] h2 {
    font-size: 1.95rem !important;
    line-height: 1.02 !important;
    margin-bottom: 1.05rem !important;
  }

  .faq h2::after,
  .main-faq h2::after,
  .collapsible-content h2::after,
  .shopify-section[class*="faq"] h2::after {
    width: 44px;
    margin-top: 0.75rem;
  }

  .faq summary,
  .main-faq summary,
  .collapsible-content summary,
  .shopify-section[class*="faq"] summary {
    min-height: 62px !important;
  }

  .faq .summary__title,
  .main-faq .summary__title,
  .collapsible-content .summary__title,
  .shopify-section[class*="faq"] .summary__title,
  .faq summary span,
  .main-faq summary span,
  .collapsible-content summary span,
  .shopify-section[class*="faq"] summary span {
    font-size: 0.99rem !important;
    line-height: 1.32 !important;
    max-width: 82% !important;
  }

  .faq summary::after,
  .main-faq summary::after,
  .collapsible-content summary::after,
  .shopify-section[class*="faq"] summary::after {
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 0.95rem !important;
  }

  .faq .accordion__content,
  .main-faq .accordion__content,
  .collapsible-content .accordion__content,
  .shopify-section[class*="faq"] .accordion__content,
  .faq .rte,
  .main-faq .rte,
  .collapsible-content .rte,
  .shopify-section[class*="faq"] .rte {
    padding: 0 0 1rem 0 !important;
  }

  .faq .accordion__content p,
  .main-faq .accordion__content p,
  .collapsible-content .accordion__content p,
  .shopify-section[class*="faq"] .accordion__content p,
  .faq .rte p,
  .main-faq .rte p,
  .collapsible-content .rte p,
  .shopify-section[class*="faq"] .rte p,
  .faq .rte li,
  .main-faq .rte li,
  .collapsible-content .rte li,
  .shopify-section[class*="faq"] .rte li {
    font-size: 0.94rem !important;
    line-height: 1.68 !important;
  }
}

/* =========================================================
   11) DESKTOP
========================================================= */
@media screen and (min-width: 990px) {

  .faq,
  .main-faq,
  .collapsible-content,
  .shopify-section[class*="faq"] {
    margin-top: 2.2rem !important;
  }

  .faq h2,
  .main-faq h2,
  .collapsible-content h2,
  .shopify-section[class*="faq"] h2 {
    margin-bottom: 1.5rem !important;
  }

  .faq summary,
  .main-faq summary,
  .collapsible-content summary,
  .shopify-section[class*="faq"] summary {
    min-height: 68px !important;
  }
}
/* =========================================================
   FAQ — AJUSTE FINAL PREMIUM (sin líneas + título más oscuro)
========================================================= */

/* 1) QUITAR TODAS LAS LÍNEAS */
.faq details,
.main-faq details,
.collapsible-content details,
.shopify-section[class*="faq"] details {
  border: none !important;
}

.faq details:last-child,
.main-faq details:last-child,
.collapsible-content details:last-child,
.shopify-section[class*="faq"] details:last-child {
  border: none !important;
}

/* Eliminar cualquier línea interna */
.faq hr,
.main-faq hr,
.collapsible-content hr,
.shopify-section[class*="faq"] hr {
  display: none !important;
}

/* Por si el tema usa pseudo-elementos */
.faq details::before,
.faq details::after,
.main-faq details::before,
.main-faq details::after {
  display: none !important;
}

/* 2) TÍTULO MÁS NEGRO Y PREMIUM */
.faq h2,
.main-faq h2,
.collapsible-content h2,
.shopify-section[class*="faq"] h2 {
  color: #000000 !important;
  font-weight: 600 !important;
  letter-spacing: -0.04em !important;
}

/* Línea decorativa más sutil */
.faq h2::after,
.main-faq h2::after,
.collapsible-content h2::after,
.shopify-section[class*="faq"] h2::after {
  background: rgba(0,0,0,0.18) !important;
}
/* =========================================
   FAQ — quitar línea bajo el título
========================================= */

/* Eliminar pseudo línea decorativa */
.faq h2::after,
.main-faq h2::after,
.collapsible-content h2::after,
.shopify-section[class*="faq"] h2::after {
  display: none !important;
  content: none !important;
}

/* Por si viene como borde */
.faq h2,
.main-faq h2,
.collapsible-content h2,
.shopify-section[class*="faq"] h2 {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

/* Extra seguridad (temas tipo Dawn usan wrappers) */
.section-header h2::after,
.section-header::after {
  display: none !important;
}
/* =========================================================
   ANGELSWHERE — FIX DEFINITIVO PRODUCTOS DESKTOP
   Imágenes grandes + nombre/precio debajo
========================================================= */

@media screen and (min-width: 750px) {

  /* GRID DE PRODUCTOS */
  .collection .product-grid,
  .featured-collection .product-grid,
  ul.product-grid,
  .collection ul.grid,
  .featured-collection ul.grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* ITEM */
  .product-grid .grid__item,
  ul.product-grid > li,
  .collection .grid__item,
  .featured-collection .grid__item {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    display: block !important;
  }

  /* CARD */
  .product-card-wrapper,
  .card-wrapper,
  .card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  /* CONTENEDOR DE IMAGEN */
  .card__inner,
  .card--standard .card__inner,
  .card__media,
  .card .media,
  .card__media .media {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    background: #f6f6f6 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
  }

  /* QUITAR RATIOS QUE ENCOGEN */
  .card__inner::before,
  .card .media::before,
  .card__media .media::before,
  .ratio::before {
    display: none !important;
    content: none !important;
    padding-bottom: 0 !important;
  }

  /* IMAGEN GRANDE */
  .card__media img,
  .card .media img,
  .card__media .media img,
  .product-card-wrapper img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    opacity: 1 !important;
    border-radius: 0 !important;
  }

  /* OCULTAR TEXTOS SOBRE LA IMAGEN */
  .card__inner .card__content,
  .card__inner .card__heading,
  .card__media .card__heading {
    display: none !important;
  }

  /* INFO DEBAJO */
  .card > .card__content,
  .card__content,
  .card__information,
  .card-information {
    display: block !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 10px 0 0 0 !important;
    margin: 0 !important;
    text-align: left !important;
    background: transparent !important;
  }

  /* NOMBRE */
  .card__heading,
  .card__heading a,
  .card-information__text,
  .full-unstyled-link {
    display: block !important;
    font-size: 0.95rem !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    color: #111 !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    text-align: left !important;
  }

  /* PRECIO */
  .card-information .price,
  .card__information .price,
  .price {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    position: static !important;
  }

  .price .price-item,
  .price-item--regular,
  .price-item--sale {
    font-size: 1.35rem !important;
    line-height: 1.05 !important;
    font-weight: 600 !important;
    letter-spacing: -0.035em !important;
    color: #111 !important;
  }

  /* TÍTULO SECCIÓN */
  .collection__title,
  .collection__title h2,
  h2.title,
  .title {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
  }
}
/* =========================================================
   FRASE HERO — MÁS GRANDE (MÓVIL)
========================================================= */

@media screen and (max-width: 749px) {

  .banner__text,
  .slideshow__text {
    font-size: 1.15rem !important;  /* antes ~0.9 - 1rem */
    line-height: 1.5 !important;
    letter-spacing: 0.01em !important;
    opacity: 0.9;
  }

}
.banner__text {
  font-weight: 400 !important;
  max-width: 28ch; /* hace el texto más elegante */
}
/* =========================================================
   FRASE HERO — FIX DEFINITIVO (FUNCIONA SI O SI)
========================================================= */

@media screen and (max-width: 749px) {

  /* TODAS LAS POSIBLES CLASES DEL TEXTO DEL HERO */
  .banner__content p,
  .banner__content .rte,
  .banner__content .banner__text,
  .slideshow__text,
  .slideshow__content p,
  .slideshow__content .rte,
  .image-banner__text,
  .rich-text__text,
  .rich-text p {
    
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.01em !important;
    opacity: 0.9 !important;
  }

}
/* =========================================
   FOOTER — COPYRIGHT CENTRADO FORZADO FINAL
========================================= */

.footer__content-bottom,
.footer__content-bottom .page-width,
.footer__content-bottom-wrapper,
.footer__column,
.footer__column--info,
.footer__copyright {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.footer__copyright,
.footer__copyright *,
.footer small,
.footer__content-bottom small,
.footer__content-bottom-wrapper small {
  text-align: center !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.footer__payment,
.footer .list-payment {
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* =========================================================
   FRASE HERO — FIX DEFINITIVO REAL (TU CASO)
========================================================= */

@media screen and (max-width: 749px) {

  /* Texto exacto del banner (rich text) */
  .banner__content .rte,
  .banner__content .rte p,
  .banner__content p {
    
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
    letter-spacing: 0.01em !important;
    color: rgba(0,0,0,0.85) !important;
  }

}
/* =========================================================
   ANGELSWHERE — SEPARACIÓN TÍTULO "MÁS VENDIDOS" MÓVIL
========================================================= */

@media screen and (max-width: 749px) {

  /* Baja el título de la colección después del banner */
  .featured-collection .collection__title,
  .featured-collection .title-wrapper,
  .collection .collection__title,
  .collection .title-wrapper {
    margin-top: 1.4rem !important;
    margin-bottom: 1.1rem !important;
    padding-top: 0 !important;
  }

  /* Título "Más vendidos" */
  .featured-collection h2,
  .featured-collection .title,
  .collection__title h2,
  h2.title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.15 !important;
  }

  /* Por si la sección viene justo después del hero */
  .shopify-section + .shopify-section .collection__title,
  .shopify-section + .shopify-section .title-wrapper {
    margin-top: 1.4rem !important;
  }
}
/* =========================================================
   ANGELSWHERE — FRASE “PRENDAS DISEÑADAS...” MÁS GRANDE
   Solo móvil
========================================================= */

@media screen and (max-width: 749px) {

  /* Texto descriptivo de secciones editoriales */
  .image-with-text__text,
  .image-with-text__text p,
  .image-with-text .rte,
  .image-with-text .rte p,
  .banner__text,
  .banner__text p,
  .rich-text__text,
  .rich-text__text p,
  .multicolumn-card__info p,
  .section-template--image-with-text p {
    font-size: 1.05rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.01em !important;
    color: rgba(17,17,17,0.72) !important;
  }

  /* Si el texto está justo debajo de un título tipo "Minimalismo que destaca" */
  .image-with-text__content .rte,
  .image-with-text__content .rte p,
  .image-with-text__content p {
    font-size: 1.05rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.01em !important;
  }
}
/* =========================================================
   ANGELS WHERE — FOOTER MOBILE TYPO PREMIUM
   Texto del footer un poco más grande en móvil
========================================================= */

@media screen and (max-width: 749px) {

  /* Títulos footer */
  .footer-block__heading,
  .footer__heading,
  footer h2,
  footer h3 {
    font-size: 1.45rem !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 18px !important;
  }

  /* Links footer */
  .footer-block__details-content a,
  .footer a,
  .footer__content a,
  .list-menu__item--link {
    font-size: 1.08rem !important;
    line-height: 1.7 !important;
    letter-spacing: 0.01em !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.78) !important;
  }

  /* Espaciado vertical */
  .footer-block__details-content li,
  .footer__content-bottom li {
    margin-bottom: 12px !important;
  }

  /* Hover premium */
  .footer a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
  }
}
/* =========================================================
   ANGELS WHERE — FOOTER MOBILE SIZE FIX DEFINITIVO
   Aumenta MUCHÍSIMO el tamaño del footer en móvil
========================================================= */

@media screen and (max-width: 749px) {

  /* CONTENEDOR FOOTER */
  .footer,
  .footer * {
    text-align: left !important;
  }

  /* TÍTULOS PRINCIPALES */
  .footer-block__heading,
  .footer__heading,
  footer h2,
  footer h3,
  .footer .h4 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    color: #ffffff !important;
    margin-bottom: 18px !important;
  }

  /* LINKS FOOTER */
  .footer a,
  .footer-block__details-content a,
  .footer__content a,
  .list-menu__item--link,
  .footer-block li a {
    font-size: 15px !important;
    line-height: 1.8 !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    color: rgba(255,255,255,0.82) !important;
  }

  /* ESPACIADO */
  .footer-block__details-content li,
  .footer__content-bottom li,
  .footer .list-menu__item {
    margin-bottom: 14px !important;
  }

  /* COPYRIGHT */
  .footer__copyright,
  .copyright__content,
  .footer__content-bottom-wrapper {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  /* HOVER PREMIUM */
  .footer a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    transform: translateX(2px);
    transition: all .25s ease;
  }

  /* MÁS PADDING */
  .footer-block {
    padding-bottom: 26px !important;
  }
}
/* =========================================================
   ANGELS WHERE — FOOTER MOBILE PREMIUM BALANCED
   Tamaño medio elegante y premium
========================================================= */

@media screen and (max-width: 749px) {

  /* TÍTULOS */
  .footer-block__heading,
  .footer__heading,
  footer h2,
  footer h3,
  .footer .h4 {
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 650 !important;
    letter-spacing: -0.01em !important;
    color: #ffffff !important;
    margin-bottom: 16px !important;
  }

  /* LINKS */
  .footer a,
  .footer-block__details-content a,
  .footer__content a,
  .list-menu__item--link,
  .footer-block li a {
    font-size: 13.8px !important;
    line-height: 1.75 !important;
    font-weight: 450 !important;
    letter-spacing: 0.01em !important;
    color: rgba(255,255,255,0.82) !important;
  }

  /* ESPACIADO */
  .footer-block__details-content li,
  .footer .list-menu__item {
    margin-bottom: 11px !important;
  }

  /* COPYRIGHT */
  .footer__copyright,
  .copyright__content {
    font-size: 12px !important;
    opacity: 0.72 !important;
  }

  /* EFECTO HOVER */
  .footer a {
    transition: all .25s ease;
  }

  .footer a:hover {
    color: #ffffff !important;
    transform: translateX(2px);
  }
}
/* =========================================================
   ANGELS WHERE — FOOTER TITLES SAME SIZE
   Igualar "Explorar" e "Información legal"
========================================================= */

@media screen and (max-width: 749px) {

  /* TODOS LOS TITULOS DEL FOOTER */
  .footer-block__heading,
  .footer__heading,
  footer h2,
  footer h3,
  .footer .h4,
  .footer-block h2,
  .footer-block h3,
  .footer__blocks-wrapper .accordion__title {
    
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 650 !important;
    letter-spacing: -0.01em !important;
    color: #ffffff !important;
    opacity: 1 !important;
    
    margin-bottom: 18px !important;
    
    text-transform: none !important;
  }

  /* QUITA ESTILOS DIFERENTES ENTRE BLOQUES */
  .footer-block {
    opacity: 1 !important;
  }
}
/* =========================================================
   ANGELSWHERE — FAQ DESPLEGABLE DOBLE PREMIUM
========================================================= */

.aw-product-faq {
  margin: 2rem 0 0 !important;
  padding: 0 !important;
}

.aw-product-faq details {
  border: 0 !important;
}

.aw-product-faq summary {
  list-style: none !important;
  cursor: pointer !important;
}

.aw-product-faq summary::-webkit-details-marker {
  display: none !important;
}

/* BLOQUE PRINCIPAL */
.aw-faq-main {
  border-top: 1px solid rgba(0,0,0,.1) !important;
  border-bottom: 1px solid rgba(0,0,0,.1) !important;
}

/* TÍTULO PREGUNTAS FRECUENTES */
.aw-faq-main > summary {
  min-height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  color: #000 !important;
  padding: 0 !important;
}

.aw-faq-main > summary::after {
  content: "+" !important;
  width: 26px !important;
  height: 26px !important;
  border: 1px solid rgba(0,0,0,.18) !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  transition: all .22s ease !important;
}

.aw-faq-main[open] > summary::after {
  content: "−" !important;
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

/* CONTENIDO INTERIOR */
.aw-faq-inner {
  padding: 0 0 .7rem 0 !important;
}

/* CADA PREGUNTA */
.aw-faq-inner details {
  border-top: 1px solid rgba(0,0,0,.08) !important;
}

.aw-faq-inner details:first-child {
  border-top: 0 !important;
}

.aw-faq-inner summary {
  min-height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  font-size: .98rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
  color: #111 !important;
  padding: 0 !important;
}

.aw-faq-inner summary::after {
  content: "+" !important;
  flex: 0 0 auto !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #111 !important;
  transition: transform .22s ease !important;
}

.aw-faq-inner details[open] summary::after {
  content: "−" !important;
}

/* RESPUESTAS */
.aw-faq-inner p {
  margin: 0 !important;
  padding: 0 2.2rem 1.05rem 0 !important;
  font-size: .93rem !important;
  line-height: 1.65 !important;
  color: rgba(0,0,0,.62) !important;
  text-align: left !important;
}

/* MÓVIL */
@media screen and (max-width: 749px) {
  .aw-product-faq {
    margin-top: 1.6rem !important;
  }

  .aw-faq-main > summary {
    min-height: 60px !important;
    font-size: 1.08rem !important;
  }

  .aw-faq-inner summary {
    min-height: 54px !important;
    font-size: .96rem !important;
  }

  .aw-faq-inner p {
    font-size: .91rem !important;
  }
}
/* =========================================================
   ANGELSWHERE — FAQ DOBLE MÁS GRANDE + MÁS ARRIBA
========================================================= */

/* Subir el bloque justo debajo de recomendados/precios */
.aw-product-faq {
  margin-top: 0.8rem !important;
  padding-top: 0 !important;
}

/* Bloque principal */
.aw-faq-main {
  border-top: 1px solid rgba(0,0,0,0.12) !important;
  border-bottom: 1px solid rgba(0,0,0,0.12) !important;
}

/* Título Preguntas frecuentes */
.aw-faq-main > summary {
  min-height: 70px !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  color: #000000 !important;
  letter-spacing: -0.025em !important;
}

/* Icono + más visible */
.aw-faq-main > summary::after {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  font-size: 1.15rem !important;
  border-color: rgba(0,0,0,0.28) !important;
  color: #000 !important;
}

/* Preguntas internas */
.aw-faq-inner summary {
  min-height: 64px !important;
  font-size: 1.1rem !important;
  font-weight: 650 !important;
  color: #050505 !important;
}

/* Respuestas internas */
.aw-faq-inner p {
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: rgba(0,0,0,0.68) !important;
}

/* Móvil */
@media screen and (max-width: 749px) {
  .aw-product-faq {
    margin-top: 0.6rem !important;
  }

  .aw-faq-main > summary {
    min-height: 66px !important;
    font-size: 1.24rem !important;
  }

  .aw-faq-inner summary {
    min-height: 60px !important;
    font-size: 1.04rem !important;
  }

  .aw-faq-inner p {
    font-size: 0.98rem !important;
  }
}
/* =========================================================
   ANGELSWHERE — FAQ TITLE PREMIUM ALIGN FIX
========================================================= */

.aw-faq-main > summary {
  
  /* MÁS GRANDE */
  font-size: 1.42rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: #000 !important;

  /* ALINEACIÓN */
  padding-left: 0.9rem !important;
  padding-right: 0.2rem !important;

  /* ALTURA */
  min-height: 72px !important;

  /* CENTRADO VISUAL */
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  /* MÁS LIMPIO */
  margin: 0 !important;
}

/* TEXTO INTERIOR */
.aw-faq-main > summary span,
.aw-faq-main > summary .summary__title {
  font-size: 1.42rem !important;
  font-weight: 800 !important;
  color: #000 !important;
  line-height: 1.15 !important;
}

/* ICONO + */
.aw-faq-main > summary::after {
  margin-left: auto !important;
  margin-right: 0.2rem !important;
}

/* MÓVIL */
@media screen and (max-width: 749px) {

  .aw-faq-main > summary {
    font-size: 1.3rem !important;
    padding-left: 1rem !important;
    min-height: 68px !important;
  }

  .aw-faq-main > summary span,
  .aw-faq-main > summary .summary__title {
    font-size: 1.3rem !important;
  }
}
/* =========================================================
   ANGELSWHERE — FAQ PREGUNTAS INTERNAS MÁS GRANDES MÓVIL
========================================================= */

@media screen and (max-width: 749px) {

  /* Preguntas internas */
  .aw-faq-inner summary,
  .aw-faq-inner summary span,
  .aw-faq-inner .summary__title {
    font-size: 1.08rem !important;
    line-height: 1.35 !important;
    font-weight: 650 !important;
    letter-spacing: -0.015em !important;
    color: #050505 !important;
  }

  /* Más altura para que respire */
  .aw-faq-inner summary {
    min-height: 64px !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  /* Icono + */
  .aw-faq-inner summary::after {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
  }

  /* Respuestas cuando se abren */
  .aw-faq-inner p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }
}
/* =========================================================
   ANGELSWHERE — FAQ MOBILE MÁS GRANDE DEFINITIVO
========================================================= */

@media screen and (max-width: 749px) {

  /* =====================================================
     PREGUNTAS
  ===================================================== */

  .aw-faq-inner summary,
  .aw-faq-inner summary span,
  .aw-faq-inner .summary__title {

    font-size: 1.18rem !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;

    color: #050505 !important;
  }

  /* MÁS ESPACIO ENTRE PREGUNTAS */
  .aw-faq-inner summary {
    min-height: 74px !important;

    padding-top: 0.55rem !important;
    padding-bottom: 0.55rem !important;

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

  /* ICONO + */
  .aw-faq-inner summary::after {

    font-size: 1.35rem !important;

    width: 28px !important;
    height: 28px !important;

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

    border-radius: 999px !important;
  }

  /* =====================================================
     RESPUESTAS
  ===================================================== */

  .aw-faq-inner p,
  .aw-faq-inner .rte,
  .aw-faq-inner div {

    font-size: 1.06rem !important;
    line-height: 1.82 !important;

    color: rgba(0,0,0,0.72) !important;

    letter-spacing: -0.01em !important;
  }

  /* MÁS RESPIRACIÓN */
  .aw-faq-inner details[open] {

    padding-bottom: 1rem !important;
  }

  /* CONTENIDO ABIERTO */
  .aw-faq-inner .accordion__content,
  .aw-faq-inner .rte {

    padding-top: 0.3rem !important;
    padding-right: 1rem !important;
  }
}
/* ================================
   ANGELS WHERE - COLOR SWATCHES
   Convierte botones de color en círculos
================================ */

.product-form__input input[name*="Color"] + label,
.product-form__input input[name*="color"] + label {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  border: 1px solid #d8d8d8 !important;
  box-shadow: none !important;
}

/* Negro */
.product-form__input input[value="Negro"] + label {
  background: #050505 !important;
}

/* Gris */
.product-form__input input[value="Gris"] + label {
  background: #d9d9d9 !important;
}

/* Blanco */
.product-form__input input[value="Blanco"] + label {
  background: #ffffff !important;
}

/* Rosa */
.product-form__input input[value="Rosa"] + label {
  background: #f4a7bd !important;
}

/* Azul */
.product-form__input input[value="Azul"] + label {
  background: #b9d6ff !important;
}

/* Color seleccionado */
.product-form__input input[name*="Color"]:checked + label,
.product-form__input input[name*="color"]:checked + label {
  border: 2px solid #111111 !important;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #111111 !important;
}

/* Mantener tallas como botones normales */
.product-form__input input[name*="Talla"] + label,
.product-form__input input[name*="talla"] + label,
.product-form__input input[name*="Size"] + label,
.product-form__input input[name*="size"] + label {
  width: auto !important;
  height: auto !important;
  min-width: 44px !important;
  border-radius: 999px !important;
  padding: 9px 18px !important;
  font-size: 13px !important;
  color: inherit !important;
  background: transparent !important;
}
/* ========================================
   ANGELS WHERE — CLEAN PREMIUM FIXES
======================================== */

/* Evita elementos superpuestos */
* {
  box-sizing: border-box;
}

/* Imágenes siempre limpias */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Contenedores sin overflow raro */
.product,
.product__info-wrapper,
.product__media-wrapper,
.product__media-list,
.slider,
.slider__slide,
.card,
.card__content,
.collection,
.collection__view-all {
  overflow: hidden !important;
}

/* Galería de producto limpia */
.product__media-wrapper {
  width: 100%;
}

.product__media {
  border-radius: 0 !important;
  overflow: hidden;
}

.product__media img {
  width: 100%;
  object-fit: cover;
}

/* Espaciados premium */
.product__info-container > * {
  margin-bottom: 18px !important;
}

/* Título producto */
.product__title h1 {
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
}

/* Precio limpio */
.price {
  line-height: 1 !important;
}

/* Botones sin deformarse */
button,
.button,
.product-form__submit {
  min-height: 52px;
  border-radius: 0 !important;
}

/* Variantes */
.product-form__input {
  margin-bottom: 18px !important;
}

/* Círculos color */
.product-form__input input[type="radio"] + label {
  transition: all 0.2s ease;
}

/* Color seleccionado */
.product-form__input input[type="radio"]:checked + label {
  transform: scale(1.05);
}

/* Tallas */
.product-form__input input[name*="Talla"] + label,
.product-form__input input[name*="Size"] + label {
  min-width: 48px;
  text-align: center;
}

/* Carrusel thumbnails */
.thumbnail-slider {
  overflow-x: auto;
  scrollbar-width: none;
}

.thumbnail-slider::-webkit-scrollbar {
  display: none;
}

/* Evita texto desbordado */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button {
  overflow-wrap: break-word;
}

/* Footer limpio */
.footer {
  overflow: hidden;
}

/* FAQ */
.accordion,
.faq,
.collapsible-content {
  overflow: hidden;
}

/* Inputs */
input,
select,
textarea {
  max-width: 100%;
}

/* Drawer carrito */
drawer-cart,
.cart-drawer {
  overflow-x: hidden;
}

/* Menú móvil */
.menu-drawer {
  overflow-x: hidden;
}

/* Responsive móvil */
@media screen and (max-width: 749px) {

  body {
    overflow-x: hidden !important;
  }

  .page-width {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .product {
    gap: 24px !important;
  }

  .product__media img {
    width: 100%;
  }

  .product__info-container {
    padding-top: 0 !important;
  }

  .slider.slider--mobile {
    overflow-x: auto !important;
  }

  .thumbnail-slider {
    margin-top: 10px;
  }

  .product-form__buttons {
    width: 100%;
  }

  .product-form__submit {
    width: 100%;
  }
}

/* Desktop limpio */
@media screen and (min-width: 750px) {

  .product {
    column-gap: 60px !important;
  }

  .product__media-wrapper {
    max-width: 58%;
  }

  .product__info-wrapper {
    max-width: 42%;
  }
}
