:root {
  --font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-heading: "Montserrat", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --mc-purple: #2060d0;
  --mc-purple-2: #2850b8;
  --mc-violet: #2070e0;
  --mc-yellow: #ffcc32;
  --mc-coral: #ff5a3d;
  --mc-blue: #2060d0;
  --mc-ink: #18233b;
  --mc-muted: #69748a;
  --mc-line: #dfe7f6;
  --mc-soft: #eef5ff;
  --mc-white: #fff;
}

/* Precio web configurado en GoodVenta; es informativo hasta validar el beneficio por CI. */
.mc-web-price-benefit {
  display: grid;
  gap: 2px;
  margin: 8px 0;
  padding: 9px 11px;
  border: 1px solid #99f6e4;
  border-radius: 10px;
  background: #f0fdfa;
  color: #115e59;
  text-align: left;
}

.mc-web-price-benefit[hidden] {
  display: none !important;
}

.mc-web-price-benefit > span,
.mc-web-price-benefit > small {
  font-size: .75rem;
  font-weight: 700;
}

.mc-web-price-benefit > strong {
  color: #0f766e;
  font-size: 1rem;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-product-title + .mc-web-price-benefit {
  gap: 1px;
  margin: 5px 0 3px;
  padding: 6px 9px;
  border-radius: 9px;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-web-price-benefit > span,
article.mc-product-card:not(.mc-product-card-promo) .mc-web-price-benefit > small {
  font-size: 10px;
  line-height: 1.15;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-web-price-benefit > strong {
  font-size: 14px;
  line-height: 1.1;
}

.mc-installment-picker__web-price {
  grid-column: 1 / -1;
  color: #0f766e;
  font-weight: 700;
}

.mc-installment-picker__web-savings {
  display: block;
  margin-top: 3px;
  font-size: .72rem;
  font-weight: 800;
}

body.dark .mc-web-price-benefit {
  border-color: #0f766e;
  background: #0f2f2d;
  color: #ccfbf1;
}

body.dark .mc-web-price-benefit > strong,
body.dark .mc-installment-picker__web-price {
  color: #5eead4;
}

/* Cuotas con descuento: selector compartido entre catalogo y detalle. */
.mc-installment-picker,
.mc-installment-picker * {
  box-sizing: border-box;
}

.mc-installment-picker {
  position: relative;
  width: 100%;
  min-width: 0;
}

.mc-installment-picker__trigger {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  padding: 9px 13px;
  border: 1px solid #b9cdef;
  border-radius: 12px;
  background: #fff;
  color: #15233d;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  box-shadow: 0 0 0 3px rgba(32, 96, 208, 0.08);
  cursor: pointer;
}

.mc-installment-picker__trigger:hover {
  border-color: var(--mc-blue);
}

.mc-installment-picker__trigger:focus-visible {
  outline: 3px solid rgba(32, 96, 208, 0.25);
  outline-offset: 2px;
}

.mc-installment-picker__trigger i {
  flex: 0 0 auto;
  transition: transform 0.18s ease;
}

.mc-installment-picker__trigger[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.mc-installment-picker.is-enhanced > .mc-installment-picker__native {
  display: none !important;
}

.mc-installment-picker.is-enhanced > .mc-installment-picker__trigger {
  display: flex;
}

.mc-installment-picker__menu[hidden],
.mc-card-installment-summary[hidden],
.mc-card-discount-badge[hidden],
.mc-detail-offer-summary[hidden] {
  display: none !important;
}

.mc-installment-picker__menu {
  position: fixed;
  z-index: 1200;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4px;
  border: 1px solid #b9cdef;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(21, 35, 61, 0.18);
  overscroll-behavior: contain;
}

.mc-installment-picker__heading {
  position: sticky;
  z-index: 2;
  top: -4px;
  display: grid;
  grid-template-columns: 22px minmax(90px, 1fr) minmax(105px, auto) minmax(116px, auto);
  align-items: end;
  gap: 12px;
  min-height: 38px;
  padding: 7px 10px 7px 6px;
  border-bottom: 1px solid #d7e3f5;
  background: #f7faff;
  color: #63708a;
  font-family: var(--font-primary);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.mc-installment-picker__heading > span:nth-child(n + 3) {
  text-align: right;
}

.mc-installment-picker__option {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding: 7px 10px 7px 6px;
  border: 0;
  border-bottom: 1px solid #e7edf7;
  border-radius: 8px;
  background: #fff;
  color: #15233d;
  font-family: var(--font-primary);
  font-size: 13px;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.mc-installment-picker__option:last-child {
  border-bottom: 0;
}

.mc-installment-picker__option:hover,
.mc-installment-picker__option:focus-visible,
.mc-installment-picker__option.is-selected {
  outline: 0;
  background: #eef5ff;
}

.mc-installment-picker__option:focus-visible {
  box-shadow: inset 0 0 0 2px var(--mc-blue);
}

.mc-installment-picker__check {
  color: transparent;
  font-size: 16px;
}

.mc-installment-picker__option.is-selected .mc-installment-picker__check {
  color: var(--mc-blue);
}

.mc-installment-picker__copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.has-discount-comparison .mc-installment-picker__copy {
  grid-template-columns: minmax(90px, 1fr) minmax(105px, auto) minmax(116px, auto);
  gap: 12px;
}

.mc-installment-picker__count {
  overflow: hidden;
  color: #15233d;
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-installment-picker__normal {
  min-width: 0;
  white-space: nowrap;
}

.mc-installment-picker__normal > span:first-child {
  font-weight: 800;
}

.mc-installment-picker__normal del {
  color: #7d899b;
  text-decoration-thickness: 1.5px;
}

.mc-installment-picker__promo {
  color: #168a50;
  font-size: 14px;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
}

.mc-installment-picker__promo.is-same-price {
  color: #3d7f68;
  font-weight: 850;
}

.mc-product-actions > .mc-installment-picker {
  min-width: 0;
}

.mc-card-discount-badge {
  position: absolute;
  z-index: 4;
  top: 84px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 9px;
  background: var(--mc-coral);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(255, 90, 61, 0.2);
}

.mc-card-installment-summary {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 5px 0 8px;
  padding: 7px 0 8px;
  border-top: 1px solid #e6edf8;
  border-bottom: 1px solid #edf2f9;
  text-align: left;
}

.mc-card-installment-before {
  color: #7d899b;
  font-size: 11px;
  line-height: 1.2;
}

.mc-card-installment-summary > strong {
  margin-top: 2px;
  color: #15233d;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.1;
}

.mc-card-installment-summary > small {
  margin-top: 3px;
  color: #168a50;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

article.mc-product-card:not(.mc-product-card-promo).has-installment-discount .mc-product-form {
  margin-top: 0 !important;
}

article.mc-product-card:not(.mc-product-card-promo).has-installment-discount .mc-installments {
  margin-top: auto !important;
}

/* Reserva una zona comun para la comparacion normal antes de las cuotas. */
article.mc-product-card:not(.mc-product-card-promo) .mc-card-pricing-zone {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-card-pricing-zone + .mc-product-form {
  min-height: 73px !important;
  flex: 0 0 auto !important;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-card-pricing-zone + .mc-product-form .mc-installments {
  margin-top: 0 !important;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-card-installment-summary {
  margin: 3px 0 5px;
  padding: 5px 0 6px;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-card-installment-summary > strong {
  font-size: 17px;
}

.mc-detail-offer-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #dce7f8;
  border-radius: 12px;
  background: #f8fbff;
}

.mc-detail-offer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 7px;
  background: var(--mc-coral);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.mc-detail-offer-before {
  color: #748095;
  font-size: 13px;
  line-height: 1.25;
}

.mc-detail-offer-summary > strong {
  color: #15233d;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 950;
  line-height: 1.15;
}

.mc-detail-offer-summary > small {
  color: #168a50;
  font-size: 13px;
  font-weight: 850;
}

.mc-detail-summary .mc-installment-picker__trigger {
  min-height: 48px;
  font-size: 14px;
}

@media (max-width: 575.98px) {
  .mc-installment-picker__menu {
    padding: 3px;
    border-radius: 11px;
  }

  .mc-installment-picker__option {
    grid-template-columns: 18px minmax(0, 1fr);
    min-height: 43px;
    padding-right: 6px;
    padding-left: 4px;
    font-size: 11px;
  }

  .mc-installment-picker__copy {
    gap: 6px;
  }

  .mc-installment-picker__heading {
    grid-template-columns: 18px minmax(70px, 1fr) minmax(78px, auto) minmax(88px, auto);
    gap: 6px;
    min-height: 34px;
    padding-right: 6px;
    padding-left: 4px;
    font-size: 8.5px;
  }

  .has-discount-comparison .mc-installment-picker__copy {
    grid-template-columns: minmax(70px, 1fr) minmax(78px, auto) minmax(88px, auto);
    gap: 6px;
  }

  .mc-installment-picker__count {
    font-size: 11px;
  }

  .mc-installment-picker__promo {
    font-size: 11px;
  }

  .has-discount-comparison .mc-installment-picker__normal {
    font-size: 10.5px;
  }

  .mc-card-installment-summary > strong {
    font-size: 18px;
  }

  .mc-detail-offer-summary {
    padding: 11px 12px;
  }

  .mc-detail-offer-summary > strong {
    font-size: 18px;
  }
}

/* Inicio: tendencias, presentacion institucional y beneficios con una jerarquia comun. */
.mc-trending-section,
.mc-about-section.mc-about-section--compact {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mc-trending-section {
  border: 1px solid #dce7f6 !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 92% 5%, rgba(37, 99, 214, .1), transparent 28%),
    linear-gradient(145deg, #f8fbff 0%, #fff 58%, #f3f7ff 100%) !important;
  box-shadow: 0 18px 42px rgba(27, 63, 114, .09) !important;
}

.mc-trending-section > .card-body {
  padding: clamp(26px, 3vw, 42px) clamp(18px, 3vw, 42px) 28px !important;
}

.mc-trending-section .mc-section-head {
  align-items: end !important;
  gap: 24px;
  margin-bottom: 26px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe8f5;
}

.mc-trending-section .mc-section-kicker {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px !important;
  padding: 0 12px;
  border: 1px solid #c9dcf9;
  border-radius: 999px;
  background: #fff;
  font-size: 11px !important;
  letter-spacing: .07em !important;
  box-shadow: 0 7px 16px rgba(37, 99, 214, .08);
}

.mc-trending-section .mc-section-head h3 {
  font-size: clamp(30px, 3vw, 44px) !important;
  letter-spacing: -.025em !important;
}

.mc-section-description {
  max-width: 660px;
  margin: 9px 0 0;
  color: #607089;
  font-size: 15px;
  line-height: 1.5;
}

.mc-trending-section .mc-section-head .btn {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px !important;
  font-size: 14px !important;
  box-shadow: 0 9px 20px rgba(37, 99, 214, .1);
}

.mc-about-section--compact .mc-about-shell {
  overflow: hidden;
  border-radius: 24px !important;
}

.mc-about-section--compact .mc-about-head h3 {
  font-size: clamp(36px, 4vw, 56px) !important;
}

.mc-about-section--compact .mc-about-intro {
  display: block !important;
  max-width: 760px !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
}

.mc-about-section--compact .mc-about-highlights > span {
  align-items: center;
}

.mc-about-section--compact .mc-about-highlights > span > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.mc-about-section--compact .mc-about-highlights strong {
  color: #172b4d;
  font-size: 15px;
  line-height: 1.2;
}

.mc-about-section--compact .mc-about-highlights small {
  color: #66758d;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.mc-footer-benefits-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: 0 4px 18px;
  color: #102a56;
}

.mc-footer-benefits-head > div {
  display: grid;
  gap: 5px;
}

.mc-footer-benefits-head span {
  color: #2563d6;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mc-footer-benefits-head strong {
  max-width: 720px;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.12;
}

.mc-footer-benefits-head > small {
  max-width: 370px;
  color: #65758d;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  text-align: right;
}

.mc-footer-payments > div > span:last-child {
  display: grid;
  gap: 3px;
}

.mc-footer-payments > div > span:last-child small {
  color: #6b7890;
  font-size: 11px;
  font-weight: 650;
}

@media (max-width: 767.98px) {
  .mc-trending-section .mc-section-head {
    align-items: start !important;
    padding-bottom: 16px;
  }

  .mc-section-description {
    display: none;
  }

  .mc-footer-benefits-head {
    display: grid;
    gap: 9px;
    padding: 0 2px 14px;
  }

  .mc-footer-benefits-head strong {
    font-size: 21px;
  }

  .mc-footer-benefits-head > small {
    max-width: none;
    text-align: left;
  }

  .mc-footer-payments > div > span:last-child small {
    display: none;
  }
}

/* Home polish 2026-07: capa final, acotada a componentes publicos. */
.mc-topbar-inner {
  justify-content: center;
  gap: clamp(24px, 6vw, 90px);
}

.mc-header .btn.d-lg-none {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: var(--mc-purple);
}

.mc-header .btn.d-lg-none:hover,
.mc-header .btn.d-lg-none:focus-visible {
  background: #eef4ff;
}

.mc-logo-link,
.mc-header .navbar-brand-group img {
  width: 112px;
}

.mc-header .navbar-brand-group img {
  height: auto;
}

.mc-hero-product-image.img-movil {
  display: none !important;
}

.mc-trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: 1120px;
  margin-inline: auto !important;
}

.mc-section-head h3,
.mc-section-head .titulo-pagina {
  text-wrap: balance;
}

.mc-section-link,
.mc-promo-view-all,
.mc-hero-floating-cta,
.mc-whatsapp-seller {
  animation: none !important;
}

.mc-section-link::before,
.mc-promo-view-all::before {
  animation: none !important;
  display: none;
}

.mc-featured-categories {
  padding: clamp(18px, 2vw, 30px) !important;
}

.mc-featured-grid {
  gap: clamp(12px, 1.4vw, 22px) !important;
}

.mc-featured-card {
  min-height: 250px !important;
  border-radius: 16px !important;
}

.mc-featured-image {
  height: 150px !important;
  flex-basis: 150px !important;
  background: linear-gradient(180deg, #fff, #f7f9fd) !important;
}

.mc-featured-image img {
  padding: 10px !important;
  object-fit: contain !important;
}

article.mc-product-card {
  height: 100% !important;
  min-height: 490px;
}

.mc-product-image-frame {
  cursor: pointer;
  text-decoration: none;
}

.mc-product-image-frame:focus-visible {
  outline: 3px solid rgba(37, 99, 214, .3);
  outline-offset: -3px;
}

.mc-product-info .mc-product-form {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 0;
}

.mc-product-info .mc-price-row {
  margin-top: auto;
}

.mc-product-actions {
  gap: 8px;
}

.mc-product-actions .mc-cart-btn,
.mc-installments .mc-cart-btn,
.mc-cart-btn-outline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 96px !important;
  min-height: 44px;
  width: auto !important;
  padding: 8px 14px !important;
  border-color: var(--mc-purple) !important;
  border-radius: 10px !important;
  background: var(--mc-purple) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.mc-product-actions .mc-cart-btn:hover,
.mc-product-actions .mc-cart-btn:focus-visible,
.mc-cart-btn-outline:hover,
.mc-cart-btn-outline:focus-visible {
  border-color: #174caf !important;
  background: #174caf !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.mc-installments-cash .mc-product-actions.cash-only,
.mc-installments-cash .mc-cart-btn {
  width: 100% !important;
}

.mc-about-section--compact .mc-about-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(28px, 4vw, 54px);
}

.mc-about-section--compact .mc-about-head {
  margin: 0;
  text-align: left;
}

.mc-about-section--compact .mc-about-intro {
  display: -webkit-box;
  max-width: 720px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.mc-about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--mc-purple);
  font-weight: 900;
  text-decoration: none;
}

.mc-about-link:hover,
.mc-about-link:focus-visible {
  color: #174caf;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mc-about-highlights {
  display: grid;
  gap: 10px;
}

.mc-about-highlights span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid rgba(37, 99, 214, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
  color: var(--mc-ink);
  font-weight: 800;
}

.mc-about-highlights i {
  color: var(--mc-purple);
  font-size: 22px;
}

.footer-empresarial > .container {
  padding-top: 34px;
}

.mc-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr 1.25fr .55fr;
  gap: clamp(24px, 4vw, 64px);
  padding: 36px 6px 28px;
}

.mc-footer-grid h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.mc-footer-brand > strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: 950;
}

.mc-footer-brand p,
.mc-footer-location p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.55;
}

.mc-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 8px;
  padding: 0 16px;
  border-radius: 12px;
  background: #25d366;
  color: #082d17 !important;
  font-weight: 900;
}

.mc-footer-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.mc-footer-links a {
  color: rgba(255, 255, 255, .76) !important;
  font-size: 14px;
  text-decoration: none;
}

.mc-footer-links a:hover,
.mc-footer-links a:focus-visible {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mc-footer-social .social-icons {
  display: flex;
  gap: 10px;
}

.mc-footer-social .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 !important;
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
}

.mc-footer-bottom {
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  text-align: center;
}

.mc-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
}

:where(a, button, input, select):focus-visible {
  outline: 3px solid rgba(37, 99, 214, .32);
  outline-offset: 3px;
}

@media (max-width: 991.98px) {
  .mc-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .mc-about-section--compact .mc-about-shell,
  .mc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .mc-topbar-inner span:nth-child(n + 3) {
    display: none;
  }

  .mc-topbar-inner {
    gap: 20px;
    padding-inline: 14px;
  }

  .mc-logo-link,
  .mc-header .navbar-brand-group img {
    width: 86px;
  }

  .mc-hero-product-image.img-escritorio {
    display: none !important;
  }

  .mc-hero-product-image.img-movil {
    display: block !important;
  }

  .mc-trust-strip {
    grid-template-columns: 1fr !important;
  }

  .mc-trust-strip > div {
    min-height: 66px;
  }

  .mc-about-section--compact .mc-about-shell,
  .mc-footer-grid {
    grid-template-columns: 1fr;
  }

  .mc-about-section--compact .mc-about-intro {
    -webkit-line-clamp: 5;
  }

  .mc-footer-grid {
    padding-block: 28px 22px;
  }
}

@media (max-width: 575.98px) {
  .mc-featured-card {
    min-height: 210px !important;
  }

  .mc-featured-image {
    height: 112px !important;
    flex-basis: 112px !important;
  }

  article.mc-product-card {
    min-height: 470px;
  }

  .mc-product-actions .mc-cart-btn {
    min-width: 88px !important;
    padding-inline: 10px !important;
  }
}

/* Product card redesign */
.mc-product-card {
  width: 100%;
  max-width: 372px;
  height: 558px !important;
  min-height: 558px;
  max-height: 558px;
  border: 1px solid #d9e4f7;
  border-radius: 8px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 30px rgba(24, 35, 59, 0.12);
  cursor: default;
}

.mc-product-card:hover {
  border-color: rgba(32, 96, 208, 0.42);
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(24, 35, 59, 0.16);
}

.mc-product-media {
  position: relative;
  height: 252px;
  min-height: 252px;
  flex: 0 0 252px;
  padding: 52px 22px 20px;
  border: 0;
  background: linear-gradient(180deg, #fbfdff 0%, #f2f7ff 100%);
}

.mc-product-image-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  border-radius: 6px;
  overflow: hidden;
  background: #eef3fb;
  cursor: pointer;
}

.mc-product-image-frame.is-placeholder {
  background: #e8ebef;
}

.mc-product-card .mc-product-image-frame img,
.mc-product-card .mc-product-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  margin: 0 !important;
  padding: 0;
  object-fit: contain;
  filter: none;
}

.mc-product-card .mc-product-image-frame.is-placeholder img {
  width: 92% !important;
  height: 92% !important;
  opacity: 0.72;
}

.mc-product-card:hover .mc-product-media img {
  transform: none;
}

.mc-favorite-btn {
  top: 18px;
  left: 18px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(32, 96, 208, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--mc-purple);
  box-shadow: 0 12px 24px rgba(24, 35, 59, 0.12);
}

.mc-favorite-btn i {
  font-size: 27px;
}

.mc-favorite-btn:hover,
.mc-favorite-btn.active {
  background: #fff;
  color: var(--mc-purple);
  border-color: var(--mc-purple);
}

.mc-product-code {
  top: 18px;
  right: 18px;
  max-width: calc(100% - 96px);
  padding: 5px 12px;
  border: 1px solid #e7eefb;
  border-radius: 999px;
  background: #fff;
  color: var(--mc-purple);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 10px 18px rgba(24, 35, 59, 0.1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-product-info {
  height: 306px;
  min-height: 306px;
  padding: 22px 22px 20px;
  border-top: 1px solid #dce5f5;
  text-align: left !important;
  background: #fff;
}

.mc-product-brand {
  display: inline-flex;
  align-self: flex-start;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 4px 10px;
  border: 1px solid rgba(32, 96, 208, 0.16);
  border-radius: 999px;
  background: #eef5ff;
  color: var(--mc-purple);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-product-title {
  width: 100%;
  height: 44px;
  min-height: 44px;
  margin: 0 0 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dce5f5;
}

.mc-product-title h6 {
  display: -webkit-box;
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: #626a76;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mc-product-info form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.mc-price-row {
  width: 100%;
  margin: 0 0 11px;
  padding: 0;
}

.mc-price-row .w-100 {
  justify-content: center;
  min-height: 40px;
}

.precio-promocion {
  max-width: 100%;
  color: var(--mc-ink);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.precio-original {
  color: #8a95a8;
  font-size: 12px;
  text-decoration: line-through;
}

.mc-installments {
  width: 100%;
  margin-top: auto;
  padding: 0;
  color: #69748a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.mc-installments b {
  color: var(--mc-purple);
  font-weight: 900;
}

.mc-installments .input-group,
.mc-installments .mc-product-actions.has-cash {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px 58px;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin-top: 9px;
}

.mc-installments .mc-product-actions.no-cash {
  grid-template-columns: minmax(0, 1fr) 58px;
}

.mc-installments .mc-product-actions.cash-only {
  grid-template-columns: 58px;
  justify-content: end;
}

.mc-installments .form-select {
  width: 100%;
  min-width: 0;
  height: 58px;
  border: 1px solid #d8e1f1;
  border-radius: 8px !important;
  background-color: #fff;
  color: var(--mc-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  padding: 0 2rem 0 16px !important;
  box-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mc-cart-btn,
.mc-installments .mc-cart-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 58px !important;
  min-width: 58px;
  height: 58px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--mc-purple);
  border-radius: 0;
  background: #fff;
  color: var(--mc-purple);
  box-shadow: none;
}

.mc-product-actions .mc-cart-btn:last-child {
  border-radius: 0 8px 8px 0;
  background: var(--mc-purple);
  color: #fff;
}

.mc-cart-btn i {
  margin: 0 !important;
  font-size: 24px;
  line-height: 1;
}

.mc-trending-section .splide__slide {
  width: 386px !important;
  flex: 0 0 386px;
  padding: 0 6px 16px;
}

.mc-trending-section .producto-card {
  width: 100% !important;
  max-width: none;
  margin-bottom: 0 !important;
}

.mc-trending-section .mc-product-card {
  height: 558px !important;
  min-height: 558px;
  max-height: 558px;
  max-width: 100%;
}

.mc-search-page .contenedorvistapr {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 372px));
  justify-content: start;
  align-items: start;
  gap: 24px;
  margin: 0;
  padding-left: 18px !important;
}

.mc-search-page .contenedorvistapr > div {
  display: flex;
  width: 100% !important;
  max-width: 372px;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mc-search-page .contenedorvistapr .mc-product-card {
  width: 100%;
  max-width: 372px;
  height: 558px !important;
  min-height: 558px;
  max-height: 558px;
}

.mc-search-page .contenedorvistapr .mc-product-info {
  height: 306px;
  min-height: 306px;
}

.mc-trending-section .mc-product-media {
  height: 252px;
  min-height: 252px;
  flex-basis: 252px;
  padding: 52px 22px 20px;
}

.mc-trending-section .mc-product-card .mc-product-media img {
  height: 100% !important;
}

.mc-trending-section .mc-product-info {
  height: 306px;
  min-height: 306px;
  padding: 22px 22px 20px;
}

.mc-trending-section .mc-product-title {
  height: 44px;
  min-height: 44px;
  margin-bottom: 13px;
}

.mc-trending-section .precio-promocion {
  font-size: 31px;
}

@media (max-width: 991.98px) {
  .mc-trending-section .splide__slide {
    width: 356px !important;
    flex-basis: 356px;
  }

  .mc-product-card {
    max-width: 356px;
  }
}

@media (max-width: 575.98px) {
  .mc-trending-section .splide__slide {
    width: min(340px, calc(100vw - 26px)) !important;
    flex-basis: min(340px, calc(100vw - 26px));
    padding-right: 4px;
    padding-left: 4px;
  }

  .mc-product-card {
    max-width: min(340px, calc(100vw - 26px));
    height: 542px !important;
    min-height: 542px;
    max-height: 542px;
  }

  .mc-product-media,
  .mc-trending-section .mc-product-media {
    height: 236px;
    min-height: 236px;
    flex-basis: 236px;
    padding: 50px 14px 16px;
  }

  .mc-product-image-frame {
    height: 170px;
  }

  .mc-product-info,
  .mc-trending-section .mc-product-info {
    height: 306px;
    min-height: 306px;
    padding: 20px 14px 18px;
  }

  .mc-product-title h6 {
    font-size: 14px;
  }

  .precio-promocion,
  .mc-trending-section .precio-promocion {
    font-size: 28px;
  }

  .mc-installments .input-group,
  .mc-installments .mc-product-actions.has-cash {
    grid-template-columns: minmax(0, 1fr) 52px 52px;
    gap: 8px;
  }

  .mc-installments .mc-product-actions.no-cash {
    grid-template-columns: minmax(0, 1fr) 52px;
  }

  .mc-installments .mc-product-actions.cash-only {
    grid-template-columns: 52px;
  }

  .mc-installments .form-select,
  .mc-cart-btn,
  .mc-installments .mc-cart-btn {
    height: 52px;
    min-width: 52px;
  }

  .mc-cart-btn,
  .mc-installments .mc-cart-btn {
    width: 52px !important;
  }

  .mc-installments .form-select {
    font-size: 14px;
    padding-left: 12px !important;
  }

  .mc-search-page .contenedorvistapr {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    padding-left: 0 !important;
  }

  .mc-search-page .contenedorvistapr > div,
  .mc-search-page .contenedorvistapr .mc-product-card {
    max-width: min(340px, calc(100vw - 26px));
  }

  .mc-search-page .contenedorvistapr .mc-product-card {
    height: 542px !important;
    min-height: 542px;
    max-height: 542px;
  }
}

/* Wider search layout */
.mc-search-page {
  width: 100%;
  max-width: none;
  padding-right: 24px;
  padding-left: 24px;
}

.mc-search-page > .container {
  width: 100%;
  max-width: 1840px;
  margin-right: auto;
  margin-left: auto;
}

.mc-search-page > .container > .row:not(.mc-list-heading) {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 5px;
  align-items: start;
  margin-right: 0;
  margin-left: 0;
}

.mc-search-page .divContenedorFiltros {
  width: 330px !important;
  max-width: 330px;
  flex: none !important;
}

.mc-search-page .contenedorvistapr {
  width: 100% !important;
  max-width: none;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 340px));
  justify-content: start;
  align-items: start;
  gap: 24px;
  margin: 0 !important;
  padding: 0 !important;
  flex: none !important;
}

.mc-search-page .contenedorvistapr > div {
  width: 100% !important;
  max-width: 340px;
  flex: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mc-search-page .contenedorvistapr .mc-product-card {
  width: 100%;
  max-width: 340px;
  height: 558px !important;
  min-height: 558px;
  max-height: 558px;
}

@media (max-width: 1199.98px) {
  .mc-search-page > .container > .row:not(.mc-list-heading) {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 18px;
  }

  .mc-search-page .divContenedorFiltros {
    width: 300px !important;
    max-width: 300px;
  }

  .mc-search-page .contenedorvistapr {
    grid-template-columns: repeat(auto-fill, minmax(280px, 320px));
    gap: 18px;
  }

  .mc-search-page .contenedorvistapr > div,
  .mc-search-page .contenedorvistapr .mc-product-card {
    max-width: 320px;
  }
}

@media (max-width: 767.98px) {
  .mc-search-page {
    padding-right: 12px;
    padding-left: 12px;
  }

  .mc-search-page > .container > .row:not(.mc-list-heading) {
    grid-template-columns: minmax(0, 1fr);
  }

  .mc-search-page .divContenedorFiltros {
    position: static;
    width: 100% !important;
    max-width: none;
  }

  .mc-search-page .contenedorvistapr {
    grid-template-columns: repeat(auto-fill, minmax(280px, 340px));
    justify-content: center;
  }

  .mc-search-page .contenedorvistapr > div,
  .mc-search-page .contenedorvistapr .mc-product-card {
    max-width: 340px;
  }
}

html,
body {
  background: #f6f9ff;
  color: var(--mc-ink);
  font-family: var(--font-primary);
}

body {
  padding-bottom: 0;
}

body,
button,
input,
select,
textarea,
.form-control,
.form-select,
.btn,
.nav-link,
.dropdown-item,
.mc-site-header,
.mc-promo-nav,
.mc-product-card,
.mc-featured-card,
.mc-about-section,
.mc-filter-panel {
  font-family: var(--font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero-title,
.titulo-pagina,
.mc-hero-copy h1,
.mc-section-head h3,
.mc-sidebar-title,
.mc-about-head h3,
.mc-about-card h4,
.mc-list-title,
.mc-product-section .card-title {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: 0;
}

.mc-topbar,
.mc-account-link,
.mc-header .buscador-input,
.mc-header .btn-carrito-ml,
.mc-promo-nav .mc-nav-department-link,
.mc-hero-copy p,
.mc-hero-cta,
.mc-featured-card,
.mc-subcategory-card-link,
.mc-product-title,
.mc-product-title h6,
.mc-product-brand,
.mc-product-code,
.mc-installments,
.mc-cart-btn,
.mc-filter-panel,
.mc-filter-actions {
  font-family: var(--font-primary);
}

.product-card__price,
.price,
.product-price,
.product-price-tachado,
.price-current,
.price-discount,
.precio-promocion,
.precio-original,
.mc-price-row,
.mc-price-row .w-100,
.mc-trending-section .mc-price-row {
  font-family: var(--font-primary);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

#espacio-cabecera {
  height: 108px;
}

.mc-site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
  background: var(--mc-white);
  box-shadow: 0 10px 28px rgba(29, 22, 48, 0.08);
}

.mc-topbar {
  min-height: 30px;
  background: linear-gradient(90deg, #17358f, var(--mc-purple));
  color: var(--mc-white);
  font-size: 13px;
  font-weight: 800;
}

.mc-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 5px 28px;
}

.mc-topbar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.mc-topbar i {
  color: #fff;
  font-size: 15px;
}

.mc-header {
  min-height: 78px;
  border-bottom: 1px solid rgba(32, 96, 208, 0.06);
  box-shadow: none;
}

.mc-header .container-fluid {
  gap: 18px;
}

.mc-logo-link {
  display: inline-flex;
  align-items: center;
  width: 138px;
}

.mc-header .navbar-brand-group img {
  width: 92px;
  height: auto !important;
  object-fit: contain;
}

.mc-header .buscador-form {
  max-width: 720px !important;
  min-width: 360px;
}

.mc-header .buscador-input-group {
  position: relative;
  align-items: center;
  min-height: 54px;
  border: 1px solid #ddd8e7;
  border-radius: 999px;
  background: var(--mc-white);
  padding: 4px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(29, 22, 48, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.mc-header .buscador-input-group .form-control.buscador-input {
  min-width: 0;
  min-height: 44px;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent;
  color: var(--mc-ink);
  font-size: 1rem;
  font-weight: 500;
  padding: 0 18px 0 22px;
}

.mc-header .buscador-input-group .form-control.buscador-input::placeholder {
  color: #686271;
  opacity: 1;
}

.mc-header .buscador-input-group .form-control:focus {
  box-shadow: none;
}

.mc-header .buscador-btn,
.mc-header .btnbuscar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--mc-purple);
  color: var(--mc-white);
  font-size: 1.35rem;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(32, 96, 208, 0.26);
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.mc-header .buscador-btn:hover {
  background: #056ac4;
  box-shadow: 0 10px 18px rgba(8, 120, 221, 0.34);
  transform: translateY(-1px);
}

.mc-header .buscador-input-group:hover,
.mc-header .buscador-input-group:focus-within {
  border-color: var(--mc-blue);
  box-shadow: 0 0 0 4px rgba(8, 120, 221, 0.12), 0 12px 26px rgba(29, 22, 48, 0.12);
}

.mc-header .buscador-input-group:focus-within .buscador-btn {
  background: var(--mc-purple);
  box-shadow: 0 10px 18px rgba(32, 96, 208, 0.28);
}

.offcanvas-search .buscador-input-group {
  align-items: center;
  min-height: 54px;
  border: 1.5px solid rgba(32, 96, 208, 0.5);
  border-radius: 999px;
  background: var(--mc-white);
  padding: 4px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(29, 22, 48, 0.1);
}

.offcanvas-search .buscador-input {
  min-height: 44px;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent;
  color: var(--mc-ink);
  font-size: 1rem;
  font-weight: 500;
  padding: 0 16px;
}

.offcanvas-search .buscador-input:focus {
  box-shadow: none;
}

.offcanvas-search .buscador-input::placeholder {
  color: #686271;
  opacity: 1;
}

.offcanvas-search .buscador-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--mc-blue);
  color: var(--mc-white);
  font-size: 1.35rem;
  box-shadow: 0 8px 16px rgba(8, 120, 221, 0.28);
}

.mc-header .nav-link {
  color: var(--mc-ink) !important;
  font-weight: 700;
}

.mc-account-link {
  gap: 10px;
  color: var(--mc-ink) !important;
  text-decoration: none;
}

.mc-account-link > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #ddd8e7;
  border-radius: 14px;
  color: var(--mc-purple);
  font-size: 24px;
}

.mc-account-link span {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.mc-account-link strong {
  color: var(--mc-ink);
  font-size: 14px;
  font-weight: 900;
}

.mc-account-link small {
  color: var(--mc-muted);
  font-size: 12px;
  font-weight: 700;
}

.mc-icon-action,
.mc-header .btn-carrito-ml {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border: 0;
  border-radius: 16px;
  background: var(--mc-purple);
  color: var(--mc-white) !important;
  padding: 0 18px;
  box-shadow: 0 10px 22px rgba(32, 96, 208, 0.2);
  text-decoration: none;
}

.mc-icon-action i,
.mc-header .btn-carrito-ml i {
  color: var(--mc-white) !important;
}

.mc-icon-action .badge-carrito,
.mc-header .badge-carrito {
  position: static;
  transform: none;
  min-width: 20px;
  height: 20px;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--mc-yellow);
  color: var(--mc-purple);
  font-size: 12px;
}

@media (min-width: 768px) {
  #btnCarrito2 {
    display: none !important;
  }
}

#navbarMain.mc-promo-nav {
  width: min(100% - 48px, 1800px) !important;
  min-height: 54px;
  margin: 4px auto 5px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--mc-purple), var(--mc-purple-2)) !important;
  box-shadow: 0 12px 26px rgba(32, 96, 208, 0.18);
  overflow: visible;
}

#navbarMain.mc-promo-nav .container-fluid {
  justify-content: center !important;
  padding: 0 !important;
}

.mc-main-nav-wrap {
  flex: 1;
  width: 100%;
}

.mc-main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  text-align: center;
  overflow-x: visible;
  overflow-y: visible;
  scrollbar-width: thin;
}

.mc-main-nav::-webkit-scrollbar {
  height: 6px;
}

.mc-main-nav::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.mc-promo-nav .navbar-nav .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 20px !important;
  color: var(--mc-white) !important;
  border-radius: 8px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.mc-promo-nav .navbar-nav .nav-link:hover {
  color: var(--mc-white) !important;
  background: rgba(255, 255, 255, 0.12);
}

.mc-promo-nav .mc-all-categories {
  min-width: 250px;
  border-radius: 0 10px 10px 0;
  background: rgba(29, 7, 61, 0.42);
  justify-content: flex-start !important;
  padding-left: 28px !important;
  font-weight: 900 !important;
}

.mc-promo-nav .mc-nav-department-item {
  position: relative;
  flex: 1 0 auto;
}

.mc-promo-nav .mc-nav-department-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1089;
  display: none;
  width: 100%;
  height: 14px;
}

.mc-promo-nav .mc-nav-department-item .mc-nav-department-link {
  min-width: 138px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-promo-nav .mc-nav-department-item .mc-nav-department-link i {
  font-size: 11px;
  transition: transform .16s ease;
}

.mc-promo-nav .mc-nav-department-item:hover .mc-nav-department-link,
.mc-promo-nav .mc-nav-department-item:focus-within .mc-nav-department-link {
  background: rgba(255, 255, 255, 0.14);
}

.mc-promo-nav .mc-nav-department-item:hover::after,
.mc-promo-nav .mc-nav-department-item:focus-within::after {
  display: block;
}

.mc-promo-nav .mc-nav-department-item:hover .mc-nav-department-link i,
.mc-promo-nav .mc-nav-department-item:focus-within .mc-nav-department-link i {
  transform: rotate(180deg);
}

.mc-nav-subcategory-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1090;
  display: block;
  width: min(520px, calc(100vw - 28px));
  max-height: 540px;
  margin: 0;
  padding: 5px;
  border: 1px solid #d8e4f7;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(17, 35, 67, 0.16);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .16s ease, transform .16s ease;
  overflow-y: auto;
}

.mc-nav-subcategory-menu::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 14px;
}

.mc-nav-department-item:hover .mc-nav-subcategory-menu,
.mc-nav-department-item:focus-within .mc-nav-subcategory-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mc-main-nav .mc-nav-department-item:nth-last-child(-n+2) .mc-nav-subcategory-menu {
  right: 0;
  left: auto;
}

.mc-nav-subcategory-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 100px;
  padding: 11px 8px;
  border-bottom: 1px solid #e5edf8;
  border-radius: 0;
  color: var(--mc-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

.mc-nav-subcategory-menu li:last-child a,
.mc-subcategory-card-menu .mc-subcategory-card-link:last-child {
  border-bottom: 0;
}

.mc-subcategory-image-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 150px;
  height: 82px;
  padding: 8px;
  overflow: hidden;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 35, 67, 0.08);
  box-sizing: border-box;
}

/* Centro legal y enlaces institucionales */
.mc-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem 1.15rem;
  padding: 1rem 0 0;
  font-size: .82rem;
}

.mc-footer-legal-links a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.mc-footer-legal-links a:hover,
.mc-footer-legal-links a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.mc-legal-shell {
  padding: 2rem 0 4rem;
  background: #f5f8ff;
}

.mc-legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.mc-legal-nav,
.mc-legal-document {
  border: 1px solid #dbe7fb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(17, 55, 113, .08);
}

.mc-legal-nav {
  position: sticky;
  top: 1rem;
  padding: 1.25rem;
}

.mc-legal-nav h2 {
  margin: .3rem 0 1rem;
  color: #102d5d;
  font-size: 1.5rem;
}

.mc-legal-nav nav {
  display: grid;
  gap: .4rem;
}

.mc-legal-nav a {
  padding: .72rem .8rem;
  border-radius: 10px;
  color: #40506a;
  font-weight: 700;
  text-decoration: none;
}

.mc-legal-nav a:hover,
.mc-legal-nav a:focus-visible,
.mc-legal-nav a.is-active {
  color: #075ed5;
  background: #edf5ff;
}

.mc-legal-document {
  padding: clamp(1.4rem, 4vw, 3rem);
}

.mc-legal-document > h1 {
  margin: .35rem 0 .75rem;
  color: #102d5d;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.mc-legal-summary {
  color: #58667d;
  font-size: 1.08rem;
}

.mc-legal-meta {
  margin: 1rem 0 1.5rem;
  color: #68758b;
  font-size: .9rem;
}

.mc-legal-content h2 {
  margin: 1.8rem 0 .65rem;
  color: #163866;
  font-size: 1.22rem;
}

.mc-legal-content p {
  color: #37465d;
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  .mc-legal-layout {
    grid-template-columns: 1fr;
  }

  .mc-legal-nav {
    position: static;
  }

  .mc-footer-legal-links {
    justify-content: flex-start;
  }
}

/* Commerce UX: sharing, comparison, reviews, guest checkout and mobile discovery. */
.mc-primary-touch {
  min-height: 44px !important;
}

.mc-card-quick-actions {
  position: absolute;
  right: 9px;
  bottom: 9px;
  z-index: 5;
  display: flex;
  gap: 6px;
}

.mc-card-quick-actions button {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #cfe0f8;
  border-radius: 11px;
  background: rgba(255, 255, 255, .96);
  color: #2563d6;
  box-shadow: 0 8px 18px rgba(15, 35, 70, .11);
}

.mc-card-quick-actions button:first-child {
  color: #128c57;
}

.mc-card-quick-actions button:hover,
.mc-card-quick-actions button:focus-visible,
[data-compare-product].is-active {
  border-color: #2563d6 !important;
  background: #2563d6 !important;
  color: #fff !important;
}

.mc-product-rating-summary {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: #64748b;
  text-decoration: none;
}

.mc-product-rating-summary > span,
.mc-review-stars,
.mc-reviews-score > span {
  color: #f2a900;
  letter-spacing: 1px;
}

.mc-product-rating-summary strong {
  color: #17243d;
}

.mc-product-utility-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 12px 0;
}

.mc-product-utility-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid #cfdcf0;
  border-radius: 11px;
  background: #fff;
  color: #24436f;
  font-size: 12px;
  font-weight: 850;
}

.mc-product-utility-btn.is-whatsapp {
  border-color: rgba(18, 140, 87, .28);
  color: #128c57;
}

.mc-product-utility-btn:hover,
.mc-product-utility-btn:focus-visible {
  border-color: #2563d6;
  color: #174ca8;
  box-shadow: 0 0 0 3px rgba(37, 99, 214, .11);
}

.mc-mobile-buy-bar {
  display: none;
}

.mc-reviews-section {
  width: min(100%, 1320px);
  margin: 32px auto;
  padding: clamp(20px, 2.5vw, 34px);
  border: 1px solid #d8e5f7;
  border-radius: 22px;
  background: linear-gradient(145deg, #f8fbff, #fff);
  box-shadow: 0 16px 38px rgba(28, 71, 138, .08);
}

.mc-reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.mc-reviews-head h3 {
  margin: 4px 0 0;
  color: #102a56;
  font-size: clamp(25px, 2.2vw, 36px);
  font-weight: 950;
}

.mc-reviews-score {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0 9px;
  min-width: 170px;
  padding: 13px 16px;
  border: 1px solid #d7e4f6;
  border-radius: 15px;
  background: #fff;
}

.mc-reviews-score strong {
  grid-row: span 2;
  color: #102a56;
  font-size: 30px;
  line-height: 1;
}

.mc-reviews-score small {
  color: #64748b;
}

.mc-reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
  gap: 22px;
  align-items: start;
}

.mc-reviews-list {
  display: grid;
  gap: 12px;
}

.mc-review-card,
.mc-review-form-card,
.mc-reviews-empty {
  padding: 18px;
  border: 1px solid #dbe6f5;
  border-radius: 16px;
  background: #fff;
}

.mc-review-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.mc-review-card__top > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mc-review-card__top span {
  color: #198754;
  font-size: 11px;
  font-weight: 800;
}

.mc-review-card__top time {
  color: #78859a;
  font-size: 11px;
}

.mc-review-card h4 {
  margin: 7px 0 4px;
  font-size: 15px;
  font-weight: 900;
}

.mc-review-card p {
  margin: 0;
  color: #4d5d74;
  line-height: 1.55;
}

.mc-reviews-empty,
.mc-review-form-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mc-reviews-empty > i,
.mc-review-form-card > i {
  color: #2563d6;
  font-size: 28px;
}

.mc-review-form-card form {
  display: grid;
  gap: 9px;
}

.mc-review-form-card input[type="text"],
.mc-review-form-card textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cfdcf0;
  border-radius: 10px;
  background: #fff;
}

.mc-rating-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 3px;
  margin: 0;
  padding: 0;
  border: 0;
}

.mc-rating-input legend {
  width: 100%;
  margin-bottom: 4px;
  color: #334155;
  font-size: 14px;
  font-weight: 800;
}

.mc-rating-input input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mc-rating-input label {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  font-size: 30px;
  cursor: pointer;
}

.mc-rating-input label:hover,
.mc-rating-input label:hover ~ label,
.mc-rating-input input:checked ~ label {
  color: #f2a900;
}

.mc-rating-input input:focus-visible + label {
  border-radius: 8px;
  outline: 3px solid rgba(37, 99, 214, .28);
}

.mc-autocomplete-host {
  position: relative;
}

.mc-autocomplete-list {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 1080;
  max-height: min(420px, 70vh);
  padding: 6px;
  border: 1px solid #d4e0f1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 35, 70, .18);
  overflow-y: auto;
}

.mc-autocomplete-option {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 64px;
  padding: 7px 9px;
  border-radius: 10px;
  color: #17243d;
  text-decoration: none;
}

.mc-autocomplete-option:hover,
.mc-autocomplete-option:focus-visible {
  background: #edf4ff;
  outline: none;
}

.mc-autocomplete-option img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.mc-autocomplete-option span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.mc-autocomplete-option strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-autocomplete-option small {
  color: #64748b;
  font-size: 11px;
}

.mc-catalog-filter-overlay,
.mc-catalog-filter-panel {
  display: block;
}

.mc-catalog-filter-panel__head,
.mc-mobile-catalog-toolbar {
  display: none;
}

.mc-active-filter-chips {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.mc-active-filter-chips > span {
  color: #52627a;
  font-size: 12px;
  font-weight: 800;
}

.mc-active-filter-chips a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border: 1px solid #bfd3f1;
  border-radius: 999px;
  background: #f4f8ff;
  color: #2458a8;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.mc-active-filter-chips a.is-clear {
  border-color: #e3c5c5;
  background: #fff7f7;
  color: #b42318;
}

.mc-compare-tray {
  position: fixed;
  right: 24px;
  bottom: 22px;
  z-index: 1070;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: min(430px, calc(100vw - 32px));
  padding: 10px 12px 10px 15px;
  border: 1px solid #c8d9f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 35, 70, .22);
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.mc-compare-tray.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.mc-compare-tray > div {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 8px;
  color: #19345f;
  font-size: 12px;
  font-weight: 850;
}

.mc-compare-tray > button {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: #f3f6fb;
  color: #52627a;
}

.mc-storefront-toast {
  position: fixed;
  right: 20px;
  bottom: 92px;
  z-index: 1090;
  max-width: min(360px, calc(100vw - 32px));
  padding: 12px 16px;
  border-radius: 12px;
  background: #10213f;
  color: #fff;
  box-shadow: 0 16px 36px rgba(15, 35, 70, .25);
  opacity: 0;
  transform: translateY(12px);
  visibility: hidden;
  transition: .2s ease;
}

.mc-storefront-toast.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.mc-recent-section {
  width: 100%;
  margin: 34px auto;
  padding: clamp(20px, 2.2vw, 30px);
  border: 1px solid #d6e4f7;
  border-radius: 22px;
  background: #f8fbff;
}

.mc-recent-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mc-recent-card a {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 112px;
  padding: 10px;
  border: 1px solid #d9e5f5;
  border-radius: 15px;
  background: #fff;
  color: #17243d;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(15, 35, 70, .06);
}

.mc-recent-card img {
  width: 92px;
  height: 90px;
  object-fit: contain;
}

.mc-recent-card span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}

.mc-recent-card strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mc-recent-card small {
  color: #2563d6;
  font-weight: 900;
}

.mc-compare-page {
  min-height: 60vh;
}

.mc-compare-scroll {
  width: 100%;
  border: 1px solid #d8e4f4;
  border-radius: 18px;
  background: #fff;
  overflow-x: auto;
  box-shadow: 0 16px 38px rgba(15, 35, 70, .08);
}

.mc-compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
}

.mc-compare-table th,
.mc-compare-table td {
  min-width: 210px;
  padding: 14px;
  border-right: 1px solid #e5edf8;
  border-bottom: 1px solid #e5edf8;
  vertical-align: middle;
}

.mc-compare-table th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 170px;
  background: #f3f7fd;
  color: #263d62;
}

.mc-compare-product-head {
  position: relative;
  min-height: 240px;
}

.mc-compare-product-head > button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #f3f6fb;
  color: #52627a;
}

.mc-compare-product-head a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #17243d;
  text-decoration: none;
}

.mc-compare-product-head img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

.mc-guest-checkout-note {
  display: flex;
  max-width: 900px;
  align-items: center;
  gap: 13px;
  margin: 0 auto 20px;
  padding: 14px 16px;
  border: 1px solid #bfd6f7;
  border-radius: 14px;
  background: #f1f7ff;
  color: #19345f;
}

.mc-guest-checkout-note > i {
  color: #2563d6;
  font-size: 24px;
}

.mc-guest-checkout-note > div {
  display: flex;
  flex-direction: column;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid rgba(37, 99, 214, .38) !important;
  outline-offset: 3px;
}

@media (max-width: 991.98px) {
  .mc-reviews-layout {
    grid-template-columns: 1fr;
  }

  .mc-recent-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body.mc-page-detail {
    padding-bottom: 86px;
  }

  .mc-favorite-btn,
  .mc-card-quick-actions button,
  .mc-brand-carousel .splide__arrow {
    width: 44px !important;
    height: 44px !important;
  }

  .mc-card-quick-actions {
    right: 8px;
    bottom: 7px;
  }

  .mc-product-utility-actions {
    grid-template-columns: 1fr 1fr;
  }

  .mc-product-utility-btn:first-child {
    display: none;
  }

  .mc-mobile-buy-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    border-top: 1px solid #d7e3f3;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -12px 32px rgba(15, 35, 70, .15);
    backdrop-filter: blur(12px);
  }

  .mc-mobile-buy-bar > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  .mc-mobile-buy-bar small {
    color: #64748b;
    font-size: 10px;
  }

  .mc-mobile-buy-bar strong {
    overflow: hidden;
    color: #102a56;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mc-mobile-buy-bar .btn {
    min-width: 118px;
  }

  .mc-reviews-section {
    margin: 22px 0;
    padding: 18px 14px;
    border-radius: 16px;
  }

  .mc-reviews-head {
    align-items: flex-start;
  }

  .mc-reviews-score {
    min-width: 128px;
    padding: 10px;
  }

  .mc-reviews-score strong {
    font-size: 25px;
  }

  .mc-catalog-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 1085;
    display: flex;
    align-items: flex-end;
    background: rgba(10, 24, 48, .5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s;
  }

  .mc-catalog-filter-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }

  .mc-catalog-filter-panel {
    width: 100%;
    max-height: 88vh;
    padding: 0 14px 18px;
    border-radius: 20px 20px 0 0;
    background: #fff;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform .24s ease;
  }

  .mc-catalog-filter-overlay.is-open .mc-catalog-filter-panel {
    transform: translateY(0);
  }

  .mc-catalog-filter-panel__head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }

  .mc-catalog-filter-panel__head strong {
    color: #102a56;
    font-size: 18px;
  }

  .mc-catalog-filter-panel__head button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 11px;
    background: #eef4fc;
    color: #294b7d;
  }

  .mc-mobile-catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  .mc-mobile-filter-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid #bfd3f1;
    border-radius: 11px;
    background: #fff;
    color: #174ca8;
    font-weight: 850;
  }

  .mc-mobile-filter-button > span {
    display: inline-flex;
    min-width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2563d6;
    color: #fff;
    font-size: 11px;
  }

  .mc-mobile-catalog-toolbar > small {
    color: #64748b;
  }

  .mc-catalog-filter-panel .mc-catalog-filterbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.mc-filters-open {
    overflow: hidden;
  }

  .mc-active-filter-chips {
    margin-inline: -12px;
    padding: 0 12px 6px;
  }

  .mc-active-filter-chips a {
    min-height: 40px;
  }

  .mc-compare-tray {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-width: 0;
  }

  .mc-page-detail .mc-compare-tray {
    bottom: 86px;
  }

  .mc-compare-tray > div span {
    display: none;
  }

  .mc-recent-section {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .mc-recent-list {
    display: flex;
    gap: 10px;
    margin-inline: -14px;
    padding: 0 14px 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .mc-recent-card {
    min-width: min(78vw, 290px);
    scroll-snap-align: start;
  }

  .mc-recent-card a {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .mc-recent-card img {
    width: 82px;
    height: 82px;
  }

  .mc-compare-table th,
  .mc-compare-table td {
    min-width: 190px;
    padding: 11px;
  }

  .mc-compare-table th:first-child {
    min-width: 130px;
  }
}

@media (max-width: 420px) {
  .mc-product-utility-btn span {
    font-size: 10px;
  }

  .mc-reviews-head {
    display: grid;
  }

  .mc-reviews-score {
    width: 100%;
  }

  .mc-compare-tray > a {
    padding-inline: 10px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.mc-subcategory-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  border: 0;
  border-radius: 0px;
  background: transparent;
  object-fit: contain;
  object-position: center;
  box-shadow: none;
  transition: transform .18s ease;
}

.mc-subcategory-thumb-empty {
  color: var(--mc-purple);
  font-size: 28px;
}

.mc-subcategory-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
}

.mc-subcategory-copy strong {
  color: var(--mc-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.mc-subcategory-copy small {
  color: #6b7890;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}

.mc-subcategory-arrow {
  flex: 0 0 auto;
  color: var(--mc-purple);
  font-size: 19px;
  transition: transform .18s ease, color .18s ease;
}

.mc-mobile-subcategory-link {
  min-height: 88px;
}

.mc-nav-subcategory-menu a > i,
.mc-subcategory-card-link > i {
  color: var(--mc-purple);
  font-size: 19px;
}

.mc-nav-subcategory-menu a:hover,
.mc-nav-subcategory-menu a:focus,
.mc-subcategory-card-link:hover,
.mc-subcategory-card-link:focus {
  background: #F8FAFF !important;
  color: var(--mc-purple);
}

.mc-subcategory-card-link:hover .mc-subcategory-thumb,
.mc-subcategory-card-link:focus .mc-subcategory-thumb {
  transform: scale(1.03);
}

.mc-subcategory-card-link:hover .mc-subcategory-arrow,
.mc-subcategory-card-link:focus .mc-subcategory-arrow {
  transform: translateX(3px);
}

.mc-subcategory-card-menu-mobile {
  width: min(520px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  padding: 16px !important;
  border: 1px solid #d8e4f7 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 22px 52px rgba(17, 35, 67, 0.16) !important;
}

.mc-subcategory-card-menu-mobile .flex-fill {
  width: 100%;
}

.mc-subcategory-card-menu-mobile .mc-subcategory-card-link {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 100px;
  margin: 0 !important;
  padding: 11px 8px !important;
  border-bottom: 1px solid #e5edf8;
  border-radius: 0 !important;
  color: var(--mc-ink) !important;
}

.mc-subcategory-card-menu-mobile .mc-subcategory-card-link:last-child {
  border-bottom: 0;
}

@media (max-width: 575.98px) {
  .mc-nav-subcategory-menu,
  .mc-subcategory-card-menu-mobile {
    width: min(420px, calc(100vw - 18px)) !important;
    padding: 12px !important;
    border-radius: 18px !important;
  }

  .mc-nav-subcategory-menu a,
  .mc-subcategory-card-menu-mobile .mc-subcategory-card-link {
    gap: 12px !important;
    min-height: 82px;
    padding: 9px 4px !important;
  }

  .mc-subcategory-image-wrap {
    width: 96px;
    height: 64px;
    padding: 4px;
    border-radius: 10px;
  }

  .mc-subcategory-thumb {
    border-radius: 10px;
  }

  .mc-subcategory-copy {
    gap: 6px;
  }

  .mc-subcategory-copy strong {
    font-size: 15px;
  }

  .mc-subcategory-copy small {
    font-size: 11px;
  }

  .mc-subcategory-arrow {
    font-size: 17px;
  }
}

.mc-promo-nav .mc-nav-categories-dropdown {
  position: relative;
}

.mc-promo-nav .mc-nav-categories-menu {
  width: 312px;
  margin-top: 8px !important;
  padding: 10px;
  border: 1px solid #d8e4f7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(17, 35, 67, 0.16);
}

.mc-promo-nav .mc-nav-categories-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--mc-ink);
  font-size: 14px;
  font-weight: 850;
  white-space: normal;
}

.mc-promo-nav .mc-nav-categories-menu .dropdown-item i {
  color: var(--mc-purple);
  font-size: 14px;
}

.mc-promo-nav .mc-nav-categories-menu .dropdown-item:hover,
.mc-promo-nav .mc-nav-categories-menu .dropdown-item:focus {
  background: #eef5ff;
  color: var(--mc-purple);
}

.mc-promo-nav .mc-nav-categories-offer {
  background: #f4f0ff;
  color: var(--mc-purple) !important;
}

.mc-trust-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  margin: 16px 0 22px;
  overflow: hidden;
  border: 1px solid var(--mc-line);
  border-radius: 10px;
  background: var(--mc-line);
}

.mc-trust-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 66px;
  background: var(--mc-white);
  color: var(--mc-ink);
  font-size: 13px;
  font-weight: 700;
}

.mc-trust-strip span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.mc-trust-strip strong {
  font-size: 14px;
  font-weight: 900;
}

.mc-trust-strip small {
  color: var(--mc-muted);
  font-size: 12px;
  font-weight: 700;
}

.mc-trust-strip i {
  color: var(--mc-purple);
  font-size: 19px;
}

.mc-home,
.mc-search-page {
  width: min(100% - 48px, 1800px);
  max-width: none;
  margin: 0 auto;
  padding: 0 0 10px;
}

.mc-home-hero-row {
  gap: 0;
  align-items: flex-start;
}

.mc-home .mc-department-sidebar {
  display: none !important;
}

.mc-home-hero-row > .flex-fill {
  width: 100%;
  min-width: 0;
}

.mc-department-sidebar {
  width: 250px;
  min-height: 0;
  margin: 0;
  border: 1px solid var(--mc-line);
  border-radius: 10px;
  background: var(--mc-white);
  box-shadow: 0 10px 24px rgba(29, 22, 48, 0.06);
  overflow: visible;
}

.mc-sidebar-body {
  padding: 12px;
}

.mc-department-sidebar .navbar-nav {
  display: none;
}

.mc-static-departments {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-static-departments li {
  margin: 0;
}

.mc-static-departments a,
.mc-sidebar-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 45px;
  padding: 8px 8px;
  border-radius: 8px;
  color: var(--mc-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.mc-static-departments a span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.mc-static-departments a i:first-child {
  color: var(--mc-violet);
  font-size: 18px;
}

.mc-static-departments a > i {
  color: #857d96;
}

.mc-static-departments a:hover {
  background: #f5f1fb;
  color: var(--mc-purple);
}

.mc-sidebar-offer {
  align-items: center;
  margin-top: 14px;
  padding: 12px;
  background: #f2eafb;
}

.mc-sidebar-offer .mc-offer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--mc-purple);
  color: #fff;
  font-size: 22px;
}

.mc-sidebar-offer span:last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.mc-sidebar-offer small {
  color: var(--mc-purple);
  font-size: 12px;
  font-weight: 800;
}

.mc-sidebar-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 10px 16px;
  background: var(--mc-purple);
  color: var(--mc-white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-department-sidebar .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 8px 16px !important;
  color: var(--mc-ink) !important;
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.1;
}

.mc-department-sidebar .nav-link:hover {
  color: var(--mc-purple) !important;
  background: var(--mc-soft);
}

.banner-top {
  height: 410px !important;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #eef4ff;
  box-shadow: 0 16px 38px rgba(32, 96, 208, 0.18);
}

.banner-top .carousel-inner,
.banner-top .carousel-item {
  width: 100% !important;
  height: 100% !important;
}

.banner-top .carousel-item {
  align-items: center !important;
}

.banner-top .carousel-item .mc-hero-visual {
  width: 100% !important;
  height: 100% !important;
}

.mc-hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  width: 100% !important;
  min-width: 100% !important;
  height: 100%;
  padding: 52px 56px;
  overflow: hidden;
}

.mc-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(246, 249, 255, 0.84) 0%, rgba(246, 249, 255, 0.55) 34%, rgba(246, 249, 255, 0.12) 58%, rgba(246, 249, 255, 0) 100%);
  pointer-events: none;
}

.mc-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(16, 32, 64, 0.08), rgba(16, 32, 64, 0));
  pointer-events: none;
}

.mc-hero-slide--image-only::before,
.mc-hero-slide--image-only::after {
  display: none;
}

.mc-hero-slide--cta-only::before {
  background: linear-gradient(0deg, rgba(10, 24, 52, 0.24) 0%, rgba(10, 24, 52, 0.1) 26%, rgba(10, 24, 52, 0) 58%);
}

.mc-hero-copy {
  position: relative;
  z-index: 3;
  width: min(520px, 46%);
  background: transparent;
}

.mc-hero-copy--button-only {
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  bottom: 38px !important;
  left: 56px !important;
  z-index: 5;
  width: auto;
}

.mc-hero-copy--button-only .mc-hero-cta {
  position: relative;
  z-index: 6;
}

.mc-hero-floating-cta {
  position: absolute !important;
  right: auto !important;
  bottom: 28px !important;
  left: 56px !important;
  z-index: 6 !important;
  animation: mcHeroCtaFloat 2.8s ease-in-out infinite;
  box-shadow: 0 16px 34px rgba(32, 96, 208, 0.34), 0 0 0 0 rgba(32, 96, 208, 0.28);
  will-change: transform, box-shadow;
}

.mc-hero-floating-cta:hover {
  animation-play-state: paused;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 42px rgba(32, 96, 208, 0.42);
}

@keyframes mcHeroCtaFloat {
  0% {
    transform: translateY(0);
    box-shadow: 0 16px 34px rgba(32, 96, 208, 0.34), 0 0 0 0 rgba(32, 96, 208, 0.28);
  }

  50% {
    transform: translateY(-8px);
    box-shadow: 0 22px 42px rgba(32, 96, 208, 0.42), 0 0 0 10px rgba(32, 96, 208, 0);
  }

  100% {
    transform: translateY(0);
    box-shadow: 0 16px 34px rgba(32, 96, 208, 0.34), 0 0 0 0 rgba(32, 96, 208, 0.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc-hero-floating-cta {
    animation: none;
  }
}

.mc-empty-state {
  width: 100%;
  min-height: 220px;
  padding: 34px 22px;
  border: 1px solid rgba(37, 99, 214, 0.16);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.9));
  box-shadow: 0 18px 50px rgba(15, 35, 70, 0.08);
  color: #15233d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.mc-empty-state i {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #eaf2ff;
  color: #2563d6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
}

.mc-empty-state h2 {
  margin: 8px 0 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 900;
  color: #10213f;
}

.mc-empty-state p {
  margin: 0;
  max-width: 520px;
  color: #5d6b83;
  font-weight: 500;
}

.mc-empty-state .btn {
  margin-top: 8px;
  border-radius: 14px;
  padding: 10px 20px;
  font-weight: 800;
}

.mc-hero-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--mc-violet);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mc-hero-copy h1 {
  max-width: 460px;
  margin: 0 0 14px;
  color: var(--mc-ink);
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 900;
  line-height: 0.98;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.72);
}

.mc-hero-copy p {
  max-width: 410px;
  margin: 0 0 28px;
  color: #3b344f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  text-shadow: 0 2px 16px rgba(255, 255, 255, 0.72);
}

.mc-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--mc-purple);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(32, 96, 208, 0.24);
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.mc-hero-cta:hover {
  background: var(--mc-violet);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(32, 96, 208, 0.3);
}

.mc-hero-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100% !important;
  min-width: 100% !important;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.mc-hero-product-image {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
}

.banner-top .carousel-control-prev,
.banner-top .carousel-control-next,
.banner-top .carousel-indicators {
  z-index: 4;
}

.custom-indicators button,
.carousel-indicators [data-bs-target] {
  width: 24px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  border: 0;
}

.custom-indicators .active,
.carousel-indicators .active {
  background: var(--mc-yellow);
}

.mc-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.mc-section-kicker {
  display: block;
  color: var(--mc-violet);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-section-head h3,
.mc-section-head .titulo-pagina,
.mc-list-heading h3 {
  margin: 0;
  padding: 0;
  color: var(--mc-ink);
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
}

.mc-section-head .btn {
  border-color: var(--mc-purple);
  color: var(--mc-purple);
  border-radius: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.mc-section-head .btn:hover {
  background: var(--mc-purple);
  color: var(--mc-white);
}

.promo-container,
.mc-product-section {
  margin: 20px 0;
  border: 1px solid var(--mc-line);
  border-radius: 8px !important;
  background: var(--mc-white);
  box-shadow: 0 12px 30px rgba(29, 22, 48, 0.07);
}

.promo-container .card-body,
.mc-product-section .card-body {
  padding: 18px;
}

.mc-trending-section {
  margin: 28px 0 26px;
  border: 0;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #fbfdff 0%, #f1f6ff 54%, #fbfdff 100%);
  box-shadow: 0 18px 44px rgba(24, 35, 59, 0.08);
}

.mc-trending-section > .card-body {
  padding: 42px 44px 52px;
}

.mc-trending-section .mc-section-head {
  align-items: center;
  margin-bottom: 30px;
}

.mc-trending-section .mc-section-kicker {
  margin-bottom: 6px;
  color: var(--mc-purple);
  font-size: 14px;
  letter-spacing: 0.02em;
}

.mc-trending-section .mc-section-head h3 {
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1;
}

.mc-trending-section .mc-section-head .btn {
  min-height: 58px;
  padding: 0 28px;
  border: 1.5px solid var(--mc-purple);
  border-radius: 10px;
  background: var(--mc-white);
  color: var(--mc-purple);
  font-size: 20px;
  gap: 10px;
}

.mc-trending-section .splide {
  padding: 0 10px 34px;
}

.mc-trending-section .splide__track {
  overflow: visible;
}

.mc-trending-section .splide__list {
  align-items: stretch;
  min-height: 540px !important;
}

.mc-carousel-band {
  display: block;
  height: auto !important;
  min-height: 0 !important;
  margin: 22px 0;
  padding: 22px 18px 10px;
  border-radius: 8px;
  background: #ded8e8;
  overflow: visible !important;
}

.mc-carousel-band .splide {
  height: auto !important;
  padding-top: 6px !important;
}

.mc-carousel-band .card {
  margin-top: 0;
  border: 0;
  border-radius: 8px !important;
  box-shadow: 0 8px 18px rgba(29, 22, 48, 0.08);
}

.mc-legacy-category-band {
  display: none !important;
}

.mc-section-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--mc-purple);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.mc-featured-categories {
  position: relative;
  clear: both;
  margin: 22px 0 24px;
  padding: 20px 18px 24px;
  min-height: 332px;
  border: 1px solid var(--mc-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(29, 22, 48, 0.05);
  overflow: visible;
}

.mc-about-section {
  position: relative;
  z-index: 0;
  clear: both;
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  margin: 26px 0 34px !important;
  padding: 0;
  background: transparent;
  overflow: visible !important;
}

.mc-about-shell {
  position: relative;
  padding: 38px 44px 42px;
  border: 1px solid #dbe6f6;
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 15%, rgba(32, 96, 208, 0.1), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(91, 23, 166, 0.08), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 54%, #f5f2ff 100%);
  box-shadow: 0 20px 52px rgba(17, 35, 67, 0.09);
  overflow: hidden;
}

.mc-about-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(32, 96, 208, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 42%);
}

.mc-about-head,
.mc-about-grid {
  position: relative;
  z-index: 1;
}

.mc-about-head {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}

.mc-about-head .mc-section-kicker {
  display: inline-flex;
  margin-bottom: 9px;
}

.mc-about-head h3 {
  margin: 0;
  color: var(--mc-ink);
  font-size: clamp(30px, 3.4vw, 52px);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: 0;
}

.mc-about-head p {
  max-width: 1040px;
  margin: 16px auto 0;
  color: #536176;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 500;
  line-height: 1.55;
  overflow: visible;
}

.mc-about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.mc-about-card {
  position: relative;
  min-height: 245px;
  padding: 30px 30px 28px;
  border: 1px solid rgba(32, 96, 208, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(17, 35, 67, 0.08);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.mc-about-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -48px;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background: rgba(32, 96, 208, 0.08);
}

.mc-about-card:hover {
  border-color: rgba(32, 96, 208, 0.28);
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(17, 35, 67, 0.13);
}

.mc-about-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--mc-purple);
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(32, 96, 208, 0.2);
}

.mc-about-icon i {
  font-size: 24px;
  line-height: 1;
}

.mc-about-card h4 {
  margin: 0 0 12px;
  color: var(--mc-ink);
  font-size: clamp(24px, 2.3vw, 36px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.mc-about-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #536176;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.62;
  text-align: left;
  overflow: visible;
}

@media (max-width: 991.98px) {
  .mc-about-shell {
    padding: 30px 22px 28px;
    border-radius: 16px;
  }

  .mc-about-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mc-about-card {
    min-height: 0;
    padding: 24px;
  }
}

@media (max-width: 575.98px) {
  .mc-about-section {
    margin: 18px 0 24px !important;
  }

  .mc-about-shell {
    padding: 24px 16px;
  }

  .mc-about-head {
    margin-bottom: 20px;
    text-align: left;
  }

  .mc-about-head p,
  .mc-about-card p {
    font-size: 15px;
    line-height: 1.55;
  }

  .mc-about-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
  }
}

.mc-featured-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.mc-featured-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 210px;
  padding: 14px;
  border: 1px solid var(--mc-line);
  border-radius: 10px;
  background: #fff;
  color: var(--mc-ink);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(29, 22, 48, 0.06);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.mc-featured-card:hover {
  border-color: rgba(32, 96, 208, 0.28);
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(29, 22, 48, 0.12);
}

.mc-featured-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 128px;
  flex: 0 0 128px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfaff, #f4f1f8);
}

.mc-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.mc-featured-card strong {
  font-size: 15px;
  font-weight: 900;
}

.mc-featured-card small {
  margin-top: 4px;
  color: var(--mc-purple);
  font-size: 12px;
  font-weight: 900;
}

.mc-carousel-band img {
  height: 105px !important;
  object-fit: contain;
  margin: 0;
}

.mc-brand-band {
  background: var(--mc-white);
  border: 1px solid var(--mc-line);
}

.mc-product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 510px;
  min-width: 0;
  max-width: 340px;
  margin: 0 auto;
  border: 1px solid var(--mc-line);
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--mc-white);
  box-shadow: 0 10px 24px rgba(29, 22, 48, 0.08);
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.mc-product-card:hover {
  border-color: rgba(32, 96, 208, 0.28);
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(29, 22, 48, 0.14);
}

.mc-product-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 238px;
  min-height: 238px;
  flex: 0 0 238px;
  padding: 58px 18px 24px;
  border: 0;
  background: linear-gradient(180deg, #fbfafc 0%, #f4f2f7 100%);
}

.mc-product-card .mc-product-media img {
  position: relative;
  z-index: 1;
  width: min(100%, 245px) !important;
  height: 170px !important;
  margin: 0 !important;
  object-fit: contain;
  cursor: pointer;
  filter: drop-shadow(0 10px 14px rgba(29, 22, 48, 0.08));
  transition: transform 0.18s ease;
}

.mc-product-card:hover .mc-product-media img {
  transform: scale(1.025);
}

.mc-product-code {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f8fbff;
  color: var(--mc-purple);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(29, 22, 48, 0.14);
}

.mc-favorite-btn {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(32, 96, 208, 0.42);
  border-radius: 9px;
  background: var(--mc-white);
  color: var(--mc-purple);
  box-shadow: 0 12px 22px rgba(32, 96, 208, 0.12);
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.mc-favorite-btn i {
  font-size: 25px;
}

.mc-favorite-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(32, 96, 208, 0.18);
}

.mc-favorite-btn.active {
  background: var(--mc-purple);
  color: var(--mc-white);
}

.mc-product-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  height: 272px;
  padding: 16px 18px 18px;
  border-top: 1px solid #e8e3ee;
  background: #fff;
}

.mc-product-brand {
  color: var(--mc-violet);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}

.mc-product-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 54px;
  min-height: 54px;
  margin: 4px 0 10px;
}

.mc-product-title h6 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #30364a;
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mc-product-info form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}

.mc-price-row {
  flex: 0 0 auto;
  padding: 0;
  margin: 0 0 10px;
}

.mc-price-row .w-100 {
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 42px;
}

.precio-original {
  color: #9a93a8;
  font-size: 11px;
  text-decoration: line-through;
}

.precio-promocion {
  color: var(--mc-ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.mc-cart-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  min-width: 48px;
  height: 48px;
  margin-left: auto;
  border: 1px solid var(--mc-purple);
  border-radius: 10px;
  color: var(--mc-purple);
  background: var(--mc-white);
  box-shadow: 0 10px 18px rgba(32, 96, 208, 0.16);
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.mc-cart-btn:hover {
  background: var(--mc-purple);
  color: var(--mc-white);
  transform: translateY(-2px);
  box-shadow: 0 13px 22px rgba(32, 96, 208, 0.24);
}

.mc-cart-btn i {
  margin: 0 !important;
  font-size: 22px;
}

.mc-installments {
  flex: 0 0 auto;
  margin-top: auto;
  padding: 0;
  color: var(--mc-muted);
  font-size: 13px;
  font-weight: 500;
}

.mc-installments b {
  color: #665f76;
  font-weight: 900;
}

.mc-installments .input-group {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) 48px;
  gap: 10px;
  margin-top: 8px;
  width: 100%;
}

.mc-installments .mc-product-actions.has-cash {
  grid-template-columns: minmax(160px, 1fr) 48px 48px;
}

.mc-installments .mc-product-actions.cash-only {
  grid-template-columns: 48px;
  justify-content: end;
}

.mc-installments .form-select {
  min-width: 0;
  width: 100%;
  height: 48px;
  border: 1px solid #ddd7e6;
  border-radius: 8px !important;
  background-color: #fff;
  color: var(--mc-ink);
  font-size: 15px;
  font-weight: 900;
  padding: 0.375rem 2.15rem 0.375rem 0.85rem !important;
  box-shadow: 0 8px 16px rgba(29, 22, 48, 0.1);
}

.mc-installments .form-select:focus {
  border-color: var(--mc-purple);
  box-shadow: 0 0 0 3px rgba(32, 96, 208, 0.12);
}

.mc-installments .mc-cart-btn {
  width: 48px !important;
  min-width: 48px;
  height: 48px;
  margin-left: 0;
  padding: 0 !important;
}

.mc-trending-section .splide__slide {
  display: flex;
  align-items: stretch;
  width: 320px !important;
  margin-right: 0.3rem !important;
  flex: 0 0 320px;
  padding: 0 4px 8px;
}

.mc-trending-section .producto-card {
  width: 100% !important;
  max-width: none;
}

.mc-trending-section .mc-product-card {
  max-width: 100%;
  height: 520px;
  min-height: 520px;
  border-radius: 12px !important;
  box-shadow: 0 18px 34px rgba(24, 35, 59, 0.1);
}

.mc-trending-section .mc-product-media {
  height: 248px;
  min-height: 248px;
  flex-basis: 248px;
  padding: 15px ;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.mc-trending-section .mc-product-card .mc-product-media img {
  width: 100% !important;
  height: 178px !important;
}

.mc-trending-section .mc-product-info {
  height: 272px;
  min-height: 272px;
  padding: 18px 22px 20px;
  text-align: left !important;
}

.mc-trending-section .mc-product-brand,
.mc-trending-section .mc-product-title,
.mc-trending-section .mc-price-row,
.mc-trending-section .mc-installments {
  width: 100%;
  text-align: left;
}

.mc-trending-section .mc-product-brand {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

.mc-trending-section .mc-product-title {
  height: 48px;
  min-height: 48px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--mc-line);
}

.mc-trending-section .mc-product-title h6 {
  font-size: 15px;
  line-height: 1.22;
  -webkit-line-clamp: 2;
}

.mc-trending-section .mc-price-row {
  margin-bottom: 8px;
}

.mc-trending-section .precio-promocion {
  font-size: 29px;
}

.mc-trending-section .mc-installments {
  margin-top: 6px;
}

.mc-trending-section .mc-installments b {
  color: var(--mc-purple);
}

.mc-trending-section .mc-installments .form-select {
  box-shadow: none;
}

.mc-trending-section .mc-cart-btn {
  box-shadow: none;
}

.mc-trending-section .mc-product-actions .mc-cart-btn:last-child {
  background: var(--mc-purple);
  color: var(--mc-white);
}

.mc-trending-section .splide__arrow {
  width: 62px;
  height: 62px !important;
  opacity: 1;
  color: var(--mc-purple);
  box-shadow: 0 16px 28px rgba(24, 35, 59, 0.12) !important;
}

.mc-trending-section .splide__arrow--prev {
  left: -24px;
}

.mc-trending-section .splide__arrow--next {
  right: -24px;
}

.mc-trending-section .splide__pagination {
  bottom: -16px;
}

@media (min-width: 992px) {
  .mc-search-page .contenedorvistapr > div {
    width: 33.333333%;
    flex: 0 0 33.333333%;
  }
}

.splide__arrow {
  border: 0 !important;
  background: var(--mc-white) !important;
  color: var(--mc-purple);
  box-shadow: 0 8px 18px rgba(29, 22, 48, 0.18) !important;
}

.splide__pagination__page {
  background: #b9adc9 !important;
}

.splide__pagination__page.is-active {
  background: var(--mc-purple) !important;
}

.mc-search-page {
  padding-top: 0px;
}

.mc-list-heading {
  align-items: end;
  margin: 18px 0 20px;
}

.mc-search-page .container {
  max-width: 97%;
}

.mc-search-page .divContenedorFiltros {
  position: sticky;
  top: 98px;
  border: 1px solid var(--mc-line);
  border-radius: 8px;
  background: #fff !important;
  box-shadow: 0 12px 26px rgba(29, 22, 48, 0.1) !important;
}

.mc-search-page .divContenedorFiltros h5 {
  border-bottom-color: var(--mc-purple) !important;
  color: var(--mc-ink);
  font-weight: 900;
}

.mc-search-page .mc-filter-title {
  display: flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 14px !important;
  padding: 4px 12px;
  border-radius: 999px;
  background: #eef5fb;
  color: #4a4656 !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.mc-search-page .mc-filter-category {
  margin: 0 !important;
  border-bottom: 1px solid #f0edf5;
}

.mc-search-page .mc-filter-toggle {
  min-height: 46px;
  padding: 8px 0;
  color: #171324 !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.mc-search-page .mc-filter-toggle i {
  color: var(--mc-ink);
  font-size: 18px;
  transition: transform 0.18s ease;
}

.mc-search-page .mc-filter-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.mc-search-page .mc-filter-toggle:hover {
  color: var(--mc-purple) !important;
}

.mc-search-page .mc-filter-subcategories {
  padding-bottom: 10px;
}

.mc-search-page .mc-filter-subcategory {
  padding: 6px 10px;
  border-radius: 8px;
  color: #5e596b !important;
  font-size: 13px;
  font-weight: 700;
}

.mc-search-page .mc-filter-subcategory:hover,
.mc-search-page .mc-filter-subcategory.active {
  background: #f4f0fb;
  color: var(--mc-purple) !important;
}

#slider-precio {
  height: 8px;
  margin: 20px 5px 24px;
  border: 0;
  border-radius: 999px;
  background: #e8e2f0;
  box-shadow: none;
}

#slider-precio .noUi-connect {
  background: var(--mc-blue);
}

#slider-precio .noUi-handle {
  top: -10px;
  right: -13px;
  width: 28px;
  height: 28px;
  border: 1px solid #d7d1df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(29, 22, 48, 0.16);
}

#slider-precio .noUi-handle::before,
#slider-precio .noUi-handle::after {
  display: none;
}

#form-precio {
  margin-top: 4px;
}

#form-precio .mc-price-input {
  min-height: 46px;
  overflow: hidden;
  border: 1px solid #e1dce8;
  border-radius: 8px;
  background: #fff;
}

#form-precio .mc-price-input .input-group-text {
  min-width: 44px;
  justify-content: center;
  border: 0;
  background: #f3f6f9;
  color: #a8a2b2;
  font-weight: 900;
}

#form-precio .mc-price-input .form-control {
  min-width: 0;
  height: 46px;
  padding: 0 5px;
  color: var(--mc-ink);
  font-size: 14px;
  font-weight: 800;
  box-shadow: none !important;
}

#form-precio .mc-price-input:focus-within {
  border-color: var(--mc-purple);
  box-shadow: 0 0 0 3px rgba(32, 96, 208, 0.1);
}

.mc-search-page .divContenedorFiltros .btn-primary {
  background: var(--mc-purple);
  border-color: var(--mc-purple);
  border-radius: 8px;
  min-height: 46px;
  font-size: 16px;
  font-weight: 900;
}

.mc-search-page .contenedorvistapr {
  row-gap: 18px;
}

.breadcrumb a {
  color: var(--mc-purple);
  font-weight: 800;
}

.mc-detail-page {
  max-width: 1440px;
  padding: 18px 18px 40px;
}

.mc-detail-page .breadcrumb {
  align-items: center;
  gap: 8px;
  margin-bottom: 18px !important;
  color: #5f596d;
  font-size: 14px;
  font-weight: 800;
}

.mc-detail-page .breadcrumb-item + .breadcrumb-item::before {
  color: #918aa1;
  font-weight: 700;
}

.mc-detail-grid {
  align-items: flex-start;
}

.mc-detail-gallery .product-image-viewer,
.mc-detail-gallery .carousel-inner {
  min-height: 500px;
  border: 1px solid #e1dce8;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #fbfafc 0%, #f1eff5 100%);
  box-shadow: 0 14px 30px rgba(29, 22, 48, 0.08);
}

.mc-detail-gallery .product-image-viewer img,
.mc-detail-gallery .carousel-item img {
  width: auto;
  max-height: 500px;
  object-fit: contain;
  padding: 18px;
}

.mc-detail-gallery .carousel-thumb {
  width: 64px !important;
  height: 64px;
  object-fit: contain;
  border: 1px solid #e1dce8;
  border-radius: 8px !important;
  background: #fff;
}

.mc-detail-summary > div {
  height: 100%;
}

.mc-detail-summary h2 {
  margin: 6px 0 12px !important;
  color: var(--mc-blue);
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mc-detail-summary .text-danger.fw-bold {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 23, 61, 0.08);
  color: #ee173b !important;
  font-size: 13px;
}

.mc-detail-summary small.text-muted {
  color: #5f596d !important;
  font-size: 13px;
  font-weight: 800;
}

.mc-detail-summary .badge {
  padding: 7px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-detail-summary #canasta_form {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #dfd9e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(29, 22, 48, 0.11);
}

.mc-detail-summary #canasta_form > .mb-4 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.mc-detail-summary #canasta_form h4 {
  margin: 0 0 7px;
  color: var(--mc-purple) !important;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 900;
  line-height: 1.15;
}

.mc-detail-summary #canasta_form .row.align-items-center {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) 112px 190px;
  gap: 10px !important;
  align-items: end !important;
  margin: 0 0 14px;
  padding: 13px;
  border: 1px solid #e7e2ed;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.mc-detail-summary #canasta_form .row.align-items-center > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
}

.mc-detail-summary #canasta_form .fs-3 {
  color: var(--mc-ink);
  font-size: clamp(20px, 1.45vw, 25px) !important;
  font-weight: 900 !important;
  line-height: 1;
  white-space: nowrap;
}

.mc-detail-summary #canasta_form .form-label {
  margin-bottom: 5px !important;
  color: #282238;
  font-size: 12px;
  font-weight: 900;
}

.mc-detail-summary #canasta_form .form-control,
.mc-detail-summary #canasta_form .form-select {
  width: 100% !important;
  min-height: 42px;
  border: 1px solid #dcd6e4;
  border-radius: 8px;
  background-color: #fff;
  color: var(--mc-ink);
  font-size: 14px;
  font-weight: 800;
  box-shadow: none;
}

.mc-detail-summary #canasta_form .form-control:focus,
.mc-detail-summary #canasta_form .form-select:focus {
  border-color: var(--mc-purple);
  box-shadow: 0 0 0 3px rgba(32, 96, 208, 0.12);
}

.mc-detail-summary #canasta_form .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(29, 22, 48, 0.11);
}

.mc-detail-summary #canasta_form .btn-success {
  background: #168a55;
}

.mc-detail-summary #canasta_form .btn-warning {
  background: var(--mc-yellow);
  color: #1d1630;
}

.mc-detail-summary #canasta_form .btn:hover {
  transform: translateY(-1px);
}

.info-producto,
.detalle-producto-card,
.magnifier-container,
.carousel-inner.rounded {
  border-radius: 8px !important;
}

.info-producto {
  border: 1px solid #e1dce8;
  background: #fff;
}

.info-producto .info-titulo {
  color: var(--mc-purple);
  font-weight: 900;
}

.footer-empresarial {
  margin-top: 28px;
  background: var(--mc-purple);
}

.footer-empresarial .container {
  max-width: 1440px;
  background: transparent;
}

.mc-footer-payments {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
}

.mc-footer-payments div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--mc-white);
  font-weight: 800;
}

.mc-footer-payments i {
  color: var(--mc-yellow);
}

.footer-empresarial .list-group-item {
  background: transparent;
  color: var(--mc-white);
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-empresarial a {
  color: var(--mc-white);
}

@media (max-width: 991.98px) {
  #espacio-cabecera {
    height: 78px;
  }

  .mc-topbar {
    display: none;
  }

  .mc-header .container-fluid {
    gap: 8px;
    min-height: 66px;
  }

  .mc-header .navbar-brand-group img {
    width: 60px;
  }

  .mc-logo-link {
    width: 78px;
  }

  .mc-header .btn.d-lg-none i {
    color: var(--mc-purple);
    font-size: 24px !important;
  }

  .mc-promo-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1090;
    min-height: 54px;
    background: var(--mc-purple) !important;
  }

  #navbarMain.mc-promo-nav {
    width: 100% !important;
    margin: 0;
    border-radius: 0;
  }

  .mc-promo-nav .bottom-icons .btn {
    width: auto !important;
  }

  .mc-promo-nav .bottom-icons i {
    color: var(--mc-white) !important;
  }

  .mc-header .btn-carrito-ml.position-fixed {
    bottom: 14px;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: var(--mc-blue);
    z-index: 1110;
  }

  .mc-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 10px 12px 14px;
  }

  .mc-home,
  .mc-search-page {
    padding: 0 0 76px;
  }

  .mc-home-hero-row {
    display: block !important;
  }

  .banner-top {
    height: auto !important;
    min-height: 520px;
    max-height: none;
    border-radius: 0;
  }

  .mc-hero-slide {
    min-height: 520px;
    padding: 34px 22px;
    align-items: flex-end;
  }

  .mc-hero-slide::before {
    background: linear-gradient(180deg, rgba(246, 249, 255, 0.12) 0%, rgba(246, 249, 255, 0.9) 70%, rgba(246, 249, 255, 0.98) 100%);
  }

  .mc-hero-copy {
    width: 100%;
    text-align: center;
  }

  .mc-hero-copy--button-only {
    right: 22px;
    bottom: 30px;
    left: 22px;
    width: auto;
  }

  .mc-hero-floating-cta {
    right: 22px !important;
    bottom: 24px !important;
    left: 22px !important;
    width: fit-content;
    margin: 0 auto;
  }

  .mc-hero-copy h1,
  .mc-hero-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .mc-hero-product-image {
    object-position: center center;
  }

  .mc-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 14px 10px 20px;
  }

  .mc-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 10px;
  }

  .mc-featured-categories {
    min-height: 520px;
  }

  .mc-trending-section > .card-body {
    padding: 26px 14px 42px;
  }

  .mc-trending-section .splide {
    padding-right: 0;
    padding-left: 0;
  }

  .mc-trending-section .splide__slide {
    width: 330px !important;
    flex-basis: 330px;
  }

  .mc-trending-section .mc-product-card {
    height: 520px;
    min-height: 520px;
  }

  .mc-trending-section .mc-product-media {
    height: 246px;
    min-height: 246px;
    flex-basis: 246px;
  }

  .mc-trending-section .mc-product-card .mc-product-media img {
    height: 178px !important;
  }

  .mc-trending-section .splide__arrow--prev {
    left: 4px;
  }

  .mc-trending-section .splide__arrow--next {
    right: 4px;
  }

  .promo-container,
  .mc-product-section,
  .mc-carousel-band {
    border-radius: 0 !important;
    margin: 14px 0;
  }

  .mc-section-head {
    align-items: flex-start;
    padding: 0;
  }

  .mc-section-head h3,
  .mc-list-heading h3 {
    font-size: 25px;
    line-height: 1.15;
  }

  .mc-product-card {
    height: 500px;
    max-width: 320px;
  }

  .mc-product-media {
    height: 220px;
    min-height: 220px;
    flex-basis: 220px;
    padding: 54px 14px 18px;
  }

  .mc-product-card .mc-product-media img {
    height: 145px !important;
  }

  .mc-product-info {
    height: 280px;
    min-height: 280px;
    padding: 14px 16px 16px;
  }

  .mc-search-page .container {
    padding: 0 10px;
  }

  .mc-search-page .divContenedorFiltros {
    position: static;
    margin-bottom: 18px;
  }

  .mc-search-page .contenedorvistapr > div {
    width: 50%;
    flex: 0 0 50%;
  }

  .mc-detail-page {
    padding: 12px 10px 84px;
  }

  .mc-detail-gallery .product-image-viewer,
  .mc-detail-gallery .carousel-inner {
    min-height: 360px;
  }

  .mc-detail-gallery .product-image-viewer img,
  .mc-detail-gallery .carousel-item img {
    max-height: 360px;
  }

  .mc-detail-summary #canasta_form .row.align-items-center {
    grid-template-columns: 1fr 104px;
    gap: 9px !important;
  }

  .mc-detail-summary #canasta_form .row.align-items-center > div:last-child {
    grid-column: 1 / -1;
  }

  .mc-footer-payments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .mc-header .buscador-form {
    min-width: 0;
  }

  .offcanvas-search .offcanvas-body {
    padding-right: 14px;
    padding-left: 14px;
  }

  .mc-trust-strip {
    grid-template-columns: 1fr;
  }

  .banner-top {
    min-height: 500px;
  }

  .mc-hero-slide {
    min-height: 500px;
    padding: 28px 18px;
  }

  .mc-hero-copy h1 {
    font-size: 38px;
  }

  .mc-hero-copy p {
    font-size: 16px;
  }

  .mc-hero-cta {
    min-height: 46px;
    padding: 0 24px;
  }

  .mc-hero-copy--button-only .mc-hero-cta,
  .mc-hero-floating-cta {
    width: 100%;
    max-width: 260px;
  }

  .mc-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mc-featured-categories {
    min-height: 650px;
  }

  .mc-trending-section {
    border-radius: 0 !important;
  }

  .mc-trending-section .splide__slide {
    width: min(300px, 88vw) !important;
    flex-basis: min(300px, 88vw);
  }

  .mc-trending-section .mc-section-head h3 {
    font-size: 31px;
  }

  .mc-trending-section .mc-section-head .btn {
    min-height: 50px;
    font-size: 16px;
  }

  .mc-trending-section .mc-product-card {
    height: 505px;
    min-height: 505px;
  }

  .mc-trending-section .mc-product-media {
    height: 230px;
    min-height: 230px;
    flex-basis: 230px;
  }

  .mc-trending-section .mc-product-info {
    height: 275px;
    min-height: 275px;
    padding: 16px;
  }

  .mc-trending-section .precio-promocion {
    font-size: 25px;
  }

  .mc-featured-card {
    min-height: 180px;
    padding: 10px;
  }

  .mc-featured-image {
    height: 105px;
  }

  .mc-section-head {
    flex-direction: column;
  }

  .mc-section-head .btn {
    width: 100%;
    justify-content: center;
  }

  .mc-search-page .contenedorvistapr > div {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 4px !important;
  }

  .mc-product-card {
    height: 510px;
    max-width: 360px;
  }

  .mc-detail-page .breadcrumb {
    font-size: 12px;
  }

  .mc-detail-summary h2 {
    font-size: 18px;
  }

  .mc-detail-gallery .product-image-viewer,
  .mc-detail-gallery .carousel-inner {
    min-height: 300px;
  }

  .mc-detail-gallery .product-image-viewer img,
  .mc-detail-gallery .carousel-item img {
    max-height: 300px;
    padding: 12px;
  }

  .mc-detail-summary #canasta_form {
    padding: 10px;
  }

  .mc-detail-summary #canasta_form .row.align-items-center {
    grid-template-columns: 1fr;
    padding: 11px;
    gap: 9px !important;
  }

  .mc-detail-summary #canasta_form .row.align-items-center > div:last-child {
    grid-column: auto;
  }

  .mc-product-media {
    height: 214px;
    min-height: 214px;
    flex-basis: 214px;
    padding: 54px 14px 18px;
  }

  .mc-product-card .mc-product-media img {
    height: 142px !important;
  }

  .mc-product-title h6 {
    font-size: 13px;
  }

  .precio-promocion {
    font-size: 18px;
  }

  .mc-installments .input-group {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .mc-installments .mc-product-actions.has-cash {
    grid-template-columns: minmax(0, 1fr) 48px 48px;
  }

  .mc-cart-btn {
    width: 48px !important;
    min-width: 48px;
  }
}

/* Final product card overrides */
.mc-product-card {
  width: 100%;
  max-width: 372px;
  height: 558px !important;
  min-height: 558px;
  max-height: 558px;
  border: 1px solid #d9e4f7;
  border-radius: 8px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 30px rgba(24, 35, 59, 0.12);
  cursor: default;
}

.mc-product-media {
  position: relative;
  height: 252px;
  min-height: 252px;
  flex: 0 0 252px;
  padding: 20px;
  border: 0;
  background: linear-gradient(180deg, #fbfdff 0%, #f2f7ff 100%);
}

.mc-product-image-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 90%;
  border-radius: 6px;
  overflow: hidden;
  background: #eef3fb;
  cursor: pointer;
}

.mc-product-image-frame.is-placeholder {
  background: #e8ebef;
}

.mc-product-card .mc-product-image-frame img,
.mc-product-card .mc-product-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  margin: 0 !important;
  padding: 0;
  object-fit: contain;
  filter: none;
}

.mc-product-card .mc-product-image-frame.is-placeholder img {
  width: 92% !important;
  height: 92% !important;
  opacity: 0.72;
}

.mc-favorite-btn {
  top: 18px;
  left: 18px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(32, 96, 208, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--mc-purple);
  box-shadow: 0 12px 24px rgba(24, 35, 59, 0.12);
}

.mc-favorite-btn i {
  font-size: 27px;
}

.mc-product-code {
  top: 18px;
  right: 18px;
  max-width: calc(100% - 96px);
  padding: 5px 12px;
  border: 1px solid #e7eefb;
  border-radius: 999px;
  background: #fff;
  color: var(--mc-purple);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 10px 18px rgba(24, 35, 59, 0.1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-product-info {
  height: 306px;
  min-height: 306px;
  padding: 10px ;
  border-top: 1px solid #dce5f5;
  text-align: left !important;
  background: #fff;
}

.mc-product-brand {
  display: inline-flex;
  align-self: flex-start;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 4px 10px;
  border: 1px solid rgba(32, 96, 208, 0.16);
  border-radius: 999px;
  background: #eef5ff;
  color: var(--mc-purple);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-product-title {
  width: 100%;
  height: 44px;
  min-height: 44px;
  margin: 0 0 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dce5f5;
}

.mc-product-title h6 {
  display: -webkit-box;
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: #626a76;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mc-product-info form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.mc-price-row {
  width: 100%;
  margin: 0 0 11px;
  padding: 0;
}

.mc-price-row .w-100 {
  justify-content: center;
  min-height: 40px;
}

.precio-promocion {
  max-width: 100%;
  color: var(--mc-ink);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mc-installments {
  width: 100%;
  margin-top: auto;
  padding: 0;
  color: #69748a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.mc-installments b {
  color: var(--mc-purple);
  font-weight: 900;
}

.mc-installments .input-group,
.mc-installments .mc-product-actions.has-cash {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px 58px;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin-top: 9px;
}

.mc-installments .mc-product-actions.no-cash {
  grid-template-columns: minmax(0, 1fr) 58px;
}

.mc-installments .mc-product-actions.cash-only {
  grid-template-columns: 58px;
  justify-content: end;
}

.mc-installments .form-select {
  width: 100%;
  min-width: 0;
  height: 58px;
  border: 1px solid #d8e1f1;
  border-radius: 8px !important;
  background-color: #fff;
  color: var(--mc-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  padding: 0 2rem 0 16px !important;
  box-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mc-cart-btn,
.mc-installments .mc-cart-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 58px !important;
  min-width: 58px;
  height: 58px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--mc-purple);
  border-radius: 0;
  background: #fff;
  color: var(--mc-purple);
  box-shadow: none;
}

.mc-product-actions .mc-cart-btn:last-child {
  border-radius: 0 8px 8px 0;
  background: var(--mc-purple);
  color: #fff;
}

.mc-cart-btn i {
  margin: 0 !important;
  font-size: 24px;
  line-height: 1;
}

.mc-trending-section .splide__slide {
  width: 386px !important;
  flex: 0 0 386px;
  padding: 0 6px 16px;
}

.mc-trending-section .producto-card {
  width: 100% !important;
  max-width: none;
  margin-bottom: 0 !important;
}

.mc-trending-section .mc-product-card {
  height: 558px !important;
  min-height: 558px;
  max-height: 558px;
  max-width: 100%;
}

.mc-search-page .contenedorvistapr {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 350px));
  justify-content: start;
  align-items: start;
  gap: 5px;
  margin: 0;
  padding-left: 18px !important;
}

.mc-search-page .contenedorvistapr > div {
  display: flex;
  width: 100% !important;
  max-width: 372px;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mc-search-page .contenedorvistapr .mc-product-card {
  width: 100%;
  max-width: 372px;
  height: 558px !important;
  min-height: 558px;
  max-height: 558px;
}

.mc-search-page .contenedorvistapr .mc-product-info {
  height: 306px;
  min-height: 306px;
}

.mc-trending-section .mc-product-media {
  height: 252px;
  min-height: 252px;
  flex-basis: 252px;
  padding: 52px 22px 20px;
}

.mc-trending-section .mc-product-info {
  height: 306px;
  min-height: 306px;
  padding: 22px 22px 20px;
}

.mc-trending-section .mc-product-title {
  height: 44px;
  min-height: 44px;
  margin-bottom: 13px;
}

.mc-trending-section .precio-promocion {
  font-size: 31px;
}

@media (max-width: 991.98px) {
  .mc-trending-section .splide__slide {
    width: 356px !important;
    flex-basis: 356px;
  }

  .mc-product-card {
    max-width: 356px;
  }
}

@media (max-width: 575.98px) {
  .mc-trending-section .splide__slide {
    width: min(340px, calc(100vw - 26px)) !important;
    flex-basis: min(340px, calc(100vw - 26px));
    padding-right: 4px;
    padding-left: 4px;
  }

  .mc-product-card {
    max-width: min(340px, calc(100vw - 26px));
    height: 542px !important;
    min-height: 542px;
    max-height: 542px;
  }

  .mc-product-media,
  .mc-trending-section .mc-product-media {
    height: 236px;
    min-height: 236px;
    flex-basis: 236px;
    padding: 50px 14px 16px;
  }

  .mc-product-image-frame {
    height: 170px;
  }

  .mc-product-info,
  .mc-trending-section .mc-product-info {
    height: 306px;
    min-height: 306px;
    padding: 20px 14px 18px;
  }

  .mc-product-title h6 {
    font-size: 14px;
  }

  .precio-promocion,
  .mc-trending-section .precio-promocion {
    font-size: 28px;
  }

  .mc-installments .input-group,
  .mc-installments .mc-product-actions.has-cash {
    grid-template-columns: minmax(0, 1fr) 52px 52px;
    gap: 8px;
  }

  .mc-installments .mc-product-actions.no-cash {
    grid-template-columns: minmax(0, 1fr) 52px;
  }

  .mc-installments .mc-product-actions.cash-only {
    grid-template-columns: 52px;
  }

  .mc-installments .form-select,
  .mc-cart-btn,
  .mc-installments .mc-cart-btn {
    height: 52px;
    min-width: 52px;
  }

  .mc-cart-btn,
  .mc-installments .mc-cart-btn {
    width: 52px !important;
  }

  .mc-installments .form-select {
    font-size: 14px;
    padding-left: 12px !important;
  }

  .mc-search-page .contenedorvistapr {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    padding-left: 0 !important;
  }

  .mc-search-page .contenedorvistapr > div,
  .mc-search-page .contenedorvistapr .mc-product-card {
    max-width: min(340px, calc(100vw - 26px));
  }

  .mc-search-page .contenedorvistapr .mc-product-card {
    height: 542px !important;
    min-height: 542px;
    max-height: 542px;
  }
}

/* Compact promo product sections */
.mc-product-section:not(.mc-trending-section) .promo-products {
  padding: 8px 0 0 !important;
  overflow: hidden;
}

.mc-product-section:not(.mc-trending-section) .promo-products > .row {
  margin-right: 0;
  margin-left: 0;
}

.mc-product-section:not(.mc-trending-section) .promo-products .row.justify-content-end {
  justify-content: flex-start !important;
  margin-bottom: 0 !important;
}

.mc-product-section:not(.mc-trending-section) .promo-products .row.justify-content-end > .row {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.mc-product-section:not(.mc-trending-section) .promo-products .row.justify-content-end > .row > [class*="col-md-3"] {
  display: none !important;
}

.mc-product-section:not(.mc-trending-section) .promo-products .row.justify-content-end > .row > [class*="col-md-9"] {
  width: 100% !important;
  max-width: 100%;
  flex: 0 0 100%;
  padding-right: 0;
  padding-left: 0;
}

.mc-product-section:not(.mc-trending-section) .promo-products .col-12.d-flex.justify-content-center.mb-3 {
  margin-bottom: 12px !important;
}

.mc-product-section:not(.mc-trending-section) .promo-products .col-12.d-flex.justify-content-center.mb-3 .gap-3 {
  gap: 8px !important;
}

.mc-product-section:not(.mc-trending-section) .promo-products .col-12.d-flex.justify-content-center.mb-3 .text-center {
  width: 58px !important;
  min-height: 58px;
  padding: 8px 6px !important;
  border: 1px solid var(--mc-line);
  border-radius: 8px !important;
  box-shadow: 0 8px 16px rgba(24, 35, 59, 0.1) !important;
}

.mc-product-section:not(.mc-trending-section) .promo-products .col-12.d-flex.justify-content-center.mb-3 h5 {
  font-size: 20px;
  line-height: 1;
}

.mc-product-section:not(.mc-trending-section) .promo-products .col-12.d-flex.justify-content-center.mb-3 small {
  display: block;
  margin-top: 3px;
  color: var(--mc-muted) !important;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.05;
  word-break: normal;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] {
  padding: 0 10px 28px;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .splide__track {
  overflow: visible;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .splide__list {
  align-items: stretch;
  justify-content: flex-start !important;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .splide__slide {
  display: flex;
  justify-content: center;
  padding: 0 4px 14px;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .producto-card {
  width: 100% !important;
  max-width: none;
  margin-bottom: 0 !important;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-product-card {
  max-width: 100%;
  margin: 1%;
  height: 532px !important;
  min-height: 532px;
  max-height: 532px;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-product-media {
  height: 232px;
  min-height: 232px;
  flex-basis: 232px;
  padding: 48px 14px 16px;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-product-image-frame {
  height: 168px;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-product-info {
  height: 270px;
  min-height: 270px;
  padding: 18px 14px 16px;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .precio-promocion {
  font-size: 27px;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-installments .input-group,
.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-installments .mc-product-actions.has-cash {
  grid-template-columns: minmax(0, 1fr) 50px 50px;
  gap: 7px;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-installments .form-select,
.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-cart-btn,
.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-installments .mc-cart-btn {
  height: 50px;
  min-width: 50px;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-cart-btn,
.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-installments .mc-cart-btn {
  width: 50px !important;
}

@media (max-width: 575.98px) {
  .mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] {
    padding-right: 4px;
    padding-left: 4px;
  }

}

/* Premium clean active-offer carousel */
.mc-promo-premium-section {
  margin: 14px auto 22px !important;
  width: calc(100vw - 16px) !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw + 8px) !important;
  margin-right: calc(50% - 50vw + 8px) !important;
  border: 1px solid #d9e4f6 !important;
  border-radius: 22px !important;
  background: var(--promo-bg-desktop, linear-gradient(180deg, #ffffff, #ffffff)) !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 18px 44px rgba(17, 35, 67, 0.12) !important;
  overflow: visible !important;
}

.mc-promo-premium-section > .card-body {
  position: relative;
  z-index: 1;
  padding: 14px 8px 18px !important;
}

.mc-promo-premium-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start !important;
  gap: 12px;
  margin-bottom: 0 !important;
  padding: 0 18px;
}

.mc-promo-premium-copy .mc-section-kicker {
  color: var(--mc-purple);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mc-promo-premium-copy .card-title {
  margin: 3px 0 4px !important;
  color: var(--mc-ink);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
}

.mc-promo-premium-subtitle {
  margin: 0;
  color: #596579;
  font-size: 18px;
  line-height: 1.35;
}

.mc-promo-validity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0;
  padding: 7px 11px;
  border: 1px solid rgba(32, 96, 208, .18);
  border-radius: 9px;
  background: rgba(238, 245, 255, .94);
  color: #174c9c;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.mc-promo-validity i {
  flex: 0 0 auto;
  color: var(--mc-purple);
  font-size: 16px;
}


.mc-promo-view-all {
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 154px;
  height: 52px;
  padding: 0 22px !important;
  border: 1px solid var(--mc-purple) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--mc-purple) !important;
  font-size: 17px;
  font-weight: 900;
  box-shadow: none !important;
}

.mc-promo-view-all:hover,
.mc-promo-view-all:focus-visible {
  background: var(--mc-purple) !important;
  color: #fff !important;
}

.mc-promo-premium-section .promo-products {
  width: 100% !important;
  padding: 0 !important;
  overflow: visible !important;
}

.mc-promo-premium-section .promo-products .row {
  --bs-gutter-x: 0;
}

.mc-promo-premium-section .promo-products > .row,
.mc-promo-premium-section .promo-products .row.justify-content-end,
.mc-promo-premium-section .promo-products .row.justify-content-end > .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mc-promo-premium-section .promo-products .row.justify-content-end > .row > .col-12 {
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.mc-promo-premium-section .promo-products .row.justify-content-end {
  justify-content: center !important;
  margin-bottom: 0 !important;
}

.mc-promo-premium-section .promo-products [class*="col-md-3"] {
  display: none !important;
}

.mc-promo-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: 12px auto 16px;
  padding: 10px 14px;
  border: 1px solid rgba(32, 96, 208, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 26px rgba(17, 35, 67, .09);
}

.mc-promo-countdown-label {
  color: var(--mc-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.mc-promo-countdown-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.mc-promo-countdown-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 54px;
  min-height: 54px;
  border: 1px solid #d8e2f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 35, 67, 0.08);
}

.mc-promo-countdown-chip h5 {
  color: var(--mc-purple);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.mc-promo-countdown-chip small {
  margin-top: 4px;
  color: #687489;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] {
  width: 100% !important;
  padding: 0 0 4px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__track {
  overflow: hidden !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__list {
  align-items: stretch;
  justify-content: flex-start !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"].is-single-product .splide__list {
  justify-content: center !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"].is-single-product .splide__arrows,
.mc-promo-premium-section .splide[id^="carouselProductosPromo"].is-single-product .splide__pagination {
  display: none !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__slide {
  display: flex;
  justify-content: stretch;
  padding: 0 3px 8px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .producto-card {
  width: 100% !important;
  max-width: none;
  margin-bottom: 0 !important;
}

.mc-promo-premium-section .mc-product-card-promo {
  width: 100%;
  max-width: none;
  height: 472px !important;
  min-height: 472px !important;
  max-height: 472px !important;
  border: 1px solid #dbe5f3 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(17, 35, 67, 0.1) !important;
  overflow: hidden !important;
}

.mc-promo-premium-section .mc-product-card-promo:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(17, 35, 67, 0.14) !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-media {
  position: relative;
  height: 246px;
  min-height: 246px;
  flex-basis: 246px;
  padding: 46px 16px 12px;
  border: 0;
  background: #fff;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-image-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 188px;
  border-radius: 10px;
  background: #f4f7fb;
  overflow: hidden;
  cursor: pointer;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mc-promo-premium-section .mc-product-card-promo .mc-favorite-btn {
  top: 14px;
  left: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(32, 96, 208, 0.4);
  border-radius: 10px;
  background: #fff;
  color: var(--mc-purple);
  box-shadow: 0 10px 20px rgba(17, 35, 67, 0.12);
  z-index: 4;
}

.mc-promo-premium-section .mc-product-card-promo .mc-favorite-btn i {
  font-size: 24px;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-code {
  top: 16px;
  right: 14px;
  max-width: 126px;
  padding: 5px 12px;
  border: 1px solid #e5edf8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--mc-purple);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(17, 35, 67, 0.1);
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-info {
  height: 226px;
  min-height: 226px;
  padding: 10px 14px 14px;
  border-top: 1px solid #dbe5f3;
  text-align: left !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-brand {
  margin-bottom: 7px;
  padding: 4px 10px;
  border-color: rgba(32, 96, 208, 0.25);
  background: #eef5ff;
  color: var(--mc-purple);
  font-size: 12px;
  font-weight: 900;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-title {
  height: 45px;
  min-height: 45px;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dbe5f3;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-title h6 {
  color: #101828;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
}

.mc-promo-premium-section .mc-product-card-promo .mc-price-row {
  margin-bottom: 8px;
}

.mc-promo-premium-section .mc-product-card-promo .mc-price-row .w-100 {
  justify-content: flex-start;
  min-height: 36px;
}

.mc-promo-premium-section .mc-product-card-promo .precio-promocion {
  color: var(--mc-ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.05;
  text-align: left;
}

.mc-promo-product-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--mc-purple);
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 0;
  background: var(--mc-purple);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-info form {
  flex: 0 0 auto;
}

.mc-promo-product-cta:hover,
.mc-promo-product-cta:focus-visible {
  background: #174ca8;
  border-color: #174ca8;
  color: #fff;
  transform: translateY(-1px);
}

.mc-promo-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 180px;
  border: 1px dashed #c9d6ea;
  border-radius: 12px;
  color: #64748b;
  font-weight: 800;
}

.mc-promo-premium-section .splide__arrow {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--mc-purple) !important;
  opacity: 1 !important;
  box-shadow: 0 12px 28px rgba(17, 35, 67, 0.13) !important;
}

.mc-promo-premium-section .splide__arrow svg {
  fill: currentColor !important;
  width: 18px;
  height: 18px;
}

.mc-promo-premium-section .splide__arrow--prev {
  left: 6px !important;
}

.mc-promo-premium-section .splide__arrow--next {
  right: 6px !important;
}

.mc-promo-premium-section .splide__pagination {
  bottom: 0 !important;
  gap: 12px;
}

.mc-promo-premium-section .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: #cfd6e2 !important;
  opacity: 1;
}

.mc-promo-premium-section .splide__pagination__page.is-active {
  transform: none;
  background: var(--mc-purple) !important;
}

@media (max-width: 1199.98px) {
  .mc-promo-premium-section .mc-product-card-promo {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .mc-promo-premium-section {
    margin: 10px 8px 18px !important;
    border-radius: 18px !important;
    background: var(--promo-bg-mobile, var(--promo-bg-desktop, linear-gradient(180deg, #ffffff, #ffffff))) !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .mc-promo-premium-section > .card-body {
    padding: 14px 12px 18px !important;
  }

  .mc-promo-premium-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mc-promo-premium-copy .card-title {
    max-width: 300px;
    margin: 4px 0 6px !important;
    font-size: clamp(22px, 6.2vw, 26px) !important;
    line-height: 1.08;
    letter-spacing: -.01em;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .mc-promo-premium-actions {
    justify-self: stretch;
  }

  .mc-promo-view-all {
    width: 100%;
  }

  .mc-promo-countdown {
    flex-wrap: wrap;
    gap: 7px;
    width: 100%;
    margin: 8px 0 14px;
    padding: 10px 8px;
  }

  .mc-promo-validity {
    width: 100%;
    font-size: 12px;
  }

  .mc-promo-countdown-label {
    width: 100%;
    text-align: center;
  }

  .mc-promo-countdown-chip {
    width: 52px;
    min-height: 52px;
  }

  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] {
    padding: 0 0 26px !important;
  }

  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__track {
    overflow: visible !important;
  }

  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__slide {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .mc-promo-premium-section .mc-product-card-promo {
    max-width: min(280px, 82vw);
    height: 462px !important;
    min-height: 462px !important;
    max-height: 462px !important;
  }

  .mc-promo-premium-section .mc-product-card-promo .mc-product-media {
    height: 236px;
    min-height: 236px;
    flex-basis: 236px;
    padding: 44px 14px 12px;
  }

  .mc-promo-premium-section .mc-product-card-promo .mc-product-image-frame {
    height: 182px;
  }

  .mc-promo-premium-section .mc-product-card-promo .mc-product-info {
    height: 226px;
    min-height: 226px;
    padding: 10px 12px 14px;
  }

  .mc-promo-premium-section .mc-product-card-promo .precio-promocion {
    font-size: 23px;
  }

  .mc-promo-premium-section .splide__arrow {
    display: none !important;
  }
}

.mc-detail-gallery .product-image-viewer,
.mc-detail-gallery .carousel-item,
.mc-detail-gallery .carousel-item .product-image-open {
  min-height: 500px;
}

/* Trending cards: cleaner retail hierarchy and compact purchase controls. */
.mc-trending-section .splide {
  padding: 6px 18px 34px !important;
}

.mc-trending-section .splide__list {
  min-height: 0 !important;
  align-items: stretch !important;
}

.mc-trending-section .splide__slide {
  padding: 6px 7px 18px !important;
}

.mc-trending-section .mc-product-card {
  height: 558px !important;
  min-height: 558px !important;
  max-height: 558px !important;
  border: 1px solid #dfe7f3 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(18, 42, 78, .09) !important;
  overflow: hidden !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.mc-trending-section .mc-product-card:hover {
  border-color: rgba(32, 96, 208, .3) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 42px rgba(18, 42, 78, .14) !important;
}

.mc-trending-section .mc-product-media {
  height: 246px !important;
  min-height: 246px !important;
  flex: 0 0 246px !important;
  padding: 48px 18px 12px !important;
  border-bottom: 1px solid #e7edf6 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%) !important;
}

.mc-trending-section .mc-product-image-frame {
  height: 184px !important;
  min-height: 184px !important;
}

.mc-trending-section .mc-product-image-frame:not(.is-placeholder) img {
  transform: scale(1.02) !important;
}

.mc-trending-section .mc-product-card:hover .mc-product-image-frame:not(.is-placeholder) img {
  transform: scale(1.055) !important;
}

.mc-trending-section .mc-favorite-btn {
  top: 14px !important;
  left: 14px !important;
  width: 44px !important;
  height: 44px !important;
  border-color: #c9d9f5 !important;
  border-radius: 13px !important;
  box-shadow: 0 8px 20px rgba(18, 42, 78, .1) !important;
}

.mc-trending-section .mc-favorite-btn i {
  font-size: 23px !important;
}

.mc-trending-section .mc-product-code {
  top: 15px !important;
  right: 14px !important;
  padding: 5px 12px !important;
  border-color: #e2eaf6 !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 6px 16px rgba(18, 42, 78, .08) !important;
}

.mc-trending-section .mc-product-info {
  height: 312px !important;
  min-height: 312px !important;
  flex: 0 0 312px !important;
  padding: 14px 18px 16px !important;
  border-top: 0 !important;
}

.mc-trending-section .mc-product-brand {
  margin-bottom: 8px !important;
  padding: 4px 11px !important;
  border-color: #cbdcf8 !important;
  background: #f1f6ff !important;
  font-size: 11px !important;
  letter-spacing: .02em;
}

.mc-trending-section .mc-product-title {
  height: 48px !important;
  min-height: 48px !important;
  margin-bottom: 8px !important;
  padding-bottom: 8px !important;
  border-bottom-color: #e5ebf4 !important;
}

.mc-trending-section .mc-product-title h6 {
  color: #3d4655 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.mc-trending-section .mc-product-form {
  display: flex !important;
  min-height: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

.mc-trending-section .mc-price-row {
  position: relative;
  margin: 0 0 9px !important;
  padding-top: 16px !important;
}

.mc-trending-section .mc-price-row::before {
  content: "Precio contado";
  position: absolute;
  top: 0;
  left: 0;
  color: #7a8699;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mc-trending-section .mc-price-row .w-100 {
  justify-content: flex-start !important;
  min-height: 38px !important;
}

.mc-trending-section .precio-promocion {
  color: #15233d !important;
  font-size: clamp(26px, 2vw, 32px) !important;
  line-height: 1 !important;
  text-align: left !important;
}

.mc-trending-section .mc-installments {
  margin-top: auto !important;
  color: #6f7b8f !important;
  font-size: 13px !important;
}

.mc-trending-section .mc-installments .mc-product-actions,
.mc-trending-section .mc-installments .mc-product-actions.has-cash {
  display: flex !important;
  align-items: stretch !important;
  gap: 8px !important;
  width: 100% !important;
  margin-top: 7px !important;
}

.mc-trending-section .mc-installments .form-select {
  width: 0 !important;
  min-width: 0 !important;
  height: 48px !important;
  flex: 1 1 auto !important;
  border-color: #d7e1ef !important;
  border-radius: 11px !important;
  background-color: #fbfcfe !important;
  font-size: 13px !important;
  padding: 0 2rem 0 12px !important;
}

.mc-trending-section .mc-installments .mc-cart-btn {
  width: 108px !important;
  min-width: 108px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 12px !important;
  border-radius: 11px !important;
  box-shadow: 0 8px 18px rgba(32, 96, 208, .2) !important;
}

.mc-trending-section .mc-installments .mc-cart-btn i {
  font-size: 18px !important;
}

.mc-trending-section .mc-installments-cash .mc-product-actions.cash-only,
.mc-trending-section .mc-installments-cash .mc-product-actions.cash-only .mc-cart-btn {
  width: 100% !important;
}

.mc-trending-section .splide__arrow {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid #dce5f2 !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 10px 24px rgba(18, 42, 78, .14) !important;
  opacity: 1 !important;
}

.mc-trending-section .splide__arrow svg {
  width: 15px !important;
  height: 15px !important;
  fill: var(--mc-purple) !important;
}

.mc-trending-section .splide__arrow--prev {
  left: -4px !important;
}

.mc-trending-section .splide__arrow--next {
  right: -4px !important;
}

@media (max-width: 575.98px) {
  .mc-trending-section .mc-product-card {
    height: 548px !important;
    min-height: 548px !important;
    max-height: 548px !important;
  }

  .mc-trending-section .mc-product-info {
    height: 302px !important;
    min-height: 302px !important;
    flex-basis: 302px !important;
    padding-inline: 14px !important;
  }

  .mc-trending-section .mc-installments .mc-cart-btn {
    width: 102px !important;
    min-width: 102px !important;
  }
}

/* Catalog polish: full cards, trustworthy stock state and calmer imagery. */
.mc-cart-label-short {
  display: none;
}

.mc-trending-section .producto-card,
.mc-trending-section .mc-product-card {
  width: 100% !important;
  max-width: none !important;
}

.mc-trending-section .mc-product-image-frame {
  border: 1px solid #edf1f7 !important;
  border-radius: 14px !important;
  background: #fbfcfe !important;
}

.mc-trending-section .mc-product-image-frame:not(.is-placeholder) img {
  width: 88% !important;
  height: 88% !important;
  max-width: 88% !important;
  max-height: 88% !important;
  object-fit: contain !important;
}

.mc-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 24px;
}

.mc-product-meta .mc-product-brand {
  min-width: 0;
  margin-bottom: 0 !important;
}

.mc-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.mc-stock-badge.is-available {
  background: #eaf8f0;
  color: #18794e;
}

.mc-stock-badge.is-unavailable {
  background: #fff0f0;
  color: #c23838;
}

.mc-trending-section .mc-product-meta {
  margin-bottom: 8px;
}

.mc-trending-section .mc-product-title {
  margin-top: 0 !important;
}

.mc-trending-section .mc-price-row .w-100 {
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
}

.mc-discount-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 7px;
  border-radius: 7px;
  background: #e9f7ef;
  color: #18794e;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.mc-trending-section .precio-original {
  width: auto !important;
  color: #8994a6 !important;
  font-size: 11px !important;
  text-align: left !important;
}

.mc-trending-section .mc-installments .mc-cart-btn {
  width: 142px !important;
  min-width: 142px !important;
}

.mc-promo-premium-section {
  background-color: rgba(248, 250, 255, .9) !important;
  background-blend-mode: screen !important;
}

.mc-promo-premium-section .mc-product-card-promo {
  backdrop-filter: blur(2px);
}

@media (max-width: 1199.98px) {
  .mc-trending-section .mc-installments .mc-cart-btn {
    width: 126px !important;
    min-width: 126px !important;
  }
}

@media (max-width: 767.98px) {
  .mc-cart-label-long {
    display: none;
  }

  .mc-cart-label-short {
    display: inline;
  }

  .mc-trending-section .mc-installments .mc-cart-btn {
    width: 104px !important;
    min-width: 104px !important;
  }

  .mc-trending-section .splide__arrow {
    display: none !important;
  }
}

/* Clean account trigger */
.mc-header .mc-account-dropdown {
  display: inline-flex !important;
  align-items: center;
}

.mc-header .mc-account-dropdown .mc-account-link {
  display: inline-grid !important;
  grid-template-columns: 46px minmax(92px, auto) 16px;
  align-items: center !important;
  column-gap: 10px !important;
  min-height: 54px;
  padding: 4px 10px 4px 0 !important;
  border-radius: 14px;
  color: var(--mc-ink) !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.mc-header .mc-account-dropdown .mc-account-link:hover,
.mc-header .mc-account-dropdown .mc-account-link:focus-visible {
  background: #f4f8ff;
}

.mc-header .mc-account-dropdown .mc-account-link::after {
  grid-column: 3;
  justify-self: center;
  margin: 0 !important;
  border-top-color: var(--mc-ink);
  transform: translateY(1px);
}

.mc-header .mc-account-icon {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #d8e2f2;
  border-radius: 14px;
  background: #fff;
  color: var(--mc-purple);
  box-shadow: 0 8px 18px rgba(17, 35, 67, 0.06);
}

.mc-header .mc-account-icon i {
  font-size: 24px;
  line-height: 1;
}

.mc-header .mc-account-copy {
  grid-column: 2;
  display: flex !important;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  line-height: 1.05;
}

.mc-header .mc-account-copy strong {
  display: block;
  color: var(--mc-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.05;
}

.mc-header .mc-account-copy small {
  display: block;
  max-width: 116px;
  color: #607086;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.05;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-header .mc-account-dropdown .mc-account-link > i {
  display: none !important;
}

/* Compact product status/brand pill */
.mc-product-card .mc-product-info .mc-product-brand,
.mc-trending-section .mc-product-card .mc-product-info .mc-product-brand,
.mc-promo-premium-section .mc-product-card-promo .mc-product-info .mc-product-brand {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  align-self: flex-start !important;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px !important;
  padding: 5px 12px !important;
  border: 1px solid rgba(32, 96, 208, 0.22) !important;
  border-radius: 999px !important;
  background: #eef5ff !important;
  color: var(--mc-purple) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em;
  text-align: left !important;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: none !important;
}

/* Search catalog without sidebar filters */
.mc-search-page > .container > .row:not(.mc-list-heading) {
  display: block !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mc-search-page .divContenedorFiltros {
  display: none !important;
}

.mc-search-page .mc-list-heading #ordenar {
  display: none !important;
}

.mc-catalog-filterbar {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(180px, 0.8fr) minmax(320px, 1.25fr) minmax(170px, 0.75fr) auto;
  gap: 14px;
  align-items: end;
  width: 100%;
  margin: 2px 0 24px;
  padding: 16px;
  border: 1px solid #d7e4f6;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 255, 0.94));
  box-shadow: 0 16px 36px rgba(24, 35, 59, 0.09);
}

.mc-filter-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.mc-filter-field label {
  margin: 0;
  color: var(--mc-purple);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mc-filter-field input,
.mc-filter-field select {
  width: 100%;
  min-width: 0;
  height: 48px;
  border: 1px solid #d7e2f3;
  border-radius: 14px;
  background-color: #fff;
  color: var(--mc-ink);
  font-size: 14px;
  font-weight: 800;
  outline: none;
  padding: 0 15px;
  box-shadow: none;
}

.mc-filter-field select {
  padding-right: 34px;
}

.mc-filter-field input:focus,
.mc-filter-field select:focus {
  border-color: var(--mc-purple);
  box-shadow: 0 0 0 4px rgba(32, 96, 208, 0.12);
}

.mc-filter-field select:disabled {
  background: #f3f6fb;
  color: #8a96aa;
  cursor: not-allowed;
}

.mc-filter-price-range {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.mc-filter-range-title {
  color: var(--mc-purple);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mc-filter-range-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mc-filter-range-fields label {
  position: relative;
  display: block;
  margin: 0;
  min-width: 0;
}

.mc-filter-range-fields label span {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 1;
  color: #6c7890;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-50%);
  pointer-events: none;
}

.mc-filter-range-fields input {
  width: 100%;
  min-width: 0;
  height: 48px;
  border: 1px solid #d7e2f3;
  border-radius: 14px;
  background: #fff;
  color: var(--mc-ink);
  font-size: 14px;
  font-weight: 900;
  outline: none;
  padding: 0 12px 0 62px;
}

.mc-filter-range-fields input:focus {
  border-color: var(--mc-purple);
  box-shadow: 0 0 0 4px rgba(32, 96, 208, 0.12);
}

.mc-filter-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.mc-filter-apply,
.mc-filter-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.mc-filter-apply {
  gap: 8px;
  min-width: 116px;
  border: 0;
  background: var(--mc-purple);
  color: #fff;
  box-shadow: 0 12px 22px rgba(32, 96, 208, 0.22);
}

.mc-filter-clear {
  width: 44px;
  border: 1px solid #d7e2f3;
  background: #fff;
  color: var(--mc-purple);
}

.mc-search-page .contenedorvistapr {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
  gap: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: stretch !important;
  justify-content: stretch !important;
}

.mc-search-page .contenedorvistapr > .mc-search-product-item {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mc-search-page .contenedorvistapr > .mc-search-product-item .mc-product-card {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 1399.98px) {
  .mc-catalog-filterbar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mc-filter-field-search {
    grid-column: span 2;
  }

  .mc-filter-price-range {
    grid-column: span 2;
  }

  .mc-search-page .contenedorvistapr {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991.98px) {
  .mc-catalog-filterbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mc-filter-field-search,
  .mc-filter-price-range,
  .mc-filter-actions {
    grid-column: span 2;
  }

  .mc-filter-actions {
    justify-content: stretch;
  }

  .mc-filter-apply {
    flex: 1;
  }

  .mc-search-page .contenedorvistapr {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575.98px) {
  .mc-catalog-filterbar {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px;
  }

  .mc-filter-field-search,
  .mc-filter-price-range,
  .mc-filter-actions {
    grid-column: auto;
  }

  .mc-filter-range-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .mc-search-page .contenedorvistapr {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Featured categories polished layout */
.mc-featured-categories {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 22px 0 28px !important;
  padding: 24px !important;
  border: 1px solid #d9e6f8 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(17, 35, 67, 0.06) !important;
  overflow: visible !important;
}

.mc-featured-categories .mc-section-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 18px;
  margin: 0 0 24px !important;
  padding: 0 !important;
}

.mc-featured-categories .mc-section-kicker {
  display: block;
  margin: 0 0 4px;
  color: var(--mc-purple);
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mc-featured-categories .mc-section-head h3 {
  margin: 0;
  color: var(--mc-ink);
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: 0;
}

.mc-featured-categories .mc-section-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--mc-purple);
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.mc-featured-categories .mc-section-link i {
  font-size: 22px;
  transition: transform .18s ease;
}

.mc-featured-categories .mc-section-link:hover i {
  transform: translateX(4px);
}

.mc-featured-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100%;
  padding: 0 !important;
}

.mc-featured-card {
  display: flex !important;
  min-width: 0;
  min-height: 280px !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 18px 18px 20px !important;
  border: 1px solid #d9e6f8 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: var(--mc-ink) !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mc-featured-card:hover {
  border-color: rgba(32, 96, 208, 0.34) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(17, 35, 67, 0.08) !important;
}

.mc-featured-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 160px !important;
  flex: 0 0 160px !important;
  margin: 0 0 16px !important;
  border-radius: 10px !important;
  background: #fbf9ff !important;
  overflow: hidden !important;
}

.mc-featured-image img {
  width: 100% !important;
  height: 100% !important;
  padding: 14px !important;
  object-fit: contain !important;
  transition: transform .18s ease;
}

.mc-featured-card:hover .mc-featured-image img {
  transform: scale(1.03);
}

.mc-featured-card strong {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  color: var(--mc-ink);
  font-size: 19px !important;
  font-weight: 950 !important;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-featured-card small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto !important;
  color: var(--mc-purple) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1;
}

.mc-featured-card small i {
  font-size: 22px;
  transition: transform .18s ease;
}

.mc-featured-card:hover small i {
  transform: translateX(4px);
}

@media (max-width: 1399.98px) {
  .mc-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .mc-featured-categories {
    padding: 18px !important;
  }

  .mc-featured-categories .mc-section-head {
    flex-direction: column;
    gap: 10px;
  }

  .mc-featured-categories .mc-section-link {
    margin-top: 0;
  }

  .mc-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .mc-featured-card {
    min-height: 230px !important;
    padding: 12px !important;
  }

  .mc-featured-image {
    height: 120px !important;
    flex-basis: 120px !important;
  }

  .mc-featured-card strong {
    font-size: 15px !important;
  }

  .mc-featured-card small {
    font-size: 13px !important;
  }
}

.mc-whatsapp-seller {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1060;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 0;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff !important;
  font-family: var(--font-primary, Arial, sans-serif);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.34);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  animation: mcWhatsappFloat 2.8s ease-in-out infinite;
}

.mc-whatsapp-seller i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.mc-whatsapp-seller:hover,
.mc-whatsapp-seller:focus-visible {
  background: #1fbd5b;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(37, 211, 102, 0.42);
}

.mc-whatsapp-seller:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.28);
  outline-offset: 4px;
}

@keyframes mcWhatsappFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 767.98px) {
  .mc-whatsapp-seller {
    right: 16px;
    bottom: 84px;
    width: 56px;
    height: 56px;
  }

  .mc-whatsapp-seller i {
    width: 36px;
    height: 36px;
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc-whatsapp-seller {
    animation: none;
  }
}

/* Premium featured categories */
.mc-featured-categories {
  margin: 26px 0 32px !important;
  padding: clamp(18px, 2vw, 30px) !important;
  border: 1px solid rgba(37, 99, 214, 0.14) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 214, 0.06), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  box-shadow: 0 20px 46px rgba(15, 35, 70, 0.08) !important;
}

.mc-featured-categories .mc-section-head {
  margin-bottom: 24px !important;
}

.mc-featured-categories .mc-section-kicker {
  margin-bottom: 6px !important;
  color: var(--mc-purple) !important;
  font-family: var(--font-primary, Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
}

.mc-featured-categories .mc-section-head h3 {
  color: #10213f !important;
  font-family: var(--font-heading, Arial, sans-serif) !important;
  font-size: clamp(28px, 2.45vw, 42px) !important;
  font-weight: 900 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.mc-featured-categories .mc-section-link {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(37, 99, 214, 0.24);
  border-radius: 999px;
  background: #ffffff;
  color: #2563d6 !important;
  font-family: var(--font-primary, Arial, sans-serif);
  box-shadow: 0 10px 22px rgba(37, 99, 214, 0.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mc-featured-categories .mc-section-link:hover {
  border-color: rgba(37, 99, 214, 0.42);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(37, 99, 214, 0.12);
}

.mc-featured-grid {
  gap: clamp(14px, 1.4vw, 24px) !important;
}

.mc-featured-card {
  position: relative;
  min-height: 326px !important;
  padding: 18px 16px 20px !important;
  border: 1px solid rgba(37, 99, 214, 0.16) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  box-shadow: 0 12px 28px rgba(15, 35, 70, 0.06) !important;
  overflow: hidden;
}

.mc-featured-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 99, 214, 0.08), transparent 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.mc-featured-card:hover {
  border-color: rgba(37, 99, 214, 0.34) !important;
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(15, 35, 70, 0.12) !important;
}

.mc-featured-card:hover::before {
  opacity: 1;
}

.mc-featured-image {
  height: 178px !important;
  flex-basis: 178px !important;
  margin-bottom: 18px !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #fbf9ff 0%, #f4f8ff 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 214, 0.06);
}

.mc-featured-image img {
  padding: 16px !important;
  filter: drop-shadow(0 8px 12px rgba(15, 35, 70, 0.08));
}

.mc-featured-card strong {
  min-height: 48px;
  margin: 0 0 14px !important;
  color: #10213f !important;
  font-family: var(--font-heading, Arial, sans-serif) !important;
  font-size: clamp(17px, 1.18vw, 21px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mc-featured-card small {
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37, 99, 214, 0.08);
  color: #2563d6 !important;
  font-family: var(--font-primary, Arial, sans-serif) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.mc-featured-card small i {
  font-size: 20px !important;
}

@media (max-width: 1399.98px) {
  .mc-featured-card {
    min-height: 304px !important;
  }
}

@media (max-width: 767.98px) {
  .mc-featured-categories {
    border-radius: 14px !important;
  }

  .mc-featured-card {
    min-height: 250px !important;
    border-radius: 14px !important;
  }

  .mc-featured-image {
    height: 124px !important;
    flex-basis: 124px !important;
  }

  .mc-featured-card strong {
    min-height: 38px;
    font-size: 15px !important;
  }

  .mc-featured-card small {
    min-height: 34px;
    font-size: 12px !important;
  }
}

/* Product cards: clean image area without visible background blocks */
.mc-product-card .mc-product-media {
  padding: 38px 12px 6px !important;
  background: #fff !important;
}

.mc-product-card .mc-product-image-frame {
  width: 100% !important;
  height: 208px !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mc-product-card .mc-product-image-frame.is-placeholder {
  border-radius: 8px !important;
  background: #f3f6fb !important;
}

.mc-product-card .mc-product-image-frame img,
.mc-product-card .mc-product-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
}

.mc-product-card .mc-product-image-frame:not(.is-placeholder) img {
  transform: scale(1.08);
}

.mc-product-card:hover .mc-product-image-frame:not(.is-placeholder) img {
  transform: scale(1.11);
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-product-media {
  padding: 40px 10px 10px !important;
  background: #fff !important;
}

.mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-product-image-frame,
.mc-promo-premium-section .mc-product-card-promo .mc-product-image-frame {
  width: 100% !important;
  height: 202px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-media {
  padding: 40px 10px 10px !important;
  background: #fff !important;
}

@media (max-width: 575.98px) {
  .mc-product-card .mc-product-media {
    padding: 40px 10px 8px !important;
  }

  .mc-product-card .mc-product-image-frame {
    height: 188px !important;
  }

  .mc-product-card .mc-product-image-frame:not(.is-placeholder) img {
    transform: scale(1.04);
  }

  .mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-product-media,
  .mc-promo-premium-section .mc-product-card-promo .mc-product-media {
    padding: 40px 10px 8px !important;
  }

  .mc-product-section:not(.mc-trending-section) .splide[id^="carouselProductosPromo"] .mc-product-image-frame,
  .mc-promo-premium-section .mc-product-card-promo .mc-product-image-frame {
    height: 188px !important;
  }
}

/* Attention animation for view-all CTA buttons */
.mc-promo-view-all,
.mc-section-link {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background-color .22s ease,
    color .22s ease;
  animation: mcCtaPulse 2.8s ease-in-out infinite;
}

.mc-promo-view-all::before,
.mc-section-link::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -70%;
  z-index: -1;
  width: 54%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(37, 99, 214, 0.16),
    transparent
  );
  transform: skewX(-18deg);
  animation: mcCtaShine 3.4s ease-in-out infinite;
}

.mc-promo-view-all i,
.mc-section-link i {
  transition: transform .22s ease;
}

.mc-promo-view-all:hover,
.mc-promo-view-all:focus-visible,
.mc-section-link:hover,
.mc-section-link:focus-visible {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 16px 34px rgba(37, 99, 214, 0.2) !important;
  animation-play-state: paused;
}

.mc-promo-view-all:hover i,
.mc-promo-view-all:focus-visible i,
.mc-section-link:hover i,
.mc-section-link:focus-visible i {
  transform: translateX(6px);
}

@keyframes mcCtaPulse {
  0%,
  100% {
    box-shadow: 0 8px 18px rgba(37, 99, 214, 0.08);
  }

  50% {
    box-shadow: 0 14px 30px rgba(37, 99, 214, 0.18);
  }
}

@keyframes mcCtaShine {
  0%,
  58% {
    left: -70%;
  }

  100% {
    left: 125%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc-promo-view-all,
  .mc-section-link,
  .mc-promo-view-all::before,
  .mc-section-link::before {
    animation: none !important;
  }
}

/* Compact recommended products on product detail */
.mc-recommended-section {
  position: relative;
  margin: 26px 0 30px;
  padding: 20px 18px 16px;
  border: 1px solid #dce7fb;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 214, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 44px rgba(15, 35, 70, 0.09);
  overflow: hidden;
}

.mc-recommended-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
}

.mc-recommended-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 4px;
  color: var(--mc-blue);
  font-family: var(--font-primary, Arial, sans-serif);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mc-recommended-title {
  margin: 0 !important;
  font-family: var(--font-heading, Arial, sans-serif) !important;
  font-size: clamp(18px, 1.28vw, 22px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  color: #10213f !important;
  line-height: 1.1 !important;
}

.mc-recommended-carousel {
  width: 100%;
  margin: 0 !important;
  padding: 0 12px 8px;
}

.mc-recommended-carousel .splide__track {
  padding: 4px 0 30px;
  overflow: hidden;
}

.mc-recommended-carousel .splide__list {
  align-items: stretch;
}

.mc-recommended-carousel .splide__slide {
  display: flex;
}

.mc-recommended-carousel .splide__slide > .producto-card {
  width: 100%;
  height: 100%;
  padding: 4px !important;
}

.mc-recommended-carousel .mc-product-card {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
  border: 1px solid #d9e6fb !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 12px 30px rgba(15, 35, 70, 0.1) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mc-recommended-carousel .mc-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 214, 0.34) !important;
  box-shadow: 0 20px 42px rgba(15, 35, 70, 0.14) !important;
}

/* El beneficio web agrega informacion y controles: evita cortar el selector o el CTA. */
.mc-recommended-carousel .mc-product-card.has-web-benefit {
  height: 568px !important;
  min-height: 568px !important;
  max-height: 568px !important;
}

.mc-recommended-carousel .mc-product-card.has-web-benefit .mc-product-info {
  height: 422px !important;
  min-height: 422px !important;
}

.mc-recommended-carousel .mc-product-media {
  height: 146px !important;
  min-height: 146px !important;
  flex: 0 0 146px !important;
  padding: 32px 12px 8px !important;
  border-bottom: 1px solid #e3ecfb !important;
  background:
    linear-gradient(135deg, rgba(37, 99, 214, 0.04), rgba(255, 255, 255, 0.96)) !important;
}

.mc-recommended-carousel .mc-product-image-frame {
  width: 100% !important;
  height: 104px !important;
  border-radius: 12px !important;
  background: transparent !important;
}

.mc-recommended-carousel .mc-product-image-frame:not(.is-placeholder) img {
  transform: scale(1.04) !important;
}

.mc-recommended-carousel .mc-product-card:hover .mc-product-image-frame:not(.is-placeholder) img {
  transform: scale(1.08) !important;
}

.mc-recommended-carousel .mc-favorite-btn {
  top: 10px !important;
  left: 10px !important;
  width: 36px !important;
  height: 36px !important;
  border-color: rgba(37, 99, 214, 0.38) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 10px 20px rgba(15, 35, 70, 0.1) !important;
}

.mc-recommended-carousel .mc-favorite-btn i {
  font-size: 19px !important;
}

.mc-recommended-carousel .mc-product-code {
  top: 12px !important;
  right: 12px !important;
  padding: 3px 9px !important;
  border-color: #e4eefc !important;
  background: #fff !important;
  color: var(--mc-blue) !important;
  font-size: 11px !important;
  box-shadow: 0 8px 18px rgba(15, 35, 70, 0.08) !important;
}

.mc-recommended-carousel .mc-product-info {
  height: 354px !important;
  min-height: 354px !important;
  padding: 10px 12px 12px !important;
  text-align: left !important;
}

.mc-recommended-carousel .mc-product-brand {
  align-self: flex-start;
  max-width: 100%;
  margin: 0 0 7px !important;
  padding: 3px 10px !important;
  border: 1px solid rgba(37, 99, 214, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(37, 99, 214, 0.08) !important;
  color: var(--mc-blue) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.mc-recommended-carousel .mc-product-title {
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 0 8px !important;
}

.mc-recommended-carousel .mc-product-title h6 {
  min-height: 52px !important;
  margin: 0 !important;
  color: #5f6673 !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.22 !important;
  -webkit-line-clamp: 3 !important;
}

.mc-recommended-carousel .mc-product-info form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.mc-recommended-carousel .mc-product-card-promo .mc-product-info form {
  flex: 0 0 auto !important;
  gap: 0;
}

.mc-recommended-carousel .mc-price-row {
  margin: 0 0 8px !important;
  padding: 10px 0 7px !important;
  border-top: 1px solid #d9e4f7 !important;
  border-bottom: 1px solid #edf3fd !important;
}

.mc-recommended-carousel .precio-promocion {
  width: 100%;
  color: #11213c !important;
  font-size: clamp(19px, 1.35vw, 24px) !important;
  line-height: 1.08 !important;
  text-align: center !important;
  white-space: nowrap;
}

.mc-recommended-carousel .mc-recommended-installment {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  margin: 0 0 10px !important;
  padding: 7px 9px;
  border: 1px solid #dce8fb;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  color: #6f7b90;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
}

.mc-recommended-carousel .mc-recommended-installment b {
  color: var(--mc-blue);
  font-weight: 900;
}

.mc-recommended-carousel .mc-recommended-installment-select {
  width: 100%;
  height: 32px;
  min-height: 32px;
  padding: 0 30px 0 10px;
  border: 1px solid #d7e4f8;
  border-radius: 8px;
  background-color: #fff;
  color: #10213f;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(15, 35, 70, 0.05);
}

.mc-recommended-carousel .mc-recommended-installment-select:focus {
  outline: none;
  border-color: var(--mc-blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 214, 0.14);
}

.mc-recommended-carousel .mc-promo-product-cta {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 42px !important;
  margin: 8px 0 0 !important;
  border: 1px solid var(--mc-blue) !important;
  border-radius: 10px !important;
  background: var(--mc-blue) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 12px 24px rgba(37, 99, 214, 0.2) !important;
}

.mc-recommended-carousel .mc-promo-product-cta:hover,
.mc-recommended-carousel .mc-promo-product-cta:focus-visible {
  background: #174ca8 !important;
  border-color: #174ca8 !important;
  transform: translateY(-2px);
}

.mc-recommended-carousel .mc-installments {
  margin-top: auto !important;
  color: #6f7b90 !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
}

.mc-recommended-carousel .mc-installments b {
  color: var(--mc-blue) !important;
  font-weight: 900 !important;
}

.mc-recommended-carousel .mc-product-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 36px 36px;
  gap: 6px;
  align-items: center;
}

.mc-recommended-carousel .mc-product-actions.no-cash,
.mc-recommended-carousel .mc-product-actions.cash-only {
  grid-template-columns: 1fr;
}

.mc-recommended-carousel .mc-product-actions .form-select,
.mc-recommended-carousel .mc-cart-btn {
  height: 36px !important;
  min-height: 36px !important;
  border-radius: 9px !important;
  font-size: 11.5px !important;
}

.mc-recommended-carousel .mc-product-actions .form-select {
  border-color: #d9e4f7 !important;
  background-color: #fff !important;
  color: #15223a !important;
  font-weight: 900 !important;
  box-shadow: 0 8px 16px rgba(15, 35, 70, 0.04) !important;
}

.mc-recommended-carousel .mc-cart-btn {
  width: 36px !important;
  min-width: 36px !important;
  padding: 0 !important;
  justify-content: center;
  border: 1px solid var(--mc-blue) !important;
  color: var(--mc-blue) !important;
  background: #fff !important;
  box-shadow: 0 8px 16px rgba(15, 35, 70, 0.06) !important;
}

.mc-recommended-carousel .mc-cart-btn:last-child {
  color: #fff !important;
  background: var(--mc-blue) !important;
  box-shadow: 0 10px 18px rgba(37, 99, 214, 0.2) !important;
}

.mc-recommended-carousel .splide__arrow {
  top: 78px;
  width: 40px;
  height: 40px;
  background: #fff;
  opacity: 1;
  box-shadow: 0 14px 28px rgba(24, 35, 59, 0.16);
}

.mc-recommended-carousel .splide__arrow--prev {
  left: 2px;
}

.mc-recommended-carousel .splide__arrow--next {
  right: 2px;
}

.mc-recommended-carousel .splide__pagination {
  bottom: 0;
}

.mc-recommended-carousel .splide__pagination__page {
  width: 8px;
  height: 8px;
  background: #cfd8e8;
  opacity: 1;
}

.mc-recommended-carousel .splide__pagination__page.is-active {
  width: 20px;
  border-radius: 999px;
  background: var(--mc-blue);
  transform: none;
}

@media (min-width: 1601px) {
  .mc-recommended-carousel {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 1199.98px) {
  .mc-recommended-carousel .mc-product-card {
    height: 512px !important;
    min-height: 512px !important;
    max-height: 512px !important;
  }

  .mc-recommended-carousel .mc-product-info {
    height: 366px !important;
    min-height: 366px !important;
  }

  .mc-recommended-carousel .mc-product-card.has-web-benefit {
    height: 580px !important;
    min-height: 580px !important;
    max-height: 580px !important;
  }

  .mc-recommended-carousel .mc-product-card.has-web-benefit .mc-product-info {
    height: 434px !important;
    min-height: 434px !important;
  }
}

@media (max-width: 575.98px) {
  .mc-recommended-section {
    margin-inline: -4px;
    padding: 16px 10px 12px;
    border-radius: 14px;
  }

  .mc-recommended-header {
    display: block;
    margin-bottom: 10px;
  }

  .mc-recommended-carousel {
    padding-inline: 8px;
  }

  .mc-recommended-carousel .mc-product-card {
    height: 504px !important;
    min-height: 504px !important;
    max-height: 504px !important;
  }

  .mc-recommended-carousel .mc-product-info {
    height: 364px !important;
    min-height: 364px !important;
  }

  .mc-recommended-carousel .mc-product-card.has-web-benefit {
    height: 572px !important;
    min-height: 572px !important;
    max-height: 572px !important;
  }

  .mc-recommended-carousel .mc-product-card.has-web-benefit .mc-product-info {
    height: 432px !important;
    min-height: 432px !important;
  }

  .mc-recommended-carousel .mc-product-media {
    height: 140px !important;
    min-height: 140px !important;
    flex-basis: 140px !important;
  }

  .mc-recommended-carousel .mc-promo-product-cta {
    min-height: 40px !important;
  }
}

/* Trending carousel density: allow more products per viewport */
.mc-trending-section .splide__slide {
  padding: 0 4px 14px !important;
}

.mc-trending-section .producto-card {
  width: 100% !important;
  max-width: none !important;
}

.mc-trending-section .mc-product-card {
  width: 100% !important;
  max-width: none !important;
}

.mc-trending-section .splide__track {
  padding-right: 4px;
  padding-left: 4px;
}

@media (max-width: 1400px) {
  .mc-trending-section .mc-product-card {
    max-width: none !important;
  }
}

@media (max-width: 575.98px) {
  .mc-trending-section .mc-product-card {
    max-width: none !important;
  }
}

/* Product cards: keep one action button and give installments more room */
.mc-product-card .mc-installments .mc-product-actions.has-cash {
  grid-template-columns: minmax(0, 1fr) 58px !important;
  gap: 12px !important;
}

.mc-product-card .mc-installments .mc-product-actions.has-cash .mc-cart-btn-outline {
  display: none !important;
}

.mc-product-card .mc-installments .mc-product-actions.has-cash .form-select {
  width: 100% !important;
  max-width: none !important;
}

.mc-trending-section .mc-product-card .mc-installments .mc-product-actions.has-cash {
  grid-template-columns: minmax(0, 1fr) 50px !important;
  gap: 10px !important;
}

.mc-trending-section .mc-product-card .mc-installments .form-select {
  padding-right: 2.4rem !important;
}

/* Home polish: prioridad final frente a las reglas historicas del tema. */
.mc-topbar-inner {
  justify-content: center !important;
  gap: clamp(24px, 6vw, 90px) !important;
}

.mc-hero-floating-cta,
.mc-whatsapp-seller,
.mc-section-link,
.mc-promo-view-all,
.mc-section-link::before,
.mc-promo-view-all::before {
  animation: none !important;
}

.mc-trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
}

.mc-featured-card {
  min-height: 250px !important;
  border-radius: 16px !important;
}

.mc-featured-image {
  height: 150px !important;
  flex-basis: 150px !important;
}

.mc-featured-image img {
  padding: 10px !important;
  object-fit: contain !important;
}

article.mc-product-card {
  height: 100% !important;
  min-height: 490px !important;
  max-height: none !important;
}

.mc-product-card .mc-product-info .mc-product-form {
  display: flex !important;
  min-height: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 0 !important;
}

.mc-product-card .mc-price-row {
  margin-top: auto !important;
}

.mc-product-card .mc-installments .mc-product-actions,
.mc-product-card .mc-installments .mc-product-actions.has-cash,
.mc-trending-section .mc-product-card .mc-installments .mc-product-actions.has-cash {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 8px !important;
}

.mc-product-card .mc-installments .mc-product-actions.has-cash .mc-cart-btn,
.mc-product-card .mc-installments .mc-product-actions.has-cash .mc-cart-btn-outline,
.mc-product-card .mc-installments .mc-cart-btn,
.mc-product-card .mc-cart-btn-outline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-width: 96px !important;
  width: auto !important;
  min-height: 44px !important;
  padding: 8px 14px !important;
  border: 1px solid var(--mc-purple) !important;
  border-radius: 10px !important;
  background: var(--mc-purple) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.mc-product-card .mc-installments-cash .mc-product-actions.cash-only,
.mc-product-card .mc-installments-cash .mc-cart-btn {
  width: 100% !important;
}

@media (max-width: 767.98px) {
  .mc-trust-strip {
    grid-template-columns: 1fr !important;
  }

  .mc-hero-product-image.img-escritorio {
    display: none !important;
  }

  .mc-hero-product-image.img-movil {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .mc-hero-product-image.img-escritorio {
    display: block !important;
  }

  .mc-hero-product-image.img-movil {
    display: none !important;
  }
}

/* Promo cards: compact vertical rhythm and keep the CTA inside the carousel. */
.mc-promo-premium-section .splide[id^="carouselProductosPromo"] {
  padding-bottom: 18px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__track {
  padding-bottom: 4px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__list,
.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__slide,
.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .producto-card {
  height: auto !important;
  min-height: 0 !important;
}

.mc-promo-premium-section .mc-product-card.mc-product-card-promo {
  height: 458px !important;
  min-height: 458px !important;
  max-height: 458px !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-media {
  height: 228px !important;
  min-height: 228px !important;
  flex: 0 0 228px !important;
  padding: 42px 12px 10px !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-image-frame {
  height: 176px !important;
  min-height: 176px !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-info {
  height: 230px !important;
  min-height: 230px !important;
  flex: 0 0 230px !important;
  padding: 10px 16px 14px !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-brand {
  margin-bottom: 5px !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-title {
  height: 50px !important;
  min-height: 50px !important;
  margin-bottom: 6px !important;
  padding-bottom: 6px !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-form {
  display: block !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-price-row {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-price-row .w-100 {
  min-height: 32px !important;
}

.mc-promo-premium-section .mc-product-card-promo .precio-promocion {
  font-size: clamp(22px, 1.8vw, 28px) !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-promo-product-cta {
  min-height: 42px !important;
  margin-top: 4px !important;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .mc-promo-premium-section .mc-product-card.mc-product-card-promo {
    height: 442px !important;
    min-height: 442px !important;
    max-height: 442px !important;
  }

  .mc-promo-premium-section .mc-product-card-promo .mc-product-media {
    height: 216px !important;
    min-height: 216px !important;
    flex-basis: 216px !important;
  }

  .mc-promo-premium-section .mc-product-card-promo .mc-product-image-frame {
    height: 164px !important;
    min-height: 164px !important;
  }

  .mc-promo-premium-section .mc-product-card-promo .mc-product-info {
    height: 226px !important;
    min-height: 226px !important;
    flex-basis: 226px !important;
    padding-inline: 12px !important;
  }
}

/* Featured categories: premium container and consistent visual rhythm. */
.mc-featured-categories {
  position: relative;
  isolation: isolate;
  margin: 34px 0 !important;
  padding: clamp(24px, 2.4vw, 38px) !important;
  border: 1px solid #dce7f7 !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 4% 8%, rgba(37, 99, 214, .1), transparent 24%),
    radial-gradient(circle at 94% 92%, rgba(92, 54, 173, .07), transparent 25%),
    linear-gradient(145deg, #f8fbff 0%, #ffffff 45%, #f7f9ff 100%) !important;
  box-shadow: 0 24px 60px rgba(15, 35, 70, .09) !important;
  overflow: hidden !important;
}

.mc-featured-categories::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  z-index: -1;
  width: 220px;
  height: 220px;
  border: 44px solid rgba(37, 99, 214, .035);
  border-radius: 50%;
  pointer-events: none;
}

.mc-featured-categories .mc-section-head {
  position: relative;
  align-items: center !important;
  margin: 0 0 28px !important;
}

.mc-featured-categories .mc-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px !important;
  color: #2563d6 !important;
  font-size: 12px !important;
  letter-spacing: .08em !important;
}

.mc-featured-categories .mc-section-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563d6;
  box-shadow: 0 0 0 5px rgba(37, 99, 214, .1);
}

.mc-featured-categories .mc-section-head h3 {
  max-width: 720px;
  color: #10213f !important;
  font-size: clamp(30px, 2.7vw, 46px) !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

.mc-featured-categories .mc-section-link {
  min-height: 46px !important;
  margin-top: 0 !important;
  padding: 0 20px !important;
  border: 1px solid #2563d6 !important;
  border-radius: 14px !important;
  background: #2563d6 !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(37, 99, 214, .2) !important;
}

.mc-featured-categories .mc-section-link:hover,
.mc-featured-categories .mc-section-link:focus-visible {
  border-color: #174ca8 !important;
  background: #174ca8 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(37, 99, 214, .26) !important;
}

.mc-featured-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.2vw, 20px) !important;
}

.mc-featured-card {
  min-height: 300px !important;
  padding: 14px 14px 16px !important;
  border: 1px solid #dbe6f6 !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 10px 24px rgba(15, 35, 70, .07) !important;
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.mc-featured-card::before {
  background: linear-gradient(150deg, rgba(37, 99, 214, .08), transparent 44%) !important;
}

.mc-featured-card:hover,
.mc-featured-card:focus-visible {
  border-color: rgba(37, 99, 214, .42) !important;
  transform: translateY(-6px) !important;
  box-shadow: 0 22px 42px rgba(15, 35, 70, .13) !important;
}

.mc-featured-image {
  height: 158px !important;
  flex-basis: 158px !important;
  margin-bottom: 16px !important;
  border: 1px solid #e5ecf7;
  border-radius: 15px !important;
  background: linear-gradient(155deg, #fbfcff 0%, #f1f6ff 100%) !important;
  box-shadow: none !important;
}

.mc-featured-image img {
  width: 86% !important;
  height: 86% !important;
  padding: 4px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 8px 14px rgba(15, 35, 70, .1)) !important;
}

.mc-featured-card:hover .mc-featured-image img {
  transform: scale(1.045) !important;
}

.mc-featured-card strong {
  min-height: 44px !important;
  margin-bottom: 12px !important;
  color: #17243d !important;
  font-size: clamp(16px, 1.08vw, 19px) !important;
  line-height: 1.18 !important;
}

.mc-featured-card small {
  min-height: 38px !important;
  padding: 0 13px !important;
  border: 1px solid #dbe7fb;
  border-radius: 11px !important;
  background: #f0f5ff !important;
  color: #2563d6 !important;
  font-size: 13px !important;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.mc-featured-card:hover small {
  border-color: #2563d6;
  background: #2563d6 !important;
  color: #fff !important;
}

.mc-featured-card small i {
  font-size: 18px !important;
}

@media (max-width: 1399.98px) {
  .mc-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991.98px) {
  .mc-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .mc-featured-categories {
    margin-inline: 0 !important;
    padding: 22px 16px 24px !important;
    border-radius: 20px !important;
  }

  .mc-featured-categories .mc-section-head {
    align-items: flex-start !important;
    gap: 16px !important;
  }

  .mc-featured-categories .mc-section-link {
    width: 100%;
    justify-content: center;
  }

  .mc-featured-grid {
    display: flex !important;
    gap: 14px !important;
    margin-inline: -16px;
    padding: 2px 16px 14px !important;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .mc-featured-card {
    width: min(78vw, 300px) !important;
    min-width: min(78vw, 300px) !important;
    min-height: 286px !important;
    scroll-snap-align: start;
  }

  .mc-featured-image {
    height: 148px !important;
    flex-basis: 148px !important;
  }
}

/* Main departments bar: complete categories dropdown. */
.mc-main-nav .mc-nav-categories-dropdown {
  position: relative;
  flex: 0 0 auto;
}

.mc-promo-nav .mc-main-nav .mc-all-categories {
  display: inline-flex;
  align-items: center;
  justify-content: center !important;
  gap: 10px;
  min-width: 170px;
  min-height: 54px;
  padding: 0 22px !important;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px 0 0 10px;
  background: rgba(10, 38, 96, .28);
  color: #fff !important;
  font-size: 14px;
  font-weight: 900 !important;
  line-height: 1;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: background-color .18s ease, box-shadow .18s ease;
}

.mc-promo-nav .mc-main-nav .mc-all-categories::after {
  display: none;
}

.mc-promo-nav .mc-main-nav .mc-all-categories i {
  color: #fff;
  font-size: 21px;
  line-height: 1;
}

.mc-promo-nav .mc-main-nav .mc-all-categories:hover,
.mc-promo-nav .mc-main-nav .mc-all-categories:focus-visible,
.mc-promo-nav .mc-main-nav .mc-all-categories[aria-expanded="true"] {
  background: rgba(7, 27, 71, .48);
  color: #fff !important;
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, .72);
}

.mc-promo-nav .mc-main-nav .mc-nav-categories-menu {
  top: calc(100% + 8px) !important;
  left: 0 !important;
  width: 330px;
  max-height: min(520px, calc(100vh - 180px));
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid #dce6f5 !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 24px 56px rgba(15, 35, 70, .2) !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.mc-promo-nav .mc-main-nav .mc-nav-categories-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 34px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #dce6f5;
  border-left: 1px solid #dce6f5;
  background: #fff;
  transform: rotate(45deg);
}

.mc-promo-nav .mc-main-nav .mc-nav-categories-menu .dropdown-item {
  position: relative;
  z-index: 1;
  min-height: 46px;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  color: #263650 !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.mc-promo-nav .mc-main-nav .mc-nav-categories-menu .dropdown-item + .dropdown-item {
  margin-top: 2px;
}

.mc-promo-nav .mc-main-nav .mc-nav-categories-menu .dropdown-item i {
  color: #7f8ca1;
  transition: color .18s ease, transform .18s ease;
}

.mc-promo-nav .mc-main-nav .mc-nav-categories-menu .dropdown-item:hover,
.mc-promo-nav .mc-main-nav .mc-nav-categories-menu .dropdown-item:focus {
  background: #eef5ff !important;
  color: #205fcf !important;
}

.mc-promo-nav .mc-main-nav .mc-nav-categories-menu .dropdown-item:hover i,
.mc-promo-nav .mc-main-nav .mc-nav-categories-menu .dropdown-item:focus i {
  color: #205fcf;
  transform: translateX(3px);
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .mc-promo-nav .mc-main-nav .mc-all-categories {
    min-width: 148px;
    padding-inline: 16px !important;
  }

  .mc-promo-nav .mc-nav-department-item .mc-nav-department-link {
    min-width: 122px;
    padding-inline: 14px !important;
  }
}

/* Categories hover navigation: reveal subcategories without an extra click. */
@media (min-width: 768px) {
  .mc-main-nav .mc-nav-categories-dropdown:hover > .mc-nav-categories-menu,
  .mc-main-nav .mc-nav-categories-dropdown:focus-within > .mc-nav-categories-menu {
    display: block;
  }

  .mc-main-nav .mc-nav-categories-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1098;
    display: none;
    width: 100%;
    height: 10px;
  }

  .mc-main-nav .mc-nav-categories-dropdown:hover::after,
  .mc-main-nav .mc-nav-categories-dropdown:focus-within::after {
    display: block;
  }
}

.mc-promo-nav .mc-main-nav .mc-nav-categories-menu {
  top: calc(100% + 4px) !important;
  max-height: none;
  overflow: visible;
}

.mc-nav-categories-menu > .mc-nav-category-row {
  position: static;
  list-style: none;
}

.mc-nav-categories-menu > .mc-nav-category-row + .mc-nav-category-row {
  margin-top: 2px;
}

.mc-nav-category-row.has-children > .dropdown-item > i {
  opacity: 1;
}

.mc-nav-category-row:not(.has-children) > .dropdown-item > i {
  opacity: .35;
}

.mc-nav-category-row:hover > .dropdown-item,
.mc-nav-category-row:focus-within > .dropdown-item {
  background: #eaf2ff !important;
  color: #205fcf !important;
}

.mc-nav-category-row:hover > .dropdown-item > i,
.mc-nav-category-row:focus-within > .dropdown-item > i {
  color: #205fcf !important;
  transform: translateX(3px);
}

.mc-nav-category-flyout {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  z-index: 1110;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: min(520px, calc(100vw - 390px));
  min-width: 420px;
  max-height: min(570px, calc(100vh - 175px));
  margin: 0;
  padding: 12px;
  border: 1px solid #dce6f5;
  border-radius: 16px;
  background: rgba(255, 255, 255, .99);
  box-shadow: 0 26px 60px rgba(15, 35, 70, .22);
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}

.mc-nav-category-flyout::before {
  content: "";
  position: absolute;
  top: 24px;
  left: -7px;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #dce6f5;
  border-left: 1px solid #dce6f5;
  background: #fff;
  transform: rotate(45deg);
}

.mc-nav-category-row:hover > .mc-nav-category-flyout,
.mc-nav-category-row:focus-within > .mc-nav-category-flyout,
.mc-nav-category-row.is-flyout-open > .mc-nav-category-flyout {
  display: grid;
}

.mc-nav-category-row.is-flyout-open > .dropdown-item {
  background: #eaf2ff !important;
  color: #205fcf !important;
}

.mc-nav-category-flyout-head {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  margin-bottom: 4px;
  padding: 8px 10px 12px;
  border-bottom: 1px solid #e3eaf5;
}

.mc-nav-category-flyout-head > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.mc-nav-category-flyout-head small {
  color: #7b8799;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mc-nav-category-flyout-head strong {
  overflow: hidden;
  color: #17243d;
  font-size: 18px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-nav-category-flyout-head > a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 9px;
  background: #eef5ff;
  color: #205fcf;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.mc-nav-category-flyout-link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #344258;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.mc-nav-category-flyout-link:hover,
.mc-nav-category-flyout-link:focus-visible {
  border-color: #d4e2f8;
  background: #f2f7ff;
  color: #205fcf;
}

.mc-nav-category-flyout-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: #f1f5fb;
  overflow: hidden;
}

.mc-nav-category-flyout-image img {
  width: 100%;
  height: 100%;
  padding: 3px;
  object-fit: contain;
}

.mc-nav-category-flyout-image i,
.mc-nav-category-flyout-link > i {
  color: #8290a5;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .mc-nav-category-flyout {
    grid-template-columns: minmax(0, 1fr);
    width: min(390px, calc(100vw - 330px));
    min-width: 330px;
  }
}

/* Categories menu polish: solid surface, compact metadata and clearer hierarchy. */
.mc-promo-nav .mc-main-nav .mc-nav-categories-menu {
  width: 360px;
  padding: 10px !important;
  border-color: #d9e4f2 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 28px 70px rgba(15, 35, 70, .24) !important;
}

.mc-nav-categories-menu .mc-nav-categories-menu-head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  margin: -2px -2px 8px;
  padding: 10px 12px 12px;
  border-bottom: 1px solid #e4ebf5;
  list-style: none;
}

.mc-nav-categories-menu-head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 12px;
  background: linear-gradient(145deg, #2563d6, #174ca8);
  color: #fff;
  box-shadow: 0 8px 18px rgba(37, 99, 214, .22);
}

.mc-nav-categories-menu-head-icon i {
  font-size: 18px;
}

.mc-nav-categories-menu-head > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.mc-nav-categories-menu-head strong {
  color: #17243d;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.1;
}

.mc-nav-categories-menu-head small {
  color: #7b8799;
  font-size: 11px;
  font-weight: 700;
}

.mc-promo-nav .mc-main-nav .mc-nav-categories-menu .mc-nav-category-row > .dropdown-item {
  min-height: 48px;
  padding: 7px 9px !important;
  border: 1px solid transparent;
  border-radius: 12px !important;
}

.mc-nav-category-main {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.mc-nav-category-main > span:last-child {
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-nav-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 9px;
  background: #f0f4fa;
  color: #6f7e93;
  transition: background-color .16s ease, color .16s ease;
}

.mc-promo-nav .mc-main-nav .mc-nav-categories-menu .mc-nav-category-icon i {
  color: inherit;
  font-size: 14px;
}

.mc-nav-category-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.mc-nav-category-actions small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #f1f4f9;
  color: #7c899c;
  font-size: 10px;
  font-weight: 900;
}

.mc-promo-nav .mc-main-nav .mc-nav-categories-menu .mc-nav-category-actions > i {
  color: #98a5b7;
  font-size: 13px;
  transition: color .16s ease, transform .16s ease;
}

.mc-nav-category-row:hover > .dropdown-item,
.mc-nav-category-row:focus-within > .dropdown-item {
  border-color: #d6e4fa !important;
  background: #edf4ff !important;
  box-shadow: inset 3px 0 0 #2563d6;
}

.mc-nav-category-row:hover .mc-nav-category-icon,
.mc-nav-category-row:focus-within .mc-nav-category-icon {
  background: #2563d6;
  color: #fff;
}

.mc-nav-category-row:hover .mc-nav-category-actions small,
.mc-nav-category-row:focus-within .mc-nav-category-actions small {
  background: #dce9ff;
  color: #205fcf;
}

.mc-nav-category-row:hover .mc-nav-category-actions > i,
.mc-nav-category-row:focus-within .mc-nav-category-actions > i {
  color: #205fcf !important;
  transform: translateX(3px);
}

.mc-nav-categories-menu-footer {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e4ebf5;
  list-style: none;
}

.mc-nav-categories-menu-footer > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 11px;
  background: #f0f5ff;
  color: #205fcf;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.mc-nav-categories-menu-footer > a:hover,
.mc-nav-categories-menu-footer > a:focus-visible {
  background: #2563d6;
  color: #fff;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .mc-promo-nav .mc-main-nav .mc-nav-categories-menu {
    width: 330px;
  }
}

/* Public catalog: credit-only presentation. */
.mc-cash-only {
  display: none !important;
}

.mc-credit-unavailable {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding: 10px 12px;
  border: 1px solid #dce5f2;
  border-radius: 11px;
  background: #f6f8fb;
  color: #718096;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.mc-credit-unavailable i {
  color: #8b98aa;
  font-size: 15px;
}

/* Standard product cards: narrower and centered. */
article.mc-product-card:not(.mc-product-card-promo) {
  width: min(100%, 340px) !important;
  max-width: 340px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.mc-trending-section .producto-card,
.mc-search-page .contenedorvistapr > div {
  max-width: 340px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 575.98px) {
  article.mc-product-card:not(.mc-product-card-promo) {
    width: min(100%, 330px) !important;
    max-width: 330px !important;
  }

  .mc-trending-section .producto-card,
  .mc-search-page .contenedorvistapr > div {
    max-width: 330px !important;
  }
}

/* Compact standard cards after removing cash prices. */
article.mc-product-card:not(.mc-product-card-promo) {
  height: 470px !important;
  min-height: 470px !important;
  max-height: 470px !important;
}

article.mc-product-card:not(.mc-product-card-promo) > .mc-product-media {
  height: 220px !important;
  min-height: 220px !important;
  flex: 0 0 220px !important;
  padding: 44px 12px 10px !important;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-product-image-frame {
  height: 164px !important;
  min-height: 164px !important;
}

article.mc-product-card:not(.mc-product-card-promo) > .mc-product-info {
  height: 250px !important;
  min-height: 250px !important;
  flex: 0 0 250px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
}

.mc-trending-section #carouselProductosSimilares {
  width: 100%;
  max-width: 1396px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 0 28px !important;
}

.mc-trending-section #carouselProductosSimilares .splide__slide {
  padding: 4px 0 12px !important;
}

.mc-trending-section article.mc-product-card:not(.mc-product-card-promo) {
  height: 460px !important;
  min-height: 460px !important;
  max-height: 460px !important;
}

.mc-trending-section article.mc-product-card:not(.mc-product-card-promo) > .mc-product-media {
  height: 214px !important;
  min-height: 214px !important;
  flex-basis: 214px !important;
  padding-top: 42px !important;
}

.mc-trending-section article.mc-product-card:not(.mc-product-card-promo) .mc-product-image-frame {
  height: 158px !important;
  min-height: 158px !important;
}

.mc-trending-section article.mc-product-card:not(.mc-product-card-promo) > .mc-product-info {
  height: 246px !important;
  min-height: 246px !important;
  flex-basis: 246px !important;
}

.mc-trending-section .mc-section-head {
  margin-bottom: 22px !important;
}

.mc-trending-section > .card-body {
  padding-bottom: 34px !important;
}

@media (max-width: 1199.98px) {
  .mc-trending-section #carouselProductosSimilares {
    max-width: 1044px;
  }
}

@media (max-width: 991.98px) {
  .mc-trending-section #carouselProductosSimilares {
    max-width: 692px;
  }
}

@media (max-width: 575.98px) {
  article.mc-product-card:not(.mc-product-card-promo),
  .mc-trending-section article.mc-product-card:not(.mc-product-card-promo) {
    height: 450px !important;
    min-height: 450px !important;
    max-height: 450px !important;
  }

  article.mc-product-card:not(.mc-product-card-promo) > .mc-product-media,
  .mc-trending-section article.mc-product-card:not(.mc-product-card-promo) > .mc-product-media {
    height: 204px !important;
    min-height: 204px !important;
    flex-basis: 204px !important;
    padding-top: 40px !important;
  }

  article.mc-product-card:not(.mc-product-card-promo) .mc-product-image-frame,
  .mc-trending-section article.mc-product-card:not(.mc-product-card-promo) .mc-product-image-frame {
    height: 152px !important;
    min-height: 152px !important;
  }

  article.mc-product-card:not(.mc-product-card-promo) > .mc-product-info,
  .mc-trending-section article.mc-product-card:not(.mc-product-card-promo) > .mc-product-info {
    height: 246px !important;
    min-height: 246px !important;
    flex-basis: 246px !important;
  }

  .mc-trending-section #carouselProductosSimilares {
    max-width: 330px;
  }
}

/* Narrow card variant: preserve full credit prices beside a compact CTA. */
article.mc-product-card:not(.mc-product-card-promo) {
  width: min(100%, 310px) !important;
  max-width: 310px !important;
}

.mc-trending-section .producto-card,
.mc-search-page .contenedorvistapr > div {
  max-width: 310px !important;
}

.mc-trending-section #carouselProductosSimilares {
  max-width: 1270px;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-cart-label-long {
  display: none !important;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-cart-label-short {
  display: inline !important;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-installments .mc-product-actions,
article.mc-product-card:not(.mc-product-card-promo) .mc-installments .mc-product-actions.no-cash {
  display: flex !important;
  align-items: stretch !important;
  gap: 8px !important;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-installments .form-select {
  width: 0 !important;
  min-width: 0 !important;
  height: 46px !important;
  flex: 1 1 auto !important;
  margin-right: 0 !important;
  padding-right: 1.8rem !important;
  padding-left: 10px !important;
  font-size: 12px !important;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-installments .mc-cart-btn {
  width: 92px !important;
  min-width: 92px !important;
  height: 46px !important;
  min-height: 46px !important;
  gap: 5px !important;
  padding: 0 9px !important;
  font-size: 12px !important;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-installments .mc-cart-btn i {
  font-size: 16px !important;
}

@media (max-width: 1199.98px) {
  .mc-trending-section #carouselProductosSimilares {
    max-width: 950px;
  }
}

@media (max-width: 991.98px) {
  .mc-trending-section #carouselProductosSimilares {
    max-width: 628px;
  }
}

@media (max-width: 575.98px) {
  article.mc-product-card:not(.mc-product-card-promo) {
    width: min(100%, 300px) !important;
    max-width: 300px !important;
  }

  .mc-trending-section .producto-card,
  .mc-search-page .contenedorvistapr > div,
  .mc-trending-section #carouselProductosSimilares {
    max-width: 300px !important;
  }

  article.mc-product-card:not(.mc-product-card-promo) .mc-installments .mc-cart-btn {
    width: 86px !important;
    min-width: 86px !important;
  }
}

/* Tighter carousel gap; card dimensions remain unchanged. */
.mc-trending-section #carouselProductosSimilares {
  max-width: 1252px;
}

@media (max-width: 1199.98px) {
  .mc-trending-section #carouselProductosSimilares {
    max-width: 938px;
  }
}

@media (max-width: 991.98px) {
  .mc-trending-section #carouselProductosSimilares {
    max-width: 624px;
  }
}

@media (max-width: 575.98px) {
  .mc-trending-section #carouselProductosSimilares {
    max-width: 300px;
  }
}

/* Brand catalog: compact centered cards instead of stretched empty slides. */
.mc-carousel-band.mc-brand-band {
  position: relative;
  margin: 30px 0 !important;
  padding: clamp(22px, 2.2vw, 34px) !important;
  border: 1px solid #dce7f6 !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(37, 99, 214, .08), transparent 24%),
    linear-gradient(145deg, #f8fbff 0%, #ffffff 52%, #f6f9ff 100%) !important;
  box-shadow: 0 20px 52px rgba(15, 35, 70, .08) !important;
  overflow: hidden !important;
}

.mc-brand-band .mc-section-head {
  align-items: center;
  margin: 0 0 20px !important;
}

.mc-brand-band .mc-section-kicker {
  margin-bottom: 6px;
  color: #2563d6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.mc-brand-band .mc-section-head h3 {
  color: #10213f;
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.04;
}

.mc-brand-carousel {
  width: 100%;
  height: auto !important;
  padding: 4px 54px 12px !important;
}

.mc-brand-carousel .splide__track {
  height: auto !important;
  padding: 4px 0 8px;
  overflow: hidden;
}

.mc-brand-carousel.less-than-4 .splide__list {
  justify-content: center !important;
}

.mc-brand-carousel .splide__list {
  align-items: stretch;
  height: auto !important;
}

.mc-brand-carousel .mc-brand-slide {
  height: 156px !important;
  min-height: 156px !important;
}

.mc-brand-card {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border: 1px solid #dce6f4;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  color: #17243d;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 35, 70, .07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.mc-brand-card:hover,
.mc-brand-card:focus-visible {
  border-color: rgba(37, 99, 214, .38);
  color: #205fcf;
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(15, 35, 70, .12);
}

.mc-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 72px;
  margin-bottom: 6px;
  border-radius: 12px;
  background: #f8faff;
  overflow: hidden;
}

.mc-brand-band .mc-brand-logo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  padding: 7px;
  object-fit: contain !important;
  margin: 0 !important;
}

.mc-brand-card strong {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mc-brand-card small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  color: #64748b;
  font-size: 10px;
  font-weight: 800;
}

.mc-brand-card small i {
  color: #2563d6;
}

.mc-brand-carousel.less-than-4 .splide__arrows,
.mc-brand-carousel.less-than-4 .splide__pagination {
  display: none !important;
}

.mc-brand-carousel .splide__arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #dce5f2;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 35, 70, .12);
  opacity: 1;
}

.mc-brand-carousel .splide__arrow--prev {
  left: 4px;
}

.mc-brand-carousel .splide__arrow--next {
  right: 4px;
}

@media (max-width: 767.98px) {
  .mc-carousel-band.mc-brand-band {
    padding: 20px 14px !important;
    border-radius: 18px !important;
  }

  .mc-brand-band .mc-section-head {
    margin-bottom: 16px !important;
  }

  .mc-brand-carousel {
    padding-inline: 0 !important;
  }

  .mc-brand-carousel.less-than-4 .splide__list {
    justify-content: flex-start !important;
  }

  .mc-brand-carousel .mc-brand-slide {
    height: 146px !important;
    min-height: 146px !important;
  }

  .mc-brand-logo {
    width: 72px;
    height: 64px;
  }

  .mc-brand-carousel .splide__arrow {
    display: none !important;
  }
}

/* Responsive trending carousel: show only the complete cards that fit. */
.mc-trending-section {
  width: 90vw !important;
  max-width: 90vw !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box;
}

.mc-trending-section > .card-body {
  padding-right: clamp(14px, 1.2vw, 22px) !important;
  padding-left: clamp(14px, 1.2vw, 22px) !important;
}

.mc-trending-section #carouselProductosSimilares {
  width: 100% !important;
  max-width: none !important;
  margin-inline: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
  box-sizing: border-box;
}

.mc-trending-section #carouselProductosSimilares .splide__track {
  overflow: hidden !important;
}

.mc-trending-section #carouselProductosSimilares .splide__list {
  justify-content: flex-start !important;
}

.mc-trending-section #carouselProductosSimilares .splide__slide {
  width: 310px !important;
  min-width: 310px !important;
  flex: 0 0 310px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 575.98px) {
  .mc-trending-section #carouselProductosSimilares .splide__slide {
    width: 300px !important;
    min-width: 300px !important;
    flex-basis: 300px !important;
  }
}

/* Featured categories: compact blue catalog inspired by the supplied reference. */
.mc-featured-categories {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  min-height: 0 !important;
  margin: 30px auto 36px !important;
  padding: clamp(20px, 2vw, 30px) !important;
  border: 1px solid #cfe0fa !important;
  border-radius: 22px !important;
  background:
    linear-gradient(120deg, rgba(226, 238, 255, .92) 0%, rgba(249, 252, 255, .98) 48%, rgba(229, 240, 255, .94) 100%) !important;
  box-shadow: 0 18px 46px rgba(37, 99, 214, .1) !important;
  overflow: hidden !important;
}

.mc-featured-categories::before {
  content: "";
  position: absolute;
  top: -54px;
  right: -34px;
  z-index: -1;
  width: 170px;
  height: 170px;
  border: 0;
  border-radius: 34% 66% 58% 42% / 44% 38% 62% 56%;
  background: rgba(66, 133, 244, .18);
  transform: rotate(18deg);
  pointer-events: none;
}

.mc-featured-categories::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 10px;
  z-index: -1;
  width: 42px;
  height: 72px;
  opacity: .45;
  background-image: radial-gradient(circle, #3b82f6 1.4px, transparent 1.6px);
  background-size: 10px 10px;
  pointer-events: none;
}

.mc-featured-categories .mc-section-head {
  position: relative;
  z-index: 2;
  align-items: center !important;
  margin: 0 0 16px !important;
}

.mc-featured-categories .mc-section-kicker {
  gap: 7px;
  margin-bottom: 5px !important;
  color: #2563d6 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .07em !important;
}

.mc-featured-categories .mc-section-kicker::before {
  width: 7px;
  height: 7px;
  background: #3b82f6;
  box-shadow: 0 0 0 5px rgba(59, 130, 246, .1);
}

.mc-featured-categories .mc-section-head h3 {
  color: #102a56 !important;
  font-size: clamp(27px, 2.2vw, 38px) !important;
  line-height: 1 !important;
}

.mc-featured-categories .mc-section-link {
  min-height: 40px !important;
  padding: 0 17px !important;
  border: 1px solid #2563d6 !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #3b82f6, #2563d6) !important;
  color: #fff !important;
  font-size: 12px !important;
  box-shadow: 0 9px 20px rgba(37, 99, 214, .2) !important;
}

.mc-featured-categories .mc-section-link:hover,
.mc-featured-categories .mc-section-link:focus-visible {
  border-color: #174ca8 !important;
  background: #174ca8 !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(23, 76, 168, .25) !important;
}

.mc-featured-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: clamp(10px, 1vw, 16px) !important;
}

.mc-featured-card {
  min-height: 190px !important;
  padding: 12px 12px 14px !important;
  border: 1px solid rgba(204, 222, 248, .78) !important;
  border-radius: 17px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 9px 22px rgba(35, 76, 145, .08) !important;
}

.mc-featured-card:hover,
.mc-featured-card:focus-visible {
  border-color: rgba(37, 99, 214, .48) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 30px rgba(35, 76, 145, .14) !important;
}

.mc-featured-image {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  height: 100px !important;
  flex: 0 0 100px !important;
  margin-bottom: 9px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: transparent !important;
  overflow: visible !important;
}

.mc-featured-image::before,
.mc-featured-image::after {
  content: none !important;
  display: none !important;
}

.mc-featured-image img {
  position: relative;
  z-index: 1;
  width: 92% !important;
  height: 100% !important;
  padding: 2px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 8px 11px rgba(22, 55, 112, .14)) !important;
}

.mc-featured-card strong {
  min-height: 30px !important;
  margin: 0 0 8px !important;
  color: #142b52 !important;
  font-size: clamp(12px, .92vw, 15px) !important;
  line-height: 1.14 !important;
  white-space: normal !important;
}

.mc-featured-card small {
  min-height: 29px !important;
  padding: 0 11px !important;
  border: 1px solid #bfd5f7 !important;
  border-radius: 999px !important;
  background: #f5f9ff !important;
  color: #2563d6 !important;
  font-size: 11px !important;
}

.mc-featured-card:hover small,
.mc-featured-card:focus-visible small {
  border-color: #2563d6 !important;
  background: #2563d6 !important;
  color: #fff !important;
}

.mc-featured-card small i {
  font-size: 14px !important;
}

.mc-featured-image--placeholder {
  background: linear-gradient(145deg, #edf4ff, #f8fbff) !important;
}

.mc-featured-image--placeholder > i {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #fff;
  color: #2563d6;
  font-size: 27px;
  box-shadow: 0 9px 22px rgba(37, 99, 214, .13);
}

@media (max-width: 899.98px) and (min-width: 768px) {
  .mc-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .mc-featured-categories {
    padding: 20px 16px 22px !important;
    border-radius: 18px !important;
  }

  .mc-featured-categories .mc-section-head {
    gap: 14px !important;
  }

  .mc-featured-grid {
    gap: 12px !important;
  }

  .mc-featured-card {
    min-height: 184px !important;
  }
}

/* Brand showcase: visible, functional carousel with a balanced two-column layout. */
.mc-carousel-band.mc-brand-band {
  display: grid !important;
  grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
  width: 100% !important;
  min-height: 310px !important;
  margin: 34px auto !important;
  padding: clamp(28px, 3vw, 48px) !important;
  border: 1px solid #d5e3f8 !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 90% 18%, rgba(59, 130, 246, .13), transparent 27%),
    linear-gradient(135deg, #f7faff 0%, #ffffff 52%, #edf4ff 100%) !important;
  box-shadow: 0 20px 48px rgba(29, 78, 156, .1) !important;
  overflow: hidden !important;
}

.mc-brand-band::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border: 34px solid rgba(59, 130, 246, .055);
  border-radius: 50%;
  pointer-events: none;
}

.mc-brand-band .mc-section-head {
  align-self: center;
  margin: 0 !important;
}

.mc-brand-band .mc-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px !important;
  color: #2563d6 !important;
}

.mc-brand-band .mc-section-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3b82f6;
  box-shadow: 0 0 0 5px rgba(59, 130, 246, .1);
}

.mc-brand-band .mc-section-head h3 {
  max-width: 560px;
  color: #102a56 !important;
  font-size: clamp(32px, 3vw, 48px) !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

.mc-brand-carousel {
  width: 100% !important;
  max-width: none !important;
  margin-inline: auto;
  padding: 8px 62px 38px !important;
}

.mc-brand-carousel .splide__track {
  padding: 6px 0 12px !important;
  overflow: hidden !important;
}

.mc-brand-carousel .splide__list {
  justify-content: flex-start !important;
}

.mc-brand-carousel .mc-brand-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 218px !important;
  min-height: 218px !important;
  padding: 4px 10px 12px;
}

.mc-brand-card {
  width: min(100%, 310px) !important;
  height: 202px !important;
  padding: 18px 20px !important;
  border: 1px solid #ccdcf4 !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 13px 28px rgba(29, 78, 156, .11) !important;
}

.mc-brand-card:hover,
.mc-brand-card:focus-visible {
  border-color: rgba(37, 99, 214, .5) !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 38px rgba(29, 78, 156, .17) !important;
}

.mc-brand-logo {
  width: 112px !important;
  height: 92px !important;
  margin-bottom: 8px !important;
  border: 0 !important;
  background: transparent !important;
}

.mc-brand-band .mc-brand-logo img {
  padding: 4px !important;
  filter: none !important;
}

.mc-brand-monogram {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4e2f7;
  border-radius: 16px;
  background: linear-gradient(145deg, #eef5ff, #dceaff);
  color: #205fcf;
  font-size: 36px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.mc-brand-card strong {
  color: #142b52 !important;
  font-size: 16px !important;
}

.mc-brand-card small {
  min-height: 30px;
  margin-top: 8px !important;
  padding: 0 12px;
  border: 1px solid #bfd5f7;
  border-radius: 999px;
  background: #f5f9ff;
  color: #2563d6 !important;
  font-size: 11px !important;
}

.mc-brand-carousel.less-than-4 .splide__arrows,
.mc-brand-carousel.less-than-4 .splide__pagination,
.mc-brand-carousel .splide__arrows,
.mc-brand-carousel .splide__pagination {
  display: flex !important;
}

.mc-brand-carousel.single-brand .splide__arrows,
.mc-brand-carousel.single-brand .splide__pagination {
  display: none !important;
}

.mc-brand-carousel .splide__arrow {
  display: flex !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid #c9daf4 !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(29, 78, 156, .14) !important;
  opacity: 1 !important;
}

.mc-brand-carousel .splide__arrow:hover {
  border-color: #2563d6 !important;
  background: #2563d6 !important;
}

.mc-brand-carousel .splide__arrow:hover svg {
  fill: #fff !important;
}

.mc-brand-carousel .splide__arrow--prev {
  left: 4px !important;
}

.mc-brand-carousel .splide__arrow--next {
  right: 4px !important;
}

.mc-brand-carousel .splide__pagination {
  bottom: 2px !important;
  justify-content: center;
}

.mc-brand-carousel .splide__pagination__page {
  width: 8px;
  height: 8px;
  margin: 4px;
  background: #bfd0ea;
  opacity: 1;
}

.mc-brand-carousel .splide__pagination__page.is-active {
  width: 22px;
  border-radius: 999px;
  background: #2563d6;
  transform: none;
}

@media (max-width: 991.98px) {
  .mc-carousel-band.mc-brand-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mc-brand-band .mc-section-head {
    text-align: center;
  }

  .mc-brand-band .mc-section-kicker {
    justify-content: center;
  }

  .mc-brand-band .mc-section-head h3 {
    margin-inline: auto;
  }
}

@media (max-width: 575.98px) {
  .mc-carousel-band.mc-brand-band {
    min-height: 0 !important;
    padding: 24px 14px !important;
    border-radius: 18px !important;
  }

  .mc-brand-band .mc-section-head h3 {
    font-size: 30px !important;
  }

  .mc-brand-carousel {
    max-width: 390px;
    padding: 6px 48px 36px !important;
  }

  .mc-brand-carousel .mc-brand-slide {
    height: 204px !important;
    min-height: 204px !important;
    padding-inline: 4px;
  }

  .mc-brand-card {
    height: 190px !important;
    padding: 14px !important;
  }

  .mc-brand-logo {
    width: 96px !important;
    height: 82px !important;
  }

  .mc-brand-carousel .splide__arrow {
    display: flex !important;
    width: 38px !important;
    height: 38px !important;
  }
}

/* Premium corporate footer based on the supplied reference. */
.footer-empresarial {
  position: relative;
  margin-top: 48px !important;
  background: #f4f7fb !important;
  color: #fff;
  overflow: visible;
}

.footer-empresarial .container {
  width: min(100% - 48px, 1600px);
  max-width: 1600px !important;
  margin-inline: auto;
  padding-inline: 0;
  background: transparent !important;
}

.mc-footer-benefits-wrap {
  position: relative;
  z-index: 3;
  padding: 0 0 52px;
  background: linear-gradient(180deg, #f8faff 0%, #f4f7fb 100%);
}

.mc-footer-payments {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 26px 10px !important;
  border: 1px solid #dbe5f3;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 18px 46px rgba(23, 56, 104, .16) !important;
  overflow: hidden !important;
}

.mc-footer-payments > div {
  display: flex !important;
  min-height: 136px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px !important;
  padding: 10px 18px;
  border-right: 1px solid #dce5f2;
  background: transparent !important;
  color: #102a56 !important;
  text-align: center;
}

.mc-footer-payments > div:last-child {
  border-right: 0;
}

.mc-footer-payment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f4f8ff, #e8f1ff);
  color: #1763d8;
}

.mc-footer-payments .mc-footer-payment-icon i {
  color: inherit !important;
  font-size: 36px;
  line-height: 1;
}

.mc-footer-payments strong {
  color: #102a56;
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 800;
  line-height: 1.15;
}

.mc-footer-main {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 58% 15%, rgba(23, 105, 223, .28), transparent 46%),
    linear-gradient(125deg, #052d72 0%, #074697 48%, #032d70 100%);
  overflow: hidden;
}

.mc-footer-main::before {
  content: "";
  position: absolute;
  right: -14%;
  bottom: 9%;
  z-index: -1;
  width: 72%;
  height: 65%;
  border-radius: 50% 0 0 50%;
  background: linear-gradient(150deg, rgba(29, 112, 224, .2), rgba(2, 34, 86, .08));
  transform: rotate(-8deg);
  pointer-events: none;
}

.mc-footer-grid {
  display: grid !important;
  grid-template-columns: 1fr .72fr 1.62fr .72fr !important;
  gap: 0 !important;
  padding: clamp(48px, 5vw, 76px) 0 clamp(42px, 4vw, 64px) !important;
}

.mc-footer-grid > * {
  min-width: 0;
  padding: 0 clamp(24px, 2.5vw, 46px);
  border-left: 1px solid rgba(164, 204, 255, .25);
}

.mc-footer-grid > :first-child {
  padding-left: 0;
  border-left: 0;
}

.mc-footer-grid > :last-child {
  padding-right: 0;
}

.mc-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 235px);
  min-height: 104px;
  margin-bottom: 22px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 32px rgba(0, 25, 67, .2);
}

.mc-footer-logo img {
  width: 100%;
  height: 84px;
  object-fit: contain;
}

.mc-footer-brand > p,
.mc-footer-social > p {
  max-width: 330px;
  margin: 0 0 22px !important;
  color: rgba(236, 244, 255, .82) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.mc-footer-contact {
  display: inline-flex !important;
  width: min(100%, 320px);
  min-height: 54px !important;
  align-items: center;
  justify-content: center;
  gap: 10px !important;
  margin: 0 0 18px !important;
  padding: 0 20px !important;
  border: 1px solid #3ee27c;
  border-radius: 13px !important;
  background: linear-gradient(135deg, #16bd55, #07943c) !important;
  color: #fff !important;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 12px 25px rgba(0, 175, 71, .24);
}

.mc-footer-contact:hover,
.mc-footer-contact:focus-visible {
  background: #078437 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.mc-footer-contact i {
  font-size: 23px;
}

.mc-footer-service-note {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(226, 239, 255, .72);
  font-size: 13px;
}

.mc-footer-service-note i {
  color: #2f9cff;
  font-size: 21px;
}

.mc-footer-grid h2 {
  position: relative;
  margin: 0 0 34px !important;
  padding-bottom: 16px;
  color: #fff !important;
  font-size: clamp(20px, 1.55vw, 27px) !important;
  font-weight: 850 !important;
  line-height: 1.15;
}

.mc-footer-grid h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: #25a1ff;
}

.mc-footer-links {
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
}

.mc-footer-links a {
  position: relative;
  display: block;
  padding: 9px 0 9px 24px;
  color: rgba(239, 246, 255, .88) !important;
  font-size: 15px !important;
  line-height: 1.35;
  text-decoration: none !important;
}

.mc-footer-links a::before {
  content: "\F285";
  position: absolute;
  top: 10px;
  left: 0;
  color: #26a4ff;
  font-family: "bootstrap-icons";
  font-weight: 900;
}

.mc-footer-links a:hover,
.mc-footer-links a:focus-visible {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateX(4px);
}

.mc-footer-address {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  padding: 0 0 14px;
}

.mc-footer-address + .mc-footer-address {
  padding-top: 14px;
  border-top: 1px solid rgba(164, 204, 255, .2);
}

.mc-footer-address > i {
  color: #28a4ff;
  font-size: 23px;
}

.mc-footer-address__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 !important;
}

.mc-footer-address__content strong {
  color: #fff;
  font-size: 15px;
}

.mc-footer-address__content > span {
  color: rgba(231, 241, 255, .8);
  font-size: 13px;
  line-height: 1.5;
}

.mc-footer-address__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 4px;
}

.mc-footer-address__actions a,
.mc-footer-all-locations {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8fd0ff !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
}

.mc-footer-address__actions a:hover,
.mc-footer-address__actions a:focus-visible,
.mc-footer-all-locations:hover,
.mc-footer-all-locations:focus-visible {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.mc-footer-address__actions a:focus-visible,
.mc-footer-all-locations:focus-visible {
  border-radius: 3px;
  outline: 2px solid #8fd0ff;
  outline-offset: 3px;
}

.mc-footer-address__actions i {
  color: #36da75;
  font-size: 14px;
}

.mc-footer-all-locations {
  width: fit-content;
  margin-top: 10px;
  font-size: 13px;
}

.mc-footer-all-locations i {
  color: #28a4ff;
  font-size: 16px;
}

.mc-footer-social .social-icons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px !important;
  margin-bottom: 28px;
}

.mc-footer-social .social-icon {
  display: inline-flex !important;
  width: 58px !important;
  height: 58px !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border: 1px solid rgba(189, 217, 255, .42);
  border-radius: 15px !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.mc-footer-social .social-icon:hover,
.mc-footer-social .social-icon:focus-visible {
  border-color: #52b5ff;
  background: rgba(42, 146, 244, .28) !important;
  color: #fff !important;
  transform: translateY(-3px);
}

.mc-footer-social .social-icon i {
  font-size: 28px;
  line-height: 1;
}

.mc-footer-social .social-icon:nth-child(2) i {
  color: #ff78cd;
}

.mc-footer-bottom,
.footer-empresarial .mc-footer-bottom.copyrigth {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1.15fr;
  align-items: center;
  gap: 24px;
  min-height: 104px;
  padding: 22px 0 !important;
  border-top: 1px solid rgba(170, 209, 255, .24) !important;
  background: transparent !important;
  color: rgba(231, 241, 255, .76) !important;
  text-align: left !important;
}

.mc-footer-bottom > * {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding-inline: 22px;
  border-left: 1px solid rgba(170, 209, 255, .24);
  color: rgba(231, 241, 255, .76) !important;
  font-size: 13px !important;
  line-height: 1.45;
  text-align: center;
}

.mc-footer-bottom > :first-child {
  justify-content: flex-start;
  padding-left: 0;
  border-left: 0;
  text-align: left;
}

.mc-footer-bottom > :last-child {
  justify-content: flex-end;
  padding-right: 0;
  text-align: right;
}

.mc-footer-bottom i {
  color: #2da6ff;
  font-size: 22px;
}

.mc-footer-bottom strong {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .mc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 44px !important;
  }

  .mc-footer-grid > * {
    padding-inline: 30px;
  }

  .mc-footer-grid > :nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .mc-footer-grid > :nth-child(even) {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .footer-empresarial {
    margin-bottom: 0 !important;
  }

  .footer-empresarial .container {
    width: min(100% - 28px, 1600px);
  }

  .mc-footer-benefits-wrap {
    padding-bottom: 34px;
  }

  .mc-footer-payments {
    display: flex !important;
    gap: 0 !important;
    padding: 12px 0 !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
  }

  .mc-footer-payments > div {
    min-width: 152px;
    min-height: 120px !important;
    flex: 0 0 152px;
    padding-inline: 12px;
    scroll-snap-align: start;
  }

  .mc-footer-payment-icon {
    width: 64px;
    height: 64px;
  }

  .mc-footer-payments .mc-footer-payment-icon i {
    font-size: 30px;
  }

  .mc-footer-grid {
    grid-template-columns: 1fr !important;
    row-gap: 0 !important;
    padding: 42px 0 32px !important;
  }

  .mc-footer-grid > *,
  .mc-footer-grid > :nth-child(n) {
    padding: 30px 0 !important;
    border-top: 1px solid rgba(164, 204, 255, .2);
    border-left: 0;
  }

  .mc-footer-grid > :first-child {
    padding-top: 0 !important;
    border-top: 0;
  }

  .mc-footer-logo,
  .mc-footer-contact {
    width: min(100%, 300px);
  }

  .mc-footer-bottom,
  .footer-empresarial .mc-footer-bottom.copyrigth {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 14px !important;
  }

  .mc-footer-bottom > *,
  .mc-footer-bottom > :first-child,
  .mc-footer-bottom > :last-child {
    justify-content: flex-start;
    min-height: 52px;
    padding: 12px 0 !important;
    border-top: 1px solid rgba(170, 209, 255, .16);
    border-left: 0;
    text-align: left;
  }

  .mc-footer-bottom > :first-child {
    border-top: 0;
  }
}

/* About-to-footer transition: stronger hierarchy, tighter spacing and shared rhythm. */
.mc-about-section.mc-about-section--compact {
  width: min(90vw, 1600px) !important;
  margin: 36px auto 0 !important;
}

.mc-about-section--compact .mc-about-shell {
  position: relative;
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr) !important;
  gap: clamp(36px, 5vw, 84px) !important;
  padding: clamp(38px, 3.6vw, 60px) clamp(34px, 4vw, 68px) !important;
  border: 1px solid #cfdef5 !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 2% 50%, rgba(37, 99, 214, .17), transparent 30%),
    radial-gradient(circle at 96% 22%, rgba(92, 54, 173, .1), transparent 29%),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 48%, #f6f4ff 100%) !important;
  box-shadow: 0 24px 58px rgba(26, 65, 126, .11) !important;
}

.mc-about-section--compact .mc-about-shell::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 32%;
  width: 210px;
  height: 210px;
  border: 38px solid rgba(59, 130, 246, .035);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
}

.mc-about-section--compact .mc-about-head {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.mc-about-section--compact .mc-about-head .mc-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  margin-bottom: 12px !important;
  padding: 0 12px;
  border: 1px solid #c8daf7;
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  color: #2563d6 !important;
  font-size: 11px !important;
  letter-spacing: .08em;
  box-shadow: 0 6px 16px rgba(37, 99, 214, .08);
}

.mc-about-section--compact .mc-about-head .mc-section-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3b82f6;
}

.mc-about-section--compact .mc-about-head h3 {
  max-width: 760px;
  color: #102a56 !important;
  font-size: clamp(38px, 4vw, 60px) !important;
  line-height: .98 !important;
  letter-spacing: -.025em !important;
}

.mc-about-section--compact .mc-about-intro {
  max-width: 790px !important;
  margin: 18px 0 0 !important;
  color: #536680 !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  font-weight: 500 !important;
  line-height: 1.58 !important;
  -webkit-line-clamp: 3 !important;
}

.mc-about-section--compact .mc-about-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px !important;
  padding: 0 18px;
  border: 1px solid #2563d6;
  border-radius: 12px;
  background: #2563d6;
  color: #fff !important;
  font-size: 14px;
  text-decoration: none !important;
  box-shadow: 0 11px 24px rgba(37, 99, 214, .2);
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.mc-about-section--compact .mc-about-link:hover,
.mc-about-section--compact .mc-about-link:focus-visible {
  background: #174ca8;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 15px 28px rgba(37, 99, 214, .27);
}

.mc-about-section--compact .mc-about-link i {
  transition: transform .18s ease;
}

.mc-about-section--compact .mc-about-link:hover i {
  transform: translateX(4px);
}

.mc-about-section--compact .mc-about-highlights {
  position: relative;
  z-index: 1;
  gap: 13px !important;
}

.mc-about-section--compact .mc-about-highlights span {
  position: relative;
  min-height: 72px !important;
  gap: 14px !important;
  padding: 14px 18px !important;
  border: 1px solid #d5e1f4 !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .9) !important;
  color: #172b4d !important;
  font-size: 16px;
  box-shadow: 0 10px 22px rgba(29, 70, 132, .07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.mc-about-section--compact .mc-about-highlights span:hover {
  border-color: rgba(37, 99, 214, .36) !important;
  transform: translateX(5px);
  box-shadow: 0 14px 28px rgba(29, 70, 132, .11);
}

.mc-about-section--compact .mc-about-highlights i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #edf4ff;
  color: #2563d6 !important;
  font-size: 21px !important;
}

.footer-empresarial {
  margin-top: 18px !important;
}

.mc-footer-benefits-wrap {
  padding-top: 0;
  padding-bottom: 42px;
}

.mc-footer-payments {
  border-radius: 22px !important;
  box-shadow: 0 20px 48px rgba(23, 56, 104, .14) !important;
}

.mc-footer-payments > div {
  min-height: 126px !important;
  transition: background-color .18s ease, transform .18s ease;
}

.mc-footer-payments > div:hover {
  background: #f8fbff !important;
  transform: translateY(-2px);
}

.mc-footer-payment-icon {
  width: 70px;
  height: 70px;
}

.mc-footer-payments .mc-footer-payment-icon i {
  font-size: 32px;
}

@media (max-width: 991.98px) {
  .mc-about-section--compact .mc-about-shell {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .mc-about-section--compact .mc-about-head {
    max-width: none;
  }

  .mc-about-section--compact .mc-about-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mc-about-section--compact .mc-about-highlights span {
    min-height: 112px !important;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .mc-about-section.mc-about-section--compact {
    width: calc(100% - 28px) !important;
    margin-top: 24px !important;
  }

  .mc-about-section--compact .mc-about-shell {
    padding: 28px 18px !important;
    border-radius: 20px !important;
  }

  .mc-about-section--compact .mc-about-head h3 {
    font-size: 37px !important;
  }

  .mc-about-section--compact .mc-about-intro {
    font-size: 15px !important;
    -webkit-line-clamp: 5 !important;
  }

  .mc-about-section--compact .mc-about-link {
    width: 100%;
  }

  .mc-about-section--compact .mc-about-highlights {
    grid-template-columns: 1fr;
  }

  .mc-about-section--compact .mc-about-highlights span {
    min-height: 64px !important;
    flex-direction: row;
    align-items: center;
  }

  .footer-empresarial {
    margin-top: 14px !important;
  }

  .mc-footer-benefits-wrap {
    padding-bottom: 30px;
  }
}

/* Mobile usability hardening 2026-07: storefront, catalog and customer flow. */
@media (max-width: 991.98px) {
  html,
  body {
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    overflow-x: hidden !important;
    overflow-x: clip !important;
  }

  .mc-header,
  #navbarMain.mc-promo-nav,
  #navbarMain.mc-promo-nav > .container-fluid,
  .bottom-icons,
  .mc-mobile-bottom-nav {
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }

  .mc-header .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
  }

  .mc-carousel-band.mc-brand-band {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .mc-brand-band > *,
  .mc-brand-carousel,
  .mc-brand-carousel .splide__track {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .mc-promo-premium-section,
  .mc-promo-premium-section .promo-products,
  .mc-promo-premium-section .splide[id^="carouselProductosPromo"],
  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__track {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__track {
    overflow: hidden !important;
  }

  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__slide,
  .mc-promo-premium-section .mc-product-card-promo {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html {
    scroll-padding-top: 76px;
  }

  .mc-header .container-fluid {
    flex-wrap: nowrap !important;
    padding-right: max(10px, env(safe-area-inset-right)) !important;
    padding-left: max(10px, env(safe-area-inset-left)) !important;
  }

  .mc-header .navbar-brand-group {
    min-width: 0;
    flex: 0 1 auto;
    gap: 0 !important;
  }

  .mc-header .mc-mobile-header-action,
  .mc-header .mc-account-link {
    display: inline-flex !important;
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border-radius: 13px;
  }

  .mc-header .mc-mobile-header-action:focus-visible,
  .mc-header .mc-account-link:focus-visible {
    outline: 3px solid rgba(8, 120, 221, .28);
    outline-offset: 2px;
  }

  #menuCategoriasOffcanvasBarraMovil {
    top: 0 !important;
    width: min(90vw, 380px) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border: 0 !important;
    border-radius: 0 24px 24px 0 !important;
    background: #f4f7fb;
    box-shadow: 18px 0 48px rgba(19, 42, 77, .22);
    overflow: hidden;
  }

  body.mc-category-menu-open #navbarMain {
    z-index: 2200 !important;
  }

  body.mc-category-menu-open .bottom-icons {
    z-index: 2200 !important;
  }

  body.mc-category-menu-open #menuCategoriasOffcanvasBarraMovil {
    z-index: 2300 !important;
  }

  body.mc-category-menu-open .offcanvas-backdrop {
    z-index: 2100 !important;
    opacity: .42;
  }

  body.mc-category-menu-open .mc-header {
    pointer-events: none;
  }

  body.mc-category-menu-open .mc-mobile-bottom-nav > .nav-item:not(:first-child) {
    pointer-events: none;
  }

  #menuCategoriasOffcanvasBarraMovil .offcanvas-header {
    position: sticky;
    z-index: 4;
    top: 0;
    display: flex;
    width: 100%;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 14px 14px 16px;
    border-bottom: 1px solid #e5ebf5;
    background: #fff;
    box-shadow: 0 4px 16px rgba(31, 57, 96, .06);
  }

  #menuCategoriasOffcanvasBarraMovil .mc-mobile-menu-heading {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    gap: 11px;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-mobile-menu-heading-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(145deg, #e8f2ff, #f3f7ff);
    color: #0a63ce;
    font-size: 20px;
  }

  #menuCategoriasOffcanvasBarraMovil .offcanvas-title {
    margin: 0;
    color: #172b4d;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-mobile-menu-heading p {
    margin: 4px 0 0;
    color: #71809a;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
  }

  #menuCategoriasOffcanvasBarraMovil .btn-close {
    width: 42px;
    height: 42px;
    margin: 0 0 0 auto;
    padding: 13px;
    flex: 0 0 42px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #edf2f8;
    background-size: 12px;
    opacity: .82;
  }

  #menuCategoriasOffcanvasBarraMovil .btn-close:focus-visible {
    outline: 3px solid rgba(10, 99, 206, .25);
    outline-offset: 2px;
    box-shadow: none;
  }

  #menuCategoriasOffcanvasBarraMovil .offcanvas-body {
    padding: 10px 10px calc(84px + env(safe-area-inset-bottom)) !important;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #b8c7db transparent;
  }

  #menuCategoriasOffcanvasBarraMovil .offcanvas-body > .row {
    width: 100%;
    margin: 0;
  }

  #menuCategoriasOffcanvasBarraMovil .navbar-nav,
  #menuCategoriasOffcanvasBarraMovil .nav-item,
  #menuCategoriasOffcanvasBarraMovil .dropdown-menu {
    width: 100%;
  }

  #menuCategoriasOffcanvasBarraMovil .navbar-nav {
    background: #f4f7fb !important;
  }

  #menuCategoriasOffcanvasBarraMovil .nav-item {
    background: transparent !important;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-mobile-category-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0;
    padding: 0;
  }

  #menuCategoriasOffcanvasBarraMovil .navbar-nav > .nav-item > .nav-link {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #e3eaf4;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(27, 52, 86, .045);
    color: #1a3155 !important;
    font-size: 13px !important;
    font-weight: 850;
    line-height: 1.25;
    white-space: normal;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
  }

  #menuCategoriasOffcanvasBarraMovil .navbar-nav > .nav-item > .nav-link:hover,
  #menuCategoriasOffcanvasBarraMovil .navbar-nav > .nav-item > .nav-link:focus-visible,
  #menuCategoriasOffcanvasBarraMovil .navbar-nav > .nav-item > .nav-link[aria-expanded="true"] {
    border-color: #9fc6f5;
    background: #eef6ff;
    box-shadow: 0 5px 14px rgba(10, 99, 206, .09);
    color: #0757b4 !important;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-mobile-category-label {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-mobile-category-label > span {
    overflow-wrap: anywhere;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-mobile-category-icon {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf4fd;
    color: #1769c2;
    font-size: 15px;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-mobile-category-arrow {
    flex: 0 0 auto;
    color: #7890ad;
    font-size: 14px;
  }

  #menuCategoriasOffcanvasBarraMovil .dropdown-toggle::after {
    margin: 0 2px 0 auto;
    border-top-width: .32em;
    border-right-width: .32em;
    border-left-width: .32em;
    color: #7890ad;
    transition: transform .18s ease;
  }

  #menuCategoriasOffcanvasBarraMovil .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  #menuCategoriasOffcanvasBarraMovil .dropdown-menu {
    position: static !important;
    inset: auto !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    max-height: none !important;
    margin: 6px 0 2px !important;
    padding: 3px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-mobile-category-all-link {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 7px;
    padding: 9px 11px;
    border-radius: 11px;
    background: #0b65c9;
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
    text-decoration: none;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-mobile-category-all-link:focus-visible {
    outline: 3px solid rgba(11, 101, 201, .25);
    outline-offset: 2px;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-mobile-subcategory-link {
    min-height: 72px;
    margin: 0 0 7px !important;
    padding: 8px !important;
    gap: 10px !important;
    border: 1px solid #e2e9f3;
    border-radius: 12px !important;
    background: #fff;
    box-shadow: 0 3px 10px rgba(27, 52, 86, .04);
    white-space: normal !important;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-mobile-subcategory-link:hover,
  #menuCategoriasOffcanvasBarraMovil .mc-mobile-subcategory-link:focus-visible {
    border-color: #a9caf0;
    background: #f7fbff !important;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-subcategory-image-wrap {
    width: 64px;
    height: 54px;
    flex: 0 0 64px;
    border-radius: 10px;
    background: #f1f5fb;
    box-shadow: none;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-subcategory-thumb {
    border-radius: 10px;
    object-fit: contain;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-subcategory-copy {
    gap: 4px;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-subcategory-copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: #1d3152;
    font-size: 12px;
    line-height: 1.25;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-subcategory-copy small {
    color: #7a879c;
    font-size: 10px;
    line-height: 1.2;
  }

  #menuCategoriasOffcanvasBarraMovil .mc-subcategory-arrow {
    color: #7f94ae;
    font-size: 14px;
  }

  #navbarMain.mc-promo-nav {
    min-height: calc(66px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 -8px 24px rgba(16, 33, 63, .18);
  }

  #navbarMain.mc-promo-nav > .container-fluid {
    height: 66px;
    align-items: stretch !important;
    padding: 0 !important;
  }

  .mc-mobile-bottom-nav {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 66px;
    padding: 0 4px;
  }

  .mc-mobile-bottom-nav > .nav-item {
    position: relative;
    min-width: 0;
  }

  .mc-mobile-bottom-nav > .nav-item > .nav-link,
  .mc-mobile-bottom-nav > .nav-item > .btn {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 66px;
    min-height: 66px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 0 !important;
    padding: 5px 3px !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #fff !important;
    line-height: 1;
    text-decoration: none;
  }

  .mc-mobile-bottom-nav > .nav-item > .nav-link:focus-visible,
  .mc-mobile-bottom-nav > .nav-item > .btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }

  .mc-mobile-bottom-nav i {
    margin: 0 !important;
    font-size: 21px !important;
    line-height: 1;
  }

  .mc-mobile-nav-label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, .92);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mc-header .btn-carrito-ml.position-fixed {
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    left: 50%;
    width: 56px !important;
    height: 56px !important;
    min-height: 56px;
    border: 3px solid #fff !important;
    border-radius: 18px !important;
    transform: translateX(-50%) !important;
    box-shadow: 0 8px 24px rgba(16, 33, 63, .32) !important;
  }

  .mc-whatsapp-seller {
    right: max(14px, env(safe-area-inset-right)) !important;
    bottom: calc(82px + env(safe-area-inset-bottom)) !important;
  }

  .footer-empresarial {
    margin-bottom: calc(66px + env(safe-area-inset-bottom)) !important;
  }

  .mc-page-cart,
  .mc-page-profile,
  .mc-page-wishlist {
    padding-bottom: 1px;
  }

  .mc-page-cart input:not([type="hidden"]),
  .mc-page-cart select,
  .mc-page-cart textarea,
  .mc-page-profile input:not([type="hidden"]),
  .mc-page-profile select,
  .mc-page-profile textarea,
  .mc-page-confirmation input:not([type="hidden"]),
  .mc-page-confirmation select,
  .mc-page-confirmation textarea,
  .mc-catalog-filterbar input,
  .mc-catalog-filterbar select,
  .mc-detail-summary input,
  .mc-detail-summary select,
  .offcanvas-search input {
    min-height: 46px;
    font-size: 16px !important;
  }

  .mc-choice-card {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

  .mc-choice-card input[type="radio"] {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    accent-color: var(--mc-blue);
  }
}

@media (max-width: 767.98px) {
  /* Keep the storefront on the full mobile viewport even when an embedded
     browser provides an unexpectedly narrow flex/grid containing block. */
  body.mc-page-home > main.mc-home {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    box-sizing: border-box !important;
  }

  body.mc-page-home > main.mc-home > * {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.mc-page-home .mc-home-hero-row > .flex-fill {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .mc-home,
  .mc-search-page {
    padding-bottom: 92px !important;
  }

  .banner-top {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    background: transparent;
  }

  .banner-top .carousel-inner,
  .banner-top .carousel-item {
    height: auto !important;
    min-height: 0 !important;
  }

  .banner-top .mc-hero-slide {
    height: auto !important;
    min-height: clamp(380px, 70svh, 470px) !important;
    padding: 22px 16px 28px !important;
  }

  .banner-top .mc-hero-slide--image-only,
  .banner-top .mc-hero-slide--cta-only {
    min-height: 0 !important;
    padding: 0 !important;
  }

  .banner-top .mc-hero-slide--image-only .mc-hero-visual,
  .banner-top .mc-hero-slide--cta-only .mc-hero-visual {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .banner-top .mc-hero-slide--image-only .mc-hero-product-image.img-movil,
  .banner-top .mc-hero-slide--cta-only .mc-hero-product-image.img-movil {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* estilos.css has a legacy nested rule that gives every div inside the
     banner a 420px height. Reset the indicators explicitly so they cannot
     reserve a large empty block below the mobile image. */
  .banner-top .carousel-indicators.custom-indicators {
    position: static !important;
    width: 100% !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    align-items: center !important;
  }

  .banner-top .carousel-item.active,
  .banner-top .mc-hero-slide--image-only,
  .banner-top .mc-hero-slide--cta-only,
  .banner-top .mc-hero-slide--image-only .mc-hero-visual,
  .banner-top .mc-hero-slide--cta-only .mc-hero-visual {
    display: block !important;
  }

  .mc-trust-strip {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 12px 0 18px !important;
    gap: 1px !important;
    overflow: hidden !important;
    border: 1px solid #d9e4f7 !important;
    border-radius: 14px !important;
    background: #d9e4f7 !important;
    box-shadow: 0 8px 22px rgba(15, 35, 70, .06);
  }

  .mc-trust-strip > div {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 124px !important;
    max-height: none !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 6px !important;
    box-sizing: border-box !important;
    background: #fff !important;
    text-align: center !important;
  }

  .mc-trust-strip > div > i {
    display: inline-flex;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf4ff;
    font-size: 18px;
  }

  .mc-trust-strip > div > span {
    width: 100%;
    min-width: 0;
    align-items: center;
    gap: 2px;
    text-align: center;
  }

  .mc-trust-strip strong,
  .mc-trust-strip small {
    width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .mc-trust-strip strong {
    font-size: clamp(11px, 3.1vw, 13px);
    line-height: 1.15;
  }

  .mc-trust-strip small {
    font-size: clamp(9px, 2.7vw, 11px);
    line-height: 1.2;
  }

  .mc-trending-section {
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px 0 22px !important;
    border: 1px solid #e1eaf8 !important;
    border-radius: 18px !important;
    background: linear-gradient(145deg, #f8fbff 0%, #fff 58%, #f2f7ff 100%) !important;
    box-shadow: 0 12px 30px rgba(15, 35, 70, .07) !important;
  }

  .mc-trending-section > .card-body {
    padding: 22px 14px 30px !important;
  }

  .mc-trending-section .mc-section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: end !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
    padding: 0 !important;
  }

  .mc-trending-section .mc-section-head > div:first-child {
    min-width: 0;
  }

  .mc-trending-section .mc-section-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 5px;
    padding: 0 9px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1d5fd1;
    font-size: 10px;
    letter-spacing: .05em;
  }

  .mc-trending-section .mc-section-head h3,
  .mc-trending-section .mc-section-head .titulo-pagina {
    max-width: 215px;
    font-size: clamp(21px, 6vw, 25px) !important;
    line-height: 1.1 !important;
    letter-spacing: -.015em;
    text-wrap: balance;
  }

  .mc-trending-section .mc-section-head > div:last-child {
    align-self: end;
  }

  .mc-trending-section .mc-section-head .btn {
    display: inline-flex !important;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px !important;
    padding: 0 13px;
    border: 1px solid #2563d6;
    border-radius: 12px;
    background: #fff;
    color: #1d5fd1;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 7px 18px rgba(37, 99, 214, .1);
  }

  .mc-trending-section .mc-section-head .btn i {
    font-size: 15px;
  }

  .mc-trending-section .mc-section-head .btn:focus-visible {
    outline: 3px solid rgba(37, 99, 214, .28);
    outline-offset: 3px;
  }

  .mc-featured-categories {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px 0 20px !important;
    border: 1px solid #cfe0fa !important;
    border-radius: 18px !important;
    background:
      radial-gradient(circle at 92% 3%, rgba(59, 130, 246, .16), transparent 28%),
      linear-gradient(145deg, #eef5ff 0%, #fff 54%, #edf4ff 100%) !important;
    box-shadow: 0 12px 30px rgba(37, 99, 214, .08) !important;
    overflow: hidden !important;
  }

  .mc-featured-categories .mc-section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    margin: 0 0 16px !important;
    padding: 0 14px !important;
  }

  .mc-featured-categories .mc-section-kicker {
    margin-bottom: 5px !important;
    font-size: 10px !important;
  }

  .mc-featured-categories .mc-section-head h3 {
    max-width: 270px;
    font-size: clamp(27px, 8vw, 32px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.025em;
    text-wrap: balance;
  }

  .mc-featured-categories .mc-section-link {
    width: 100% !important;
    min-height: 44px !important;
    justify-content: center;
    padding: 0 16px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
  }

  .mc-featured-grid {
    display: flex !important;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 4px 14px 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-inline: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pinch-zoom;
    -webkit-overflow-scrolling: touch;
  }

  .mc-featured-grid::-webkit-scrollbar {
    display: none;
  }

  .mc-featured-card {
    width: min(78vw, 270px) !important;
    min-width: min(78vw, 270px) !important;
    max-width: min(78vw, 270px) !important;
    min-height: 230px !important;
    flex: 0 0 min(78vw, 270px) !important;
    padding: 14px !important;
    border-radius: 18px !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .mc-featured-card:focus-visible {
    outline: 3px solid rgba(37, 99, 214, .32);
    outline-offset: 2px;
  }

  .mc-featured-image {
    height: 118px !important;
    min-height: 118px !important;
    flex-basis: 118px !important;
    margin-bottom: 12px !important;
    border-radius: 14px !important;
  }

  .mc-featured-image--placeholder {
    background: linear-gradient(145deg, #edf4ff, #f8fbff) !important;
  }

  .mc-featured-image--placeholder > i {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #fff;
    color: #2563d6;
    font-size: 29px;
    box-shadow: 0 9px 22px rgba(37, 99, 214, .13);
  }

  .mc-featured-card strong {
    min-height: 34px !important;
    margin-bottom: 9px !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
  }

  .mc-featured-card small {
    min-height: 32px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mc-brand-logo {
    width: 165px !important;
    height: 120px !important;
    margin-bottom: 10px !important;
  }

  .mc-brand-band .mc-brand-logo img {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    object-fit: contain !important;
  }

  .mc-brand-card strong {
    display: none !important;
  }

  .mc-hero-copy h1 {
    font-size: clamp(30px, 9vw, 38px) !important;
    line-height: 1.04 !important;
  }

  .mc-hero-copy p {
    font-size: 15px !important;
  }

  .mc-featured-categories {
    min-height: 0 !important;
    margin-top: 18px !important;
    margin-bottom: 22px !important;
  }

  .mc-featured-categories .mc-section-head h3,
  .mc-brand-band .mc-section-head h3 {
    font-size: clamp(26px, 8vw, 32px) !important;
  }

  article.mc-product-card,
  article.mc-product-card:not(.mc-product-card-promo),
  .mc-trending-section article.mc-product-card:not(.mc-product-card-promo) {
    height: auto !important;
    min-height: 450px !important;
    max-height: none !important;
  }

  article.mc-product-card:not(.mc-product-card-promo) > .mc-product-info,
  .mc-trending-section article.mc-product-card:not(.mc-product-card-promo) > .mc-product-info {
    height: auto !important;
    min-height: 246px !important;
    flex: 1 0 auto !important;
  }

  article.mc-product-card:not(.mc-product-card-promo) .mc-installments .form-select {
    min-height: 46px !important;
    font-size: 16px !important;
  }

  article.mc-product-card:not(.mc-product-card-promo) .mc-installments .mc-cart-btn {
    min-width: 92px !important;
    font-size: 13px !important;
  }

  .mc-product-title,
  .mc-product-title h6 {
    height: auto !important;
    max-height: none !important;
    white-space: normal !important;
  }

  .mc-page-search .mc-search-page .container {
    width: 100%;
    max-width: none;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  body.mc-page-search {
    width: 100%;
    max-width: 100%;
    background: #f4f7fb !important;
    background-image: none !important;
  }

  body.mc-page-search > main.mc-search-page {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: #f4f7fb !important;
    background-image: none !important;
    box-sizing: border-box !important;
  }

  body.mc-page-search > main.mc-search-page > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    box-sizing: border-box !important;
  }

  .mc-page-search .mc-list-heading {
    width: 100% !important;
    margin: 16px 0 14px !important;
    padding: 0 !important;
  }

  .mc-catalog-filterbar {
    width: 100% !important;
    gap: 12px !important;
    margin: 0 0 18px !important;
    padding: 12px !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(27, 52, 86, .08) !important;
    box-sizing: border-box !important;
  }

  .mc-page-search .mc-filter-range-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .mc-page-search .mc-filter-range-fields input {
    padding-right: 4px;
    padding-left: 48px;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
  }

  .mc-page-search .mc-filter-range-fields label span {
    left: 9px;
    font-size: 9px;
  }

  .mc-filter-actions,
  .mc-filter-apply,
  .mc-filter-clear {
    min-height: 48px;
  }

  .mc-filter-apply {
    flex: 1 1 auto;
  }

  .mc-filter-clear {
    width: 48px;
    flex: 0 0 48px;
  }

  .mc-page-search nav.mt-4 {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 4px;
  }

  .mc-page-search nav.mt-4 > .btn {
    min-width: 44px;
    min-height: 44px;
    margin: 0 2px !important;
  }

  .mc-page-search .pagination {
    max-width: calc(100vw - 132px);
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  .mc-page-search .page-link {
    min-width: 42px;
    min-height: 44px;
    display: grid;
    place-items: center;
  }

  .mc-detail-page {
    width: 100%;
    max-width: none;
    margin-top: 0 !important;
    padding: 14px 12px 96px !important;
  }

  .mc-detail-page .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 0;
    margin-bottom: 12px !important;
    font-size: 12px;
    line-height: 1.35;
  }

  .mc-detail-grid {
    --bs-gutter-y: 16px;
  }

  .mc-detail-gallery .product-image-viewer,
  .mc-detail-gallery .carousel-inner {
    min-height: clamp(250px, 74vw, 320px) !important;
  }

  .mc-detail-gallery .product-image-viewer img,
  .mc-detail-gallery .carousel-item img {
    max-height: clamp(250px, 74vw, 320px) !important;
  }

  .mc-detail-summary h2 {
    overflow-wrap: anywhere;
    font-size: clamp(20px, 6vw, 27px) !important;
    line-height: 1.15;
  }

  .mc-detail-summary #canasta_form .row.align-items-center {
    grid-template-columns: 1fr !important;
  }

  .mc-detail-summary #canasta_form input[type="number"] {
    width: 100% !important;
  }

  .mc-detail-summary #canasta_form .btn,
  .mc-detail-whatsapp-cta {
    min-height: 52px;
  }

  .mc-detail-page .info-producto {
    margin-top: 24px !important;
    padding: 18px 14px !important;
  }

  .mc-detail-page .info-producto .table {
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
  }

  .mc-detail-page .info-producto td {
    padding: 10px 8px;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .mc-detail-page .info-producto td:first-child {
    width: 38% !important;
  }

  .mc-cart-shell,
  .mc-profile-shell,
  .mc-wishlist-shell,
  .mc-about-page-shell {
    width: 100%;
    max-width: none;
    margin-top: 18px !important;
    margin-bottom: 22px !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .mc-cart-shell > h1,
  .mc-wishlist-shell > h1,
  .mc-profile-shell .card-title,
  .mc-about-page-shell > h3 {
    font-size: clamp(25px, 8vw, 32px) !important;
    line-height: 1.12;
  }

  .mc-cart-shell .table-responsive {
    overflow: visible;
  }

  .mc-cart-shell table,
  .mc-cart-shell tbody {
    display: block;
    width: 100%;
  }

  .mc-cart-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 76px 48px;
    align-items: end;
    gap: 12px 8px;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid #dfe7f2 !important;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(16, 33, 63, .06);
  }

  .mc-cart-row > td {
    display: block;
    padding: 0 !important;
    border: 0 !important;
  }

  .mc-cart-product {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .mc-cart-product > img,
  .mc-cart-product > .bg-light {
    width: 72px !important;
    height: 72px !important;
    flex: 0 0 72px;
  }

  .mc-cart-product > div:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .mc-cart-quantity::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    color: #60708b;
    font-size: 12px;
    font-weight: 800;
  }

  .mc-cart-quantity input {
    width: 76px !important;
    min-height: 46px;
  }

  .mc-cart-remove .btn {
    width: 48px;
    height: 46px;
    display: grid;
    place-items: center;
  }

  .mc-cart-shell > form > h2 {
    margin-top: 28px;
    font-size: 23px;
  }

  .mc-cart-shell > form > .mt-5.p-4 {
    margin-top: 28px !important;
    padding: 18px 14px !important;
    border-radius: 16px !important;
  }

  .mc-cart-shell .btn-lg,
  .mc-page-confirmation .btn-lg,
  .mc-profile-shell .btn-lg {
    min-height: 52px;
    font-size: 16px;
  }

  .mc-page-confirmation .mc-search-page > .container,
  .mc-page-orders .mc-search-page > .container {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .mc-page-confirmation .card-body,
  .mc-page-orders .accordion-body {
    padding: 14px;
  }

  .mc-page-confirmation table,
  .mc-page-confirmation tbody,
  .mc-page-orders table,
  .mc-page-orders tbody {
    display: block;
    width: 100%;
  }

  .mc-page-confirmation thead,
  .mc-page-orders thead {
    display: none;
  }

  .mc-responsive-table-row {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #e0e7f1;
    border-radius: 13px;
    background: #fff;
  }

  .mc-responsive-table-row > td {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 0 !important;
    border: 0 !important;
    text-align: right !important;
    overflow-wrap: anywhere;
  }

  .mc-responsive-table-row > td::before {
    content: attr(data-label);
    flex: 0 0 auto;
    color: #60708b;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
  }

  .mc-responsive-table-row > td:first-child {
    display: block;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #edf1f7 !important;
    text-align: left !important;
  }

  .mc-responsive-table-row > td:first-child::before {
    display: block;
    margin-bottom: 6px;
  }

  .mc-page-orders .accordion-button {
    min-height: 64px;
    flex-wrap: wrap;
    gap: 6px 0;
    padding: 14px 42px 14px 14px;
    line-height: 1.3;
  }

  .mc-page-orders .accordion-button::after {
    position: absolute;
    right: 14px;
  }

  .mc-page-orders tfoot,
  .mc-page-orders tfoot tr {
    display: block;
    width: 100%;
  }

  .mc-page-orders tfoot th {
    display: block;
    padding: 8px 0 0 !important;
    border: 0;
    text-align: right !important;
  }

  .mc-page-orders tfoot th:first-child {
    display: none;
  }

  .mc-profile-shell .card,
  .mc-wishlist-card,
  .mc-about-page-shell .card {
    border-radius: 16px !important;
  }

  .mc-profile-shell .card-body {
    padding: 20px 15px !important;
  }

  .mc-profile-shell .row.g-4 {
    --bs-gutter-y: 14px;
  }

  .mc-profile-shell .input-group .toggle-password {
    width: 50px;
    min-width: 50px;
  }

  .mc-wishlist-card {
    height: 100%;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(16, 33, 63, .08);
  }

  .mc-wishlist-card > img {
    height: 230px !important;
    padding: 12px;
  }

  .mc-wishlist-card-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mc-wishlist-card-body .btn {
    width: 100%;
    min-height: 46px;
    margin: 0;
  }

  .mc-about-page-shell .card-body {
    padding: 18px 15px;
  }

  .mc-about-page-shell .card-text,
  .mc-about-page-shell .list-group-item {
    overflow-wrap: anywhere;
    font-size: 15px;
    line-height: 1.65;
  }

  .footer-empresarial .mc-footer-benefits-wrap .container {
    width: calc(100% - 16px) !important;
    max-width: none;
  }

  .mc-footer-benefits-wrap {
    padding-bottom: 28px;
  }

  .mc-footer-payments {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 1px !important;
    width: 100%;
    padding: 1px !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background: #dfe8f5 !important;
    box-shadow: 0 10px 28px rgba(23, 56, 104, .11) !important;
    scroll-snap-type: none;
    scrollbar-width: none;
  }

  .mc-footer-payments > div {
    grid-column: span 2;
    width: 100%;
    min-width: 0 !important;
    min-height: 108px !important;
    max-width: none;
    flex: none;
    gap: 9px !important;
    padding: 13px 7px;
    border: 0;
    background: #fff !important;
    scroll-snap-align: none;
  }

  .mc-footer-payments > div:nth-child(n + 4) {
    grid-column: span 3;
  }

  .mc-footer-payment-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
  }

  .mc-footer-payments .mc-footer-payment-icon i {
    font-size: 27px;
  }

  .mc-footer-payments strong {
    max-width: 100%;
    font-size: clamp(12px, 3.35vw, 14px);
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .mc-footer-address__actions a {
    min-height: 40px;
    align-items: center;
  }

  .mc-footer-all-locations {
    min-height: 44px;
    align-items: center;
  }
}

@media (max-width: 359.98px) {
  .mc-header .container-fluid {
    gap: 3px !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .mc-header .mc-mobile-header-action,
  .mc-header .mc-account-link {
    width: 40px;
    min-width: 40px;
    height: 42px;
    min-height: 42px;
    flex-basis: 40px;
  }

  .mc-logo-link {
    width: 58px !important;
  }

  .mc-header .navbar-brand-group img {
    width: 54px !important;
  }

  .mc-featured-grid {
    display: flex !important;
    grid-template-columns: none !important;
  }

  .mc-featured-card {
    width: 82vw !important;
    min-width: 82vw !important;
    max-width: 82vw !important;
    flex-basis: 82vw !important;
  }

  .mc-mobile-nav-label {
    font-size: 9px;
  }

  .mc-footer-payments > div {
    min-width: 0 !important;
    flex-basis: auto;
    padding-inline: 5px;
  }

  .mc-footer-payments strong {
    font-size: 12px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .mc-product-card:hover,
  .mc-featured-card:hover,
  .mc-brand-card:hover,
  .mc-footer-payments > div:hover {
    transform: none !important;
  }
}

/* Desktop brand showcase: heading above and full-width brand carousel below. */
@media (min-width: 1200px) {
  .mc-carousel-band.mc-brand-band {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 500px !important;
    margin: 48px 0 !important;
    padding: 44px clamp(28px, 4vw, 76px) 34px !important;
    border-color: rgba(170, 196, 235, .72) !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    background:
      radial-gradient(circle at 96% 6%, rgba(59, 130, 246, .14), transparent 29%),
      radial-gradient(circle at 76% 118%, rgba(37, 99, 214, .08), transparent 35%),
      linear-gradient(135deg, #f8fbff 0%, #fff 52%, #eef5ff 100%) !important;
    box-shadow: 0 24px 60px rgba(29, 78, 156, .1) !important;
  }

  .mc-brand-band::before {
    right: -72px;
    bottom: -112px;
    width: 280px;
    height: 280px;
    border-width: 42px;
  }

  .mc-brand-band .mc-section-head {
    position: relative;
    z-index: 1;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .mc-brand-band .mc-section-head > div {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .mc-brand-band .mc-section-kicker {
    justify-content: center;
    margin-bottom: 14px !important;
    font-size: 13px !important;
    letter-spacing: .1em !important;
  }

  .mc-brand-band .mc-section-head h3 {
    max-width: 920px !important;
    margin: 0 auto !important;
    font-size: clamp(38px, 3vw, 52px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.035em;
  }

  .mc-brand-carousel {
    position: relative;
    z-index: 1;
    width: 100% !important;
    max-width: none !important;
    padding: 8px 64px 44px !important;
  }

  .mc-brand-carousel .splide__track {
    padding: 8px 0 14px !important;
  }

  .mc-brand-carousel .mc-brand-slide {
    height: 264px !important;
    min-height: 264px !important;
    padding: 4px 7px 14px !important;
  }

  .mc-brand-card {
    width: 100% !important;
    max-width: none !important;
    height: 246px !important;
    padding: 18px 18px 20px !important;
    border-color: #cbdcf4 !important;
    border-radius: 24px !important;
    box-shadow: 0 14px 30px rgba(29, 78, 156, .1) !important;
  }

  .mc-brand-logo {
    width: min(100%, 220px) !important;
    height: 158px !important;
    margin-bottom: 8px !important;
  }

  .mc-brand-card strong {
    display: none !important;
  }

  .mc-brand-card small {
    min-width: 126px;
    min-height: 36px;
    justify-content: center;
    margin-top: 6px !important;
    padding: 0 16px !important;
    font-size: 12px !important;
    line-height: 1;
    white-space: nowrap;
  }

  .mc-brand-card:focus-visible {
    outline: 3px solid rgba(37, 99, 214, .28);
    outline-offset: 3px;
  }

  .mc-brand-carousel .splide__arrow {
    width: 48px !important;
    height: 48px !important;
  }

  .mc-brand-carousel .splide__arrow--prev {
    left: 2px !important;
  }

  .mc-brand-carousel .splide__arrow--next {
    right: 2px !important;
  }

  .mc-brand-carousel .splide__pagination {
    bottom: 4px !important;
    gap: 3px;
  }
}

/* Mobile brand carousel: keep two compact logos visible and remove pagination dots. */
@media (max-width: 767.98px) {
  .mc-brand-carousel {
    padding: 4px 22px 12px !important;
  }

  .mc-brand-carousel .splide__track {
    padding: 4px 0 8px !important;
  }

  .mc-brand-carousel .mc-brand-slide {
    height: 150px !important;
    min-height: 150px !important;
    padding: 3px 2px 9px !important;
  }

  .mc-brand-carousel .mc-brand-card {
    width: 100% !important;
    height: 138px !important;
    padding: 10px 8px !important;
    border-radius: 15px !important;
  }

  .mc-brand-carousel .mc-brand-logo {
    width: min(100%, 96px) !important;
    height: 70px !important;
    margin-bottom: 4px !important;
  }

  .mc-brand-carousel .mc-brand-card small {
    width: 100%;
    min-width: 0;
    min-height: 29px;
    margin-top: 3px !important;
    padding: 0 5px !important;
    font-size: 10px !important;
  }

  .mc-brand-carousel .splide__pagination {
    display: none !important;
  }

  .mc-brand-carousel .splide__arrow {
    width: 36px !important;
    height: 36px !important;
  }

  .mc-brand-carousel .splide__arrow--prev {
    left: 0 !important;
  }

  .mc-brand-carousel .splide__arrow--next {
    right: 0 !important;
  }
}

/* Compact footer: preserve all content while reducing unused vertical space. */
.mc-footer-benefits-wrap {
  padding-bottom: 24px;
}

.mc-footer-payments {
  padding-block: 14px !important;
}

.mc-footer-payments > div {
  min-height: 82px !important;
  gap: 8px !important;
  padding-block: 6px;
}

.mc-footer-payment-icon {
  width: 48px;
  height: 48px;
}

.mc-footer-payments .mc-footer-payment-icon i {
  font-size: 24px;
}

.mc-footer-grid {
  padding: 30px 0 24px !important;
}

.mc-footer-grid > * {
  padding-inline: clamp(18px, 2vw, 34px);
}

.mc-footer-logo {
  width: min(100%, 190px);
  min-height: 72px;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 14px;
}

.mc-footer-logo img {
  height: 58px;
}

.mc-footer-brand > p,
.mc-footer-social > p {
  margin-bottom: 14px !important;
  line-height: 1.45 !important;
}

.mc-footer-contact {
  min-height: 46px !important;
  margin-bottom: 12px !important;
}

.mc-footer-grid h2 {
  margin-bottom: 20px !important;
  padding-bottom: 10px;
  font-size: clamp(18px, 1.35vw, 23px) !important;
}

.mc-footer-links a {
  padding-block: 6px;
}

.mc-footer-links a::before {
  top: 7px;
}

.mc-footer-address {
  gap: 9px;
  padding-bottom: 9px;
}

.mc-footer-address + .mc-footer-address {
  padding-top: 9px;
}

.mc-footer-address > i {
  font-size: 20px;
}

.mc-footer-address__content {
  gap: 3px;
}

.mc-footer-address__content > span {
  line-height: 1.35;
}

.mc-footer-address__actions {
  margin-top: 2px;
}

.mc-footer-all-locations {
  margin-top: 5px;
}

.mc-footer-social .social-icons {
  gap: 8px !important;
  margin-bottom: 16px;
}

.mc-footer-social .social-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 13px !important;
}

.mc-footer-social .social-icon i {
  font-size: 24px;
}

.mc-footer-bottom,
.footer-empresarial .mc-footer-bottom.copyrigth {
  min-height: 72px;
  padding-block: 12px !important;
}

.mc-footer-bottom > * {
  min-height: 36px;
}

.mc-footer-bottom i {
  font-size: 18px;
}

@media (min-width: 1200px) {
  .mc-footer-grid {
    grid-template-columns: .95fr .72fr 1.9fr .7fr !important;
  }

  .mc-footer-locations-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .mc-footer-address:nth-child(-n + 2) {
    padding-top: 0;
    border-top: 0;
  }
}

@media (max-width: 1199.98px) {
  .mc-footer-grid {
    row-gap: 28px !important;
  }
}

@media (max-width: 767.98px) {
  .mc-footer-benefits-wrap {
    padding-bottom: 18px;
  }

  .mc-footer-payments > div {
    min-height: 82px !important;
    gap: 6px !important;
    padding-block: 9px;
  }

  .mc-footer-payment-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .mc-footer-payments .mc-footer-payment-icon i {
    font-size: 22px;
  }

  .mc-footer-grid {
    padding: 24px 0 18px !important;
  }

  .mc-footer-grid > *,
  .mc-footer-grid > :nth-child(n) {
    padding: 20px 0 !important;
  }

  .mc-footer-grid > :first-child {
    padding-top: 0 !important;
  }

  .mc-footer-grid h2 {
    margin-bottom: 16px !important;
  }

  .mc-footer-locations-list {
    display: flex;
    gap: 10px;
    margin-inline: -14px;
    padding: 0 14px 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .mc-footer-address,
  .mc-footer-address + .mc-footer-address {
    min-width: min(78vw, 290px);
    padding: 12px !important;
    border: 1px solid rgba(164, 204, 255, .22);
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
    scroll-snap-align: start;
  }

  .mc-footer-address__actions a {
    min-height: 36px;
  }

  .mc-footer-bottom,
  .footer-empresarial .mc-footer-bottom.copyrigth {
    padding-block: 8px !important;
  }

  .mc-footer-bottom > *,
  .mc-footer-bottom > :first-child,
  .mc-footer-bottom > :last-child {
    min-height: 44px;
    padding-block: 9px !important;
  }
}

/* Final responsive overrides for the commerce UX layer. */
@media (max-width: 767.98px) {
  .mc-catalog-filter-panel .mc-catalog-filterbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .mc-brand-carousel .splide__arrow,
  .mc-favorite-btn,
  .mc-card-quick-actions button {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }
}

/* Prioridad final: el selector y el CTA permanecen en una sola fila. */
article.mc-product-card:not(.mc-product-card-promo) .mc-installments .mc-product-actions,
article.mc-product-card:not(.mc-product-card-promo) .mc-installments .mc-product-actions.no-cash {
  flex-wrap: nowrap !important;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-installments .mc-product-actions > .mc-installment-picker {
  width: 0 !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

/* Ventana institucional reutilizada desde el footer. */
body.mc-about-modal-open {
  overflow: hidden;
}

body:has(.mc-about-modal:target) {
  overflow: hidden;
}

body:has(#mcAboutModalClosed:target) {
  overflow: auto !important;
}

body:has(#mcAboutModalClosed:target) .mc-about-modal {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body:has(#mcAboutModalClosed:target) .mc-about-modal-backdrop {
  display: none !important;
}

/* Pagina institucional completa. */
.mc-page-about {
  overflow-x: hidden;
}

.mc-about-story-page {
  overflow: hidden;
  background: #f6f9fd;
  color: #17243d;
}

.mc-about-story-hero {
  position: relative;
  padding: 72px 0 96px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a4485 0%, #0f69bd 58%, #1494e6 100%);
  color: #fff;
}

.mc-about-story-hero::before,
.mc-about-story-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  pointer-events: none;
}

.mc-about-story-hero::before {
  width: 460px;
  height: 460px;
  right: -150px;
  top: -220px;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .035);
}

.mc-about-story-hero::after {
  width: 220px;
  height: 220px;
  left: -100px;
  bottom: -130px;
}

.mc-about-story-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 64px;
  align-items: center;
  max-width: 1180px;
}

.mc-about-story-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  color: #cce8ff;
  font-size: 13px;
  font-weight: 750;
}

.mc-about-story-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.mc-about-story-breadcrumb a:hover,
.mc-about-story-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mc-about-story-breadcrumb i {
  font-size: 10px;
}

.mc-about-story-kicker {
  display: block;
  margin-bottom: 10px;
  color: #176bc0;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mc-about-story-hero .mc-about-story-kicker {
  color: #aeddff;
}

.mc-about-story-hero__copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(38px, 5.2vw, 66px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.mc-about-story-hero__copy > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #e2f2ff;
  font-size: 18px;
  line-height: 1.7;
}

.mc-about-story-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.mc-about-story-primary,
.mc-about-story-secondary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.mc-about-story-primary {
  border: 1px solid #079140;
  background: #079140;
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 60, 30, .24);
}

.mc-about-story-secondary {
  border: 1px solid rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.mc-about-story-primary:hover,
.mc-about-story-primary:focus-visible,
.mc-about-story-secondary:hover,
.mc-about-story-secondary:focus-visible {
  color: #fff;
  transform: translateY(-2px);
}

.mc-about-story-primary:hover,
.mc-about-story-primary:focus-visible {
  background: #067d37;
  box-shadow: 0 18px 34px rgba(0, 60, 30, .3);
}

.mc-about-story-secondary:hover,
.mc-about-story-secondary:focus-visible {
  background: rgba(255, 255, 255, .18);
}

.mc-about-story-page a:focus-visible {
  outline: 3px solid rgba(255, 204, 50, .8);
  outline-offset: 3px;
}

.mc-about-story-hero__card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 24px;
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 24px 50px rgba(3, 38, 78, .2);
  backdrop-filter: blur(12px);
}

.mc-about-story-hero__icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 18px;
  background: rgba(255, 255, 255, .13);
  font-size: 30px;
}

.mc-about-story-hero__card > strong {
  display: block;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 950;
}

.mc-about-story-hero__card > p {
  margin: 8px 0 24px;
  color: #dbeeff;
  line-height: 1.55;
}

.mc-about-story-hero__card > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.mc-about-story-hero__card > div span {
  color: #d9ecff;
  font-size: 12px;
  font-weight: 750;
}

.mc-about-story-hero__card > div strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
}

.mc-about-story-trust {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin-top: -38px;
  overflow: hidden;
  padding: 1px;
  border-radius: 20px;
  background: #dce7f4;
  box-shadow: 0 22px 48px rgba(17, 49, 90, .14);
}

.mc-about-story-trust article {
  display: flex;
  min-width: 0;
  gap: 14px;
  padding: 22px;
  background: #fff;
}

.mc-about-story-trust article > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 14px;
  background: #e9f4ff;
  color: #1474ca;
  font-size: 21px;
}

.mc-about-story-trust h2 {
  margin: 1px 0 5px;
  color: #182a47;
  font-size: 15px;
  font-weight: 950;
}

.mc-about-story-trust p {
  margin: 0;
  color: #68768b;
  font-size: 13px;
  line-height: 1.55;
}

.mc-about-story-section {
  max-width: 1180px;
  padding-top: 92px;
  padding-bottom: 90px;
}

.mc-about-story-legacy {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 72px;
  padding: 32px;
  border: 1px solid #d5e5f5;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #edf6ff 100%);
  box-shadow: 0 18px 42px rgba(17, 61, 108, .09);
}

.mc-about-story-legacy__number {
  display: grid;
  min-height: 132px;
  place-content: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #0d5ca9, #168dde);
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 32px rgba(14, 99, 181, .22);
}

.mc-about-story-legacy__number strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 58px;
  font-weight: 950;
  line-height: .9;
}

.mc-about-story-legacy__number span {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mc-about-story-legacy h2 {
  margin: 0;
  color: #14233d;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.mc-about-story-legacy p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #617188;
  font-size: 16px;
  line-height: 1.7;
}

.mc-about-story-section__heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.mc-about-story-section__heading h2,
.mc-about-story-values__heading h2,
.mc-about-story-cta h2 {
  margin: 0;
  color: #14233d;
  font-family: var(--font-heading);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.mc-about-story-section__heading > p,
.mc-about-story-values__heading > p {
  margin: 16px 0 0;
  color: #64738a;
  font-size: 16px;
  line-height: 1.7;
}

.mc-about-story-purpose {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.mc-about-story-purpose article {
  padding: 24px;
  border: 1px solid #dae6f4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 49, 90, .06);
}

.mc-about-story-purpose article > span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 14px;
  background: #e9f4ff;
  color: #1474ca;
  font-size: 22px;
}

.mc-about-story-purpose h3 {
  margin: 0 0 9px;
  color: #172944;
  font-size: 19px;
  font-weight: 950;
}

.mc-about-story-purpose p {
  margin: 0;
  color: #65748a;
  line-height: 1.7;
}

.mc-about-story-values {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: center;
  padding: 36px;
  border-radius: 24px;
  background: #102f57;
  color: #fff;
  box-shadow: 0 24px 50px rgba(13, 44, 82, .16);
}

.mc-about-story-values .mc-about-story-kicker {
  color: #8dcbff;
}

.mc-about-story-values__heading h2 {
  color: #fff;
  font-size: 34px;
}

.mc-about-story-values__heading > p {
  color: #c7d9ed;
}

.mc-about-story-values ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-about-story-values li {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 9px;
  color: #eef7ff;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.mc-about-story-values li i {
  margin-top: 2px;
  flex: 0 0 auto;
  color: #56d991;
}

.mc-about-story-locations {
  padding: 86px 0;
  border-top: 1px solid #e1e9f3;
  background: #fff;
  scroll-margin-top: 110px;
}

.mc-about-story-locations > .container {
  max-width: 1180px;
}

.mc-about-story-locations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mc-about-story-locations__grid article {
  display: flex;
  min-width: 0;
  gap: 13px;
  padding: 20px;
  border: 1px solid #dce6f2;
  border-radius: 18px;
  background: #fbfdff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mc-about-story-locations__grid article:hover {
  border-color: #b7d6f2;
  box-shadow: 0 14px 32px rgba(16, 58, 103, .09);
  transform: translateY(-3px);
}

.mc-about-story-location-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 13px;
  background: #e8f3ff;
  color: #1774c7;
  font-size: 19px;
}

.mc-about-story-locations__grid article > div {
  min-width: 0;
}

.mc-about-story-locations__grid h3 {
  margin: 0;
  color: #172943;
  font-size: 16px;
  font-weight: 950;
}

.mc-about-story-locations__grid strong {
  display: block;
  margin-top: 2px;
  color: #1772c4;
  font-size: 13px;
}

.mc-about-story-locations__grid p {
  min-height: 42px;
  margin: 9px 0 14px;
  color: #68768a;
  font-size: 13px;
  line-height: 1.55;
}

.mc-about-story-locations__grid article > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mc-about-story-locations__grid a {
  color: #176ab1;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.mc-about-story-locations__grid a:first-child {
  color: #07883a;
}

.mc-about-story-locations__grid a:hover,
.mc-about-story-locations__grid a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mc-about-story-cta {
  display: flex;
  max-width: 1180px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 38px;
  border-radius: 24px;
  background: linear-gradient(135deg, #e7f3ff 0%, #f7fbff 100%);
  box-shadow: inset 0 0 0 1px #d5e5f5;
}

.mc-about-story-cta h2 {
  font-size: clamp(27px, 3vw, 38px);
}

.mc-about-story-cta p {
  margin: 10px 0 0;
  color: #627189;
}

.mc-about-story-cta > a {
  display: inline-flex;
  min-height: 54px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 14px;
  background: #07883a;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(7, 136, 58, .2);
}

.mc-about-story-cta > a:hover,
.mc-about-story-cta > a:focus-visible {
  background: #067532;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .mc-about-story-hero {
    padding: 56px 0 82px;
  }

  .mc-about-story-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, .55fr);
    gap: 32px;
  }

  .mc-about-story-trust {
    width: calc(100% - 28px);
  }

  .mc-about-story-trust article {
    display: block;
    padding: 18px;
  }

  .mc-about-story-trust article > span {
    margin-bottom: 12px;
  }

  .mc-about-story-locations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .mc-about-story-hero {
    padding: 32px 0 66px;
  }

  .mc-about-story-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .mc-about-story-breadcrumb {
    margin-bottom: 22px;
  }

  .mc-about-story-hero__copy h1 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.04;
  }

  .mc-about-story-hero__copy > p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.65;
  }

  .mc-about-story-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .mc-about-story-primary,
  .mc-about-story-secondary {
    width: 100%;
  }

  .mc-about-story-hero__card {
    padding: 22px;
    border-radius: 19px;
  }

  .mc-about-story-trust {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
    margin-top: -30px;
    border-radius: 18px;
  }

  .mc-about-story-trust article {
    display: flex;
    padding: 16px;
  }

  .mc-about-story-trust article > span {
    margin-bottom: 0;
  }

  .mc-about-story-section {
    padding: 66px 15px 64px;
  }

  .mc-about-story-legacy {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 52px;
    padding: 20px;
    border-radius: 20px;
  }

  .mc-about-story-legacy__number {
    min-height: 118px;
  }

  .mc-about-story-legacy__number strong {
    font-size: 52px;
  }

  .mc-about-story-legacy h2 {
    font-size: 29px;
  }

  .mc-about-story-section__heading {
    margin-bottom: 26px;
  }

  .mc-about-story-section__heading h2,
  .mc-about-story-values__heading h2 {
    font-size: 30px;
  }

  .mc-about-story-purpose,
  .mc-about-story-values,
  .mc-about-story-values ul,
  .mc-about-story-locations__grid {
    grid-template-columns: 1fr;
  }

  .mc-about-story-values {
    gap: 24px;
    padding: 24px 20px;
    border-radius: 20px;
  }

  .mc-about-story-locations {
    padding: 64px 0;
  }

  .mc-about-story-locations > .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .mc-about-story-locations__grid p {
    min-height: 0;
  }

  .mc-about-story-cta {
    display: grid;
    width: calc(100% - 28px);
    gap: 22px;
    margin-top: 54px;
    margin-bottom: 54px;
    padding: 25px 20px;
    border-radius: 20px;
  }

  .mc-about-story-cta > a {
    width: 100%;
  }
}

.mc-about-modal.is-open,
.mc-about-modal:target {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

.mc-about-modal:target {
  opacity: 1;
  background: rgba(7, 26, 50, .68);
}

.mc-about-modal:target .modal-dialog {
  transform: none;
}

.mc-about-modal__close-target {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}

.mc-about-modal {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  animation: none !important;
  z-index: 1060 !important;
}

.mc-about-modal.is-open,
.mc-about-modal:target {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.mc-about-modal-backdrop {
  z-index: 1050;
  background: #071a32;
  opacity: .68 !important;
}

.mc-about-modal .modal-dialog {
  width: calc(100% - 28px);
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.mc-about-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: #fff;
  color: var(--mc-ink);
  box-shadow: 0 28px 80px rgba(9, 34, 74, .3);
}

.mc-about-modal__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 118px;
  padding: 24px 30px;
  overflow: hidden;
  background: linear-gradient(135deg, #0b4d92 0%, #1477d4 58%, #1f91e7 100%);
  color: #fff;
}

.mc-about-modal__header::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -105px;
  width: 250px;
  height: 250px;
  border: 42px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  pointer-events: none;
}

.mc-about-modal__brand {
  position: relative;
  z-index: 1;
  display: grid;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 18px;
  background: rgba(255, 255, 255, .14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.mc-about-modal__brand i {
  font-size: 29px;
}

.mc-about-modal__heading {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.mc-about-modal__heading > span {
  display: block;
  margin-bottom: 5px;
  color: #d9eeff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mc-about-modal__heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.15;
}

.mc-about-modal__header .btn-close {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin: 0 0 0 auto;
  flex: 0 0 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .13);
  opacity: 1;
}

.mc-about-modal__header .btn-close:hover,
.mc-about-modal__header .btn-close:focus-visible {
  background-color: rgba(255, 255, 255, .24);
}

.mc-about-modal__header .btn-close:focus-visible,
.mc-about-modal a:focus-visible {
  outline: 3px solid rgba(255, 204, 50, .72);
  outline-offset: 3px;
}

.mc-about-modal__body {
  display: grid;
  gap: 24px;
  padding: 30px;
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.mc-about-modal__intro {
  max-width: 760px;
}

.mc-about-modal__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--mc-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mc-about-modal__intro h3,
.mc-about-modal__values h3 {
  margin: 0 0 10px;
  color: #14233f;
  font-family: var(--font-heading);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.2;
}

.mc-about-modal__intro p,
.mc-about-modal__card p {
  margin: 0;
  color: #5c6b82;
  font-size: 15px;
  line-height: 1.75;
}

.mc-about-modal__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mc-about-modal__trust span {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid #dce8f8;
  border-radius: 14px;
  background: #fff;
  color: #263854;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(19, 61, 113, .06);
}

.mc-about-modal__trust i {
  color: #1474cb;
  font-size: 19px;
}

.mc-about-modal__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.mc-about-modal__card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 19px;
  border: 1px solid #dce8f8;
  border-radius: 18px;
  background: #fff;
}

.mc-about-modal__card-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 13px;
  background: #e9f4ff;
  color: #126fc4;
  font-size: 21px;
}

.mc-about-modal__card h3 {
  margin: 1px 0 7px;
  color: #172844;
  font-size: 16px;
  font-weight: 900;
}

.mc-about-modal__card p {
  font-size: 14px;
  line-height: 1.65;
}

.mc-about-modal__values {
  display: grid;
  grid-template-columns: minmax(170px, .65fr) minmax(0, 1.35fr);
  gap: 20px;
  align-items: start;
  padding: 20px;
  border-radius: 18px;
  background: #102d54;
  color: #fff;
}

.mc-about-modal__values .mc-about-modal__eyebrow {
  color: #8ecbff;
}

.mc-about-modal__values h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

.mc-about-modal__values ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-about-modal__values li {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 8px;
  color: #eef7ff;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.mc-about-modal__values li i {
  margin-top: 2px;
  flex: 0 0 auto;
  color: #53d18b;
}

.mc-about-modal__footer {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 18px 30px 24px;
  border-top: 1px solid #e6edf7;
  background: #fff;
}

.mc-about-modal__primary,
.mc-about-modal__secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.mc-about-modal__secondary {
  border: 1px solid #cddbec;
  background: #fff;
  color: #244265;
}

.mc-about-modal__primary {
  border: 1px solid #07883a;
  background: #07883a;
  color: #fff;
  box-shadow: 0 10px 22px rgba(7, 136, 58, .2);
}

.mc-about-modal__primary:hover,
.mc-about-modal__primary:focus-visible {
  background: #057431;
  color: #fff;
  transform: translateY(-2px);
}

.mc-about-modal__secondary:hover,
.mc-about-modal__secondary:focus-visible {
  background: #f1f6fc;
  color: #183b63;
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .mc-about-modal .modal-dialog {
    width: calc(100% - 16px);
    margin: 8px auto;
    min-height: calc(100% - 16px);
  }

  .mc-about-modal .modal-content {
    max-height: calc(100vh - 16px);
    border-radius: 18px;
  }

  .mc-about-modal__header {
    min-height: 94px;
    gap: 11px;
    padding: 17px 15px;
  }

  .mc-about-modal__brand {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 14px;
  }

  .mc-about-modal__brand i {
    font-size: 23px;
  }

  .mc-about-modal__heading > span {
    font-size: 10px;
  }

  .mc-about-modal__heading h2 {
    font-size: 20px;
  }

  .mc-about-modal__header .btn-close {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .mc-about-modal__body {
    gap: 18px;
    padding: 20px 15px;
  }

  .mc-about-modal__intro h3 {
    font-size: 23px;
  }

  .mc-about-modal__intro p {
    font-size: 14px;
    line-height: 1.65;
  }

  .mc-about-modal__trust,
  .mc-about-modal__values,
  .mc-about-modal__values ul {
    grid-template-columns: 1fr;
  }

  .mc-about-modal__trust span {
    min-height: 48px;
  }

  .mc-about-modal__card {
    padding: 16px;
  }

  .mc-about-modal__values {
    gap: 15px;
    padding: 17px;
  }

  .mc-about-modal__values ul {
    gap: 9px;
  }

  .mc-about-modal__footer {
    display: grid;
    grid-template-columns: 1fr;
    padding: 14px 15px 18px;
  }

  .mc-about-modal__primary,
  .mc-about-modal__secondary {
    width: 100%;
  }

  .mc-about-modal__primary {
    order: -1;
  }
}

/* Tarjetas generales: espacio para descuentos, precio web, selector y CTA. */
article.mc-product-card:not(.mc-product-card-promo) {
  height: 520px !important;
  min-height: 520px !important;
  max-height: 520px !important;
}

article.mc-product-card:not(.mc-product-card-promo) > .mc-product-media {
  height: 230px !important;
  min-height: 230px !important;
  flex-basis: 230px !important;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-product-image-frame {
  height: 174px !important;
  min-height: 174px !important;
}

article.mc-product-card:not(.mc-product-card-promo) > .mc-product-info {
  height: 290px !important;
  min-height: 290px !important;
  flex-basis: 290px !important;
}

/* Tendencias: tarjetas completas, sin cortes laterales ni paginacion excesiva. */
.mc-trending-section #carouselProductosSimilares {
  --mc-trend-columns: 4;
  --mc-trend-gap: 14px;
  width: 100% !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding: 6px 54px 18px !important;
}

.mc-trending-section #carouselProductosSimilares .splide__track {
  width: 100%;
  padding: 0 !important;
  overflow: hidden !important;
}

.mc-trending-section #carouselProductosSimilares .splide__list {
  align-items: stretch !important;
}

.mc-trending-section #carouselProductosSimilares .splide__slide {
  width: calc((100% + var(--mc-trend-gap)) / var(--mc-trend-columns) - var(--mc-trend-gap)) !important;
  max-width: none !important;
  flex: 0 0 calc((100% + var(--mc-trend-gap)) / var(--mc-trend-columns) - var(--mc-trend-gap)) !important;
  margin-right: var(--mc-trend-gap) !important;
  padding: 4px 0 12px !important;
}

.mc-trending-section #carouselProductosSimilares .producto-card,
.mc-trending-section #carouselProductosSimilares article.mc-product-card:not(.mc-product-card-promo) {
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 0 !important;
}

.mc-trending-section #carouselProductosSimilares article.mc-product-card:not(.mc-product-card-promo) {
  height: 520px !important;
  min-height: 520px !important;
  max-height: 520px !important;
}

.mc-trending-section #carouselProductosSimilares article.mc-product-card:not(.mc-product-card-promo) > .mc-product-media {
  height: 230px !important;
  min-height: 230px !important;
  flex-basis: 230px !important;
}

.mc-trending-section #carouselProductosSimilares article.mc-product-card:not(.mc-product-card-promo) .mc-product-image-frame {
  height: 174px !important;
  min-height: 174px !important;
}

.mc-trending-section #carouselProductosSimilares article.mc-product-card:not(.mc-product-card-promo) > .mc-product-info {
  height: 290px !important;
  min-height: 290px !important;
  flex-basis: 290px !important;
}

.mc-trending-section #carouselProductosSimilares .splide__pagination {
  display: none !important;
}

.mc-trending-section #carouselProductosSimilares .splide__arrow {
  top: 50% !important;
  width: 42px !important;
  height: 42px !important;
  transform: translateY(-50%) !important;
}

.mc-trending-section #carouselProductosSimilares .splide__arrow--prev {
  left: 4px !important;
}

.mc-trending-section #carouselProductosSimilares .splide__arrow--next {
  right: 4px !important;
}

/* Acabado profesional para cards de catalogo y tendencia. */
article.mc-product-card:not(.mc-product-card-promo) {
  overflow: hidden;
  border: 1px solid #dbe5f3 !important;
  border-radius: 18px !important;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 58, 105, 0.08) !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

article.mc-product-card:not(.mc-product-card-promo):hover {
  transform: translateY(-3px);
  border-color: #b9cff1 !important;
  box-shadow: 0 16px 34px rgba(24, 58, 105, 0.13) !important;
}

article.mc-product-card:not(.mc-product-card-promo) > .mc-product-media {
  border-bottom: 1px solid #e5ebf4 !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

article.mc-product-card:not(.mc-product-card-promo) > .mc-product-info {
  padding: 12px 16px 12px !important;
  background: #fff;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-product-meta {
  min-height: 28px;
  margin-bottom: 7px;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-product-brand {
  padding: 4px 12px;
  border-color: #bcd3f5;
  background: #f2f7ff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-stock-badge {
  min-height: 28px;
  padding: 4px 9px;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-product-title {
  margin: 0;
  padding: 0 0 9px;
  border-bottom: 1px solid #e7edf5;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-product-title h6 {
  color: #2d3b52;
  font-weight: 750;
  line-height: 1.24;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-card-pricing-zone {
  padding-top: 9px;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-card-installment-summary {
  padding: 7px 9px;
  border: 1px solid #e3ebf6;
  border-radius: 10px;
  background: #f8faff;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-card-installment-before {
  color: #7d8ca3;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-card-installment-summary > strong {
  color: #172a49;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-card-installment-summary > small {
  color: #07833f;
  font-weight: 700;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-product-form {
  padding-top: 8px;
  border-top: 0 !important;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-installments {
  color: #687891;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-installments > b {
  color: #1760d2;
  letter-spacing: 0.01em;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-installments .form-select {
  border-color: #c6d7ef !important;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(32, 101, 210, 0.06) !important;
}

article.mc-product-card:not(.mc-product-card-promo) .mc-installments .mc-cart-btn {
  border-radius: 10px !important;
  box-shadow: 0 7px 16px rgba(29, 98, 213, 0.2) !important;
}

.mc-trending-section > .card-body {
  padding-bottom: 20px !important;
}

.mc-trending-section #carouselProductosSimilares {
  padding-bottom: 4px !important;
}

.mc-trending-section #carouselProductosSimilares .splide__slide {
  padding-bottom: 4px !important;
}

.mc-trending-section #carouselProductosSimilares .splide__arrow {
  border: 1px solid #d8e4f4 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 8px 20px rgba(31, 64, 112, 0.13) !important;
}

@media (prefers-reduced-motion: reduce) {
  article.mc-product-card:not(.mc-product-card-promo) {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  .mc-trending-section #carouselProductosSimilares {
    --mc-trend-columns: 3;
    --mc-trend-gap: 14px;
  }
}

@media (max-width: 991.98px) {
  .mc-trending-section #carouselProductosSimilares {
    --mc-trend-columns: 2;
    --mc-trend-gap: 12px;
    padding-inline: 48px !important;
  }
}

@media (max-width: 575.98px) {
  .mc-trending-section #carouselProductosSimilares {
    --mc-trend-columns: 1;
    --mc-trend-gap: 8px;
    max-width: 360px !important;
    padding: 4px 30px 14px !important;
  }

  .mc-trending-section #carouselProductosSimilares .splide__arrow {
    display: flex !important;
    width: 36px !important;
    height: 36px !important;
  }

  .mc-trending-section #carouselProductosSimilares .splide__arrow--prev {
    left: -3px !important;
  }

  .mc-trending-section #carouselProductosSimilares .splide__arrow--next {
    right: -3px !important;
  }
}

/* Keep the brand identity readable when its external logo file is unavailable. */
.mc-brand-card strong {
  display: block !important;
}

@media (min-width: 1200px) {
  .mc-brand-logo {
    height: 130px !important;
  }
}

/* Active promotions: centered, compact and balanced storefront composition. */
.mc-promo-premium-section {
  width: min(100%, 1480px) !important;
  max-width: 1480px !important;
  margin: 24px auto 32px !important;
  border-color: #dce6f4 !important;
  border-radius: 18px !important;
  background-color: #fff !important;
  box-shadow: 0 14px 36px rgba(17, 35, 67, .09) !important;
  overflow: hidden !important;
}

.mc-promo-premium-section > .card-body {
  padding: 24px 26px 20px !important;
}

.mc-promo-premium-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  gap: 28px;
  padding: 0 0 20px !important;
  border-bottom: 1px solid #e6edf7;
}

.mc-promo-premium-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.mc-promo-premium-copy .mc-section-kicker {
  color: #2060d0;
  font-size: 12px;
  letter-spacing: .045em;
}

.mc-promo-premium-copy .card-title {
  margin: 4px 0 6px !important;
  font-size: clamp(28px, 2.3vw, 38px);
  line-height: 1.05;
  letter-spacing: -.02em;
}

.mc-promo-validity {
  margin-top: 8px;
  padding: 6px 10px;
  color: #34506f;
  font-size: 12px;
}

.mc-promo-premium-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.mc-promo-premium-section .mc-promo-countdown {
  margin: 0;
  padding: 8px 10px 8px 12px;
  gap: 9px;
  border-color: #dbe5f3;
  box-shadow: 0 7px 18px rgba(17, 35, 67, .07);
}

.mc-promo-premium-section .mc-promo-countdown-label {
  font-size: 14px;
  white-space: nowrap;
}

.mc-promo-premium-section .mc-promo-countdown-chip {
  width: 44px;
  min-height: 44px;
  box-shadow: none;
}

.mc-promo-premium-section .mc-promo-countdown-chip h5 {
  font-size: 17px;
}

.mc-promo-premium-section .mc-promo-countdown-chip small {
  margin-top: 3px;
  font-size: 9px;
}

.mc-promo-premium-section .mc-promo-view-all {
  min-width: 126px;
  height: 46px;
  padding: 0 16px !important;
  font-size: 15px;
  white-space: nowrap;
}

.mc-promo-premium-section .promo-products {
  padding-top: 20px !important;
}

.mc-promo-products-inner,
.mc-promo-products-carousel {
  width: 100%;
  min-width: 0;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] {
  width: 100% !important;
  max-width: 1320px !important;
  margin-inline: auto;
  padding: 0 34px 18px !important;
  box-sizing: border-box;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__slide {
  padding: 0 7px 8px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__arrow {
  top: 50% !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #dce6f4 !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(17, 35, 67, .12) !important;
  transform: translateY(-50%) !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__arrow--prev {
  left: 0 !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__arrow--next {
  right: 0 !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__pagination {
  bottom: 0 !important;
}

.mc-promo-premium-section .mc-product-card.mc-product-card-promo {
  height: 512px !important;
  min-height: 512px !important;
  max-height: 512px !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-media {
  height: 216px !important;
  min-height: 216px !important;
  flex-basis: 216px !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-image-frame {
  height: 164px !important;
  min-height: 164px !important;
}

.mc-promo-premium-section .mc-product-card-promo .mc-product-info {
  height: 296px !important;
  min-height: 296px !important;
  flex-basis: 296px !important;
}

@media (min-width: 1470px) {
  .mc-promo-products-4 .splide[id^="carouselProductosPromo"] .splide__arrows,
  .mc-promo-products-4 .splide[id^="carouselProductosPromo"] .splide__pagination {
    display: none !important;
  }

  .mc-promo-products-4 .splide[id^="carouselProductosPromo"] {
    padding-inline: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  .mc-promo-premium-section > .card-body {
    padding: 20px 20px 18px !important;
  }

  .mc-promo-premium-head {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 16px;
  }

  .mc-promo-premium-actions {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  .mc-promo-premium-section {
    width: calc(100% - 16px) !important;
    margin: 16px auto 24px !important;
    border-radius: 14px !important;
  }

  .mc-promo-premium-section > .card-body {
    padding: 18px 12px 14px !important;
  }

  .mc-promo-premium-copy .card-title {
    font-size: 27px;
  }

  .mc-promo-validity {
    display: flex;
    width: 100%;
  }

  .mc-promo-premium-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mc-promo-premium-section .mc-promo-countdown {
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .mc-promo-premium-section .mc-promo-countdown-chips {
    gap: 4px;
  }

  .mc-promo-premium-section .mc-promo-countdown-chip {
    width: 40px;
    min-height: 42px;
  }

  .mc-promo-premium-section .mc-promo-view-all {
    width: 100%;
  }

  .mc-promo-premium-section .promo-products {
    padding-top: 16px !important;
  }

  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] {
    max-width: 380px !important;
    padding: 0 28px 18px !important;
  }

  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__slide {
    padding-inline: 4px !important;
  }

  .mc-promo-premium-section .mc-product-card.mc-product-card-promo {
    height: 530px !important;
    min-height: 530px !important;
    max-height: 530px !important;
  }

  .mc-promo-premium-section .mc-product-card-promo .mc-product-info {
    height: 314px !important;
    min-height: 314px !important;
    flex-basis: 314px !important;
  }
}

@media (max-width: 380px) {
  .mc-promo-premium-section .mc-promo-countdown-label {
    display: none;
  }
}

/* Desktop promotions span the storefront from edge to edge. */
@media (min-width: 1200px) {
  .mc-promo-premium-section {
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    margin-top: 24px !important;
    margin-right: calc(50% - 50vw + 12px) !important;
    margin-bottom: 32px !important;
    margin-left: calc(50% - 50vw + 12px) !important;
  }

  .mc-promo-premium-section > .card-body {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] {
    max-width: 1462px !important;
  }
}

/* Promotional products reuse the same card proportions as Trending. */
.mc-promo-premium-section .splide[id^="carouselProductosPromo"] {
  padding: 6px 54px 18px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__track {
  padding: 0 !important;
  overflow: hidden !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__list {
  align-items: stretch !important;
}

/* Splide reuses the carousel id as a prefix on its generated list. */
.mc-promo-premium-section .splide[id^="carouselProductosPromo"] > .splide__track > .splide__list {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__slide {
  padding: 4px 0 12px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .producto-card,
.mc-promo-premium-section .splide[id^="carouselProductosPromo"] article.mc-product-card:not(.mc-product-card-promo) {
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 0 !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] article.mc-product-card:not(.mc-product-card-promo) {
  height: 486px !important;
  min-height: 486px !important;
  max-height: 486px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] article.mc-product-card:not(.mc-product-card-promo) > .mc-product-info {
  height: 272px !important;
  min-height: 272px !important;
  flex-basis: 272px !important;
  padding: 11px 18px 13px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] article.mc-product-card:not(.mc-product-card-promo) > .mc-product-media {
  height: 214px !important;
  min-height: 214px !important;
  flex-basis: 214px !important;
  padding: 42px 12px 10px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] article.mc-product-card:not(.mc-product-card-promo) .mc-product-image-frame {
  height: 158px !important;
  min-height: 158px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] article.mc-product-card:not(.mc-product-card-promo) .mc-product-title {
  height: 48px !important;
  min-height: 48px !important;
  padding-bottom: 8px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] article.mc-product-card:not(.mc-product-card-promo) .mc-installments {
  font-size: 13px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] article.mc-product-card:not(.mc-product-card-promo) .mc-card-pricing-zone {
  height: auto !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  justify-content: flex-start !important;
}

/* Escritorio de ancho completo: aprovecha los extremos sin pegar el contenido al viewport. */
@media (min-width: 768px) {
  .container,
  .mc-home,
  .mc-search-page,
  .mc-detail-page,
  #navbarMain.mc-promo-nav,
  .mc-topbar-inner {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    box-sizing: border-box;
  }

  .mc-detail-page .mc-reviews-section {
    width: 100% !important;
    max-width: none !important;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Capa visual final: ritmo consistente, navegacion adaptable y tarjetas alineadas. */
.mc-recommended-carousel .mc-product-card,
.mc-recommended-carousel .mc-product-card.has-web-benefit {
  height: 568px !important;
  min-height: 568px !important;
  max-height: 568px !important;
}

.mc-recommended-carousel .mc-product-info,
.mc-recommended-carousel .mc-product-card.has-web-benefit .mc-product-info {
  height: 422px !important;
  min-height: 422px !important;
}

.mc-recommended-carousel .mc-product-card {
  border-color: #dbe6f5 !important;
  box-shadow: 0 10px 26px rgba(20, 47, 89, .09) !important;
}

.mc-recommended-carousel .mc-product-card:hover {
  box-shadow: 0 18px 36px rgba(20, 47, 89, .14) !important;
}

.mc-recommended-carousel .mc-product-title h6 {
  color: #34445f !important;
  font-weight: 800 !important;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .mc-promo-nav .mc-all-categories {
    min-width: 168px;
    padding-right: 16px !important;
    padding-left: 18px !important;
  }

  .mc-promo-nav .mc-nav-department-item {
    min-width: 0;
    flex: 1 1 0;
  }

  .mc-promo-nav .mc-nav-department-item .mc-nav-department-link {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-right: 10px !important;
    padding-left: 10px !important;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
  }

  .mc-promo-nav .mc-nav-department-label {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mc-promo-nav .mc-nav-department-link i {
    flex: 0 0 auto;
  }
}

@media (max-width: 1199.98px) {
  .mc-recommended-carousel .mc-product-card,
  .mc-recommended-carousel .mc-product-card.has-web-benefit {
    height: 580px !important;
    min-height: 580px !important;
    max-height: 580px !important;
  }

  .mc-recommended-carousel .mc-product-info,
  .mc-recommended-carousel .mc-product-card.has-web-benefit .mc-product-info {
    height: 434px !important;
    min-height: 434px !important;
  }
}

@media (max-width: 575.98px) {
  .mc-recommended-carousel .mc-product-card,
  .mc-recommended-carousel .mc-product-card.has-web-benefit {
    height: 572px !important;
    min-height: 572px !important;
    max-height: 572px !important;
  }

  .mc-recommended-carousel .mc-product-info,
  .mc-recommended-carousel .mc-product-card.has-web-benefit .mc-product-info {
    height: 432px !important;
    min-height: 432px !important;
  }
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__pagination {
  display: none !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__arrows {
  display: block !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__arrow {
  width: 42px !important;
  height: 42px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__arrow--prev {
  left: 4px !important;
}

.mc-promo-premium-section .splide[id^="carouselProductosPromo"] .splide__arrow--next {
  right: 4px !important;
}

@media (max-width: 991.98px) {
  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] {
    padding-inline: 48px !important;
  }
}

@media (max-width: 575.98px) {
  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] {
    max-width: 360px !important;
    padding: 4px 30px 14px !important;
  }

  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] article.mc-product-card:not(.mc-product-card-promo) {
    height: 520px !important;
    min-height: 520px !important;
    max-height: 520px !important;
  }

  .mc-promo-premium-section .splide[id^="carouselProductosPromo"] article.mc-product-card:not(.mc-product-card-promo) > .mc-product-info {
    height: 306px !important;
    min-height: 306px !important;
    flex-basis: 306px !important;
  }
}

/* Fondos administrables por seccion desde GoodVenta. */
.mc-trending-section.mc-section-configurable-background,
.mc-featured-categories.mc-section-configurable-background,
.mc-carousel-band.mc-brand-band.mc-section-configurable-background {
  background-image:
    linear-gradient(135deg, rgba(247, 250, 255, .88), rgba(255, 255, 255, .82)),
    var(--mc-section-bg-desktop) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

@media (max-width: 767.98px) {
  .mc-trending-section.mc-section-configurable-background,
  .mc-featured-categories.mc-section-configurable-background,
  .mc-carousel-band.mc-brand-band.mc-section-configurable-background {
    background-image:
      linear-gradient(135deg, rgba(247, 250, 255, .9), rgba(255, 255, 255, .84)),
      var(--mc-section-bg-mobile, var(--mc-section-bg-desktop)) !important;
  }
}

/* Prioridad final del inicio: las secciones principales siguen el ancho general del sitio. */
body.mc-page-home .mc-trending-section,
body.mc-page-home .mc-about-section.mc-about-section--compact {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mc-about-section--compact .mc-about-highlights > span > span {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

@media (max-width: 575.98px) {
  body.mc-page-home .mc-trending-section .mc-section-head {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.mc-page-home .mc-trending-section .mc-section-head > div:last-child,
  body.mc-page-home .mc-trending-section .mc-section-head .btn {
    width: 100%;
  }

  body.mc-page-home .mc-trending-section .mc-section-head .btn {
    min-height: 46px;
  }

  body.mc-page-home .mc-about-section--compact .mc-about-shell {
    gap: 22px !important;
    padding: 24px 16px !important;
  }

  body.mc-page-home .mc-about-section--compact .mc-about-head h3 {
    font-size: clamp(32px, 10vw, 37px) !important;
    line-height: 1.02 !important;
  }

  body.mc-page-home .mc-about-section--compact .mc-about-intro {
    margin-top: 14px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  body.mc-page-home .mc-about-section--compact .mc-about-highlights > span {
    min-height: 68px !important;
    padding: 12px 13px !important;
  }

  .mc-footer-benefits-head strong {
    font-size: 20px;
  }

  .mc-footer-payments > div:last-child {
    padding-right: 58px;
  }
}

/* Ajuste final del bloque de medios de pago: jerarquia compacta y responsive. */
.footer-empresarial .mc-footer-benefits-wrap {
  padding: 26px 0 30px;
}

.footer-empresarial .mc-footer-benefits-wrap .container {
  width: min(100% - 40px, 1760px);
  max-width: 1760px !important;
}

.footer-empresarial .mc-footer-benefits-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  align-items: end;
  gap: clamp(24px, 4vw, 72px);
  padding: 0 4px 18px;
}

.footer-empresarial .mc-footer-benefits-head > div {
  gap: 6px;
  min-width: 0;
}

.footer-empresarial .mc-footer-benefits-head strong {
  max-width: none;
  font-size: clamp(25px, 1.8vw, 34px);
  line-height: 1.08;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.footer-empresarial .mc-footer-benefits-head > small {
  max-width: 390px;
  padding-bottom: 2px;
  font-size: 13px;
  line-height: 1.45;
}

.footer-empresarial .mc-footer-payments {
  padding: 10px !important;
  border-radius: 20px !important;
}

.footer-empresarial .mc-footer-payments > div {
  min-height: 112px !important;
  gap: 9px !important;
  padding: 12px 14px;
}

.footer-empresarial .mc-footer-payment-icon {
  width: 50px;
  height: 50px;
}

.footer-empresarial .mc-footer-payments .mc-footer-payment-icon i {
  font-size: 25px;
}

@media (min-width: 1200px) {
  .footer-empresarial .mc-footer-benefits-head strong {
    white-space: nowrap;
  }
}

@media (max-width: 991.98px) {
  .footer-empresarial .mc-footer-benefits-wrap {
    padding: 22px 0 26px;
  }

  .footer-empresarial .mc-footer-benefits-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 8px;
  }

  .footer-empresarial .mc-footer-benefits-head > small {
    max-width: 680px;
    padding-bottom: 0;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .footer-empresarial .mc-footer-benefits-wrap {
    padding: 18px 0 22px;
  }

  .footer-empresarial .mc-footer-benefits-wrap .container {
    width: calc(100% - 16px) !important;
  }

  .footer-empresarial .mc-footer-benefits-head {
    gap: 7px;
    padding: 0 4px 14px;
  }

  .footer-empresarial .mc-footer-benefits-head span {
    font-size: 10px;
  }

  .footer-empresarial .mc-footer-benefits-head strong {
    font-size: clamp(20px, 6.1vw, 24px);
    line-height: 1.12;
  }

  .footer-empresarial .mc-footer-benefits-head > small {
    font-size: 12px;
  }

  .footer-empresarial .mc-footer-payments {
    padding: 1px !important;
    border-radius: 16px !important;
  }

  .footer-empresarial .mc-footer-payments > div {
    min-height: 102px !important;
    padding: 11px 6px;
  }

  .footer-empresarial .mc-footer-payment-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .footer-empresarial .mc-footer-payments .mc-footer-payment-icon i {
    font-size: 23px;
  }
}
