/* Mi Negocio POS storefront: premium commerce experience. */
.mn-storefront {
  --store-navy: #102b3f;
  --store-ink: #142f42;
  --store-teal: var(--mn-teal, #0f8f83);
  --store-teal-dark: #08756c;
  --store-coral: #ef6548;
  --store-yellow: #f2bd3d;
  --store-blue: #2e6eea;
  --store-muted: #627889;
  --store-line: #d7e3e8;
  --store-soft: #eef4f5;
  min-height: 100dvh;
  overflow-x: hidden;
  background: #eef3f4;
  color: var(--store-ink);
  font-family: "Inter", sans-serif;
}

.mn-storefront button,
.mn-storefront input,
.mn-storefront select,
.mn-storefront textarea {
  font-family: inherit;
}

.mn-storefront .mn-store-header {
  position: sticky;
  z-index: 320;
  top: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: #0b3442;
  box-shadow: 0 10px 30px rgba(16, 43, 63, .16);
}

.mn-storefront .mn-store-header::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #25c7b1 0 42%, #f2bd3d 42% 70%, #ef6548 70% 100%);
  pointer-events: none;
}

.mn-storefront .mn-store-header .mn-store-header-inner {
  width: min(1440px, calc(100% - 48px));
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto auto;
  gap: 28px;
  align-items: center;
  padding: 12px 0;
}

.mn-storefront .mn-store-header-copy {
  min-width: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.mn-storefront .mn-store-header .mn-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
}

.mn-storefront .mn-store-header .mn-brand > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mn-storefront .mn-store-header .mn-logo-mark,
.mn-storefront .mn-store-footer .mn-logo-mark {
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #2ac6af;
  color: #fff;
  font-weight: 900;
}

.mn-storefront .mn-store-header .mn-logo-mark img,
.mn-storefront .mn-store-footer .mn-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mn-storefront .mn-store-header p {
  max-width: 620px;
  margin: 3px 0 0 57px;
  overflow: hidden;
  color: #b8c9d2;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mn-store-header-nav {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mn-store-header-nav a,
.mn-store-header-nav button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #dce8ed;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.mn-store-header-nav a:hover,
.mn-store-header-nav button:hover {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.mn-store-header-nav b {
  min-width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--store-coral);
  color: #fff;
  font-size: 9px;
}

.mn-storefront .mn-store-header .mn-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  margin: 0;
}

.mn-storefront .mn-store-header .mn-btn,
.mn-storefront .mn-store-header .mn-icon-btn {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 7px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  box-shadow: none;
}

.mn-storefront .mn-store-header #mnWhatsappStore {
  border-color: #20a66f;
  background: #20a66f;
}

.mn-store-main {
  width: min(1440px, calc(100% - 48px));
}

.mn-store-intro {
  height: 520px;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  margin: 24px 0 0;
  overflow: hidden;
  border: 1px solid #173d52;
  border-bottom: 8px solid var(--store-coral);
  border-radius: 8px;
  background: var(--store-navy);
  color: #fff;
}

.mn-store-intro.mn-hidden {
  display: none;
}

.mn-store-intro-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 42px;
}

.mn-store-intro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #62dfcc;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.mn-store-intro h1 {
  max-width: 620px;
  margin: 12px 0 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
}

.mn-store-intro-copy > p {
  max-width: 570px;
  margin: 15px 0 0;
  color: #c4d4dc;
  font-size: 14px;
  line-height: 1.7;
}

.mn-store-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.mn-store-intro-actions .mn-btn {
  min-height: 46px;
  border-radius: 7px;
}

.mn-store-intro-actions .mn-btn.primary {
  background: var(--store-coral);
  box-shadow: 0 12px 28px rgba(239, 101, 72, .22);
}

.mn-store-intro-actions .mn-btn.ghost {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.mn-store-intro-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 25px;
  color: #d4e2e8;
  font-size: 9px;
  font-weight: 700;
}

.mn-store-intro-promises span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mn-store-intro-promises i {
  color: #62dfcc;
  font-size: 14px;
}

.mn-store-intro-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: 1.22fr .78fr;
  grid-template-rows: 1fr 1fr;
  gap: 3px;
  padding: 18px 18px 18px 0;
  background: #17384b;
}

.mn-store-intro-gallery.is-empty {
  background: #17384b;
}

.mn-store-intro-gallery figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #dce7e9;
}

.mn-store-intro-gallery figure.featured {
  grid-row: 1 / -1;
}

.mn-store-intro-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.mn-store-intro-gallery figure:hover img {
  transform: scale(1.035);
}

.mn-store-intro-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 12px;
  align-items: end;
  padding: 12px;
  background: rgba(16, 43, 63, .88);
  color: #fff;
}

.mn-store-intro-gallery figcaption span {
  grid-column: 1 / -1;
  color: #6ee1cf;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.mn-store-intro-gallery figcaption strong {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mn-store-intro-gallery figcaption b {
  color: #fff;
  font-size: 12px;
}

.mn-store-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0 0;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
}

.mn-store-assurance article {
  min-width: 0;
  min-height: 84px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 16px 20px;
  border-right: 1px solid var(--store-line);
}

.mn-store-assurance article:last-child {
  border-right: 0;
}

.mn-store-assurance article > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #e9f8f5;
  color: var(--store-teal);
  font-size: 18px;
}

.mn-store-assurance article:nth-child(2) > i {
  background: #fff5de;
  color: #bd7b00;
}

.mn-store-assurance article:nth-child(3) > i {
  background: #edf3ff;
  color: var(--store-blue);
}

.mn-store-assurance strong,
.mn-store-assurance span {
  display: block;
}

.mn-store-assurance strong {
  color: var(--store-ink);
  font-size: 11px;
}

.mn-store-assurance span {
  margin-top: 3px;
  color: var(--store-muted);
  font-size: 9px;
  line-height: 1.4;
}

.mn-storefront .mn-store-banner {
  min-height: 138px;
  max-height: 138px;
  margin: 18px 0 0;
  border: 1px solid #173d52;
  border-bottom: 4px solid var(--store-coral);
  border-radius: 8px;
}

.mn-storefront .mn-store-banner::after {
  background: rgba(16, 43, 63, .58);
}

.mn-storefront .mn-store-banner > div {
  max-width: 720px;
  padding: 22px 28px;
}

.mn-storefront .mn-store-banner h1 {
  margin: 4px 0;
  font-size: 26px;
  line-height: 1.08;
}

.mn-storefront .mn-store-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
  padding: 22px 0 18px;
}

.mn-storefront .mn-store-catalog {
  min-width: 0;
  scroll-margin-top: 104px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mn-storefront .mn-store-catalog > .mn-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  margin: 0 0 10px;
  padding: 14px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
}

.mn-store-catalog-title {
  min-width: 0;
}

.mn-storefront .mn-store-catalog .mn-panel-kicker {
  color: var(--store-teal);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mn-storefront .mn-store-catalog h1 {
  margin: 5px 0 0;
  color: var(--store-ink);
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0;
}

.mn-store-catalog-title p {
  margin: 7px 0 0;
  color: var(--store-muted);
  font-size: 10px;
}

.mn-store-discovery {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 175px;
  gap: 9px;
}

.mn-storefront .mn-store-search {
  min-width: 0;
  min-height: 48px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: center;
  padding: 0 7px 0 14px;
  border: 1px solid #cddce3;
  border-radius: 7px;
  background: #fff;
  color: #718696;
  box-shadow: none;
}

.mn-storefront .mn-store-search:focus-within {
  border-color: var(--store-teal);
  box-shadow: 0 0 0 3px rgba(15, 143, 131, .1);
}

.mn-storefront .mn-store-search .mn-search {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  font-size: 11px;
}

.mn-store-search > button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: #edf3f5;
  color: #566e7f;
  cursor: pointer;
}

.mn-store-search > button[hidden] {
  display: none;
}

.mn-store-sort {
  min-width: 0;
  min-height: 48px;
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-content: center;
  padding: 7px 10px;
  border: 1px solid #cddce3;
  border-radius: 7px;
  background: #fff;
  color: var(--store-muted);
}

.mn-store-sort > i {
  grid-row: 1 / -1;
  align-self: center;
  color: var(--store-teal);
}

.mn-store-sort > span {
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.mn-store-sort select {
  width: 100%;
  min-width: 0;
  padding: 0 18px 0 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-image: var(--mn-select-arrow);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  color: var(--store-ink);
  font-size: 9px;
  font-weight: 800;
}

.mn-store-filter-bar {
  margin-bottom: 16px;
  padding: 10px 12px;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
}

.mn-storefront #mnCategoryFilters {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  margin: 0;
  padding: 0 4px 2px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-padding-inline: 4px;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.mn-storefront #mnCategoryFilters::-webkit-scrollbar {
  display: none;
}

.mn-storefront #mnCategoryFilters .mn-btn {
  min-height: 36px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid #d5e1e6;
  border-radius: 7px;
  background: #fff;
  color: #536b7c;
  box-shadow: none;
  font-size: 9px;
  font-weight: 800;
}

.mn-storefront #mnCategoryFilters .mn-btn b {
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf3f5;
  color: #5e7484;
  font-size: 8px;
}

.mn-storefront #mnCategoryFilters .mn-btn:hover {
  border-color: #97c6be;
  background: #f1faf8;
}

.mn-storefront #mnCategoryFilters .mn-btn.primary {
  border-color: var(--store-navy);
  background: var(--store-navy);
  color: #fff;
}

.mn-storefront #mnCategoryFilters .mn-btn.primary b {
  background: var(--store-coral);
  color: #fff;
}

.mn-storefront .mn-store-products,
.mn-storefront .mn-store-products.mode-cuadricula,
.mn-storefront .mn-store-products.mode-escaparate {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mn-storefront .mn-store-product-card,
.mn-storefront .mn-store-products.mode-escaparate .mn-store-product-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 166px minmax(132px, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(16, 43, 63, .045);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mn-store-promotion-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.mn-store-promotion-strip article {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 11px 13px;
  border: 1px solid #bce6dc;
  border-radius: 9px;
  background: linear-gradient(135deg, #effbf8, #fff);
  color: var(--store-ink);
  box-shadow: 0 8px 22px rgba(15, 118, 110, .07);
}

.mn-store-promotion-strip article > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #d9f5ee;
  color: var(--store-teal);
  font-size: 17px;
}

.mn-store-promotion-strip strong,
.mn-store-promotion-strip span { display: block; }
.mn-store-promotion-strip strong { margin-bottom: 2px; font-size: 11px; }
.mn-store-promotion-strip span { color: var(--store-muted); font-size: 9px; line-height: 1.45; }
.mn-store-promotion-strip small { color: #607684; font-size: 8px; white-space: nowrap; }
.mn-store-promotion-strip small b { padding: 4px 6px; border-radius: 5px; background: var(--store-navy); color: #fff; letter-spacing: .05em; }

.mn-storefront .mn-store-product-card:hover {
  transform: translateY(-2px);
  border-color: #9fc9c2;
  box-shadow: 0 16px 32px rgba(16, 43, 63, .11);
}

.mn-store-product-media {
  position: relative;
  min-width: 0;
  height: 166px;
  overflow: hidden;
  background: #e6edef;
}

.mn-store-product-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}

.mn-store-product-card:hover .mn-store-product-media > img {
  transform: scale(1.025);
}

.mn-storefront .mn-store-product-card.is-out .mn-store-product-media > img {
  filter: grayscale(.5);
  opacity: .72;
}

.mn-storefront .mn-store-promo,
.mn-store-stock-state {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 5px;
  background: var(--store-coral);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.mn-store-stock-state {
  right: 10px;
  left: auto;
  background: var(--store-navy);
}

.mn-store-product-body {
  min-width: 0;
  padding: 12px 14px 9px;
}

.mn-storefront .mn-store-product-card .mn-kicker {
  display: inline-flex;
  max-width: 100%;
  min-height: 23px;
  align-items: center;
  padding: 0 8px;
  overflow: hidden;
  border-radius: 5px;
  background: #e8f7f4;
  color: #087568;
  font-size: 8px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mn-storefront .mn-store-product-card h3 {
  min-height: 37px;
  margin: 8px 0 4px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--store-ink);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mn-storefront .mn-store-product-card p {
  min-height: 29px;
  margin: 0 0 6px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--store-muted);
  font-size: 9px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mn-storefront .mn-store-product-card small {
  display: block;
  overflow: hidden;
  color: #8596a2;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mn-store-product-campaign {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  padding: 6px 7px;
  border-radius: 6px;
  background: #fff3ed;
  color: #a13f2c;
  font-size: 8px;
  line-height: 1.35;
}

.mn-store-product-campaign span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mn-store-product-campaign b {
  margin-left: auto;
  padding: 2px 5px;
  border: 1px dashed #e99b87;
  border-radius: 4px;
  background: #fff;
  color: #8d3021;
  letter-spacing: .04em;
}

.mn-storefront .mn-store-card-actions {
  min-width: 0;
  min-height: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  gap: 10px;
  align-items: center;
  padding: 9px 13px 11px;
  border-top: 1px solid #e7eef1;
  background: #f9fbfb;
}

.mn-storefront .mn-store-card-actions > span {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1px 8px;
  align-items: end;
}

.mn-storefront .mn-store-card-actions > span small {
  grid-column: 1 / -1;
  color: #7b8f9d;
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.mn-storefront .mn-store-card-actions > span b {
  color: var(--store-ink);
  font-size: 17px;
}

.mn-storefront .mn-store-card-actions del {
  color: #8d9ba5;
  font-size: 8px;
}

.mn-storefront .mn-store-card-actions .mn-store-add,
.mn-storefront .mn-store-card-actions .mn-store-product-stepper {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  height: 42px;
  border-radius: 7px;
}

.mn-storefront .mn-store-card-actions .mn-store-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 10px;
  background: var(--store-teal);
  font-size: 10px;
  font-weight: 900;
  box-shadow: none;
}

.mn-storefront .mn-store-card-actions .mn-store-add:hover {
  background: var(--store-teal-dark);
}

.mn-storefront .mn-store-card-actions .mn-store-add:disabled {
  background: #b3c1c8;
  color: #fff;
}

.mn-storefront .mn-store-product-stepper {
  grid-template-columns: 42px minmax(32px, 1fr) 42px;
  border: 1px solid #9bcfc7;
  background: #e9f8f5;
}

.mn-storefront .mn-store-product-stepper button {
  cursor: pointer;
}

.mn-storefront .mn-store-products.mode-lista {
  grid-template-columns: 1fr;
}

.mn-storefront .mn-store-products.mode-lista .mn-store-product-card {
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  grid-template-rows: minmax(180px, auto);
}

.mn-storefront .mn-store-products.mode-lista .mn-store-product-media {
  width: 180px;
  height: 100%;
  min-height: 180px;
}

.mn-storefront .mn-store-products.mode-lista .mn-store-card-actions {
  min-height: 100%;
  align-content: center;
  border-top: 0;
  border-left: 1px solid #e7eef1;
}

.mn-storefront .mn-cart-panel {
  position: sticky;
  top: 112px;
  min-width: 0;
  max-height: calc(100dvh - 136px);
  align-self: start;
  overflow-y: auto;
  padding: 0 18px 18px;
  border: 1px solid var(--store-line);
  border-top: 5px solid var(--store-teal);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 43, 63, .09);
  transition: box-shadow .2s ease;
}

.mn-storefront .mn-cart-panel.is-highlighted {
  box-shadow: 0 0 0 4px rgba(15, 143, 131, .17), 0 18px 42px rgba(16, 43, 63, .14);
}

.mn-storefront .mn-store-cart-head {
  position: sticky;
  z-index: 70;
  top: 0;
  min-height: 78px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 -18px;
  padding: 15px 18px 13px;
  border-bottom: 1px solid var(--store-line);
  background: #fff;
}

.mn-storefront .mn-store-cart-head h2 {
  margin: 2px 0 0;
  color: var(--store-ink);
  font-size: 21px;
  letter-spacing: 0;
}

.mn-storefront .mn-store-cart-head .mn-page-eyebrow {
  color: var(--store-teal);
  font-size: 8px;
  font-weight: 900;
}

.mn-storefront .mn-store-cart-head .mn-badge {
  min-width: 108px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid #cbdcff;
  border-radius: 6px;
  background: #eaf2ff;
  color: #245eaf;
  font-size: 10px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.mn-storefront .mn-store-mode-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 14px 0 0;
  padding: 6px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #eff4f5;
}

.mn-storefront .mn-store-mode-compact button {
  min-width: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: #536d7d;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

.mn-storefront .mn-store-mode-compact button.active {
  border-color: var(--store-teal);
  background: var(--store-teal);
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 143, 131, .17);
}

.mn-store-mode-help {
  min-height: 42px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin: 9px 0 0;
  padding: 8px 10px;
  border-left: 3px solid var(--store-teal);
  background: #eef9f7;
  color: #49695f;
  font-size: 11px;
  line-height: 1.45;
}

.mn-store-mode-help > i {
  color: var(--store-teal);
  font-size: 15px;
}

.mn-storefront.mn-store-quote-mode .mn-cart-panel {
  border-top-color: var(--store-blue);
}

.mn-storefront.mn-store-quote-mode .mn-store-mode-help {
  border-left-color: var(--store-blue);
  background: #eef3ff;
  color: #506789;
}

.mn-storefront.mn-store-quote-mode .mn-store-mode-help > i {
  color: var(--store-blue);
}

.mn-storefront .mn-cart-items {
  max-height: 280px;
  display: grid;
  gap: 0;
  margin: 13px 0 16px;
  overflow-y: auto;
}

.mn-storefront .mn-cart-item {
  min-width: 0;
  min-height: 70px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e8eef1;
}

.mn-cart-item-media {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid #dce6ea;
  border-radius: 7px;
  background: #edf3f5;
}

.mn-cart-item-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mn-cart-item-copy {
  min-width: 0;
}

.mn-storefront .mn-cart-item strong,
.mn-storefront .mn-cart-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mn-storefront .mn-cart-item strong {
  color: var(--store-ink);
  font-size: 10px;
}

.mn-storefront .mn-cart-item small {
  margin-top: 4px;
  color: var(--store-muted);
  font-size: 8px;
}

.mn-storefront .mn-cart-item small b {
  color: var(--store-ink);
}

.mn-storefront .mn-cart-item .mn-qty {
  grid-template-columns: 27px 28px 27px;
  overflow: hidden;
  border: 1px solid #cbdde2;
  border-radius: 6px;
  background: #f4f8f9;
}

.mn-storefront .mn-cart-item .mn-qty button {
  height: 28px;
  border: 0;
  background: transparent;
  color: var(--store-teal);
  cursor: pointer;
}

.mn-storefront .mn-cart-item .mn-qty span {
  font-size: 9px;
}

.mn-store-empty-cart {
  min-height: 190px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  padding: 24px;
  border: 1px dashed #cbdce3;
  border-radius: 8px;
  background: #f5f8f9;
  color: #718594;
  text-align: center;
}

.mn-store-empty-cart i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 7px;
  border-radius: 50%;
  background: #e7eff2;
  color: #7891a0;
  font-size: 22px;
}

.mn-store-empty-cart strong {
  color: var(--store-ink);
  font-size: 11px;
}

.mn-store-empty-cart span {
  max-width: 210px;
  font-size: 8px;
  line-height: 1.5;
}

.mn-storefront .mn-cart-panel.is-empty #mnOrderForm {
  display: none !important;
}

.mn-storefront #mnOrderForm {
  display: grid;
  gap: 10px;
  padding-top: 2px;
}

.mn-storefront .mn-store-form-title {
  min-height: 46px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--store-line);
}

.mn-storefront .mn-store-form-title > i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #e7f7f4;
  color: var(--store-teal);
}

.mn-storefront .mn-store-form-title strong,
.mn-storefront .mn-store-form-title small {
  display: block;
}

.mn-storefront .mn-store-form-title strong {
  color: var(--store-ink);
  font-size: 10px;
}

.mn-storefront .mn-store-form-title small {
  margin-top: 2px;
  color: var(--store-muted);
  font-size: 7px;
}

.mn-storefront #mnOrderForm .mn-store-mobile-details > label:not(.mn-check) {
  display: grid;
  gap: 5px;
  color: #516879;
  font-size: 8px;
  font-weight: 900;
}

.mn-storefront #mnOrderForm input,
.mn-storefront #mnOrderForm select,
.mn-storefront #mnOrderForm textarea {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid #cfdee4;
  border-radius: 7px;
  outline: 0;
  background-color: #fff;
  color: var(--store-ink);
  font-size: 10px;
}

.mn-storefront #mnOrderForm select {
  padding-right: 34px;
  background-image: var(--mn-select-arrow);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 13px;
}

.mn-storefront #mnOrderForm input:focus,
.mn-storefront #mnOrderForm select:focus,
.mn-storefront #mnOrderForm textarea:focus {
  border-color: var(--store-teal);
  box-shadow: 0 0 0 3px rgba(15, 143, 131, .1);
}

.mn-storefront #mnOrderForm textarea {
  min-height: 68px;
  resize: vertical;
}

.mn-storefront #mnOrderForm .mn-store-invoice-check {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 9px 11px;
  border: 1px solid #cfdee4;
  border-radius: 7px;
  background: #f8fbfc;
  color: var(--store-ink);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
}

.mn-storefront #mnOrderForm .mn-store-invoice-check:hover {
  border-color: #9fc9c2;
  background: #f1faf8;
}

.mn-storefront #mnOrderForm .mn-store-invoice-check input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  flex: 0 0 18px;
  margin: 0;
  padding: 0;
  border: 1px solid #aabdc6;
  border-radius: 4px;
  box-shadow: none;
  accent-color: var(--store-teal);
  cursor: pointer;
}

.mn-storefront #mnOrderForm .mn-store-invoice-check input[type="checkbox"]:focus-visible {
  outline: 2px solid rgba(15, 143, 131, .35);
  outline-offset: 2px;
}

.mn-storefront #mnOrderForm .mn-store-invoice-check span {
  min-width: 0;
  display: block;
}

.mn-storefront .mn-checkout-map {
  min-height: 180px;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 7px;
}

.mn-storefront .mn-store-breakdown {
  display: grid;
  gap: 7px;
  margin-top: 8px;
  padding-top: 11px;
  border-top: 1px solid var(--store-line);
}

.mn-storefront .mn-store-breakdown-row,
.mn-storefront .mn-store-order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mn-storefront .mn-store-breakdown-row {
  color: var(--store-muted);
  font-size: 9px;
  font-weight: 800;
}

.mn-storefront .mn-store-breakdown-row strong {
  color: var(--store-ink);
  font-size: 10px;
}

.mn-storefront .mn-store-order-total {
  margin-top: 2px;
  padding: 12px 0 4px;
  border-top: 1px solid var(--store-line);
}

.mn-storefront .mn-store-order-total > span {
  color: var(--store-ink);
  font-size: 9px;
  font-weight: 900;
}

.mn-storefront .mn-store-order-total strong {
  color: var(--store-ink);
  font-size: 23px;
}

.mn-storefront .mn-store-order-submit {
  width: 100%;
  min-height: 48px;
  border-radius: 7px;
  background: var(--store-teal);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(15, 143, 131, .18);
}

.mn-storefront.mn-store-quote-mode .mn-store-order-submit {
  background: var(--store-blue);
  box-shadow: 0 12px 24px rgba(46, 110, 234, .18);
}

.mn-storefront .mn-cart-panel .mn-quote-actions {
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 10px 0 0;
  padding: 0;
}

.mn-storefront .mn-cart-panel .mn-quote-actions .mn-btn {
  min-width: 0;
  min-height: 42px;
  justify-content: center;
  padding: 0 8px;
  border-radius: 7px;
  font-size: 9px;
}

.mn-store-footer {
  border-top: 6px solid var(--store-coral);
  background: var(--store-navy);
  color: #fff;
}

.mn-store-footer-inner {
  min-height: 150px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 28px 0;
}

.mn-store-footer-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mn-store-footer-brand strong,
.mn-store-footer-brand small {
  display: block;
}

.mn-store-footer-brand strong {
  font-size: 14px;
}

.mn-store-footer-brand small {
  max-width: 560px;
  margin-top: 4px;
  overflow: hidden;
  color: #aebfc8;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mn-store-footer-links {
  display: flex;
  gap: 18px;
}

.mn-store-footer a {
  color: #dbe8ed;
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
}

.mn-store-footer a:hover {
  color: #62dfcc;
}

.mn-store-powered {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #8ca4b0;
  font-size: 8px;
}

.mn-store-powered a {
  color: #62dfcc;
}

@media (max-width: 1240px) {
  .mn-storefront .mn-store-header .mn-store-header-inner {
    grid-template-columns: minmax(220px, 1fr) auto;
  }

  .mn-store-header-nav {
    display: none;
  }

  .mn-store-intro {
    grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
  }

  .mn-storefront .mn-store-grid {
    grid-template-columns: minmax(0, 1fr) 365px;
    gap: 18px;
  }

  .mn-storefront .mn-store-catalog > .mn-panel-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mn-storefront .mn-store-products,
  .mn-storefront .mn-store-products.mode-cuadricula,
  .mn-storefront .mn-store-products.mode-escaparate {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .mn-storefront {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .mn-storefront .mn-store-header {
    border-top-width: 0;
  }

  .mn-storefront .mn-store-header::before {
    height: 4px;
  }

  .mn-storefront .mn-store-header .mn-store-header-inner {
    width: 100%;
    min-height: 68px;
    display: flex;
    gap: 8px;
    padding: 8px 12px;
  }

  .mn-storefront .mn-store-header-copy {
    max-width: calc(100vw - 112px);
    flex: 1 1 auto;
    align-self: stretch;
    display: flex;
    align-items: center;
  }

  .mn-storefront .mn-store-header .mn-logo-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .mn-storefront .mn-store-header .mn-brand {
    font-size: 14px;
  }

  .mn-storefront .mn-store-header p {
    max-width: 100%;
    margin-left: 53px;
    font-size: 8px;
  }

  .mn-storefront .mn-store-header .mn-actions {
    margin-left: auto;
  }

  .mn-storefront .mn-store-header .mn-actions > :not(#mnClientInstall):not(#mnWhatsappStore) {
    display: none !important;
  }

  .mn-storefront .mn-store-header #mnClientInstall,
  .mn-storefront .mn-store-header #mnWhatsappStore {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }

  .mn-storefront .mn-store-header #mnClientInstall i,
  .mn-storefront .mn-store-header #mnWhatsappStore i {
    margin: 0;
    font-size: 17px;
  }

  .mn-store-main {
    width: 100%;
    padding: 0 14px;
  }

  .mn-store-intro {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .mn-store-intro-copy {
    padding: 28px 24px;
  }

  .mn-store-intro h1 {
    font-size: 31px;
  }

  .mn-store-intro-copy > p {
    font-size: 12px;
  }

  .mn-store-intro-gallery {
    height: 230px;
    padding: 0;
  }

  .mn-store-assurance {
    grid-template-columns: 1fr;
  }

  .mn-store-assurance article {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid var(--store-line);
  }

  .mn-store-assurance article:last-child {
    border-bottom: 0;
  }

  .mn-storefront .mn-store-banner {
    min-height: 108px;
    max-height: 108px;
    margin-top: 10px;
  }

  .mn-storefront .mn-store-banner > div {
    padding: 16px 18px;
  }

  .mn-storefront .mn-store-banner h1 {
    font-size: 22px;
  }

  .mn-storefront .mn-store-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 14px 0 18px;
  }

  .mn-storefront .mn-store-catalog > .mn-panel-head {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0;
    padding: 14px;
  }

  .mn-store-discovery {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 124px;
    gap: 8px;
  }

  .mn-store-sort {
    grid-template-columns: 17px minmax(0, 1fr);
    grid-template-rows: 1fr;
    padding: 0 9px;
  }

  .mn-store-sort > i {
    grid-row: auto;
  }

  .mn-store-sort > span {
    display: none;
  }

  .mn-store-sort select {
    text-align: right;
  }

  .mn-store-filter-bar {
    margin-right: 0;
    margin-left: 0;
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px solid var(--store-line);
    border-left: 1px solid var(--store-line);
    border-radius: 8px;
  }

  .mn-storefront #mnCategoryFilters {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 4px 2px !important;
  }

  .mn-storefront .mn-store-products,
  .mn-storefront .mn-store-products.mode-cuadricula,
  .mn-storefront .mn-store-products.mode-escaparate {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .mn-storefront .mn-store-product-card,
  .mn-storefront .mn-store-products.mode-escaparate .mn-store-product-card {
    grid-template-rows: 150px minmax(150px, 1fr) auto;
  }

  .mn-store-product-media {
    height: 150px;
  }

  .mn-store-product-body {
    padding: 12px 11px 8px;
  }

  .mn-storefront .mn-store-product-card h3 {
    min-height: 37px;
    font-size: 12px;
  }

  .mn-storefront .mn-store-product-card p {
    min-height: 34px;
    font-size: 8px;
    -webkit-line-clamp: 2;
  }

  .mn-storefront .mn-store-card-actions {
    min-height: 104px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 40px;
    gap: 8px;
    align-items: stretch;
    padding: 10px;
  }

  .mn-storefront .mn-store-product-card .mn-store-card-actions {
    display: grid !important;
    justify-content: stretch;
  }

  .mn-storefront .mn-store-card-actions > span {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 2px;
  }

  .mn-storefront .mn-store-card-actions > span small,
  .mn-storefront .mn-store-card-actions > span b,
  .mn-storefront .mn-store-card-actions > span del {
    grid-column: 1;
  }

  .mn-storefront .mn-store-card-actions > span b {
    overflow: hidden;
    font-size: 16px;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mn-storefront .mn-store-card-actions .mn-store-add,
  .mn-storefront .mn-store-card-actions .mn-store-product-stepper {
    width: 100% !important;
    min-width: 0 !important;
    height: 40px;
    min-height: 40px;
    grid-column: 1;
    border-radius: 7px;
  }

  .mn-storefront .mn-store-card-actions .mn-store-add {
    display: inline-flex !important;
    justify-content: center;
    padding: 0 10px !important;
    font-size: 10px !important;
  }

  .mn-storefront .mn-store-card-actions .mn-store-add span {
    display: inline !important;
  }

  .mn-storefront .mn-store-product-stepper {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
  }

  .mn-storefront .mn-store-form-title.mn-mobile-details-toggle {
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    column-gap: 9px;
  }

  .mn-storefront .mn-store-form-title.mn-mobile-details-toggle > span:nth-child(2) {
    min-width: 0;
  }

  .mn-storefront .mn-store-form-title.mn-mobile-details-toggle .mn-mobile-details-chevron {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    justify-self: end;
  }

  .mn-storefront .mn-store-products.mode-lista .mn-store-product-card {
    grid-template-columns: 110px minmax(0, 1fr);
    grid-template-rows: minmax(150px, auto) auto;
  }

  .mn-storefront .mn-store-products.mode-lista .mn-store-product-media {
    width: 110px;
    min-height: 150px;
  }

  .mn-storefront .mn-store-products.mode-lista .mn-store-card-actions {
    grid-column: 1 / -1;
    min-height: 104px;
    border-top: 1px solid #e7eef1;
    border-left: 0;
  }

  .mn-storefront .mn-cart-panel {
    position: fixed;
    z-index: 810;
    inset: auto 8px 8px;
    top: auto;
    width: auto;
    height: min(94dvh, 860px);
    max-height: min(94dvh, 860px);
    display: block;
    padding: 0 16px 16px;
    overflow-y: auto;
    border-top-width: 5px;
    border-radius: 8px;
    transform: translateY(calc(100% + 24px));
    transition: transform .24s ease;
  }

  .mn-storefront.mn-store-cart-open .mn-cart-panel {
    transform: translateY(0);
  }

  .mn-storefront .mn-store-cart-head {
    margin: 0 -16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .mn-storefront .mn-store-cart-close {
    display: grid;
  }

  .mn-storefront .mn-store-mode-compact,
  .mn-storefront .mn-store-mode-help {
    display: none !important;
  }

  .mn-storefront .mn-cart-items {
    max-height: none;
    overflow: visible;
  }

  .mn-storefront .mn-cart-panel.is-empty #mnOrderForm {
    display: none !important;
  }

  .mn-storefront .mn-mobile-cart.has-items {
    right: 12px;
    bottom: calc(70px + env(safe-area-inset-bottom));
    left: 12px;
    min-height: 58px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto 14px;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid #24495e;
    border-radius: 8px;
    background: var(--store-navy);
    box-shadow: 0 18px 42px rgba(16, 43, 63, .25);
  }

  .mn-storefront .mn-store-bottom-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--store-line);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -8px 24px rgba(16, 43, 63, .11);
    backdrop-filter: blur(12px);
  }

  .mn-store-footer {
    margin-bottom: 58px;
  }

  .mn-store-footer-inner {
    width: calc(100% - 28px);
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 26px 0;
  }

  .mn-store-footer-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .mn-store-powered {
    grid-column: auto;
  }
}

@media (max-width: 1024px), (hover: none) and (pointer: coarse) {
  .mn-storefront .mn-store-assurance,
  .mn-storefront .mn-store-footer {
    display: none;
  }
}

@media (max-width: 480px) {
  .mn-store-intro-copy {
    padding: 24px 20px;
  }

  .mn-store-intro h1 {
    font-size: 27px;
  }

  .mn-store-intro-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mn-store-intro-actions .mn-btn {
    width: 100%;
    justify-content: center;
  }

  .mn-store-intro-promises {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .mn-store-intro-promises span:last-child {
    grid-column: 1 / -1;
  }

  .mn-store-intro-gallery {
    height: 190px;
  }

  .mn-store-intro-gallery figcaption {
    padding: 8px;
  }

  .mn-store-intro-gallery figcaption strong {
    font-size: 9px;
  }

  .mn-store-intro-gallery figcaption b {
    font-size: 10px;
  }

  .mn-storefront .mn-store-catalog > .mn-panel-head {
    padding: 16px;
  }

  .mn-storefront .mn-store-catalog h1 {
    font-size: 24px;
  }

  .mn-storefront .mn-store-product-card,
  .mn-storefront .mn-store-products.mode-escaparate .mn-store-product-card {
    grid-template-rows: 132px minmax(142px, 1fr) auto;
  }

  .mn-store-product-media {
    height: 132px;
  }

  .mn-storefront .mn-store-card-actions .mn-store-add,
  .mn-storefront .mn-store-card-actions .mn-store-product-stepper {
    min-height: 40px;
    height: 40px;
  }
}

@media (max-width: 340px) {
  .mn-storefront .mn-store-products,
  .mn-storefront .mn-store-products.mode-cuadricula,
  .mn-storefront .mn-store-products.mode-escaparate {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .mn-storefront .mn-mobile-cart .mn-mobile-cart-copy {
    min-width: 0;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
    align-content: center;
    align-items: start;
    justify-items: start;
    text-align: left;
  }

  .mn-storefront .mn-mobile-cart .mn-mobile-cart-copy > strong,
  .mn-storefront .mn-mobile-cart .mn-mobile-cart-copy > small {
    width: 100%;
    display: block !important;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mn-storefront .mn-mobile-cart .mn-mobile-cart-copy > strong {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.15;
  }

  .mn-storefront .mn-mobile-cart .mn-mobile-cart-copy > small {
    color: rgba(255, 255, 255, .76);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.15;
  }

  .mn-storefront .mn-store-mode-fab {
    box-sizing: border-box;
    width: auto;
    min-width: 48px;
    max-width: 190px;
    height: 48px;
    min-height: 48px;
    justify-content: center;
    gap: 9px;
    overflow: hidden;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: #102b43;
    box-shadow: 0 14px 32px rgba(16, 43, 67, .28);
    transition: max-width .28s ease, padding .28s ease, gap .28s ease, transform .2s ease, box-shadow .2s ease;
  }

  .mn-storefront .mn-store-mode-fab > i {
    flex: 0 0 auto;
    font-size: 19px;
  }

  .mn-storefront .mn-store-mode-fab > span {
    max-width: 118px;
    overflow: hidden;
    opacity: 1;
    white-space: nowrap;
    transform: translateX(0);
    transition: max-width .28s ease, opacity .2s ease, transform .28s ease;
  }

  .mn-storefront .mn-store-mode-fab.is-collapsed {
    max-width: 48px;
    gap: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .mn-storefront .mn-store-mode-fab.is-collapsed > span {
    max-width: 0;
    opacity: 0;
    transform: translateX(8px);
  }

  .mn-storefront .mn-store-mode-fab.is-switching {
    transform: scale(.94);
    box-shadow: 0 8px 20px rgba(16, 43, 67, .2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mn-storefront .mn-store-mode-fab,
  .mn-storefront .mn-store-mode-fab > span {
    transition: none;
  }
}

/* 2026 storefront refresh: clear, fast and commerce-first. */
.mn-storefront {
  --store-navy: #173d49;
  --store-ink: #18313d;
  --store-teal: var(--mn-teal, #0f8f83);
  --store-teal-dark: #08786f;
  --store-coral: #ff765e;
  --store-yellow: #f5bd43;
  --store-blue: #3978ec;
  --store-muted: #637985;
  --store-line: #e1e8eb;
  --store-soft: #f5f8f8;
  background: #f6f8f8;
}

.mn-storefront .mn-store-header {
  border: 0;
  border-bottom: 1px solid #e3e9ec;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 6px 24px rgba(35, 59, 70, .07);
  backdrop-filter: blur(18px);
}

.mn-storefront .mn-store-header::before {
  display: none;
}

.mn-storefront .mn-store-header .mn-store-header-inner {
  width: min(1360px, calc(100% - 48px));
  min-height: 74px;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  gap: 24px;
  padding: 10px 0;
}

.mn-storefront .mn-store-header .mn-brand {
  gap: 12px;
  color: var(--store-ink);
  text-decoration: none;
}

.mn-storefront .mn-store-header .mn-logo-mark,
.mn-storefront .mn-store-footer .mn-logo-mark {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--store-teal), #27b9a7);
  box-shadow: 0 7px 18px rgba(15, 143, 131, .2);
}

.mn-store-brand-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.mn-store-brand-copy strong {
  overflow: hidden;
  color: var(--store-ink);
  font-size: 15px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mn-store-brand-copy small {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #758993;
  font-size: 9px;
  font-weight: 700;
}

.mn-store-brand-copy small i {
  color: var(--store-teal);
}

.mn-store-header-nav {
  gap: 8px;
}

.mn-store-header-nav a,
.mn-store-header-nav button {
  min-height: 42px;
  padding: 0 14px;
  border-color: transparent;
  border-radius: 12px;
  color: #506875;
  font-size: 10px;
}

.mn-store-header-nav a:hover,
.mn-store-header-nav button:hover {
  border-color: #cfe7e2;
  background: #eff9f7;
  color: #08786f;
}

.mn-store-header-nav b {
  background: var(--store-teal);
}

.mn-storefront .mn-store-header .mn-btn,
.mn-storefront .mn-store-header .mn-icon-btn {
  border-color: #d9e3e6;
  border-radius: 12px;
  background: #fff;
  color: #526b77;
}

.mn-storefront .mn-store-header #mnWhatsappStore {
  border-color: #cdebe0;
  background: #ecfaf5;
  color: #087b5b;
}

.mn-store-main {
  width: min(1360px, calc(100% - 48px));
}

.mn-storefront .mn-store-grid {
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 24px;
  padding: 24px 0 20px;
}

.mn-storefront .mn-store-catalog > .mn-panel-head {
  gap: 20px;
  margin-bottom: 14px;
  padding: 22px;
  border-color: #e2e9ec;
  border-radius: 20px;
  box-shadow: 0 9px 28px rgba(41, 64, 75, .045);
}

.mn-store-catalog-topline {
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.mn-store-catalog-topline > div:first-child > span,
.mn-store-results-head > div > span {
  color: var(--store-teal);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mn-storefront .mn-store-catalog-topline h1 {
  margin: 5px 0 0;
  color: var(--store-ink);
  font-size: clamp(25px, 2.5vw, 36px);
  letter-spacing: -.035em;
}

.mn-store-catalog-topline p {
  margin: 7px 0 0;
  color: var(--store-muted);
  font-size: 10px;
}

.mn-store-service-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.mn-store-service-pills span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid #dce7e9;
  border-radius: 999px;
  background: #f8fafb;
  color: #55707b;
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.mn-store-service-pills i {
  color: var(--store-teal);
  font-size: 12px;
}

.mn-store-discovery {
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 10px;
}

.mn-storefront .mn-store-search,
.mn-store-sort {
  min-height: 52px;
  border-color: #dbe4e7;
  border-radius: 14px;
  background: #f7f9fa;
}

.mn-storefront .mn-store-search {
  padding-left: 16px;
}

.mn-storefront .mn-store-search .mn-search {
  min-height: 50px;
  color: var(--store-ink);
  font-size: 11px;
}

.mn-store-search > button {
  border-radius: 10px;
  background: #edf2f3;
}

.mn-store-sort {
  padding-inline: 12px;
}

.mn-store-filter-bar {
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

.mn-storefront #mnCategoryFilters {
  gap: 8px;
  padding: 1px 1px 4px;
}

.mn-storefront #mnCategoryFilters .mn-btn {
  min-height: 39px;
  gap: 7px;
  padding: 0 13px;
  border-color: #dfe7e9;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(45, 67, 77, .035);
  color: #58707b;
}

.mn-storefront #mnCategoryFilters .mn-btn > i {
  color: var(--store-teal);
  font-size: 12px;
}

.mn-storefront #mnCategoryFilters .mn-btn.primary {
  border-color: var(--store-teal);
  background: var(--store-teal);
  color: #fff;
}

.mn-storefront #mnCategoryFilters .mn-btn.primary > i {
  color: #fff;
}

.mn-storefront #mnCategoryFilters .mn-btn.primary b {
  background: rgba(255, 255, 255, .2);
}

.mn-store-results-head {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  padding: 0 2px;
}

.mn-store-results-head > div {
  display: grid;
  gap: 3px;
}

.mn-store-results-head strong {
  color: var(--store-ink);
  font-size: 15px;
}

.mn-store-results-head > small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6f838d;
  font-size: 8px;
  font-weight: 800;
}

.mn-store-results-head > small i {
  color: var(--store-teal);
  font-size: 12px;
}

.mn-storefront .mn-store-products,
.mn-storefront .mn-store-products.mode-cuadricula,
.mn-storefront .mn-store-products.mode-escaparate {
  gap: 14px;
}

.mn-storefront .mn-store-product-card,
.mn-storefront .mn-store-products.mode-escaparate .mn-store-product-card {
  display: grid;
  grid-template-rows: 184px minmax(132px, 1fr) auto;
  border-color: #e1e8eb;
  border-radius: 17px;
  box-shadow: 0 7px 24px rgba(35, 59, 70, .055);
}

.mn-storefront .mn-store-product-card:hover {
  border-color: #b8d9d3;
  box-shadow: 0 17px 34px rgba(35, 59, 70, .105);
}

.mn-store-product-media {
  height: 184px;
  background: #f0f3f4;
}

.mn-storefront .mn-store-promo,
.mn-store-stock-state {
  top: 11px;
  left: 11px;
  border-radius: 999px;
}

.mn-store-product-body {
  padding: 14px 15px 10px;
}

.mn-storefront .mn-store-product-card .mn-kicker {
  min-height: 0;
  padding: 0;
  background: transparent;
  color: var(--store-teal-dark);
  font-size: 8px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mn-storefront .mn-store-product-card h3 {
  margin-top: 7px;
  font-size: 14px;
}

.mn-storefront .mn-store-card-actions {
  min-height: 72px;
  padding: 10px 14px 12px;
  border-top-color: #edf1f2;
  background: #fff;
}

.mn-storefront .mn-store-card-actions .mn-store-add,
.mn-storefront .mn-store-card-actions .mn-store-product-stepper {
  border-radius: 12px;
}

.mn-storefront .mn-cart-panel {
  top: 98px;
  max-height: calc(100dvh - 118px);
  border-color: #e0e7ea;
  border-top-width: 1px;
  border-radius: 20px;
  box-shadow: 0 16px 42px rgba(35, 59, 70, .09);
}

.mn-storefront .mn-store-cart-head {
  border-radius: 20px 20px 0 0;
}

.mn-store-assurance {
  margin: 4px 0 24px;
  border-color: #e1e8eb;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(35, 59, 70, .045);
}

.mn-store-promotion-strip article {
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(15, 118, 110, .06);
}

.mn-storefront .mn-store-banner {
  overflow: hidden;
  border-color: #e0e7e9;
  border-bottom-width: 1px;
  border-radius: 20px;
}

.mn-store-footer {
  border-top: 1px solid #e1e8eb;
  background: #fff;
}

@media (max-width: 1240px) {
  .mn-storefront .mn-store-header .mn-store-header-inner {
    grid-template-columns: minmax(220px, 1fr) auto;
  }

  .mn-storefront .mn-store-grid {
    grid-template-columns: minmax(0, 1fr) 350px;
  }

  .mn-store-service-pills span:nth-child(2) {
    display: none;
  }
}

@media (max-width: 900px) {
  .mn-storefront {
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
    background: #fff;
  }

  .mn-storefront .mn-store-header {
    box-shadow: 0 4px 18px rgba(34, 58, 69, .065);
  }

  .mn-storefront .mn-store-header .mn-store-header-inner {
    min-height: 64px;
    padding: 8px 12px;
  }

  .mn-storefront .mn-store-header-copy {
    max-width: calc(100vw - 108px);
  }

  .mn-storefront .mn-store-header .mn-logo-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 12px;
  }

  .mn-storefront .mn-store-header .mn-brand {
    gap: 10px;
  }

  .mn-store-brand-copy strong {
    font-size: 13px;
  }

  .mn-store-brand-copy small {
    font-size: 8px;
  }

  .mn-storefront .mn-store-header #mnClientInstall,
  .mn-storefront .mn-store-header #mnWhatsappStore {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    border-color: #d7ebe5;
    border-radius: 12px;
    background: #effaf6;
    color: #098261;
  }

  .mn-store-main {
    width: 100%;
    padding: 0;
  }

  .mn-storefront .mn-store-grid {
    padding: 0 0 18px;
  }

  .mn-storefront .mn-store-catalog > .mn-panel-head {
    position: sticky;
    z-index: 210;
    top: 64px;
    margin: 0;
    padding: 11px 12px 10px;
    border: 0;
    border-bottom: 1px solid #edf1f2;
    border-radius: 0;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 7px 20px rgba(40, 62, 72, .055);
    backdrop-filter: blur(16px);
  }

  .mn-store-catalog-topline {
    display: none;
  }

  .mn-store-discovery {
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 8px;
  }

  .mn-storefront .mn-store-search,
  .mn-store-sort {
    min-height: 46px;
    border-radius: 13px;
    background: #f4f7f7;
  }

  .mn-storefront .mn-store-search .mn-search {
    min-height: 44px;
    font-size: 11px;
  }

  .mn-store-filter-bar {
    margin: 0;
    padding: 11px 12px 6px;
    border: 0;
    border-radius: 0;
    background: #fff;
  }

  .mn-storefront #mnCategoryFilters {
    gap: 7px;
    padding: 1px 0 5px !important;
  }

  .mn-storefront #mnCategoryFilters .mn-btn {
    min-height: 38px;
    padding: 0 12px;
    box-shadow: none;
  }

  .mn-store-results-head {
    min-height: 48px;
    margin: 0;
    padding: 5px 14px 7px;
  }

  .mn-store-results-head strong {
    font-size: 13px;
  }

  .mn-store-results-head > small {
    font-size: 7px;
  }

  .mn-storefront .mn-store-products,
  .mn-storefront .mn-store-products.mode-cuadricula,
  .mn-storefront .mn-store-products.mode-escaparate {
    gap: 10px;
    padding: 0 12px 12px;
  }

  .mn-storefront .mn-store-product-card,
  .mn-storefront .mn-store-products.mode-escaparate .mn-store-product-card {
    grid-template-rows: 142px minmax(102px, 1fr) 64px;
    border-radius: 15px;
    box-shadow: 0 5px 18px rgba(35, 59, 70, .055);
  }

  .mn-store-product-media {
    height: 142px;
  }

  .mn-store-product-body {
    padding: 10px 11px 7px;
  }

  .mn-storefront .mn-store-product-card h3 {
    min-height: 35px;
    margin: 6px 0 4px;
    font-size: 12px;
    line-height: 1.4;
  }

  .mn-storefront .mn-store-product-card p,
  .mn-storefront .mn-store-product-card small + small,
  .mn-storefront .mn-store-product-card .mn-variant-pills {
    display: none;
  }

  .mn-storefront .mn-store-product-card small {
    font-size: 8px;
  }

  .mn-store-product-campaign {
    margin-top: 6px;
    padding: 5px 6px;
  }

  .mn-store-product-campaign span {
    display: none;
  }

  .mn-storefront .mn-store-card-actions {
    min-height: 64px;
    grid-template-columns: minmax(0, 1fr) 82px;
    grid-template-rows: 44px;
    gap: 8px;
    padding: 9px 10px 10px;
  }

  .mn-storefront .mn-store-card-actions > span {
    width: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 1px;
  }

  .mn-storefront .mn-store-card-actions > span small,
  .mn-storefront .mn-store-card-actions > span b,
  .mn-storefront .mn-store-card-actions > span del {
    grid-column: 1;
  }

  .mn-storefront .mn-store-card-actions > span small {
    display: none;
  }

  .mn-storefront .mn-store-card-actions > span b {
    font-size: 16px;
  }

  .mn-storefront .mn-store-card-actions .mn-store-add {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px;
    min-height: 42px;
    grid-column: 2;
    justify-self: end;
    padding: 0 !important;
    border-radius: 13px;
    font-size: 17px !important;
  }

  .mn-storefront .mn-store-card-actions .mn-store-add span {
    display: none !important;
  }

  .mn-storefront .mn-store-card-actions .mn-store-product-stepper {
    width: 82px !important;
    min-width: 0 !important;
    height: 42px;
    min-height: 42px;
    grid-column: 2;
    grid-template-columns: 27px 28px 27px;
    justify-self: end;
    border-radius: 13px;
  }

  .mn-storefront .mn-store-products.mode-lista {
    padding-inline: 12px;
  }

  .mn-storefront .mn-cart-panel {
    inset: auto 0 0;
    height: min(92dvh, 860px);
    max-height: min(92dvh, 860px);
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
    border: 0;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -18px 60px rgba(26, 52, 64, .2);
  }

  .mn-storefront .mn-store-cart-head {
    border-radius: 24px 24px 0 0;
  }

  .mn-storefront .mn-mobile-cart.has-items {
    right: 12px;
    bottom: calc(72px + env(safe-area-inset-bottom));
    left: 12px;
    min-height: 58px;
    border: 0;
    border-radius: 18px;
    background: var(--store-teal);
    box-shadow: 0 16px 36px rgba(15, 143, 131, .27);
  }

  .mn-storefront .mn-store-bottom-nav {
    border-top-color: #e4eaec;
    box-shadow: 0 -7px 24px rgba(31, 55, 66, .09);
  }

  .mn-storefront .mn-store-mode-fab {
    border-color: #dbe4e7;
    background: #fff;
    color: var(--store-ink);
    box-shadow: 0 12px 30px rgba(31, 55, 66, .15);
  }

  .mn-storefront .mn-store-banner {
    margin: 10px 12px 0;
    border-radius: 16px;
  }

  .mn-store-promotion-strip {
    display: flex;
    gap: 8px;
    margin: 10px 12px 2px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mn-store-promotion-strip::-webkit-scrollbar {
    display: none;
  }

  .mn-store-promotion-strip article {
    min-width: min(310px, calc(100vw - 40px));
    flex: 0 0 auto;
  }
}

@media (max-width: 480px) {
  .mn-store-brand-copy small {
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mn-store-discovery {
    grid-template-columns: minmax(0, 1fr) 106px;
  }

  .mn-store-sort {
    padding: 0 9px;
  }

  .mn-storefront .mn-store-products,
  .mn-storefront .mn-store-products.mode-cuadricula,
  .mn-storefront .mn-store-products.mode-escaparate {
    gap: 8px;
    padding-inline: 10px;
  }

  .mn-storefront .mn-store-product-card,
  .mn-storefront .mn-store-products.mode-escaparate .mn-store-product-card {
    grid-template-rows: 128px minmax(98px, 1fr) 62px;
  }

  .mn-store-product-media {
    height: 128px;
  }

  .mn-store-results-head {
    padding-inline: 12px;
  }

  .mn-store-results-head > small {
    display: none;
  }
}
