html.mm-lock-scroll, body.mm-lock-scroll{ overflow:hidden !important; }

/* ==========================================================
   Materials Market UI v2
   Scope: public market pages only (index / offer / vendor)
   Goal: premium, app-like, RTL-first, desktop + mobile polish
========================================================== */

.mm-page{
  --mm-shell-w: 1280px;
  --mm-card-radius: 30px;
  --mm-card-radius-sm: 22px;
  --mm-shadow: 0 18px 40px rgba(2,6,23,.08);
  --mm-shadow-soft: 0 10px 24px rgba(2,6,23,.06);
  --mm-shadow-hover: 0 26px 56px rgba(2,6,23,.11);
  --mm-border: rgba(148,163,184,.22);
  --mm-border-strong: rgba(148,163,184,.32);
  --mm-surface: rgba(255,255,255,.96);
  --mm-surface-soft: rgba(248,250,252,.92);
  --mm-muted: #64748B;
  --mm-ink: #0F172A;
  --mm-hero-grad: radial-gradient(circle at top right, rgba(37,188,207,.18), transparent 34%), radial-gradient(circle at left 20%, rgba(225,186,65,.18), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.96), rgba(241,245,249,.96));
}

.mm-page .mm-shell{
  width:min(100%, var(--mm-shell-w));
  margin-inline:auto;
  padding-inline:16px;
}

.mm-page .mm-card,
.mm-page .mm-glass,
.mm-page .mm-panel{
  background: var(--mm-surface);
  border:1px solid var(--mm-border);
  border-radius: var(--mm-card-radius);
  box-shadow: var(--mm-shadow-soft);
}

.mm-page .mm-panel{
  border-radius: 24px;
}

.mm-page .mm-glass{
  background: rgba(255,255,255,.78);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.mm-page .mm-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.2);
  background: rgba(255,255,255,.78);
  color:var(--mm-ink);
  font-size:12px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(2,6,23,.05);
}
.mm-page .mm-eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--tl-secondary), var(--tl-primary));
  box-shadow:0 0 0 5px rgba(37,188,207,.12);
}

.mm-page .mm-headline{
  color:var(--mm-ink);
  font-weight:900;
  line-height:1.16;
  letter-spacing:-.015em;
}

.mm-page .mm-copy{
  color:#475569;
  line-height:2;
}

.mm-page .mm-metrics{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:14px;
}
.mm-page .mm-metric{
  padding:16px 18px;
  border:1px solid rgba(148,163,184,.18);
  border-radius:22px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
}
.mm-page .mm-metric__value{
  color:var(--mm-ink);
  font-size:1.55rem;
  font-weight:900;
  line-height:1;
}
.mm-page .mm-metric__label{
  margin-top:8px;
  color:var(--mm-muted);
  font-size:12px;
  font-weight:800;
}

.mm-page .mm-quick-chips{
  display:flex;
  align-items:center;
  gap:10px;
  overflow-x:auto;
  padding-bottom:6px;
  scrollbar-width:none;
}
.mm-page .mm-quick-chips::-webkit-scrollbar{ display:none; }
.mm-page .mm-quick-chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:0 16px;
  white-space:nowrap;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.22);
  background:rgba(255,255,255,.94);
  color:#1E293B;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(2,6,23,.05);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.mm-page .mm-quick-chip:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(2,6,23,.09);
  border-color:rgba(37,188,207,.35);
}
.mm-page .mm-quick-chip.is-active{
  border-color:rgba(37,188,207,.34);
  background:rgba(237,254,255,.95);
  color:#0F6E7B;
}
.mm-page .mm-quick-chip__count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:30px;
  height:30px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(15,23,42,.06);
  color:#0F172A;
  font-size:12px;
  font-weight:900;
}

.mm-page .mm-hero{
  position:relative;
  overflow:hidden;
  padding:22px 0 18px;
}
.mm-page .mm-hero::before,
.mm-page .mm-hero::after{
  content:"";
  position:absolute;
  border-radius:999px;
  filter:blur(20px);
  opacity:.85;
  pointer-events:none;
}
.mm-page .mm-hero::before{
  width:280px;
  height:280px;
  top:-110px;
  right:-70px;
  background:rgba(37,188,207,.16);
}
.mm-page .mm-hero::after{
  width:280px;
  height:280px;
  bottom:-140px;
  left:-90px;
  background:rgba(225,186,65,.16);
}
.mm-page .mm-hero__grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);
  gap:22px;
}
.mm-page .mm-hero__main,
.mm-page .mm-hero__side{
  position:relative;
}
.mm-page .mm-hero-card{
  padding:28px;
  background:var(--mm-hero-grad);
  border:1px solid rgba(148,163,184,.18);
  border-radius:34px;
  box-shadow:var(--mm-shadow);
}
.mm-page .mm-hero-card .mm-headline{
  margin:18px 0 0;
  font-size:clamp(2rem, 3vw, 3.45rem);
}
.mm-page .mm-hero-card .mm-copy{
  margin-top:16px;
  max-width:44rem;
  font-size:15px;
}
.mm-page .mm-searchbar{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:22px;
  padding:12px;
  border-radius:24px;
  border:1px solid rgba(148,163,184,.2);
  background:rgba(255,255,255,.92);
  box-shadow:0 14px 32px rgba(2,6,23,.08);
}
.mm-page .mm-searchbar__field{
  display:flex;
  align-items:center;
  gap:12px;
  flex:1;
  min-width:0;
  border-radius:18px;
  background:rgba(248,250,252,.96);
  border:1px solid rgba(148,163,184,.18);
  padding:12px 16px;
}
.mm-page .mm-searchbar__icon{
  width:38px;
  height:38px;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(34,47,117,.12), rgba(37,188,207,.14));
  color:var(--tl-primary);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.mm-page .mm-searchbar__input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#0F172A;
  font-size:14px;
  font-weight:800;
}
.mm-page .mm-searchbar__input::placeholder{ color:#94A3B8; font-weight:700; }
.mm-page .mm-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:16px;
}
.mm-page .mm-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 18px;
  border-radius:18px;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  border:1px solid transparent;
  transition:transform .16s ease, box-shadow .16s ease, opacity .16s ease, background-color .16s ease, border-color .16s ease;
}
.mm-page .mm-btn:hover{ transform:translateY(-1px); }
.mm-page .mm-btn:active{ transform:translateY(1px); }
.mm-page .mm-btn--primary{
  background:linear-gradient(135deg, var(--tl-primary), #111C58);
  color:#fff;
  box-shadow:0 16px 30px rgba(34,47,117,.24);
}
.mm-page .mm-btn--secondary{
  background:linear-gradient(135deg, var(--tl-secondary), #1AA9BB);
  color:#fff;
  box-shadow:0 16px 30px rgba(37,188,207,.22);
}
.mm-page .mm-btn--ghost{
  background:rgba(255,255,255,.9);
  border-color:rgba(148,163,184,.22);
  color:#0F172A;
  box-shadow:0 10px 22px rgba(2,6,23,.06);
}
.mm-page .mm-btn--soft{
  background:rgba(248,250,252,.95);
  border-color:rgba(148,163,184,.18);
  color:#0F172A;
}
.mm-page .mm-btn--full{ width:100%; }
.mm-page .mm-btn svg{ flex:0 0 auto; }
.mm-page .mm-btn.is-copied{
  background:rgba(236,253,245,.96);
  border-color:rgba(52,211,153,.26);
  color:#047857;
}

.mm-page .mm-hero-side-card{
  padding:24px;
  min-height:100%;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
}
.mm-page .mm-list-check{
  display:grid;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}
.mm-page .mm-list-check li{
  display:flex;
  gap:12px;
  color:#334155;
  font-size:14px;
  font-weight:800;
  line-height:1.95;
}
.mm-page .mm-list-check li::before{
  content:"";
  width:18px;
  height:18px;
  margin-top:5px;
  flex:0 0 auto;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(34,47,117,.18), rgba(37,188,207,.28));
  box-shadow:inset 0 0 0 5px rgba(255,255,255,.88);
}
.mm-page .mm-strip{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-top:18px;
}
.mm-page .mm-strip-card{
  padding:14px 16px;
  border-radius:20px;
  border:1px solid rgba(148,163,184,.18);
  background:rgba(248,250,252,.92);
}
.mm-page .mm-strip-card__label{ color:#64748B; font-size:11px; font-weight:800; }
.mm-page .mm-strip-card__value{ color:#0F172A; font-size:18px; font-weight:900; margin-top:6px; }

.mm-page .mm-section{
  padding-block:18px;
}
.mm-page .mm-section-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.mm-page .mm-section-title{
  color:#0F172A;
  font-size:1.5rem;
  font-weight:900;
  line-height:1.2;
}
.mm-page .mm-section-copy{ margin-top:8px; color:#64748B; font-size:14px; }

.mm-page .mm-vendor-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}
.mm-page .mm-vendor-card{
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:18px;
  border-radius:28px;
  border:1px solid rgba(148,163,184,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
  box-shadow:0 16px 34px rgba(2,6,23,.07);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.mm-page .mm-vendor-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--mm-shadow-hover);
  border-color:rgba(37,188,207,.26);
}
.mm-page .mm-vendor-card__head{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.mm-page .mm-avatar{
  width:62px;
  height:62px;
  border-radius:22px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(34,47,117,.1), rgba(37,188,207,.16));
  border:1px solid rgba(148,163,184,.18);
  color:#0F172A;
  font-size:1rem;
  font-weight:900;
}
.mm-page .mm-badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.mm-page .mm-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.18);
  background:rgba(248,250,252,.92);
  color:#334155;
  font-size:11px;
  font-weight:900;
}
.mm-page .mm-badge--verified{
  background:rgba(236,253,245,.95);
  border-color:rgba(52,211,153,.28);
  color:#047857;
}
.mm-page .mm-badge--info{
  background:rgba(239,246,255,.96);
  border-color:rgba(59,130,246,.22);
  color:#1D4ED8;
}
.mm-page .mm-badge--accent{
  background:rgba(237,254,255,.95);
  border-color:rgba(37,188,207,.24);
  color:#0F6E7B;
}
.mm-page .mm-badge--warning{
  background:rgba(255,247,237,.96);
  border-color:rgba(245,158,11,.24);
  color:#B45309;
}
.mm-page .mm-badge--dark{
  background:#0F172A;
  border-color:#0F172A;
  color:#fff;
}

.mm-page .mm-results-shell{
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  gap:22px;
  align-items:start;
}
.mm-page .mm-results-main{ min-width:0; }
.mm-page .mm-results-toolbar{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:20px 22px;
  border-radius:28px;
  border:1px solid rgba(148,163,184,.18);
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 28px rgba(2,6,23,.05);
}
.mm-page .mm-results-toolbar__meta{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.mm-page .mm-results-toolbar__title{
  font-size:1.3rem;
  font-weight:900;
  color:#0F172A;
}
.mm-page .mm-results-toolbar__copy{
  color:#64748B;
  font-size:14px;
}
.mm-page .mm-active-filters{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.mm-page .mm-filter-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(248,250,252,.95);
  border:1px solid rgba(148,163,184,.18);
  color:#1E293B;
  font-size:12px;
  font-weight:900;
}
.mm-page .mm-filter-tag__label{ color:#64748B; }
.mm-page .mm-filter-tag__remove{
  width:24px;
  height:24px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(15,23,42,.06);
  color:#0F172A;
  flex:0 0 auto;
}
.mm-page .mm-toolbar-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.mm-page .mm-sort-select,
.mm-page .mm-select,
.mm-page .mm-input,
.mm-page .mm-textarea{
  width:100%;
  min-height:46px;
  padding:0 14px;
  border-radius:16px;
  border:1px solid rgba(148,163,184,.24);
  background:rgba(255,255,255,.98);
  color:#0F172A;
  font-size:14px;
  font-weight:800;
  outline:none;
  transition:border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}
.mm-page .mm-textarea{ min-height:120px; padding:14px; }
.mm-page .mm-sort-select:focus,
.mm-page .mm-select:focus,
.mm-page .mm-input:focus,
.mm-page .mm-textarea:focus{
  border-color:rgba(37,188,207,.46);
  box-shadow:0 0 0 4px rgba(37,188,207,.14);
}

.mm-page .mm-filter-layout{ position:relative; }
.mm-page .mm-filter-backdrop{
  display:none;
}
.mm-page .mm-filter-panel{
  position:sticky;
  top:calc(var(--tl-site-header-offset, 0px) + 18px);
  padding:18px;
  border-radius:30px;
  border:1px solid rgba(148,163,184,.18);
  background:rgba(255,255,255,.96);
  box-shadow:0 16px 36px rgba(2,6,23,.06);
}
.mm-page .mm-filter-panel__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.mm-page .mm-filter-title{
  color:#0F172A;
  font-size:1rem;
  font-weight:900;
}
.mm-page .mm-filter-copy{
  margin-top:6px;
  color:#64748B;
  font-size:12px;
  line-height:1.9;
}
.mm-page .mm-filter-section{
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(148,163,184,.14);
  background:rgba(248,250,252,.9);
}
.mm-page .mm-filter-section + .mm-filter-section{
  margin-top:12px;
}
.mm-page .mm-filter-section__title{
  color:#0F172A;
  font-size:13px;
  font-weight:900;
}
.mm-page .mm-filter-grid{
  display:grid;
  gap:14px;
  margin-top:16px;
}
.mm-page .mm-field{
  display:grid;
  gap:8px;
}
.mm-page .mm-field__label{
  color:#0F172A;
  font-size:13px;
  font-weight:900;
}
.mm-page .mm-field__hint{
  color:#64748B;
  font-size:11px;
  font-weight:700;
  line-height:1.8;
}
.mm-page .mm-filter-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}
.mm-page .mm-mobile-only{ display:none !important; }
.mm-page .mm-desktop-only{ display:inherit; }

.mm-page .mm-offers-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}
.mm-page .mm-offer-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(148,163,184,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
  box-shadow:0 16px 36px rgba(2,6,23,.07);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.mm-page .mm-offer-card:hover{
  transform:translateY(-3px);
  border-color:rgba(37,188,207,.28);
  box-shadow:var(--mm-shadow-hover);
}
.mm-page .mm-offer-card__media{
  position:relative;
  display:block;
  aspect-ratio: 16 / 11;
  overflow:hidden;
  background:#E2E8F0;
}
.mm-page .mm-offer-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .28s ease;
}
.mm-page .mm-offer-card:hover .mm-offer-card__media img{ transform:scale(1.035); }
.mm-page .mm-offer-card__overlay{
  position:absolute;
  inset-inline:12px;
  top:12px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
}
.mm-page .mm-offer-card__overlay-bottom{
  position:absolute;
  inset-inline:12px;
  bottom:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.mm-page .mm-price-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 14px;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  color:#0F172A;
  font-size:13px;
  font-weight:900;
  box-shadow:0 12px 24px rgba(2,6,23,.12);
}
.mm-page .mm-offer-card__body{
  display:flex;
  flex:1;
  flex-direction:column;
  gap:14px;
  padding:18px;
}
.mm-page .mm-offer-card__title{
  display:block;
  color:#0F172A;
  font-size:1.02rem;
  font-weight:900;
  line-height:1.45;
}
.mm-page .mm-offer-card__title:hover{ color:var(--tl-primary); }
.mm-page .mm-offer-card__vendor{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#475569;
  font-size:12px;
  font-weight:900;
}
.mm-page .mm-dot{
  width:6px;
  height:6px;
  border-radius:999px;
  background:rgba(37,188,207,.58);
  flex:0 0 auto;
}
.mm-page .mm-offer-card__summary{
  color:#64748B;
  font-size:13px;
  line-height:1.95;
  min-height:52px;
}
.mm-page .mm-offer-card__stats{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
}
.mm-page .mm-stat-tile{
  padding:12px 12px 10px;
  border-radius:18px;
  border:1px solid rgba(148,163,184,.16);
  background:rgba(248,250,252,.92);
}
.mm-page .mm-stat-tile__label{
  color:#64748B;
  font-size:11px;
  font-weight:800;
}
.mm-page .mm-stat-tile__value{
  margin-top:6px;
  color:#0F172A;
  font-size:13px;
  font-weight:900;
  line-height:1.6;
}
.mm-page .mm-offer-card__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.mm-page .mm-offer-card__actions{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  margin-top:auto;
}
.mm-page .mm-offer-card__ghost{
  min-width:108px;
}

.mm-page .mm-empty{
  padding:42px 22px;
  text-align:center;
  border:1px dashed rgba(148,163,184,.32);
  border-radius:30px;
  background:rgba(255,255,255,.96);
  box-shadow:0 14px 30px rgba(2,6,23,.05);
}
.mm-page .mm-empty__icon{
  width:64px;
  height:64px;
  margin-inline:auto;
  border-radius:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(34,47,117,.1), rgba(37,188,207,.14));
  color:#0F172A;
}
.mm-page .mm-empty__title{
  margin-top:16px;
  color:#0F172A;
  font-size:1.35rem;
  font-weight:900;
}
.mm-page .mm-empty__copy{
  max-width:38rem;
  margin:12px auto 0;
  color:#64748B;
  line-height:2;
  font-size:14px;
}
.mm-page .mm-empty__actions{ display:flex; justify-content:center; gap:10px; flex-wrap:wrap; margin-top:18px; }

.mm-page .mm-sort-sheet,
.mm-page .mm-mobile-drawer{
  position:fixed;
  inset:0;
  z-index:90;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease, visibility .18s ease;
}
.mm-page .mm-sort-sheet.is-open,
.mm-page .mm-mobile-drawer.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.mm-page .mm-sheet-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,6,23,.46);
  backdrop-filter:blur(6px);
}
.mm-page .mm-sheet-panel{
  position:absolute;
  inset-inline:0;
  bottom:0;
  border-radius:28px 28px 0 0;
  background:#fff;
  border-top:1px solid rgba(148,163,184,.22);
  box-shadow:0 -20px 60px rgba(2,6,23,.2);
  padding:12px 16px calc(16px + var(--tl-safe-bottom, 0px));
  max-height:min(82vh, 740px);
  overflow:auto;
}
.mm-page .mm-sheet-handle{
  width:56px;
  height:6px;
  border-radius:999px;
  background:rgba(148,163,184,.44);
  margin:6px auto 14px;
}
.mm-page .mm-sheet-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.mm-page .mm-sheet-title{ color:#0F172A; font-size:1rem; font-weight:900; }
.mm-page .mm-sheet-copy{ color:#64748B; font-size:12px; line-height:1.9; margin-top:4px; }
.mm-page .mm-sheet-options{ display:grid; gap:10px; margin-top:14px; }
.mm-page .mm-sheet-option{
  width:100%;
  text-align:right;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:52px;
  padding:0 14px;
  border-radius:18px;
  border:1px solid rgba(148,163,184,.18);
  background:rgba(248,250,252,.92);
  color:#0F172A;
  font-size:14px;
  font-weight:900;
}
.mm-page .mm-sheet-option.is-active{
  border-color:rgba(37,188,207,.34);
  background:rgba(237,254,255,.94);
  color:#0F6E7B;
}
.mm-page .mm-sheet-option .check{ opacity:0; }
.mm-page .mm-sheet-option.is-active .check{ opacity:1; }

.mm-page .mm-mobile-dock{
  display:none;
}

/* ----------------------------------------------------------
   Offer page
---------------------------------------------------------- */
.mm-page .mm-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  color:#64748B;
  font-size:12px;
  font-weight:900;
}
.mm-page .mm-breadcrumbs a:hover{ color:var(--tl-primary); }

.mm-page .mm-offer-layout{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.62fr);
  gap:24px;
  align-items:start;
}
.mm-page .mm-offer-main{ min-width:0; }
.mm-page .mm-offer-sidebar{ position:sticky; top:calc(var(--tl-site-header-offset, 0px) + 18px); display:grid; gap:16px; }

.mm-page .mm-offer-hero{
  padding:26px;
  background:linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
}
.mm-page .mm-offer-hero__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}
.mm-page .mm-offer-hero__title{
  margin-top:14px;
  color:#0F172A;
  font-size:clamp(1.7rem, 2vw, 2.7rem);
  font-weight:900;
  line-height:1.22;
}
.mm-page .mm-offer-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.mm-page .mm-offer-hero__summary{
  margin-top:14px;
  color:#475569;
  line-height:2;
  font-size:15px;
}
.mm-page .mm-offer-kpis{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.mm-page .mm-gallery{
  overflow:hidden;
  border-radius:32px;
  border:1px solid rgba(148,163,184,.18);
  background:#fff;
  box-shadow:0 16px 36px rgba(2,6,23,.06);
}
.mm-page .mm-gallery__stage{
  position:relative;
  aspect-ratio: 16 / 11;
  overflow:hidden;
  background:#E2E8F0;
}
.mm-page .mm-gallery__stage img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mm-page .mm-gallery__count{
  position:absolute;
  left:14px;
  bottom:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(15,23,42,.72);
  color:#fff;
  font-size:12px;
  font-weight:900;
  box-shadow:0 8px 24px rgba(2,6,23,.22);
}
.mm-page .mm-gallery__thumbs{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:10px;
  padding:12px;
  border-top:1px solid rgba(148,163,184,.16);
}
.mm-page .mm-gallery__thumb{
  position:relative;
  border:1px solid rgba(148,163,184,.18);
  border-radius:18px;
  overflow:hidden;
  aspect-ratio:1/1;
  background:#F1F5F9;
  cursor:pointer;
  padding:0;
}
.mm-page .mm-gallery__thumb img{ width:100%; height:100%; object-fit:cover; }
.mm-page .mm-gallery__thumb.is-active{ border-color:rgba(37,188,207,.46); box-shadow:0 0 0 4px rgba(37,188,207,.12); }

.mm-page .mm-block{
  padding:22px;
}
.mm-page .mm-block__title{
  color:#0F172A;
  font-size:1.05rem;
  font-weight:900;
}
.mm-page .mm-block__copy{
  margin-top:8px;
  color:#64748B;
  font-size:13px;
  line-height:1.95;
}
.mm-page .mm-overview-grid,
.mm-page .mm-spec-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.mm-page .mm-overview-grid--four{ grid-template-columns:repeat(4, minmax(0,1fr)); }
.mm-page .mm-detail-tile{
  padding:14px 15px;
  border-radius:20px;
  border:1px solid rgba(148,163,184,.16);
  background:rgba(248,250,252,.92);
}
.mm-page .mm-detail-tile__label{ color:#64748B; font-size:11px; font-weight:800; }
.mm-page .mm-detail-tile__value{ margin-top:6px; color:#0F172A; font-size:14px; font-weight:900; line-height:1.7; }
.mm-page .mm-spec-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:15px 16px;
  border-radius:20px;
  border:1px solid rgba(148,163,184,.16);
  background:rgba(248,250,252,.9);
}
.mm-page .mm-spec-row__label{ color:#64748B; font-size:12px; font-weight:800; }
.mm-page .mm-spec-row__value{ color:#0F172A; font-size:14px; font-weight:900; text-align:left; }

.mm-page .mm-price-card{
  padding:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
}
.mm-page .mm-price-card__price{
  margin-top:10px;
  color:#0F172A;
  font-size:2rem;
  font-weight:900;
  line-height:1.15;
}
.mm-page .mm-price-card__sub{ margin-top:8px; color:#64748B; font-size:13px; line-height:1.9; }
.mm-page .mm-price-card__divider{ height:1px; background:rgba(148,163,184,.18); margin:18px 0; }
.mm-page .mm-price-card__stack{ display:grid; gap:10px; }
.mm-page .mm-price-card__stack .mm-detail-tile{ background:#fff; }
.mm-page .mm-share-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.mm-page .mm-vendor-mini{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.mm-page .mm-vendor-mini__meta{
  display:grid;
  gap:8px;
  min-width:0;
}
.mm-page .mm-vendor-mini__stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.mm-page .mm-mini-stat{
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(148,163,184,.16);
  background:rgba(248,250,252,.92);
}
.mm-page .mm-mini-stat__value{ color:#0F172A; font-size:1rem; font-weight:900; }
.mm-page .mm-mini-stat__label{ margin-top:6px; color:#64748B; font-size:11px; font-weight:800; }

.mm-page .mm-tier-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border:1px solid rgba(148,163,184,.16);
  border-radius:22px;
}
.mm-page .mm-tier-table th,
.mm-page .mm-tier-table td{
  padding:14px 16px;
  text-align:right;
  font-size:13px;
}
.mm-page .mm-tier-table thead th{
  background:rgba(248,250,252,.94);
  color:#64748B;
  font-weight:900;
}
.mm-page .mm-tier-table tbody td{
  border-top:1px solid rgba(148,163,184,.12);
  color:#0F172A;
  font-weight:900;
  background:#fff;
}

/* ----------------------------------------------------------
   Vendor page
---------------------------------------------------------- */
.mm-page .mm-vendor-hero{
  position:relative;
  overflow:hidden;
  padding:24px;
  background:linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
}
.mm-page .mm-vendor-hero::before{
  content:"";
  position:absolute;
  inset-inline-end:-80px;
  top:-110px;
  width:260px;
  height:260px;
  border-radius:999px;
  background:rgba(37,188,207,.13);
  filter:blur(22px);
  pointer-events:none;
}
.mm-page .mm-vendor-hero__grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.6fr);
  gap:22px;
  align-items:start;
}
.mm-page .mm-vendor-identity{
  display:flex;
  align-items:flex-start;
  gap:18px;
}
.mm-page .mm-vendor-title{
  margin-top:14px;
  color:#0F172A;
  font-size:clamp(1.8rem, 2vw, 2.9rem);
  font-weight:900;
  line-height:1.18;
}
.mm-page .mm-vendor-copy{ margin-top:12px; color:#475569; line-height:2; font-size:15px; }
.mm-page .mm-vendor-metrics{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.mm-page .mm-chip-cloud{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.mm-page .mm-split-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}

/* ----------------------------------------------------------
   Responsive rules
---------------------------------------------------------- */
@media (max-width: 1279px){
  .mm-page .mm-vendor-grid,
  .mm-page .mm-offers-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
  .mm-page .mm-offer-kpis,
  .mm-page .mm-vendor-metrics{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}

@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .mm-page .mm-shell{ padding-inline:12px; }
  .mm-page .mm-hero{ padding-top:12px; }
  .mm-page .mm-hero__grid,
  .mm-page .mm-results-shell,
  .mm-page .mm-offer-layout,
  .mm-page .mm-vendor-hero__grid{
    grid-template-columns:1fr;
  }
  .mm-page .mm-hero-card,
  .mm-page .mm-price-card,
  .mm-page .mm-vendor-hero,
  .mm-page .mm-results-toolbar,
  .mm-page .mm-filter-panel,
  .mm-page .mm-gallery,
  .mm-page .mm-block,
  .mm-page .mm-panel,
  .mm-page .mm-card{
    border-radius:26px;
  }
  .mm-page .mm-vendor-grid,
  .mm-page .mm-offers-grid,
  .mm-page .mm-offer-kpis,
  .mm-page .mm-vendor-metrics,
  .mm-page .mm-overview-grid--four{ grid-template-columns:repeat(2, minmax(0,1fr)); }
  .mm-page .mm-metrics{ grid-template-columns:1fr; }
  .mm-page .mm-gallery__thumbs{ grid-template-columns:repeat(4, minmax(0,1fr)); }
  .mm-page .mm-desktop-only{ display:none !important; }
  .mm-page .mm-mobile-only{ display:inherit !important; }

  .mm-page .mm-results-toolbar{
    position:sticky;
    top:calc(var(--tl-site-header-offset, 0px) + 8px);
    z-index:34;
    padding:16px;
  }
  .mm-page .mm-results-toolbar__copy{ font-size:13px; }
  .mm-page .mm-toolbar-actions{ width:100%; }
  .mm-page .mm-toolbar-actions .mm-btn{ flex:1; min-width:0; }

  .mm-page .mm-filter-layout{
    position:static;
  }
  .mm-page .mm-filter-backdrop{
    display:block;
    position:fixed;
    inset:0;
    z-index:88;
    background:rgba(2,6,23,.46);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .18s ease, visibility .18s ease;
    backdrop-filter:blur(6px);
  }
  .mm-page .mm-filter-backdrop.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .mm-page .mm-filter-panel{
    position:fixed;
    inset-inline:0;
    bottom:0;
    top:auto;
    z-index:89;
    max-height:min(85vh, 760px);
    overflow:auto;
    border-radius:28px 28px 0 0;
    transform:translateY(110%);
    transition:transform .24s cubic-bezier(.2,0,0,1);
    padding:14px 14px calc(16px + var(--tl-safe-bottom, 0px));
  }
  .mm-page .mm-filter-panel.is-open{ transform:translateY(0); }
  .mm-page .mm-filter-panel__head{
    position:sticky;
    top:0;
    z-index:3;
    margin:0 -14px 14px;
    padding:0 14px 14px;
    background:rgba(255,255,255,.96);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(148,163,184,.14);
  }
  .mm-page .mm-filter-panel__head::before{
    content:"";
    width:52px;
    height:6px;
    border-radius:999px;
    background:rgba(148,163,184,.42);
    margin:8px auto 14px;
    display:block;
  }

  .mm-page .mm-mobile-dock{
    position:fixed;
    inset-inline:0;
    bottom:calc(var(--tl-bottom-nav-h, 74px) + 10px);
    z-index:44;
    display:flex;
    justify-content:center;
    pointer-events:none;
  }
  .mm-page .mm-mobile-dock__inner{
    pointer-events:auto;
    display:grid;
    grid-template-columns:1fr 1.15fr;
    gap:10px;
    width:min(calc(100vw - 24px), 420px);
    padding:10px;
    border-radius:22px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(148,163,184,.18);
    box-shadow:0 18px 36px rgba(2,6,23,.16);
    -webkit-backdrop-filter:blur(12px);
    backdrop-filter:blur(12px);
  }
  .mm-page .mm-mobile-dock .mm-btn{ min-height:46px; border-radius:16px; }

  .mm-page .mm-offer-sidebar{ position:static; }
}

@media (max-width: 767px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .mm-page .mm-shell{ padding-inline:10px; }
  .mm-page .mm-hero-card,
  .mm-page .mm-vendor-hero,
  .mm-page .mm-price-card,
  .mm-page .mm-block,
  .mm-page .mm-gallery,
  .mm-page .mm-results-toolbar,
  .mm-page .mm-empty{
    border-radius:24px;
  }
  .mm-page .mm-hero-card{ padding:20px; }
  .mm-page .mm-hero-card .mm-headline{ font-size:2rem; }
  .mm-page .mm-copy,
  .mm-page .mm-hero-card .mm-copy,
  .mm-page .mm-vendor-copy,
  .mm-page .mm-offer-hero__summary{ font-size:14px; }
  .mm-page .mm-searchbar{
    flex-direction:column;
    align-items:stretch;
  }
  .mm-page .mm-searchbar .mm-btn{ width:100%; }
  .mm-page .mm-strip,
  .mm-page .mm-metrics,
  .mm-page .mm-vendor-grid,
  .mm-page .mm-offers-grid,
  .mm-page .mm-gallery__thumbs,
  .mm-page .mm-overview-grid,
  .mm-page .mm-spec-grid,
  .mm-page .mm-vendor-mini__stats,
  .mm-page .mm-share-grid,
  .mm-page .mm-filter-actions,
  .mm-page .mm-offer-card__actions,
  .mm-page .mm-offer-kpis,
  .mm-page .mm-vendor-metrics{
    grid-template-columns:1fr;
  }
  .mm-page .mm-offer-card__stats{ grid-template-columns:1fr 1fr; }
  .mm-page .mm-offer-hero__head,
  .mm-page .mm-split-head,
  .mm-page .mm-section-header{
    flex-direction:column;
    align-items:stretch;
  }
  .mm-page .mm-vendor-identity{ gap:14px; }
  .mm-page .mm-avatar{ width:56px; height:56px; border-radius:20px; }
  .mm-page .mm-breadcrumbs{ gap:8px; font-size:11px; }
  .mm-page .mm-results-toolbar{ padding:14px; }
  .mm-page .mm-filter-tag{ max-width:100%; }
  .mm-page .mm-filter-tag span{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .mm-page .mm-offer-card__summary{ min-height:0; }
  .mm-page .mm-mobile-dock__inner{ grid-template-columns:1fr 1fr; }
  .mm-page .mm-mobile-dock--offer .mm-mobile-dock__inner{ grid-template-columns:1.15fr .85fr; }
}

@media (max-width: 420px){
  .mm-page .mm-headline,
  .mm-page .mm-hero-card .mm-headline,
  .mm-page .mm-offer-hero__title,
  .mm-page .mm-vendor-title{ letter-spacing:0; }
  .mm-page .mm-hero-card,
  .mm-page .mm-price-card,
  .mm-page .mm-vendor-hero,
  .mm-page .mm-block,
  .mm-page .mm-gallery,
  .mm-page .mm-results-toolbar,
  .mm-page .mm-empty{ padding:18px; }
}

/* ==========================================================
   Compact commerce cards + offer detail rework (2026-03-07)
========================================================== */
.mm-page .mm-results-shell{
  grid-template-columns:300px minmax(0,1fr);
  gap:20px;
}
.mm-page .mm-offers-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
  margin-top:16px;
}
.mm-page .mm-offer-card{
  border-radius:26px;
  box-shadow:0 14px 30px rgba(2,6,23,.06);
}
.mm-page .mm-offer-card__media{
  aspect-ratio:16 / 8.8;
}
.mm-page .mm-offer-card__overlay{
  inset-inline:10px;
  top:10px;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.mm-page .mm-offer-card__body{
  gap:10px;
  padding:14px 14px 16px;
}
.mm-page .mm-offer-card__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.mm-page .mm-offer-card__title{
  font-size:1rem;
  line-height:1.5;
}
.mm-page .mm-offer-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 12px;
  margin-top:8px;
}
.mm-page .mm-offer-card__vendor{
  font-size:11.5px;
}
.mm-page .mm-price-pill{
  min-height:36px;
  padding:0 12px;
  border-radius:14px;
  font-size:12px;
  white-space:nowrap;
  flex:0 0 auto;
}
.mm-page .mm-offer-card__inline{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.mm-page .mm-offer-card__keyline{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:8px;
}
.mm-page .mm-offer-card__metric{
  display:grid;
  gap:4px;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(148,163,184,.14);
  background:rgba(248,250,252,.88);
}
.mm-page .mm-offer-card__metric span{
  color:#64748B;
  font-size:10.5px;
  font-weight:900;
}
.mm-page .mm-offer-card__metric strong{
  color:#0F172A;
  font-size:12px;
  font-weight:900;
  line-height:1.55;
}
.mm-page .mm-offer-card__actions{
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:8px;
}
.mm-page .mm-offer-card__actions .mm-btn{
  min-height:42px;
  padding-inline:10px;
  border-radius:16px;
  font-size:12px;
}
.mm-page .mm-offer-card__ghost{
  min-width:0;
}

.mm-page .mm-offer-layout{
  grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);
  gap:20px;
}
.mm-page .mm-offer-hero{
  padding:22px;
}
.mm-page .mm-offer-stage{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(260px,.82fr);
  gap:20px;
  align-items:start;
}
.mm-page .mm-offer-stage__content{
  display:grid;
  gap:16px;
  min-width:0;
}
.mm-page .mm-offer-stage__actions{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
}
.mm-page .mm-offer-hero__title{
  margin-top:0;
  font-size:clamp(1.55rem, 1.8vw, 2.4rem);
  line-height:1.24;
}
.mm-page .mm-offer-hero__summary{
  margin-top:12px;
  font-size:14px;
  line-height:1.9;
}
.mm-page .mm-offer-hero__meta{
  margin-top:0;
  gap:8px;
}
.mm-page .mm-offer-kpis{
  margin-top:0;
  gap:10px;
}
.mm-page .mm-gallery--compact{
  border-radius:26px;
  box-shadow:none;
  margin:0;
}
.mm-page .mm-gallery--compact .mm-gallery__stage{
  aspect-ratio:5 / 4;
  max-height:360px;
}
.mm-page .mm-gallery--compact .mm-gallery__thumbs{
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:8px;
  padding:10px;
}
.mm-page .mm-gallery--compact .mm-gallery__thumb{
  border-radius:16px;
}
.mm-page .mm-price-card{
  padding:20px;
  border-radius:26px;
}
.mm-page .mm-price-card__price{
  font-size:1.85rem;
}
.mm-page .mm-price-card__facts{
  display:grid;
  gap:10px;
  margin-top:16px;
}
.mm-page .mm-price-card__stack{
  gap:10px;
}
.mm-page .mm-price-card__stack .mm-detail-tile,
.mm-page .mm-price-card__facts .mm-detail-tile{
  background:#fff;
}
.mm-page .mm-block{
  padding:20px;
}
.mm-page .mm-detail-tile{
  padding:13px 14px;
  border-radius:18px;
}
.mm-page .mm-detail-tile__value{
  font-size:13.5px;
}
.mm-page .mm-vendor-panel{
  display:grid;
  gap:16px;
}
.mm-page .mm-vendor-panel__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.mm-page .mm-vendor-panel__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}
.mm-page .mm-vendor-panel__meta{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
}

@media (min-width: 1500px){
  .mm-page .mm-offers-grid{
    grid-template-columns:repeat(4, minmax(0,1fr));
  }
}

@media (max-width: 1279px){
  .mm-page .mm-results-shell{
    grid-template-columns:280px minmax(0,1fr);
  }
  .mm-page .mm-offers-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .mm-page .mm-offer-stage,
  .mm-page .mm-offer-layout{
    grid-template-columns:1fr;
  }
  .mm-page .mm-vendor-panel__top{
    flex-direction:column;
  }
  .mm-page .mm-vendor-panel__actions{
    width:100%;
    justify-content:flex-start;
  }
  .mm-page .mm-vendor-panel__actions .mm-btn{
    flex:1 1 220px;
  }
  .mm-page .mm-price-card__facts,
  .mm-page .mm-vendor-panel__meta,
  .mm-page .mm-overview-grid--four{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .mm-page .mm-gallery--compact .mm-gallery__stage{
    aspect-ratio:16 / 10;
    max-height:none;
  }
}

@media (max-width: 767px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .mm-page .mm-results-shell{
    grid-template-columns:1fr;
  }
  .mm-page .mm-offers-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .mm-page .mm-offer-card__media{
    aspect-ratio:16 / 9.2;
  }
  .mm-page .mm-offer-card__header{
    gap:10px;
  }
  .mm-page .mm-offer-card__actions,
  .mm-page .mm-offer-stage__actions,
  .mm-page .mm-price-card__facts,
  .mm-page .mm-vendor-panel__meta{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .mm-page .mm-offer-kpis{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:10px;
  }
  .mm-page .mm-overview-grid,
  .mm-page .mm-spec-grid{
    grid-template-columns:1fr;
  }
  .mm-page .mm-offer-hero,
  .mm-page .mm-block,
  .mm-page .mm-price-card,
  .mm-page .mm-gallery--compact{
    border-radius:24px;
  }
}

@media (max-width: 480px){
  .mm-page .mm-offer-card__header{
    flex-direction:column;
    align-items:stretch;
  }
  .mm-page .mm-price-pill{
    align-self:flex-start;
  }
  .mm-page .mm-offer-card__keyline,
  .mm-page .mm-offer-card__actions,
  .mm-page .mm-offer-stage__actions,
  .mm-page .mm-price-card__facts,
  .mm-page .mm-vendor-panel__meta,
  .mm-page .mm-offer-kpis{
    grid-template-columns:1fr;
  }
}


/* ==========================================================
   Mobile tightening pass + offer detail mobile rebalance (2026-03-07)
========================================================== */
.mm-page .mm-offer-card__title{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.mm-page .mm-offer-card__vendor{
  max-width:100%;
}
.mm-page .mm-offer-card__overlay--single{
  justify-content:flex-start;
}
.mm-page .mm-offer-stage__gallery{
  min-width:0;
}

.mm-page .mm-offer-stage__actions > *:only-child{
  grid-column:1 / -1;
}
.mm-page .mm-toolbar-actions > *:only-child{
  grid-column:1 / -1;
}

@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .mm-page.mm-market-index [data-mm-market-page]{
    padding-bottom:calc(var(--tl-bottom-nav-h, 74px) + 88px + var(--tl-safe-bottom, 0px));
  }

  .mm-page .mm-results-toolbar{
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    padding:14px;
  }
  .mm-page .mm-results-toolbar__meta{
    gap:8px;
  }
  .mm-page .mm-toolbar-actions{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    width:100%;
    gap:8px;
  }
  .mm-page .mm-toolbar-actions .mm-btn{
    min-height:42px;
    padding-inline:10px;
    border-radius:14px;
    font-size:12px;
  }
  .mm-page .mm-filter-tag{
    min-height:32px;
    padding:0 10px;
    font-size:11px;
  }
  .mm-page .mm-filter-tag__remove{
    width:22px;
    height:22px;
  }
  .mm-page .mm-mobile-dock{
    bottom:calc(var(--tl-bottom-nav-h, 74px) + 8px);
  }
  .mm-page .mm-mobile-dock__inner{
    width:min(calc(100vw - 16px), 390px);
    gap:8px;
    padding:8px;
    border-radius:18px;
    box-shadow:0 12px 24px rgba(2,6,23,.14);
  }
  .mm-page .mm-mobile-dock .mm-btn{
    min-height:42px;
    border-radius:14px;
    font-size:12px;
    padding-inline:10px;
  }

  .mm-page.mm-offer-page .mm-shell{
    padding-top:calc(var(--tl-site-header-offset, 0px) + 10px);
    padding-bottom:calc(var(--tl-bottom-nav-h, 74px) + 24px + var(--tl-safe-bottom, 0px));
  }
  .mm-page.mm-offer-page .mm-breadcrumbs{
    display:none;
  }
  .mm-page .mm-offer-stage{
    gap:14px;
  }
  .mm-page .mm-offer-stage__gallery{
    order:-1;
  }
  .mm-page .mm-gallery--compact .mm-gallery__stage{
    aspect-ratio:16 / 10.2;
    max-height:250px;
  }
  .mm-page .mm-offer-hero{
    padding:18px;
  }
  .mm-page .mm-offer-hero__title{
    font-size:clamp(1.42rem, 5.2vw, 1.82rem);
    line-height:1.24;
  }
  .mm-page .mm-offer-hero__summary{
    margin-top:8px;
    font-size:13.5px;
    line-height:1.85;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .mm-page .mm-badge-row,
  .mm-page .mm-offer-hero__meta{
    gap:8px;
  }
  .mm-page .mm-badge-row .mm-badge,
  .mm-page .mm-offer-hero__meta .mm-badge{
    min-height:32px;
    padding:0 10px;
    font-size:11px;
  }
  .mm-page .mm-offer-kpis{
    gap:8px;
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .mm-page .mm-offer-kpis .mm-detail-tile{
    padding:11px 12px;
    border-radius:16px;
  }
  .mm-page .mm-offer-kpis .mm-detail-tile__label{
    font-size:10px;
  }
  .mm-page .mm-offer-kpis .mm-detail-tile__value{
    margin-top:4px;
    font-size:12.5px;
    line-height:1.45;
  }
  .mm-page .mm-offer-stage__actions{
    gap:8px;
  }
  .mm-page .mm-offer-stage__actions .mm-btn{
    min-height:44px;
    border-radius:16px;
    padding-inline:10px;
  }
  .mm-page .mm-offer-sidebar,
  .mm-page .mm-mobile-dock--offer{
    display:none !important;
  }
}

@media (max-width: 767px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .mm-page .mm-results-toolbar__title{
    font-size:1.15rem;
  }
  .mm-page .mm-results-toolbar__copy{
    font-size:12.5px;
    line-height:1.8;
  }

  .mm-page .mm-offer-card{
    border-radius:22px;
  }
  .mm-page .mm-offer-card__media{
    aspect-ratio:16 / 6.9;
    max-height:198px;
  }
  .mm-page .mm-offer-card__overlay{
    inset-inline:8px;
    top:8px;
  }
  .mm-page .mm-offer-card__overlay .mm-badge{
    min-height:30px;
    padding:0 10px;
    font-size:10.5px;
  }
  .mm-page .mm-offer-card__body{
    gap:8px;
    padding:12px 12px 13px;
  }
  .mm-page .mm-offer-card__header{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:flex-start;
    gap:8px;
  }
  .mm-page .mm-offer-card__title{
    font-size:.97rem;
    line-height:1.45;
  }
  .mm-page .mm-offer-card__meta{
    gap:6px 10px;
    margin-top:6px;
  }
  .mm-page .mm-offer-card__vendor{
    font-size:11px;
  }
  .mm-page .mm-price-pill{
    min-height:32px;
    padding:0 10px;
    border-radius:13px;
    font-size:11px;
  }
  .mm-page .mm-offer-card__actions{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:8px;
    margin-top:2px;
  }
  .mm-page .mm-offer-card__actions .mm-btn{
    min-height:40px;
    border-radius:14px;
    font-size:11.5px;
    padding-inline:10px;
  }

  .mm-page .mm-gallery--compact .mm-gallery__stage{
    aspect-ratio:16 / 9.5;
    max-height:228px;
  }
  .mm-page .mm-gallery__count{
    left:10px;
    bottom:10px;
    min-height:32px;
    padding:0 10px;
    font-size:11px;
  }
  .mm-page .mm-offer-hero-chip--vendor-status,
  .mm-page .mm-offer-hero-chip--promotion,
  .mm-page .mm-offer-meta-chip--updated,
  .mm-page .mm-offer-meta-chip--response{
    display:none;
  }
}

@media (max-width: 480px){
  .mm-page .mm-offer-card__header{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:flex-start;
  }
  .mm-page .mm-price-pill{
    align-self:flex-start;
  }
  .mm-page .mm-offer-stage__actions,
  .mm-page .mm-offer-kpis{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .mm-page .mm-offer-hero__title{
    font-size:clamp(1.32rem, 6vw, 1.64rem);
  }
}

@media (max-width: 359px){
  .mm-page .mm-offer-card__actions,
  .mm-page .mm-offer-stage__actions,
  .mm-page .mm-offer-kpis,
  .mm-page .mm-toolbar-actions{
    grid-template-columns:1fr;
  }
}


/* Sparse-state refinement for market index (2026-03-09) */
.mm-page .mm-vendor-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: none;
  justify-content: stretch;
}

.mm-page .mm-results-shell--sparse {
  grid-template-columns: 300px minmax(0, 1fr);
  justify-content: stretch;
  align-items: start;
}

.mm-page .mm-results-main--sparse {
  max-width: none;
}

.mm-page .mm-offers-grid--sparse {
  grid-template-columns: repeat(auto-fit, minmax(320px, 380px));
  justify-content: start;
}

@media (max-width: 1279px) {
  .mm-page .mm-results-shell--sparse {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .mm-page .mm-results-main--sparse {
    max-width: none;
  }

  .mm-page .mm-offers-grid--sparse {
    grid-template-columns: repeat(auto-fit, minmax(300px, 360px));
  }
}

@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)) {
  .mm-page .mm-vendor-grid--compact,
  .mm-page .mm-results-shell--sparse,
  .mm-page .mm-offers-grid--sparse {
    max-width: none;
    grid-template-columns: 1fr;
  }
}


/* ==========================================================
   Materials market mobile action-first pass (2026-03-15)
========================================================== */
.mm-page .mm-market-mobile-entry{ display:none; }
.mm-page .mm-market-mobile-entry__card{ display:grid; gap:14px; padding:18px; }
.mm-page .mm-market-mobile-entry__head{ display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
.mm-page .mm-market-mobile-entry__title{ margin:8px 0 0; color:#0F172A; font-size:1.5rem; line-height:1.2; font-weight:1000; }
.mm-page .mm-market-mobile-entry__actions{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
.mm-page .mm-market-mobile-entry__actions .mm-btn{ min-height:44px; border-radius:16px; padding-inline:10px; font-size:12px; }
.mm-page .mm-market-mobile-entry__chips{ display:flex; gap:8px; overflow:auto; padding-bottom:2px; }

@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .mm-page.mm-market-index .mm-hero{ display:none; }
  .mm-page.mm-market-index .mm-market-mobile-entry{ display:block; padding-top:12px; }
  .mm-page.mm-market-index .mm-section:first-of-type{ padding-top:10px; }
}

@media (max-width: 767px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .mm-page.mm-market-index [data-mm-market-page]{ padding-top:6px; }
  .mm-page .mm-market-mobile-entry__head{ align-items:stretch; flex-direction:column; }
  .mm-page .mm-market-mobile-entry__title{ font-size:1.25rem; }
  .mm-page .mm-market-mobile-entry__card{ padding:16px; border-radius:24px; }
  .mm-page .mm-market-mobile-entry .mm-searchbar{ gap:8px; }
  .mm-page .mm-market-mobile-entry .mm-searchbar__field{ min-height:54px; }
  .mm-page .mm-market-mobile-entry .mm-searchbar .mm-btn{ min-height:46px; border-radius:16px; }
  .mm-page .mm-market-mobile-entry__actions{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .mm-page .mm-market-mobile-entry__actions > *:nth-child(3){ grid-column:1 / -1; }
}


/* ==========================================================
   Mobile tightening: material offer detail
========================================================== */
@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .mm-page.mm-offer-page .mm-shell{padding-top:12px !important;padding-inline:10px;}
  .mm-page.mm-offer-page .mm-offer-layout{gap:12px;}
  .mm-page.mm-offer-page .mm-offer-main{gap:12px;}
  .mm-page.mm-offer-page .mm-offer-hero,
  .mm-page.mm-offer-page .mm-block,
  .mm-page.mm-offer-page .mm-price-card,
  .mm-page.mm-offer-page .mm-vendor-panel,
  .mm-page.mm-offer-page .mm-gallery--compact{padding:16px;border-radius:22px;}
  .mm-page.mm-offer-page .mm-offer-stage{gap:12px;}
  .mm-page.mm-offer-page .mm-offer-stage__gallery{order:-1;}
  .mm-page.mm-offer-page .mm-gallery--compact .mm-gallery__stage{aspect-ratio:16/9.4;max-height:220px;border-radius:18px;}
  .mm-page.mm-offer-page .mm-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px;}
  .mm-page.mm-offer-page .mm-gallery__thumb{border-radius:14px;}
  .mm-page.mm-offer-page .mm-badge-row{gap:6px;}
  .mm-page.mm-offer-page .mm-badge-row .mm-badge,
  .mm-page.mm-offer-page .mm-offer-hero__meta .mm-badge{min-height:30px;padding:0 10px;font-size:10.5px;}
  .mm-page.mm-offer-page .mm-offer-hero__title{font-size:1.34rem;line-height:1.3;}
  .mm-page.mm-offer-page .mm-offer-hero__summary{font-size:13px;line-height:1.75;-webkit-line-clamp:3;}
  .mm-page.mm-offer-page .mm-offer-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;}
  .mm-page.mm-offer-page .mm-offer-kpis .mm-detail-tile{padding:10px 12px;border-radius:16px;}
  .mm-page.mm-offer-page .mm-offer-kpis .mm-detail-tile__label{font-size:10px;}
  .mm-page.mm-offer-page .mm-offer-kpis .mm-detail-tile__value{font-size:12.5px;line-height:1.45;}
  .mm-page.mm-offer-page .mm-overview-grid--four,
  .mm-page.mm-offer-page .mm-price-card__facts,
  .mm-page.mm-offer-page .mm-vendor-panel__meta{grid-template-columns:1fr 1fr;gap:8px;}
  .mm-page.mm-offer-page .mm-detail-tile{padding:11px 12px;border-radius:16px;}
  .mm-page.mm-offer-page .mm-section-header,
  .mm-page.mm-offer-page .mm-split-head{gap:8px;}
  .mm-page.mm-offer-page .mm-block__copy{font-size:12.5px;line-height:1.75;}
  .mm-page.mm-offer-page .mm-mobile-dock--offer{display:flex !important;bottom:calc(var(--tl-bottom-nav-h, 74px) + 8px);}
  .mm-page.mm-offer-page .mm-mobile-dock__inner{width:min(calc(100vw - 16px),390px);padding:8px;border-radius:18px;box-shadow:0 12px 24px rgba(2,6,23,.14);}
}
@media (max-width: 560px){
  .mm-page.mm-offer-page .mm-offer-hero__meta .mm-offer-meta-chip--location,
  .mm-page.mm-offer-page .mm-offer-meta-chip--views,
  .mm-page.mm-offer-page .mm-offer-hero-chip--vendor-status{display:none;}
  .mm-page.mm-offer-page .mm-overview-grid--four,
  .mm-page.mm-offer-page .mm-price-card__facts,
  .mm-page.mm-offer-page .mm-vendor-panel__meta,
  .mm-page.mm-offer-page .mm-offer-kpis{grid-template-columns:1fr;}
}


/* ==========================================================
   Mobile polish: offer detail tightening (phase 35)
========================================================== */
@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .mm-page.mm-offer-page .mm-shell{
    padding-top:8px !important;
    padding-bottom:calc(var(--tl-bottom-nav-h, 74px) + 108px + var(--tl-safe-bottom, 0px)) !important;
    padding-inline:10px;
  }
  .mm-page.mm-offer-page .mm-offer-layout{
    margin-top:0 !important;
    gap:10px;
  }
  .mm-page.mm-offer-page .mm-offer-main{gap:10px;}
  .mm-page.mm-offer-page .mm-offer-hero,
  .mm-page.mm-offer-page .mm-block,
  .mm-page.mm-offer-page .mm-price-card,
  .mm-page.mm-offer-page .mm-vendor-panel,
  .mm-page.mm-offer-page .mm-gallery--compact{
    padding:14px;
    border-radius:20px;
  }
  .mm-page.mm-offer-page .mm-offer-stage{gap:10px;}
  .mm-page.mm-offer-page .mm-offer-stage__content{
    display:grid;
    gap:10px;
  }
  .mm-page.mm-offer-page .mm-gallery--compact{
    padding:12px;
    border-radius:18px;
  }
  .mm-page.mm-offer-page .mm-gallery--compact .mm-gallery__stage{
    aspect-ratio:16 / 9.2;
    max-height:210px;
    border-radius:16px;
  }
  .mm-page.mm-offer-page .mm-offer-hero__title{
    margin:0;
    font-size:1.18rem;
    line-height:1.35;
  }
  .mm-page.mm-offer-page .mm-offer-hero__summary{
    margin-top:6px;
    font-size:12.5px;
    line-height:1.72;
    -webkit-line-clamp:2;
  }
  .mm-page.mm-offer-page .mm-badge-row{gap:6px;}
  .mm-page.mm-offer-page .mm-badge-row .mm-badge,
  .mm-page.mm-offer-page .mm-offer-hero__meta .mm-badge{
    min-height:28px;
    padding:0 9px;
    font-size:10px;
  }
  .mm-page.mm-offer-page .mm-offer-hero-chip--vendor-status,
  .mm-page.mm-offer-page .mm-offer-hero-chip--promotion,
  .mm-page.mm-offer-page .mm-offer-meta-chip--updated,
  .mm-page.mm-offer-page .mm-offer-meta-chip--response,
  .mm-page.mm-offer-page .mm-offer-meta-chip--views{
    display:none !important;
  }
  .mm-page.mm-offer-page .mm-offer-meta-chip--vendor{
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .mm-page.mm-offer-page .mm-offer-kpis{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin-top:10px;
  }
  .mm-page.mm-offer-page .mm-offer-kpis .mm-detail-tile,
  .mm-page.mm-offer-page .mm-detail-tile{
    padding:10px 11px;
    border-radius:15px;
  }
  .mm-page.mm-offer-page .mm-mobile-dock--offer{
    display:flex !important;
    bottom:calc(var(--tl-bottom-nav-h, 74px) + 4px);
    padding-inline:6px;
  }
  .mm-page.mm-offer-page .mm-mobile-dock__inner{
    width:calc(100vw - 12px);
    max-width:none;
    padding:6px;
    gap:6px;
    border-radius:16px;
    box-shadow:0 10px 20px rgba(2,6,23,.12);
  }
  .mm-page.mm-offer-page .mm-mobile-dock .mm-btn{
    min-height:44px;
    border-radius:14px;
    font-size:13px;
    padding-inline:10px;
  }
}
@media (max-width: 560px){
  .mm-page.mm-offer-page .mm-shell{padding-inline:8px;}
  .mm-page.mm-offer-page .mm-offer-hero,
  .mm-page.mm-offer-page .mm-block,
  .mm-page.mm-offer-page .mm-gallery--compact{padding:12px;}
  .mm-page.mm-offer-page .mm-gallery--compact .mm-gallery__stage{max-height:192px;}
  .mm-page.mm-offer-page .mm-overview-grid--four,
  .mm-page.mm-offer-page .mm-price-card__facts,
  .mm-page.mm-offer-page .mm-vendor-panel__meta,
  .mm-page.mm-offer-page .mm-offer-kpis{grid-template-columns:1fr;}
}


/* ==========================================================
   Offer detail mobile hardening (phase 37)
========================================================== */
@media (max-width: 1023px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)){
  .mm-page.mm-offer-page main.pb-24{
    padding-top:0 !important;
  }

  .mm-page.mm-offer-page .mm-shell{
    padding-top:4px !important;
    padding-bottom:calc(var(--tl-bottom-nav-h, 74px) + 112px + var(--tl-safe-bottom, 0px)) !important;
  }

  .mm-page.mm-offer-page .mm-breadcrumbs{
    display:none !important;
    margin:0 !important;
  }

  .mm-page.mm-offer-page .mm-offer-layout{
    margin-top:0 !important;
    align-items:start;
  }

  .mm-page.mm-offer-page .mm-offer-main{
    gap:10px;
  }

  .mm-page.mm-offer-page .mm-offer-hero{
    margin-top:0 !important;
  }

  .mm-page.mm-offer-page .mm-mobile-dock--offer{
    bottom:calc(var(--tl-bottom-nav-h, 74px) + 6px);
    padding-inline:8px;
  }

  .mm-page.mm-offer-page .mm-mobile-dock__inner{
    width:min(calc(100vw - 16px), 400px);
    max-width:100%;
    margin-inline:auto;
  }
}

@media (max-width: 560px){
  .mm-page.mm-offer-page .mm-shell{
    padding-top:0 !important;
    padding-inline:8px;
    padding-bottom:calc(var(--tl-bottom-nav-h, 74px) + 116px + var(--tl-safe-bottom, 0px)) !important;
  }

  .mm-page.mm-offer-page .mm-offer-layout,
  .mm-page.mm-offer-page .mm-offer-main{
    gap:8px;
  }

  .mm-page.mm-offer-page .mm-offer-hero,
  .mm-page.mm-offer-page .mm-block,
  .mm-page.mm-offer-page .mm-price-card,
  .mm-page.mm-offer-page .mm-vendor-panel,
  .mm-page.mm-offer-page .mm-gallery--compact{
    padding:12px;
    border-radius:18px;
  }

  .mm-page.mm-offer-page .mm-gallery--compact{
    padding:10px;
  }

  .mm-page.mm-offer-page .mm-gallery--compact .mm-gallery__stage{
    aspect-ratio:16 / 9.1;
    max-height:188px;
    border-radius:14px;
  }

  .mm-page.mm-offer-page .mm-gallery__count{
    left:10px;
    bottom:10px;
    min-height:32px;
    padding:0 10px;
    font-size:11px;
  }

  .mm-page.mm-offer-page .mm-badge-row{
    gap:6px;
  }

  .mm-page.mm-offer-page .mm-offer-hero__title{
    font-size:1.08rem;
    line-height:1.4;
  }

  .mm-page.mm-offer-page .mm-offer-hero__summary,
  .mm-page.mm-offer-page .mm-block__copy,
  .mm-page.mm-offer-page .mm-price-card__sub{
    font-size:12px;
    line-height:1.7;
  }

  .mm-page.mm-offer-page .mm-badge-row .mm-badge,
  .mm-page.mm-offer-page .mm-offer-hero__meta .mm-badge{
    min-height:28px;
    padding-inline:9px;
    font-size:10px;
  }

  .mm-page.mm-offer-page .mm-mobile-dock--offer{
    padding-inline:6px;
    bottom:calc(var(--tl-bottom-nav-h, 74px) + 4px);
  }

  .mm-page.mm-offer-page .mm-mobile-dock__inner{
    width:calc(100vw - 12px);
    padding:6px;
    gap:6px;
    border-radius:16px;
  }

  .mm-page.mm-offer-page .mm-mobile-dock .mm-btn{
    min-height:42px;
    padding-inline:10px;
    border-radius:14px;
    font-size:13px;
  }
}

@media (max-width: 390px){
  .mm-page.mm-offer-page .mm-offer-hero,
  .mm-page.mm-offer-page .mm-block,
  .mm-page.mm-offer-page .mm-price-card,
  .mm-page.mm-offer-page .mm-vendor-panel,
  .mm-page.mm-offer-page .mm-gallery--compact{
    padding:10px;
    border-radius:16px;
  }

  .mm-page.mm-offer-page .mm-gallery--compact .mm-gallery__stage{
    max-height:172px;
  }

  .mm-page.mm-offer-page .mm-mobile-dock__inner{
    width:calc(100vw - 10px);
    gap:5px;
    padding:5px;
  }

  .mm-page.mm-offer-page .mm-mobile-dock .mm-btn{
    min-height:40px;
    font-size:12.5px;
  }
}
