.store-empty-products-card,
.desktop-store-empty {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 24px;
    background: #fff;
    border: 1px solid #ececef;
    border-radius: 16px;
    color: #555;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.store-empty-products-card i,
.desktop-store-empty i {
    color: #ef233c;
    font-size: 26px;
}

.store-empty-products-card p,
.desktop-store-empty p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
