:root {
  --mp-bg: #f6f7f9;
  --mp-store-bg: none;
  --mp-surface: #ffffff;
  --mp-soft: #eef2f6;
  --mp-line: #dce2ea;
  --mp-text: #111827;
  --mp-muted: #667085;
  --mp-primary: #ff6b1a;
  --mp-secondary: #0f766e;
  --mp-danger: #dc2626;
  --mp-shadow: 0 18px 45px rgba(15, 23, 42, .12);
  --mp-radius: 8px;
  color-scheme: light;
}

* { box-sizing: border-box; }

[hidden] {
  display: none !important;
}

html { scroll-behavior: smooth; }

html.mp-lock-scroll,
body.mp-lock-scroll {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(rgba(246, 247, 249, .88), rgba(246, 247, 249, .94)),
    var(--mp-store-bg),
    var(--mp-bg);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  color: var(--mp-text);
}

body:has(.mp-theme-mascotas) {
  background-size: auto, min(520px, 78vw) auto, auto;
  background-repeat: no-repeat, repeat, repeat;
  background-position: center top, center top, center top;
}

button, input, select { font: inherit; }

button { cursor: pointer; }

img { max-width: 100%; display: block; }

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.mp-shell {
  min-height: 100vh;
  padding-bottom: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.52) 42%, rgba(255,255,255,.72));
}

.mp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--mp-line);
  backdrop-filter: blur(18px);
}

.mp-header__top {
  display: grid;
  grid-template-columns: minmax(210px, 280px) minmax(220px, 1fr) auto;
  gap: 16px;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 14px 22px 10px;
}

.mp-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.mp-brand__logo {
  width: 48px;
  height: 48px;
  border-radius: var(--mp-radius);
  background: var(--mp-soft);
  border: 1px solid var(--mp-line);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.mp-brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  padding: 5px;
}

.mp-brand__text {
  display: grid;
  min-width: 0;
}

.mp-brand__text strong {
  font-size: 16px;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-brand__text small {
  color: var(--mp-muted);
  font-size: 12px;
  margin-top: 2px;
}

.mp-search {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--mp-soft);
  border: 1px solid transparent;
  border-radius: var(--mp-radius);
  padding: 0 8px 0 14px;
  transition: border .18s ease, background .18s ease, box-shadow .18s ease;
}

.mp-search:focus-within {
  background: #fff;
  border-color: color-mix(in srgb, var(--mp-primary) 40%, var(--mp-line));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--mp-primary) 14%, transparent);
}

.mp-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--mp-text);
  min-width: 0;
}

.mp-search input::placeholder { color: #8a94a6; }

.mp-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mp-mobile-search-toggle {
  display: none;
}

.mp-icon-btn,
.mp-cart-btn,
.mp-primary-btn,
.mp-secondary-btn {
  border: 0;
  border-radius: var(--mp-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  min-height: 42px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border .18s ease;
}

.mp-icon-btn {
  width: 42px;
  height: 42px;
  background: #fff;
  color: var(--mp-text);
  border: 1px solid var(--mp-line);
}

.mp-icon-btn:hover,
.mp-secondary-btn:hover,
.mp-primary-btn:hover,
.mp-cart-btn:hover {
  transform: translateY(-1px);
}

.mp-action-label {
  width: auto;
  padding: 0 12px;
}

.mp-action-label span:last-child {
  font-weight: 700;
  font-size: 13px;
  max-width: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-action-label.is-active {
  border-color: color-mix(in srgb, #087f5b 35%, var(--mp-line));
  color: #087f5b;
}

.mp-cart-btn {
  min-width: 62px;
  padding: 0 12px;
  color: #fff;
  background: var(--mp-text);
  font-weight: 800;
}

.mp-branch {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  background: #fff;
  padding: 0 10px;
}

.mp-branch select,
.mp-toolbar select {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--mp-text);
  max-width: 190px;
  font-weight: 700;
}

.mp-category-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 22px 12px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.mp-category-nav::-webkit-scrollbar { display: none; }

.mp-chip {
  flex: 0 0 auto;
  border: 1px solid var(--mp-line);
  background: #fff;
  color: var(--mp-text);
  border-radius: 999px;
  padding: 9px 14px;
  white-space: nowrap;
  font-weight: 800;
  font-size: 13px;
  touch-action: pan-x;
}

.mp-chip.is-active {
  color: #fff;
  background: var(--mp-text);
  border-color: var(--mp-text);
}

main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px;
}

.mp-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(280px, 680px) 1fr;
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
  border-radius: var(--mp-radius);
  background: linear-gradient(135deg, #111827, #134e4a);
  color: #fff;
  padding: 34px;
  box-shadow: var(--mp-shadow);
  transition: filter .38s ease, transform .38s ease;
}

.mp-hero__visual,
.mp-hero__visual-next {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--mp-hero-bg, linear-gradient(135deg, #111827, #134e4a));
  background-size: cover;
  background-position: center;
  transform: scale(1.012);
}

.mp-hero__visual-next {
  opacity: 0;
  transform: scale(1.045);
  transition: opacity .58s ease, transform .72s cubic-bezier(.2, .8, .2, 1);
}

.mp-hero__visual-next.is-visible {
  opacity: 1;
  transform: scale(1.012);
}

.mp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, .68), rgba(17, 24, 39, .22) 46%, rgba(17, 24, 39, .04)),
    linear-gradient(0deg, rgba(17, 24, 39, .34), transparent 44%);
  pointer-events: none;
  z-index: 1;
}

.mp-banner-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: rgba(255,255,255,.16);
  z-index: 3;
}

.mp-banner-progress::after {
  content: "";
  display: block;
  height: 100%;
  width: var(--mp-banner-progress, 0%);
  background: var(--mp-primary);
  transition: width .55s cubic-bezier(.2, .8, .2, 1);
}

.mp-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .28s ease, transform .34s cubic-bezier(.2, .8, .2, 1);
}

.mp-hero.is-switching {
  filter: saturate(.9) brightness(.94);
  transform: translateZ(0) scale(.998);
}

.mp-hero.is-switching .mp-hero__content {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
}

.mp-hero.is-settled .mp-hero__content {
  animation: mpHeroContentIn .52s cubic-bezier(.2, .8, .2, 1) both;
}

.mp-kicker {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 11px;
  background: color-mix(in srgb, var(--mp-primary) 18%, #fff);
  color: color-mix(in srgb, var(--mp-primary) 75%, #7c2d12);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

.mp-hero .mp-kicker {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.mp-hero h1 {
  margin: 18px 0 12px;
  max-width: 680px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: .98;
  letter-spacing: 0;
}

.mp-hero p {
  margin: 0;
  max-width: 580px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.55;
}

.mp-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.mp-primary-btn {
  background: var(--mp-primary);
  color: #fff;
  min-height: 48px;
  padding: 0 18px;
  font-weight: 900;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--mp-primary) 22%, transparent);
}

.mp-secondary-btn {
  background: #fff;
  color: var(--mp-text);
  border: 1px solid var(--mp-line);
  min-height: 44px;
  padding: 0 14px;
  font-weight: 850;
}

.mp-hero .mp-secondary-btn {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border-color: rgba(255, 255, 255, .22);
}

.mp-hero__gallery {
  position: relative;
  z-index: 2;
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
}

.mp-banner-controls {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  pointer-events: none;
}

.mp-banner-controls .mp-icon-btn,
.mp-banner-dots {
  pointer-events: auto;
}

.mp-banner-controls .mp-icon-btn {
  color: #fff;
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.25);
  backdrop-filter: blur(12px);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.mp-banner-controls .mp-icon-btn:hover {
  transform: translateY(-1px) scale(1.04);
  background: rgba(255,255,255,.22);
  border-color: rgba(255,255,255,.36);
}

.mp-banner-dots {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(17, 24, 39, .38);
  backdrop-filter: blur(12px);
}

.mp-banner-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.44);
  padding: 0;
  transition: width .26s cubic-bezier(.2, .8, .2, 1), background .2s ease, transform .2s ease;
}

.mp-banner-dot:hover {
  transform: scale(1.18);
  background: rgba(255,255,255,.72);
}

.mp-banner-dot.is-active {
  width: 24px;
  background: #fff;
}

@keyframes mpHeroContentIn {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mp-hero,
  .mp-hero__content,
  .mp-banner-progress::after,
  .mp-banner-controls .mp-icon-btn,
  .mp-banner-dot,
  .mp-hero__visual-next {
    transition: none;
    animation: none;
  }
}

.mp-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 16px 0 26px;
}

.mp-template-note {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--mp-secondary) 38%, var(--mp-line));
  border-radius: var(--mp-radius);
  background: color-mix(in srgb, var(--mp-secondary) 11%, #fff);
  color: var(--mp-text);
  padding: 13px 15px;
  margin: -10px 0 26px;
}

.mp-template-note[hidden] {
  display: none;
}

.mp-template-note .material-symbols-rounded {
  color: var(--mp-secondary);
}

.mp-template-note strong {
  line-height: 1.35;
  font-size: 14px;
}

.mp-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  padding: 14px;
}

.mp-benefit .material-symbols-rounded {
  color: var(--mp-secondary);
  font-size: 28px;
}

.mp-benefit strong,
.mp-benefit small { display: block; }

.mp-benefit small { color: var(--mp-muted); margin-top: 2px; }

.mp-home-section {
  margin-bottom: 26px;
}

.mp-section-head,
.mp-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.mp-section-head span {
  color: var(--mp-primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-section-head h2,
.mp-toolbar__meta strong {
  margin: 0;
  font-size: 24px;
}

.mp-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(140px, 1fr));
  gap: 12px;
}

.mp-category-card {
  min-height: 116px;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  text-align: left;
  color: inherit;
}

.mp-category-card:hover {
  border-color: color-mix(in srgb, var(--mp-primary) 45%, var(--mp-line));
  box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

.mp-category-card .material-symbols-rounded {
  color: var(--mp-primary);
  font-size: 30px;
}

.mp-category-card strong {
  font-size: 14px;
  line-height: 1.25;
}

.mp-shop {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: start;
}

.mp-filters {
  position: sticky;
  top: 126px;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  background: #fff;
  padding: 16px;
  max-height: calc(100vh - 148px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.mp-filters::-webkit-scrollbar {
  display: none;
}

.mp-filters__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

#closeFilters { display: none; }

.mp-filter-group {
  border-top: 1px solid var(--mp-line);
  padding-top: 14px;
  margin-top: 14px;
}

.mp-filter-group:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.mp-filter-title {
  display: block;
  font-weight: 900;
  margin-bottom: 10px;
}

.mp-filter-list {
  display: grid;
  gap: 8px;
}

.mp-config-filter {
  display: grid;
  gap: 7px;
}

.mp-config-filter + .mp-config-filter {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--mp-line);
}

.mp-config-filter > strong {
  color: var(--mp-text);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.mp-filter-list--options .mp-check {
  min-height: 36px;
  padding: 7px 9px;
  border: 1px solid color-mix(in srgb, var(--mp-primary) 12%, var(--mp-line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--mp-primary) 3%, #fff);
}

.mp-filter-list--options .mp-check span {
  min-width: 0;
  flex: 1;
}

.mp-filter-list--options .mp-check small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  color: var(--mp-muted);
  background: #fff;
  border: 1px solid var(--mp-line);
  font-size: 11px;
  font-weight: 900;
}

.mp-filter-option,
.mp-check {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--mp-muted);
  font-weight: 700;
  min-height: 32px;
}

.mp-filter-option input,
.mp-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--mp-primary);
}

.mp-price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mp-price-row input {
  width: 100%;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  min-height: 40px;
  padding: 0 10px;
}

.mp-products {
  min-width: 0;
}

.mp-toolbar {
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  padding: 12px;
}

.mp-toolbar__meta small {
  display: block;
  color: var(--mp-muted);
  margin-top: 2px;
}

.mp-toolbar__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mp-toolbar select {
  min-height: 40px;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  padding: 0 10px;
  background: #fff;
}

.mp-density-control {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
}

.mp-density-option {
  display: none;
}

.mp-density-option--desktop {
  display: inline-flex;
}

.mp-density-control button {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  border: 1px solid var(--mp-line);
  border-radius: 8px;
  padding: 0;
  background: #fff;
  color: var(--mp-muted);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  white-space: nowrap;
}

.mp-density-control .material-symbols-rounded {
  font-size: 24px;
}

.mp-density-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mp-density-control button.is-active {
  background: #fff;
  border-color: color-mix(in srgb, var(--mp-primary) 32%, var(--mp-line));
  color: var(--mp-text);
  box-shadow: 0 8px 18px rgba(82, 43, 20, .06);
}

.mp-density-label {
  display: none;
}

.mp-density-cycle {
  width: 42px;
  min-width: 42px;
  padding: 0;
}

.mp-density-icon {
  display: grid;
  grid-template-columns: repeat(var(--density-icon-cols, 2), 6px);
  gap: 3px;
  align-items: center;
  justify-content: center;
}

.mp-density-icon i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: currentColor;
}

@media (min-width: 641px) and (max-width: 1180px) {
  .mp-density-option--desktop,
  .mp-density-option--mobile {
    display: none;
  }

  .mp-density-option--tablet {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .mp-density-option--desktop,
  .mp-density-option--tablet {
    display: none;
  }

  .mp-density-option--mobile {
    display: inline-flex;
  }
}

.mp-mobile-filter { display: none; }

.mp-active-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: -2px 0 14px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--mp-primary) 32%, var(--mp-line));
  border-radius: var(--mp-radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.mp-active-filter > .material-symbols-rounded {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--mp-primary);
}

.mp-active-filter > div {
  min-width: 0;
  flex: 1;
}

.mp-active-filter strong,
.mp-active-filter small {
  display: block;
}

.mp-active-filter strong {
  font-size: 16px;
}

.mp-active-filter small {
  color: var(--mp-muted);
  margin-top: 2px;
}

.mp-active-filter .mp-secondary-btn {
  min-height: 42px;
  padding: 0 14px;
  white-space: nowrap;
}

.mp-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mp-load-more {
  display: flex;
  justify-content: center;
  padding: 24px 0 4px;
}

.mp-load-more[hidden] {
  display: none !important;
}

.mp-load-more .mp-secondary-btn {
  min-height: 44px;
}

.mp-product-card,
.mp-skeleton {
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  background: #fff;
  overflow: hidden;
}

.mp-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.mp-product-card__media {
  position: relative;
  aspect-ratio: 1 / .78;
  background: linear-gradient(135deg, #eef2f6, #fff);
  overflow: hidden;
}

.mp-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.mp-product-card:hover .mp-product-card__media img {
  transform: scale(1.04);
}

.mp-product-card.is-sold-out {
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.mp-product-card.is-sold-out .mp-product-card__media img {
  filter: grayscale(1) saturate(.12) contrast(.9);
  opacity: .62;
}

.mp-product-card.is-sold-out .mp-product-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(248, 250, 252, .2);
  pointer-events: none;
}

.mp-product-card.is-sold-out:hover .mp-product-card__media img {
  transform: none;
}

.mp-badge-row {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.mp-badge {
  border-radius: 999px;
  background: rgba(17, 24, 39, .84);
  color: #fff;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 900;
}

.mp-badge.offer { background: var(--mp-primary); }
.mp-badge.stock { background: var(--mp-secondary); }
.mp-badge.no-stock { background: var(--mp-danger); }
.mp-badge.featured { background: #111827; }
.mp-badge.prep {
  background: color-mix(in srgb, var(--mp-secondary) 82%, #111827);
  color: #111827;
}

.mp-card-fav {
  position: absolute;
  top: 10px;
  right: 10px;
}

.mp-card-fav .material-symbols-rounded {
  font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 24;
}

.mp-card-fav.is-active {
  color: var(--mp-primary);
  background: color-mix(in srgb, var(--mp-primary) 12%, #fff);
  border-color: color-mix(in srgb, var(--mp-primary) 55%, var(--mp-line));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--mp-primary) 18%, transparent);
}

.mp-card-fav.is-active .material-symbols-rounded {
  color: var(--mp-primary);
  font-variation-settings: 'FILL' 1, 'wght' 800, 'GRAD' 0, 'opsz' 24;
}

.mp-product-card.is-featured {
  border-color: color-mix(in srgb, var(--mp-primary) 32%, var(--mp-line));
  box-shadow: 0 18px 40px color-mix(in srgb, var(--mp-primary) 12%, transparent);
}

.mp-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 13px;
  flex: 1;
}

.mp-card-category {
  color: var(--mp-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mp-product-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mp-card-desc {
  color: var(--mp-muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mp-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
}

.mp-price strong {
  font-size: 19px;
}

.mp-price del {
  color: var(--mp-muted);
  font-size: 13px;
}

.mp-card-actions {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  min-width: 0;
}

.mp-card-actions .mp-primary-btn,
.mp-card-actions .mp-secondary-btn {
  min-height: 42px;
  min-width: 0;
}

.mp-card-actions .mp-primary-btn span:not(.material-symbols-rounded) {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-card-actions .mp-secondary-btn--wide {
  grid-column: 1 / -1;
  width: 100%;
  gap: 8px;
}

.mp-card-stepper {
  min-width: 0;
  min-height: 42px;
  display: grid;
  grid-template-columns: 42px minmax(34px, 1fr) 42px;
  align-items: center;
  overflow: hidden;
  border-radius: var(--mp-radius);
  background: var(--mp-primary);
  color: #fff;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--mp-primary) 22%, transparent);
}

.mp-card-stepper button {
  width: 100%;
  height: 100%;
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}

.mp-card-stepper button:hover,
.mp-card-stepper button:focus-visible {
  background: rgba(255, 255, 255, .14);
}

.mp-card-stepper span {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 100%;
  border-inline: 1px solid rgba(255, 255, 255, .22);
  font-size: 15px;
  font-weight: 900;
}

.mp-shell[data-view="list"] .mp-products-grid {
  grid-template-columns: 1fr;
}

.mp-shell[data-view="list"] .mp-product-card {
  display: grid;
  grid-template-columns: 220px 1fr;
}

.mp-shell[data-view="list"] .mp-product-card__media {
  aspect-ratio: auto;
  min-height: 190px;
}

.mp-empty {
  border: 1px dashed var(--mp-line);
  border-radius: var(--mp-radius);
  background: #fff;
  padding: 44px 20px;
  text-align: center;
  color: var(--mp-muted);
}

.mp-empty .material-symbols-rounded {
  font-size: 44px;
  color: var(--mp-primary);
}

.mp-empty strong {
  display: block;
  color: var(--mp-text);
  font-size: 20px;
  margin-top: 10px;
}

.mp-skeleton {
  min-height: 330px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.mp-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.82), transparent);
  animation: shimmer 1.1s infinite;
}

@keyframes shimmer {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

.mp-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(15, 23, 42, .46);
  backdrop-filter: blur(3px);
}

.mp-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: min(460px, 100vw);
  height: 100vh;
  background: #fff;
  box-shadow: var(--mp-shadow);
  transform: translateX(105%);
  transition: transform .22s ease;
  display: flex;
  flex-direction: column;
}

.mp-drawer.is-open {
  transform: translateX(0);
}

.mp-drawer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid var(--mp-line);
}

.mp-drawer__head span {
  color: var(--mp-primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-drawer__head strong {
  display: block;
  font-size: 24px;
}

.mp-cart__items {
  flex: 1;
  overflow: auto;
  padding: 14px;
}

.mp-cart.is-checkout .mp-cart__items {
  flex: 0 0 auto;
  max-height: 128px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--mp-line);
}

.mp-cart.is-checkout .mp-cart-item {
  grid-template-columns: 52px 1fr;
  gap: 10px;
  padding: 8px;
  margin-bottom: 0;
}

.mp-cart.is-checkout .mp-cart-item + .mp-cart-item {
  margin-top: 8px;
}

.mp-cart.is-checkout .mp-cart-item img {
  width: 52px;
  height: 52px;
}

.mp-cart.is-checkout .mp-cart-item h4 {
  font-size: 13px;
}

.mp-cart.is-checkout .mp-cart-item small {
  display: none;
}

.mp-cart.is-checkout .mp-cart-item__bottom {
  margin-top: 6px;
}

.mp-cart.is-checkout .mp-stepper {
  grid-template-columns: 28px 36px 28px;
  min-height: 30px;
  border-radius: 8px;
}

.mp-cart.is-checkout .mp-cart-item__bottom > strong {
  font-size: 14px;
  white-space: nowrap;
}

.mp-cart.is-checkout .mp-cart-item .mp-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.mp-cart-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  padding: 10px;
  margin-bottom: 10px;
}

.mp-cart-item img {
  width: 72px;
  height: 72px;
  border-radius: var(--mp-radius);
  object-fit: cover;
  background: var(--mp-soft);
}

.mp-cart-item h4 {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

.mp-cart-item small {
  color: var(--mp-muted);
  display: block;
  margin-top: 3px;
}

.mp-cart-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  gap: 8px;
}

.mp-stepper {
  display: inline-grid;
  grid-template-columns: 34px 48px 34px;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  overflow: hidden;
  min-height: 36px;
}

.mp-stepper button,
.mp-stepper input {
  border: 0;
  background: #fff;
  text-align: center;
  min-width: 0;
}

.mp-stepper button {
  background: var(--mp-soft);
  font-weight: 900;
}

.mp-cart__footer {
  border-top: 1px solid var(--mp-line);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.mp-cart.is-checkout .mp-cart__footer {
  padding: 8px 14px 10px;
  gap: 7px;
}

.mp-cart.is-checkout #clearCartBtn {
  display: none;
}

.mp-cart-summary {
  display: grid;
  gap: 8px;
}

.mp-summary-toggle {
  display: grid;
  grid-template-columns: 1fr auto 24px;
  align-items: center;
  gap: 8px;
  width: 100%;
  border: 1px solid var(--mp-line);
  border-radius: 10px;
  min-height: 42px;
  padding: 0 12px;
  background: #fff;
  color: var(--mp-text);
  font-weight: 900;
  text-align: left;
}

.mp-summary-toggle strong {
  font-size: 18px;
}

.mp-summary-toggle .material-symbols-rounded {
  transition: transform .18s ease;
}

.mp-summary-body {
  display: grid;
  gap: 8px;
}

.mp-cart.is-checkout .mp-summary-body,
.mp-cart.is-summary-collapsed .mp-summary-body {
  display: none;
}

.mp-cart.is-summary-expanded .mp-summary-body {
  display: grid;
}

.mp-cart.is-checkout .mp-summary-toggle {
  min-height: 34px;
  border-radius: 8px;
}

.mp-cart.is-checkout .mp-summary-toggle strong {
  font-size: 15px;
}

.mp-cart.is-summary-collapsed .mp-summary-toggle .material-symbols-rounded,
.mp-cart.is-checkout:not(.is-summary-expanded) .mp-summary-toggle .material-symbols-rounded {
  transform: rotate(180deg);
}

.mp-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

.mp-total-row strong {
  font-size: 24px;
}

.mp-total-row--muted {
  color: var(--mp-muted);
  font-size: 14px;
}

.mp-total-row--muted strong {
  font-size: 16px;
}

.mp-total-row--final {
  padding-top: 8px;
  border-top: 1px dashed var(--mp-line);
}

.mp-credit-status {
  display: block;
  margin-top: 8px;
  line-height: 1.35;
  font-size: 13px;
  font-weight: 800;
}

.mp-credit-status[hidden] {
  display: none;
}

.mp-credit-status[data-type="success"] {
  color: #047857;
}

.mp-credit-status[data-type="error"] {
  color: #b91c1c;
}

.mp-full-btn {
  width: 100%;
}

.mp-payment-strip {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 14px 8px;
}

.mp-cart.is-checkout .mp-payment-strip {
  display: none;
}

.mp-payment-chip {
  border-radius: 999px;
  border: 1px solid var(--mp-line);
  padding: 6px 9px;
  color: var(--mp-muted);
  font-weight: 800;
  font-size: 12px;
}

.mp-checkout-panel {
  flex: 1;
  overflow: auto;
  padding: 14px;
  background: #fbfaf8;
}

.mp-checkout-intro {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: start;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #fff;
  margin-bottom: 10px;
  background: transparent;
}

.mp-checkout-intro .material-symbols-rounded {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
}

.mp-checkout-intro strong,
.mp-checkout-step strong {
  display: block;
  font-size: 17px;
}

.mp-checkout-intro p {
  margin: 2px 0 0;
  color: var(--mp-muted);
  line-height: 1.4;
  font-size: 13px;
}

.mp-checkout-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.mp-checkout-progress span {
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  text-indent: -999px;
  background: color-mix(in srgb, var(--mp-line) 78%, #fff);
}

.mp-checkout-progress span.is-active,
.mp-checkout-progress span.is-done {
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
}

.mp-checkout-step {
  position: relative;
  display: block;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  padding: 24px;
  background: #fff;
  margin-bottom: 10px;
}

.mp-checkout-step > div {
  min-width: 0;
  width: min(100%, 760px);
  margin: 0 auto;
}

.mp-checkout-step[data-checkout-step="2"] > div {
  width: min(100%, 520px);
}

.mp-checkout-step[hidden] {
  display: none;
}

.mp-checkout-step.is-active {
  border-color: color-mix(in srgb, var(--mp-primary) 22%, var(--mp-line));
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.mp-step-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mp-soft);
  color: var(--mp-primary);
  font-weight: 900;
}

.mp-checkout-step > div > strong {
  min-height: 32px;
  display: flex;
  align-items: center;
  padding-left: 46px;
}

.mp-segment,
.mp-checkout-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.mp-segment-option,
.mp-payment-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--mp-line);
  border-radius: 999px;
  font-weight: 850;
  color: var(--mp-text);
  background: #fff;
}

.mp-segment-option:has(input:checked),
.mp-payment-option:has(input:checked) {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
}

.mp-segment-option input,
.mp-payment-option input {
  accent-color: var(--mp-primary);
}

.mp-segment-option:has(input:checked) input,
.mp-payment-option:has(input:checked) input {
  accent-color: #fff;
}

.mp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 10px;
  width: 100%;
}

.mp-form-grid[hidden],
.mp-full-btn[hidden] {
  display: none;
}

.mp-form-grid label {
  display: grid;
  gap: 6px;
  color: var(--mp-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-form-grid input {
  width: 100%;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  min-height: 42px;
  padding: 0 11px;
  color: var(--mp-text);
  font: inherit;
  text-transform: none;
}

.mp-form-full {
  grid-column: 1 / -1;
}

.mp-delivery-box,
.mp-pickup-box,
.mp-code-box {
  margin-top: 12px;
  display: grid;
  gap: 9px;
}

.mp-delivery-box[hidden],
.mp-pickup-box[hidden],
.mp-code-box[hidden] {
  display: none;
}

.mp-pickup-option {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid var(--mp-line);
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.mp-pickup-box > small {
  color: var(--mp-muted);
  font-weight: 900;
}

.mp-pickup-option input {
  margin-top: 3px;
  accent-color: var(--mp-primary);
}

.mp-pickup-option strong {
  font-size: 13px;
}

.mp-pickup-option small {
  display: block;
  margin-top: 3px;
  color: var(--mp-muted);
  line-height: 1.35;
}

.mp-pickup-option:has(input:checked) {
  border-color: color-mix(in srgb, var(--mp-primary) 32%, var(--mp-line));
  background: color-mix(in srgb, var(--mp-primary) 6%, #fff);
}

.mp-delivery-box label {
  display: grid;
  gap: 6px;
  color: var(--mp-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-delivery-box input {
  width: 100%;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  min-height: 42px;
  padding: 0 11px;
  color: var(--mp-text);
  font: inherit;
}

#deliveryStatus,
#authStatus,
.mp-step-status {
  display: block;
  color: var(--mp-muted);
  line-height: 1.35;
  margin-top: 8px;
}

#deliveryStatus[data-type="success"],
#authStatus[data-type="success"],
.mp-step-status[data-type="success"] {
  color: #047857;
}

#deliveryStatus[data-type="error"],
#authStatus[data-type="error"],
.mp-step-status[data-type="error"] {
  color: #b91c1c;
}

#deliveryStatus[data-type="warning"],
#authStatus[data-type="warning"],
.mp-step-status[data-type="warning"] {
  color: #b45309;
}

.mp-auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
  width: 100%;
}

.mp-auth-tabs button {
  border: 1px solid var(--mp-line);
  border-radius: 999px;
  background: #fff;
  color: var(--mp-muted);
  min-height: 42px;
  padding: 0 8px;
  font-weight: 900;
  line-height: 1.1;
}

.mp-form-grid label[hidden] {
  display: none;
}

.mp-auth-tabs button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
}

.mp-session-card {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  margin: 8px 0 12px;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, #087f5b 28%, var(--mp-line));
  border-radius: 10px;
  background: color-mix(in srgb, #087f5b 7%, #fff);
}

.mp-session-card[hidden] {
  display: none;
}

.mp-session-card .material-symbols-rounded {
  color: #087f5b;
}

.mp-session-card strong,
.mp-session-card small {
  display: block;
}

.mp-session-card small {
  color: var(--mp-muted);
}

.mp-modal {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, .52);
}

.mp-modal.is-open {
  display: flex;
}

.mp-modal__content {
  width: min(960px, 100%);
  max-height: min(780px, 92vh);
  overflow: auto;
  background: #fff;
  border-radius: var(--mp-radius);
  position: relative;
  box-shadow: var(--mp-shadow);
}

.mp-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.mp-account-modal .mp-modal__content {
  width: min(94vw, 430px);
  display: grid;
  gap: 12px;
  padding: 22px;
}

.mp-footer-info-modal .mp-modal__content {
  width: min(92vw, 540px);
  display: grid;
  gap: 12px;
  padding: 26px;
}

.mp-footer-info-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
}

.mp-footer-info-modal h2 {
  margin: 0;
  padding-right: 38px;
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.1;
}

.mp-footer-info-modal p {
  margin: 0;
  color: var(--mp-muted);
  font-size: 16px;
  line-height: 1.6;
  white-space: pre-line;
}

.mp-orders-modal .mp-modal__content {
  width: min(94vw, 720px);
  display: grid;
  gap: 16px;
  padding: 24px;
}

.mp-orders-head {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  padding-right: 38px;
}

.mp-orders-head > .material-symbols-rounded {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
}

.mp-orders-head strong {
  display: block;
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.1;
}

.mp-orders-head p {
  margin: 4px 0 0;
  color: var(--mp-muted);
}

.mp-orders-list {
  display: grid;
  gap: 10px;
}

.mp-order-mini {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--mp-line);
  border-radius: 12px;
  background: color-mix(in srgb, var(--mp-primary) 4%, #fff);
}

.mp-order-mini strong,
.mp-order-mini small {
  display: block;
}

.mp-order-mini small {
  color: var(--mp-muted);
  margin-top: 3px;
}

.mp-order-mini__meta {
  text-align: right;
}

.mp-order-mini__status {
  display: inline-flex;
  margin-bottom: 5px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #fff;
  color: var(--mp-primary);
  border: 1px solid color-mix(in srgb, var(--mp-primary) 30%, var(--mp-line));
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-account-login {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding-right: 38px;
}

.mp-account-login > .material-symbols-rounded {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
}

.mp-account-login strong {
  display: block;
  font-size: 20px;
}

.mp-account-login p {
  margin: 3px 0 0;
  color: var(--mp-muted);
  line-height: 1.35;
}

.mp-code-sent {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, #087f5b 28%, var(--mp-line));
  border-radius: 10px;
  background: color-mix(in srgb, #087f5b 7%, #fff);
}

.mp-code-sent[hidden] {
  display: none;
}

.mp-code-sent .material-symbols-rounded {
  color: #087f5b;
}

.mp-code-sent strong,
.mp-code-sent small {
  display: block;
}

.mp-code-sent small {
  color: var(--mp-muted);
  word-break: break-word;
}

.mp-account-profile {
  display: grid;
  gap: 12px;
}

.mp-account-profile[hidden] {
  display: none;
}

.mp-account-profile__summary {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid color-mix(in srgb, #087f5b 25%, var(--mp-line));
  border-radius: 12px;
  background: color-mix(in srgb, #087f5b 6%, #fff);
}

.mp-account-profile__summary > .material-symbols-rounded {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #087f5b;
  background: #fff;
}

.mp-account-profile__summary strong,
.mp-account-profile__summary small {
  display: block;
}

.mp-account-profile__summary small {
  color: var(--mp-muted);
  word-break: break-word;
}

.mp-modal-status {
  color: var(--mp-muted);
  font-weight: 800;
}

.mp-modal-status[data-type="success"] {
  color: #087f5b;
}

.mp-modal-status[data-type="error"] {
  color: var(--mp-primary);
}

.mp-product-detail {
  display: grid;
  grid-template-columns: minmax(280px, 48%) 1fr;
  gap: 24px;
  padding: 22px;
}

.mp-product-detail__media {
  display: grid;
  gap: 10px;
}

.mp-product-detail__media > img {
  width: 100%;
  aspect-ratio: 1 / .82;
  object-fit: contain;
  border-radius: var(--mp-radius);
  background: #fff;
}

.mp-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.mp-thumbs button {
  width: 64px;
  height: 58px;
  border: 2px solid transparent;
  border-radius: var(--mp-radius);
  padding: 0;
  overflow: hidden;
  background: var(--mp-soft);
}

.mp-thumbs button.is-active {
  border-color: var(--mp-primary);
}

.mp-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.mp-product-detail__info h2 {
  margin: 14px 0 8px;
  font-size: 30px;
  line-height: 1.1;
}

.mp-product-detail__info p {
  color: var(--mp-muted);
  line-height: 1.55;
}

.mp-detail-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 14px 0;
}

.mp-detail-price strong {
  font-size: 30px;
}

.mp-detail-price span {
  color: var(--mp-muted);
  text-decoration: line-through;
}

.mp-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.mp-detail-meta span {
  border: 1px solid var(--mp-line);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}

.mp-configs {
  display: grid;
  gap: 14px;
}

.mp-config-group {
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  padding: 12px;
}

.mp-config-group strong {
  display: block;
  margin-bottom: 8px;
}

.mp-config-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mp-option {
  border: 1px solid var(--mp-line);
  border-radius: 999px;
  background: #fff;
  padding: 8px 11px;
  font-weight: 800;
}

.mp-option.is-active {
  border-color: var(--mp-primary);
  background: color-mix(in srgb, var(--mp-primary) 10%, #fff);
  color: color-mix(in srgb, var(--mp-primary) 80%, #7c2d12);
}

.mp-detail-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  flex-wrap: wrap;
}

.mp-toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 120;
  transform: translate(-50%, 120%);
  max-width: min(520px, calc(100vw - 28px));
  background: var(--mp-text);
  color: #fff;
  border-radius: var(--mp-radius);
  padding: 12px 14px;
  box-shadow: var(--mp-shadow);
  font-weight: 800;
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease;
}

.mp-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.mp-age-gate {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background:
    linear-gradient(rgba(17,19,22,.74), rgba(17,19,22,.82)),
    radial-gradient(circle at 28% 22%, rgba(217,154,41,.32), transparent 0 240px);
  backdrop-filter: blur(10px);
}

.mp-age-gate.is-open {
  display: flex;
}

.mp-age-gate__panel {
  width: min(430px, 100%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--mp-radius);
  background: #fff;
  color: var(--mp-text);
  padding: 26px;
  text-align: center;
  box-shadow: var(--mp-shadow);
}

.mp-age-gate__mark {
  width: 76px;
  height: 76px;
  margin: 0 auto 16px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--mp-primary);
  font-size: 25px;
  font-weight: 900;
}

.mp-age-gate h2 {
  margin: 0 0 8px;
  font-size: 28px;
}

.mp-age-gate p {
  margin: 0;
  color: var(--mp-muted);
  line-height: 1.55;
}

.mp-age-gate__actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.mp-theme-celulares {
  --mp-bg: #f3f7fb;
  --mp-store-bg:
    linear-gradient(rgba(54, 92, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 184, 217, .06) 1px, transparent 1px);
  --mp-surface: #ffffff;
  --mp-soft: #eef5fb;
  --mp-line: #d8e3ef;
  --mp-text: #07111f;
  --mp-muted: #65758b;
  --mp-primary: #365cff;
  --mp-secondary: #00b8d9;
  --mp-radius: 8px;
  --mp-shadow: 0 20px 48px rgba(20, 36, 75, .12);
  --mp-tech-control-h: 38px;
  --mp-tech-font-xs: 11px;
  --mp-tech-font-sm: 12px;
  --mp-tech-font-md: 13px;
  --mp-tech-font-lg: 15px;
}

@keyframes mpTechPanelIn {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes mpTechFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(8deg); }
  50% { transform: translate3d(0, -14px, 0) rotate(10deg); }
}

@keyframes mpTechGlow {
  0%, 100% { opacity: .52; transform: translateX(-8%); }
  50% { opacity: .9; transform: translateX(8%); }
}

.mp-theme-celulares .mp-shell {
  background:
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(244,248,252,.92) 40%, rgba(255,255,255,.82)),
    repeating-linear-gradient(135deg, rgba(54,92,255,.035) 0 1px, transparent 1px 18px);
}

.mp-theme-celulares .mp-header {
  background: rgba(255,255,255,.94);
  border-bottom-color: rgba(54,92,255,.14);
  box-shadow: 0 12px 34px rgba(20,36,75,.07);
}

.mp-theme-celulares .mp-header__top {
  padding-top: 10px;
  padding-bottom: 8px;
}

.mp-theme-celulares .mp-brand__text strong {
  font-size: var(--mp-tech-font-lg);
  line-height: 1.12;
}

.mp-theme-celulares .mp-brand__text small {
  font-size: var(--mp-tech-font-sm);
}

.mp-theme-celulares .mp-brand__logo,
.mp-theme-celulares .mp-footer-logo {
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
  border-color: color-mix(in srgb, var(--mp-primary) 22%, transparent);
  color: #9eeeff;
}

.mp-theme-celulares .mp-brand__logo img,
.mp-theme-celulares .mp-footer-logo img {
  background: #fff;
}

.mp-theme-celulares .mp-search {
  min-height: var(--mp-tech-control-h);
  background: #f5f9fd;
  border-color: rgba(54,92,255,.12);
}

.mp-theme-celulares .mp-search input {
  font-size: var(--mp-tech-font-md);
}

.mp-theme-celulares .mp-icon-btn,
.mp-theme-celulares .mp-cart-btn,
.mp-theme-celulares .mp-primary-btn,
.mp-theme-celulares .mp-secondary-btn,
.mp-theme-celulares .mp-branch {
  min-height: var(--mp-tech-control-h);
  height: var(--mp-tech-control-h);
  border-radius: 9px;
  font-size: var(--mp-tech-font-md);
  font-weight: 850;
}

.mp-theme-celulares .mp-icon-btn {
  width: var(--mp-tech-control-h);
}

.mp-theme-celulares .mp-action-label {
  padding: 0 12px;
}

.mp-theme-celulares .mp-action-label span:last-child,
.mp-theme-celulares .mp-branch select,
.mp-theme-celulares .mp-toolbar select {
  font-size: var(--mp-tech-font-md);
}

.mp-theme-celulares .mp-cart-btn {
  padding: 0 13px;
}

.mp-theme-celulares .mp-search:focus-within {
  border-color: color-mix(in srgb, var(--mp-secondary) 55%, transparent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--mp-secondary) 13%, transparent);
}

.mp-theme-celulares .mp-cart-btn,
.mp-theme-celulares .mp-primary-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
  border-color: transparent;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--mp-primary) 22%, transparent);
}

.mp-theme-celulares .mp-secondary-btn,
.mp-theme-celulares .mp-icon-btn,
.mp-theme-celulares .mp-branch {
  background: #fff;
  border-color: rgba(54,92,255,.14);
}

.mp-theme-celulares .mp-category-nav,
.mp-theme-pasteleria .mp-category-nav,
.mp-theme-comida-rapida .mp-category-nav {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  background: rgba(255,255,255,.94);
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: max-height .28s ease, padding .28s ease, opacity .22s ease, transform .22s ease, border-color .22s ease;
}

.mp-theme-celulares.mp-cat-nav-visible .mp-category-nav,
.mp-theme-pasteleria.mp-cat-nav-visible .mp-category-nav,
.mp-theme-comida-rapida.mp-cat-nav-visible .mp-category-nav {
  max-height: 56px;
  padding-top: 7px;
  padding-bottom: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  opacity: 1;
  transform: translateY(0);
  border-top-color: color-mix(in srgb, var(--mp-primary) 9%, var(--mp-line));
  border-bottom-color: color-mix(in srgb, var(--mp-primary) 9%, var(--mp-line));
}

.mp-theme-celulares .mp-chip,
.mp-theme-pasteleria .mp-category-nav .mp-chip,
.mp-theme-comida-rapida .mp-category-nav .mp-chip {
  position: relative;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: #64748b;
  min-height: 36px;
  padding: 0 11px;
  font-size: var(--mp-tech-font-sm);
  font-weight: 850;
  box-shadow: none;
}

.mp-theme-celulares .mp-category-nav .mp-chip.is-active,
.mp-theme-pasteleria .mp-category-nav .mp-chip.is-active,
.mp-theme-comida-rapida .mp-category-nav .mp-chip.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--mp-primary), color-mix(in srgb, var(--mp-secondary) 72%, #111827));
  border-bottom-color: var(--mp-primary);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--mp-primary) 16%, transparent);
}

.mp-theme-celulares .mp-category-nav .mp-chip:not(.is-active):hover,
.mp-theme-celulares .mp-category-nav .mp-chip:not(.is-active):focus-visible,
.mp-theme-pasteleria .mp-category-nav .mp-chip:not(.is-active):hover,
.mp-theme-pasteleria .mp-category-nav .mp-chip:not(.is-active):focus-visible,
.mp-theme-comida-rapida .mp-category-nav .mp-chip:not(.is-active):hover,
.mp-theme-comida-rapida .mp-category-nav .mp-chip:not(.is-active):focus-visible {
  color: var(--mp-text);
  background: color-mix(in srgb, var(--mp-primary) 5%, #fff);
  box-shadow: inset 0 -2px 0 color-mix(in srgb, var(--mp-primary) 24%, transparent);
}

@media (min-width: 781px) {
  .mp-theme-celulares.mp-cat-nav-visible .mp-category-nav,
  body.mp-cat-nav-visible .mp-theme-celulares .mp-category-nav,
  .mp-theme-pasteleria.mp-cat-nav-visible .mp-category-nav,
  body.mp-cat-nav-visible .mp-theme-pasteleria .mp-category-nav,
  .mp-theme-comida-rapida.mp-cat-nav-visible .mp-category-nav,
  body.mp-cat-nav-visible .mp-theme-comida-rapida .mp-category-nav {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    border-color: transparent;
  }
}

.mp-theme-celulares .mp-chip--quick {
  border-color: rgba(0,184,217,.24);
}

.mp-theme-celulares .mp-hero {
  min-height: clamp(360px, 38vw, 500px);
  background:
    linear-gradient(115deg, rgba(7,17,31,.94), color-mix(in srgb, var(--mp-primary) 42%, #07111f) 52%, color-mix(in srgb, var(--mp-secondary) 72%, #07111f)),
    linear-gradient(135deg, #07111f, var(--mp-primary));
  color: #fff;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
}

.mp-theme-celulares .mp-hero__visual {
  background-image: var(--mp-hero-bg, linear-gradient(135deg, #07111f, var(--mp-primary) 60%, var(--mp-secondary)));
  filter: saturate(1.08) contrast(1.02);
}

.mp-theme-celulares .mp-hero::before {
  background:
    linear-gradient(90deg, rgba(7,17,31,.86), rgba(7,17,31,.50) 46%, rgba(7,17,31,.08)),
    radial-gradient(circle at 22% 72%, rgba(0,184,217,.22), transparent 0 210px),
    linear-gradient(115deg, transparent 0 34%, rgba(158,238,255,.10) 34% 35%, transparent 35% 100%),
    repeating-linear-gradient(90deg, rgba(158,238,255,.10) 0 1px, transparent 1px 58px);
  animation: mpTechGlow 8s ease-in-out infinite;
}

.mp-theme-celulares .mp-hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 8vw, 130px);
  bottom: -92px;
  width: clamp(170px, 21vw, 290px);
  height: clamp(270px, 34vw, 450px);
  border: 1px solid rgba(158,238,255,.38);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.04)),
    linear-gradient(135deg, rgba(54,92,255,.16), rgba(0,184,217,.14));
  box-shadow: inset 0 0 0 9px rgba(255,255,255,.045), 0 34px 80px rgba(0,0,0,.24);
  transform: rotate(9deg);
  animation: mpTechFloat 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.mp-theme-celulares .mp-hero__content {
  position: relative;
  z-index: 2;
}

.mp-theme-celulares .mp-hero h1 {
  letter-spacing: 0;
  max-width: 680px;
  font-size: 46px;
  line-height: .98;
}

.mp-theme-celulares .mp-hero p {
  color: rgba(237,247,255,.88);
  max-width: 600px;
  font-size: 16px;
  line-height: 1.5;
}

.mp-theme-celulares .mp-hero__actions .mp-primary-btn {
  min-height: 46px;
  height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
  box-shadow: 0 20px 42px color-mix(in srgb, var(--mp-primary) 32%, transparent);
  position: relative;
  overflow: hidden;
}

.mp-theme-celulares .mp-hero__actions .mp-primary-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255,255,255,.28) 45%, transparent 58% 100%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.mp-theme-celulares .mp-hero__actions .mp-primary-btn:hover::after {
  transform: translateX(120%);
}

.mp-theme-celulares .mp-banner-controls {
  left: 18px;
  right: 18px;
  bottom: 58px;
  gap: 0;
}

.mp-theme-celulares .mp-banner-controls .mp-icon-btn {
  display: none;
}

.mp-theme-celulares .mp-banner-dots {
  min-height: 18px;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.mp-theme-celulares .mp-banner-dot {
  width: 7px;
  height: 7px;
  background: rgba(255,255,255,.42);
  box-shadow: 0 0 0 1px rgba(255,255,255,.08);
}

.mp-theme-celulares .mp-banner-dot:hover {
  transform: scale(1.2);
  background: rgba(255,255,255,.72);
}

.mp-theme-celulares .mp-banner-dot.is-active {
  width: 18px;
  background: #fff;
  box-shadow: 0 0 18px rgba(0,184,217,.42);
}

.mp-theme-celulares .mp-account-modal .mp-modal__content {
  width: min(92vw, 560px);
  border: 1px solid rgba(54,92,255,.16);
  box-shadow: 0 28px 90px rgba(7,17,31,.28);
}

.mp-theme-celulares .mp-account-login {
  align-items: start;
}

.mp-theme-celulares .mp-account-login > .material-symbols-rounded {
  border-radius: 16px;
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
  box-shadow: 0 14px 30px color-mix(in srgb, var(--mp-primary) 22%, transparent);
}

.mp-theme-celulares .mp-account-login strong {
  font-size: 22px;
  line-height: 1.08;
}

.mp-theme-celulares .mp-account-login p {
  font-size: 14px;
}

.mp-theme-celulares .mp-account-modal .mp-secondary-btn,
.mp-theme-celulares .mp-account-modal .mp-primary-btn {
  min-height: 42px;
  height: 42px;
}

.mp-theme-celulares .mp-kicker {
  color: var(--mp-primary);
  background: color-mix(in srgb, var(--mp-primary) 10%, #fff);
  border-color: color-mix(in srgb, var(--mp-primary) 16%, transparent);
}

.mp-theme-celulares .mp-hero .mp-kicker {
  color: #9eeeff;
  background: rgba(0,184,217,.13);
  border-color: rgba(158,238,255,.28);
}

.mp-theme-celulares .mp-band {
  margin-top: -24px;
  position: relative;
  z-index: 4;
  gap: 10px;
}

.mp-theme-celulares .mp-benefit {
  padding: 11px 13px;
  animation: mpTechPanelIn .42s ease both;
}

.mp-theme-celulares .mp-benefit strong {
  font-size: var(--mp-tech-font-lg);
  line-height: 1.15;
  font-weight: 850;
}

.mp-theme-celulares .mp-benefit small {
  font-size: var(--mp-tech-font-xs);
  line-height: 1.25;
}

.mp-theme-celulares .mp-benefit .material-symbols-rounded {
  font-size: 24px;
}

.mp-theme-celulares .mp-home-section {
  margin-bottom: 20px;
}

.mp-theme-celulares .mp-section-head h2,
.mp-theme-celulares .mp-toolbar__meta strong {
  font-size: 17px;
  line-height: 1.15;
}

.mp-theme-celulares .mp-section-head span,
.mp-theme-celulares .mp-toolbar__meta small {
  font-size: 11px;
}

.mp-theme-celulares .mp-benefit,
.mp-theme-celulares .mp-category-card,
.mp-theme-celulares .mp-toolbar,
.mp-theme-celulares .mp-filters,
.mp-theme-celulares .mp-product-card {
  border-color: color-mix(in srgb, var(--mp-primary) 12%, var(--mp-line));
  box-shadow: 0 18px 42px rgba(20,36,75,.09);
}

.mp-theme-celulares .mp-benefit .material-symbols-rounded,
.mp-theme-celulares .mp-category-card .material-symbols-rounded,
.mp-theme-celulares .mp-card-category {
  color: var(--mp-primary);
}

.mp-theme-celulares .mp-category-card {
  background:
    linear-gradient(180deg, #fff, #f7fbff);
  min-height: 74px;
  padding: 10px;
  animation: mpTechPanelIn .36s ease both;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
}

.mp-theme-celulares .mp-category-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.mp-theme-celulares .mp-category-card .material-symbols-rounded {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--mp-primary) 9%, #fff);
  font-size: 22px;
}

.mp-theme-celulares .mp-category-card strong {
  font-size: 12px;
  line-height: 1.2;
}

.mp-theme-celulares .mp-card-category {
  text-transform: none;
}

.mp-theme-celulares .mp-category-card:hover,
.mp-theme-celulares .mp-product-card:hover {
  border-color: color-mix(in srgb, var(--mp-secondary) 34%, var(--mp-line));
}

.mp-theme-celulares .mp-shop {
  grid-template-columns: 250px 1fr;
}

.mp-theme-celulares .mp-filters {
  top: 116px;
}

.mp-theme-celulares .mp-filter-title {
  font-size: 13px;
}

.mp-theme-celulares .mp-filter-option,
.mp-theme-celulares .mp-check {
  font-size: 12px;
  min-height: 28px;
}

.mp-theme-celulares .mp-toolbar {
  padding: 10px;
  margin-bottom: 12px;
}

.mp-theme-celulares .mp-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mp-theme-celulares .mp-product-card {
  background: rgba(255,255,255,.96);
  animation: mpTechPanelIn .38s ease both;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mp-theme-celulares .mp-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(20,36,75,.14);
}

.mp-theme-celulares .mp-product-card__media {
  aspect-ratio: 1 / .68;
  background:
    linear-gradient(135deg, #f8fbff, #eaf4ff);
  border-bottom-color: rgba(54,92,255,.10);
}

.mp-theme-celulares .mp-product-card__media::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(54,92,255,.10);
  border-radius: 8px;
  pointer-events: none;
}

.mp-theme-celulares .mp-product-card__media img {
  object-fit: contain;
  padding: 16px;
  filter: drop-shadow(0 20px 24px rgba(20,36,75,.16));
}

.mp-theme-celulares .mp-product-card__body {
  gap: 8px;
  padding: 12px;
}

.mp-theme-celulares .mp-card-category {
  font-size: 10px;
  letter-spacing: 0;
}

.mp-theme-celulares .mp-product-card h3 {
  font-size: 14px;
  line-height: 1.24;
}

.mp-theme-celulares .mp-card-desc {
  font-size: 12px;
  line-height: 1.35;
  -webkit-line-clamp: 2;
}

.mp-theme-celulares .mp-price strong {
  font-size: 17px;
}

.mp-theme-celulares .mp-price del {
  font-size: 12px;
}

.mp-theme-celulares .mp-card-actions {
  grid-template-columns: 38px 1fr;
  gap: 8px;
}

.mp-theme-celulares .mp-card-actions .mp-primary-btn,
.mp-theme-celulares .mp-card-actions .mp-secondary-btn {
  min-height: 38px;
  height: 38px;
  font-size: 12px;
}

.mp-theme-celulares .mp-badge {
  padding: 4px 7px;
  font-size: 10px;
}

.mp-theme-celulares .mp-badge.stock {
  background: #047857;
}

.mp-theme-celulares .mp-badge.offer {
  background: var(--mp-primary);
}

.mp-theme-celulares .mp-badge.no-stock {
  background: #64748b;
}

.mp-theme-celulares .mp-price strong {
  color: var(--mp-text);
}

.mp-theme-celulares .mp-footer-main {
  background:
    repeating-linear-gradient(90deg, rgba(158,238,255,.08) 0 1px, transparent 1px 62px),
    linear-gradient(135deg, #07111f, color-mix(in srgb, var(--mp-primary) 42%, #07111f) 64%, color-mix(in srgb, var(--mp-secondary) 62%, #07111f));
}

.mp-theme-celulares .mp-footer {
  margin-top: 14px;
}

.mp-theme-celulares .mp-footer-benefits {
  gap: 10px;
  margin-bottom: 14px;
}

.mp-theme-celulares .mp-footer-benefit {
  min-height: 58px;
  padding: 12px 14px;
  border-color: rgba(54,92,255,.13);
}

.mp-theme-celulares .mp-footer-benefit .material-symbols-rounded {
  font-size: 22px;
}

.mp-theme-celulares .mp-footer-benefit strong {
  font-size: var(--mp-tech-font-lg);
  line-height: 1.15;
}

.mp-theme-celulares .mp-footer-main {
  padding: 26px 24px;
  gap: 24px;
}

.mp-theme-celulares .mp-footer-brand strong {
  font-size: 20px;
  line-height: 1.1;
}

.mp-theme-celulares .mp-footer-brand p,
.mp-theme-celulares .mp-footer-contact a,
.mp-theme-celulares .mp-footer-column a,
.mp-theme-celulares .mp-footer-bottom,
.mp-theme-celulares .mp-newsletter input {
  font-size: var(--mp-tech-font-md);
  line-height: 1.35;
}

.mp-theme-celulares .mp-footer-column strong,
.mp-theme-celulares .mp-newsletter strong {
  font-size: var(--mp-tech-font-lg);
  line-height: 1.2;
}

.mp-theme-celulares .mp-footer-column a {
  min-height: 28px;
  font-weight: 800;
}

.mp-theme-celulares .mp-newsletter label {
  min-height: 42px;
  height: 42px;
}

.mp-theme-celulares .mp-newsletter .mp-primary-btn {
  width: 38px;
  height: 34px;
  min-height: 34px;
}

.mp-theme-celulares .mp-social a {
  min-height: 34px;
  padding: 0 12px;
  font-size: var(--mp-tech-font-md);
  border-radius: 999px;
}

.mp-theme-celulares .mp-social img {
  width: 18px;
  height: 18px;
}

.mp-theme-celulares .mp-cart .mp-drawer__head strong,
.mp-theme-celulares .mp-cart-summary strong,
.mp-theme-celulares .mp-checkout-intro strong,
.mp-theme-celulares .mp-checkout-step strong {
  font-size: var(--mp-tech-font-lg);
  line-height: 1.18;
}

.mp-theme-celulares .mp-cart .mp-drawer__head span,
.mp-theme-celulares .mp-checkout-intro p,
.mp-theme-celulares .mp-total-row,
.mp-theme-celulares .mp-payment-chip,
.mp-theme-celulares .mp-step-status,
.mp-theme-celulares #deliveryStatus,
.mp-theme-celulares #authStatus {
  font-size: var(--mp-tech-font-sm);
}

.mp-theme-celulares .mp-cart__footer .mp-primary-btn,
.mp-theme-celulares .mp-cart__footer .mp-secondary-btn,
.mp-theme-celulares .mp-segment-option,
.mp-theme-celulares .mp-payment-option,
.mp-theme-celulares .mp-auth-tabs button,
.mp-theme-celulares .mp-delivery-box .mp-secondary-btn,
.mp-theme-celulares .mp-code-box .mp-primary-btn,
.mp-theme-celulares .mp-code-box .mp-secondary-btn {
  min-height: 38px;
  height: 38px;
  font-size: var(--mp-tech-font-sm);
}

.mp-theme-celulares .mp-total-row strong {
  font-size: 17px;
}

.mp-theme-celulares .mp-total-row--final strong {
  font-size: 19px;
}

@media (max-width: 1180px) {
  .mp-theme-celulares .mp-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .mp-theme-celulares .mp-hero {
    min-height: 430px;
    padding: 24px;
  }

  .mp-theme-celulares .mp-hero h1 {
    font-size: 36px;
  }

  .mp-theme-celulares .mp-hero p {
    font-size: 14px;
  }

  .mp-theme-celulares .mp-hero::after {
    right: -40px;
    bottom: -150px;
    opacity: .72;
  }

  .mp-theme-celulares .mp-banner-controls {
    bottom: 26px;
  }

  .mp-theme-celulares .mp-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-theme-celulares.mp-cat-nav-visible .mp-category-nav,
  .mp-theme-pasteleria.mp-cat-nav-visible .mp-category-nav,
  .mp-theme-comida-rapida.mp-cat-nav-visible .mp-category-nav {
    max-height: 68px;
    padding-top: 8px;
    padding-bottom: 10px;
    opacity: 1;
    transform: none;
  }

  .mp-theme-celulares .mp-band {
    margin-top: 12px;
  }
}

@media (max-width: 520px) {
  .mp-theme-celulares .mp-hero h1 {
    font-size: 30px;
  }

  .mp-theme-celulares .mp-hero__actions .mp-primary-btn {
    min-height: 46px;
    width: 100%;
  }

  .mp-theme-celulares .mp-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mp-theme-celulares .mp-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mp-theme-celulares .mp-category-card {
    min-height: 62px;
    padding: 8px;
    grid-template-columns: 30px 1fr;
    gap: 8px;
  }

  .mp-theme-celulares .mp-category-card .material-symbols-rounded {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .mp-theme-celulares .mp-product-card__body {
    padding: 10px;
  }

  .mp-theme-celulares .mp-product-card h3 {
    font-size: 13px;
  }

  .mp-theme-celulares .mp-card-desc {
    display: none;
  }

  .mp-theme-celulares .mp-price strong {
    font-size: 15px;
  }

  .mp-theme-celulares .mp-card-actions {
    grid-template-columns: 34px 1fr;
  }

  .mp-theme-celulares .mp-card-actions .mp-primary-btn,
  .mp-theme-celulares .mp-card-actions .mp-secondary-btn {
    min-height: 34px;
    font-size: 11px;
  }

  .mp-theme-celulares .mp-chip {
    min-height: 34px;
    padding: 0 10px;
    font-size: 11px;
  }

  .mp-theme-celulares .mp-footer-main {
    padding: 22px 18px;
  }

  .mp-theme-celulares .mp-footer-benefit {
    min-height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mp-theme-celulares .mp-hero::after,
  .mp-theme-celulares .mp-benefit,
  .mp-theme-celulares .mp-category-card,
  .mp-theme-celulares .mp-product-card {
    animation: none;
  }
}

.mp-theme-botilleria {
  --mp-bg: #fbf7f1;
  --mp-surface: #fffaf3;
  --mp-soft: #f5eadc;
  --mp-line: #eadcc9;
  --mp-text: #171316;
  --mp-muted: #765f54;
  --mp-primary: #c0262d;
  --mp-secondary: #d99a29;
}

.mp-theme-botilleria .mp-header {
  background: rgba(255,250,243,.94);
}

.mp-theme-botilleria .mp-hero {
  background: linear-gradient(135deg, #171316, #5c1823 56%, #d99a29);
}

.mp-theme-botilleria .mp-hero__visual {
  background-image: var(--mp-hero-bg, linear-gradient(135deg, #171316, #5c1823 56%, #d99a29));
}

.mp-theme-botilleria .mp-hero::before {
  background:
    linear-gradient(90deg, rgba(23,19,22,.70), rgba(91,28,39,.20) 48%, rgba(23,19,22,.04)),
    radial-gradient(circle at 78% 20%, rgba(217,154,41,.16), transparent 0 240px);
}

.mp-theme-botilleria .mp-kicker {
  background: rgba(217,154,41,.18);
  color: #8a241f;
}

.mp-theme-botilleria .mp-hero .mp-kicker {
  background: rgba(217,154,41,.24);
  color: #fff1d2;
}

.mp-theme-botilleria .mp-brand__logo,
.mp-theme-botilleria .mp-footer-logo {
  background: #fff5e7;
}

.mp-theme-botilleria .mp-chip.is-active,
.mp-theme-botilleria .mp-cart-btn {
  background: #171316;
  border-color: #171316;
}

.mp-theme-botilleria .mp-chip--quick {
  border-color: color-mix(in srgb, var(--mp-primary) 28%, var(--mp-line));
}

.mp-theme-botilleria .mp-chip--quick.is-active {
  background: var(--mp-primary);
  border-color: var(--mp-primary);
}

.mp-theme-botilleria .mp-product-card__media {
  background:
    radial-gradient(circle at 72% 18%, rgba(217,154,41,.20), transparent 0 115px),
    linear-gradient(135deg, #fff8ec, #f1e0cc);
}

.mp-theme-botilleria .mp-badge.stock {
  background: #1f7a4d;
}

.mp-theme-botilleria .mp-footer-main {
  background:
    radial-gradient(circle at 86% 12%, rgba(217,154,41,.24), transparent 0 250px),
    linear-gradient(135deg, #171316, #4f1821);
}

.mp-theme-pasteleria {
  --mp-bg: #fff7fb;
  --mp-surface: #ffffff;
  --mp-soft: #f7edf2;
  --mp-line: #ead7df;
  --mp-text: #251620;
  --mp-muted: #755f69;
  --mp-primary: #c43b5f;
  --mp-secondary: #0f766e;
  --mp-type-xs: 11px;
  --mp-type-sm: 13px;
  --mp-type-base: 14px;
  --mp-type-md: 15px;
  --mp-type-lg: 17px;
  --mp-type-title: 22px;
  --mp-type-hero: clamp(34px, 4.8vw, 58px);
  font-size: var(--mp-type-base);
  letter-spacing: 0;
}

.mp-theme-pasteleria .mp-brand__text strong {
  font-size: var(--mp-type-md);
  font-weight: 800;
  line-height: 1.12;
}

.mp-theme-pasteleria .mp-brand__text small {
  font-size: var(--mp-type-xs);
  font-weight: 700;
  line-height: 1.2;
}

.mp-theme-pasteleria .mp-search input {
  font-size: var(--mp-type-md);
  line-height: 1.25;
}

.mp-theme-pasteleria .mp-action-label span:last-child,
.mp-theme-pasteleria .mp-branch select,
.mp-theme-pasteleria .mp-toolbar select,
.mp-theme-pasteleria .mp-primary-btn,
.mp-theme-pasteleria .mp-secondary-btn,
.mp-theme-pasteleria .mp-cart-btn,
.mp-theme-pasteleria .mp-chip {
  font-size: var(--mp-type-sm);
  font-weight: 800;
  line-height: 1.15;
}

.mp-theme-pasteleria .mp-header {
  background: #fff;
  border-bottom-color: rgba(234, 215, 223, .9);
  box-shadow: 0 10px 28px rgba(105, 42, 65, .07);
  backdrop-filter: none;
}

.mp-theme-pasteleria .mp-category-nav {
  background: #fff;
  border-bottom-color: rgba(234, 215, 223, .9);
  backdrop-filter: none;
}

.mp-theme-pasteleria main {
  max-width: none;
  padding: 0 22px 22px;
}

.mp-theme-pasteleria .mp-hero {
  min-height: 500px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -118px;
  padding: 158px max(34px, calc((100vw - 1380px) / 2 + 34px)) 96px;
  grid-template-columns: minmax(280px, 560px) 1fr;
  align-items: end;
  border-radius: 0 0 var(--mp-radius) var(--mp-radius);
  background: linear-gradient(135deg, #391728, #c43b5f 58%, #0f766e);
  box-shadow: none;
}

.mp-theme-pasteleria .mp-hero__visual {
  background-image: var(--mp-hero-bg, linear-gradient(135deg, #391728, #c43b5f 58%, #0f766e));
}

.mp-theme-pasteleria .mp-hero::before {
  background:
    linear-gradient(90deg, rgba(38, 16, 31, .82), rgba(38, 16, 31, .30) 48%, rgba(38, 16, 31, .02)),
    linear-gradient(0deg, rgba(38, 16, 31, .50), transparent 46%),
    radial-gradient(circle at 82% 20%, rgba(15, 118, 110, .22), transparent 0 260px);
}

.mp-theme-pasteleria .mp-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 150px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 247, 251, 0), var(--mp-bg) 92%);
  pointer-events: none;
}

.mp-theme-pasteleria .mp-hero__content {
  justify-content: end;
  padding-bottom: 20px;
}

.mp-theme-pasteleria .mp-hero h1 {
  max-width: 620px;
  font-size: var(--mp-type-hero);
  line-height: .98;
}

.mp-theme-pasteleria .mp-hero p {
  max-width: 520px;
  font-size: var(--mp-type-lg);
  line-height: 1.35;
}

.mp-theme-pasteleria .mp-kicker {
  background: rgba(196, 59, 95, .13);
  color: #932845;
  font-size: var(--mp-type-xs);
  font-weight: 900;
  line-height: 1.2;
}

.mp-theme-pasteleria .mp-hero .mp-kicker {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.mp-theme-pasteleria .mp-brand__logo,
.mp-theme-pasteleria .mp-footer-logo {
  background: #fff;
  border-color: #ead7df;
}

.mp-theme-pasteleria .mp-chip.is-active,
.mp-theme-pasteleria .mp-cart-btn {
  background: #251620;
  border-color: #251620;
}

.mp-theme-pasteleria .mp-chip--quick {
  border-color: color-mix(in srgb, var(--mp-primary) 30%, var(--mp-line));
}

.mp-theme-pasteleria .mp-chip--quick.is-active {
  background: var(--mp-primary);
  border-color: var(--mp-primary);
}

.mp-theme-pasteleria .mp-product-card {
  box-shadow: 0 16px 35px rgba(105, 42, 65, .08);
}

.mp-theme-pasteleria .mp-product-card__media {
  background:
    radial-gradient(circle at 72% 18%, rgba(15, 118, 110, .16), transparent 0 118px),
    linear-gradient(135deg, #fff, #f8ecf2);
}

.mp-theme-pasteleria .mp-badge.stock {
  background: #0f766e;
}

.mp-theme-pasteleria .mp-badge.offer {
  background: #c43b5f;
}

.mp-theme-pasteleria .mp-benefit .material-symbols-rounded,
.mp-theme-pasteleria .mp-category-card .material-symbols-rounded {
  color: var(--mp-primary);
}

.mp-theme-pasteleria .mp-footer-main {
  background:
    radial-gradient(circle at 86% 14%, rgba(196, 59, 95, .26), transparent 0 260px),
    linear-gradient(135deg, #251620, #0f3f3d);
}

.mp-theme-pasteleria .mp-band {
  width: min(1180px, calc(100% - 48px));
  margin: -72px auto 42px;
  position: relative;
  z-index: 5;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mp-theme-pasteleria .mp-benefit {
  background: rgba(255, 255, 255, .94);
  border-color: rgba(234, 215, 223, .9);
  box-shadow: 0 22px 46px rgba(105, 42, 65, .14);
  backdrop-filter: blur(14px);
}

.mp-theme-pasteleria .mp-benefit strong {
  font-size: var(--mp-type-md);
  line-height: 1.18;
}

.mp-theme-pasteleria .mp-benefit small {
  font-size: var(--mp-type-sm);
  line-height: 1.25;
}

.mp-theme-pasteleria .mp-shop {
  display: block;
}

.mp-theme-pasteleria .mp-filters {
  display: none;
}

.mp-theme-pasteleria .mp-toolbar {
  padding: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 36px rgba(105, 42, 65, .08);
}

.mp-theme-pasteleria .mp-toolbar__meta strong {
  font-size: var(--mp-type-title);
  line-height: 1.14;
}

.mp-theme-pasteleria .mp-toolbar__meta small {
  color: #755f69;
  font-size: var(--mp-type-sm);
  line-height: 1.25;
}

.mp-theme-pasteleria #listView {
  display: none;
}

.mp-theme-pasteleria .mp-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mp-theme-pasteleria .mp-category-card {
  min-height: 132px;
  padding: 18px;
  justify-content: end;
  background:
    radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--mp-primary) 14%, transparent), transparent 0 88px),
    #fff;
  box-shadow: 0 16px 32px rgba(105, 42, 65, .07);
}

.mp-theme-pasteleria .mp-category-card .material-symbols-rounded {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--mp-primary) 12%, #fff);
}

.mp-theme-pasteleria .mp-category-card strong {
  font-size: var(--mp-type-md);
  line-height: 1.18;
}

.mp-theme-pasteleria .mp-products-grid--sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.mp-theme-pasteleria .mp-product-section {
  min-width: 0;
}

.mp-theme-pasteleria .mp-product-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 16px;
  padding: 0 2px 12px;
  border-bottom: 1px solid rgba(234, 215, 223, .82);
}

.mp-theme-pasteleria .mp-product-section__head span {
  display: inline-flex;
  width: fit-content;
  color: var(--mp-primary);
  background: color-mix(in srgb, var(--mp-primary) 10%, #fff);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: var(--mp-type-xs);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.mp-theme-pasteleria .mp-product-section__head strong {
  display: block;
  margin-top: 2px;
  font-size: var(--mp-type-title);
  line-height: 1.14;
}

.mp-theme-pasteleria .mp-product-section__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mp-theme-pasteleria .mp-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-color: rgba(234, 215, 223, .92);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,253,.96)),
    #fff;
  box-shadow: 0 18px 38px rgba(105, 42, 65, .09);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mp-theme-pasteleria .mp-product-card:hover {
  border-color: color-mix(in srgb, var(--mp-primary) 34%, var(--mp-line));
  box-shadow: 0 24px 54px rgba(105, 42, 65, .14);
  transform: translateY(-2px);
}

.mp-theme-pasteleria .mp-product-card__media {
  order: 0;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / .74;
  border-left: 0;
  border-bottom: 1px solid rgba(234, 215, 223, .9);
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,.72), transparent 0 82px),
    linear-gradient(135deg, #fff4f8, #f3e3ea);
}

.mp-theme-pasteleria .mp-product-card__media img {
  object-fit: cover;
  filter: saturate(1.03) contrast(1.01);
}

.mp-theme-pasteleria .mp-product-card:hover .mp-product-card__media img {
  transform: scale(1.055);
}

.mp-theme-pasteleria .mp-badge-row {
  left: 9px;
  top: 9px;
  gap: 5px;
  right: 54px;
}

.mp-theme-pasteleria .mp-badge {
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 8px 18px rgba(37, 22, 32, .16);
  font-size: 10px;
  line-height: 1;
}

.mp-theme-pasteleria .mp-card-fav {
  top: 9px;
  right: 9px;
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 20px rgba(37, 22, 32, .12);
}

.mp-theme-pasteleria .mp-product-card__body {
  order: 1;
  padding: 13px;
  gap: 8px;
}

.mp-theme-pasteleria .mp-card-category {
  color: var(--mp-primary);
  font-size: var(--mp-type-xs);
  line-height: 1.2;
  letter-spacing: .02em;
}

.mp-theme-pasteleria .mp-product-card h3 {
  font-size: var(--mp-type-md);
  line-height: 1.24;
  -webkit-line-clamp: 2;
}

.mp-theme-pasteleria .mp-card-desc {
  -webkit-line-clamp: 2;
  font-size: var(--mp-type-sm);
  line-height: 1.34;
}

.mp-theme-pasteleria .mp-price strong {
  font-size: 18px;
  line-height: 1.12;
}

.mp-theme-pasteleria .mp-price del {
  font-size: var(--mp-type-xs);
}

.mp-theme-pasteleria .mp-card-actions {
  grid-template-columns: 40px 1fr;
  gap: 8px;
  margin-top: 2px;
}

.mp-theme-pasteleria .mp-card-actions .mp-primary-btn,
.mp-theme-pasteleria .mp-card-actions .mp-secondary-btn {
  min-height: 40px;
}

.mp-theme-pasteleria .mp-card-actions .mp-primary-btn {
  box-shadow: 0 14px 26px color-mix(in srgb, var(--mp-primary) 22%, transparent);
}

.mp-theme-pasteleria .mp-card-actions .mp-secondary-btn {
  background: #fff;
}

.mp-theme-pasteleria .mp-products-grid:not(.mp-products-grid--sections) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mp-theme-comida-rapida {
  --mp-bg: var(--mp-theme-background, #fff8ed);
  --mp-surface: #ffffff;
  --mp-soft: var(--mp-theme-soft, #fff0d8);
  --mp-line: var(--mp-theme-line, #efd9bc);
  --mp-text: var(--mp-theme-text, #1f1712);
  --mp-muted: var(--mp-theme-muted, #765f4d);
  --mp-primary: var(--mp-theme-primary, #e23a2e);
  --mp-secondary: var(--mp-theme-secondary, #f5b700);
  --mp-type-xs: 11px;
  --mp-type-sm: 13px;
  --mp-type-base: 14px;
  --mp-type-md: 15px;
  --mp-type-lg: 17px;
  --mp-type-title: 22px;
  --mp-type-hero: clamp(34px, 4.6vw, 60px);
  font-size: var(--mp-type-base);
  letter-spacing: 0;
}

.mp-theme-comida-rapida .mp-header {
  background: #fff;
  border-bottom-color: color-mix(in srgb, var(--mp-line) 92%, transparent);
  box-shadow: 0 12px 30px rgba(82, 43, 20, .08);
}

.mp-theme-comida-rapida .mp-category-nav {
  background: #fff;
  border-bottom-color: color-mix(in srgb, var(--mp-line) 94%, transparent);
  box-shadow: 0 12px 24px rgba(82, 43, 20, .06);
}

.mp-theme-comida-rapida .mp-chip {
  min-height: 40px;
  border-radius: 8px;
  border-color: rgba(31, 23, 18, .12);
  background: #fff;
  color: #342116;
  box-shadow: none;
  font-weight: 850;
}

.mp-theme-comida-rapida .mp-chip.is-active,
.mp-theme-comida-rapida .mp-cart-btn {
  background: linear-gradient(135deg, var(--mp-primary), color-mix(in srgb, var(--mp-primary) 72%, #1f1712));
  border-color: transparent;
  color: #fff;
}

.mp-theme-comida-rapida main {
  max-width: none;
  padding: 0 22px 24px;
}

.mp-theme-comida-rapida .mp-hero {
  min-height: 540px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -118px;
  padding: 158px max(34px, calc((100vw - 1380px) / 2 + 34px)) 88px;
  grid-template-columns: minmax(280px, 590px) 1fr;
  align-items: end;
  border-radius: 0 0 var(--mp-radius) var(--mp-radius);
  background: linear-gradient(135deg, color-mix(in srgb, var(--mp-primary) 38%, #111827), var(--mp-primary) 58%, var(--mp-secondary));
  box-shadow: none;
}

.mp-theme-comida-rapida .mp-hero__visual {
  background-image: var(--mp-hero-bg, linear-gradient(135deg, color-mix(in srgb, var(--mp-primary) 34%, #111827), var(--mp-primary) 58%, var(--mp-secondary)));
}

.mp-theme-comida-rapida .mp-hero::before {
  background:
    linear-gradient(90deg, rgba(31, 18, 12, .86), rgba(31, 18, 12, .32) 50%, rgba(31, 18, 12, .08)),
    linear-gradient(0deg, rgba(31, 18, 12, .54), transparent 48%);
}

.mp-theme-comida-rapida .mp-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 150px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 248, 237, 0), var(--mp-bg) 92%);
  pointer-events: none;
}

.mp-theme-comida-rapida .mp-hero__content {
  justify-content: end;
  padding-bottom: 18px;
}

.mp-theme-comida-rapida .mp-hero h1 {
  max-width: 650px;
  font-size: var(--mp-type-hero);
  line-height: .98;
  text-wrap: balance;
}

.mp-theme-comida-rapida .mp-hero p {
  max-width: 530px;
  font-size: var(--mp-type-lg);
  line-height: 1.35;
}

.mp-theme-comida-rapida .mp-hero .mp-kicker {
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .24);
  color: #fff;
}

.mp-theme-comida-rapida .mp-brand__logo,
.mp-theme-comida-rapida .mp-footer-logo {
  background: #fff;
  border-color: rgba(31, 23, 18, .16);
}

.mp-theme-comida-rapida .mp-band {
  width: min(1180px, calc(100% - 48px));
  margin: -74px auto 34px;
  position: relative;
  z-index: 5;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mp-theme-comida-rapida .mp-benefit {
  border-color: color-mix(in srgb, var(--mp-line) 90%, transparent);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 22px 48px rgba(82, 43, 20, .12);
  border-radius: 8px;
}

.mp-theme-comida-rapida .mp-benefit .material-symbols-rounded,
.mp-theme-comida-rapida .mp-category-card .material-symbols-rounded {
  color: var(--mp-primary);
}

.mp-theme-comida-rapida .mp-shop {
  display: grid;
  grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
  gap: 16px;
}

.mp-theme-comida-rapida .mp-filters {
  display: block;
  top: 112px;
  max-height: calc(100vh - 132px);
  border-radius: 8px;
  border-color: color-mix(in srgb, var(--mp-line) 96%, transparent);
  box-shadow: 0 14px 30px rgba(82, 43, 20, .06);
}

.mp-theme-comida-rapida .mp-toolbar {
  padding: 13px 14px;
  border-color: color-mix(in srgb, var(--mp-line) 96%, transparent);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 16px 34px rgba(82, 43, 20, .08);
}

.mp-theme-comida-rapida .mp-toolbar__controls {
  gap: 10px;
}

.mp-theme-comida-rapida .mp-toolbar select,
.mp-theme-comida-rapida .mp-density-control button,
.mp-theme-comida-rapida .mp-icon-btn {
  border-color: color-mix(in srgb, var(--mp-line) 96%, transparent);
}

.mp-theme-comida-rapida .mp-density-control button:hover,
.mp-theme-comida-rapida .mp-density-control button:focus-visible {
  border-color: color-mix(in srgb, var(--mp-primary) 38%, var(--mp-line));
  color: var(--mp-primary);
}

.mp-theme-comida-rapida .mp-density-control {
  display: inline-flex;
}

.mp-theme-comida-rapida #listView {
  display: none;
}

.mp-theme-comida-rapida .mp-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mp-theme-comida-rapida .mp-category-card {
  min-height: 116px;
  padding: 16px;
  justify-content: end;
  border-radius: 8px;
  border-color: color-mix(in srgb, var(--mp-line) 96%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--mp-secondary) 16%, #fff), #fff 64%);
  box-shadow: 0 14px 30px rgba(82, 43, 20, .07);
}

.mp-theme-comida-rapida .mp-category-card .material-symbols-rounded {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: color-mix(in srgb, var(--mp-primary) 10%, #fff);
}

.mp-theme-comida-rapida .mp-products-grid--sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.mp-theme-comida-rapida .mp-product-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 14px;
  padding: 0 2px 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--mp-line) 92%, transparent);
}

.mp-theme-comida-rapida .mp-product-section__head span {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--mp-secondary) 24%, #fff);
  color: color-mix(in srgb, var(--mp-primary) 70%, #1f1712);
  font-size: var(--mp-type-xs);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.mp-theme-comida-rapida .mp-product-section__head strong {
  display: block;
  margin-top: 3px;
  font-size: var(--mp-type-title);
  line-height: 1.14;
}

.mp-theme-comida-rapida .mp-product-section__grid,
.mp-theme-comida-rapida .mp-products-grid:not(.mp-products-grid--sections) {
  display: grid;
  grid-template-columns: repeat(var(--mp-food-cols, 4), minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.mp-theme-comida-rapida .mp-product-card {
  align-self: start;
  border-radius: 8px;
  border-color: color-mix(in srgb, var(--mp-line) 96%, transparent);
  background: #fff;
  box-shadow: 0 18px 36px rgba(82, 43, 20, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mp-theme-comida-rapida .mp-product-card:hover {
  border-color: color-mix(in srgb, var(--mp-primary) 34%, var(--mp-line));
  box-shadow: 0 24px 52px rgba(82, 43, 20, .14);
  transform: translateY(-2px);
}

.mp-theme-comida-rapida .mp-product-card.is-featured {
  border-color: color-mix(in srgb, var(--mp-primary) 48%, var(--mp-line));
  box-shadow: 0 22px 52px color-mix(in srgb, var(--mp-primary) 18%, transparent);
}

.mp-theme-comida-rapida .mp-product-card__media {
  aspect-ratio: 1 / .72;
  border-bottom: 1px solid color-mix(in srgb, var(--mp-line) 90%, transparent);
  background:
    linear-gradient(135deg, #fff, color-mix(in srgb, var(--mp-secondary) 12%, #fff));
}

.mp-theme-comida-rapida .mp-product-card__media img {
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.mp-theme-comida-rapida .mp-product-card.is-sold-out .mp-product-card__media img {
  filter: grayscale(1) saturate(.1) contrast(.9);
  opacity: .58;
}

.mp-theme-comida-rapida .mp-product-card.is-sold-out:hover .mp-product-card__media img {
  transform: none;
}

.mp-theme-comida-rapida .mp-badge-row {
  left: 9px;
  top: 9px;
  right: 54px;
  gap: 5px;
}

.mp-theme-comida-rapida .mp-badge {
  border-radius: 8px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: 0 8px 18px rgba(31, 23, 18, .16);
  font-size: 10px;
  line-height: 1;
}

.mp-theme-comida-rapida .mp-badge.featured {
  background: var(--mp-secondary);
  color: #231a08;
}

.mp-theme-comida-rapida .mp-badge.stock {
  background: #0f8a5f;
}

.mp-theme-comida-rapida .mp-badge.offer {
  background: var(--mp-primary);
}

.mp-theme-comida-rapida .mp-badge.prep {
  background: color-mix(in srgb, var(--mp-secondary) 88%, #fff);
  color: #231a08;
}

.mp-theme-comida-rapida .mp-card-fav {
  top: 9px;
  right: 9px;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 20px rgba(31, 23, 18, .12);
}

.mp-theme-comida-rapida .mp-card-fav.is-active {
  color: var(--mp-primary);
  background: color-mix(in srgb, var(--mp-secondary) 24%, #fff);
  border-color: color-mix(in srgb, var(--mp-primary) 52%, var(--mp-line));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--mp-primary) 16%, transparent);
}

.mp-theme-comida-rapida .mp-card-fav.is-active .material-symbols-rounded {
  color: var(--mp-primary);
  font-variation-settings: 'FILL' 1, 'wght' 850, 'GRAD' 0, 'opsz' 24;
}

.mp-theme-comida-rapida .mp-product-card__body {
  padding: 13px;
  gap: 8px;
  min-width: 0;
  flex: 0 0 auto;
}

.mp-theme-comida-rapida .mp-card-category {
  color: color-mix(in srgb, var(--mp-primary) 76%, #1f1712);
  font-size: var(--mp-type-xs);
  line-height: 1.2;
}

.mp-theme-comida-rapida .mp-product-card h3 {
  font-size: var(--mp-type-md);
  line-height: 1.22;
  min-height: auto;
}

.mp-theme-comida-rapida .mp-card-desc {
  color: var(--mp-muted);
  font-size: var(--mp-type-sm);
  line-height: 1.34;
  -webkit-line-clamp: 2;
}

.mp-theme-comida-rapida .mp-price {
  margin-top: 0;
}

.mp-theme-comida-rapida .mp-price strong {
  font-size: 18px;
  line-height: 1.1;
}

.mp-theme-comida-rapida .mp-card-actions {
  grid-template-columns: 40px 1fr;
  gap: 7px;
  margin-top: 2px;
}

.mp-theme-comida-rapida .mp-card-actions .mp-primary-btn,
.mp-theme-comida-rapida .mp-card-actions .mp-secondary-btn {
  min-height: 40px;
  border-radius: 8px;
}

.mp-theme-comida-rapida .mp-card-actions .mp-primary-btn {
  gap: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.mp-theme-comida-rapida .mp-card-actions .mp-primary-btn {
  background: linear-gradient(135deg, var(--mp-primary), color-mix(in srgb, var(--mp-primary) 76%, #1f1712));
  box-shadow: 0 14px 26px color-mix(in srgb, var(--mp-primary) 22%, transparent);
}

.mp-theme-comida-rapida .mp-card-actions .mp-secondary-btn {
  background: #fff;
}

.mp-theme-comida-rapida .mp-card-stepper {
  min-height: 40px;
  grid-template-columns: 40px minmax(30px, 1fr) 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--mp-primary), color-mix(in srgb, var(--mp-primary) 76%, #1f1712));
  box-shadow: 0 14px 26px color-mix(in srgb, var(--mp-primary) 22%, transparent);
}

.mp-theme-comida-rapida .mp-card-stepper button {
  min-height: 40px;
}

:is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay {
  border-radius: 8px;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--mp-primary) 28%, var(--mp-line));
  background: #111;
  box-shadow: 0 18px 38px rgba(31, 23, 18, .12);
}

:is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay .mp-product-card__media {
  aspect-ratio: 1 / 1.16;
  border-bottom: 0;
  background: #111;
}

:is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay .mp-product-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(17, 24, 39, 0) 0%,
      rgba(17, 24, 39, 0) 32%,
      rgba(17, 24, 39, .18) 48%,
      rgba(17, 24, 39, .58) 68%,
      rgba(17, 24, 39, .9) 100%
    ),
    radial-gradient(circle at 22% 72%, rgba(17, 24, 39, .48), transparent 44%);
  pointer-events: none;
}

:is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay .mp-product-card__media img {
  height: 100%;
  object-fit: cover;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media {
  aspect-ratio: 1 / 1.08;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 62%, #111827 62%, #111827 100%);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media::after {
  display: block;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 54%,
      rgba(17, 24, 39, .12) 62%,
      rgba(17, 24, 39, .86) 72%,
      rgba(17, 24, 39, .98) 100%
    );
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media img {
  position: absolute;
  top: 12px;
  left: 50%;
  width: calc(100% - 44px);
  height: 56%;
  max-width: 360px;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center center;
  background: #fff;
  padding: 12px;
  filter: none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay:hover .mp-product-card__media img {
  transform: translateX(-50%) scale(1.02);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info {
  padding: 0 16px 20px;
  top: 61%;
  bottom: 0;
  align-content: end;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info .mp-card-category {
  color: #f2d400;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info small {
  display: none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart {
  right: 16px;
  bottom: 18px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-price {
  padding-right: 66px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info strong,
.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-line,
.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-price {
  text-shadow: 0 3px 16px rgba(0, 0, 0, .82);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) {
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .1);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay):hover {
  border-color: color-mix(in srgb, var(--mp-primary) 38%, #d8e1ec);
  box-shadow: 0 20px 44px rgba(15, 23, 42, .16);
  transform: translateY(-2px);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media {
  aspect-ratio: 1 / .78;
  display: grid;
  place-items: center;
  padding: 18px;
  border-bottom: 1px solid #e6edf5;
  background:
    linear-gradient(180deg, #ffffff, #f7f9fc);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media img {
  width: 100%;
  height: 100%;
  max-width: 82%;
  max-height: 82%;
  object-fit: contain;
  object-position: center center;
  filter: none;
  transform: none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay):hover .mp-product-card__media img {
  transform: scale(1.025);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__body {
  min-height: 190px;
  padding: 14px;
  gap: 9px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-category {
  color: #1f5f8b;
  font-size: 11px;
  font-weight: 950;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) h3 {
  color: #111827;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.16;
  min-height: 40px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-desc {
  -webkit-line-clamp: 1;
  font-size: 12px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-price strong {
  color: #111827;
  font-size: 22px;
  font-weight: 950;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions {
  grid-template-columns: 42px 1fr;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions .mp-primary-btn {
  background: #111827;
  color: #fff;
  box-shadow: none;
}

.mp-theme-celulares .mp-product-card--food-overlay .mp-product-card__media::before {
  display: none;
}

.mp-theme-celulares .mp-product-card--food-overlay .mp-product-card__media img {
  padding: 0;
  filter: none;
}

:is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay .mp-badge-row {
  z-index: 3;
  right: 62px;
}

:is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay .mp-badge {
  background: var(--mp-primary);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
}

:is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay .mp-badge.prep,
:is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay .mp-badge.featured {
  background: var(--mp-primary);
  color: #fff;
}

:is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay .mp-card-fav {
  z-index: 4;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, .96);
  border-color: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
}

:is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay .mp-card-fav.is-active {
  color: #fff;
  background: var(--mp-primary);
  border-color: transparent;
  box-shadow: 0 14px 26px color-mix(in srgb, var(--mp-primary) 34%, transparent);
}

:is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay .mp-card-fav.is-active .material-symbols-rounded {
  color: #fff;
  font-variation-settings: 'FILL' 1, 'wght' 850, 'GRAD' 0, 'opsz' 24;
}

.mp-card-overlay-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 72px 16px 18px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.mp-card-overlay-info .mp-card-category {
  color: var(--mp-primary);
  font-size: var(--mp-type-xs);
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}

.mp-card-overlay-info strong {
  display: -webkit-box;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 900;
  line-height: 1.12;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

.mp-card-overlay-info small {
  display: -webkit-box;
  color: rgba(255, 255, 255, .82);
  font-size: var(--mp-type-sm);
  font-weight: 650;
  line-height: 1.34;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mp-card-overlay-line {
  display: block;
  height: 1px;
  margin-top: 2px;
  background: rgba(255, 255, 255, .26);
}

.mp-card-overlay-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-right: 62px;
}

.mp-card-overlay-price b {
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  line-height: 1;
}

.mp-card-overlay-price del {
  color: rgba(255, 255, 255, .62);
  font-size: var(--mp-type-sm);
}

.mp-card-overlay-cart {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 5;
}

.mp-card-overlay-cart .mp-primary-btn {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 16px 28px rgba(0, 0, 0, .22);
}

.mp-card-overlay-cart .mp-primary-btn span:not(.material-symbols-rounded) {
  display: none;
}

.mp-card-overlay-cart .mp-card-stepper {
  width: 116px;
  min-height: 44px;
  grid-template-columns: 38px 40px 38px;
  border-radius: 999px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, .22);
}

.mp-card-overlay-cart .mp-card-stepper button {
  min-height: 44px;
}

@media (max-width: 760px) {
  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay .mp-product-card__media {
    aspect-ratio: 1 / 1.12;
  }

  .mp-card-overlay-info {
    padding: 64px 14px 16px;
  }

  .mp-card-overlay-info strong {
    font-size: 18px;
  }

  .mp-card-overlay-info small {
    font-size: 12px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-product-card__media {
    aspect-ratio: 1 / 1.02;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-badge-row {
    top: 8px;
    right: 48px;
    left: 8px;
    gap: 4px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-badge {
    padding: 4px 7px;
    border-radius: 7px;
    font-size: 9px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-card-fav {
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-card-fav .material-symbols-rounded {
    font-size: 23px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-info {
    gap: 5px;
    padding: 54px 10px 12px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-info .mp-card-category {
    font-size: 9px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-info strong {
    font-size: 15px;
    line-height: 1.12;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-info small {
    display: none;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-line {
    margin-top: 0;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-price {
    padding-right: 48px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-price b {
    font-size: 18px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-cart {
    right: 10px;
    bottom: 10px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-cart .mp-primary-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-cart .mp-primary-btn .material-symbols-rounded {
    font-size: 24px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-cart .mp-card-stepper {
    width: 96px;
    min-height: 38px;
    grid-template-columns: 32px 32px 32px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-cart .mp-card-stepper button {
    min-height: 38px;
    font-size: 18px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-overlay-cart .mp-card-stepper span {
    font-size: 13px;
  }
}

.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-product-card--food-overlay .mp-product-card__media,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-product-card--food-overlay .mp-product-card__media {
  aspect-ratio: 1 / 1.02;
}

.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-product-card--food-overlay .mp-product-card__media img,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-product-card--food-overlay .mp-product-card__media img {
  top: 10px;
  width: calc(100% - 34px);
  height: 52%;
  padding: 10px;
}

.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-info,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-info {
  top: 58%;
  padding: 0 11px 12px;
}

.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-info strong {
  font-size: clamp(15px, 1.05vw, 18px);
}

.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-info strong {
  font-size: clamp(13px, .86vw, 15px);
}

@media (max-width: 760px) {
  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-product-card__media {
    aspect-ratio: 1 / 1.12;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media img,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-product-card__media img {
    top: 8px;
    width: calc(100% - 28px);
    height: 50%;
    padding: 8px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-info {
    top: 56%;
    gap: 5px;
    padding: 0 10px 12px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info strong,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-info strong {
    font-size: 15px;
    line-height: 1.1;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-price,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-price {
    padding-right: 48px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-price b,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-price b {
    font-size: 18px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart,
.mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-cart {
    right: 10px;
    bottom: 10px;
  }
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay {
  border: 0;
  border-radius: 22px;
  background: #111827;
  box-shadow: 0 22px 54px rgba(15, 23, 42, .2);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 68px rgba(15, 23, 42, .26);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-product-card--food-overlay .mp-product-card__media,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-product-card--food-overlay .mp-product-card__media {
  aspect-ratio: 1 / 1.22;
  background: #111827;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media::after {
  display: block;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, .03) 30%, rgba(15, 23, 42, .38) 56%, rgba(15, 23, 42, .78) 76%, rgba(15, 23, 42, .96) 100%);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media img,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-product-card--food-overlay .mp-product-card__media img,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-product-card--food-overlay .mp-product-card__media img {
  position: static;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: 0;
  background: transparent;
  object-fit: cover;
  object-position: center top;
  transform: none;
  filter: saturate(1.04) contrast(1.02);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay:hover .mp-product-card__media img {
  transform: scale(1.035);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-badge-row {
  top: 18px;
  left: 18px;
  right: 72px;
  z-index: 4;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-badge {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 39, .54);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: none;
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-card-fav {
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .22);
  color: #fff;
  border-color: rgba(255, 255, 255, .16);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-card-fav .material-symbols-rounded {
  color: #fff;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-info,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-info {
  top: auto;
  bottom: 86px;
  gap: 10px;
  padding: 0 22px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info .mp-card-category {
  color: #f2d400;
  font-size: 13px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .36);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info strong,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-info strong,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-info strong {
  font-size: clamp(26px, 2.2vw, 38px);
  line-height: 1.02;
  -webkit-line-clamp: 2;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info small {
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.35;
  -webkit-line-clamp: 2;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-price,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-price,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-price {
  padding-right: 0;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-price b,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-price b,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-price b {
  font-size: clamp(24px, 2vw, 32px);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-cart,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-cart {
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart .mp-primary-btn,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-cart .mp-primary-btn,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-cart .mp-primary-btn {
  width: 100%;
  min-width: 0;
  height: 56px;
  min-height: 56px;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart .mp-primary-btn span:not(.material-symbols-rounded) {
  display: inline;
  font-size: 15px;
  font-weight: 950;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart .mp-primary-btn .material-symbols-rounded {
  display: none;
}

@media (max-width: 760px) {
  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-product-card__media {
    aspect-ratio: 1 / 1.25;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-badge-row,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-badge-row {
    top: 12px;
    left: 12px;
    right: 56px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-badge,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-badge {
    min-height: 28px;
    padding: 6px 9px;
    font-size: 10px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-card-fav,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-card-fav {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-info {
    bottom: 70px;
    gap: 6px;
    padding: 0 14px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info strong,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-info strong {
    font-size: 21px;
    line-height: 1.03;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info small,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-info small {
    display: none;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-price b,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-price b {
    font-size: 23px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-cart {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart .mp-primary-btn,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-cart .mp-primary-btn {
    height: 48px;
    min-height: 48px;
  }
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-product-card__body,
.mp-theme-comida-rapida[data-food-density="8"] .mp-product-card__body {
  padding: 11px;
  gap: 7px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-product-card__media {
  aspect-ratio: 1 / .66;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-product-card__media {
  aspect-ratio: 1 / .64;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-product-card h3,
.mp-theme-comida-rapida[data-food-density="8"] .mp-product-card h3 {
  font-size: 14px;
  line-height: 1.18;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-desc,
.mp-theme-comida-rapida[data-food-density="8"] .mp-card-desc {
  -webkit-line-clamp: 1;
  font-size: 12px;
  line-height: 1.28;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-desc {
  display: none;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-price strong {
  font-size: 16px;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-category {
  font-size: 10px;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-actions .mp-primary-btn span:not(.material-symbols-rounded) {
  display: none;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-actions .mp-primary-btn,
.mp-theme-comida-rapida[data-food-density="8"] .mp-card-actions .mp-secondary-btn {
  min-height: 38px;
  padding: 0;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-product-card--food-overlay .mp-product-card__media {
  aspect-ratio: 1 / .82;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-product-card--food-overlay .mp-product-card__media {
  aspect-ratio: 1 / .74;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-product-card--food-overlay .mp-badge-row,
.mp-theme-comida-rapida[data-food-density="8"] .mp-product-card--food-overlay .mp-badge-row {
  top: 8px;
  right: 46px;
  left: 8px;
  gap: 4px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-product-card--food-overlay .mp-badge,
.mp-theme-comida-rapida[data-food-density="8"] .mp-product-card--food-overlay .mp-badge {
  padding: 4px 8px;
  border-radius: 7px;
  font-size: 10px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-product-card--food-overlay .mp-card-fav {
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-product-card--food-overlay .mp-card-fav {
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-product-card--food-overlay .mp-card-fav .material-symbols-rounded {
  font-size: 24px;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-product-card--food-overlay .mp-card-fav .material-symbols-rounded {
  font-size: 21px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-info {
  gap: 5px;
  padding: 48px 11px 12px;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-info {
  gap: 4px;
  padding: 42px 9px 10px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-info .mp-card-category,
.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-info .mp-card-category {
  font-size: 9px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-info strong {
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.1;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-info strong {
  font-size: clamp(13px, .86vw, 15px);
  line-height: 1.08;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-info small,
.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-info small {
  display: none;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-line,
.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-line {
  margin-top: 0;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-price {
  padding-right: 48px;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-price {
  padding-right: 42px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-price b {
  font-size: 18px;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-price b {
  font-size: 16px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-cart {
  right: 10px;
  bottom: 10px;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-cart {
  right: 8px;
  bottom: 8px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-cart .mp-primary-btn {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-cart .mp-primary-btn {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-cart .mp-primary-btn .material-symbols-rounded {
  font-size: 24px;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-cart .mp-primary-btn .material-symbols-rounded {
  font-size: 21px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-cart .mp-card-stepper {
  width: 98px;
  min-height: 38px;
  grid-template-columns: 32px 34px 32px;
}

.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-cart .mp-card-stepper {
  width: 84px;
  min-height: 34px;
  grid-template-columns: 28px 28px 28px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-cart .mp-card-stepper button,
.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-cart .mp-card-stepper button {
  min-height: 34px;
  font-size: 17px;
}

.mp-theme-comida-rapida[data-food-density="6"] .mp-card-overlay-cart .mp-card-stepper span,
.mp-theme-comida-rapida[data-food-density="8"] .mp-card-overlay-cart .mp-card-stepper span {
  font-size: 12px;
}

.mp-theme-comida-rapida .mp-footer-main {
  background:
    radial-gradient(circle at 86% 14%, rgba(245, 183, 0, .26), transparent 0 260px),
    linear-gradient(135deg, color-mix(in srgb, var(--mp-text) 86%, #111827), color-mix(in srgb, var(--mp-primary) 58%, #111827) 58%, color-mix(in srgb, var(--mp-secondary) 46%, #111827));
}

.mp-theme-catalogo-pro {
  --mp-bg: var(--mp-theme-background, #f4f6f8);
  --mp-surface: #ffffff;
  --mp-soft: var(--mp-theme-soft, #eef3f7);
  --mp-line: var(--mp-theme-line, #d9e1ea);
  --mp-text: var(--mp-theme-text, #14171f);
  --mp-muted: var(--mp-theme-muted, #626b7a);
  --mp-primary: var(--mp-theme-primary, #2563eb);
  --mp-secondary: var(--mp-theme-secondary, #14b8a6);
  --mp-type-xs: 11px;
  --mp-type-sm: 13px;
  --mp-type-base: 14px;
  --mp-type-md: 15px;
  --mp-type-lg: 17px;
  --mp-type-title: 23px;
  --mp-type-hero: clamp(34px, 4.4vw, 62px);
  font-size: var(--mp-type-base);
  letter-spacing: 0;
}

.mp-theme-catalogo-pro .mp-header {
  background:
    linear-gradient(90deg, rgba(20, 23, 31, .98), rgba(37, 99, 235, .96) 52%, rgba(20, 184, 166, .92)) top / 100% 5px no-repeat,
    rgba(255, 255, 255, .96);
  border-bottom-color: rgba(20, 23, 31, .08);
  box-shadow: 0 18px 44px rgba(20, 23, 31, .12);
}

.mp-theme-catalogo-pro .mp-category-nav {
  background: #fff;
  border-bottom-color: rgba(20, 23, 31, .08);
  box-shadow: 0 12px 26px rgba(20, 23, 31, .05);
}

.mp-theme-catalogo-pro .mp-chip {
  min-height: 40px;
  border-radius: 8px;
  border-color: rgba(20, 23, 31, .12);
  background: #fff;
  color: #242936;
  box-shadow: none;
  font-weight: 850;
}

.mp-theme-catalogo-pro .mp-chip.is-active,
.mp-theme-catalogo-pro .mp-cart-btn {
  background: linear-gradient(135deg, var(--mp-primary), color-mix(in srgb, var(--mp-secondary) 64%, var(--mp-primary)));
  border-color: transparent;
  color: #fff;
}

.mp-theme-catalogo-pro .mp-search,
.mp-theme-catalogo-pro .mp-branch,
.mp-theme-catalogo-pro .mp-icon-btn,
.mp-theme-catalogo-pro .mp-secondary-btn {
  border-color: rgba(20, 23, 31, .1);
}

.mp-theme-catalogo-pro .mp-primary-btn {
  background: linear-gradient(135deg, var(--mp-primary), color-mix(in srgb, var(--mp-primary) 64%, #111827));
  box-shadow: 0 16px 32px color-mix(in srgb, var(--mp-primary) 24%, transparent);
}

.mp-theme-catalogo-pro main {
  max-width: none;
  padding: 0 22px 28px;
}

.mp-theme-catalogo-pro .mp-hero {
  min-height: 620px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -118px;
  padding: 168px max(34px, calc((100vw - 1400px) / 2 + 34px)) 108px;
  grid-template-columns: minmax(280px, 650px) minmax(280px, 420px);
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(135deg, #111827 0%, #1d3266 42%, #0f766e 100%);
  box-shadow: none;
}

.mp-theme-catalogo-pro .mp-hero__visual {
  background-image: var(--mp-hero-bg, linear-gradient(135deg, #14171f, var(--mp-primary) 58%, var(--mp-secondary)));
  filter: saturate(1.03) contrast(1.02);
}

.mp-theme-catalogo-pro .mp-hero::before {
  background:
    linear-gradient(90deg, rgba(12, 16, 24, .94), rgba(15, 23, 42, .58) 48%, rgba(15, 23, 42, .18)),
    linear-gradient(0deg, rgba(15, 23, 42, .58), transparent 52%);
}

.mp-theme-catalogo-pro .mp-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 150px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(244, 246, 248, 0), var(--mp-bg) 92%);
  pointer-events: none;
}

.mp-theme-catalogo-pro .mp-hero__content {
  justify-content: end;
  padding-bottom: 18px;
}

.mp-theme-catalogo-pro .mp-hero__content::before {
  content: "CATALOGO PRO";
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(37, 99, 235, .92), rgba(20, 184, 166, .86));
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .08em;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .2);
}

.mp-theme-catalogo-pro .mp-hero h1 {
  max-width: 700px;
  font-size: var(--mp-type-hero);
  line-height: 1;
  text-wrap: balance;
}

.mp-theme-catalogo-pro .mp-hero p {
  max-width: 560px;
  font-size: var(--mp-type-lg);
  line-height: 1.38;
}

.mp-theme-catalogo-pro .mp-hero__gallery {
  position: relative;
  z-index: 3;
  display: grid !important;
  align-self: center;
  min-height: 330px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}

.mp-theme-catalogo-pro .mp-hero__gallery[hidden] {
  display: grid !important;
}

.mp-theme-catalogo-pro .mp-hero__gallery::before {
  content: "Venta online";
  align-self: start;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.mp-theme-catalogo-pro .mp-hero__gallery::after {
  content: "Productos\A Carrito\A Checkout";
  white-space: pre;
  align-self: end;
  justify-self: stretch;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: #14171f;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.18;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.mp-theme-catalogo-pro .mp-hero .mp-kicker {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .24);
  color: #fff;
}

.mp-theme-catalogo-pro .mp-brand__logo,
.mp-theme-catalogo-pro .mp-footer-logo {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--mp-primary), var(--mp-secondary)) border-box;
  border: 2px solid transparent;
  box-shadow: 0 12px 24px rgba(37, 99, 235, .14);
}

.mp-theme-catalogo-pro .mp-band {
  width: min(1180px, calc(100% - 48px));
  margin: -88px auto 34px;
  position: relative;
  z-index: 5;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mp-theme-catalogo-pro .mp-benefit,
.mp-theme-catalogo-pro .mp-category-card,
.mp-theme-catalogo-pro .mp-toolbar,
.mp-theme-catalogo-pro .mp-filters {
  border-color: rgba(20, 23, 31, .09);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 54px rgba(20, 23, 31, .12);
  border-radius: 8px;
}

.mp-theme-catalogo-pro .mp-benefit {
  min-height: 92px;
  border-top: 4px solid color-mix(in srgb, var(--mp-primary) 76%, var(--mp-secondary));
}

.mp-theme-catalogo-pro .mp-benefit .material-symbols-rounded,
.mp-theme-catalogo-pro .mp-category-card .material-symbols-rounded,
.mp-theme-catalogo-pro .mp-card-category {
  color: var(--mp-primary);
}

.mp-theme-catalogo-pro .mp-shop {
  display: grid;
  grid-template-columns: minmax(220px, 254px) minmax(0, 1fr);
  gap: 16px;
}

.mp-theme-catalogo-pro .mp-filters {
  display: block;
  top: 112px;
  max-height: calc(100vh - 132px);
}

.mp-theme-catalogo-pro .mp-toolbar {
  padding: 13px 14px;
}

.mp-theme-catalogo-pro .mp-density-control {
  display: inline-flex;
}

.mp-theme-catalogo-pro #listView {
  display: none;
}

.mp-theme-catalogo-pro .mp-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mp-theme-catalogo-pro .mp-category-card {
  min-height: 136px;
  padding: 18px;
  justify-content: end;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--mp-primary) 12%, #fff), #fff 50%, color-mix(in srgb, var(--mp-secondary) 10%, #fff));
}

.mp-theme-catalogo-pro .mp-category-card .material-symbols-rounded {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: color-mix(in srgb, var(--mp-primary) 10%, #fff);
}

.mp-theme-catalogo-pro .mp-products-grid--sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.mp-theme-catalogo-pro .mp-product-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 14px;
  padding: 0 2px 12px;
  border-bottom: 2px solid rgba(20, 23, 31, .1);
}

.mp-theme-catalogo-pro .mp-product-section__head strong {
  display: block;
  font-size: var(--mp-type-title);
  line-height: 1.14;
}

.mp-theme-catalogo-pro .mp-product-section__grid,
.mp-theme-catalogo-pro .mp-products-grid:not(.mp-products-grid--sections) {
  display: grid;
  grid-template-columns: repeat(var(--mp-food-cols, 4), minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.mp-theme-catalogo-pro .mp-product-card--food-overlay {
  border-radius: 8px;
  overflow: hidden;
  border-color: rgba(20, 23, 31, .12);
  background: #111827;
  box-shadow: 0 20px 48px rgba(20, 23, 31, .18);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mp-theme-catalogo-pro .mp-product-card--food-overlay:hover {
  border-color: color-mix(in srgb, var(--mp-primary) 40%, var(--mp-line));
  box-shadow: 0 24px 52px rgba(20, 23, 31, .2);
  transform: translateY(-4px);
}

.mp-theme-catalogo-pro .mp-product-card--food-overlay .mp-product-card__media {
  aspect-ratio: 1 / 1.08;
  border-bottom: 0;
  background:
    linear-gradient(135deg, #f8fafc, color-mix(in srgb, var(--mp-secondary) 12%, #fff));
}

.mp-theme-catalogo-pro .mp-product-card--food-overlay .mp-product-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0) 0%, rgba(17, 24, 39, 0) 34%, rgba(17, 24, 39, .24) 52%, rgba(17, 24, 39, .72) 78%, rgba(17, 24, 39, .94) 100%);
  pointer-events: none;
}

.mp-theme-catalogo-pro .mp-product-card--food-overlay .mp-product-card__media img {
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.01);
}

.mp-theme-catalogo-pro .mp-product-card--food-overlay .mp-badge-row {
  z-index: 3;
  top: 9px;
  right: 62px;
  left: 9px;
  gap: 5px;
}

.mp-theme-catalogo-pro .mp-product-card--food-overlay .mp-badge {
  border-radius: 8px;
  padding: 5px 8px;
  background: var(--mp-primary);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
  font-size: 10px;
  line-height: 1;
}

.mp-theme-catalogo-pro .mp-product-card--food-overlay .mp-badge.featured,
.mp-theme-catalogo-pro .mp-product-card--food-overlay .mp-badge.prep {
  background: color-mix(in srgb, var(--mp-secondary) 86%, #0f172a);
}

.mp-theme-catalogo-pro .mp-product-card--food-overlay .mp-card-fav {
  z-index: 4;
  top: 9px;
  right: 9px;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, .96);
  border-color: rgba(255, 255, 255, .7);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
}

.mp-theme-catalogo-pro .mp-product-card--food-overlay .mp-card-fav.is-active {
  color: #fff;
  background: var(--mp-primary);
  border-color: transparent;
}

.mp-theme-catalogo-pro .mp-card-overlay-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 72px 16px 18px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
}

.mp-theme-catalogo-pro .mp-card-overlay-info .mp-card-category {
  color: color-mix(in srgb, var(--mp-secondary) 72%, #fff);
  font-size: var(--mp-type-xs);
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}

.mp-theme-catalogo-pro .mp-card-overlay-info strong {
  display: -webkit-box;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 900;
  line-height: 1.12;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .42);
}

.mp-theme-catalogo-pro .mp-card-overlay-info small {
  display: -webkit-box;
  color: rgba(255, 255, 255, .82);
  font-size: var(--mp-type-sm);
  font-weight: 650;
  line-height: 1.34;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mp-theme-catalogo-pro .mp-card-overlay-line {
  display: block;
  height: 1px;
  margin-top: 2px;
  background: rgba(255, 255, 255, .24);
}

.mp-theme-catalogo-pro .mp-card-overlay-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-right: 62px;
}

.mp-theme-catalogo-pro .mp-card-overlay-price b {
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  line-height: 1;
}

.mp-theme-catalogo-pro .mp-card-overlay-price del {
  color: rgba(255, 255, 255, .62);
  font-size: var(--mp-type-sm);
}

.mp-theme-catalogo-pro .mp-card-overlay-cart {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 5;
}

.mp-theme-catalogo-pro .mp-card-overlay-cart .mp-primary-btn {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 16px 28px rgba(0, 0, 0, .22);
}

.mp-theme-catalogo-pro .mp-card-overlay-cart .mp-primary-btn span:not(.material-symbols-rounded) {
  display: none;
}

.mp-theme-catalogo-pro .mp-card-overlay-cart .mp-card-stepper {
  width: 116px;
  min-height: 44px;
  grid-template-columns: 38px 40px 38px;
  border-radius: 999px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, .22);
}

.mp-theme-catalogo-pro .mp-footer-main {
  background:
    linear-gradient(135deg, #14171f, color-mix(in srgb, var(--mp-primary) 54%, #111827) 56%, color-mix(in srgb, var(--mp-secondary) 44%, #111827));
}

.mp-theme-catalogo-pro[data-food-density="6"] .mp-product-card--food-overlay .mp-product-card__media {
  aspect-ratio: 1 / .82;
}

.mp-theme-catalogo-pro[data-food-density="8"] .mp-product-card--food-overlay .mp-product-card__media {
  aspect-ratio: 1 / .74;
}

.mp-theme-catalogo-pro[data-food-density="6"] .mp-card-overlay-info {
  gap: 5px;
  padding: 48px 11px 12px;
}

.mp-theme-catalogo-pro[data-food-density="8"] .mp-card-overlay-info {
  gap: 4px;
  padding: 42px 9px 10px;
}

.mp-theme-catalogo-pro[data-food-density="6"] .mp-card-overlay-info strong {
  font-size: clamp(15px, 1.05vw, 18px);
}

.mp-theme-catalogo-pro[data-food-density="8"] .mp-card-overlay-info strong {
  font-size: clamp(13px, .86vw, 15px);
  line-height: 1.08;
}

.mp-theme-catalogo-pro[data-food-density="6"] .mp-card-overlay-info small,
.mp-theme-catalogo-pro[data-food-density="8"] .mp-card-overlay-info small {
  display: none;
}

.mp-theme-catalogo-pro[data-food-density="6"] .mp-card-overlay-price b {
  font-size: 18px;
}

.mp-theme-catalogo-pro[data-food-density="8"] .mp-card-overlay-price b {
  font-size: 16px;
}

.mp-theme-catalogo-pro[data-food-density="6"] .mp-card-overlay-cart .mp-primary-btn {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
}

.mp-theme-catalogo-pro[data-food-density="8"] .mp-card-overlay-cart .mp-primary-btn {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
}

@media (max-width: 760px) {
  .mp-theme-catalogo-pro .mp-product-card--food-overlay .mp-product-card__media {
    aspect-ratio: 1 / 1.12;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-product-card__media {
    aspect-ratio: 1 / 1.02;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-badge-row {
    top: 8px;
    right: 48px;
    left: 8px;
    gap: 4px;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-badge {
    padding: 4px 7px;
    border-radius: 7px;
    font-size: 9px;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-card-fav {
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-card-overlay-info {
    gap: 5px;
    padding: 54px 10px 12px;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-card-overlay-info .mp-card-category {
    font-size: 9px;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-card-overlay-info strong {
    font-size: 15px;
    line-height: 1.12;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-card-overlay-info small {
    display: none;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-card-overlay-price {
    padding-right: 48px;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-card-overlay-price b {
    font-size: 18px;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-card-overlay-cart {
    right: 10px;
    bottom: 10px;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-card-overlay-cart .mp-primary-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .mp-theme-catalogo-pro[data-food-mobile-density="2"] .mp-card-overlay-cart .mp-card-stepper {
    width: 96px;
    min-height: 38px;
    grid-template-columns: 32px 32px 32px;
  }
}

@media (min-width: 1440px) {
  .mp-theme-comida-rapida .mp-shop {
    grid-template-columns: minmax(220px, 248px) minmax(0, 1fr);
  }

  .mp-theme-comida-rapida .mp-product-section__grid,
  .mp-theme-comida-rapida .mp-products-grid:not(.mp-products-grid--sections) {
    grid-template-columns: repeat(var(--mp-food-cols, 4), minmax(0, 1fr));
  }

  .mp-theme-catalogo-pro .mp-shop {
    grid-template-columns: minmax(220px, 254px) minmax(0, 1fr);
  }

  .mp-theme-catalogo-pro .mp-product-section__grid,
  .mp-theme-catalogo-pro .mp-products-grid:not(.mp-products-grid--sections) {
    grid-template-columns: repeat(var(--mp-food-cols, 4), minmax(0, 1fr));
  }
}

.mp-mobile-nav { display: none; }

.mp-footer {
  max-width: 1440px;
  margin: 10px auto 0;
  padding: 0 22px 30px;
}

.mp-footer-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

.mp-footer-benefit {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  background: #fff;
}

.mp-footer-benefit .material-symbols-rounded {
  color: var(--mp-secondary);
  font-size: 27px;
}

.mp-footer-benefit strong {
  line-height: 1.25;
}

.mp-footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) minmax(340px, 1.8fr) minmax(260px, .9fr);
  gap: 24px;
  padding: 24px;
  border-radius: var(--mp-radius);
  background: var(--mp-text);
  color: #fff;
}

.mp-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mp-footer-logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: var(--mp-radius);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  overflow: hidden;
}

.mp-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  padding: 6px;
}

.mp-footer-brand strong {
  font-size: 22px;
}

.mp-footer-brand p {
  margin: 0;
  color: rgba(255,255,255,.68);
  line-height: 1.5;
}

.mp-footer-contact {
  display: grid;
  gap: 8px;
  margin-top: 6px;
}

.mp-footer-contact a,
.mp-footer-column a,
.mp-footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.mp-footer-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.82);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.mp-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mp-footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
}

.mp-footer-column strong {
  color: #fff;
  font-size: 15px;
  margin-bottom: 3px;
}

.mp-footer-column a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.66);
  font-weight: 700;
  font-size: 14px;
  min-width: 0;
}

.mp-footer-column a:hover,
.mp-footer-contact a:hover,
.mp-footer-bottom a:hover {
  color: #fff;
}

.mp-footer-column .material-symbols-rounded {
  color: var(--mp-primary);
  font-size: 18px;
}

.mp-newsletter {
  display: grid;
  align-content: start;
  gap: 12px;
}

.mp-newsletter strong {
  line-height: 1.35;
}

.mp-newsletter label {
  display: grid;
  grid-template-columns: 22px 1fr 44px;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 5px 0 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--mp-radius);
  background: rgba(255,255,255,.08);
}

.mp-newsletter input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
}

.mp-newsletter input::placeholder {
  color: rgba(255,255,255,.55);
}

.mp-newsletter .mp-primary-btn {
  width: 40px;
  min-height: 40px;
  padding: 0;
}

.mp-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mp-social a {
  min-width: 34px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-social a:hover {
  background: rgba(255,255,255,.18);
}

.mp-social img {
  width: 18px;
  height: 18px;
  filter: invert(1);
}

.mp-social span {
  line-height: 1;
}

.mp-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 4px 0;
  color: var(--mp-muted);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .mp-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mp-category-grid { grid-template-columns: repeat(4, minmax(140px, 1fr)); }
  .mp-header__top { grid-template-columns: minmax(190px, 240px) 1fr auto; }
  .mp-action-label span:last-child { display: none; }
  .mp-theme-pasteleria .mp-product-section__grid,
  .mp-theme-comida-rapida .mp-product-section__grid,
  .mp-theme-catalogo-pro .mp-product-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mp-theme-pasteleria .mp-products-grid:not(.mp-products-grid--sections),
  .mp-theme-comida-rapida .mp-products-grid:not(.mp-products-grid--sections),
  .mp-theme-catalogo-pro .mp-products-grid:not(.mp-products-grid--sections) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mp-theme-comida-rapida .mp-product-section__grid,
  .mp-theme-comida-rapida .mp-products-grid:not(.mp-products-grid--sections),
  .mp-theme-catalogo-pro .mp-product-section__grid,
  .mp-theme-catalogo-pro .mp-products-grid:not(.mp-products-grid--sections) {
    grid-template-columns: repeat(var(--mp-food-cols, 4), minmax(0, 1fr));
  }
  .mp-theme-comida-rapida .mp-shop,
  .mp-theme-catalogo-pro .mp-shop {
    grid-template-columns: minmax(210px, 238px) minmax(0, 1fr);
  }
}

@media (max-width: 920px) {
  .mp-header {
    position: sticky;
    top: 0;
  }

  .mp-header__top {
    grid-template-columns: 1fr auto;
    padding: 12px 14px 8px;
  }

  .mp-actions {
    justify-self: end;
  }

  .mp-mobile-search-toggle {
    display: none;
  }

  .mp-search {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 9px;
    bottom: calc(9px + env(safe-area-inset-bottom));
    z-index: 4;
    min-height: 56px;
    gap: 10px;
    padding: 0 10px 0 16px;
    background: rgba(255, 255, 255, .98);
    border-color: color-mix(in srgb, var(--mp-primary) 20%, var(--mp-line));
    border-radius: 26px;
    box-shadow: 0 18px 34px rgba(15, 23, 42, .18);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .18s ease, transform .18s ease;
  }

  .mp-header.is-search-open .mp-search,
  body.mp-mobile-search-open .mp-mobile-nav .mp-search {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mp-search > .material-symbols-rounded {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: var(--mp-primary);
    font-size: 20px;
  }

  .mp-search input {
    font-size: 16px;
  }

  .mp-branch { display: none; }
  main { padding: 14px; }

  .mp-hero {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .mp-band {
    grid-template-columns: 1fr;
  }

  .mp-shop {
    grid-template-columns: 1fr;
  }

  .mp-theme-comida-rapida .mp-shop,
  .mp-theme-catalogo-pro .mp-shop {
    display: block;
  }

  .mp-theme-comida-rapida #featuredCategoriesWrap,
  .mp-theme-catalogo-pro #featuredCategoriesWrap {
    display: none;
  }

	  .mp-filters {
	    position: fixed;
	    z-index: 100;
	    top: 0;
	    left: 0;
	    width: min(340px, 92vw);
	    height: 100vh;
	    overflow-y: auto;
	    overflow-x: hidden;
	    scrollbar-width: none;
	    -webkit-overflow-scrolling: touch;
	    border-radius: 0;
	    transform: translateX(-105%);
	    transition: transform .22s ease;
	  }

  .mp-theme-comida-rapida .mp-filters,
  .mp-theme-catalogo-pro .mp-filters {
    right: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    padding: 18px 18px calc(140px + env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
  }

  .mp-filters::-webkit-scrollbar {
    display: none;
  }

  .mp-filters.is-open { transform: translateX(0); }
  #closeFilters { display: inline-flex; }
  .mp-mobile-filter { display: inline-flex; }
  .mp-theme-pasteleria .mp-filters,
  .mp-theme-comida-rapida .mp-filters,
  .mp-theme-catalogo-pro .mp-filters { display: block; }

  .mp-theme-comida-rapida .mp-mobile-filter,
  .mp-theme-catalogo-pro .mp-mobile-filter {
    display: none;
  }

  .mp-theme-comida-rapida .mp-toolbar__controls,
  .mp-theme-catalogo-pro .mp-toolbar__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .mp-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-theme-pasteleria .mp-product-section__grid,
  .mp-theme-pasteleria .mp-category-grid,
  .mp-theme-comida-rapida .mp-product-section__grid,
  .mp-theme-comida-rapida .mp-category-grid,
  .mp-theme-catalogo-pro .mp-product-section__grid,
  .mp-theme-catalogo-pro .mp-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mp-theme-comida-rapida .mp-product-section__grid,
  .mp-theme-comida-rapida .mp-products-grid:not(.mp-products-grid--sections),
  .mp-theme-catalogo-pro .mp-product-section__grid,
  .mp-theme-catalogo-pro .mp-products-grid:not(.mp-products-grid--sections) {
    grid-template-columns: repeat(var(--mp-food-mobile-cols, 2), minmax(0, 1fr));
  }

  .mp-theme-comida-rapida .mp-density-toggle,
  .mp-theme-catalogo-pro .mp-density-toggle {
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
  }

  .mp-theme-comida-rapida #listView,
  .mp-theme-catalogo-pro #listView {
    display: none;
  }

  .mp-theme-pasteleria .mp-band,
  .mp-theme-comida-rapida .mp-band,
  .mp-theme-catalogo-pro .mp-band {
    width: 100%;
    margin: -42px 0 18px;
    grid-template-columns: 1fr;
  }

  .mp-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-footer {
    padding: 0 14px 128px;
  }

  .mp-footer-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .mp-footer-main {
    grid-template-columns: 1fr;
  }

  .mp-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-product-detail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mp-shell { padding-bottom: 120px; }
  .mp-header {
    position: sticky;
    top: 0;
  }
  .mp-brand__text small { display: none; }
  .mp-brand__logo { width: 42px; height: 42px; }
  .mp-actions { gap: 6px; }
  #accountBtn, #favoritesBtn, #openCartBtn { display: none; }
  .mp-category-nav { padding: 0 14px 10px; }

  .mp-hero {
    min-height: 0;
    padding-bottom: 74px;
  }

  .mp-hero h1 {
    font-size: 34px;
  }

  .mp-banner-controls {
    left: 14px;
    right: 14px;
    bottom: 16px;
  }

  .mp-toolbar {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .mp-theme-comida-rapida .mp-toolbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 13px;
    border-radius: 8px;
  }

  .mp-toolbar__meta {
    flex: 1 1 160px;
  }

  .mp-theme-comida-rapida .mp-toolbar__meta {
    min-width: 0;
  }

  .mp-theme-comida-rapida .mp-toolbar__meta strong {
    font-size: 28px;
    line-height: 1.05;
  }

  .mp-theme-comida-rapida .mp-toolbar__controls {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .mp-toolbar__controls {
    width: 100%;
  }

  .mp-toolbar select {
    flex: 1;
    max-width: none;
  }

  .mp-theme-comida-rapida .mp-toolbar select,
  .mp-theme-comida-rapida .mp-mobile-filter,
  .mp-theme-comida-rapida .mp-density-control {
    min-height: 48px;
    border-radius: 8px;
  }

  .mp-theme-comida-rapida .mp-mobile-filter {
    display: none;
  }

  .mp-theme-comida-rapida .mp-density-control {
    padding: 0;
    justify-self: end;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-desc {
    display: none;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-product-card__body {
    padding: 11px;
    gap: 7px;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-product-card h3 {
    font-size: 15px;
    line-height: 1.18;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-product-card__media {
    aspect-ratio: 1 / .72;
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares)[data-food-mobile-density="2"] .mp-card-actions .mp-primary-btn span:not(.material-symbols-rounded) {
    display: none;
  }

  .mp-active-filter {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .mp-active-filter .mp-secondary-btn {
    width: 100%;
  }

  .mp-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mp-theme-pasteleria .mp-products-grid--sections,
  .mp-theme-comida-rapida .mp-products-grid--sections {
    gap: 22px;
  }

  .mp-theme-pasteleria .mp-hero,
  .mp-theme-comida-rapida .mp-hero {
    min-height: 470px;
    margin-top: -166px;
    padding: 190px 18px 88px;
    border-radius: 0 0 var(--mp-radius) var(--mp-radius);
  }

  .mp-theme-pasteleria .mp-hero h1,
  .mp-theme-comida-rapida .mp-hero h1 {
    font-size: var(--mp-type-hero);
  }

  .mp-theme-pasteleria .mp-category-grid,
  .mp-theme-comida-rapida .mp-category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mp-theme-pasteleria .mp-category-card,
  .mp-theme-comida-rapida .mp-category-card {
    min-height: 112px;
    padding: 14px;
  }

  .mp-theme-pasteleria .mp-product-section__grid,
  .mp-theme-pasteleria .mp-products-grid:not(.mp-products-grid--sections),
  .mp-theme-comida-rapida .mp-product-section__grid,
  .mp-theme-comida-rapida .mp-products-grid:not(.mp-products-grid--sections) {
    grid-template-columns: repeat(var(--mp-food-mobile-cols, 2), minmax(0, 1fr));
    gap: 12px;
  }

  .mp-theme-pasteleria .mp-product-card,
  .mp-theme-comida-rapida .mp-product-card {
    min-height: 100%;
  }

  .mp-theme-pasteleria .mp-product-card__body,
  .mp-theme-comida-rapida .mp-product-card__body {
    gap: 6px;
    padding: 10px;
  }

  .mp-theme-pasteleria .mp-product-card h3,
  .mp-theme-comida-rapida .mp-product-card h3 {
    font-size: 15px;
  }

  .mp-theme-pasteleria .mp-card-desc,
  .mp-theme-comida-rapida .mp-card-desc {
    display: -webkit-box;
    font-size: 12px;
    -webkit-line-clamp: 2;
  }

  .mp-theme-pasteleria .mp-price strong,
  .mp-theme-comida-rapida .mp-price strong {
    font-size: 16px;
  }

  .mp-theme-pasteleria .mp-card-actions,
  .mp-theme-comida-rapida .mp-card-actions {
    grid-template-columns: 34px 1fr;
    gap: 7px;
  }

  .mp-theme-pasteleria .mp-card-actions .mp-primary-btn,
  .mp-theme-comida-rapida .mp-card-actions .mp-primary-btn,
  .mp-theme-catalogo-pro .mp-card-actions .mp-primary-btn {
    min-height: 34px;
  }

  .mp-theme-pasteleria .mp-product-section__head,
  .mp-theme-comida-rapida .mp-product-section__head,
  .mp-theme-catalogo-pro .mp-product-section__head {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .mp-theme-pasteleria .mp-product-section__head strong,
  .mp-theme-comida-rapida .mp-product-section__head strong,
  .mp-theme-catalogo-pro .mp-product-section__head strong {
    font-size: 20px;
  }

  .mp-theme-pasteleria .mp-product-section__head .mp-secondary-btn,
  .mp-theme-comida-rapida .mp-product-section__head .mp-secondary-btn,
  .mp-theme-catalogo-pro .mp-product-section__head .mp-secondary-btn {
    width: 100%;
  }

  .mp-product-card__media {
    aspect-ratio: 1 / .9;
  }

  .mp-product-card__body {
    gap: 7px;
    padding: 10px;
  }

  .mp-card-category {
    font-size: 10px;
  }

  .mp-product-card h3 {
    font-size: 13px;
    line-height: 1.25;
  }

  .mp-card-desc {
    display: none;
  }

  .mp-price {
    gap: 4px;
    flex-wrap: wrap;
  }

  .mp-price strong {
    font-size: 16px;
  }

  .mp-card-actions {
    grid-template-columns: 38px 1fr;
    gap: 6px;
  }

  .mp-card-actions .mp-primary-btn,
  .mp-card-actions .mp-secondary-btn {
    min-height: 38px;
    padding: 0 8px;
  }

  .mp-card-actions .mp-primary-btn {
    font-size: 13px;
    gap: 5px;
  }

  .mp-card-actions .mp-primary-btn .material-symbols-rounded {
    font-size: 19px;
  }

  .mp-badge-row {
    left: 7px;
    top: 7px;
  }

  .mp-badge {
    padding: 4px 6px;
    font-size: 10px;
  }

  .mp-card-fav {
    top: 7px;
    right: 7px;
    width: 38px;
    height: 38px;
  }

  .mp-footer-benefits,
  .mp-footer-columns {
    grid-template-columns: 1fr;
  }

  .mp-footer-main {
    padding: 18px;
  }

  .mp-footer-bottom {
    flex-direction: column;
  }

  .mp-shell[data-view="list"] .mp-product-card {
    grid-template-columns: 1fr;
  }

  .mp-shell[data-view="list"] .mp-products-grid {
    grid-template-columns: 1fr;
  }

  .mp-card-actions {
    grid-template-columns: 38px 1fr;
  }

  .mp-cart.is-checkout .mp-cart__items {
    max-height: 112px;
  }

  .mp-cart.is-checkout .mp-cart-item__bottom {
    gap: 6px;
  }

  .mp-cart.is-checkout .mp-cart-item__bottom > strong {
    font-size: 13px;
  }

  .mp-cart.is-checkout .mp-stepper {
    grid-template-columns: 26px 32px 26px;
  }

	  .mp-form-grid {
	    grid-template-columns: 1fr;
	  }

	  .mp-checkout-step {
	    padding: 18px 14px;
	  }

	  .mp-step-badge {
	    top: 18px;
	    left: 14px;
	  }

	  .mp-checkout-step > div {
	    width: 100%;
	  }

	  .mp-checkout-step > div > strong {
	    padding-left: 42px;
	  }

  .mp-mobile-nav {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 74px;
    padding: 10px 8px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .96);
    border: 1px solid color-mix(in srgb, var(--mp-line) 84%, #fff);
    border-radius: 28px 28px 18px 18px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .16);
    backdrop-filter: blur(18px);
  }

  .mp-mobile-nav a,
  .mp-mobile-nav button {
    position: relative;
    border: 0;
    background: transparent;
    color: #8994a7;
    min-width: 0;
    min-height: 56px;
    display: grid;
    grid-template-rows: 28px 16px;
    gap: 2px;
    place-items: center;
    text-decoration: none;
    font-weight: 800;
    border-radius: 18px;
    padding: 4px 2px;
  }

  .mp-mobile-nav.is-search-open > a,
  .mp-mobile-nav.is-search-open > button {
    opacity: 0;
    pointer-events: none;
  }

  .mp-mobile-nav small {
    width: 100%;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mp-mobile-nav a .material-symbols-rounded,
  .mp-mobile-nav button > .material-symbols-rounded {
    color: #8994a7;
    font-size: 26px;
  }

  .mp-mobile-nav a:active,
  .mp-mobile-nav button:active {
    background: color-mix(in srgb, var(--mp-primary) 9%, #fff);
    color: var(--mp-primary);
  }

  .mp-mobile-nav a:active .material-symbols-rounded,
  .mp-mobile-nav button:active > .material-symbols-rounded,
  .mp-mobile-nav button.is-active,
  .mp-mobile-nav button.is-active > .material-symbols-rounded {
    color: var(--mp-primary);
  }

  .mp-mobile-nav__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
  }

  .mp-mobile-nav__cart {
    isolation: isolate;
    align-self: stretch;
    min-height: 56px;
    display: grid;
    grid-template-rows: 1fr;
    place-items: end center;
    padding: 0 2px 4px;
  }

  .mp-mobile-nav__cart::before {
    content: "";
    position: absolute;
    width: 74px;
    height: 74px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid color-mix(in srgb, var(--mp-line) 72%, #fff);
    box-shadow: 0 14px 26px rgba(15, 23, 42, .16);
    z-index: 0;
  }

  .mp-mobile-nav__cart .mp-mobile-nav__icon {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height: 58px;
    border-radius: 999px;
    color: #fff;
    background: var(--mp-primary);
    box-shadow: 0 16px 26px color-mix(in srgb, var(--mp-primary) 34%, transparent);
    z-index: 2;
    display: grid;
    place-items: center;
  }

  .mp-mobile-nav__cart .material-symbols-rounded {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    transform: translate(-1px, 1px);
  }

  .mp-mobile-nav__cart small {
    position: relative;
    z-index: 2;
    color: #8994a7;
    align-self: end;
    transform: none;
  }

  .mp-mobile-nav__badge {
    position: absolute;
    top: -9px;
    right: -10px;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--mp-primary);
    color: #fff;
    border: 3px solid #fff;
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
    box-shadow:
      0 10px 22px color-mix(in srgb, var(--mp-primary) 34%, transparent),
      0 0 0 3px color-mix(in srgb, var(--mp-primary) 12%, transparent);
  }

  .mp-toast {
    bottom: calc(104px + env(safe-area-inset-bottom));
    max-width: min(420px, calc(100vw - 52px));
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
  }

  .mp-theme-celulares .mp-shop,
  .mp-shop {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .mp-theme-celulares .mp-products,
  .mp-products {
    width: 100%;
    min-width: 0;
  }

  .mp-theme-celulares .mp-products-grid,
  .mp-products-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mp-theme-celulares .mp-product-card,
  .mp-product-card {
    width: 100%;
    min-width: 0;
  }

  .mp-theme-celulares .mp-product-card__media {
    aspect-ratio: 1 / .78;
  }

  .mp-theme-celulares .mp-card-actions {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 7px;
  }

  .mp-theme-celulares .mp-card-actions .mp-primary-btn {
    min-width: 0;
    overflow: hidden;
  }

  .mp-theme-celulares .mp-card-actions .mp-primary-btn span:not(.material-symbols-rounded) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

	  .mp-theme-celulares .mp-filters,
	  .mp-filters {
	    top: 0;
	    bottom: 0;
	    width: min(330px, 84vw);
	    max-width: 84vw;
	    height: 100dvh;
	    padding: 12px 14px calc(20px + env(safe-area-inset-bottom));
	    border: 0;
	    border-right: 1px solid var(--mp-line);
	    border-radius: 0 14px 14px 0;
	    box-shadow: 14px 0 34px rgba(15, 23, 42, .16);
	  }

  .mp-filters__head {
    position: sticky;
    top: 0;
    z-index: 2;
	    margin: -12px -14px 10px;
	    padding: 12px 14px;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--mp-line);
    backdrop-filter: blur(14px);
  }

	  .mp-filters__head h2 {
	    font-size: 18px;
	    line-height: 1.15;
	  }

	  .mp-filter-group {
	    margin-top: 10px;
	    padding-top: 10px;
	  }

	  .mp-filter-title {
	    margin-bottom: 7px;
	    font-size: 12px;
	    line-height: 1.2;
	  }

  .mp-filter-list {
    gap: 6px;
  }

	  .mp-filter-option,
	  .mp-check {
	    min-height: 25px;
	    gap: 7px;
	    font-size: 12px;
	    line-height: 1.25;
	    font-weight: 650;
	  }

	  .mp-filter-option input,
	  .mp-check input {
	    width: 15px;
	    height: 15px;
	  }

	  #closeFilters {
	    width: 38px;
	    height: 38px;
	    border-radius: 10px;
	  }

  .mp-theme-celulares main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mp-theme-celulares .mp-shop {
    margin-left: 0;
    margin-right: 0;
  }

  .mp-theme-celulares .mp-toolbar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="search"],
  textarea,
  select,
  .mp-theme-celulares .mp-search input,
  .mp-form-grid input,
  .mp-delivery-box input,
  .mp-newsletter input,
  .mp-stepper input {
    font-size: 16px !important;
    line-height: 1.25;
  }

  .mp-category-nav {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0 14px 10px;
    scroll-snap-type: x proximity;
  }

  .mp-category-nav .mp-chip {
    scroll-snap-align: start;
  }
}

@media (max-width: 380px) {
  .mp-theme-pasteleria .mp-product-section__grid,
  .mp-theme-pasteleria .mp-products-grid:not(.mp-products-grid--sections) {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .mp-theme-comida-rapida .mp-product-section__grid,
  .mp-theme-comida-rapida .mp-products-grid:not(.mp-products-grid--sections) {
    grid-template-columns: repeat(var(--mp-food-mobile-cols, 2), minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .mp-theme-comida-rapida .mp-filters,
  .mp-theme-catalogo-pro .mp-filters {
    position: fixed;
    inset: 0;
    z-index: 140;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    transform: translateX(-100%);
    overscroll-behavior: contain;
  }

  .mp-theme-comida-rapida .mp-filters.is-open,
  .mp-theme-catalogo-pro .mp-filters.is-open {
    transform: translateX(0);
  }

  .mp-theme-comida-rapida .mp-filters__head,
  .mp-theme-catalogo-pro .mp-filters__head {
    position: sticky;
    top: 0;
    z-index: 3;
    min-height: 66px;
    margin: 0;
    padding: calc(12px + env(safe-area-inset-top)) 16px 12px;
    border-bottom: 1px solid var(--mp-line);
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .mp-theme-comida-rapida .mp-filters__head h2,
  .mp-theme-catalogo-pro .mp-filters__head h2 {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: 0;
  }

  .mp-theme-comida-rapida #closeFilters,
  .mp-theme-catalogo-pro #closeFilters {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border-color: var(--mp-line);
    background: #fff;
    color: var(--mp-text);
  }

  .mp-theme-comida-rapida .mp-filter-group,
  .mp-theme-catalogo-pro .mp-filter-group {
    margin: 0;
    padding: 14px 16px;
    border-top: 1px solid var(--mp-line);
  }

  .mp-theme-comida-rapida .mp-filter-group:first-of-type,
  .mp-theme-catalogo-pro .mp-filter-group:first-of-type {
    border-top: 0;
  }

  .mp-theme-comida-rapida .mp-filter-title,
  .mp-theme-catalogo-pro .mp-filter-title {
    margin-bottom: 10px;
    font-size: var(--mp-type-sm);
    line-height: 1.2;
    color: var(--mp-text);
  }

  .mp-theme-comida-rapida .mp-filter-list,
  .mp-theme-catalogo-pro .mp-filter-list {
    gap: 8px;
  }

  .mp-theme-comida-rapida .mp-filter-option,
  .mp-theme-comida-rapida .mp-check,
  .mp-theme-catalogo-pro .mp-filter-option,
  .mp-theme-catalogo-pro .mp-check {
    min-height: 34px;
    gap: 10px;
    font-size: var(--mp-type-sm);
    line-height: 1.22;
    font-weight: 700;
    color: color-mix(in srgb, var(--mp-text) 72%, #667085);
  }

  .mp-theme-comida-rapida .mp-filter-option input,
  .mp-theme-comida-rapida .mp-check input,
  .mp-theme-catalogo-pro .mp-filter-option input,
  .mp-theme-catalogo-pro .mp-check input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  .mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filters,
  .mp-shell[data-template="repuestos"].mp-theme-comida-rapida .mp-filters,
  .mp-shell[data-template="repuestos_nuevo"].mp-theme-comida-rapida .mp-filters,
  .mp-shell[data-template="catalogo_pro"].mp-theme-catalogo-pro .mp-filters {
    left: 0;
    right: auto;
    width: min(430px, 84vw);
    max-width: 84vw;
    border-right: 1px solid var(--mp-line);
    border-radius: 0 18px 18px 0;
    box-shadow: 18px 0 42px rgba(31, 23, 18, .16);
  }

  .mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filters__head,
  .mp-shell[data-template="repuestos"].mp-theme-comida-rapida .mp-filters__head,
  .mp-shell[data-template="repuestos_nuevo"].mp-theme-comida-rapida .mp-filters__head,
  .mp-shell[data-template="catalogo_pro"].mp-theme-catalogo-pro .mp-filters__head {
    min-height: 74px;
  }
}

@media (max-width: 420px) {
  .mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filters,
  .mp-shell[data-template="repuestos"].mp-theme-comida-rapida .mp-filters,
  .mp-shell[data-template="repuestos_nuevo"].mp-theme-comida-rapida .mp-filters,
  .mp-shell[data-template="catalogo_pro"].mp-theme-catalogo-pro .mp-filters {
    width: min(380px, 88vw);
    max-width: 88vw;
  }
}

.mp-theme-comida-rapida .mp-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px;
}

.mp-theme-comida-rapida .mp-toolbar__meta {
  min-width: 0;
}

.mp-theme-comida-rapida .mp-toolbar__meta strong {
  display: block;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.04;
  letter-spacing: 0;
}

.mp-theme-comida-rapida .mp-toolbar__meta small {
  margin-top: 4px;
  font-size: var(--mp-type-md);
  line-height: 1.25;
}

.mp-theme-comida-rapida .mp-toolbar__controls {
  display: grid;
  grid-template-columns: minmax(190px, 290px) auto;
  align-items: center;
  justify-content: end;
  gap: 10px;
  width: auto;
}

.mp-theme-comida-rapida .mp-density-control {
  grid-column: 2;
  justify-self: end;
}

.mp-theme-comida-rapida .mp-toolbar select {
  grid-column: 1;
  grid-row: 1;
}

.mp-theme-comida-rapida .mp-density-toggle {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
}

.mp-theme-comida-rapida .mp-toolbar select {
  width: 100%;
  min-height: 46px;
  font-size: var(--mp-type-md);
  font-weight: 850;
}

@media (max-width: 760px) {
  .mp-theme-comida-rapida .mp-toolbar {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .mp-theme-comida-rapida .mp-toolbar__meta strong {
    font-size: 24px;
  }

  .mp-theme-comida-rapida .mp-toolbar__meta small {
    font-size: var(--mp-type-sm);
  }

  .mp-theme-comida-rapida .mp-toolbar__controls {
    grid-template-columns: minmax(0, 1fr) 46px;
    justify-content: stretch;
    width: 100%;
  }

  .mp-theme-comida-rapida .mp-density-control,
  .mp-theme-comida-rapida .mp-density-toggle {
    width: 46px;
    min-width: 46px;
  }

  .mp-theme-comida-rapida .mp-toolbar select {
    min-width: 0;
  }
}

.mp-theme-comida-rapida .mp-product-section__grid,
.mp-theme-comida-rapida .mp-products-grid:not(.mp-products-grid--sections) {
  align-items: start;
  grid-auto-rows: auto;
}

.mp-theme-comida-rapida .mp-product-card {
  height: auto;
  min-height: 0;
  align-self: start;
}

.mp-theme-comida-rapida .mp-product-card__body {
  flex: 0 0 auto;
}

/* =========================================================
   Theme system polish: catalogo.php
   ========================================================= */

.mp-shell{
  --mp-radius: 18px;
}

.mp-header,
.mp-search,
.mp-branch,
.mp-icon-btn,
.mp-cart-btn,
.mp-primary-btn,
.mp-secondary-btn,
.mp-benefit,
.mp-category-card,
.mp-toolbar,
.mp-filters,
.mp-product-card,
.mp-footer-main,
.mp-footer-benefit,
.mp-newsletter label,
.mp-modal__content,
.mp-drawer{
  border-radius: var(--mp-radius);
}

.mp-header{
  border-radius: 0 0 var(--mp-radius) var(--mp-radius);
}

.mp-theme-celulares,
.mp-theme-catalogo-pro,
.mp-theme-repuestos{
  text-rendering: optimizeLegibility;
}

.mp-theme-repuestos{
  --mp-bg: var(--mp-theme-background, #f5f7fb);
  --mp-surface: #ffffff;
  --mp-soft: var(--mp-theme-soft, #eef4ff);
  --mp-line: var(--mp-theme-line, #d7e2f0);
  --mp-text: var(--mp-theme-text, #111827);
  --mp-muted: var(--mp-theme-muted, #64748b);
  --mp-primary: var(--mp-theme-primary, #1f5f8b);
  --mp-secondary: var(--mp-theme-secondary, #f59e0b);
  --mp-radius: 16px;
  --mp-shadow: 0 18px 46px rgba(15, 35, 55, .12);
  background:
    radial-gradient(circle at 8% 0, color-mix(in srgb, var(--mp-secondary) 13%, transparent), transparent 30%),
    radial-gradient(circle at 94% 4%, color-mix(in srgb, var(--mp-primary) 14%, transparent), transparent 34%),
    var(--mp-bg);
}

.mp-shell.mp-theme-repuestos,
.mp-theme-repuestos .mp-shell{
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(243,247,252,.9) 42%, rgba(255,255,255,.86)),
    repeating-linear-gradient(135deg, rgba(31,95,139,.045) 0 1px, transparent 1px 20px);
}

.mp-theme-repuestos .mp-header{
  background: rgba(255,255,255,.96);
  border-bottom-color: color-mix(in srgb, var(--mp-primary) 18%, var(--mp-line));
  box-shadow: 0 12px 32px rgba(15,35,55,.08);
}

.mp-theme-repuestos .mp-brand__logo,
.mp-theme-repuestos .mp-footer-logo{
  color:#fff;
  background: linear-gradient(135deg, var(--mp-primary), color-mix(in srgb, var(--mp-secondary) 70%, #111827));
  border-color: color-mix(in srgb, var(--mp-primary) 26%, transparent);
}

.mp-theme-repuestos .mp-search,
.mp-theme-repuestos .mp-branch,
.mp-theme-repuestos .mp-icon-btn,
.mp-theme-repuestos .mp-secondary-btn{
  background:#fff;
  border-color: color-mix(in srgb, var(--mp-primary) 14%, var(--mp-line));
}

.mp-theme-repuestos .mp-search:focus-within{
  border-color: color-mix(in srgb, var(--mp-primary) 42%, var(--mp-line));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--mp-primary) 13%, transparent);
}

.mp-theme-repuestos .mp-cart-btn,
.mp-theme-repuestos .mp-primary-btn,
.mp-theme-repuestos .mp-chip.is-active{
  color:#fff;
  background: linear-gradient(135deg, var(--mp-primary), color-mix(in srgb, var(--mp-primary) 76%, #111827));
  border-color: transparent;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--mp-primary) 20%, transparent);
}

.mp-theme-repuestos main{
  max-width:none;
  padding: 0 22px 28px;
}

.mp-theme-repuestos .mp-hero{
  min-height: 520px;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-top:-112px;
  padding: 152px max(34px, calc((100vw - 1380px) / 2 + 34px)) 86px;
  grid-template-columns:minmax(280px, 620px) 1fr;
  align-items:end;
  overflow:hidden;
  color:#fff;
  border-radius:0 0 26px 26px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--mp-primary) 48%, #07111f), #0d2235 58%, color-mix(in srgb, var(--mp-secondary) 55%, #111827));
  box-shadow:none;
}

.mp-theme-repuestos .mp-hero__visual{
  background-image: var(--mp-hero-bg, linear-gradient(135deg, #0d2235, var(--mp-primary) 58%, var(--mp-secondary)));
  filter:saturate(1.05) contrast(1.06);
}

.mp-theme-repuestos .mp-hero::before{
  background:
    linear-gradient(90deg, rgba(9,20,32,.90), rgba(9,20,32,.44) 54%, rgba(9,20,32,.10)),
    linear-gradient(0deg, rgba(9,20,32,.58), transparent 52%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.07) 0 1px, transparent 1px 72px);
}

.mp-theme-repuestos .mp-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:150px;
  z-index:1;
  background:linear-gradient(180deg, transparent, var(--mp-bg) 92%);
  pointer-events:none;
}

.mp-theme-repuestos .mp-hero__content{
  position:relative;
  z-index:2;
  justify-content:end;
  padding-bottom:18px;
}

.mp-theme-repuestos .mp-hero h1{
  max-width:680px;
  font-size:clamp(34px,4.5vw,58px);
  line-height:1;
  letter-spacing:0;
  text-wrap:balance;
}

.mp-theme-repuestos .mp-hero p{
  max-width:570px;
  color:rgba(235,245,255,.88);
  font-size:17px;
  line-height:1.42;
}

.mp-theme-repuestos .mp-hero .mp-kicker{
  color:#fff;
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.24);
}

.mp-theme-repuestos .mp-band{
  width:min(1180px, calc(100% - 48px));
  margin:-72px auto 34px;
  position:relative;
  z-index:5;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

.mp-theme-repuestos .mp-benefit,
.mp-theme-repuestos .mp-category-card,
.mp-theme-repuestos .mp-toolbar,
.mp-theme-repuestos .mp-filters,
.mp-theme-repuestos .mp-product-card{
  border-color: color-mix(in srgb, var(--mp-primary) 13%, var(--mp-line));
  background:rgba(255,255,255,.96);
  box-shadow:var(--mp-shadow);
}

.mp-theme-repuestos .mp-benefit .material-symbols-rounded,
.mp-theme-repuestos .mp-category-card .material-symbols-rounded,
.mp-theme-repuestos .mp-card-category,
.mp-theme-repuestos .mp-footer-column .material-symbols-rounded{
  color:var(--mp-primary);
}

.mp-theme-repuestos .mp-shop{
  display:grid;
  grid-template-columns:minmax(220px, 252px) minmax(0, 1fr);
  gap:16px;
}

.mp-theme-repuestos .mp-filters{
  display:block;
  top:112px;
  max-height:calc(100vh - 132px);
}

.mp-theme-repuestos .mp-toolbar{
  padding:13px 14px;
}

.mp-theme-repuestos .mp-product-section__grid,
.mp-theme-repuestos .mp-products-grid:not(.mp-products-grid--sections){
  display:grid;
  grid-template-columns:repeat(var(--mp-food-cols, 4), minmax(0, 1fr));
  align-items:start;
  gap:14px;
}

.mp-theme-repuestos .mp-product-card{
  align-self:start;
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mp-theme-repuestos .mp-product-card:hover{
  border-color:color-mix(in srgb, var(--mp-primary) 34%, var(--mp-line));
  box-shadow:0 24px 52px rgba(15,35,55,.16);
  transform:translateY(-2px);
}

.mp-theme-repuestos .mp-product-card__media{
  aspect-ratio:1 / .72;
  background:
    linear-gradient(135deg, #fff, color-mix(in srgb, var(--mp-primary) 8%, #fff));
  border-bottom:1px solid color-mix(in srgb, var(--mp-primary) 12%, var(--mp-line));
}

.mp-theme-repuestos .mp-product-card__media img{
  object-fit:contain;
  padding:14px;
  filter:drop-shadow(0 16px 20px rgba(15,35,55,.15));
}

.mp-theme-repuestos .mp-card-desc,
.mp-theme-repuestos .mp-toolbar__meta small,
.mp-theme-repuestos .mp-filter-option,
.mp-theme-repuestos .mp-check{
  color:var(--mp-muted);
}

.mp-theme-repuestos .mp-price strong{
  color:var(--mp-primary);
}

.mp-theme-repuestos .mp-footer-main{
  background:
    linear-gradient(135deg, #111827, color-mix(in srgb, var(--mp-primary) 58%, #111827) 58%, color-mix(in srgb, var(--mp-secondary) 40%, #111827));
}

:is(.mp-theme-repuestos, .mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay{
  border-radius:var(--mp-radius);
}

:is(.mp-theme-repuestos, .mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-product-card--food-overlay .mp-product-card__media::after{
  background:
    linear-gradient(180deg, rgba(3,8,14,.02) 0%, rgba(3,8,14,.18) 42%, rgba(3,8,14,.9) 100%);
}

.mp-theme-celulares .mp-product-card--food-overlay .mp-product-card__media img,
.mp-theme-repuestos .mp-product-card--food-overlay .mp-product-card__media img{
  object-fit:contain;
  padding:16px;
}

@media (max-width: 1180px){
  .mp-theme-repuestos .mp-shop{
    grid-template-columns:minmax(210px, 238px) minmax(0, 1fr);
  }

  .mp-theme-repuestos .mp-product-section__grid,
  .mp-theme-repuestos .mp-products-grid:not(.mp-products-grid--sections){
    grid-template-columns:repeat(var(--mp-food-cols, 4), minmax(0, 1fr));
  }
}

@media (max-width: 920px){
  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) .mp-shop{
    display:block;
  }

  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) #featuredCategoriesWrap{
    display:none;
  }

  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) .mp-toolbar__controls{
    display:grid;
    grid-template-columns:minmax(0, 1fr) auto;
    gap:10px;
  }

  .mp-theme-repuestos .mp-hero{
    min-height:470px;
    margin-top:-150px;
    padding:188px 18px 88px;
    grid-template-columns:1fr;
    border-radius:0 0 var(--mp-radius) var(--mp-radius);
  }

  .mp-theme-repuestos .mp-band{
    width:100%;
    margin:-42px 0 18px;
    grid-template-columns:1fr;
  }

  .mp-theme-repuestos .mp-product-section__grid,
  .mp-theme-repuestos .mp-products-grid:not(.mp-products-grid--sections){
    grid-template-columns:repeat(var(--mp-food-mobile-cols, 2), minmax(0, 1fr));
  }

  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) .mp-filters{
    position:fixed;
    inset:0 auto 0 0;
    z-index:140;
    width:min(430px, 84vw);
    max-width:84vw;
    height:100dvh;
    max-height:100dvh;
    display:flex;
    flex-direction:column;
    padding:0;
    border:0;
    border-right:1px solid var(--mp-line);
    border-radius:0 18px 18px 0;
    background:#fff;
    box-shadow:18px 0 42px rgba(15,35,55,.16);
    transform:translateX(-100%);
    overscroll-behavior:contain;
  }

  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) .mp-filters.is-open{
    transform:translateX(0);
  }

  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) .mp-filters__head{
    position:sticky;
    top:0;
    z-index:3;
    min-height:74px;
    margin:0;
    padding:calc(12px + env(safe-area-inset-top)) 16px 12px;
    border-bottom:1px solid var(--mp-line);
    background:rgba(255,255,255,.98);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
  }
}

@media (max-width: 640px){
  .mp-shell{
    padding-bottom:calc(118px + env(safe-area-inset-bottom));
  }

  .mp-header__top{
    min-height:66px;
  }

  .mp-brand__text strong{
    max-width:52vw;
  }

  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) .mp-toolbar{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    padding:14px;
  }

  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) .mp-toolbar__controls{
    grid-template-columns:minmax(0, 1fr) 46px;
    width:100%;
  }

  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) .mp-density-control,
  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) .mp-density-toggle{
    width:46px;
    min-width:46px;
  }

  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) .mp-toolbar select{
    width:100%;
    min-width:0;
    min-height:46px;
  }

  .mp-theme-repuestos .mp-hero h1{
    font-size:clamp(32px, 10vw, 46px);
  }

  .mp-theme-repuestos .mp-hero p{
    font-size:15px;
  }

  .mp-theme-repuestos .mp-card-desc{
    display:none;
  }

  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro)[data-food-mobile-density="2"] .mp-card-actions .mp-primary-btn span:not(.material-symbols-rounded){
    display:none;
  }
}

@media (max-width: 420px){
  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) .mp-filters{
    width:min(380px, 88vw);
    max-width:88vw;
  }
}

/* Repuestos nuevo: ficha tecnica con imagen completa */
.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  min-height:0;
  border:1px solid color-mix(in srgb, var(--mp-primary) 34%, var(--mp-line));
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 44px rgba(15,35,55,.12);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--mp-primary) 8%, transparent), transparent 38%),
    linear-gradient(315deg, color-mix(in srgb, var(--mp-secondary) 12%, transparent), transparent 42%);
  opacity:.9;
  z-index:1;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay:hover{
  border-color:color-mix(in srgb, var(--mp-secondary) 44%, var(--mp-primary));
  box-shadow:0 24px 58px rgba(15,35,55,.18);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-product-card--food-overlay .mp-product-card__media,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-product-card--food-overlay .mp-product-card__media{
  position:relative;
  flex:0 0 auto;
  width:calc(100% - 24px);
  margin:12px 12px 0;
  aspect-ratio:1 / .78;
  overflow:hidden;
  border:1px solid color-mix(in srgb, var(--mp-primary) 16%, var(--mp-line));
  border-radius:14px;
  background:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.72);
  z-index:2;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media::before{
  content:"";
  position:absolute;
  inset:auto 12px 10px;
  height:18px;
  border-radius:999px;
  background:radial-gradient(ellipse at center, rgba(15,35,55,.18), transparent 68%);
  filter:blur(5px);
  z-index:1;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media::after{
  display:none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media img,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-product-card--food-overlay .mp-product-card__media img,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-product-card--food-overlay .mp-product-card__media img{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  padding:14px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  transform:none;
  filter:drop-shadow(0 14px 18px rgba(15,35,55,.16));
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay:hover .mp-product-card__media img{
  transform:scale(1.025);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-badge-row{
  top:22px;
  left:22px;
  right:auto;
  max-width:calc(100% - 94px);
  z-index:4;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-badge{
  min-height:28px;
  padding:7px 10px;
  border:1px solid color-mix(in srgb, var(--mp-secondary) 44%, #fff);
  border-radius:999px;
  background:color-mix(in srgb, var(--mp-secondary) 13%, #fff);
  color:color-mix(in srgb, var(--mp-secondary) 70%, #111827);
  box-shadow:0 8px 18px rgba(15,35,55,.08);
  backdrop-filter:none;
  font-size:11px;
  font-weight:950;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-card-fav{
  top:22px;
  right:22px;
  z-index:4;
  width:42px;
  height:42px;
  border:1px solid color-mix(in srgb, var(--mp-primary) 18%, var(--mp-line));
  border-radius:14px;
  background:#fff;
  color:var(--mp-primary);
  box-shadow:0 10px 24px rgba(15,35,55,.1);
  backdrop-filter:none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-card-fav .material-symbols-rounded{
  color:var(--mp-primary);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-info,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-info{
  position:relative;
  inset:auto;
  display:flex;
  flex:1 1 auto;
  gap:9px;
  padding:16px 16px 10px;
  color:var(--mp-text);
  z-index:2;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info .mp-card-category{
  align-self:flex-start;
  max-width:100%;
  padding:6px 10px;
  border:1px solid color-mix(in srgb, var(--mp-primary) 18%, var(--mp-line));
  border-radius:999px;
  background:color-mix(in srgb, var(--mp-primary) 9%, #fff);
  color:var(--mp-primary);
  text-shadow:none;
  font-size:11px;
  font-weight:950;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info strong,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-info strong,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-info strong{
  color:var(--mp-text);
  font-size:clamp(18px, 1.45vw, 22px);
  line-height:1.1;
  letter-spacing:0;
  text-shadow:none;
  -webkit-line-clamp:2;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info small{
  display:-webkit-box;
  color:var(--mp-muted);
  font-size:13px;
  font-weight:750;
  line-height:1.35;
  text-shadow:none;
  -webkit-line-clamp:2;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-line{
  display:none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-price,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-price,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-price{
  padding:0;
  color:var(--mp-primary);
  text-shadow:none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-price b,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-price b,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-price b{
  display:block;
  color:var(--mp-primary);
  font-size:clamp(23px, 1.8vw, 30px);
  line-height:1;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-cart,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-cart{
  position:relative;
  inset:auto;
  padding:0 16px 16px;
  z-index:2;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart .mp-primary-btn,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="6"] .mp-card-overlay-cart .mp-primary-btn,
.mp-shell[data-template="repuestos_nuevo"][data-food-density="8"] .mp-card-overlay-cart .mp-primary-btn{
  width:100%;
  min-width:0;
  min-height:48px;
  height:48px;
  border:1px solid color-mix(in srgb, var(--mp-primary) 36%, transparent);
  border-radius:14px;
  background:linear-gradient(135deg, var(--mp-primary), color-mix(in srgb, var(--mp-primary) 74%, #111827));
  color:#fff;
  box-shadow:0 14px 28px color-mix(in srgb, var(--mp-primary) 20%, transparent);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart .mp-primary-btn span:not(.material-symbols-rounded){
  display:inline;
  font-size:14px;
  font-weight:900;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart .mp-primary-btn .material-symbols-rounded{
  display:inline-flex;
  color:#fff;
}

@media (max-width: 640px){
  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-product-card__media{
    width:calc(100% - 18px);
    margin:9px 9px 0;
    aspect-ratio:1 / .82;
    border-radius:13px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-product-card__media img,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-product-card__media img{
    padding:10px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-badge-row,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-badge-row{
    top:17px;
    left:17px;
    right:62px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card--food-overlay .mp-card-fav,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card--food-overlay .mp-card-fav{
    top:17px;
    right:17px;
    width:38px;
    height:38px;
    border-radius:12px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-info{
    padding:13px 13px 9px;
    gap:8px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info strong,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-info strong{
    font-size:16px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-info small,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-info small{
    font-size:12px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-price b,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-price b{
    font-size:22px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-cart{
    padding:0 13px 13px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-card-overlay-cart .mp-primary-btn,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-card-overlay-cart .mp-primary-btn{
    min-height:44px;
    height:44px;
    border-radius:13px;
  }
}

/* Repuestos nuevo: card final sin overlay */
.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay){
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border:1px solid color-mix(in srgb, var(--mp-primary) 24%, var(--mp-line));
  border-radius:18px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 64%, color-mix(in srgb, var(--mp-secondary) 5%, #fff) 100%);
  box-shadow:0 16px 38px rgba(15,35,55,.1);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay)::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  border-radius:inherit;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--mp-primary) 10%, transparent), transparent 32%),
    linear-gradient(315deg, color-mix(in srgb, var(--mp-secondary) 10%, transparent), transparent 38%);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay):hover{
  border-color:color-mix(in srgb, var(--mp-secondary) 48%, var(--mp-primary));
  box-shadow:0 24px 54px rgba(15,35,55,.16);
  transform:translateY(-2px);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media{
  width:calc(100% - 22px);
  margin:11px 11px 0;
  aspect-ratio:1 / .76;
  overflow:hidden;
  border:1px solid color-mix(in srgb, var(--mp-primary) 16%, var(--mp-line));
  border-radius:14px;
  background:#fff;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media::before{
  content:"";
  position:absolute;
  inset:auto 14% 11px;
  height:20px;
  border-radius:999px;
  background:radial-gradient(ellipse at center, rgba(15,35,55,.14), transparent 70%);
  filter:blur(5px);
  pointer-events:none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media img{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  padding:14px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  filter:drop-shadow(0 12px 16px rgba(15,35,55,.15));
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay):hover .mp-product-card__media img{
  transform:scale(1.025);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-badge-row{
  top:10px;
  left:10px;
  right:60px;
  z-index:3;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-badge{
  min-height:27px;
  padding:6px 10px;
  border:1px solid color-mix(in srgb, var(--mp-secondary) 42%, #fff);
  border-radius:999px;
  background:color-mix(in srgb, var(--mp-secondary) 12%, #fff);
  color:color-mix(in srgb, var(--mp-secondary) 72%, #111827);
  box-shadow:0 8px 18px rgba(15,35,55,.08);
  font-size:11px;
  font-weight:950;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-fav{
  top:10px;
  right:10px;
  z-index:3;
  width:40px;
  height:40px;
  border:1px solid color-mix(in srgb, var(--mp-primary) 18%, var(--mp-line));
  border-radius:13px;
  background:#fff;
  color:var(--mp-secondary);
  box-shadow:0 10px 22px rgba(15,35,55,.1);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-fav .material-symbols-rounded{
  color:var(--mp-secondary);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__body{
  gap:9px;
  padding:14px 14px 15px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-category{
  align-self:flex-start;
  max-width:100%;
  padding:6px 10px;
  border:1px solid color-mix(in srgb, var(--mp-primary) 18%, var(--mp-line));
  border-radius:999px;
  background:color-mix(in srgb, var(--mp-primary) 8%, #fff);
  color:var(--mp-primary);
  font-size:11px;
  font-weight:950;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) h3{
  color:var(--mp-text);
  font-size:clamp(17px, 1.22vw, 20px);
  line-height:1.12;
  font-weight:950;
  letter-spacing:0;
  -webkit-line-clamp:2;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-desc{
  color:var(--mp-muted);
  font-size:13px;
  font-weight:750;
  line-height:1.35;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-price{
  align-items:flex-end;
  gap:7px;
  margin-top:auto;
  padding-top:2px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-price strong{
  color:var(--mp-primary);
  font-size:clamp(23px, 1.75vw, 30px);
  line-height:1;
  font-weight:950;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions{
  grid-template-columns:42px minmax(0, 1fr);
  gap:9px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions .mp-secondary-btn{
  min-height:46px;
  border-radius:13px;
  background:#fff;
  color:var(--mp-primary);
  border-color:color-mix(in srgb, var(--mp-primary) 20%, var(--mp-line));
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions .mp-primary-btn{
  min-height:46px;
  border:1px solid color-mix(in srgb, var(--mp-secondary) 36%, transparent);
  border-radius:13px;
  background:linear-gradient(135deg, var(--mp-primary), color-mix(in srgb, var(--mp-secondary) 72%, var(--mp-primary)));
  color:#fff;
  box-shadow:0 12px 24px color-mix(in srgb, var(--mp-primary) 18%, transparent);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions .mp-primary-btn .material-symbols-rounded{
  color:#fff;
}

@media (max-width: 640px){
  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media{
    width:calc(100% - 18px);
    margin:9px 9px 0;
    aspect-ratio:1 / .82;
    border-radius:13px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media img{
    padding:10px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__body{
    padding:12px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) h3{
    font-size:16px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-price strong{
    font-size:22px;
  }
}

/* Repuestos nuevo: imagen limpia 100% sin sombra */
.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:1 / .86;
  background:#fff;
  border-color:color-mix(in srgb, var(--mp-primary) 22%, var(--mp-line));
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media::before{
  display:none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media img{
  display:block;
  width:100%;
  height:100%;
  padding:0;
  object-fit:contain;
  object-position:center;
  background:#fff;
  filter:none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay):hover .mp-product-card__media img{
  transform:none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media.is-empty{
  background:
    linear-gradient(135deg, #fff, #f7f7f7);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-placeholder{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  height:100%;
  color:#111827;
  filter:grayscale(1);
  opacity:.58;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-placeholder .material-symbols-rounded{
  width:54px;
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #d1d5db;
  border-radius:16px;
  background:#fff;
  color:#111827;
  font-size:30px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-product-placeholder small{
  color:#111827;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

@media (max-width: 640px){
  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media{
    aspect-ratio:1 / .92;
  }
}

/* Repuestos nuevo: filtros compactos y plegables */
.mp-shell[data-template="repuestos_nuevo"] .mp-filters{
  padding:16px;
  border:1px solid color-mix(in srgb, var(--mp-primary) 18%, var(--mp-line));
  border-radius:18px;
  background:rgba(255,255,255,.96);
  box-shadow:0 16px 38px rgba(15,35,55,.09);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filters__head{
  min-height:auto;
  padding:0 0 12px;
  margin:0 0 10px;
  border-bottom:1px solid color-mix(in srgb, var(--mp-primary) 14%, var(--mp-line));
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filters__head strong{
  color:var(--mp-text);
  font-size:22px;
  line-height:1;
  letter-spacing:0;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-group{
  padding:0;
  margin:0;
  border-top:0;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-group + .mp-filter-group{
  margin-top:8px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-group:first-of-type{
  padding-top:0;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-group--collapsible{
  border:1px solid color-mix(in srgb, var(--mp-primary) 12%, var(--mp-line));
  border-radius:14px;
  background:linear-gradient(180deg, #fff, color-mix(in srgb, var(--mp-primary) 3%, #fff));
  overflow:hidden;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:46px;
  padding:12px 13px;
  cursor:pointer;
  list-style:none;
  user-select:none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-summary::-webkit-details-marker{
  display:none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-summary .material-symbols-rounded{
  width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--mp-primary);
  transition:transform .18s ease;
}

.mp-shell[data-template="repuestos_nuevo"] details[open] > .mp-filter-summary .material-symbols-rounded{
  transform:rotate(180deg);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-title{
  color:var(--mp-text);
  font-size:14px;
  font-weight:950;
  letter-spacing:0;
  text-transform:none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-list,
.mp-shell[data-template="repuestos_nuevo"] .mp-filter-group--collapsible > .mp-check,
.mp-shell[data-template="repuestos_nuevo"] .mp-filter-group--collapsible > .mp-price-row{
  padding:0 12px 12px;
}

.mp-shell[data-template="repuestos_nuevo"] #filterCategories{
  display:grid;
  gap:6px;
  max-height:318px;
  overflow:auto;
  overscroll-behavior:contain;
  padding-right:8px;
}

.mp-shell[data-template="repuestos_nuevo"] #filterCategories::-webkit-scrollbar{
  width:6px;
}

.mp-shell[data-template="repuestos_nuevo"] #filterCategories::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:color-mix(in srgb, var(--mp-primary) 26%, var(--mp-line));
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-option,
.mp-shell[data-template="repuestos_nuevo"] .mp-check{
  min-height:38px;
  gap:10px;
  padding:7px 8px;
  border:1px solid transparent;
  border-radius:12px;
  color:var(--mp-muted);
  font-size:14px;
  font-weight:850;
  line-height:1.1;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-option:hover,
.mp-shell[data-template="repuestos_nuevo"] .mp-check:hover{
  background:color-mix(in srgb, var(--mp-primary) 5%, #fff);
  border-color:color-mix(in srgb, var(--mp-primary) 12%, var(--mp-line));
  color:var(--mp-text);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-option input,
.mp-shell[data-template="repuestos_nuevo"] .mp-check input{
  width:18px;
  height:18px;
  margin:0;
  flex:0 0 auto;
  accent-color:var(--mp-secondary);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-filter-option:has(input:checked),
.mp-shell[data-template="repuestos_nuevo"] .mp-check:has(input:checked){
  background:color-mix(in srgb, var(--mp-secondary) 9%, #fff);
  border-color:color-mix(in srgb, var(--mp-secondary) 34%, var(--mp-line));
  color:var(--mp-text);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-price-row{
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-price-row input{
  min-width:0;
  min-height:40px;
  border-radius:12px;
  font-size:14px;
}

@media (max-width: 920px){
  .mp-shell[data-template="repuestos_nuevo"] .mp-filters{
    padding:0;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-filters__head{
    padding:calc(12px + env(safe-area-inset-top)) 16px 12px;
    margin:0;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-filter-group--collapsible{
    margin:10px 12px 0;
  }

  .mp-shell[data-template="repuestos_nuevo"] #filterCategories{
    max-height:42dvh;
  }
}

/* Repuestos nuevo: densidad desktop PRO */
@media (min-width: 1181px){
  .mp-shell[data-template="repuestos_nuevo"] main{
    padding-left:18px;
    padding-right:18px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-shop{
    grid-template-columns:minmax(210px, 230px) minmax(0, 1fr);
    gap:12px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-products-grid:not(.mp-products-grid--sections){
    grid-template-columns:repeat(var(--mp-food-cols, 4), minmax(0, 1fr));
    gap:12px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-toolbar{
    min-height:52px;
    padding:10px 12px;
    border-radius:14px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-toolbar__meta strong{
    font-size:22px;
    line-height:1;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-toolbar__meta small{
    font-size:13px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-toolbar select,
  .mp-shell[data-template="repuestos_nuevo"] .mp-density-toggle,
  .mp-shell[data-template="repuestos_nuevo"] .mp-view-toggle button{
    min-height:36px;
    height:36px;
    border-radius:10px;
    font-size:13px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-filters{
    padding:12px;
    border-radius:14px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-filters__head strong{
    font-size:20px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-filter-summary{
    min-height:40px;
    padding:10px 11px;
  }

  .mp-shell[data-template="repuestos_nuevo"] #filterCategories{
    max-height:270px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-filter-option,
  .mp-shell[data-template="repuestos_nuevo"] .mp-check{
    min-height:32px;
    padding:6px 7px;
    font-size:13px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay){
    border-radius:14px;
    box-shadow:0 12px 26px rgba(15,35,55,.08);
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay):hover{
    box-shadow:0 18px 38px rgba(15,35,55,.13);
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media{
    width:calc(100% - 18px);
    margin:9px 9px 0;
    aspect-ratio:1 / .66;
    border-radius:12px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__body{
    gap:7px;
    padding:11px 11px 12px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-category{
    padding:5px 8px;
    font-size:10px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) h3{
    font-size:15px;
    line-height:1.15;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-desc{
    font-size:12px;
    line-height:1.3;
    -webkit-line-clamp:1;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-price strong{
    font-size:22px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions{
    grid-template-columns:38px minmax(0, 1fr);
    gap:7px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions .mp-secondary-btn,
  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions .mp-primary-btn{
    min-height:40px;
    height:40px;
    border-radius:11px;
    font-size:13px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions .mp-primary-btn .material-symbols-rounded{
    font-size:20px;
  }
}

/* Repuestos nuevo: columnas por boton unico */
.mp-shell[data-template="repuestos_nuevo"] .mp-density-toggle{
  width:42px;
  min-width:42px;
  padding:0;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-density-label{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}

@media (min-width: 1181px){
  .mp-shell[data-template="repuestos_nuevo"] .mp-products-grid:not(.mp-products-grid--sections){
    grid-template-columns:repeat(var(--mp-food-cols, 4), minmax(0, 1fr));
  }
}

@media (min-width: 641px) and (max-width: 1180px){
  .mp-shell[data-template="repuestos_nuevo"] .mp-products-grid:not(.mp-products-grid--sections){
    grid-template-columns:repeat(var(--mp-food-tablet-cols, 3), minmax(0, 1fr));
    gap:12px;
  }
}

@media (max-width: 640px){
  .mp-shell[data-template="repuestos_nuevo"] .mp-products-grid:not(.mp-products-grid--sections){
    grid-template-columns:repeat(var(--mp-food-mobile-cols, 2), minmax(0, 1fr));
    gap:10px;
  }
}

/* Repuestos nuevo: footer como banner invertido */
.mp-shell[data-template="repuestos_nuevo"] .mp-footer{
  max-width:none;
  margin-top:34px;
  padding:0 18px 28px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-benefits{
  width:min(1080px, calc(100% - 28px));
  margin:0 auto -18px;
  position:relative;
  z-index:3;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-benefit{
  min-height:64px;
  padding:13px 16px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:14px;
  background:rgba(255,255,255,.92);
  box-shadow:0 16px 34px rgba(15,35,55,.13);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-benefit .material-symbols-rounded{
  color:var(--mp-secondary);
  font-size:23px;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-benefit strong{
  color:var(--mp-text);
  font-size:14px;
  font-weight:900;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-main{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:min(1400px, 100%);
  margin:0 auto;
  min-height:300px;
  padding:42px 26px 28px;
  border:1px solid color-mix(in srgb, var(--mp-secondary) 24%, rgba(255,255,255,.16));
  border-radius:22px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--mp-secondary) 70%, #111827) 0%, #3b1f1d 34%, #121722 100%);
  box-shadow:0 28px 74px rgba(15,35,55,.2);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-main::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:var(--mp-hero-bg);
  background-size:cover;
  background-position:center;
  transform:scaleX(-1);
  opacity:.34;
  filter:saturate(1.05) contrast(1.08);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-main::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--mp-secondary) 44%, transparent) 0%, rgba(56,26,24,.82) 30%, rgba(10,16,25,.94) 72%, rgba(10,16,25,.98) 100%),
    linear-gradient(0deg, rgba(10,16,25,.94), rgba(10,16,25,.22) 52%, rgba(255,255,255,.08)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.055) 0 1px, transparent 1px 42px);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-main > *{
  position:relative;
  z-index:1;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-logo{
  width:56px;
  height:56px;
  border-radius:14px;
  background:#fff;
  border-color:rgba(255,255,255,.55);
  box-shadow:0 14px 28px rgba(0,0,0,.2);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-brand strong{
  max-width:320px;
  color:#fff;
  font-size:22px;
  line-height:1.05;
  font-weight:950;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-brand p,
.mp-shell[data-template="repuestos_nuevo"] .mp-footer-contact a,
.mp-shell[data-template="repuestos_nuevo"] .mp-footer-column a{
  color:rgba(255,255,255,.72);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-column strong,
.mp-shell[data-template="repuestos_nuevo"] .mp-newsletter strong{
  color:#fff;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-column .material-symbols-rounded,
.mp-shell[data-template="repuestos_nuevo"] .mp-footer-contact .material-symbols-rounded{
  color:var(--mp-secondary);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-column a:hover,
.mp-shell[data-template="repuestos_nuevo"] .mp-footer-contact a:hover{
  color:#fff;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-newsletter label{
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-newsletter .mp-primary-btn{
  background:linear-gradient(135deg, var(--mp-secondary), color-mix(in srgb, var(--mp-secondary) 70%, #b33a00));
  box-shadow:0 12px 24px color-mix(in srgb, var(--mp-secondary) 22%, transparent);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-footer-bottom{
  width:min(1400px, 100%);
  margin:0 auto;
  padding:13px 4px 0;
}

@media (max-width: 920px){
  .mp-shell[data-template="repuestos_nuevo"] .mp-footer{
    padding:0 14px calc(98px + env(safe-area-inset-bottom));
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-footer-benefits{
    width:100%;
    grid-template-columns:1fr;
    margin-bottom:10px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-footer-main{
    grid-template-columns:1fr;
    min-height:0;
    padding:24px 18px;
    border-radius:18px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-footer-main::after{
    background:
      linear-gradient(180deg, rgba(10,16,25,.94), rgba(54,24,22,.88) 58%, color-mix(in srgb, var(--mp-secondary) 38%, #111827)),
      repeating-linear-gradient(135deg, rgba(255,255,255,.055) 0 1px, transparent 1px 42px);
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-footer-bottom{
    flex-direction:column;
  }
}

/* Repuestos nuevo: selector de columnas numerico */
.mp-shell[data-template="repuestos_nuevo"] .mp-density-control {
  display: inline-flex;
  width: auto;
  min-width: 0;
  gap: 6px;
  padding: 3px;
  border: 1px solid color-mix(in srgb, var(--mp-primary) 18%, var(--mp-line));
  border-radius: 12px;
  background: #fff;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-density-control .material-symbols-rounded,
.mp-shell[data-template="repuestos_nuevo"] .mp-density-toggle,
.mp-shell[data-template="repuestos_nuevo"] .mp-density-label {
  display: none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-density-option {
  width: 36px;
  min-width: 36px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--mp-muted);
  box-shadow: none;
  font-size: 13px;
  font-weight: 950;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-density-option.is-active {
  background: #111827;
  color: #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .14);
}

.mp-shell[data-template="repuestos_nuevo"] .mp-density-option--tablet,
.mp-shell[data-template="repuestos_nuevo"] .mp-density-option--mobile {
  display: none;
}

.mp-shell[data-template="repuestos_nuevo"] .mp-density-option--desktop {
  display: inline-flex;
}

@media (min-width: 1181px) {
  .mp-shell[data-template="repuestos_nuevo"] .mp-product-section__grid,
  .mp-shell[data-template="repuestos_nuevo"] .mp-products-grid:not(.mp-products-grid--sections) {
    grid-template-columns: repeat(var(--mp-food-cols, 4), minmax(0, 1fr));
  }
}

@media (min-width: 641px) and (max-width: 1180px) {
  .mp-shell[data-template="repuestos_nuevo"] .mp-density-option--desktop,
  .mp-shell[data-template="repuestos_nuevo"] .mp-density-option--mobile {
    display: none;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-density-option--tablet {
    display: inline-flex;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-section__grid,
  .mp-shell[data-template="repuestos_nuevo"] .mp-products-grid:not(.mp-products-grid--sections) {
    grid-template-columns: repeat(var(--mp-food-tablet-cols, 3), minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .mp-shell[data-template="repuestos_nuevo"] .mp-density-control {
    gap: 5px;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-density-option--desktop,
  .mp-shell[data-template="repuestos_nuevo"] .mp-density-option--tablet {
    display: none;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-density-option--mobile {
    display: inline-flex;
  }

  .mp-shell[data-template="repuestos_nuevo"] .mp-product-section__grid,
  .mp-shell[data-template="repuestos_nuevo"] .mp-products-grid:not(.mp-products-grid--sections) {
    grid-template-columns: repeat(var(--mp-food-mobile-cols, 2), minmax(0, 1fr));
  }

  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-products-grid:not(.mp-products-grid--sections),
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-section__grid {
    align-items: start;
  }

  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card:not(.mp-product-card--food-overlay) {
    align-self: start;
    min-height: 0;
  }

  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media {
    aspect-ratio: 1 / .76;
  }

  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__body {
    flex: 0 0 auto;
    gap: 6px;
    padding: 10px;
  }

  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card:not(.mp-product-card--food-overlay) h3 {
    font-size: 14px;
    line-height: 1.12;
    -webkit-line-clamp: 2;
  }

  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-category {
    padding: 4px 7px;
    font-size: 9px;
  }

  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-price {
    margin-top: 4px;
  }

  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-price strong {
    font-size: 20px;
  }

  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions .mp-secondary-btn,
  .mp-shell[data-template="repuestos_nuevo"][data-food-mobile-density="2"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions .mp-primary-btn {
    min-height: 36px;
    height: 36px;
  }
}

/* Mascotas: petshop PRO sobre layout repuestos_nuevo */
.mp-theme-mascotas{
  --mp-primary:#16a34a;
  --mp-secondary:#f97316;
  --mp-text:#14213d;
  --mp-background:#f7fbf4;
  --mp-soft:#ecfdf3;
  --mp-line:#d8ead5;
  --mp-muted:#64748b;
}

.mp-theme-mascotas.mp-shell{
  background:
    linear-gradient(rgba(251,255,247,.78), rgba(247,251,244,.88) 46%, rgba(255,250,243,.92)),
    var(--mp-store-bg),
    radial-gradient(circle at 12% 8%, color-mix(in srgb, var(--mp-primary) 13%, transparent), transparent 30%),
    radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--mp-secondary) 11%, transparent), transparent 32%),
    linear-gradient(180deg, #fbfff7 0%, #f7fbf4 44%, #fffaf3 100%);
  background-size:
    auto,
    min(520px, 78vw) auto,
    auto,
    auto,
    auto;
  background-repeat:no-repeat, repeat, no-repeat, no-repeat, no-repeat;
  background-position:center top, center top, 12% 8%, 88% 18%, center top;
  background-attachment:fixed, fixed, fixed, fixed, fixed;
}

.mp-theme-mascotas .mp-header{
  background:linear-gradient(90deg, rgba(255,255,255,.96), rgba(248,255,244,.92));
  border-bottom-color:color-mix(in srgb, var(--mp-primary) 14%, transparent);
}

.mp-theme-mascotas .mp-search{
  background:#fff;
  border-color:color-mix(in srgb, var(--mp-primary) 18%, transparent);
  box-shadow:0 10px 28px color-mix(in srgb, var(--mp-primary) 8%, transparent);
}

.mp-theme-mascotas .mp-search:focus-within{
  border-color:color-mix(in srgb, var(--mp-secondary) 48%, transparent);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--mp-secondary) 11%, transparent),
    0 16px 34px color-mix(in srgb, var(--mp-primary) 10%, transparent);
}

.mp-theme-mascotas .mp-cart-btn,
.mp-theme-mascotas .mp-primary-btn{
  background:linear-gradient(135deg, var(--mp-primary), color-mix(in srgb, var(--mp-primary) 78%, #fff));
  box-shadow:0 14px 30px color-mix(in srgb, var(--mp-primary) 22%, transparent);
}

.mp-theme-mascotas .mp-cart-btn:hover,
.mp-theme-mascotas .mp-primary-btn:hover{
  background:linear-gradient(135deg, color-mix(in srgb, var(--mp-primary) 82%, #111827), var(--mp-primary));
}

.mp-theme-mascotas .mp-branch,
.mp-theme-mascotas .mp-icon-btn,
.mp-theme-mascotas .mp-secondary-btn{
  border-color:color-mix(in srgb, var(--mp-primary) 18%, transparent);
  background:#fff;
}

.mp-theme-mascotas .mp-benefit-card .material-symbols-rounded,
.mp-theme-mascotas .mp-footer-benefit .material-symbols-rounded,
.mp-theme-mascotas .mp-card-category{
  color:var(--mp-primary);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay){
  border-color:color-mix(in srgb, var(--mp-primary) 20%, transparent);
  background:linear-gradient(180deg, #fff 0%, #fff 62%, color-mix(in srgb, var(--mp-secondary) 8%, #fff) 100%);
  box-shadow:0 16px 38px color-mix(in srgb, var(--mp-primary) 10%, transparent);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay)::before{
  background:
    radial-gradient(circle at 15% 0%, color-mix(in srgb, var(--mp-primary) 11%, transparent), transparent 36%),
    radial-gradient(circle at 100% 20%, color-mix(in srgb, var(--mp-secondary) 12%, transparent), transparent 34%);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay):hover{
  border-color:color-mix(in srgb, var(--mp-secondary) 44%, transparent);
  box-shadow:0 24px 54px color-mix(in srgb, var(--mp-primary) 16%, transparent);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media{
  border-color:color-mix(in srgb, var(--mp-primary) 16%, transparent);
  background:#fff;
  box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--mp-primary) 8%, transparent);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media::before{
  display:none;
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-product-card__media img{
  padding:10px;
  background:#fff;
  object-fit:contain;
  object-position:center;
  filter:none;
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-category{
  border-color:color-mix(in srgb, var(--mp-primary) 18%, transparent);
  background:color-mix(in srgb, var(--mp-primary) 9%, #fff);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-badge{
  border-color:color-mix(in srgb, var(--mp-secondary) 34%, transparent);
  background:color-mix(in srgb, var(--mp-secondary) 9%, #fff);
  color:color-mix(in srgb, var(--mp-secondary) 76%, #111827);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-fav,
.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-fav .material-symbols-rounded{
  color:var(--mp-secondary);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-price strong{
  color:var(--mp-primary);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-product-card:not(.mp-product-card--food-overlay) .mp-card-actions .mp-primary-btn{
  border-color:color-mix(in srgb, var(--mp-primary) 30%, transparent);
  background:linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
  box-shadow:0 12px 24px color-mix(in srgb, var(--mp-primary) 18%, transparent);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-filter-option:has(input:checked),
.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-check:has(input:checked){
  background:transparent;
  border-color:transparent;
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-filter-option,
.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-check{
  width:100%;
  min-height:42px;
  padding:8px 10px;
  border:1px solid transparent;
  border-radius:12px;
  color:color-mix(in srgb, var(--mp-text) 72%, var(--mp-muted));
  font-weight:900;
  transition:background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-filter-option:hover,
.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-check:hover{
  background:color-mix(in srgb, var(--mp-primary) 3%, #fff);
  border-color:color-mix(in srgb, var(--mp-primary) 12%, transparent);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-filter-option:has(input:checked),
.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-check:has(input:checked){
  color:var(--mp-text);
  background:transparent;
  border-color:transparent;
  box-shadow:none;
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-filter-option input,
.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-check input{
  flex:0 0 auto;
  width:22px;
  height:22px;
  accent-color:var(--mp-secondary);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-filter-option:has(input:checked) input,
.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-check:has(input:checked) input{
  filter:none;
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-filter-list--options .mp-check{
  min-height:42px;
  padding:8px 10px;
  border-radius:12px;
  background:transparent;
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-filter-list--options .mp-check:has(input:checked){
  color:var(--mp-text);
  background:transparent;
  border-color:transparent;
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-filter-list--options .mp-check:has(input:checked) small{
  color:var(--mp-secondary);
  background:#fff;
  border-color:color-mix(in srgb, var(--mp-secondary) 24%, transparent);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-density-option.is-active{
  background:var(--mp-primary);
}

.mp-theme-mascotas .mp-modal{
  padding:clamp(12px, 2.4vw, 28px);
  background:
    linear-gradient(rgba(15,23,42,.58), rgba(15,23,42,.68)),
    var(--mp-store-bg);
  background-size:auto, min(520px, 78vw) auto;
  background-repeat:no-repeat, repeat;
  background-position:center top, center top;
  backdrop-filter:blur(8px);
}

.mp-theme-mascotas #productModal .mp-modal__content{
  width:min(1120px, calc(100vw - 28px));
  max-height:min(760px, calc(100dvh - 28px));
  overflow:hidden;
  border:1px solid color-mix(in srgb, var(--mp-primary) 18%, #fff);
  border-radius:28px;
  background:
    radial-gradient(circle at 12% 8%, color-mix(in srgb, var(--mp-primary) 8%, transparent), transparent 34%),
    radial-gradient(circle at 92% 14%, color-mix(in srgb, var(--mp-secondary) 9%, transparent), transparent 34%),
    #fff;
  box-shadow:0 34px 90px rgba(15,23,42,.28);
}

.mp-theme-mascotas #productModal .mp-modal__close{
  top:18px;
  right:18px;
  width:46px;
  height:46px;
  border-radius:16px;
  color:var(--mp-text);
  background:rgba(255,255,255,.92);
  border-color:color-mix(in srgb, var(--mp-primary) 18%, var(--mp-line));
  box-shadow:0 12px 26px rgba(15,23,42,.08);
}

.mp-theme-mascotas #productModal .mp-product-detail{
  grid-template-columns:minmax(360px, .92fr) minmax(360px, 1fr);
  gap:0;
  min-height:min(720px, calc(100dvh - 52px));
  padding:0;
}

.mp-theme-mascotas #productModal .mp-product-detail__media{
  position:relative;
  align-content:start;
  gap:16px;
  padding:clamp(22px, 3vw, 38px);
  background:
    linear-gradient(rgba(255,255,255,.78), rgba(255,255,255,.88)),
    var(--mp-store-bg),
    linear-gradient(135deg, color-mix(in srgb, var(--mp-primary) 7%, #fff), #fff);
  background-size:auto, min(420px, 80%) auto, auto;
  background-repeat:no-repeat, repeat, no-repeat;
  background-position:center, center, center;
  border-right:1px solid color-mix(in srgb, var(--mp-primary) 12%, transparent);
}

.mp-theme-mascotas #productModal .mp-product-detail__media > img{
  width:100%;
  height:min(500px, 56dvh);
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  padding:clamp(18px, 3vw, 34px);
  border:1px solid color-mix(in srgb, var(--mp-primary) 13%, var(--mp-line));
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 46px color-mix(in srgb, var(--mp-primary) 10%, transparent);
}

.mp-theme-mascotas #productModal .mp-thumbs{
  justify-content:center;
  gap:10px;
  padding:2px 4px 4px;
}

.mp-theme-mascotas #productModal .mp-thumbs button{
  width:74px;
  height:74px;
  border-radius:18px;
  background:#fff;
  border:1px solid color-mix(in srgb, var(--mp-primary) 16%, var(--mp-line));
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.mp-theme-mascotas #productModal .mp-thumbs button.is-active{
  border-color:var(--mp-primary);
  box-shadow:0 0 0 3px color-mix(in srgb, var(--mp-primary) 13%, transparent);
}

.mp-theme-mascotas #productModal .mp-product-detail__info{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:clamp(26px, 4vw, 54px) clamp(24px, 4vw, 62px);
}

.mp-theme-mascotas #productModal .mp-product-detail__info .mp-kicker{
  width:max-content;
  max-width:100%;
  margin:0 0 14px;
  padding:8px 14px;
  border:1px solid color-mix(in srgb, var(--mp-primary) 14%, transparent);
  border-radius:999px;
  color:color-mix(in srgb, var(--mp-primary) 70%, var(--mp-text));
  background:color-mix(in srgb, var(--mp-primary) 11%, #fff);
  font-size:12px;
  font-weight:950;
  letter-spacing:.04em;
}

.mp-theme-mascotas #productModal .mp-product-detail__info h2{
  margin:0 0 12px;
  max-width:12ch;
  color:var(--mp-text);
  font-size:clamp(30px, 4vw, 52px);
  line-height:.98;
  letter-spacing:-.055em;
}

.mp-theme-mascotas #productModal .mp-product-detail__info p{
  max-width:56ch;
  margin:0 0 18px;
  color:color-mix(in srgb, var(--mp-muted) 86%, var(--mp-text));
  font-size:15px;
}

.mp-theme-mascotas #productModal .mp-detail-price{
  align-items:flex-end;
  margin:10px 0 16px;
}

.mp-theme-mascotas #productModal .mp-detail-price strong{
  color:var(--mp-primary);
  font-size:clamp(34px, 4.4vw, 56px);
  line-height:1;
  letter-spacing:-.045em;
}

.mp-theme-mascotas #productModal .mp-detail-meta{
  gap:9px;
  margin:0 0 22px;
}

.mp-theme-mascotas #productModal .mp-detail-meta span{
  padding:8px 12px;
  border-color:color-mix(in srgb, var(--mp-primary) 16%, var(--mp-line));
  background:#fff;
  color:var(--mp-text);
  box-shadow:0 8px 18px rgba(15,23,42,.045);
}

.mp-theme-mascotas #productModal .mp-config-group{
  border-radius:18px;
  background:color-mix(in srgb, var(--mp-primary) 3%, #fff);
}

.mp-theme-mascotas #productModal .mp-option.is-active{
  border-color:var(--mp-secondary);
  background:#fff;
  color:var(--mp-text);
  box-shadow:0 0 0 3px color-mix(in srgb, var(--mp-secondary) 13%, transparent);
}

.mp-theme-mascotas #productModal .mp-detail-actions{
  display:grid;
  grid-template-columns:auto minmax(180px, 220px);
  gap:14px;
  align-items:center;
  margin-top:12px;
}

.mp-theme-mascotas #productModal .mp-stepper{
  grid-template-columns:46px 58px 46px;
  min-height:54px;
  border-radius:18px;
  border-color:color-mix(in srgb, var(--mp-primary) 16%, var(--mp-line));
  background:#fff;
  box-shadow:0 12px 24px rgba(15,23,42,.055);
}

.mp-theme-mascotas #productModal .mp-stepper button{
  color:var(--mp-text);
  background:color-mix(in srgb, var(--mp-primary) 6%, #fff);
  font-size:20px;
}

.mp-theme-mascotas #productModal .mp-stepper input{
  color:var(--mp-text);
  font-size:20px;
  font-weight:900;
}

.mp-theme-mascotas #productModal .mp-primary-btn{
  min-height:56px;
  justify-content:center;
  border-radius:18px;
  font-size:17px;
  box-shadow:0 16px 32px color-mix(in srgb, var(--mp-primary) 18%, transparent);
}

@media (max-width: 820px){
  .mp-theme-mascotas .mp-modal{
    align-items:flex-end;
    padding:0;
  }

  .mp-theme-mascotas #productModal .mp-modal__content{
    width:100%;
    max-height:94dvh;
    border-radius:26px 26px 0 0;
    overflow:auto;
  }

  .mp-theme-mascotas #productModal .mp-product-detail{
    grid-template-columns:1fr;
    min-height:0;
  }

  .mp-theme-mascotas #productModal .mp-product-detail__media{
    padding:18px 18px 12px;
    border-right:0;
    border-bottom:1px solid color-mix(in srgb, var(--mp-primary) 12%, transparent);
  }

  .mp-theme-mascotas #productModal .mp-product-detail__media > img{
    height:min(330px, 40dvh);
    padding:18px;
    border-radius:22px;
  }

  .mp-theme-mascotas #productModal .mp-product-detail__info{
    padding:18px 18px calc(18px + env(safe-area-inset-bottom));
  }

  .mp-theme-mascotas #productModal .mp-product-detail__info h2{
    max-width:none;
    font-size:clamp(27px, 8vw, 38px);
  }

  .mp-theme-mascotas #productModal .mp-detail-actions{
    grid-template-columns:1fr;
  }
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-footer-main{
  background:linear-gradient(135deg, color-mix(in srgb, var(--mp-primary) 64%, #111827) 0%, color-mix(in srgb, var(--mp-primary) 48%, #111827) 45%, color-mix(in srgb, var(--mp-secondary) 46%, #111827) 100%);
}

.mp-theme-mascotas[data-template="repuestos_nuevo"] .mp-footer-main::after{
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--mp-primary) 54%, rgba(17,24,39,.92)) 0%, color-mix(in srgb, var(--mp-primary) 42%, rgba(17,24,39,.92)) 44%, color-mix(in srgb, var(--mp-secondary) 38%, rgba(17,24,39,.94)) 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.055) 0 1px, transparent 1px 42px);
}

/* Catálogo: contenedores principales con puntas rectas */
.mp-header,
.mp-header__top,
.mp-mobile-nav,
.mp-filters,
.mp-drawer,
.mp-cart,
.mp-checkout-panel,
.mp-checkout-step,
.mp-modal__content {
  border-radius: 0 !important;
}

@media (max-width: 780px) {
  .mp-header,
  .mp-mobile-nav,
  .mp-filters,
  .mp-drawer,
  .mp-cart,
  .mp-checkout-panel,
  .mp-checkout-step,
  .mp-modal__content,
  :is(.mp-theme-repuestos, .mp-theme-celulares, .mp-theme-catalogo-pro) .mp-filters,
  :is(.mp-theme-comida-rapida, .mp-theme-pasteleria, .mp-theme-celulares) .mp-filters,
  .mp-shell[data-template="repuestos_nuevo"] .mp-filters {
    border-radius: 0 !important;
  }
}

/* Comida rápida: filtros PRO */
.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filters{
  width:100%;
  padding:14px;
  border:1px solid color-mix(in srgb, var(--mp-primary) 16%, #ead8c2);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,242,.96)),
    color-mix(in srgb, var(--mp-secondary) 5%, #fff);
  box-shadow:0 24px 60px rgba(82,43,20,.12);
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filters__head{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:8px;
  align-items:center;
  margin:0 0 12px;
  padding:0 0 12px;
  border-bottom:1px solid color-mix(in srgb, var(--mp-primary) 14%, #ead8c2);
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filters__head strong{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  color:var(--mp-text);
  font-size:18px;
  line-height:1.15;
  font-weight:950;
  letter-spacing:0;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filters__head strong::before{
  content:"tune";
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:8px;
  background:var(--mp-primary);
  color:#fff;
  font-family:"Material Symbols Rounded";
  font-size:20px;
  font-weight:400;
  box-shadow:0 12px 22px color-mix(in srgb, var(--mp-primary) 26%, transparent);
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-reset{
  min-height:34px;
  padding:0 11px;
  border:1px solid color-mix(in srgb, var(--mp-primary) 22%, #ead8c2);
  border-radius:8px;
  background:#fff;
  color:color-mix(in srgb, var(--mp-text) 72%, var(--mp-primary));
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-reset:hover,
.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-reset:focus-visible{
  color:#fff;
  background:var(--mp-primary);
  outline:0;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-group{
  margin:0 0 10px;
  padding:0;
  border:1px solid color-mix(in srgb, var(--mp-primary) 12%, #ead8c2);
  border-radius:8px;
  background:rgba(255,255,255,.86);
  overflow:hidden;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-group:first-of-type{
  border-top:1px solid color-mix(in srgb, var(--mp-primary) 12%, #ead8c2);
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-summary{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 12px;
  cursor:pointer;
  list-style:none;
  user-select:none;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-summary::-webkit-details-marker{
  display:none;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-summary .material-symbols-rounded{
  margin-left:auto;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:8px;
  color:var(--mp-primary);
  background:color-mix(in srgb, var(--mp-primary) 8%, #fff);
  transition:transform .18s ease, background .18s ease;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida details[open] > .mp-filter-summary .material-symbols-rounded{
  transform:rotate(180deg);
  background:color-mix(in srgb, var(--mp-secondary) 16%, #fff);
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-title{
  margin:0;
  color:var(--mp-text);
  font-size:15px;
  line-height:1.2;
  font-weight:950;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-list,
.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-group > .mp-check,
.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-group > .mp-price-row{
  margin:0;
  padding:0 10px 12px;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida #filterCategories{
  max-height:360px;
  overflow:auto;
  scrollbar-width:thin;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-option,
.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-check{
  min-height:42px;
  padding:8px 9px;
  border:1px solid transparent;
  border-radius:8px;
  color:color-mix(in srgb, var(--mp-text) 68%, #7c6a5d);
  background:transparent;
  font-size:14px;
  line-height:1.2;
  font-weight:850;
  cursor:pointer;
  transition:background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-option:hover,
.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-check:hover{
  transform:translateX(2px);
  border-color:color-mix(in srgb, var(--mp-primary) 14%, #ead8c2);
  background:color-mix(in srgb, var(--mp-primary) 5%, #fff);
  color:var(--mp-text);
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-option span,
.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-check span{
  min-width:0;
  flex:1;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-option small,
.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-check small{
  display:inline-grid;
  place-items:center;
  min-width:28px;
  height:24px;
  padding:0 8px;
  border-radius:8px;
  color:color-mix(in srgb, var(--mp-text) 52%, #7c6a5d);
  background:#fff;
  border:1px solid color-mix(in srgb, var(--mp-primary) 12%, #ead8c2);
  font-size:11px;
  font-weight:950;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-option input,
.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-check input{
  appearance:none;
  -webkit-appearance:none;
  width:22px;
  height:22px;
  flex:0 0 22px;
  margin:0;
  border:2px solid #b9aea6;
  border-radius:999px;
  background:#fff;
  box-shadow:inset 0 0 0 5px #fff;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-check input[type="checkbox"]{
  border-radius:7px;
  box-shadow:none;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-option input:checked{
  border-color:var(--mp-primary);
  background:var(--mp-primary);
  box-shadow:inset 0 0 0 6px #fff, 0 0 0 3px color-mix(in srgb, var(--mp-primary) 12%, transparent);
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-check input[type="checkbox"]:checked{
  border-color:var(--mp-primary);
  background:
    linear-gradient(135deg, transparent 0 44%, #fff 45% 58%, transparent 59%),
    linear-gradient(45deg, transparent 0 48%, #fff 49% 62%, transparent 63%),
    var(--mp-primary);
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filter-option:has(input:checked),
.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-check:has(input:checked){
  border-color:color-mix(in srgb, var(--mp-primary) 24%, #ead8c2);
  background:linear-gradient(135deg, color-mix(in srgb, var(--mp-primary) 9%, #fff), color-mix(in srgb, var(--mp-secondary) 12%, #fff));
  color:var(--mp-text);
  box-shadow:0 10px 22px rgba(82,43,20,.06);
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-price-row{
  grid-template-columns:1fr;
  gap:8px;
}

.mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-price-row input{
  min-height:42px;
  border-radius:8px;
  border-color:color-mix(in srgb, var(--mp-primary) 14%, #ead8c2);
  background:#fff;
  color:var(--mp-text);
  font-weight:850;
}

@media (max-width:900px){
  .mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filters{
    padding:0 14px 18px;
    border-radius:0 !important;
  }

  .mp-shell[data-template="comida_rapida"].mp-theme-comida-rapida .mp-filters__head{
    grid-template-columns:1fr auto auto;
    padding:calc(14px + env(safe-area-inset-top)) 0 12px;
  }
}
