.search-page{
    min-height:100vh;
    background:
        radial-gradient(circle at 92% 4%,rgba(109,40,217,.08),transparent 30rem),
        linear-gradient(180deg,#f8fafc 0,#fff 38rem);
    color:#0f172a;
}
.search-v2-hero{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    overflow:hidden;
    position:relative;
    padding:38px 40px;
    border-radius:28px;
    background:
        radial-gradient(circle at 10% 20%,rgba(255,255,255,.13),transparent 15rem),
        linear-gradient(135deg,#111827,#312e81 55%,#6d28d9);
    color:#fff;
    box-shadow:0 24px 60px rgba(30,41,59,.18);
}
.search-v2-hero::after{
    content:"";
    position:absolute;
    left:-70px;
    bottom:-100px;
    width:250px;
    height:250px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.12);
}
.search-v2-hero-copy{position:relative;z-index:2;max-width:760px}
.search-v2-kicker{
    display:inline-flex;
    padding:6px 11px;
    margin-bottom:12px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:999px;
    background:rgba(255,255,255,.09);
    font-size:12px;
    font-weight:900;
}
.search-v2-hero h1{
    margin:0 0 9px;
    font-size:clamp(26px,4vw,40px);
    font-weight:950;
}
.search-v2-hero p{
    margin:0;
    color:rgba(255,255,255,.78);
    font-size:13px;
    line-height:2;
}
.search-v2-result-pill{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    flex:0 0 115px;
    width:115px;
    height:115px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:30px;
    background:rgba(255,255,255,.11);
    backdrop-filter:blur(12px);
}
.search-v2-result-pill span{font-size:27px;font-weight:950}
.search-v2-result-pill small{margin-top:3px;color:rgba(255,255,255,.75);font-size:12px;font-weight:800}

.local-breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
    margin:16px 3px 0;
    color:#94a3b8;
    font-size:12px;
    font-weight:800;
}
.local-breadcrumb a{
    color:#6d28d9;
    text-decoration:none;
}
.local-breadcrumb a.current{color:#0f172a;font-weight:950}

.search-v2-filter-card{
    position:relative;
    z-index:5;
    padding:20px;
    margin-top:18px;
    border:1px solid #e8edf4;
    border-radius:22px;
    background:rgba(255,255,255,.96);
    box-shadow:0 14px 36px rgba(15,23,42,.07);
}
.search-v2-label{
    display:block;
    margin-bottom:6px;
    color:#475569;
    font-size:12px;
    font-weight:900;
}
.search-v2-filter-card .form-control,
.search-v2-filter-card .form-select{
    min-height:47px;
    border:1px solid #dbe3ee;
    border-radius:12px;
    background-color:#fff;
    font-family:inherit;
    font-size:11px;
    box-shadow:none;
}
.search-v2-filter-card .form-control:focus,
.search-v2-filter-card .form-select:focus{
    border-color:#8b5cf6;
    box-shadow:0 0 0 3px rgba(139,92,246,.09);
}
.search-v2-input-wrap{position:relative}
.search-v2-input-wrap .form-control{padding-right:38px}
.search-v2-input-icon{
    position:absolute;
    right:13px;
    top:50%;
    transform:translateY(-50%);
    color:#7c3aed;
    font-size:20px;
    z-index:2;
}
.search-v2-submit{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    min-height:47px;
    padding:0 15px;
    border:0;
    border-radius:12px;
    background:linear-gradient(135deg,#7c3aed,#5b21b6);
    color:#fff;
    font-family:inherit;
    font-size:11px;
    font-weight:950;
    box-shadow:0 9px 20px rgba(109,40,217,.18);
}
.search-v2-active-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
    padding-top:14px;
    margin-top:14px;
    border-top:1px solid #f1f5f9;
    color:#64748b;
    font-size:12px;
}
.search-v2-chip{
    padding:5px 8px;
    border-radius:999px;
    background:#f5f3ff;
    color:#6d28d9;
    font-weight:850;
}
.search-v2-clear{
    margin-right:auto;
    color:#dc2626;
    text-decoration:none;
    font-weight:850;
}

.local-stats-section,.local-discovery,.results-section{margin-top:32px}
.section-heading-pro{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:14px;
}
.section-heading-pro span{
    display:block;
    margin-bottom:3px;
    color:#7c3aed;
    font-size:12px;
    font-weight:950;
}
.section-heading-pro h2{
    margin:0;
    color:#0f172a;
    font-size:19px;
    font-weight:950;
}
.section-heading-pro p{
    margin:0;
    color:#64748b;
    font-size:12px;
}
.section-more-link{
    color:#6d28d9;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
}

.local-stat-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
}
.local-stat-card{
    position:relative;
    display:flex;
    align-items:center;
    gap:12px;
    min-height:125px;
    padding:17px;
    overflow:hidden;
    border:1px solid #e2e8f0;
    border-radius:20px;
    background:#fff;
    color:#0f172a;
    text-decoration:none;
    box-shadow:0 10px 30px rgba(15,23,42,.05);
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
a.local-stat-card:hover{
    transform:translateY(-3px);
    border-color:#c4b5fd;
    box-shadow:0 18px 38px rgba(15,23,42,.09);
    color:#0f172a;
}
.local-stat-card::after{
    content:"";
    position:absolute;
    left:-26px;
    bottom:-40px;
    width:110px;
    height:110px;
    border-radius:50%;
    background:rgba(124,58,237,.045);
}
.local-stat-icon{
    display:grid;
    place-items:center;
    flex:0 0 46px;
    width:46px;
    height:46px;
    border-radius:15px;
}
.local-stat-icon svg{width:24px;height:24px;fill:currentColor}
.local-stat-card.national .local-stat-icon{background:#eef2ff;color:#4338ca}
.local-stat-card.province .local-stat-icon{background:#f5f3ff;color:#7c3aed}
.local-stat-card.city .local-stat-icon{background:#ecfeff;color:#0e7490}
.local-stat-card.muted{opacity:.68;background:#fafafa}
.local-stat-copy{display:flex;flex-direction:column;min-width:0}
.local-stat-copy small{color:#64748b;font-size:12px;font-weight:850}
.local-stat-copy strong{margin:1px 0;color:#0f172a;font-size:24px;font-weight:950}
.local-stat-copy em{color:#64748b;font-size:12px;font-style:normal}
.local-stat-arrow{margin-right:auto;color:#a78bfa;font-size:18px;font-weight:900}

.local-city-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:9px;
}
.local-city-card{
    display:flex;
    align-items:center;
    gap:9px;
    padding:12px 13px;
    border:1px solid #e2e8f0;
    border-radius:15px;
    background:#fff;
    color:#0f172a;
    text-decoration:none;
    transition:.18s ease;
}
.local-city-card:hover,.local-city-card.active{
    border-color:#c4b5fd;
    background:#faf5ff;
    transform:translateY(-1px);
    color:#0f172a;
}
.local-city-icon{
    display:grid;
    place-items:center;
    flex:0 0 32px;
    width:32px;
    height:32px;
    border-radius:10px;
    background:#f5f3ff;
    color:#6d28d9;
    font-size:15px;
}
.local-city-copy{display:flex;flex-direction:column;min-width:0}
.local-city-copy strong{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12px;
    font-weight:950;
}
.local-city-copy small{color:#64748b;font-size:12px}
.local-city-arrow{margin-right:auto;color:#a78bfa}

.results-heading{
    padding-top:18px;
    border-top:1px solid #edf2f7;
}
.results-number{
    display:flex;
    align-items:baseline;
    gap:4px;
    padding:7px 11px;
    border-radius:11px;
    background:#f8fafc;
}
.results-number strong{font-size:17px;font-weight:950;color:#6d28d9}
.results-number small{font-size:12px;color:#64748b}

.search-v2-store-card{
    height:100%;
    overflow:hidden;
    border:1px solid #e8edf4;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(15,23,42,.055);
    transition:transform .2s ease,box-shadow .2s ease;
}
.search-v2-store-card:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 44px rgba(15,23,42,.10);
}
.search-v2-store-media{
    position:relative;
    display:block;
    height:205px;
    overflow:hidden;
    background:#f1f5f9;
}
.search-v2-store-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}
.search-v2-store-card:hover .search-v2-store-media img{transform:scale(1.035)}
.search-v2-featured{
    position:absolute;
    top:11px;
    right:11px;
    padding:5px 8px;
    border-radius:999px;
    background:#f59e0b;
    color:#fff;
    font-size:12px;
    font-weight:950;
    box-shadow:0 6px 16px rgba(245,158,11,.25);
}
.search-v2-store-body{padding:16px}
.search-v2-store-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
}
.search-v2-category{
    padding:4px 7px;
    border-radius:999px;
    background:#f5f3ff;
    color:#6d28d9;
    font-size:12px;
    font-weight:900;
}
.search-v2-rating{color:#d97706;font-size:12px;font-weight:900}
.search-v2-store-body h3{
    margin:10px 0 5px;
    font-size:15px;
    font-weight:950;
}
.search-v2-store-body h3 a{color:#0f172a;text-decoration:none}
.search-v2-location{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:5px;
    color:#94a3b8;
    font-size:12px;
}
.search-v2-location a{color:#64748b;text-decoration:none;font-weight:800}
.search-v2-location a:hover{color:#6d28d9}
.search-v2-store-body p{
    min-height:51px;
    margin:10px 0 13px;
    color:#64748b;
    font-size:9.5px;
    line-height:1.85;
}
.search-v2-store-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:9px;
    padding-top:11px;
    border-top:1px solid #f1f5f9;
    color:#94a3b8;
    font-size:12px;
}
.search-v2-store-btn{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:6px 10px;
    border-radius:10px;
    background:#0f172a;
    color:#fff;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
}
.search-v2-store-btn:hover{background:#6d28d9;color:#fff}

.search-v2-empty{
    padding:50px 20px;
    border:1px dashed #cbd5e1;
    border-radius:20px;
    background:#fff;
    text-align:center;
}
.search-v2-empty>div{font-size:42px;color:#a78bfa}
.search-v2-empty h3{margin:7px 0;font-size:17px;font-weight:950}
.search-v2-empty p{color:#64748b;font-size:12px}
.search-v2-empty a{color:#6d28d9;text-decoration:none;font-size:12px;font-weight:900}

.search-v2-pagination .pagination{justify-content:center}

@media(max-width:991.98px){
    .search-v2-hero{align-items:flex-start;flex-direction:column;padding:28px}
    .search-v2-result-pill{width:auto;height:auto;min-width:105px;padding:12px 18px;border-radius:18px}
    .local-stat-grid{grid-template-columns:1fr}
    .local-city-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767.98px){
    .section-heading-pro{align-items:flex-start;flex-direction:column;gap:7px}
    .local-city-grid{grid-template-columns:1fr}
    .search-v2-active-row{align-items:flex-start}
    .search-v2-clear{width:100%;margin:3px 0 0}
    .search-v2-store-media{height:190px}
}


/* =========================================================
   STEP 34 - SEARCH UI POLISH
========================================================= */
.search-v2-hero p{font-size:15px}
.search-v2-label{font-size:12px}
.search-v2-filter-card .form-control,
.search-v2-filter-card .form-select{
    min-height:50px;
    font-size:14px;
}
.search-v2-submit{
    min-height:50px;
    font-size:14px;
}
.search-v2-active-row{font-size:12px}
.search-v2-chip{font-size:12px}
.section-heading-pro span{font-size:11px}
.section-heading-pro h2{font-size:22px}
.section-heading-pro p{font-size:12px}
.local-stat-copy small{font-size:12px}
.local-stat-copy strong{font-size:28px}
.local-stat-copy em{font-size:11px}
.local-city-copy strong{font-size:13px}
.local-city-copy small{font-size:11px}
.search-v2-category{font-size:11px}
.search-v2-rating{font-size:12px}
.search-v2-store-body h3{
    font-size:20px;
    line-height:1.7;
}
.search-v2-location,
.search-v2-location a{font-size:12px}
.search-v2-store-body p{
    font-size:14px;
    line-height:1.95;
}
.search-v2-store-footer{font-size:11px}

.search-v2-store-btn.branded{
    min-height:40px;
    padding:9px 14px;
    border:1px solid rgba(124,58,237,.16);
    border-radius:11px;
    background:linear-gradient(135deg,#7c3aed,#5b21b6);
    color:#fff;
    font-size:12px;
    font-weight:950;
    box-shadow:0 8px 18px rgba(109,40,217,.18);
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.search-v2-store-btn.branded:hover{
    background:linear-gradient(135deg,#6d28d9,#4c1d95);
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 11px 24px rgba(109,40,217,.26);
}

.search-v2-filter-card .form-select:disabled{
    background:#f8fafc;
    color:#94a3b8;
    cursor:not-allowed;
}


/* =========================================================
   STEP 35 - SEARCH PROVINCE/CITY AJAX + READABILITY
========================================================= */
.search-v2-hero h1{
    font-size:clamp(30px,4vw,44px);
}
.search-v2-hero p{
    font-size:16px !important;
    line-height:2;
}

.search-v2-label{
    font-size:13px !important;
    margin-bottom:8px;
}

.search-v2-filter-card .form-control,
.search-v2-filter-card .form-select{
    min-height:52px !important;
    padding-inline:13px;
    font-size:15px !important;
}

.search-v2-submit{
    min-height:52px !important;
    font-size:15px !important;
}

.search-v2-clear-under{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    width:100%;
    min-height:38px;
    margin-top:8px;
    padding:7px 10px;
    border:1px solid #fecaca;
    border-radius:10px;
    background:#fff;
    color:#dc2626;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
    transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.search-v2-clear-under:hover{
    border-color:#fca5a5;
    background:#fff1f2;
    color:#b91c1c;
    transform:translateY(-1px);
}
.search-v2-clear-under>span:first-child{
    display:inline-grid;
    place-items:center;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#fee2e2;
    font-size:12px;
}

.search-v2-active-row{
    font-size:13px !important;
}
.search-v2-chip{
    font-size:13px !important;
    padding:6px 10px;
}

.section-heading-pro span{
    font-size:12px !important;
}
.section-heading-pro h2{
    font-size:24px !important;
}
.section-heading-pro p{
    font-size:13px !important;
}

.local-stat-copy small{
    font-size:13px !important;
}
.local-stat-copy strong{
    font-size:30px !important;
}
.local-stat-copy em{
    font-size:12px !important;
}
.local-city-copy strong{
    font-size:14px !important;
}
.local-city-copy small{
    font-size:12px !important;
}

.search-v2-store-body h3{
    font-size:21px !important;
}
.search-v2-category{
    font-size:12px !important;
}
.search-v2-rating{
    font-size:13px !important;
}
.search-v2-location,
.search-v2-location a{
    font-size:13px !important;
}
.search-v2-store-body p{
    font-size:15px !important;
    line-height:1.95 !important;
}
.search-v2-store-footer{
    font-size:12px !important;
}
.search-v2-store-btn.branded{
    min-height:42px;
    padding:10px 15px;
    font-size:13px !important;
}

#citySelect.is-loading{
    background-color:#faf5ff;
    color:#7c3aed;
}
#citySelect.has-load-error{
    border-color:#fca5a5;
    background:#fff7f7;
    color:#b91c1c;
}

@media(max-width:767.98px){
    .search-v2-filter-card .form-control,
    .search-v2-filter-card .form-select,
    .search-v2-submit{
        font-size:14px !important;
    }

    .search-v2-store-body h3{
        font-size:19px !important;
    }

    .search-v2-store-body p{
        font-size:14px !important;
    }
}
/* IranStores search pagination — v2 */
.search-v2-pagination {
    width: 100%;
    margin: 38px auto 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.search-v2-pagination nav {
    width: auto;
    max-width: 100%;
}

.search-v2-pagination .pagination {
    margin: 0;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
    border: 1px solid #ede9fe;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 30px rgba(76, 29, 149, 0.09);
}

.search-v2-pagination .page-item {
    margin: 0;
}

.search-v2-pagination .page-link {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e2f8 !important;
    border-radius: 12px !important;
    background: #fff;
    color: #5b21b6;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    box-shadow: none !important;
    transition:
        color 0.18s ease,
        background 0.18s ease,
        border-color 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease;
}

.search-v2-pagination .page-link:hover,
.search-v2-pagination .page-link:focus {
    color: #fff;
    border-color: #7c3aed !important;
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
    transform: translateY(-2px);
    box-shadow: 0 7px 16px rgba(109, 40, 217, 0.2) !important;
}

.search-v2-pagination .page-item.active .page-link {
    color: #fff;
    border-color: #6d28d9 !important;
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
    box-shadow: 0 7px 18px rgba(109, 40, 217, 0.25) !important;
}

.search-v2-pagination .page-item.disabled .page-link {
    color: #b6adca;
    border-color: #eeeaf5 !important;
    background: #f8f7fb;
    opacity: 0.75;
    pointer-events: none;
}

/* حالت شب */
html[data-theme="dark"] .search-v2-pagination .pagination {
    border-color: #343044;
    background: #171923;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .search-v2-pagination .page-link {
    color: #ddd6fe;
    border-color: #3d374f !important;
    background: #202330;
}

html[data-theme="dark"] .search-v2-pagination .page-item.disabled .page-link {
    color: #777184;
    background: #181a24;
}

/* موبایل */
@media (max-width: 575.98px) {
    .search-v2-pagination {
        margin-top: 26px !important;
    }

    .search-v2-pagination .pagination {
        width: 100%;
        padding: 7px;
        gap: 5px;
        border-radius: 15px;
    }

    .search-v2-pagination .page-link {
        width: 36px;
        height: 36px;
        border-radius: 10px !important;
        font-size: 12px;
    }
}
/* Search Persian pagination */
.search-pagination-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.search-pagination-summary {
    margin: 0 !important;
    color: #64748b;
    font-size: 13px;
    font-weight: 650;
    text-align: center;
    line-height: 1.8;
}

.search-pagination-summary strong {
    color: #5b21b6;
    font-weight: 900;
}

.search-pagination-inner .pagination {
    direction: rtl;
}

html[data-theme="dark"] .search-pagination-summary {
    color: #a8afbd;
}

html[data-theme="dark"] .search-pagination-summary strong {
    color: #c4b5fd;
}

@media (max-width: 575.98px) {
    .search-pagination-inner {
        gap: 9px;
    }

    .search-pagination-summary {
        font-size: 12px;
    }
}
/* Search card badges */
.search-page-v-v2-store-media {
    position: relative;
    isolation: isolate;
}

.search-v2-store-media .search-v2-featured {
    top: 10px;
    right: 10px;
    left: auto;
    z-index: 9;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    font-size: 12px;
    line-height: 1;
}
.search-v2-store-media {
    position: relative;
    isolation: isolate;
}

 .search-v2-offer-badge {
    top: 10px !important;
    right: auto !important;
    left: 10px !important;
    z-index: 9;
}

.search-v2-status-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: calc(100% - 20px);
    min-height: 27px;
    padding: 5px 9px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 999px;
    background: rgba(15,23,42,.82);
    box-shadow: 0 6px 18px rgba(15,23,42,.18);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    backdrop-filter: blur(8px);
}

.search-v2-status-badge i {
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #94a3b8;
}

.search-v2-status-badge.is-open i,
.search-v2-status-badge.open i {
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34,197,94,.18);
}

.search-v2-status-badge.is-closed i,
.search-v2-status-badge.closed i {
    background: #ef4444;
    box-shadow: 0 0 0 4px rgba(239,68,68,.16);
}

.search-v2-hours-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 8;
    max-width: 58%;
    overflow: hidden;
    padding: 5px 8px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 5px 15px rgba(15,23,42,.12);
    color: #334155;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    backdrop-filter: blur(7px);
}

.search-v2-store-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.search-v2-type-badge {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 8px;
    border: 1px solid;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    white-space: nowrap;
}

.search-v2-type-badge.is-physical {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}

.search-v2-type-badge.is-online {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #15803d;
}

.search-v2-type-badge.is-hybrid {
    border-color: #ddd6fe;
    background: #f5f3ff;
    color: #6d28d9;
}

@media (max-width: 575.98px) {
    .search-v2-status-badge {
        right: 7px;
        bottom: 7px;
        min-height: 24px;
        padding: 4px 7px;
        font-size: 12px;
    }

    .search-v2-hours-badge {
        bottom: 7px;
        left: 7px;
        max-width: 55%;
        padding: 4px 7px;
        font-size: 12px;
    }

    .search-v2-store-media .search-v2-featured {
        top: 7px;
        right: 7px;
    }

    .search-v2-store-media .search-v2-offer-badge {
        top: 7px !important;
        left: 7px !important;
    }
}
