/* Mağazalar — canlı kataloq */
.mv-stores {
    --ink: #111827;
    --muted: #6b7280;
    --line: #e8ecf1;
    --brand: #e31e24;
    --soft: #f6f8fb;
    --brand-soft: #fff1f2;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 14px 16px 36px;
    box-sizing: border-box;
    overflow-x: clip;
}
.mv-stores__intro {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.mv-stores__eyebrow {
    margin: 0 0 2px;
    color: var(--brand);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.2;
}
.mv-stores h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 850;
    color: var(--ink);
    letter-spacing: -.3px;
    line-height: 1.15;
}
.mv-stores__lead {
    margin: 3px 0 0;
    color: var(--muted);
    font-weight: 600;
    font-size: 12px;
    max-width: 480px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mv-stores__kpis {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
}
.mv-stores__kpis div {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    min-width: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 5px 10px;
    box-shadow: none;
}
.mv-stores__kpis strong {
    font-size: 15px;
    font-weight: 850;
    color: var(--ink);
    line-height: 1;
}
.mv-stores__kpis span {
    font-size: 11px;
    font-weight: 700;
    color: var(--muted);
    line-height: 1;
}

/* Layout: top filter + full-width grid */
.mv-stores__filter-zone {
    margin-bottom: 10px;
    min-width: 0;
}
.mv-stores__main {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.mv-sfilter-open { display: none; }
.mv-sfilter-sheet__bar { display: none; }
.mv-stores__mobbar { display: none; }
.mv-stores__catscroller { display: none; }

@media (min-width: 901px) {
    .mv-sfilter-sheet[hidden] {
        display: block !important;
    }
    .mv-sfilter-sheet {
        position: static;
        inset: auto;
        z-index: auto;
        background: transparent;
        padding: 0;
        display: block !important;
    }
    .mv-sfilter-sheet__bar { display: none !important; }
}

/* Thin top filter bar (desktop) */
.mv-sfilter.mv-sfilter--bar {
    display: grid;
    grid-template-columns: minmax(180px, 1.6fr) minmax(120px, 1fr) minmax(100px, .8fr) minmax(100px, .8fr) auto;
    gap: 8px;
    align-items: end;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 8px 10px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .03);
    max-height: none;
    overflow: visible;
    flex-direction: unset;
}
/* Ustalar filter bar */
.mv-sfilter.mv-sfilter--bar.mv-ms-bar {
    grid-template-columns: minmax(160px, 1.5fr) minmax(90px, .75fr) minmax(110px, .9fr) minmax(100px, .8fr) auto;
}
.mv-sfilter.mv-sfilter--bar.mv-ms-bar.ms-has-district {
    grid-template-columns: minmax(140px, 1.2fr) minmax(82px, .65fr) minmax(82px, .65fr) minmax(100px, .85fr) minmax(82px, .65fr) auto;
}
.mv-sfilter-bar__field {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    min-width: 0;
}
.mv-sfilter-bar__field--grow { min-width: 0; }
.mv-sfilter-bar__lbl {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #9ca3af;
    line-height: 1;
}
.mv-sfilter-bar__control {
    position: relative;
    display: block;
    min-width: 0;
}
.mv-sfilter-bar__control > i {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 11px;
    pointer-events: none;
    z-index: 1;
}
.mv-sfilter-bar__control:focus-within > i { color: var(--brand); }
.mv-sfilter-bar__control input,
.mv-sfilter-bar__control select {
    width: 100%;
    height: 34px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 0 10px 0 30px;
    background: #f9fafb;
    color: #111827;
    font-size: 12px;
    font-weight: 700;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.mv-sfilter-bar__control select {
    padding-right: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.mv-sfilter-bar__control input:focus,
.mv-sfilter-bar__control select:focus {
    border-color: #fca5a5;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(227, 30, 36, .08);
}
.mv-sfilter-bar__actions {
    display: flex;
    align-items: end;
    gap: 6px;
}
.mv-sfilter-bar__submit,
.mv-sfilter-bar__reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 34px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
}
.mv-sfilter-bar__submit {
    margin: 0;
    border: 0;
    padding: 0 12px;
    background: #111827;
    color: #fff;
    cursor: pointer;
}
.mv-sfilter-bar__submit:hover { background: var(--brand); }
.mv-sfilter-bar__reset {
    padding: 0 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
}
.mv-sfilter-bar__reset:hover {
    border-color: #fecaca;
    color: var(--brand);
    background: #fff7f7;
}

/* Kateqoriya multi-pick */
.mv-sfilter-bar__field--cats {
    position: relative;
    z-index: 12;
    overflow: visible;
}
.mv-catpick.is-open {
    z-index: 25;
}
.mv-catpick {
    position: relative;
    min-width: 0;
}
.mv-catpick__trigger {
    width: 100%;
    height: 34px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 0 28px 0 30px;
    background: #f9fafb;
    color: #111827;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: left;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
}
.mv-catpick__trigger > i:first-child {
    position: absolute;
    left: 9px;
    color: #9ca3af;
    font-size: 11px;
}
.mv-catpick.is-open .mv-catpick__trigger > i:first-child,
.mv-catpick__trigger:focus-visible {
    color: var(--brand);
}
.mv-catpick__trigger:focus-visible {
    outline: none;
    border-color: #fca5a5;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(227, 30, 36, .08);
}
.mv-catpick__label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.mv-catpick__chev {
    position: absolute;
    right: 10px;
    font-size: 10px;
    color: #9ca3af;
    transition: transform .18s ease;
}
.mv-catpick.is-open .mv-catpick__chev {
    transform: rotate(180deg);
}
.mv-catpick__panel {
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    z-index: 30;
    min-width: max(100%, 260px);
    width: max-content;
    max-width: min(340px, calc(100vw - 24px));
    max-height: min(280px, 50vh);
    overflow: auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .14);
    padding: 6px;
    display: grid;
    gap: 2px;
}
.mv-catpick__panel[hidden] { display: none !important; }
.mv-catpick__item {
    position: relative;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 7px 8px;
    border-radius: 9px;
    cursor: pointer;
    user-select: none;
    transition: background .12s ease;
}
.mv-catpick__item:hover {
    background: #f8fafc;
}
.mv-catpick__item.is-active {
    background: #fff1f2;
}
.mv-catpick__item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.mv-catpick__ico {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f3f4f6;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 12px;
    flex-shrink: 0;
}
.mv-catpick__item.is-active .mv-catpick__ico {
    background: #ffe4e6;
    color: #e31e24;
}
.mv-catpick__ico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv-catpick__txt {
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    min-width: 0;
    white-space: nowrap;
}
.mv-catpick__item.is-active .mv-catpick__txt {
    color: #9f1239;
}
.mv-catpick__tick {
    font-size: 10px;
    color: transparent;
    justify-self: end;
}
.mv-catpick__item.is-active .mv-catpick__tick {
    color: #e31e24;
}

/* Mağazalar — canlı axtarış */
.mv-stores-search-wrap {
    position: relative;
    z-index: 20;
}
.mv-stores-search {
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
    box-sizing: border-box;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    background: #f9fafb;
    overflow: hidden;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.mv-stores-search:focus-within,
.mv-stores-search.is-open {
    border-color: #fca5a5;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(227, 30, 36, .08);
}
.mv-stores-search__ico {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 11px;
    pointer-events: none;
    z-index: 1;
    transition: color .15s ease;
}
.mv-stores-search:focus-within .mv-stores-search__ico,
.mv-stores-search.is-open .mv-stores-search__ico {
    color: #e31e24;
}
.mv-stores-search .search-component__input {
    flex: 1;
    width: 100%;
    min-width: 0;
    height: 100%;
    border: 0;
    background: transparent;
    padding: 0 58px 0 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #111827;
    outline: none;
    box-sizing: border-box;
}
.mv-stores-search .search-component__input::placeholder {
    color: #9ca3af;
    font-weight: 600;
}
.mv-stores-search .search-component__input::-webkit-search-decoration,
.mv-stores-search .search-component__input::-webkit-search-cancel-button {
    display: none;
}
.mv-stores-search .search-component__clear {
    display: none;
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #9ca3af;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    padding: 0;
}
.mv-stores-search .search-component__clear.is-visible {
    display: inline-flex;
}
.mv-stores-search .search-component__clear:hover {
    background: #fee2e2;
    color: #e31e24;
}
.mv-stores-search .search-component__submit-btn {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 7px;
    background: #111827;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    padding: 0;
    transition: background .15s ease;
}
.mv-stores-search .search-component__submit-btn:hover {
    background: #e31e24;
}
.mv-stores-search.has-query .search-component__submit-btn {
    background: #e31e24;
}
.mv-stores-search__suggest {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 40;
    max-height: min(360px, 58vh);
    overflow: auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .14);
    padding: 8px;
}
.mv-stores-search__suggest[hidden] { display: none !important; }
.mv-stores-search__suggest.is-open { display: block; }
.mv-stores-search__suggest .mv-search-suggest__sec {
    padding: 6px 8px 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #9ca3af;
}
.mv-stores-search__suggest .mv-search-suggest__item,
.mv-stores-search__suggest .mv-search-suggest__recent button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 0;
    background: transparent;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    text-align: left;
    font: inherit;
}
.mv-stores-search__suggest .mv-search-suggest__item:hover,
.mv-stores-search__suggest .mv-search-suggest__item.is-active,
.mv-stores-search__suggest .mv-search-suggest__recent button:hover,
.mv-stores-search__suggest .mv-search-suggest__recent button.is-active {
    background: #f8fafc;
}
.mv-stores-search__suggest .mv-search-suggest__thumb {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    background: #f3f4f6;
}
.mv-stores-search__suggest .mv-search-suggest__ico {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #f3f4f6;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mv-stores-search__suggest .mv-search-suggest__body { min-width: 0; flex: 1; }
.mv-stores-search__suggest .mv-search-suggest__title {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mv-stores-search__suggest .mv-search-suggest__meta {
    display: block;
    margin-top: 1px;
    font-size: 11px;
    font-weight: 650;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mv-stores-search__suggest .mv-search-suggest__foot {
    border-top: 1px solid #eef0f3;
    margin-top: 4px;
    padding-top: 6px;
}
.mv-stores-search__suggest .mv-search-suggest__foot a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px;
    font-size: 12px;
    font-weight: 800;
    color: #111827;
    text-decoration: none;
    border-radius: 10px;
}
.mv-stores-search__suggest .mv-search-suggest__foot a:hover {
    background: #fff1f2;
    color: #e31e24;
}
.mv-stores-search__suggest .mv-search-suggest__hint,
.mv-stores-search__suggest .mv-search-suggest__empty {
    padding: 12px 10px;
    font-size: 12px;
    font-weight: 650;
    color: #6b7280;
    text-align: center;
}
.mv-stores-search__suggest .mv-search-suggest__quick {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 6px 6px;
}
.mv-stores-search__suggest .mv-search-suggest__quick button {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}
.mv-stores-search__suggest .mv-search-suggest__quick button:hover {
    border-color: #fecaca;
    background: #fff1f2;
    color: #e31e24;
}
.mv-stores-search__suggest .mv-search-suggest__recent {
    display: grid;
    gap: 2px;
    padding-bottom: 4px;
}
.mv-stores-search__suggest .mv-search-suggest__recent button i {
    color: #9ca3af;
    width: 14px;
    flex-shrink: 0;
}

.mv-sfilter {
    background:
        radial-gradient(120% 80% at 0% 0%, rgba(227, 30, 36, .08), transparent 55%),
        linear-gradient(180deg, #fff 0%, #fcfcfd 100%);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 16px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 28px);
    overflow: hidden;
}
.mv-sfilter__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef1f5;
    flex-shrink: 0;
}
.mv-sfilter__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.mv-sfilter__badge {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #e31e24, #b91c1c);
    color: #fff;
    font-size: 15px;
    box-shadow: 0 8px 18px rgba(227, 30, 36, .28);
    flex-shrink: 0;
}
.mv-sfilter__brand h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -.2px;
}
.mv-sfilter__brand p {
    margin: 2px 0 0;
    font-size: 11px;
    font-weight: 700;
    color: var(--muted);
}
.mv-sfilter__reset {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 800;
    color: #9ca3af;
    text-decoration: none;
    white-space: nowrap;
    padding: 6px 8px;
    border-radius: 999px;
    transition: .15s ease;
}
.mv-sfilter__reset:hover,
.mv-sfilter__reset.is-active {
    color: var(--brand);
    background: var(--brand-soft);
}
.mv-sfilter__scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 2px;
    margin-right: -2px;
}
.mv-sfilter__scroll::-webkit-scrollbar { width: 5px; }
.mv-sfilter__scroll::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 999px;
}
.mv-sfilter__group {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
}
.mv-sfilter__group--last {
    border-bottom: 0;
    margin-bottom: 8px;
    padding-bottom: 0;
}
.mv-sfilter__label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #9ca3af;
}
.mv-sfilter__label i { color: var(--brand); font-size: 12px; }

.mv-sfilter__search { position: relative; }
.mv-sfilter__search > i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 13px;
    pointer-events: none;
}
.mv-sfilter__search input {
    width: 100%;
    border: 1.5px solid #e6eaf0;
    border-radius: 14px;
    padding: 12px 12px 12px 36px;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    outline: none;
    transition: .15s ease;
}
.mv-sfilter__search input:focus {
    border-color: var(--brand);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(227, 30, 36, .12);
}

.mv-sfilter__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 2px;
}
.mv-sfilter__list::-webkit-scrollbar { width: 5px; }
.mv-sfilter__list::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 999px;
}
.mv-sfilter__option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #eef1f5;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: .15s ease;
}
.mv-sfilter__option:hover {
    border-color: #fecaca;
    background: #fff7f7;
}
.mv-sfilter__option.is-active,
.mv-sfilter__option:has(input:checked) {
    border-color: var(--brand);
    background: linear-gradient(135deg, #fff1f2, #fff);
    box-shadow: 0 6px 16px rgba(227, 30, 36, .08);
}
.mv-sfilter__option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.mv-sfilter__ico {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 14px;
    overflow: hidden;
    transition: .15s ease;
}
.mv-sfilter__ico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv-sfilter__option:hover .mv-sfilter__ico,
.mv-sfilter__option.is-active .mv-sfilter__ico,
.mv-sfilter__option:has(input:checked) .mv-sfilter__ico {
    background: var(--brand-soft);
    color: var(--brand);
}
.mv-sfilter__txt {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    line-height: 1.3;
}
.mv-sfilter__option.is-active .mv-sfilter__txt,
.mv-sfilter__option:has(input:checked) .mv-sfilter__txt {
    color: #9f1239;
}

.mv-sfilter__select-wrap {
    position: relative;
}
.mv-sfilter__select-wrap > i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--brand);
    font-size: 13px;
    pointer-events: none;
}
.mv-sfilter__select {
    width: 100%;
    border: 1.5px solid #e8ecf1;
    border-radius: 14px;
    padding: 11px 34px 11px 36px;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1.4 0.6L6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E") no-repeat right 12px center;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
}
.mv-sfilter__select:focus {
    border-color: #fecaca;
    box-shadow: 0 0 0 3px rgba(227, 30, 36, .08);
}

.mv-sfilter__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.mv-sfilter__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #eef1f5;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    color: #4b5563;
    transition: .15s ease;
}
.mv-sfilter__chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.mv-sfilter__chip i { color: #9ca3af; font-size: 11px; }
.mv-sfilter__chip:hover {
    border-color: #fecaca;
    background: #fff7f7;
}
.mv-sfilter__chip.is-active,
.mv-sfilter__chip:has(input:checked) {
    border-color: var(--brand);
    background: var(--brand);
    color: #fff;
    box-shadow: 0 8px 16px rgba(227, 30, 36, .22);
}
.mv-sfilter__chip.is-active i,
.mv-sfilter__chip:has(input:checked) i { color: #fff; }

.mv-sfilter__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    background: linear-gradient(180deg, transparent, #fff 30%);
}
.mv-sfilter__btn {
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 12px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    background: linear-gradient(135deg, #1f2937, #111827);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: .15s ease;
}
.mv-sfilter__btn:hover {
    background: linear-gradient(135deg, #e31e24, #b91c1c);
}
.mv-sfilter__btn--ghost {
    background: #f3f4f6;
    color: #4b5563;
}
.mv-sfilter__btn--ghost:hover {
    background: #e5e7eb;
    color: var(--ink);
}

.mv-stores__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    min-width: 0;
}
@media (min-width: 1400px) {
    .mv-stores__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
    .mv-stores__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mv-sfilter.mv-sfilter--bar {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .mv-sfilter-bar__field--grow { grid-column: 1 / -1; }
    .mv-sfilter-bar__actions { grid-column: 1 / -1; justify-content: flex-end; }
}

.mv-store-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.mv-store-card:hover {
    transform: translateY(-3px);
    border-color: #dbe3ee;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}
.mv-store-card__cover {
    position: relative;
    display: block;
    height: 118px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(135deg, #1f2937, #374151 45%, #e31e24);
}
.mv-store-card__banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mv-store-card__banner--fallback {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,.18), transparent 40%),
        radial-gradient(circle at 80% 10%, rgba(227,30,36,.55), transparent 35%),
        linear-gradient(135deg, #111827, #334155 55%, #7f1d1d);
}
.mv-store-card__badges {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.mv-store-card__badges span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
}
.mv-store-card__badges .is-partner { color: #0369a1; }
.mv-store-card__badges .is-featured { color: #b45309; }
.mv-store-card__badges .is-verified { color: #0f766e; }

.mv-store-card__body {
    padding: 0 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    background: #fff;
    border-radius: 0 0 20px 20px;
    position: relative;
    z-index: 2;
    overflow: visible;
}
.mv-store-card__head {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    min-height: 56px;
    padding-bottom: 2px;
}
.mv-store-card__logo {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    max-width: 56px;
    max-height: 56px;
    border-radius: 14px;
    overflow: hidden;
    border: 2.5px solid #fff;
    background: #0f172a;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .18);
    flex: 0 0 56px;
    align-self: flex-start;
    position: relative;
    z-index: 3;
    display: block;
    box-sizing: border-box;
}
.mv-store-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    max-width: none;
    max-height: none;
}
.mv-store-card__titles {
    min-width: 0;
    flex: 1;
    padding-top: 32px;
}
.mv-store-card__name {
    margin: 0;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: -.02em;
}
.mv-store-card__name a {
    color: #0f172a;
    text-decoration: none;
    display: block;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.mv-store-card__name a:hover { color: var(--brand); }
.mv-store-card__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
}
.mv-store-card__bar-left {
    flex: 0 1 auto;
    min-width: 0;
}
.mv-store-card__tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: -2px;
}
.mv-store-card__tool {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    transition: .15s ease;
    -webkit-tap-highlight-color: transparent;
}
.mv-store-card__tool:hover {
    color: #e31e24;
    border-color: #fecaca;
    background: #fff7f7;
}
.mv-store-card__tool--like {
    width: auto;
    min-width: 32px;
    padding: 0 8px;
    color: #e31e24;
    border-color: #fecaca;
}
.mv-store-card__tool--like span {
    font-size: 11px;
    font-weight: 800;
}
.mv-store-card__tool--like.is-liked {
    background: #fff1f2;
}
.mv-store-card__tool--waze {
    background: #33ccff;
    border-color: #33ccff;
    color: #0b1220;
}
.mv-store-card__tool--waze:hover {
    background: #00aaff;
    border-color: #00aaff;
    color: #fff;
}
.mv-store-card__tool--map {
    color: #0f766e;
    border-color: #99f6e4;
    background: #f0fdfa;
}
.mv-store-card__tool--map:hover {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}
.mv-store-card__hours {
    margin: 0;
    position: relative;
    flex: 0 1 auto;
    max-width: 100%;
}
.mv-store-card__hours > summary {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    padding: 2px 7px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e8ecf1;
    color: #4b5563;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.2;
    white-space: nowrap;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.mv-store-card__hours > summary::-webkit-details-marker { display: none; }
.mv-store-card__hours > summary i:first-child {
    font-size: 10px;
    color: #94a3b8;
    flex-shrink: 0;
}
.mv-store-card__hours > summary span {
    flex-shrink: 0;
}
.mv-store-card__hours-chev {
    font-size: 9px;
    color: #94a3b8;
    transition: transform .18s ease;
}
.mv-store-card__hours[open] > summary {
    background: #fff;
    border-color: #cbd5e1;
    color: #111827;
}
.mv-store-card__hours[open] .mv-store-card__hours-chev {
    transform: rotate(180deg);
}
.mv-store-card__hours-list {
    list-style: none;
    margin: 0;
    padding: 8px 10px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e8ecf1;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
    display: grid;
    gap: 4px;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    z-index: 8;
    min-width: min(220px, 72vw);
}
.mv-store-card__hours-list li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #374151;
}
.mv-store-card__hours-list em {
    font-style: normal;
    color: #6b7280;
    font-weight: 700;
}
.mv-store-card__hours-list .is-closed span { color: #ef4444; }
.mv-store-card__desc {
    margin: 0;
    min-width: 0;
}
.mv-store-card__desc > summary {
    list-style: none;
    cursor: pointer;
    margin: 0;
    color: #4b5563;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.mv-store-card__desc > summary::-webkit-details-marker { display: none; }
.mv-store-card__desc[open] > summary {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    color: #374151;
}
.mv-store-card__contacts {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    flex: 0 0 auto;
    margin-left: auto;
}
.mv-store-card__stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.mv-store-card__chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 auto;
    white-space: nowrap;
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 750;
    color: #374151;
    text-decoration: none;
    line-height: 1.2;
    height: 30px;
    box-sizing: border-box;
}
button.mv-store-card__chip {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: inherit;
}
.mv-store-card__chip:hover { color: var(--brand); border-color: #fecaca; }
.mv-store-card__chip--rating {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
}
.mv-store-card__chip--rating i { color: #f59e0b; }
.mv-store-card__chip--rating strong { font-weight: 850; color: #111827; }
.mv-store-card__chip--rating em {
    font-style: normal;
    font-weight: 700;
    color: #9a3412;
    opacity: .85;
}
.mv-store-card__social-ico {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    text-decoration: none;
    font-size: 11px;
    transition: .15s ease;
}
.mv-store-card__social-ico:hover {
    transform: translateY(-1px);
    color: #fff;
}
.mv-store-card__social-ico--phone {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}
.mv-store-card__social-ico--phone:hover {
    background: #2563eb;
    border-color: #2563eb;
}
.mv-store-card__social-ico--whatsapp {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #047857;
}
.mv-store-card__social-ico--whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
}
.mv-store-card__social-ico--instagram:hover { background: #e1306c; border-color: #e1306c; }
.mv-store-card__social-ico--facebook:hover { background: #1877f2; border-color: #1877f2; }
.mv-store-card__social-ico--telegram:hover { background: #229ed9; border-color: #229ed9; }
.mv-store-card__social-ico--youtube:hover { background: #ff0000; border-color: #ff0000; }
.mv-store-card__social-ico--tiktok:hover { background: #111827; border-color: #111827; }
.mv-store-card__social-ico--linkedin:hover { background: #0a66c2; border-color: #0a66c2; }
.mv-store-card__social-ico--x:hover { background: #111827; border-color: #111827; }
.mv-store-card__social-ico--website:hover,
.mv-store-card__social-ico--other:hover { background: #374151; border-color: #374151; }
.mv-store-card__cats {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}
.mv-store-card__cats span,
.mv-store-card__cats-more {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 46%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff1f2;
    color: #9f1239;
    border: 1px solid #fecdd3;
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 750;
    text-decoration: none;
    line-height: 1.2;
}
.mv-store-card__cats-more {
    flex: 0 0 auto;
    max-width: none;
    min-width: 28px;
    padding: 3px 7px;
    background: #111827;
    border-color: #111827;
    color: #fff;
    font-weight: 850;
    text-align: center;
}
.mv-store-card__cats-more:hover {
    background: #e31e24;
    border-color: #e31e24;
    color: #fff;
}
.mv-store-card__previews {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}
.mv-store-card__previews a {
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    background: var(--soft);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}
.mv-store-card__previews img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}
.mv-store-card__more {
    font-size: 13px;
    font-weight: 800;
    color: var(--ink);
    text-decoration: none;
    background: #f3f4f6 !important;
}
.mv-store-card__foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 4px;
}
.mv-store-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ink);
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 14px;
    border-radius: 12px;
}
.mv-store-card__cta:hover { background: var(--brand); }
.mv-store-card__socials {
    display: flex;
    gap: 6px;
}
.mv-store-card__socials a {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid var(--line);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #374151;
    text-decoration: none;
}
.mv-store-card__socials a:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.mv-stores__empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 56px 16px;
    color: var(--muted);
    border: 1px dashed var(--line);
    border-radius: 18px;
    background: #fff;
}
.mv-stores__empty i { font-size: 28px; margin-bottom: 10px; display: block; color: #d1d5db; }
.mv-stores__empty a { color: var(--brand); font-weight: 800; }
.mv-stores__pager { margin-top: 24px; }

@media (max-width: 900px) {
    .mv-stores {
        padding: 10px 12px 24px;
    }
    .mv-stores__intro {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 8px;
    }
    .mv-stores__eyebrow {
        display: none;
    }
    .mv-stores h1 {
        font-size: 20px;
        letter-spacing: -.25px;
        line-height: 1.1;
    }
    .mv-stores__lead {
        display: none;
    }
    .mv-stores__kpis {
        display: flex;
        flex-wrap: nowrap;
        gap: 4px;
        flex: 0 0 auto;
    }
    .mv-stores__kpis div {
        min-width: 0;
        border-radius: 8px;
        padding: 4px 7px;
        box-shadow: none;
        text-align: left;
    }
    .mv-stores__kpis strong {
        font-size: 13px;
    }
    .mv-stores__kpis span {
        font-size: 9px;
    }
    .mv-stores__filter-zone {
        margin-bottom: 8px;
    }
    .mv-stores__mobbar {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 2px 0 8px;
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .mv-sfilter-open {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        position: relative;
        box-sizing: border-box;
        height: 36px;
        min-height: 36px;
        max-height: 36px;
        padding: 0 12px;
        margin: 0;
        border: 1px solid #111827;
        border-radius: 999px;
        background: #111827;
        color: #fff;
        font: inherit;
        font-weight: 800;
        font-size: 12px;
        line-height: 1;
        cursor: pointer;
        flex: 0 0 auto;
        white-space: nowrap;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        vertical-align: middle;
    }
    .mv-sfilter-open i {
        font-size: 11px;
        line-height: 1;
        display: inline-block;
        width: 1em;
        text-align: center;
    }
    .mv-sfilter-open span {
        line-height: 1;
        display: inline-block;
    }
    .mv-sfilter-open__dot {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--brand);
        box-shadow: 0 0 0 2px #111827;
        pointer-events: none;
    }
    .mv-stores__catscroller {
        display: flex;
        align-items: center;
        gap: 6px;
        flex: 1 1 auto;
        min-width: 0;
        height: 36px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    .mv-stores__catscroller::-webkit-scrollbar { display: none; }
    .mv-stores__catchip {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: 36px;
        min-height: 36px;
        max-height: 36px;
        max-width: 132px;
        padding: 0 12px;
        margin: 0;
        border-radius: 999px;
        border: 1px solid #e5e7eb;
        background: #fff;
        color: #374151;
        text-decoration: none;
        font-size: 12px;
        font-weight: 750;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-appearance: none;
        appearance: none;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        vertical-align: middle;
    }
    .mv-stores__catchip.is-active {
        background: #111827;
        border-color: #111827;
        color: #fff;
    }
    .mv-sfilter-sheet {
        position: fixed;
        inset: 0;
        z-index: 1200;
        background: rgba(15, 23, 42, .45);
        padding: 18px 14px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .mv-sfilter-sheet[hidden] { display: none !important; }
    .mv-sfilter-sheet__bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-radius: 18px 18px 0 0;
        padding: 14px 16px;
        border-bottom: 1px solid #eef1f5;
    }
    .mv-sfilter-sheet__bar strong {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 15px;
        color: var(--ink);
    }
    .mv-sfilter-sheet__bar strong i { color: var(--brand); }
    .mv-sfilter-sheet__bar button {
        width: 36px;
        height: 36px;
        border: 0;
        border-radius: 10px;
        background: #f3f4f6;
        font-size: 22px;
        line-height: 1;
        cursor: pointer;
        color: #374151;
    }
    .mv-sfilter.mv-sfilter--bar {
        display: flex;
        flex-direction: column;
        gap: 10px;
        grid-template-columns: none;
        padding: 14px 16px 16px;
        border-radius: 0 0 18px 18px;
        border: 0;
        box-shadow: none;
        max-height: min(78vh, 720px);
        overflow-y: auto;
    }
    .mv-catpick__panel {
        position: static;
        min-width: 0;
        width: 100%;
        max-width: none;
        max-height: 220px;
        box-shadow: none;
        border: 1px solid #eef0f3;
        margin-top: 4px;
    }
    .mv-catpick__trigger {
        position: relative;
    }
    .mv-sfilter-bar__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        width: 100%;
    }
    .mv-sfilter-bar__submit,
    .mv-sfilter-bar__reset {
        width: 100%;
        height: 38px;
    }
    body.mv-sfilter-open-body { overflow: hidden; }
}
@media (max-width: 640px) {
    .mv-stores h1 { font-size: 20px; }
    .mv-stores__grid { grid-template-columns: 1fr; }
    .mv-store-card {
        border-radius: 16px;
    }
    .mv-store-card__cover { height: 96px; }
    .mv-store-card__body {
        padding: 0 12px 12px;
        gap: 8px;
    }
    .mv-store-card__head {
        margin-top: -24px;
        min-height: 48px;
        gap: 8px;
        align-items: flex-start;
    }
    .mv-store-card__logo {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        max-width: 48px;
        max-height: 48px;
        flex-basis: 48px;
        border-radius: 12px;
        border-width: 2px;
        align-self: flex-start;
    }
    .mv-store-card__titles {
        padding-top: 26px;
    }
    .mv-store-card__name {
        font-size: 17px;
        font-weight: 850;
        line-height: 1.35;
    }
    .mv-store-card__bar {
        gap: 6px;
    }
    .mv-store-card__tools {
        gap: 5px;
        margin-top: 0;
        padding-top: 2px;
    }
    .mv-store-card__tool {
        width: 32px;
        height: 32px;
        border-radius: 9px;
        font-size: 12px;
    }
    .mv-store-card__tool--like {
        min-width: 32px;
        padding: 0 7px;
    }
    .mv-store-card__tool--like span {
        font-size: 10px;
    }
    .mv-store-card__hours > summary {
        padding: 2px 6px;
        font-size: 9px;
    }
    .mv-store-card__contacts {
        gap: 3px;
    }
    .mv-store-card__social-ico {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }
    .mv-store-card__desc > summary {
        font-size: 12px;
        line-height: 1.35;
    }
    .mv-store-card__badges span em { display: none; }
    .mv-store-card__badges span {
        padding: 4px 7px;
        font-size: 0;
    }
    .mv-store-card__badges span i {
        font-size: 12px;
        margin: 0;
    }
    .mv-store-card__stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
    }
    .mv-store-card__stats .mv-store-card__chip {
        width: 100%;
        justify-content: center;
        min-width: 0;
    }
    .mv-store-card__chip {
        height: 28px;
        padding: 0 8px;
        font-size: 10px;
        border-radius: 8px;
    }
    .mv-store-card__chip--rating em { display: none; }
    .mv-store-card__cats {
        gap: 3px;
    }
    .mv-store-card__cats span {
        max-width: 42%;
        font-size: 10px;
        padding: 2px 7px;
    }
    .mv-store-card__cats-more {
        min-width: 24px;
        font-size: 10px;
        padding: 2px 6px;
    }
    .mv-store-card__previews a {
        width: 52px;
        height: 52px;
        border-radius: 10px;
    }
    .mv-store-card__more {
        width: 52px;
        height: 52px;
        font-size: 12px;
        border-radius: 10px;
    }
    .mv-store-card__foot {
        margin-top: 2px;
    }
    .mv-store-card__cta {
        width: 100%;
        justify-content: center;
        padding: 9px 12px;
        font-size: 12px;
        border-radius: 11px;
    }
}
