
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.img-store-index{
   position: absolute;
    display: inline-block;
    min-width: 50px;
    height: 20px;
    background: #fff;
    text-align: right;
    line-height: 20px;
    font-size: 11px;
    bottom: 0;
    padding: 2px;
    border-radius: 3px;
    font-weight: 600;
}
.seller{
        box-shadow: 0 2px 0 #be1b2e;
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #e54b5d;
        padding: 10px;
        border-radius: 5px;
        text-decoration: none;
}
.seller:hover {
        text-decoration: none;
        background: white;
        color: rgb(251, 33, 117);
        border: 2px solid rgb(251, 33, 117);
    }
.store-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 9px;
    margin: 9px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
    width: 245px;
    display: inline-block;
    vertical-align: top;
}

.store-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.store-card img {
    width: 100%;
    height: 200px;
    object-fit: fill;
    border-radius: 8px;
    margin-bottom: 12px;
    text-align: center;
}

.store-card .store-name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
}

.store-card .owner {
    font-size: 14px;
    color: #d63384;
    margin-bottom: 10px;
    display: block;
}

.store-card .status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;
}

.status-open {
    background: green;
    animation: pulse 1.5s infinite;
}

.status-closed {
    background: red;
}
.store_seller{
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 9px;
    margin: 9px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
}
@keyframes pulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.4); opacity: 0.4; }
    100% { transform: scale(1); opacity: 0.8; }
}

.store-card ul {
    list-style: none;
    padding: 0;
    font-size: 13px;
    color: #444;
}

.store-card ul li {
    margin-bottom: 4px;
}
.num_star{

}
.store-name{
    font-size: 1rem;
    color:#3F4063;
}
.no-margin{
padding: 5px;
}
.img_sel{
    object-fit: contain !important;
}
.ow_seller{
    text-decoration: none;
    color:#62666d !important;
}
.txDecNon{
    text-decoration: none !important;
}