/** Shopify CDN: Minification failed

Line 1031:0 Unexpected "}"

**/
/**
 * Seasons — sistema visual premium (global).
 * Mobile-first · sin transition:all · selectores del tema Horizon.
 */

/* ==========================================================================
   1. Tokens de diseño
   ========================================================================== */

:root {
  --seasons-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --seasons-duration: 0.3s;
  --seasons-radius-sm: 4px;
  --seasons-radius-md: 8px;
  --seasons-radius-lg: 12px;
  --seasons-shadow-rest: 0 1px 4px rgb(0 0 0 / 0.04);
  --seasons-shadow-soft: 0 2px 12px rgb(0 0 0 / 0.05);
  --seasons-shadow-lift: 0 8px 28px rgb(0 0 0 / 0.08);
  --seasons-shadow-pressed: 0 2px 6px rgb(0 0 0 / 0.04);
  --seasons-shadow-menu: 0 12px 40px rgb(0 0 0 / 0.07);
  --seasons-space-2: 8px;
  --seasons-space-3: 12px;
  --seasons-space-4: 16px;
  --seasons-space-5: 20px;
  --seasons-space-6: 24px;
  --seasons-space-8: 32px;
  --seasons-space-10: 40px;
  --seasons-text-primary: #1a1a1a;
  --seasons-text-heading: #1a1a1a;
  --seasons-text-muted: #555555;
  --seasons-text-link: #4a4038;
  --seasons-marquee-color: #6d5e54;
  --seasons-line-body: 1.65;
  --seasons-line-desc: 1.7;
  --seasons-line-heading: 1.45;
  --seasons-letter-h1: 0.06em;
  --seasons-letter-h2: 0.05em;
  --seasons-letter-h3: 0.04em;
  --seasons-card-zoom: 1.02;
  --seasons-copy-max: min(65ch, 600px);
}

/* ==========================================================================
   2. Tipografía, color y legibilidad (global)
   ========================================================================== */

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  color: var(--seasons-text-primary);
  line-height: var(--seasons-line-body);
}

p,
.paragraph,
.rte p,
.rte li,
.product-card__content,
.collection-card__content,
.menu-drawer__menu-item-text {
  color: var(--seasons-text-primary);
  line-height: var(--seasons-line-body);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h5,
h6,
.text-block.h1 :is(h1, h2, h3, h4, h5, h6),
.text-block.h2 :is(h1, h2, h3, h4, h5, h6),
.text-block.h3 :is(h1, h2, h3, h4, h5, h6),
.text-block.h1 > *,
.text-block.h2 > *,
.text-block.h3 > *,
.rte :is(h1, h2, h3, h4, h5, h6) {
  color: var(--seasons-text-heading);
  line-height: var(--seasons-line-heading);
  font-family: var(--font-heading--family, inherit);
}

h1,
.h1,
.text-block.h1 > * {
  letter-spacing: var(--seasons-letter-h1);
}

h2,
.h2,
.text-block.h2 > * {
  letter-spacing: var(--seasons-letter-h2);
}

h3,
.h3,
.text-block.h3 > * {
  letter-spacing: var(--seasons-letter-h3);
}

.rte {
  color: var(--seasons-text-primary);
  line-height: var(--seasons-line-body);
}

.rte h1,
.rte h2,
.rte h3 {
  line-height: var(--seasons-line-heading);
}

/* Enlaces inline editoriales (no botones) */
.rte :is(p, ul, ol, table) a:where(:not(.button, .button-secondary)),
.rte a:where(:not(.button, .button-secondary)),
.text-block.rte a:where(:not(.button, .button-secondary)),
p a:where(:not(.button, .button-secondary)) {
  text-decoration: none;
  color: var(--seasons-text-link);
  border-bottom: 1px solid rgb(74 64 56 / 0.35);
  padding-bottom: 2px;
  transition:
    border-color var(--seasons-duration) var(--seasons-ease),
    opacity var(--seasons-duration) var(--seasons-ease),
    color var(--seasons-duration) var(--seasons-ease);
}

@media (hover: hover) and (pointer: fine) {
  .rte :is(p, ul, ol, table) a:where(:not(.button, .button-secondary)):hover,
  .rte a:where(:not(.button, .button-secondary)):hover,
  .text-block.rte a:where(:not(.button, .button-secondary)):hover,
  p a:where(:not(.button, .button-secondary)):hover {
    color: var(--seasons-text-primary);
    border-bottom-color: rgb(26 26 26 / 0.55);
    opacity: 1;
  }
}

/* ==========================================================================
   2b. Cabeceras y descripciones de colección
   ========================================================================== */

/* Cabeceras de colección — menos aire vertical */
.template-collection main > .shopify-section:not(:has(.collection-wrapper)) .section.spacing-style {
  padding-block-start: var(--seasons-space-6) !important;
  padding-block-end: var(--seasons-space-6) !important;
}

@media screen and (min-width: 750px) {
  .template-collection main > .shopify-section:not(:has(.collection-wrapper)) .section.spacing-style {
    padding-block-start: var(--seasons-space-8) !important;
    padding-block-end: var(--seasons-space-8) !important;
  }
}

#shopify-section-section_RFdQjr,
#shopify-section-section_tBzUQK {
  border-bottom: 1px solid rgb(74 64 56 / 0.12);
}

.template-collection main .shopify-section .section .text-block {
  width: 100%;
  --width: 100%;
  max-width: var(--seasons-copy-max);
  margin-inline: auto;
  text-align: center;
}

.template-collection main .shopify-section .section .text-block rte-formatter,
.template-collection main .shopify-section .section .text-block > rte-formatter {
  width: 100%;
}

.template-collection main .shopify-section .section .text-block :is(h1, h2, h3) {
  font-size: clamp(1.35rem, 4.5vw, 2.125rem);
  font-weight: var(--font-heading--weight, 400);
  margin-block: 0 var(--seasons-space-3);
}

.template-collection main .shopify-section .section .text-block :is(h2, h3) {
  font-size: clamp(1.15rem, 3.5vw, 1.625rem);
}

@media screen and (max-width: 749px) {
  .template-collection main .shopify-section .section .text-block :is(h1, h2) {
    font-size: clamp(1.2rem, 5.5vw, 1.65rem);
    letter-spacing: 0.045em;
  }
}

.template-collection main .shopify-section .section .text-block p {
  color: var(--seasons-text-muted);
  line-height: var(--seasons-line-desc);
  max-width: var(--seasons-copy-max);
  margin-inline: auto;
}

.template-collection main .shopify-section .section .text-block:has(:is(h1, h2, h3)) :is(h1, h2, h3),
.template-collection main .shopify-section .section .text-block:has(:is(h1, h2, h3)) :is(h1, h2, h3) strong {
  color: var(--seasons-text-heading);
}

.template-collection main .shopify-section .section .text-block:has(:is(h1, h2, h3)) p {
  color: var(--seasons-text-muted);
}

.template-collection main .shopify-section .section .text-block p strong {
  color: var(--seasons-text-primary);
  font-weight: 600;
}

.template-collection main .shopify-section .section .text-block.custom-color > :is(h1, h2, h3, h4, h5, h6) {
  color: var(--seasons-text-heading) !important;
}

.template-collection main .shopify-section .section .text-block.custom-color p {
  color: var(--seasons-text-muted) !important;
}

/* No aplicar layout editorial al grid de productos */
.template-collection .shopify-section:has(.collection-wrapper) .text-block {
  width: var(--width);
  --width: var(--width);
  max-width: 100%;
  margin-inline: unset;
  text-align: var(--text-align-default, left);
}

/* ==========================================================================
   2c. Marquee — barra deslizante refinada
   ========================================================================== */

marquee-component.spacing-style {
  padding-block: var(--seasons-space-4);
}

marquee-component .text-block,
marquee-component .text-block p,
marquee-component .text-block :is(h1, h2, h3, h4, h5, h6),
marquee-component .marquee__content :is(p, h1, h2, h3, h4, h5, h6) {
  font-size: 0.85rem !important;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--seasons-marquee-color) !important;
  text-transform: none;
}

marquee-component .text-block strong,
marquee-component .text-block b {
  color: var(--seasons-marquee-color) !important;
  font-weight: 600;
}

marquee-component .text-block.custom-color > *,
marquee-component .text-block[style*='--color: var(--color-primary)'] {
  color: var(--seasons-marquee-color) !important;
}

/* ==========================================================================
   3. Formularios y entradas (global)
   ========================================================================== */

input:not([type='checkbox'], [type='radio'], [type='hidden'], [type='submit'], [type='button']),
textarea,
select,
.field__input {
  border-radius: max(var(--style-border-radius-inputs), var(--seasons-radius-sm));
  transition:
    border-color var(--seasons-duration) var(--seasons-ease),
    box-shadow var(--seasons-duration) var(--seasons-ease),
    background-color var(--seasons-duration) var(--seasons-ease);
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.field__input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px rgb(var(--color-foreground-rgb) / 0.14);
}

input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible),
.field__input:focus:not(:focus-visible) {
  outline: none;
}

.predictive-search-form__field .field__input,
.search-modal__form .field__input,
.blog-post-comments__form-input {
  border-radius: max(var(--style-border-radius-inputs), var(--seasons-radius-sm));
}

/* ==========================================================================
   4. Navegación y cabecera
   ========================================================================== */

.menu-list__link-title {
  position: relative;
}

.menu-list__link-title::before {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  background-color: currentcolor;
  opacity: 0.55;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--seasons-duration) var(--seasons-ease);
}

@media (hover: hover) and (pointer: fine) {
  .menu-list__list-item:hover .menu-list__link-title::before,
  .menu-list__list-item:focus-within .menu-list__link-title::before {
    transform: scaleX(1);
  }
}

.menu-list__link--active .menu-list__link-title::before {
  transform: scaleX(1);
  opacity: 0.85;
}

.mega-menu__link {
  transition:
    opacity var(--seasons-duration) var(--seasons-ease),
    color var(--seasons-duration) var(--seasons-ease);
}

@media (hover: hover) and (pointer: fine) {
  .mega-menu__link:hover {
    opacity: 0.72;
  }
}

.menu-list__submenu-inner {
  background-color: #FBF9F6 !important;
  border: 1px solid rgba(74, 64, 56, 0.08) !important;
  box-shadow: 0 12px 36px rgba(74, 64, 56, 0.06) !important;
  border-radius: var(--seasons-radius-md) !important;
  margin-top: 4px;
}

/* Tipografía Serif en mayúsculas y espaciado premium para enlaces de menú */
.menu-list__submenu-inner .mega-menu__link {
  font-family: var(--font-heading--family, serif) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  font-weight: 500 !important;
}

.menu-list__submenu-inner .mega-menu__link:not(.mega-menu__link--parent) {
  font-size: 0.75rem !important;
  opacity: 0.85;
}

.menu-list__submenu-inner .mega-menu__link--parent {
  font-size: 0.85rem !important;
  border-bottom: 1px solid rgba(74, 64, 56, 0.08);
  padding-bottom: 6px !important;
  margin-bottom: 8px !important;
  display: block !important;
  width: 100%;
}

/* Transición y fade-in suave para el submenu en escritorio */
@media screen and (min-width: 750px) {
  .menu-list__submenu {
    transition: opacity 0.3s var(--seasons-ease), transform 0.3s var(--seasons-ease), visibility 0.3s var(--seasons-ease) !important;
  }
  
  .menu-list__submenu-inner {
    opacity: 0;
    transform: translateY(10px) !important;
    transition: opacity 0.3s var(--seasons-ease), transform 0.3s var(--seasons-ease) !important;
  }

  .menu-list__list-item:has([aria-expanded='true']) > .menu-list__submenu .menu-list__submenu-inner,
  .menu-list__submenu:hover .menu-list__submenu-inner {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

.menu-drawer__menu-item-text {
  position: relative;
  display: inline-block;
}

.menu-drawer__menu-item-text::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  background: currentcolor;
  opacity: 0.45;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--seasons-duration) var(--seasons-ease);
}

@media (hover: hover) and (pointer: fine) {
  .menu-drawer__menu-item:hover .menu-drawer__menu-item-text::after,
  .menu-drawer__menu-item:focus-visible .menu-drawer__menu-item-text::after {
    transform: scaleX(1);
  }
}

.header-actions__action,
.account-button {
  transition: opacity var(--seasons-duration) var(--seasons-ease);
}

@media (hover: hover) and (pointer: fine) {
  .header-actions__action:hover,
  .account-button:hover {
    opacity: 0.72;
  }
}

/* ==========================================================================
   5. Tarjetas de producto y colección (grids)
   ========================================================================== */

/* Títulos de producto — proporción fina, consistente y premium */
.product-card .text-block :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
.product-card :is(.h4, h3.h4, h4),
.product-card .text-block.h4 > *,
.product-card .text-block.h5 > *,
.product-card product-title,
.product-card .product-card-gallery__title-placeholder h3,
.product-grid__card :is(.h4, h4),
.resource-list__item .product-card :is(.h4, h4) {
  font-family: var(--font-body--family, inherit);
  font-weight: 500 !important;
  color: var(--seasons-text-primary) !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  line-height: 1.35 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  height: 38px !important;
  margin-block: 0 !important;
  font-size: 14px !important;
}

@media screen and (min-width: 750px) {
  .product-card .text-block :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  .product-card :is(.h4, h3.h4, h4),
  .product-card .text-block.h4 > *,
  .product-card .text-block.h5 > *,
  .product-card product-title,
  .product-card .product-card-gallery__title-placeholder h3,
  .product-grid__card :is(.h4, h4),
  .resource-list__item .product-card :is(.h4, h4) {
    font-size: 17px !important;
    height: 46px !important;
  }
}

/* Precios en tarjetas de producto — proporción visual correcta */
.product-card product-price {
  margin-block-start: var(--seasons-space-2) !important;
  width: 100% !important;
}

.product-card product-price .price {
  font-weight: 500 !important;
  color: var(--seasons-text-primary) !important;
  font-size: 13px !important;
}

.product-card product-price .compare-at-price {
  font-weight: 400 !important;
  color: var(--seasons-text-muted) !important;
  font-size: 13px !important;
  margin-inline-start: var(--seasons-space-2) !important;
}

@media screen and (min-width: 750px) {
  .product-card product-price .price {
    font-size: 15px !important;
  }
  .product-card product-price .compare-at-price {
    font-size: 15px !important;
  }
}


/* Imágenes cuadradas alineadas en rejilla */
.product-card .card-gallery,
.product-card .card-gallery .product-media-container,
.product-card .card-gallery slideshow-slide,
.collection-card .collection-card__image {
  aspect-ratio: 1 / 1;
  --gallery-aspect-ratio: 1 / 1;
}

.product-card .card-gallery .product-media-container,
.product-card .card-gallery .product-media-container--image {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-background-rgb, 255 255 255) / 1);
}

.product-card .card-gallery .product-media-container.constrain-height {
  max-height: none;
  height: 100%;
}

.product-card .card-gallery img,
.product-card .card-gallery .product-media__image,
.product-card .product-media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform var(--seasons-duration) var(--seasons-ease);
}

.product-card__content,
.collection-card__inner,
.predictive-search-results__card {
  border-radius: max(var(--style-border-radius-md), var(--seasons-radius-md));
  overflow: hidden;
  background-color: var(--color-background);
  box-shadow: var(--seasons-shadow-rest);
  transition: box-shadow var(--seasons-duration) var(--seasons-ease);
}

.product-card .product-card__image,
.product-card .card-gallery,
.collection-card__image,
.featured-blog-posts-card__image {
  border-radius: max(var(--style-border-radius-md), var(--seasons-radius-md));
  overflow: hidden;
  transform: scale(1);
  transition: transform var(--seasons-duration) var(--seasons-ease);
}

.card-hover-effect-subtle-zoom .product-card .product-card__image,
.card-hover-effect-subtle-zoom .product-card .card-gallery,
.card-hover-effect-subtle-zoom .collection-card__image,
.card-hover-effect-subtle-zoom .featured-blog-posts-card__image {
  transition: transform var(--seasons-duration) var(--seasons-ease);
}

@media (hover: hover) and (pointer: fine) {
  .product-card:hover .product-card__content,
  .collection-card:hover .collection-card__inner,
  .predictive-search-results__card:hover {
    box-shadow: var(--seasons-shadow-soft);
  }

  .card-hover-effect-subtle-zoom .product-card:hover .product-card__image,
  .card-hover-effect-subtle-zoom .product-card:hover .card-gallery,
  .card-hover-effect-subtle-zoom .collection-card:hover .collection-card__image,
  .card-hover-effect-subtle-zoom .featured-blog-posts-card:hover .featured-blog-posts-card__image,
  .card-hover-effect-subtle-zoom .predictive-search-results__card:hover .predictive-search-results__inner {
    transform: scale(var(--seasons-card-zoom));
  }

  .product-card:hover .product-card__image,
  .product-card:hover .card-gallery,
  .collection-card:hover .collection-card__image {
    will-change: transform;
  }
}

/* Evita CLS: no elevamos la tarjeta entera, solo imagen + sombra del contenedor */
.product-card,
.collection-card {
  transform: none;
}

.resource-list,
.product-grid {
  row-gap: max(var(--resource-list-row-gap-desktop, var(--product-grid-gap, 16px)), var(--seasons-space-4));
}

@media screen and (max-width: 749px) {
  .resource-list,
  .product-grid {
    row-gap: var(--seasons-space-4);
    column-gap: var(--seasons-space-3);
  }

  [product-grid-view='default'] {
    --product-grid-gap: var(--seasons-space-4);
  }
}

/* ==========================================================================
   6. Blog y contenido editorial
   ========================================================================== */

.featured-blog-posts-card__inner {
  border-radius: max(var(--style-border-radius-md), var(--seasons-radius-md));
  overflow: hidden;
  box-shadow: var(--seasons-shadow-rest);
  transition: box-shadow var(--seasons-duration) var(--seasons-ease);
}

@media (hover: hover) and (pointer: fine) {
  .featured-blog-posts-card:hover .featured-blog-posts-card__inner {
    box-shadow: var(--seasons-shadow-soft);
  }
}

main .shopify-section:not(.header-section) .section .rte,
main .shopify-section:not(.header-section) .text-block.rte {
  max-width: var(--seasons-copy-max);
  margin-inline: auto;
}

main .shopify-section:not(.header-section) .section .rte > * + * {
  margin-block-start: var(--seasons-space-4);
}

@media screen and (max-width: 749px) {
  main .shopify-section:not(.header-section) .section {
    padding-inline: var(--seasons-space-4);
  }

  main .shopify-section:not(.header-section) .section--full-width {
    padding-inline: 0;
  }
}

/* ==========================================================================
   7. Footer y bloques de confianza
   ========================================================================== */

footer .footer-content {
  gap: max(var(--footer-gap, var(--seasons-space-6)), var(--seasons-space-6));
  padding-inline: var(--seasons-space-4);
  padding-block: var(--seasons-space-2);
}

footer .utilities {
  padding-block: var(--seasons-space-6) var(--seasons-space-4);
  padding-inline: var(--seasons-space-4);
  gap: max(var(--gap, var(--seasons-space-4)), var(--seasons-space-4));
}

footer .footer-content a,
footer .utilities a {
  text-decoration: none;
  transition: opacity var(--seasons-duration) var(--seasons-ease);
}

@media (hover: hover) and (pointer: fine) {
  footer .footer-content a:hover,
  footer .utilities a:hover {
    opacity: 0.68;
  }
}

.social-icons__icon-wrapper {
  transition:
    opacity var(--seasons-duration) var(--seasons-ease),
    transform var(--seasons-duration) var(--seasons-ease);
}

@media (hover: hover) and (pointer: fine) {
  .social-icons__icon-wrapper:hover {
    opacity: 0.75;
    transform: translateY(-2px);
  }
}

@media screen and (min-width: 750px) {
  footer .footer-content {
    padding-inline: var(--seasons-space-8);
  }

  footer .utilities {
    padding-inline: var(--seasons-space-8);
  }
}

/* ==========================================================================
   8. Botones y microinteracciones
   ========================================================================== */

.button:not(.button-unstyled),
.button-secondary:not(.button-unstyled),
.add-to-cart-button.button,
.add-to-cart-button.button-secondary,
.sticky-add-to-cart__button {
  border-radius: max(var(--style-border-radius-buttons-primary), var(--seasons-radius-sm));
  letter-spacing: 0.06em;
  transition:
    transform var(--seasons-duration) var(--seasons-ease),
    box-shadow var(--seasons-duration) var(--seasons-ease),
    background-color var(--seasons-duration) var(--seasons-ease),
    color var(--seasons-duration) var(--seasons-ease);
}

.button-secondary:not(.button-unstyled),
.add-to-cart-button.button-secondary {
  border-radius: max(var(--style-border-radius-buttons-secondary), var(--seasons-radius-sm));
}

@media (hover: hover) and (pointer: fine) {
  .button:not(.button-unstyled, :disabled, [aria-disabled='true']):hover,
  button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    box-shadow: var(--seasons-shadow-soft);
    transform: translateY(-1px);
  }

  .button-secondary:not(.button-unstyled, :disabled, [aria-disabled='true']):hover {
    box-shadow: var(--seasons-shadow-soft);
    transform: translateY(-1px);
  }

  .add-to-cart-button.button:not(:disabled, [aria-disabled='true']):hover,
  .sticky-add-to-cart__button:hover:not(:disabled) {
    box-shadow: var(--seasons-shadow-lift);
    transform: translateY(-2px);
  }
}

.button:not(.button-unstyled):active,
.button-secondary:not(.button-unstyled):active,
.add-to-cart-button:active,
.sticky-add-to-cart__button:active {
  transform: translateY(0);
  box-shadow: var(--seasons-shadow-pressed);
}

/* ==========================================================================
   9. Ficha de producto (PDP)
   ========================================================================== */

.product-information {
  --gap: var(--seasons-space-6);
}

@media screen and (max-width: 749px) {
  .product-information {
    --gap: var(--seasons-space-4);
  }

  .product-information .product-details {
    padding-inline: var(--seasons-space-4);
    padding-block: var(--seasons-space-4) var(--seasons-space-8);
  }

  .product-information .product-details > .group-block {
    gap: var(--seasons-space-4);
  }

  .product-information .buy-buttons-block {
    margin-block-start: var(--seasons-space-2);
  }

  .product-form-buttons {
    gap: var(--seasons-space-3);
  }
}

@media screen and (min-width: 750px) {
  .product-information .product-details {
    padding-block: var(--seasons-space-2) var(--seasons-space-6);
  }

  .product-information--media-left .product-details,
  .product-information--media-right .product-details {
    padding-inline: var(--seasons-space-4);
  }

  .product-details .text-block.h1,
  .product-details .text-block.h2 {
    margin-block-end: var(--seasons-space-2);
  }
}

.product-information .product-media-container,
.product-information .product-media-container img,
.product-information .product-media-container video {
  border-radius: var(--seasons-radius-lg);
  overflow: hidden;
}

.product-information media-gallery .product-media-container {
  box-shadow: var(--seasons-shadow-soft);
  transition: box-shadow var(--seasons-duration) var(--seasons-ease);
}

@media (hover: hover) and (pointer: fine) {
  .product-information media-gallery .product-media-container:hover {
    box-shadow: var(--seasons-shadow-lift);
  }
}

.product-details .quantity-selector {
  border-radius: max(var(--style-border-radius-inputs), var(--seasons-radius-sm));
  box-shadow: var(--seasons-shadow-soft);
  transition:
    box-shadow var(--seasons-duration) var(--seasons-ease),
    border-color var(--seasons-duration) var(--seasons-ease);
}

.product-details .variant-option__button-label {
  transition:
    background-color var(--seasons-duration) var(--seasons-ease),
    border-color var(--seasons-duration) var(--seasons-ease),
    box-shadow var(--seasons-duration) var(--seasons-ease);
}

@media (hover: hover) and (pointer: fine) {
  .product-details .variant-option__button-label:hover {
    box-shadow: var(--seasons-shadow-soft);
  }
}

.product-details .buy-buttons-block .add-to-cart-button {
  letter-spacing: 0.04em;
}

.product-details .product-form-buttons .add-to-cart-button.button {
  min-height: calc(var(--height-buy-buttons) + var(--seasons-space-2));
}

.sticky-add-to-cart__bar {
  box-shadow: var(--seasons-shadow-lift);
  border-radius: max(var(--style-border-radius-buttons-primary), var(--seasons-radius-lg));
  padding: var(--seasons-space-3);
  gap: var(--seasons-space-4);
}

.sticky-add-to-cart__image {
  border-radius: max(var(--style-border-radius-buttons-primary), var(--seasons-radius-md));
}

@media screen and (max-width: 749px) {
  .sticky-add-to-cart__bar {
    bottom: var(--seasons-space-4);
    left: var(--seasons-space-4);
    right: var(--seasons-space-4);
    width: auto;
    max-width: none;
    border-radius: var(--seasons-radius-lg);
    transform: translateY(calc(100% + var(--seasons-space-8)));
    padding: var(--seasons-space-3) var(--seasons-space-4);
  }

  .sticky-add-to-cart__bar[data-stuck='true'] {
    transform: translateY(0);
  }

  sticky-add-to-cart:not([data-variant-available='true']) .sticky-add-to-cart__bar {
    transform: translateY(calc(100% + var(--seasons-space-8)));
  }
}

/* ==========================================================================
   10. Proceso en 3 pasos (colecciones personalizadas)
   ========================================================================== */

.seasons-process {
  padding-inline: var(--seasons-space-4);
}

.seasons-process__title {
  margin: 0 auto var(--seasons-space-8);
  max-width: var(--seasons-copy-max);
  text-align: center;
  font-family: var(--font-heading--family);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  letter-spacing: var(--seasons-letter-h2);
  color: var(--seasons-text-heading);
}

.seasons-process__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--seasons-space-8);
}

@media screen and (min-width: 750px) {
  .seasons-process__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--seasons-space-6);
  }
}

.seasons-process__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
}

.seasons-process__media {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--seasons-radius-md);
  overflow: hidden;
  box-shadow: var(--seasons-shadow-soft);
  background-color: #f7f5f2;
  margin-bottom: var(--seasons-space-4);
}

.seasons-process__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: var(--seasons-radius-md);
  transition: transform var(--seasons-duration) var(--seasons-ease);
}

@media (hover: hover) and (pointer: fine) {
  .seasons-process__step:hover .seasons-process__image {
    transform: scale(1.02);
  }
}

.seasons-process__step-title {
  margin: 0 0 var(--seasons-space-2);
  font-family: var(--font-heading--family);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: var(--seasons-letter-h3);
  line-height: 1.35;
  color: var(--seasons-text-heading);
}

.seasons-process__step-text {
  margin: 0;
  max-width: 28ch;
  font-size: 0.9rem;
  line-height: var(--seasons-line-desc);
  color: var(--seasons-text-muted);
}

/* ==========================================================================
   11. Home — hero inspiración (section_VttBiX)
   ========================================================================== */

.template-index #shopify-section-section_VttBiX .text-block :is(h1, h2, h3, h4),
.template-index #shopify-section-section_VttBiX .text-block.h3 > *,
.template-index #shopify-section-section_VttBiX .text-block.h2 > * {
  font-family: var(--font-heading--family);
  letter-spacing: 0.05em;
  color: var(--seasons-text-heading);
}

.template-index #shopify-section-section_VttBiX .text-block.rte p {
  color: var(--seasons-text-muted);
  line-height: var(--seasons-line-desc);
  max-width: var(--seasons-copy-max);
}

.template-index #shopify-section-section_VttBiX .button {
  margin-block-start: var(--seasons-space-2);
}

/* ==========================================================================
   12. Accesibilidad — movimiento reducido
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  .button:not(.button-unstyled),
  .button-secondary:not(.button-unstyled),
  .add-to-cart-button,
  .sticky-add-to-cart__button,
  .product-card .card-gallery img,
  .seasons-process__image,
  .product-card .product-card__image,
  .product-card .card-gallery,
  .collection-card__image,
  .featured-blog-posts-card__image,
  .product-card__content,
  .collection-card__inner,
  .featured-blog-posts-card__inner,
  .product-information media-gallery .product-media-container,
  .product-details .quantity-selector,
  .product-details .variant-option__button-label,
  .menu-list__link-title::before,
  .menu-drawer__menu-item-text::after,
  .social-icons__icon-wrapper,
  .rte a:where(:not(.button, .button-secondary)),
  input,
  textarea,
  select,
  .field__input {
    transition: none;
  }

  .card-hover-effect-subtle-zoom .product-card:hover .product-card__image,
  .card-hover-effect-subtle-zoom .product-card:hover .card-gallery,
  .card-hover-effect-subtle-zoom .collection-card:hover .collection-card__image {
    transform: none;
  }

    @media (hover: hover) and (pointer: fine) {
      .button:not(.button-unstyled):hover,
      .add-to-cart-button:hover,
      .social-icons__icon-wrapper:hover {
        transform: none;
      }
    }
  }
}

/* ==========================================================================
   13. Home — Optimización Sección Imagen con Texto (section_exXtKN)
   ========================================================================== */

@media screen and (min-width: 750px) {
  #shopify-section-section_exXtKN .section-content-wrapper {
    align-items: center !important;
  }
  #shopify-section-section_exXtKN .section-content-wrapper > .group-block {
    align-self: center !important;
    height: auto !important;
  }
}

.seasons-home-cta-wrapper {
  margin-block-start: var(--seasons-space-5);
  width: 100%;
}

.cta-button-group {
  display: flex;
  flex-flow: row wrap;
  gap: var(--seasons-space-3);
}

.cta-button-group .btn-cta {
  min-width: 180px;
  justify-content: center;
  text-align: center;
}

.trust-microcopy {
  display: flex;
  align-items: center;
  gap: var(--seasons-space-3);
  font-family: var(--font-body--family);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  color: var(--seasons-text-muted);
  opacity: 0.9;
  margin-block-start: var(--seasons-space-5);
  border-top: 1px solid rgb(74 64 56 / 0.1);
  padding-block-start: var(--seasons-space-4);
  width: fit-content;
}

.trust-sep {
  color: rgb(74 64 56 / 0.25);
}

@media screen and (max-width: 749px) {
  .cta-button-group {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
  .cta-button-group .btn-cta {
    width: 100% !important;
    min-width: 0;
    display: grid !important;
    justify-content: center;
  }
  .trust-microcopy {
    width: 100%;
    justify-content: flex-start;
  }
}

/* ==========================================================================
   14. Colecciones — Split Header Premium
   ========================================================================== */
#shopify-section-section_RFdQjr,
#shopify-section-section_tBzUQK,
#shopify-section-section_RfqzAL {
  background-color: #FBF9F6 !important;
  border-bottom: 1px solid rgb(74 64 56 / 0.08) !important;
  padding-block: 0 !important;
}

.collection-split-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--seasons-space-6);
  padding-block: var(--seasons-space-8);
  max-width: var(--page-width, 1200px);
  margin-inline: auto;
}

.collection-split-header .header-col-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.collection-split-header .header-col-left h1 {
  font-family: var(--font-heading--family);
  font-size: clamp(1.5rem, 5vw, 2.25rem);
  color: var(--seasons-text-heading);
  margin-block-end: var(--seasons-space-4);
  line-height: var(--seasons-line-heading);
}

.collection-split-header .header-col-left .header-desc {
  font-size: 0.95rem;
  line-height: var(--seasons-line-desc);
  color: var(--seasons-text-muted);
  max-width: 55ch;
  margin-block-end: var(--seasons-space-4);
}

.collection-split-header .header-col-left .header-desc p + p {
  margin-block-start: var(--seasons-space-3);
}

.collection-split-header .header-col-left .header-desc .steps {
  font-weight: 500;
  color: var(--seasons-text-link);
}

.collection-split-header .header-col-left .header-extra {
  font-size: 0.85rem;
  color: var(--seasons-text-muted);
  border-top: 1px solid rgb(74 64 56 / 0.1);
  padding-block-start: var(--seasons-space-3);
  margin-block-start: var(--seasons-space-2);
  width: 100%;
  max-width: 55ch;
}

.collection-split-header .header-col-left .header-extra a {
  text-decoration: none;
  font-weight: 600;
  color: var(--seasons-text-link);
  border-bottom: 1px solid rgb(74 64 56 / 0.3);
  transition: opacity var(--seasons-duration) var(--seasons-ease);
}

.collection-split-header .header-col-left .header-extra a:hover {
  opacity: 0.8;
}

.collection-split-header .header-col-right {
  flex: 1;
  width: 100%;
}

.collection-split-header .header-image-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--seasons-radius-md);
  overflow: hidden;
  box-shadow: var(--seasons-shadow-soft);
}

.collection-split-header .header-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 990px) {
  .collection-split-header {
    flex-direction: row;
    align-items: stretch;
    gap: var(--seasons-space-10);
    padding-block: var(--seasons-space-10);
  }

  .collection-split-header .header-col-left {
    align-items: flex-start;
    text-align: left;
  }

  .collection-split-header .header-col-left h1 {
    font-size: clamp(2rem, 3vw, 2.5rem);
  }

  .collection-split-header .header-col-right {
    display: flex;
    align-items: center;
  }

  .collection-split-header .header-image-container {
    aspect-ratio: 4 / 3;
    height: 100%;
    max-height: 380px;
  }
}

/* Separación y Estilo del Marquee en las Colecciones */
.template-collection #shopify-section-marquee_PhbBzW {
  margin-block: var(--seasons-space-8) !important;
  border-block: 1px solid rgb(74 64 56 / 0.08) !important;
  background-color: #ffffff !important;
}

.collection-split-header .header-col-left .header-overline {
  font-family: var(--font-body--family);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--seasons-text-link);
  margin-block-end: var(--seasons-space-2);
  font-weight: 600;
}

/* ==========================================================================
   15. Carrito Lateral (Cart Drawer) — Upsell de Postal Premium
   ========================================================================== */

.cart-drawer__postal-upsell {
  margin-block: 20px !important;
  padding: 20px !important;
  background-color: #FBF9F6 !important;
  border: 1px solid rgba(74, 64, 56, 0.08) !important;
  text-align: center !important;
  border-radius: 6px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
}

.cart-drawer__postal-upsell-title {
  margin: 0 !important;
  font-family: var(--font-body--family, sans-serif) !important;
  font-weight: 500 !important;
  color: #4A4038 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.02em !important;
}

.cart-drawer__postal-upsell-btn {
  display: inline-block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  font-family: var(--font-heading--family, serif) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  padding: 12px 20px !important;
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
  border: 1px solid #1A1A1A !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: background-color var(--seasons-duration) var(--seasons-ease),
              color var(--seasons-duration) var(--seasons-ease),
              border-color var(--seasons-duration) var(--seasons-ease) !important;
  cursor: pointer !important;
  text-align: center !important;
}

.cart-drawer__postal-upsell-btn:hover {
  background-color: #4A4038 !important;
  border-color: #4A4038 !important;
  color: #FFFFFF !important;
}

/* ==========================================================================
   16. Regalos Corporativos — Hero Banner Premium
   ========================================================================== */

/* Añadir aire al contenedor principal del banner */
#shopify-section-hero_XbenzG .hero__container {
  padding-block: var(--seasons-space-12, 64px) !important;
}

/* Tarjeta contenedora minimalista (Glassmorphism sutil) */
#shopify-section-hero_XbenzG .hero__content-wrapper {
  background-color: rgba(251, 249, 246, 0.92) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: var(--seasons-space-8, 32px) var(--seasons-space-8, 32px) !important;
  border-radius: var(--seasons-radius-md, 8px) !important;
  border: 1px solid rgb(74 64 56 / 0.08) !important;
  max-width: 600px !important;
  margin-inline: auto !important;
  box-shadow: var(--seasons-shadow-soft) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

/* Refinamiento tipográfico del título Serif */
#shopify-section-hero_XbenzG .hero__content-wrapper h1 {
  font-family: var(--font-heading--family) !important;
  font-size: clamp(1.85rem, 3.5vw, 2.5rem) !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: var(--seasons-text-heading, #1A1A1A) !important;
  margin-block-end: var(--seasons-space-4, 16px) !important;
  font-weight: 500 !important;
}

/* Ajuste del párrafo descriptivo */
#shopify-section-hero_XbenzG .hero__content-wrapper p {
  max-width: 55ch !important;
  line-height: 1.6 !important;
  color: var(--seasons-text-muted, #4A4038) !important;
  font-size: 1.05rem !important;
  margin-block-end: var(--seasons-space-5, 20px) !important;
}

/* Rediseño premium del botón CTA */
#shopify-section-hero_XbenzG .hero__content-wrapper .button {
  background-color: var(--seasons-text-heading, #1A1A1A) !important;
  color: #ffffff !important;
  border: 1px solid var(--seasons-text-heading, #1A1A1A) !important;
  padding: 14px 28px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  border-radius: var(--seasons-radius-sm, 4px) !important;
  transition: background-color var(--seasons-duration) var(--seasons-ease),
              border-color var(--seasons-duration) var(--seasons-ease),
              transform var(--seasons-duration) var(--seasons-ease),
              box-shadow var(--seasons-duration) var(--seasons-ease) !important;
  display: inline-grid !important;
  align-content: center !important;
  cursor: pointer !important;
}

#shopify-section-hero_XbenzG .hero__content-wrapper .button:hover {
  background-color: var(--seasons-text-link, #4A4038) !important;
  border-color: var(--seasons-text-link, #4A4038) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: var(--seasons-shadow-soft) !important;
}

#shopify-section-hero_XbenzG .hero__content-wrapper .button:active {
  transform: translateY(0) !important;
  box-shadow: var(--seasons-shadow-pressed) !important;
}

/* ==========================================================================
   17. Regalos Corporativos — Optimización de Estructura y Formulario B2B
   ========================================================================== */

/* Alternancia de fondos: Sección de Características a Crema */
#shopify-section-section_Rha3WH {
  background-color: #FBF9F6 !important;
  border-block: 1px solid rgb(74 64 56 / 0.08) !important;
}

/* Homogeneizar paddings de las secciones inferiores */
#shopify-section-carousel_XDhtUU,
#shopify-section-section_Rha3WH,
#shopify-section-section_6X6q3X {
  padding-block: var(--seasons-space-12, 64px) !important;
}

/* Estilización Premium del Formulario de Contacto (Lead Generation) */
#shopify-section-section_6X6q3X {
  max-width: 650px !important;
  margin-inline: auto !important;
}

#shopify-section-section_6X6q3X .contact-form__input {
  background-color: transparent !important;
  border-width: 0 0 1px 0 !important; /* Solo línea inferior delgada */
  border-color: rgb(74 64 56 / 0.25) !important;
  border-radius: 0 !important;
  padding: 12px 4px !important;
  color: var(--seasons-text-primary, #1A1A1A) !important;
  font-family: var(--font-body--family) !important;
  font-size: 0.95rem !important;
  transition: border-color var(--seasons-duration) var(--seasons-ease) !important;
}

#shopify-section-section_6X6q3X .contact-form__input:focus {
  outline: none !important;
  border-color: var(--seasons-text-heading, #1A1A1A) !important;
  box-shadow: none !important;
}

#shopify-section-section_6X6q3X .contact-form__input::placeholder {
  color: rgb(74 64 56 / 0.5) !important;
}

/* Botón de envío del formulario - Hereda diseño premium oscuro/carbón */
#shopify-section-section_6X6q3X .button {
  background-color: var(--seasons-text-heading, #1A1A1A) !important;
  color: #ffffff !important;
  border: 1px solid var(--seasons-text-heading, #1A1A1A) !important;
  padding: 14px 40px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  border-radius: var(--seasons-radius-sm, 4px) !important;
  transition: background-color var(--seasons-duration) var(--seasons-ease),
              border-color var(--seasons-duration) var(--seasons-ease),
              transform var(--seasons-duration) var(--seasons-ease),
              box-shadow var(--seasons-duration) var(--seasons-ease) !important;
  cursor: pointer !important;
  margin-inline: auto !important;
  width: 100% !important;
}

@media screen and (min-width: 750px) {
  #shopify-section-section_6X6q3X .button {
    width: auto !important;
  }
}

#shopify-section-section_6X6q3X .button:hover {
  background-color: var(--seasons-text-link, #4A4038) !important;
  border-color: var(--seasons-text-link, #4A4038) !important;
  transform: translateY(-1px) !important;
  box-shadow: var(--seasons-shadow-soft) !important;
}

#shopify-section-section_6X6q3X .button:active {
  transform: translateY(0) !important;
  box-shadow: var(--seasons-shadow-pressed) !important;
}

/* ==========================================================================
   18. Sobre Nosotros — Optimización Editorial y de Contraste
   ========================================================================== */

/* 1. Hero Banner — Tarjeta flotante opaca (.hero-card) y contraste */
#shopify-section-hero_J4gFRW .hero__content-wrapper {
  background-color: #FBF9F6 !important;
  padding: var(--seasons-space-10, 40px) var(--seasons-space-12, 64px) !important;
  border-radius: 0px !important; /* Cantos limpios editoriales */
  border: 1px solid rgba(74, 64, 56, 0.08) !important;
  max-width: 680px !important;
  margin: var(--seasons-space-10, 40px) auto !important;
  box-shadow: var(--seasons-shadow-soft) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  z-index: 2 !important;
}

#shopify-section-hero_J4gFRW .hero__content-wrapper h1 {
  font-family: var(--font-heading--family) !important;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  letter-spacing: 0.1em !important; /* tracking espaciado */
  text-transform: uppercase !important;
  color: var(--seasons-text-heading, #1A1A1A) !important;
  font-weight: 500 !important;
  line-height: var(--seasons-line-heading, 1.2) !important;
  margin-block-end: var(--seasons-space-4, 16px) !important;
  text-align: center !important;
}

#shopify-section-hero_J4gFRW .hero__content-wrapper p {
  font-family: var(--font-body--family) !important;
  font-size: 1rem !important;
  letter-spacing: 0.05em !important;
  color: var(--seasons-text-muted, #555555) !important;
  line-height: 1.5 !important;
  text-align: center !important;
  max-width: 45ch !important;
  margin-inline: auto !important;
}

@media screen and (max-width: 749px) {
  #shopify-section-hero_J4gFRW .hero__content-wrapper {
    padding: var(--seasons-space-6, 24px) var(--seasons-space-4, 16px) !important;
    margin: var(--seasons-space-4, 16px) !important;
    width: calc(100% - 32px) !important;
  }
}

/* 2. Nuestra Historia — Fondo Lienzo, Grid Asimétrico y Retratos */
#shopify-section-section_xTNLmY {
  background-color: #FDFBF7 !important; /* tono cálido de lienzo */
  border-block: 1px solid rgb(74 64 56 / 0.06) !important;
  padding-block: 90px !important; /* aire vertical amplio */
}

#shopify-section-section_xTNLmY img {
  border-radius: 8px !important;
  box-shadow: var(--seasons-shadow-soft) !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform var(--seasons-duration) var(--seasons-ease) !important;
}

#shopify-section-section_xTNLmY img:hover {
  transform: scale(1.02) !important;
}

/* Textos e historia */
#shopify-section-section_xTNLmY h6 {
  font-family: var(--font-body--family) !important;
  font-size: 0.85rem !important;
  text-transform: uppercase !important; /* versalitas */
  letter-spacing: 0.15em !important;
  color: var(--seasons-text-link, #4A4038) !important;
  margin-block-start: 0 !important;
  margin-block-end: var(--seasons-space-2, 8px) !important;
  font-weight: 500 !important;
  display: block !important;
  text-align: left !important;
}

#shopify-section-section_xTNLmY h2 {
  font-family: var(--font-heading--family) !important;
  font-size: clamp(2.25rem, 4vw, 3.25rem) !important; /* imponente Serif */
  font-weight: 400 !important;
  color: var(--seasons-text-heading, #1A1A1A) !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  margin-block-start: 0 !important;
  margin-block-end: var(--seasons-space-6, 24px) !important;
  text-align: left !important;
  line-height: var(--seasons-line-heading, 1.25) !important;
}

#shopify-section-section_xTNLmY p {
  font-family: var(--font-body--family) !important;
  font-size: 1.125rem !important; /* 18px */
  line-height: 1.7 !important; /* interlineado amplio */
  color: var(--seasons-text-muted, #4A4038) !important;
  text-align: left !important;
  margin-block-end: var(--seasons-space-4, 16px) !important;
}

@media screen and (min-width: 990px) {
  #shopify-section-section_xTNLmY .section-content-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1.8fr !important; /* cuadrícula asimétrica */
    gap: var(--seasons-space-8, 32px) !important;
    align-items: center !important;
  }

  #shopify-section-section_xTNLmY .section-content-wrapper > :last-child {
    padding-inline-start: var(--seasons-space-6, 24px) !important;
  }
}

@media screen and (max-width: 989px) {
  #shopify-section-section_xTNLmY {
    padding-block: 60px !important;
  }

  #shopify-section-section_xTNLmY .section-content-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: var(--seasons-space-6, 24px) !important;
    align-items: center !important;
  }
  
  #shopify-section-section_xTNLmY img {
    max-width: 320px !important;
    margin-inline: auto !important;
  }
  
  #shopify-section-section_xTNLmY h2,
  #shopify-section-section_xTNLmY p {
    text-align: center !important;
  }
}

/* 3. Sección de Valores — Tarjetas minimalistas (.value-card) y grid centrado */
#shopify-section-section_QVwXb8 {
  padding-block: 90px !important; /* aire vertical amplio */
  background-color: #FBF9F6 !important; /* lienzo crema de fondo */
  border-bottom: 1px solid rgb(74 64 56 / 0.06) !important;
}

@media screen and (min-width: 990px) {
  #shopify-section-section_QVwXb8 .section-content-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important; /* 3 arriba y 2 abajo centrados */
    gap: 24px !important;
  }

  #shopify-section-section_QVwXb8 .group-block {
    flex: 0 1 calc(33.333% - 16px) !important;
    max-width: calc(33.333% - 16px) !important;
    min-width: 280px !important;
  }
}

@media screen and (max-width: 989px) {
  #shopify-section-section_QVwXb8 {
    padding-block: 60px !important;
  }

  #shopify-section-section_QVwXb8 .section-content-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    align-items: center !important;
  }

  #shopify-section-section_QVwXb8 .group-block {
    width: 100% !important;
    max-width: none !important;
  }
}

/* Estilos de tarjeta individual (.value-card) */
#shopify-section-section_QVwXb8 .group-block {
  background-color: #ffffff !important; /* fondo blanco puro contrastado */
  border: 1px solid rgba(74, 64, 56, 0.08) !important;
  border-radius: 8px !important;
  padding: 32px 24px !important;
  box-shadow: 0 4px 15px rgba(74, 64, 56, 0.02) !important;
  transition: transform var(--seasons-duration) var(--seasons-ease),
              box-shadow var(--seasons-duration) var(--seasons-ease) !important;
}

#shopify-section-section_QVwXb8 .group-block:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(74, 64, 56, 0.05) !important;
}

#shopify-section-section_QVwXb8 h2 {
  font-family: var(--font-heading--family) !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: var(--seasons-text-heading, #1A1A1A) !important;
  font-weight: 500 !important;
  margin-block-end: var(--seasons-space-3, 12px) !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: var(--seasons-space-3, 12px) !important;
}

#shopify-section-section_QVwXb8 h2 strong {
  font-family: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}

/* Espacio preparado para iconos SVG minimalistas superiores */
#shopify-section-section_QVwXb8 h2::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.75;
  margin-inline: auto !important;
}

#shopify-section-section_QVwXb8 p {
  font-family: var(--font-body--family) !important;
  font-size: 0.85rem !important;
  line-height: 1.5 !important;
  color: var(--seasons-text-muted, #555555) !important;
  text-align: center !important;
  max-width: 32ch !important;
  margin-inline: auto !important;
}

/* ==========================================================================
   19. Crea tu Caja — Menú de Filtros de Producto por Tipo
   ========================================================================== */

.collection-types-nav-wrapper {
  grid-column: var(--grid-column--desktop);
  width: 100%;
  margin-block-start: var(--seasons-space-4, 16px);
  margin-block-end: var(--seasons-space-8, 32px);
  border-bottom: 1px solid rgba(74, 64, 56, 0.08);
}

.collection-types-nav {
  list-style: none;
  margin: 0;
  padding: 0 0 8px 0;
  display: flex;
  gap: var(--seasons-space-6, 24px);
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
}

.collection-types-nav::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

@media screen and (min-width: 750px) {
  .collection-types-nav {
    justify-content: center;
  }
}

.collection-types-nav li {
  flex-shrink: 0;
}

.collection-type-btn {
  background: none;
  border: none;
  padding: 10px 4px;
  font-family: var(--font-heading--family), serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--seasons-text-muted, #555555);
  cursor: pointer;
  position: relative;
  transition: color var(--seasons-duration) var(--seasons-ease);
}

.collection-type-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--seasons-text-heading, #1A1A1A);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--seasons-duration) var(--seasons-ease);
}

.collection-type-btn:hover {
  color: var(--seasons-text-heading, #1A1A1A);
}

.collection-type-btn.is-active {
  color: var(--seasons-text-heading, #1A1A1A);
  font-weight: 500;
}

.collection-type-btn.is-active::after {
  transform: scaleX(1);
}

/* Ocultación y transición suave de productos filtrados */
.product-grid__item {
  opacity: 1;
  transform: translateY(0);
}

.product-grid__item.is-filtered-out {
  display: none !important;
}

/* Clase de control del disparador de carga del scroll infinito */
[ref="viewMoreNext"].is-loading-paused {
  display: none !important;
}

/* ==========================================================================
   20. Contenido Editorial y SEO Rich Text (Manifesto Box) - Especificidad Refinada
   ========================================================================== */

#shopify-section-seo_rich_text.shopify-section {
  margin-block: 80px;
  display: block;
  width: 100%;
  background-color: transparent;
}

/* Contenedor del Manifiesto */
#shopify-section-seo_rich_text .custom-section-content {
  background-color: #FBF9F6; /* Lienzo crema ultra sutil */
  border: 1px solid rgba(74, 64, 56, 0.08); /* Borde perimetral fino */
  border-radius: var(--seasons-radius-md, 8px);
  max-width: 800px;
  margin-inline: auto;
  box-shadow: 0 4px 20px rgba(74, 64, 56, 0.03);
  overflow: hidden;
}

/* Espaciados y estructura interna */
#shopify-section-seo_rich_text .section-content-wrapper {
  padding: 40px 24px; /* Padding móvil */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

@media screen and (min-width: 750px) {
  #shopify-section-seo_rich_text .section-content-wrapper {
    padding: 60px 80px; /* Padding de revista en escritorio */
  }
}

/* Título Serif elegante */
#shopify-section-seo_rich_text .text-block--text_seo_heading h2 {
  font-family: var(--font-heading--family, serif);
  font-size: 1.85rem;
  font-weight: 400;
  color: #4A4038;
  margin-bottom: 20px;
  letter-spacing: 0.08em; /* Tracking refinado */
  line-height: 1.35;
  text-transform: none;
  text-align: center;
}

/* Ornamento divisor de marca */
#shopify-section-seo_rich_text .text-block--text_seo_heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: rgba(74, 64, 56, 0.25); /* Divisor color tierra suave */
  margin: 0 auto 30px auto;
}

/* Bloques de párrafo de contenido */
#shopify-section-seo_rich_text .text-block--text_seo_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  margin-inline: auto;
}

/* Primer Párrafo: Entradilla Periodística */
#shopify-section-seo_rich_text .text-block--text_seo_content p:first-of-type {
  font-family: var(--font-body--family, sans-serif);
  font-weight: 300;
  font-size: 1.05rem; /* Entradilla destacada */
  line-height: 1.65;
  color: #4A4038;
  margin-bottom: 20px;
  text-align: center;
}

/* Segundo Párrafo: Cuerpo de Texto General */
#shopify-section-seo_rich_text .text-block--text_seo_content p:nth-of-type(2) {
  font-family: var(--font-body--family, sans-serif);
  font-weight: 300;
  font-size: 0.95rem; /* Cuerpo secundario */
  line-height: 1.65;
  color: #4A4038;
  margin-bottom: 0;
  text-align: center;
}

/* Destacados en negrita */
#shopify-section-seo_rich_text .text-block--text_seo_content p strong {
  font-weight: 600;
  color: #1A1A1A;
}

/* ==========================================================================
   16. Sección de Recomendaciones de Productos (Estilo Editorial)
   ========================================================================== */

/* Fondo general crema sutil para la sección de recomendaciones */
#shopify-section-product-recommendations,
product-recommendations,
.product-recommendations,
.product-recommendations .section-background {
  background-color: #FBF9F6 !important;
}

/* Separación vertical y márgenes optimizados para el bloque */
#shopify-section-product-recommendations .product-recommendations {
  margin-top: 0 !important;
  padding-block-start: 30px !important;
  padding-block-end: 70px !important;
}

/* Centrado del contenedor de encabezado */
.product-recommendations .section-resource-list__content :is(.text-block, .h3, h3, h2, h1, .h1, .h2) {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  margin-inline: auto !important;
  width: 100% !important;
}

/* Tipografía Serif y tracking del encabezado de recomendaciones */
.product-recommendations .section-resource-list__content :is(.text-block, .h3, h3, h2, h1, .h1, .h2) > * {
  font-family: var(--font-heading--family, Georgia, serif) !important;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem) !important; /* Configuración fluida solicitada */
  letter-spacing: 0.15em !important; /* Tracking generoso y elegante */
  text-transform: uppercase !important;
  font-weight: 400 !important;
  text-align: center !important;
  line-height: 1.6 !important; /* Interlineado amplio */
  color: #4A4038 !important;
}

/* Separación (gap) optimizada para el grid/carrusel de recomendaciones */
.product-recommendations .resource-list,
.product-recommendations .resource-list--grid {
  --resource-list-column-gap-desktop: 24px !important;
  --resource-list-row-gap-desktop: 24px !important;
  --resource-list-column-gap: 24px !important;
  --resource-list-row-gap: 24px !important;
  gap: 24px !important;
}

@media screen and (max-width: 749px) {
  .product-recommendations .resource-list,
  .product-recommendations .resource-list--grid {
    --resource-list-column-gap-desktop: 16px !important;
    --resource-list-row-gap-desktop: 16px !important;
    --resource-list-column-gap: 16px !important;
    --resource-list-row-gap: 16px !important;
    gap: 16px !important;
  }
}

/* Tarjeta individual con diseño editorial minimalista (Grid side-by-side para título y precio) */
.product-recommendations .product-card__content {
  background-color: #ffffff !important;
  border: 1px solid rgba(74, 64, 56, 0.08) !important;
  border-radius: 8px !important;
  box-shadow: none !important; /* Elimina sombras pesadas */
  padding: 16px !important; /* Mayor respiro interno de la tarjeta */
  transition: transform 0.3s ease, border-color 0.3s ease !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  grid-template-areas:
    "gallery gallery"
    "title price" !important;
  align-items: baseline !important;
  row-gap: 12px !important;
  column-gap: 16px !important;
}

/* Efecto hover sutil para la tarjeta */
.product-recommendations .product-card__content:hover {
  border-color: rgba(74, 64, 56, 0.16) !important;
}

/* Imagen de producto adaptada con respiro interior */
.product-recommendations .product-card .card-gallery img,
.product-recommendations .product-card .card-gallery .product-media__image,
.product-recommendations .product-card .product-media-container img {
  object-fit: contain !important;
  padding: 12px !important;
  background-color: #ffffff !important;
}

.product-recommendations .product-card__content .card-gallery {
  grid-area: gallery !important;
}

.product-recommendations .product-card__content a:not(.product-card__link) {
  grid-area: title !important;
  text-align: left !important;
  display: block !important;
}

/* Tipografía de títulos inferiores (Nombre del producto en mayúsculas a la izquierda) */
.product-recommendations .product-card product-title,
.product-recommendations .product-card .text-block,
.product-recommendations .product-card :is(.h4, h3.h4, h4, h1, h2, h3, h5, h6, .h1, .h2, .h3, .h5, .h6) {
  white-space: normal !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  height: auto !important;
  min-height: unset !important; /* Eliminado el min-height fijo para alinear en línea base */
  font-size: 0.9rem !important;
  font-family: var(--font-body--family, sans-serif) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important; /* Mayúsculas completas */
  font-variant: normal !important; /* Elimina versalitas */
  letter-spacing: 0.05em !important;
  text-align: left !important;
  color: #4A4038 !important;
}

/* Tipografía de precios inferiores (Precio a la derecha con formato limpio) */
.product-recommendations .product-card product-price {
  grid-area: price !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  text-align: right !important;
  align-self: baseline !important;
}

.product-recommendations .product-card product-price .price {
  font-weight: 500 !important;
  color: #4A4038 !important;
  font-size: 0.95rem !important;
  white-space: nowrap !important;
}

.product-recommendations .product-card product-price .compare-at-price {
  font-weight: 400 !important;
  color: var(--seasons-text-muted) !important;
  font-size: 0.85rem !important;
  margin-inline-start: 4px !important;
  white-space: nowrap !important;
}

/* Flechas de navegación del carrusel */
.product-recommendations .resource-list__carousel slideshow-arrows {
  mix-blend-mode: normal !important;
}

.product-recommendations .resource-list__carousel .slideshow-control {
  color: #4A4038 !important;
  opacity: 0.8 !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.product-recommendations .resource-list__carousel .slideshow-control:hover:not([disabled]) {
  opacity: 1 !important;
  transform: scale(1.1) !important;
}

.product-recommendations .resource-list__carousel .slideshow-control[disabled] {
  display: flex !important; /* Fuerza visibilidad anulando el display:none */
  opacity: 0.25 !important;
  pointer-events: none !important;
  cursor: default !important;
}

/* Badge minimalista y editorial de Oferta / Sold Out */
.product-recommendations .product-badges__badge {
  background-color: #4A4038 !important;
  color: #ffffff !important;
  font-family: var(--font-heading--family, Georgia, serif) !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 5px 10px !important;
  border-radius: 4px !important;
}

/* ==========================================================================
   10. Mega-menú personalizado 'CREA TU CAJA'
   ========================================================================== */

/* Fuerza visibilidad del submenú cuando el mega-menú personalizado está activo */
.menu-list__list-item:has(.seasons-creacaja-menu.is-active) > .menu-list__submenu {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Contenedor del mega-menú (Mobile-first: vertical) */
.seasons-creacaja-menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--seasons-ease), visibility 0.4s var(--seasons-ease);
}

.seasons-creacaja-menu.is-active {
  opacity: 1;
  visibility: visible;
}

/* Columna de navegación de categorías */
.seasons-creacaja-col--nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.seasons-creacaja-nav-heading {
  font-family: var(--font-heading--family, Georgia, serif) !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  color: #4A4038 !important;
  opacity: 0.65;
  margin-bottom: 20px;
  display: block;
}

.seasons-creacaja-nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.seasons-creacaja-nav-link {
  font-family: var(--font-heading--family, Georgia, serif) !important;
  font-size: 1.15rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: #4A4038 !important;
  text-decoration: none !important;
  transition: opacity 0.3s var(--seasons-ease), color 0.3s var(--seasons-ease);
  display: inline-block;
}

.seasons-creacaja-nav-link:hover {
  opacity: 0.6;
  color: var(--seasons-text-primary) !important;
}

/* Tarjeta destacada */
.seasons-creacaja-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.seasons-creacaja-card__img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--seasons-shadow-soft);
  background-color: #ffffff;
}

.seasons-creacaja-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--seasons-ease);
}

.seasons-creacaja-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(74, 64, 56, 0.2) 0%,
    rgba(74, 64, 56, 0.45) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.seasons-creacaja-card__title {
  color: #ffffff !important;
  font-family: var(--font-heading--family, Georgia, serif) !important;
  font-size: 1.35rem !important;
  letter-spacing: 0.1em !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin: 0 !important;
  text-shadow: 0 2px 8px rgba(74, 64, 56, 0.35);
}

/* Botón estilizado inferior */
.seasons-creacaja-card__btn-wrapper {
  text-align: center;
  margin-top: 20px;
}

.seasons-creacaja-card__btn {
  display: inline-block;
  font-family: var(--font-body--family, sans-serif) !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #4A4038 !important;
  border: 1px solid rgba(74, 64, 56, 0.3) !important;
  padding: 12px 30px !important;
  border-radius: 4px !important;
  transition: all 0.3s var(--seasons-ease) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.seasons-creacaja-card__btn:hover,
.seasons-creacaja-card:hover .seasons-creacaja-card__btn {
  background-color: #4A4038 !important;
  color: #ffffff !important;
  border-color: #4A4038 !important;
  transform: translateY(-2px) !important;
  box-shadow: var(--seasons-shadow-soft) !important;
}

/* Efectos Hover de la Tarjeta */
.seasons-creacaja-card:hover .seasons-creacaja-card__img {
  transform: scale(1.06);
}

/* Diseño responsivo de escritorio (pantallas >= 990px) */
@media screen and (min-width: 990px) {
  .seasons-creacaja-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 30px 40px;
    flex-direction: row;
  }
}

/* ==========================================================================
   PDP (Product Detail Page) Typography and Spacing Unification
   Aligning style with '/collections/cajas-regalo-preparadas' editorial style.
   ========================================================================== */

/* 1. Product Title styling: Serif font, uppercase, letter-spacing, and line-height */
.product-details .text-block h1,
.product-details .text-block .h2,
.product-details .text-block h2,
.product-title,
.product__title,
.product-details [ref="productTitleLink"] :is(h1, h2, h3, .h1, .h2) {
  font-family: var(--font-heading--family, Georgia, serif) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  line-height: var(--seasons-line-heading, 1.45) !important;
  color: var(--seasons-text-heading, #1a1a1a) !important;
  font-weight: 400 !important;
  margin-block-end: var(--seasons-space-4, 16px) !important;
}

/* 2. Product Description and Rich Text spacing & typography */
.product-details .rte,
.product-details .rte p,
.product-details .rte li,
.product__description,
.product__description p,
.product__description li {
  font-family: var(--font-body--family, sans-serif) !important;
  font-size: 0.95rem !important;
  line-height: var(--seasons-line-desc, 1.7) !important;
  color: var(--seasons-text-muted, #555555) !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 1.25rem !important;
}

/* Inline Headings inside Product Description */
.product-details .rte h1,
.product-details .rte h2,
.product-details .rte h3,
.product-details .rte h4,
.product__description h1,
.product__description h2,
.product__description h3,
.product__description h4 {
  font-family: var(--font-heading--family, Georgia, serif) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: var(--seasons-text-heading, #1a1a1a) !important;
  margin-top: 1.75rem !important;
  margin-bottom: 0.75rem !important;
  font-weight: 400 !important;
}

/* Adjust lists inside product description */
.product-details .rte ul,
.product-details .rte ol,
.product__description ul,
.product__description ol {
  margin-block-end: 1.25rem !important;
  padding-inline-start: var(--seasons-space-4, 16px) !important;
}

.product-details .rte li,
.product__description li {
  margin-bottom: 0.5rem !important;
}

/* ==========================================================================
   17. Barra de Progreso de la Promoción (Optimizado Core Web Vitals)
   ========================================================================== */
.barra-progreso-seasons {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fcfcfc;
  border: 1px solid var(--color-border);
  text-align: center;
  border-radius: 4px;
  min-height: 56px; /* Evita CLS (Layout Shift) al cargarse */
  contain-intrinsic-size: auto 56px;
}

.barra-progreso-seasons__message {
  margin: 0 0 10px 0;
  color: var(--color-foreground);
  font-size: 14px;
}

.barra-progreso-seasons__message--success {
  color: #2e7d32;
  font-weight: bold;
}

.barra-progreso-seasons__track {
  width: 100%;
  background-color: #e0e0e0;
  height: 8px;
  border-radius: 10px;
  overflow: hidden; /* Asegura que el fill no sobresalga en las esquinas redondeadas */
}

.barra-progreso-seasons__fill {
  width: 100%; /* El tamaño base es 100%, se controla la escala con transform */
  background-color: #b71c1c;
  height: 8px;
  border-radius: 10px;
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.barra-progreso-seasons__fill--success {
  background-color: #2e7d32;
}

/* ==========================================================================
   18. Optimizaciones de Renderizado y Estabilidad Visual (CLS / INP)
   ========================================================================== */
.product-recommendations {
  min-height: 480px; /* Altura mínima estimada para la sección */
  content-visibility: auto; /* Salta el renderizado de la sección fuera de pantalla */
  contain-intrinsic-size: auto 520px; /* Tamaño intrínseco estimado para evitar saltos en el scrollbar */
}

/* Evitar saltos de diseño ajustando el esqueleto al tamaño final de la tarjeta */
.product-recommendations__skeleton-item {
  aspect-ratio: 3 / 4.85 !important; /* Mantiene la proporción física de la tarjeta real con textos */
  background-color: rgb(var(--color-foreground-rgb) / 0.05) !important;
  border-radius: 8px !important;
}
