:root {
    --wiz-v53-orange: var(--wiz-primary, #ff5a00);
    --wiz-v53-bg: #f5f6f8;
    --wiz-v53-card: #ffffff;
    --wiz-v53-text: #17171b;
    --wiz-v53-muted: #76767f;
    --wiz-v53-line: #e8e8ed;
    --wiz-v53-shadow: 0 10px 30px rgba(22, 24, 29, 0.06);
}

html {
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: auto;
    overscroll-behavior-y: auto;
    -webkit-text-size-adjust: 100%;
}

body.wiz-marketplace-body,
body.wiz-app-body {
    position: relative;
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto;
    overscroll-behavior-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y pinch-zoom;
}

body.wiz-scroll-locked {
    overflow: hidden !important;
    overscroll-behavior: none !important;
    touch-action: none !important;
}

body.wiz-marketplace-body .wiz-app-home,
body.wiz-marketplace-body .wiz-home-content,
body.wiz-marketplace-body #wrapper:not(.wiz-product-page) {
    height: auto !important;
    min-height: 0;
    overflow: visible;
}

.wiz-hero,
.wiz-hero-swiper,
.wiz-hero-swiper .swiper-wrapper,
.wiz-hero-swiper .swiper-slide {
    touch-action: pan-y pinch-zoom !important;
}

.wiz-scroll-track,
.wiz-shop-activity-track,
.wiz-product-description-card .nav-tabs-horizontal,
.row-product {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    scroll-behavior: auto;
    scroll-snap-type: none !important;
    touch-action: pan-x pan-y pinch-zoom;
}

.wiz-scroll-track > *,
.wiz-shop-activity-track > * {
    scroll-snap-align: none !important;
}

.wiz-app-header {
    will-change: auto;
    transform: translateZ(0);
}

/* Stores directory */
body.wiz-marketplace-body:has(.wiz-shops-directory) {
    background: var(--wiz-v53-bg) !important;
    padding-bottom: 96px !important;
}

.wiz-shops-directory {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 0 14px 28px;
    color: var(--wiz-v53-text);
    background: var(--wiz-v53-bg);
}

.wiz-shops-hero {
    position: relative;
    z-index: 2;
    padding: 20px 0 8px;
}

.wiz-shops-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.wiz-shops-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--wiz-v53-orange);
    font-size: 12px;
    font-weight: 800;
}

.wiz-shops-heading h1 {
    margin: 0;
    color: var(--wiz-v53-text);
    font-size: clamp(25px, 6vw, 34px);
    font-weight: 900;
    line-height: 1.15;
}

.wiz-shops-heading p {
    margin: 7px 0 0;
    color: var(--wiz-v53-muted);
    font-size: 13px;
    line-height: 1.65;
}

.wiz-shops-total {
    flex: 0 0 auto;
    min-width: 64px;
    padding: 10px 9px;
    border: 1px solid rgba(255, 90, 0, 0.16);
    border-radius: 18px;
    background: #fff4ed;
    text-align: center;
}

.wiz-shops-total strong,
.wiz-shops-total small {
    display: block;
}

.wiz-shops-total strong {
    color: var(--wiz-v53-orange);
    font-size: 20px;
    line-height: 1;
}

.wiz-shops-total small {
    margin-top: 5px;
    color: #8b5a42;
    font-size: 10px;
    font-weight: 700;
}

.wiz-shops-search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 15px;
    border: 1px solid var(--wiz-v53-line);
    border-radius: 18px;
    background: var(--wiz-v53-card);
    box-shadow: 0 5px 18px rgba(22, 24, 29, 0.04);
}

.wiz-shops-search:focus-within {
    border-color: rgba(255, 90, 0, 0.42);
    box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.08);
}

.wiz-shops-search > svg {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    fill: none;
    stroke: #6d6d74;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.wiz-shops-search input {
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--wiz-v53-text);
    font-size: 14px;
    text-align: right;
}

.wiz-shops-search-clear {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f0f0f3;
    color: #5f5f66;
    font-size: 21px;
    line-height: 1;
}

.wiz-shop-activity-track {
    display: flex;
    gap: 9px;
    margin-top: 14px;
    padding: 2px 1px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.wiz-shop-activity-track::-webkit-scrollbar {
    display: none;
}

.wiz-shop-activity-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: max-content;
    padding: 7px 10px 7px 8px;
    border: 1px solid var(--wiz-v53-line);
    border-radius: 16px;
    background: #fff;
    color: var(--wiz-v53-text);
    text-decoration: none !important;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.wiz-shop-activity-chip:active {
    transform: scale(0.97);
}

.wiz-shop-activity-chip.is-active {
    border-color: rgba(255, 90, 0, 0.36);
    background: #fff3eb;
    color: #c84600;
}

.wiz-shop-activity-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: #f5f5f7;
}

.wiz-shop-activity-chip.is-active .wiz-shop-activity-icon {
    background: #fff;
}

.wiz-shop-activity-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wiz-shop-activity-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wiz-shop-activity-chip > span:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wiz-shop-activity-chip strong {
    max-width: 125px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wiz-shop-activity-chip small {
    margin-top: 2px;
    color: var(--wiz-v53-muted);
    font-size: 9px;
}

.wiz-shops-content {
    padding-top: 8px;
}

.wiz-shop-group {
    margin-bottom: 24px;
}

.wiz-shop-group[hidden] {
    display: none !important;
}

.wiz-shop-group-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 11px;
    padding: 0 2px;
}

.wiz-shop-group-header h2 {
    margin: 0;
    color: var(--wiz-v53-text);
    font-size: 18px;
    font-weight: 900;
}

.wiz-shop-group-header span {
    display: block;
    margin-top: 3px;
    color: var(--wiz-v53-muted);
    font-size: 10px;
}

.wiz-shop-group-header > a {
    color: var(--wiz-v53-orange);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.wiz-shop-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.wiz-shop-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--wiz-v53-line);
    border-radius: 20px;
    background: var(--wiz-v53-card);
    box-shadow: var(--wiz-v53-shadow);
}

.wiz-shop-card[hidden] {
    display: none !important;
}

.wiz-shop-card-main {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 10px;
    min-height: 108px;
    padding: 13px 12px;
    color: var(--wiz-v53-text) !important;
    text-decoration: none !important;
}

.wiz-shop-card-avatar {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    overflow: visible;
    border: 1px solid #ededf0;
    border-radius: 18px;
    background: #f4f4f6;
}

.wiz-shop-card-avatar img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.wiz-shop-card-avatar i {
    position: absolute;
    inset-inline-end: -4px;
    bottom: -3px;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #1987ff;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.wiz-shop-card-copy {
    min-width: 0;
}

.wiz-shop-card-copy > strong,
.wiz-shop-card-copy > small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wiz-shop-card-copy > strong {
    color: var(--wiz-v53-text);
    font-size: 14px;
    font-weight: 900;
}

.wiz-shop-card-copy > small {
    margin-top: 4px;
    color: var(--wiz-v53-muted);
    font-size: 10px;
}

.wiz-shop-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

.wiz-shop-card-meta em {
    padding: 4px 7px;
    border-radius: 999px;
    background: #f4f4f6;
    color: #6b6b72;
    font-size: 8.5px;
    font-style: normal;
    font-weight: 700;
}

.wiz-shop-card-arrow {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: #a0a0a7;
}

.wiz-shop-card-arrow svg {
    width: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wiz-shop-card-actions {
    display: flex;
    gap: 7px;
    padding: 0 11px 11px;
}

.wiz-shop-card-actions a {
    display: inline-flex;
    min-height: 36px;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border: 1px solid var(--wiz-v53-orange);
    border-radius: 12px;
    background: var(--wiz-v53-orange);
    color: #fff !important;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none !important;
}

.wiz-shop-card-actions a.is-secondary {
    flex: 0 0 auto;
    border-color: var(--wiz-v53-line);
    background: #fff;
    color: var(--wiz-v53-text) !important;
}

.wiz-shops-empty {
    padding: 64px 20px;
    text-align: center;
}

.wiz-shops-empty[hidden] {
    display: none !important;
}

.wiz-shops-empty > span {
    display: grid;
    width: 74px;
    height: 74px;
    margin: 0 auto 16px;
    place-items: center;
    border-radius: 25px;
    background: #fff0e7;
    color: var(--wiz-v53-orange);
}

.wiz-shops-empty svg {
    width: 35px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wiz-shops-empty h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
}

.wiz-shops-empty p {
    margin: 8px 0 16px;
    color: var(--wiz-v53-muted);
    font-size: 12px;
}

.wiz-shops-empty a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 14px;
    background: var(--wiz-v53-orange);
    color: #fff !important;
    font-size: 12px;
    font-weight: 850;
}

@media (max-width: 560px) {
    .wiz-shops-directory {
        padding-inline: 12px;
    }

    .wiz-shop-grid {
        grid-template-columns: 1fr;
    }

    .wiz-shop-card-main {
        grid-template-columns: 68px minmax(0, 1fr) 22px;
        min-height: 112px;
    }

    .wiz-shop-card-avatar {
        width: 68px;
        height: 68px;
    }
}

@media (min-width: 761px) {
    .wiz-shops-directory {
        padding-inline: 20px;
    }

    .wiz-shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    html,
    .wiz-scroll-track,
    .wiz-shop-activity-track {
        scroll-behavior: auto !important;
    }

    .wiz-shop-activity-chip {
        transition: none;
    }
}

/* Marketplace shops directory V5.4 */
body.wiz-shops-body {
    --wiz-shops-page-gutter: 15px;
    --wiz-shops-nav-space: calc(112px + env(safe-area-inset-bottom));
}

body.wiz-shops-body,
body.wiz-shops-body * {
    box-sizing: border-box;
}

body.wiz-shops-body .wiz-app-header .wiz-search-shell {
    display: none !important;
}

body.wiz-shops-body .wiz-app-header {
    border-radius: 28px 28px 0 0;
}

body.wiz-shops-body .wiz-app-header .wiz-header-row {
    height: 66px;
}

body.wiz-shops-body #wrapper.wiz-shops-directory {
    display: block;
    width: min(100%, var(--wiz-shell-width)) !important;
    max-width: var(--wiz-shell-width) !important;
    min-width: 0;
    min-height: calc(100dvh - 108px);
    margin: 0 auto !important;
    padding: 0 var(--wiz-shops-page-gutter) var(--wiz-shops-nav-space) !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
    border-radius: 0 0 28px 28px;
    background: #f6f6f8;
}

body.wiz-shops-body .wiz-shops-directory > * {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

body.wiz-shops-body .wiz-shops-hero {
    z-index: auto;
    padding: 20px 0 10px;
}

body.wiz-shops-body .wiz-shops-heading {
    display: block;
    margin: 0 0 15px;
}

body.wiz-shops-body .wiz-shops-heading-copy {
    min-width: 0;
}

body.wiz-shops-body .wiz-shops-eyebrow {
    margin: 0 0 4px;
    color: var(--wiz-v53-orange);
    font-size: 11px;
    font-weight: 850;
    line-height: 1.4;
}

body.wiz-shops-body .wiz-shops-heading h1 {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin: 0;
    font-size: clamp(25px, 7vw, 31px);
    font-weight: 950;
    letter-spacing: -0.45px;
    line-height: 1.22;
}

body.wiz-shops-body .wiz-shops-heading h1 span {
    color: #b8b8be;
    font-size: 17px;
    font-weight: 700;
}

body.wiz-shops-body .wiz-shops-heading h1 small {
    color: var(--wiz-v53-orange);
    font-size: 17px;
    font-weight: 900;
}

body.wiz-shops-body .wiz-shops-heading p {
    margin: 6px 0 0;
    color: #73737b;
    font-size: 12px;
    line-height: 1.65;
}

body.wiz-shops-body .wiz-shops-total {
    display: none !important;
}

body.wiz-shops-body .wiz-shops-search {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid #e3e3e8;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(24, 27, 34, 0.045);
}

body.wiz-shops-body .wiz-shops-search > svg {
    width: 20px;
    height: 20px;
    color: #686870;
    stroke: currentColor;
}

body.wiz-shops-body .wiz-shops-search input {
    height: 50px;
    min-width: 0;
    font-size: 13px;
    font-weight: 650;
}

body.wiz-shops-body .wiz-shops-search input::placeholder {
    color: #9b9ba2;
    opacity: 1;
}

body.wiz-shops-body .wiz-shops-search-clear {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #f1f1f4;
    color: #67676e;
    cursor: pointer;
}

body.wiz-shops-body .wiz-shops-search-clear[hidden] {
    display: none !important;
}

body.wiz-shops-body .wiz-shops-search-clear svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
}

body.wiz-shops-body .wiz-shops-section-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

body.wiz-shops-body .wiz-shops-section-label > div {
    display: flex;
    flex-direction: column;
}

body.wiz-shops-body .wiz-shops-section-label strong {
    color: #242429;
    font-size: 14px;
    font-weight: 900;
}

body.wiz-shops-body .wiz-shops-section-label span {
    margin-top: 2px;
    color: #96969c;
    font-size: 9px;
}

body.wiz-shops-body .wiz-shop-activity-track {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 12px;
    margin: 10px 0 0;
    padding: 2px 1px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: var(--wiz-shops-page-gutter);
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
}

body.wiz-shops-body .wiz-shop-activity-track::-webkit-scrollbar {
    display: none;
}

body.wiz-shops-body .wiz-shop-activity-chip {
    display: flex;
    width: 72px;
    min-width: 72px;
    max-width: 72px;
    flex: 0 0 72px;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #28282d;
    text-align: center;
    box-shadow: none;
}

body.wiz-shops-body .wiz-shop-activity-chip:active {
    transform: scale(0.96);
}

body.wiz-shops-body .wiz-shop-activity-icon {
    position: relative;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ededf1;
    color: #65656c;
    box-shadow: 0 0 0 1px #e4e4e9, 0 5px 14px rgba(20, 22, 28, 0.06);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.wiz-shops-body .wiz-shop-activity-chip.is-active .wiz-shop-activity-icon {
    border-color: #fff;
    background: #fff2ea;
    color: var(--wiz-v53-orange);
    box-shadow: 0 0 0 2px var(--wiz-v53-orange), 0 7px 18px rgba(255, 90, 0, 0.16);
}

body.wiz-shops-body .wiz-shop-activity-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.wiz-shops-body .wiz-shop-activity-icon svg {
    width: 24px;
    height: 24px;
}

body.wiz-shops-body .wiz-shop-activity-chip > strong {
    display: block;
    width: 100%;
    max-width: 72px;
    margin-top: 7px;
    overflow: hidden;
    color: inherit;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.wiz-shops-body .wiz-shop-activity-chip > small {
    display: block;
    margin-top: 2px;
    color: #929298;
    font-size: 8px;
    line-height: 1.25;
}

body.wiz-shops-body .wiz-shop-activity-chip.is-active > strong {
    color: #d44800;
}

body.wiz-shops-body .wiz-shops-toolbar {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid #e7e7eb;
}

body.wiz-shops-body .wiz-shops-results-copy {
    display: flex;
    min-width: 0;
    flex: 0 0 auto;
    flex-direction: column;
}

body.wiz-shops-body .wiz-shops-results-copy strong {
    color: #242429;
    font-size: 13px;
    font-weight: 900;
}

body.wiz-shops-body .wiz-shops-results-copy span {
    margin-top: 2px;
    color: #929298;
    font-size: 9px;
}

body.wiz-shops-body .wiz-shops-sort {
    display: flex;
    min-width: 0;
    gap: 6px;
    overflow-x: auto;
    padding: 1px;
    scrollbar-width: none;
}

body.wiz-shops-body .wiz-shops-sort::-webkit-scrollbar {
    display: none;
}

body.wiz-shops-body .wiz-shops-sort button {
    min-height: 34px;
    flex: 0 0 auto;
    padding: 7px 10px;
    border: 1px solid #e0e0e5;
    border-radius: 11px;
    background: #fff;
    color: #68686f;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
}

body.wiz-shops-body .wiz-shops-sort button.is-active {
    border-color: rgba(255, 90, 0, 0.25);
    background: #fff0e7;
    color: #d44800;
}

body.wiz-shops-body .wiz-shops-content {
    width: 100%;
    min-width: 0;
    padding: 5px 0 0;
}

body.wiz-shops-body .wiz-shop-group {
    width: 100%;
    min-width: 0;
    margin: 0 0 22px;
}

body.wiz-shops-body .wiz-shop-group-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 10px;
    padding: 0 2px;
}

body.wiz-shops-body .wiz-shop-group-header > div {
    min-width: 0;
}

body.wiz-shops-body .wiz-shop-group-header h2 {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    color: #232328;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.wiz-shops-body .wiz-shop-group-header span {
    margin-top: 2px;
    color: #939399;
    font-size: 9px;
}

body.wiz-shops-body .wiz-shop-group-header > a {
    display: none !important;
}

body.wiz-shops-body .wiz-shop-grid,
body.wiz-shops-body .wiz-shop-grid:nth-child(n) {
    display: grid !important;
    width: 100% !important;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 11px;
}

body.wiz-shops-body .wiz-shop-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #e7e7eb;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(22, 24, 30, 0.05);
}

body.wiz-shops-body .wiz-shop-card-main {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: 72px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 11px;
    min-height: 104px;
    padding: 14px 13px 11px;
}

body.wiz-shops-body .wiz-shop-card-avatar {
    width: 72px;
    height: 72px;
    border: 1px solid #ededf0;
    border-radius: 18px;
    background: #f3f3f6;
}

body.wiz-shops-body .wiz-shop-card-avatar img {
    object-fit: cover;
}

body.wiz-shops-body .wiz-shop-card-avatar i {
    inset-inline-end: -4px;
    bottom: -4px;
    width: 21px;
    height: 21px;
    background: #1686ef;
}

body.wiz-shops-body .wiz-shop-card-avatar i svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-shops-body .wiz-shop-card-copy {
    display: block;
    min-width: 0;
}

body.wiz-shops-body .wiz-shop-card-title-row {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
}

body.wiz-shops-body .wiz-shop-card-title-row > strong {
    min-width: 0;
    overflow: hidden;
    color: #202025;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.wiz-shops-body .wiz-shop-card-title-row > b {
    flex: 0 0 auto;
    padding: 3px 6px;
    border-radius: 999px;
    background: #eaf4ff;
    color: #1476c9;
    font-size: 7.5px;
    font-weight: 900;
}

body.wiz-shops-body .wiz-shop-card-copy > small {
    margin-top: 4px;
    color: #77777e;
    font-size: 10px;
    line-height: 1.4;
}

body.wiz-shops-body .wiz-shop-card-meta {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

body.wiz-shops-body .wiz-shop-card-meta em {
    padding: 4px 7px;
    border-radius: 999px;
    background: #f3f3f5;
    color: #66666d;
    font-size: 8.5px;
    font-style: normal;
    font-weight: 750;
}

body.wiz-shops-body .wiz-shop-card-arrow {
    width: 24px;
    height: 24px;
    color: #a5a5ab;
}

body.wiz-shops-body .wiz-shop-card-arrow svg {
    width: 18px;
}

body.wiz-shops-body .wiz-shop-card-actions {
    display: flex;
    width: 100%;
    min-width: 0;
    gap: 8px;
    padding: 0 12px 12px;
}

body.wiz-shops-body .wiz-shop-card-actions a {
    min-height: 42px;
    border-radius: 13px;
    font-size: 11px;
}

body.wiz-shops-body .wiz-shop-card-primary {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--wiz-v53-orange) !important;
    background: var(--wiz-v53-orange) !important;
    color: #fff !important;
}

body.wiz-shops-body .wiz-shop-card-primary svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-shops-body .wiz-shop-card-secondary {
    display: grid !important;
    width: 42px;
    flex: 0 0 42px !important;
    place-items: center;
    padding: 0 !important;
    border: 1px solid #e1e1e5 !important;
    background: #fff !important;
    color: #39393f !important;
}

body.wiz-shops-body .wiz-shop-card-secondary svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-shops-body .wiz-shops-empty {
    width: 100%;
    padding: 55px 20px 70px;
}

body.wiz-shops-body .wiz-shops-empty h2 {
    font-size: 18px;
}

body.wiz-shops-body .wiz-shops-empty p {
    font-size: 11px;
}

body.wiz-shops-body .wiz-bottom-nav {
    z-index: 1100;
}

@media (max-width: 390px) {
    body.wiz-shops-body {
        --wiz-shops-page-gutter: 12px;
    }

    body.wiz-shops-body .wiz-app-header .wiz-header-row {
        height: 62px;
    }

    body.wiz-shops-body .wiz-shop-activity-chip {
        width: 67px;
        min-width: 67px;
        max-width: 67px;
        flex-basis: 67px;
    }

    body.wiz-shops-body .wiz-shop-activity-icon {
        width: 54px;
        height: 54px;
    }

    body.wiz-shops-body .wiz-shop-card-main {
        grid-template-columns: 64px minmax(0, 1fr) 20px;
        gap: 9px;
        padding-inline: 11px;
    }

    body.wiz-shops-body .wiz-shop-card-avatar {
        width: 64px;
        height: 64px;
    }

    body.wiz-shops-body .wiz-shops-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    body.wiz-shops-body .wiz-shops-sort {
        width: 100%;
    }
}

@media (min-width: 768px) {
    body.wiz-shops-body #wrapper.wiz-shops-directory {
        padding-inline: 16px !important;
    }

    body.wiz-shops-body .wiz-shop-grid,
    body.wiz-shops-body .wiz-shop-grid:nth-child(n) {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}
